1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 03:37:48 +00:00

Updating tables for missing chara graphics and npcs.

Added missing neck and index finger graphics to character_appearance. Adding a bunch of monster classes and chocobo classes/spawns for getting the license. Also the CRP npcs.
This commit is contained in:
Filip Maj 2020-03-14 13:03:24 -04:00
parent eecb5ac8a1
commit 2e5cf8dfec
3 changed files with 159 additions and 185 deletions

View file

@ -1,27 +1,16 @@
-- MySQL dump 10.13 Distrib 5.7.10, for Win64 (x86_64)
--
-- Host: localhost Database: ffxiv_database
-- ------------------------------------------------------
-- Server version 5.7.10-log
/*
MySQL Data Transfer
Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 3/14/2020 1:00:50 PM
*/
/*!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 `characters_appearance`
--
DROP TABLE IF EXISTS `characters_appearance`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for characters_appearance
-- ----------------------------
CREATE TABLE `characters_appearance` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`characterId` int(10) unsigned NOT NULL,
@ -52,31 +41,12 @@ CREATE TABLE `characters_appearance` (
`legs` int(10) unsigned NOT NULL,
`feet` int(10) unsigned NOT NULL,
`waist` int(10) unsigned NOT NULL,
`neck` int(10) unsigned NOT NULL DEFAULT '0',
`leftIndex` int(10) unsigned NOT NULL DEFAULT '0',
`rightIndex` int(10) unsigned NOT NULL DEFAULT '0',
`leftFinger` int(10) unsigned NOT NULL DEFAULT '0',
`rightFinger` int(10) unsigned NOT NULL DEFAULT '0',
`leftEar` int(10) unsigned NOT NULL DEFAULT '0',
`rightEar` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `characters_appearance`
--
LOCK TABLES `characters_appearance` WRITE;
/*!40000 ALTER TABLE `characters_appearance` DISABLE KEYS */;
/*!40000 ALTER TABLE `characters_appearance` 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 */;
/*!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 2016-06-07 22:54:43
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

View file

@ -4,11 +4,10 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 9/9/2017 2:32:38 PM
Date: 3/14/2020 12:58:23 PM
*/
SET FOREIGN_KEY_CHECKS=0;
SET autocommit=0;
-- ----------------------------
-- Table structure for gamedata_actor_class
-- ----------------------------
@ -645,9 +644,9 @@ INSERT INTO `gamedata_actor_class` VALUES ('1000617', '/Chara/Npc/Populace/Popul
INSERT INTO `gamedata_actor_class` VALUES ('1000618', '', '1000126', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000619', '', '1000126', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000620', '/Chara/Npc/Populace/PopulaceStandard', '1400093', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000621', '', '1000132', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000622', '', '1100276', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000623', '', '1400083', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000621', '/Chara/Npc/Populace/PopulaceStandard', '1000132', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000622', '/Chara/Npc/Populace/PopulaceStandard', '1100276', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000623', '/Chara/Npc/Populace/PopulaceStandard', '1400083', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000624', '', '1000029', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000625', '/Chara/Npc/Populace/PopulaceStandard', '1500069', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000626', '/Chara/Npc/Populace/PopulaceStandard', '1000195', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
@ -845,9 +844,9 @@ INSERT INTO `gamedata_actor_class` VALUES ('1000817', '', '4000309', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000818', '', '4000264', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000819', '', '4000265', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000820', '', '4000266', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000821', '', '1300118', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000822', '', '1000061', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000823', '', '1600210', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000821', '/Chara/Npc/Populace/PopulaceStandard', '1300118', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000822', '/Chara/Npc/Populace/PopulaceStandard', '1000061', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000823', '/Chara/Npc/Populace/PopulaceStandard', '1600210', '19', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1000824', '', '4000267', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000825', '', '4000268', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1000826', '', '4000269', '0', null);
@ -2647,7 +2646,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('1090261', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090262', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090263', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090264', '/Chara/Npc/Object/MarketEntrance', '0', '1', '{\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n pushWithBoxEventConditions: [\r\n {\r\n size: 4143,\r\n outwards: 0,\r\n silent: 0,\r\n \"conditionName\": \"in\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090265', '/Chara/Npc/Object/MarketEntrance', '0', '1', '{\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n\r\n {\r\n \"conditionName\": \"in\",\r\n \"radius\": 3.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n }\r\n \r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090265', '/Chara/Npc/Object/MarketEntrance', '0', '1', '{\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithBoxEventConditions\": [\r\n\r\n {\r\n \"conditionName\": \"in\",\r\n \"radius\": 3.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n }\r\n \r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090266', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090267', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090268', '', '0', '0', null);
@ -2779,9 +2778,9 @@ INSERT INTO `gamedata_actor_class` VALUES ('1090393', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090394', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090395', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090396', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090397', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090398', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090399', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090397', '/Chara/Npc/Object/ObjectRegionJump', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090398', '/Chara/Npc/Object/ObjectRegionJump', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090399', '/Chara/Npc/Object/ObjectRegionJump', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090400', '/Chara/Npc/Object/OpeningTownEventKeeper', '0', '1', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 40.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 30.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090401', '/Chara/Npc/Object/OpeningTownEventKeeper', '0', '1', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 5.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 5.0,\r\n \"silent\": true,\r\n \"outwards\": false\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090402', '/Chara/Npc/Object/OpeningTownEventKeeper', '0', '1', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 40.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 30.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n }\r\n ]\r\n}');
@ -3030,7 +3029,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('1200023', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200024', '', '4000257', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200025', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200026', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200027', '/Chara/Npc/Object/RetainerFurniture', '0', '1', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"pushCommand\"\r\n },\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"radius\": \"4.0\",\r\n \"outwards\": \"false\",\r\n \"silent\": \"true\",\r\n \"conditionName\": \"pushCommandIn\"\r\n },\r\n {\r\n \"radius\": \"4.0\",\r\n \"outwards\": \"true\",\r\n \"silent\": \"true\",\r\n \"conditionName\": \"pushCommandOut\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1200027', '/Chara/Npc/Object/RetainerFurniture', '0', '1', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"pushCommand\"\r\n },\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"pushWithFanEventConditions\": [\r\n {\r\n \"radius\": \"4.0\",\r\n \"outwards\": \"false\",\r\n \"silent\": \"true\",\r\n \"conditionName\": \"pushCommandIn\"\r\n },\r\n {\r\n \"radius\": \"4.0\",\r\n \"outwards\": \"true\",\r\n \"silent\": \"true\",\r\n \"conditionName\": \"pushCommandOut\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1200028', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200029', '', '0', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1200030', '', '0', '0', null);
@ -4223,7 +4222,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2100212', '', '3100211', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100213', '', '3100211', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100214', '', '3100212', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100215', '', '3100213', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100301', '', '3100301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100301', '/Chara/Npc/Monster/Serow/SerowFemaleStandard', '3100301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100302', '', '3100302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100303', '', '3100303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100304', '', '3100304', '0', null);
@ -4254,7 +4253,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2100411', '', '3100411', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100412', '', '3100411', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100413', '', '3100411', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100501', '', '3100501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100502', '', '3100502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100502', '/Chara/Npc/Monster/Monkey/MonkeyLesserStandard', '3100502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100503', '', '3100503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100504', '', '3100504', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100505', '', '3100505', '0', null);
@ -4314,22 +4313,22 @@ INSERT INTO `gamedata_actor_class` VALUES ('2100801', '', '3100801', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100802', '', '3100802', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100803', '', '3100803', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100804', '', '3100804', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100901', '', '3100901', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100902', '', '3100902', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100903', '', '3100903', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100904', '', '3100904', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100905', '', '3100905', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100906', '', '3100906', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100907', '', '3100907', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100908', '', '3100908', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100909', '', '3100909', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100910', '', '3100913', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100901', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100901', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100902', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100902', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100903', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100903', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100904', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100904', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100905', '/Chara/Npc/Monster/Cactus/CactusNormalStandard', '3100905', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100906', '/Chara/Npc/Monster/Cactus/CactusNormalStandard', '3100906', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100907', '/Chara/Npc/Monster/Cactus/CactusNormalStandard', '3100907', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100908', '/Chara/Npc/Monster/Cactus/CactusNormalStandard', '3100908', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100909', '/Chara/Npc/Monster/Cactus/CactusFlowerStandard', '3100909', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100910', '/Chara/Npc/Monster/Cactus/CactusNormalNM', '3100913', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100911', '', '3100910', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100912', '', '3100911', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100913', '', '3100912', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100914', '', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100915', '', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100916', '', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100914', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100915', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2100916', '/Chara/Npc/Monster/Cactus/CactusLesserStandard', '3100914', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101001', '', '3101001', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101002', '', '3101002', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101003', '', '3101003', '0', null);
@ -4352,7 +4351,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2101108', '', '3101108', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101109', '', '3101109', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101110', '', '3101110', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101111', '', '3101111', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101112', '', '3101112', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101112', '/Chara/Npc/Monster/Spider/SpiderChildStandard', '3101112', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101113', '', '3101109', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101114', '', '3101113', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101115', '', '3101114', '0', null);
@ -4421,7 +4420,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2101420', '', '3101417', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101421', '', '3101417', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101422', '', '3101418', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101423', '', '3101419', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101424', '', '3101420', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101424', '/Chara/Npc/Monster/Wolf/WolfStandard', '3101420', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101425', '', '3101420', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101426', '', '3101420', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101427', '', '3101421', '0', null);
@ -4451,7 +4450,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2101604', '', '3101604', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101605', '', '3101605', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101606', '', '3101606', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101607', '', '3101607', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101608', '', '3101608', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101608', '/Chara/Npc/Monster/Bomb/BombNormalStandard', '3101608', '23', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101609', '', '3101611', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101610', '', '3101612', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101611', '', '3101609', '0', null);
@ -4506,7 +4505,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2101908', '', '3101909', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101909', '', '3101908', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101910', '', '3101910', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2101911', '', '3101910', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102001', '', '3102001', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102001', '/Chara/Npc/Monster/Dodo/DodoLesserStandard', '3102001', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102002', '', '3102002', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102003', '', '3102003', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102004', '', '3102004', '0', null);
@ -4526,7 +4525,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2102017', '', '3102013', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102018', '', '3102013', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102101', '', '3102101', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102102', '', '3102102', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102103', '', '3102103', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102103', '/Chara/Npc/Monster/Orebeetle/OrebeetleLesserStandard', '3102103', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102104', '', '3102104', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102105', '', '3102105', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102106', '', '3102106', '0', null);
@ -4581,14 +4580,14 @@ INSERT INTO `gamedata_actor_class` VALUES ('2102225', '', '3102222', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102226', '', '3102223', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102227', '', '3102223', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102228', '', '3102223', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102301', '', '3102301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102302', '', '3102302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102303', '', '3102303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102304', '', '3102304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102305', '', '3102305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102306', '', '3102306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102307', '', '3102307', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102308', '', '3102308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102301', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3102301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102302', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3102302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102303', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3102303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102304', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3102304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102305', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3102305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102306', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3102306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102307', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3102307', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102308', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3102308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102309', '', '3102309', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102310', '', '3102310', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102311', '', '3102311', '0', null);
@ -4601,9 +4600,9 @@ INSERT INTO `gamedata_actor_class` VALUES ('2102317', '', '3102317', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102318', '', '3102317', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102319', '', '3102317', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102401', '', '3102401', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102501', '', '3102501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102502', '', '3102502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102503', '', '3102503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102501', '/Chara/Npc/Monster/Ogre/OgreLesserStandard', '3102501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102502', '/Chara/Npc/Monster/Ogre/OgreLesserStandard', '3102502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102503', '/Chara/Npc/Monster/Ogre/OgreLesserStandard', '3102503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102504', '', '3102504', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102505', '', '3102505', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102506', '', '3102506', '0', null);
@ -4622,30 +4621,30 @@ INSERT INTO `gamedata_actor_class` VALUES ('2102610', '', '3102609', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102611', '', '3102610', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102612', '', '3102612', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102613', '', '3102612', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102701', '', '3102701', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102702', '', '3102702', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102703', '', '3102703', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102704', '', '3102704', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102705', '', '3102705', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102706', '', '3102706', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102707', '', '3102707', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102708', '', '3102708', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102709', '', '3102709', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102710', '', '3102710', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102711', '', '3102711', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102712', '', '3102712', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102713', '', '3102713', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102714', '', '3102714', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102715', '', '3102715', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102716', '', '3102716', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102717', '', '3102719', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102718', '', '3102720', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102719', '', '3102717', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102720', '', '3102718', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102721', '', '3102721', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102722', '', '3102722', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102723', '', '3102722', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102724', '', '3102722', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102701', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102701', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102702', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102702', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102703', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102703', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102704', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102704', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102705', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102705', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102706', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102706', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102707', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102707', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102708', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102708', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102709', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102709', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102710', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102710', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102711', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102711', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102712', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102712', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102713', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102713', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102714', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102714', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102715', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102715', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102716', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102716', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102717', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102719', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102718', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102720', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102719', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102717', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102720', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102718', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102721', '/Chara/Npc/Monster/Flower/FlowerPoisonousStandard', '3102721', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102722', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102722', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102723', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102722', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102724', '/Chara/Npc/Monster/Flower/FlowerStandard', '3102722', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2102801', '', '3102801', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102802', '', '3102802', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2102803', '', '3102803', '0', null);
@ -4714,46 +4713,46 @@ INSERT INTO `gamedata_actor_class` VALUES ('2103504', '', '3103503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103505', '', '3103503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103801', '', '3103801', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103802', '', '3103802', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103901', '', '3103901', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103902', '', '3103902', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103903', '', '3103903', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103904', '', '3103904', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103905', '', '3103905', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103906', '', '3103906', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103907', '', '3103907', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103908', '', '3103908', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103909', '', '3103909', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103910', '', '3103910', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2103901', '/Chara/Npc/Monster/Bug/BugStandard', '3103901', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103902', '/Chara/Npc/Monster/Bug/BugStandard', '3103902', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103903', '/Chara/Npc/Monster/Bug/BugStandard', '3103903', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103904', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103904', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103905', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103905', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103906', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103906', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103907', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103907', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103908', '/Chara/Npc/Monster/Bug/BugStandard', '3103908', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103909', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103909', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2103910', '/Chara/Npc/Monster/Bug/LadyBugStandard', '3103910', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104001', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104027', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104002', '', '3104002', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104003', '', '3104003', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104004', '', '3104004', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104005', '', '3104005', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104006', '', '3104006', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104007', '', '3104007', '0', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104008', '', '3104008', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104009', '', '3104009', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104010', '', '3104010', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104011', '', '3104011', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104012', '', '3104012', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104013', '', '3104013', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104014', '', '3104014', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104015', '', '3104015', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104016', '', '3104016', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104017', '', '3104017', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104018', '', '3104018', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104019', '', '3104019', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104020', '', '3104020', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104021', '', '3104025', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104022', '', '3104026', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104023', '', '3104021', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104024', '', '3104022', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104025', '', '3104023', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104026', '', '3104024', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104027', '', '3104028', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104028', '', '3104028', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104002', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104002', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104003', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104003', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104004', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104004', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104005', '/Chara/Npc/Monster/Lemming/NuteaterStandard', '3104005', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104006', '/Chara/Npc/Monster/Lemming/NuteaterStandard', '3104006', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104007', '/Chara/Npc/Monster/Lemming/NuteaterStandard', '3104007', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104008', '', '3104008', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104009', '/Chara/Npc/Monster/Lemming/HareStandard', '3104009', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104010', '/Chara/Npc/Monster/Lemming/HareStandard', '3104010', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104011', '/Chara/Npc/Monster/Lemming/HareStandard', '3104011', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104012', '/Chara/Npc/Monster/Lemming/HareStandard', '3104012', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104013', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104013', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104014', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104014', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104015', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104015', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104016', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104016', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104017', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104017', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104018', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104018', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104019', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104019', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104020', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104020', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104021', '/Chara/Npc/Monster/Lemming/HareStandard', '3104025', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104022', '/Chara/Npc/Monster/Lemming/HareStandard', '3104026', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104023', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104021', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104024', '/Chara/Npc/Monster/Lemming/NuteaterStandard', '3104022', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104025', '/Chara/Npc/Monster/Lemming/HareStandard', '3104023', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104026', '/Chara/Npc/Monster/Lemming/GlirulusStandard', '3104024', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104027', '/Chara/Npc/Monster/Lemming/HareStandard', '3104028', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104028', '/Chara/Npc/Monster/Lemming/HareStandard', '3104028', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2104101', '', '3104101', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104102', '', '3104102', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104102', '/Chara/Npc/Monster/Bat/BatNormalStandard', '3104102', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104103', '', '3104103', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104104', '', '3104104', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104105', '', '3104105', '0', null);
@ -4781,14 +4780,14 @@ INSERT INTO `gamedata_actor_class` VALUES ('2104213', '', '3104212', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104214', '', '3104213', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104215', '', '3104215', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104216', '', '3104216', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104217', '', '3104216', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104217', '/Chara/Npc/Monster/Slug/SlugLesserStandard', '3104216', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104218', '', '3104216', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104301', '', '3104301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104302', '', '3104302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104303', '', '3104303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104304', '', '3104304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104305', '', '3104305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104306', '', '3104306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104306', '/Chara/Npc/Monster/Petitghost/PetitghostLesserStandard', '3104306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104307', '', '3104307', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104308', '', '3104308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2104309', '', '3104309', '0', null);
@ -4939,11 +4938,11 @@ INSERT INTO `gamedata_actor_class` VALUES ('2105608', '', '3105608', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105609', '', '3105609', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105610', '', '3105610', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105611', '', '3105610', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105612', '', '3105611', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105612', '/Chara/Npc/Monster/Chigoe/ChigoeLesserStandard', '3105611', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105613', '', '3105611', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105614', '', '3105611', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105701', '/Chara/Npc/Monster/Mole/MoleMoleStandard', '3105701', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2105702', '', '3105702', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105702', '/Chara/Npc/Monster/Mole/MoleMoleStandard', '3105702', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2105703', '', '3105703', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105704', '', '3105704', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105705', '', '3105705', '0', null);
@ -4969,11 +4968,11 @@ INSERT INTO `gamedata_actor_class` VALUES ('2105724', '', '3105720', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105725', '', '3105720', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105726', '', '3105720', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105801', '', '3105801', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105802', '', '3105802', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105802', '/Chara/Npc/Monster/Firefly/FireflyNormalStandard', '3105802', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105803', '', '3105803', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105804', '', '3105804', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105805', '', '3105805', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105901', '', '3105901', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105901', '/Chara/Npc/Monster/Funguar/FunguarLesserStandard', '3105901', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105902', '', '3105902', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105903', '', '3105903', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2105904', '', '3105904', '0', null);
@ -5027,8 +5026,8 @@ INSERT INTO `gamedata_actor_class` VALUES ('2106210', '', '3106210', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106211', '', '3106211', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106212', '', '3106212', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106213', '', '3106213', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106214', '', '3106214', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106215', '', '3106215', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106214', '/Chara/Npc/Monster/Sprite/SpritePurpleLesserStandard', '3106214', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2106215', '/Chara/Npc/Monster/Sprite/SpritePurpleLesserStandard', '3106215', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2106216', '', '3106216', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106217', '', '3106217', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106218', '', '3106218', '0', null);
@ -5124,13 +5123,13 @@ INSERT INTO `gamedata_actor_class` VALUES ('2106470', '', '3106435', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106471', '', '3106435', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106472', '', '3106436', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106473', '', '3106437', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106501', '', '3106501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106502', '', '3106502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106503', '', '3106503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106504', '', '3106504', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106505', '', '3106505', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106506', '', '3106506', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106507', '', '3106507', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106501', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106502', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106503', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106504', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106504', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106505', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106505', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106506', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106506', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106507', '/Chara/Npc/Monster/Lizardman/LizardmanPugilistStandard', '3106507', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106508', '', '3106508', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106509', '', '3106509', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2106510', '', '3106510', '0', null);
@ -5280,7 +5279,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2107602', '', '3107602', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107603', '', '3107603', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107604', '', '3107604', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107605', '', '3107605', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107606', '', '3107606', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107606', '/Chara/Npc/Monster/Crab/CrabLesserStandard', '3107606', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107607', '', '3107607', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107608', '', '3107608', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2107609', '', '3107609', '0', null);
@ -5352,7 +5351,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2110304', '', '3110304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110305', '', '3110305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110306', '', '3110306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110307', '', '3110307', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110308', '', '3110308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110308', '/Chara/Npc/Monster/Goblin/GoblinBommerGlaStandard', '3110308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110309', '', '3110309', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110310', '', '3110310', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110311', '', '3110311', '0', null);
@ -5360,8 +5359,8 @@ INSERT INTO `gamedata_actor_class` VALUES ('2110312', '', '3110312', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110313', '', '3110313', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110314', '', '3110314', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110601', '', '3110601', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110701', '', '3110701', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110702', '', '3110701', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110701', '/Chara/Npc/Monster/Ogre/OgreR0D1Raid01', '3110701', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2110702', '/Chara/Npc/Monster/Ogre/OgreR0D1Raid01', '3110701', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2111001', '', '3111001', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2111002', '', '3111002', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2111003', '', '3111003', '0', null);
@ -5809,12 +5808,12 @@ INSERT INTO `gamedata_actor_class` VALUES ('2202206', '', '3202206', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202207', '', '3202208', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202208', '', '3202209', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202209', '', '3202210', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202301', '', '3202301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202302', '', '3202302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202303', '', '3202303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202304', '', '3202304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202305', '', '3202305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202306', '', '3202306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202301', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3202301', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202302', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3202302', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202303', '/Chara/Npc/Monster/Yak/YakMaleStandard', '3202303', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202304', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3202304', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202305', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3202305', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202306', '/Chara/Npc/Monster/Yak/YakFemaleStandard', '3202306', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202307', '', '3202307', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202308', '', '3202308', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2202309', '', '3202309', '0', null);
@ -5917,7 +5916,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2204001', '', '3204001', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204002', '', '3204002', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204003', '', '3204003', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204004', '', '3204004', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204005', '', '3204005', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204005', '/Chara/Npc/Monster/Lemming/LemmingScenarioMrdLv20', '3204005', '23', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('2204006', '', '3204006', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204007', '', '3204007', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204008', '', '3204008', '0', null);
@ -5985,7 +5984,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('2204402', '', '3204402', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204403', '', '3204403', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204404', '', '3204404', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204501', '', '3204501', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204502', '', '3204502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204502', '/Chara/Npc/Monster/Piranha/PiranhaSandyStandard', '3204502', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204503', '', '3204503', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204504', '', '3204504', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('2204505', '', '3204505', '0', null);
@ -8008,5 +8007,3 @@ INSERT INTO `gamedata_actor_class` VALUES ('9220405', '', '2', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('9220406', '', '2', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('9220407', '', '2', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('9220408', '', '2', '0', null);
COMMIT;

View file

@ -4,9 +4,8 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 9/9/2017 2:33:14 PM
Date: 3/14/2020 12:57:15 PM
*/
DROP TABLE IF EXISTS `server_spawn_locations`;
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
@ -27,7 +26,7 @@ CREATE TABLE `server_spawn_locations` (
`animationId` int(10) unsigned NOT NULL DEFAULT '0',
`customDisplayName` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=960 DEFAULT CHARSET=latin1;
) ENGINE=InnoDB AUTO_INCREMENT=968 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
@ -692,7 +691,7 @@ INSERT INTO `server_spawn_locations` VALUES ('662', '1000459', 'gallia', '206',
INSERT INTO `server_spawn_locations` VALUES ('663', '1000464', 'cassandra', '206', '', '0', '233.02', '12', '-1267', '-1.63', '0', '1017', null);
INSERT INTO `server_spawn_locations` VALUES ('664', '1500115', 'meara', '206', '', '0', '204.21', '27.7', '-1438.26', '-1.5', '0', '1040', null);
INSERT INTO `server_spawn_locations` VALUES ('665', '1200027', 'retainerbell_gridania2', '206', '', '0', '190.95', '27.5', '-1401.98', '-2.71', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('666', '1080101', '', '206', '', '0', '68.44', '10.87', '-1244.42', '2.45', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('666', '1080101', 'sys_chocoview_grid', '206', '', '0', '68.44', '10.87', '-1244.42', '2.45', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('667', '1500061', 'fruhdhem', '206', '', '0', '65.02', '11.79', '-1241.79', '-2.76', '0', '2051', null);
INSERT INTO `server_spawn_locations` VALUES ('668', '1002106', 'serpent_lieutenant_marette', '206', '', '0', '33.7', '10.22', '-1294.37', '-1.59', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('669', '1200022', 'chocobo_standard', '206', '', '0', '66.73', '11.73', '-1242.08', '-2.89', '0', '0', null);
@ -972,3 +971,11 @@ INSERT INTO `server_spawn_locations` VALUES ('956', '1200027', 'retainerbell', '
INSERT INTO `server_spawn_locations` VALUES ('957', '1500417', 'vendor2', '180', 'PrivateAreaMasterMarket', '102', '166.7', '1.4', '194', '-1.57', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('958', '1500428', 'repairman', '180', 'PrivateAreaMasterMarket', '102', '153.3', '1', '194', '1.57', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('959', '1090265', 'market_entrance222', '180', 'PrivateAreaMasterMarket', '102', '160', '2', '210', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('960', '1000621', 'habreham', '206', '', '0', '1.745', '9.15', '-1266.03', '0.544', '0', '2035', null);
INSERT INTO `server_spawn_locations` VALUES ('961', '1000622', 'decima', '206', '', '0', '-8.6', '8.75', '-1261.71', '1.563', '0', '2036', null);
INSERT INTO `server_spawn_locations` VALUES ('962', '1000623', 'chalyo_tamlyo', '206', '', '0', '-8.961', '12.0703', '-1257.55', '0', '0', '2037', null);
INSERT INTO `server_spawn_locations` VALUES ('963', '1000823', 'ulmhylt', '206', '', '0', '-3.903', '8.75', '-1263.3', '0.44', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('964', '1000822', 'caplan', '206', '', '0', '-8.783', '8.75', '-1268.19', '3.138', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('965', '1000821', 'nellaure', '206', '', '0', '-13.954', '10.75', '-1261.49', '1.576', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('966', '1080101', 'sys_chocoview_lim', '133', '', '0', '-436.185', '19', '206.26', '3.13', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('967', '1080101', 'sys_chocoview_uld', '175', '', '0', '-36.611', '192.037', '18.759', '-0.81', '0', '0', null);