diff --git a/FFXIVClassic Common Class Lib/STA_INIFile.cs b/FFXIVClassic Common Class Lib/STA_INIFile.cs index 08fe7e2d..1f0d64c3 100644 --- a/FFXIVClassic Common Class Lib/STA_INIFile.cs +++ b/FFXIVClassic Common Class Lib/STA_INIFile.cs @@ -178,7 +178,7 @@ namespace FFXIVClassic.Common // *** Check if original file exists *** bool OriginalFileExists = File.Exists(m_FileName); - // *** Get temporary file name *** + // *** get temporary file name *** string TmpFileName = Path.ChangeExtension(m_FileName, "$n$"); // *** Copy content of original file to temporary file, replace modified values *** diff --git a/FFXIVClassic Common Class Lib/Utils.cs b/FFXIVClassic Common Class Lib/Utils.cs index f1de60b3..a97f2ee2 100644 --- a/FFXIVClassic Common Class Lib/Utils.cs +++ b/FFXIVClassic Common Class Lib/Utils.cs @@ -218,6 +218,16 @@ namespace FFXIVClassic.Common } return data; + } + + public static string ToStringBase63(int number) + { + string lookup = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; + + string secondDigit = lookup.Substring((int)Math.Floor((double)number / (double)lookup.Length), 1); + string firstDigit = lookup.Substring(number % lookup.Length, 1); + + return secondDigit + firstDigit; } } } diff --git a/FFXIVClassic Common Class Lib/packages.config b/FFXIVClassic Common Class Lib/packages.config index dac938f3..c171747f 100644 --- a/FFXIVClassic Common Class Lib/packages.config +++ b/FFXIVClassic Common Class Lib/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/FFXIVClassic Lobby Server/NLog.config b/FFXIVClassic Lobby Server/NLog.config index c152c074..535cf7e4 100644 --- a/FFXIVClassic Lobby Server/NLog.config +++ b/FFXIVClassic Lobby Server/NLog.config @@ -16,22 +16,22 @@ See https://github.com/nlog/nlog/wiki/Configuration-file for information on customizing logging rules and outputs. --> - + - - - + + + diff --git a/FFXIVClassic Lobby Server/NLog.xsd b/FFXIVClassic Lobby Server/NLog.xsd index 175dd774..63ded8c9 100644 --- a/FFXIVClassic Lobby Server/NLog.xsd +++ b/FFXIVClassic Lobby Server/NLog.xsd @@ -1,12 +1,12 @@  - + - + @@ -51,17 +51,17 @@ - + - - - - - + + + + + - Make all targets within this section asynchronous (creates additional threads but the calling thread isn't blocked by any target writes). + Make all tarGets within this section asynchronous (Creates additional threads but the calling thread isn't blocked by any tarGet writes). @@ -78,7 +78,7 @@ - Prefix for targets/layout renderers/filters/conditions loaded from this assembly. + Prefix for tarGets/layout renderers/filters/conditions loaded from this assembly. @@ -121,9 +121,9 @@ Level that this rule matches. - + - Comma separated list of target names. + Comma separated list of tarGet names. @@ -195,39 +195,39 @@ - + - - + + - + - + - - - - - - + + + + + + - + - + - - - - - - + + + + + + @@ -247,7 +247,7 @@ - + @@ -255,7 +255,7 @@ - Name of the target. + Name of the tarGet. @@ -273,17 +273,17 @@ - + - + - Name of the target. + Name of the tarGet. @@ -291,7 +291,7 @@ Number of log events that should be processed in a batch by the lazy writer thread. - + Action to be taken when the lazy writer thread request queue count exceeds the set limit. @@ -309,7 +309,7 @@ - + @@ -318,13 +318,13 @@ - + - Name of the target. + Name of the tarGet. @@ -332,7 +332,7 @@ - + @@ -341,7 +341,7 @@ - Name of the target. + Name of the tarGet. @@ -364,15 +364,15 @@ - + - - + + @@ -380,7 +380,7 @@ - + @@ -389,7 +389,7 @@ - Name of the target. + Name of the tarGet. @@ -412,12 +412,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -485,21 +485,21 @@ - + - + - + @@ -517,21 +517,21 @@ - + - - + + - Name of the target. + Name of the tarGet. @@ -567,7 +567,7 @@ - + @@ -588,37 +588,37 @@ - + - - + + Condition that must be met in order to set the specified foreground and background color. - + Background color. - + Foreground color. - + - - + + @@ -645,12 +645,12 @@ Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. - + Background color. - + Foreground color. @@ -658,7 +658,7 @@ - + @@ -669,7 +669,7 @@ - Name of the target. + Name of the tarGet. @@ -702,7 +702,7 @@ - + @@ -715,15 +715,15 @@ - - + + - + - Name of the target. + Name of the tarGet. @@ -796,12 +796,12 @@ - + - + @@ -811,7 +811,7 @@ - Connection string to run the command against. If not provided, connection string from the target is used. + Connection string to run the command against. If not provided, connection string from the tarGet is used. @@ -825,7 +825,7 @@ - + @@ -861,7 +861,7 @@ - + @@ -870,7 +870,7 @@ - Name of the target. + Name of the tarGet. @@ -893,14 +893,14 @@ - + - Name of the target. + Name of the tarGet. @@ -913,7 +913,7 @@ - + @@ -922,13 +922,13 @@ - + - Name of the target. + Name of the tarGet. @@ -961,7 +961,7 @@ Value to be used as the event Source. - + Action to take if the message is larger than the option. @@ -979,7 +979,7 @@ - + @@ -988,19 +988,19 @@ - + - Name of the target. + Name of the tarGet. - Indicates whether to return to the first target after any successful write. + Indicates whether to return to the first tarGet after any successful write. @@ -1008,7 +1008,7 @@ - + @@ -1016,9 +1016,9 @@ - + - + @@ -1027,9 +1027,9 @@ - + - + @@ -1045,7 +1045,7 @@ - Name of the target. + Name of the tarGet. @@ -1073,7 +1073,7 @@ Line ending mode. - + Way file archives are numbered. @@ -1083,14 +1083,14 @@ Name of the file to be used for an archive. - + Indicates whether to automatically archive log files every time the specified time passes. - Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. Choose: + Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot Create multiple archive files, if they should have the same name. Choose: @@ -1110,7 +1110,7 @@ - Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing Gets written when the filename is wrong. @@ -1128,9 +1128,9 @@ Indicates whether to archive old log file on startup. - + - Indicates whether to create directories if they do not exist. + Indicates whether to Create directories if they Do not exist. @@ -1138,7 +1138,7 @@ Indicates whether to enable log file(s) to be deleted. - + File attributes (Windows only). @@ -1175,7 +1175,7 @@ - Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File tarGet is writing to many files (such as splitting by level or by logger). @@ -1206,7 +1206,7 @@ - + @@ -1214,7 +1214,7 @@ - + @@ -1224,7 +1224,7 @@ - + @@ -1246,19 +1246,19 @@ - + - Name of the target. + Name of the tarGet. - Condition expression. Log events who meet this condition will be forwarded to the wrapped target. + Condition expression. Log events who meet this condition will be forwarded to the wrapped tarGet. @@ -1266,38 +1266,38 @@ - + - - - + + + - Name of the target. + Name of the tarGet. - Windows domain name to change context to. + Windows Domain name to change context to. - + Required impersonation level. - + Type of the logon provider. - + Logon Type. @@ -1320,7 +1320,7 @@ - + @@ -1328,12 +1328,12 @@ - + - + @@ -1345,7 +1345,7 @@ - + @@ -1353,12 +1353,12 @@ - + - Name of the target. + Name of the tarGet. @@ -1373,7 +1373,7 @@ - Indicates whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply) + Indicates whether to use a WCF service contract that is one way (fire and forGet) or two way (request-reply) @@ -1394,7 +1394,7 @@ - + @@ -1418,7 +1418,7 @@ - + @@ -1437,7 +1437,7 @@ - + @@ -1448,7 +1448,7 @@ - Name of the target. + Name of the tarGet. @@ -1531,7 +1531,7 @@ SMTP Server to be used for sending. - + SMTP Authentication mode. @@ -1574,7 +1574,7 @@ - + @@ -1590,14 +1590,14 @@ - + - Name of the target. + Name of the tarGet. @@ -1610,21 +1610,21 @@ - + - + - Name of the target. + Name of the tarGet. @@ -1647,9 +1647,9 @@ Indicates whether to check if a queue exists before writing to it. - + - Indicates whether to create the queue if it doesn't exists. + Indicates whether to Create the queue if it Doesn't exists. @@ -1672,16 +1672,16 @@ - + - + - Name of the target. + Name of the tarGet. @@ -1699,15 +1699,15 @@ - + - - + + @@ -1716,7 +1716,7 @@ - Name of the target. + Name of the tarGet. @@ -1739,12 +1739,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -1779,15 +1779,15 @@ - + - - + + @@ -1795,7 +1795,7 @@ - + @@ -1804,7 +1804,7 @@ - Name of the target. + Name of the tarGet. @@ -1827,12 +1827,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -1902,7 +1902,7 @@ - + @@ -1910,7 +1910,7 @@ - Name of the target. + Name of the tarGet. @@ -1928,14 +1928,14 @@ - + - Name of the target. + Name of the tarGet. @@ -1948,7 +1948,7 @@ - + @@ -1961,12 +1961,12 @@ - Name of the target. + Name of the tarGet. - Indicates whether performance counter should be automatically created. + Indicates whether performance counter should be automatically Created. @@ -2036,15 +2036,15 @@ - + - + - Name of the target. + Name of the tarGet. @@ -2055,7 +2055,7 @@ - + @@ -2073,13 +2073,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2087,14 +2087,14 @@ - + - Name of the target. + Name of the tarGet. @@ -2107,7 +2107,7 @@ - + @@ -2115,12 +2115,12 @@ - Name of the target. + Name of the tarGet. - Number of retries that should be attempted on the wrapped target in case of a failure. + Number of retries that should be attempted on the wrapped tarGet in case of a failure. @@ -2133,13 +2133,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2147,13 +2147,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2161,14 +2161,14 @@ - + - Name of the target. + Name of the tarGet. @@ -2181,20 +2181,20 @@ - + - + - + - Name of the target. + Name of the tarGet. @@ -2217,7 +2217,7 @@ Web service namespace. Only used with Soap. - + Protocol to be used when calling web service. @@ -2230,7 +2230,7 @@ - + diff --git a/FFXIVClassic Lobby Server/PacketProcessor.cs b/FFXIVClassic Lobby Server/PacketProcessor.cs index e0255986..8ccbbf08 100644 --- a/FFXIVClassic Lobby Server/PacketProcessor.cs +++ b/FFXIVClassic Lobby Server/PacketProcessor.cs @@ -166,7 +166,7 @@ namespace FFXIVClassic_Lobby_Server if (worldId == 0) worldId = client.newCharaWorldId; - //Check if this character exists, get world from there + //Check if this character exists, Get world from there if (worldId == 0 && charaReq.characterId != 0) { Character chara = Database.GetCharacter(client.currentUserId, charaReq.characterId); diff --git a/FFXIVClassic Lobby Server/Server.cs b/FFXIVClassic Lobby Server/Server.cs index 20b08be8..98563bdb 100644 --- a/FFXIVClassic Lobby Server/Server.cs +++ b/FFXIVClassic Lobby Server/Server.cs @@ -213,7 +213,7 @@ namespace FFXIVClassic_Lobby_Server { BasePacket newPacket = null; - //Too small to even get length + //Too small to even Get length if (bytesRead <= offset) return null; diff --git a/FFXIVClassic Lobby Server/packages.config b/FFXIVClassic Lobby Server/packages.config index 5a3427bf..cd0d69ec 100644 --- a/FFXIVClassic Lobby Server/packages.config +++ b/FFXIVClassic Lobby Server/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/FFXIVClassic Lobby Server/packets/SubPacket.cs b/FFXIVClassic Lobby Server/packets/SubPacket.cs index f30393b8..fe8a99ec 100644 --- a/FFXIVClassic Lobby Server/packets/SubPacket.cs +++ b/FFXIVClassic Lobby Server/packets/SubPacket.cs @@ -10,7 +10,7 @@ namespace FFXIVClassic_Lobby_Server.packets public ushort subpacketSize; public ushort type; public uint sourceId; - public uint targetId; + public uint tarGetId; public uint unknown1; } @@ -68,14 +68,14 @@ namespace FFXIVClassic_Lobby_Server.packets offset += header.subpacketSize; } - public SubPacket(ushort opcode, uint sourceId, uint targetId, byte[] data) + public SubPacket(ushort opcode, uint sourceId, uint tarGetId, byte[] data) { this.header = new SubPacketHeader(); this.gameMessage = new GameMessageHeader(); gameMessage.opcode = opcode; header.sourceId = sourceId; - header.targetId = targetId; + header.tarGetId = tarGetId; gameMessage.timestamp = Utils.UnixTimeStampUTC(); @@ -90,14 +90,14 @@ namespace FFXIVClassic_Lobby_Server.packets header.subpacketSize = (ushort)(SUBPACKET_SIZE + GAMEMESSAGE_SIZE + data.Length); } - public SubPacket(SubPacket original, uint newTargetId) + public SubPacket(SubPacket original, uint newTarGetId) { this.header = new SubPacketHeader(); this.gameMessage = original.gameMessage; header.subpacketSize = original.header.subpacketSize; header.type = original.header.type; header.sourceId = original.header.sourceId; - header.targetId = newTargetId; + header.tarGetId = newTarGetId; data = original.data; } diff --git a/FFXIVClassic Map Server/CommandProcessor.cs b/FFXIVClassic Map Server/CommandProcessor.cs index 50b1b945..19163650 100644 --- a/FFXIVClassic Map Server/CommandProcessor.cs +++ b/FFXIVClassic Map Server/CommandProcessor.cs @@ -1,835 +1,844 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using FFXIVClassic.Common; -using FFXIVClassic_Map_Server.dataobjects; -using FFXIVClassic_Map_Server.packets; -using FFXIVClassic_Map_Server.packets.send.actor; -using FFXIVClassic_Map_Server.packets.send; -using FFXIVClassic_Map_Server.Actors; -using FFXIVClassic_Map_Server.actors.chara.player; -using FFXIVClassic_Map_Server.Properties; - -namespace FFXIVClassic_Map_Server -{ - class CommandProcessor - { - private Dictionary mConnectedPlayerList; - private static Dictionary gamedataItems = Server.GetGamedataItems(); - - // For the moment, this is the only predefined item - // TODO: make a list/enum in the future so that items can be given by name, instead of by id - const UInt32 ITEM_GIL = 1000001; - - public CommandProcessor(Dictionary playerList) - { - mConnectedPlayerList = playerList; - } - - public void SendPacket(ConnectedPlayer client, string path) - { - BasePacket packet = new BasePacket(path); - - if (client != null) - { - packet.ReplaceActorID(client.actorID); - client.QueuePacket(packet); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - packet.ReplaceActorID(entry.Value.actorID); - entry.Value.QueuePacket(packet); - } - } - } - - public void ChangeProperty(uint id, uint value, string target) - { - SetActorPropetyPacket ChangeProperty = new SetActorPropetyPacket(target); - - ChangeProperty.SetTarget(target); - ChangeProperty.AddInt(id, value); - ChangeProperty.AddTarget(); - - foreach (KeyValuePair entry in mConnectedPlayerList) - { - SubPacket ChangePropertyPacket = ChangeProperty.BuildPacket((entry.Value.actorID), (entry.Value.actorID)); - - BasePacket packet = BasePacket.CreatePacket(ChangePropertyPacket, true, false); - packet.DebugPrintPacket(); - - entry.Value.QueuePacket(packet); - } - } - - public void DoMusic(ConnectedPlayer client, string music) - { - ushort musicId; - - if (music.ToLower().StartsWith("0x")) - musicId = Convert.ToUInt16(music, 16); - else - musicId = Convert.ToUInt16(music); - - if (client != null) - client.QueuePacket(BasePacket.CreatePacket(SetMusicPacket.BuildPacket(client.actorID, musicId, 1), true, false)); - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - BasePacket musicPacket = BasePacket.CreatePacket(SetMusicPacket.BuildPacket(entry.Value.actorID, musicId, 1), true, false); - entry.Value.QueuePacket(musicPacket); - } - } - } - - /// - /// Teleports player to a location on a predefined list - /// - /// The current player - /// Predefined list: <ffxiv_database>\server_zones_spawnlocations - public void DoWarp(ConnectedPlayer client, uint id) - { - WorldManager worldManager = Server.GetWorldManager(); - FFXIVClassic_Map_Server.WorldManager.ZoneEntrance ze = worldManager.GetZoneEntrance(id); - - if (ze == null) - return; - - if (client != null) - worldManager.DoZoneChange(client.GetActor(), ze.zoneId, ze.privateAreaName, ze.spawnType, ze.spawnX, ze.spawnY, ze.spawnZ, ze.spawnRotation); - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - worldManager.DoZoneChange(entry.Value.GetActor(), ze.zoneId, ze.privateAreaName, ze.spawnType, ze.spawnX, ze.spawnY, ze.spawnZ, ze.spawnRotation); - } - } - } - - public void DoWarp(ConnectedPlayer client, uint zoneId, string privateArea, byte spawnType, float x, float y, float z, float r) - { - WorldManager worldManager = Server.GetWorldManager(); - if (worldManager.GetZone(zoneId) == null) - { - if (client != null) - client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", "Zone Does not exist or setting isn't valid."), true, false)); - Program.Log.Error("Zone Does not exist or setting isn't valid."); - } - - if (client != null) - worldManager.DoZoneChange(client.GetActor(), zoneId, privateArea, spawnType, x, y, z, r); - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - worldManager.DoZoneChange(entry.Value.GetActor(), zoneId, privateArea, spawnType, x, y, z, r); - } - } - } - - public void PrintPos(ConnectedPlayer client) - { - if (client != null) - { - Player p = client.GetActor(); - client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", String.Format("{0}\'s position: ZoneID: {1}, X: {2}, Y: {3}, Z: {4}, Rotation: {5}", p.customDisplayName, p.zoneId, p.positionX, p.positionY, p.positionZ, p.rotation)), true, false)); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - Program.Log.Info("{0}\'s position: ZoneID: {1}, X: {2}, Y: {3}, Z: {4}, Rotation: {5}", p.customDisplayName, p.zoneId, p.positionX, p.positionY, p.positionZ, p.rotation); - } - } - } - - private void SetGraphic(ConnectedPlayer client, uint slot, uint wId, uint eId, uint vId, uint cId) - { - if (client != null) - { - Player p = client.GetActor(); - p.GraphicChange(slot, wId, eId, vId, cId); - p.SendAppearance(); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GraphicChange(slot, wId, eId, vId, cId); - p.SendAppearance(); - } - } - } - - private void GiveItem(ConnectedPlayer client, uint itemId, int quantity) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.NORMAL).AddItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.NORMAL).AddItem(itemId, quantity); - } - } - } - - private void GiveItem(ConnectedPlayer client, uint itemId, int quantity, ushort type) - { - if (client != null) - { - Player p = client.GetActor(); - - if (p.GetInventory(type) != null) - p.GetInventory(type).AddItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - - if (p.GetInventory(type) != null) - p.GetInventory(type).AddItem(itemId, quantity); - } - } - } - - private void RemoveItem(ConnectedPlayer client, uint itemId, int quantity) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.NORMAL).RemoveItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.NORMAL).RemoveItem(itemId, quantity); - } - } - } - - private void RemoveItem(ConnectedPlayer client, uint itemId, int quantity, ushort type) - { - if (client != null) - { - Player p = client.GetActor(); - - if (p.GetInventory(type) != null) - p.GetInventory(type).RemoveItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - - if (p.GetInventory(type) != null) - p.GetInventory(type).RemoveItem(itemId, quantity); - } - } - } - - private void GiveCurrency(ConnectedPlayer client, uint itemId, int quantity) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.CURRENCY).AddItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.CURRENCY).AddItem(itemId, quantity); - } - } - } - - // TODO: make RemoveCurrency() remove all quantity of a currency if quantity_to_remove > quantity_in_inventory instead of silently failing - private void RemoveCurrency(ConnectedPlayer client, uint itemId, int quantity) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.CURRENCY).RemoveItem(itemId, quantity); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.CURRENCY).RemoveItem(itemId, quantity); - } - } - } - - private void GiveKeyItem(ConnectedPlayer client, uint itemId) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.KEYITEMS).AddItem(itemId, 1); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.KEYITEMS).AddItem(itemId, 1); - } - } - } - - private void RemoveKeyItem(ConnectedPlayer client, uint itemId) - { - if (client != null) - { - Player p = client.GetActor(); - p.GetInventory(Inventory.KEYITEMS).RemoveItem(itemId, 1); - } - else - { - foreach (KeyValuePair entry in mConnectedPlayerList) - { - Player p = entry.Value.GetActor(); - p.GetInventory(Inventory.KEYITEMS).RemoveItem(itemId, 1); - } - } - } - - private void ParseWarp(ConnectedPlayer client, string[] split) - { - float x = 0, y = 0, z = 0, r = 0.0f; - uint zoneId = 0; - string privatearea = null; - - if (split.Length == 2) // Predefined list - { - // TODO: Handle !warp Playername - #region !warp (predefined list) - try - { - if (split[1].ToLower().StartsWith("0x")) - zoneId = Convert.ToUInt32(split[1], 16); - else - zoneId = Convert.ToUInt32(split[1]); - } - catch{return;} - #endregion - - DoWarp(client, zoneId); - } - else if (split.Length == 4) - { - #region !warp X Y Z - if (split[1].StartsWith("@")) - { - split[1] = split[1].Replace("@", string.Empty); - - if (String.IsNullOrEmpty(split[1])) - split[1] = "0"; - - try { x = Single.Parse(split[1]) + client.GetActor().positionX; } - catch{return;} - - split[1] = x.ToString(); - } - if (split[2].StartsWith("@")) - { - split[2] = split[2].Replace("@", string.Empty); - - if (String.IsNullOrEmpty(split[2])) - split[2] = "0"; - - try { y = Single.Parse(split[2]) + client.GetActor().positionY; } - catch{return;} - - split[2] = y.ToString(); - } - if (split[3].StartsWith("@")) - { - split[3] = split[3].Replace("@", string.Empty); - - if (String.IsNullOrEmpty(split[3])) - split[3] = "0"; - - try { z = Single.Parse(split[3]) + client.GetActor().positionZ; } - catch{return;} - - split[3] = z.ToString(); - } - - try - { - x = Single.Parse(split[1]); - y = Single.Parse(split[2]); - z = Single.Parse(split[3]); - } - catch{return;} - - zoneId = client.GetActor().zoneId; - r = client.GetActor().rotation; - #endregion - - SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); - DoWarp(client, zoneId, privatearea, 0x00, x, y, z, r); - } - else if (split.Length == 5) - { - #region !warp Zone X Y Z - try - { - x = Single.Parse(split[2]); - y = Single.Parse(split[3]); - z = Single.Parse(split[4]); - } - catch{return;} - - if (split[1].ToLower().StartsWith("0x")) - { - try { zoneId = Convert.ToUInt32(split[1], 16); } - catch{return;} - } - else - { - try { zoneId = Convert.ToUInt32(split[1]); } - catch{return;} - } - #endregion - - SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); - DoWarp(client, zoneId, privatearea, 0x2, x, y, z, r); - } - else if (split.Length == 6) - { - #region !warp Zone Instance X Y Z - try - { - x = Single.Parse(split[3]); - y = Single.Parse(split[4]); - z = Single.Parse(split[5]); - } - catch{return;} - - if (split[1].ToLower().StartsWith("0x")) - { - try { zoneId = Convert.ToUInt32(split[1], 16); } - catch{return;} - } - else - { - try { zoneId = Convert.ToUInt32(split[1]); } - catch{return;} - } - - privatearea = split[2]; - #endregion - - SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); - DoWarp(client, zoneId, privatearea, 0x2, x, y, z, r); - } - else - return; // catch any invalid warps here - } - - private void DoWeather(ConnectedPlayer client, string weatherID, string value) - { - ushort weather = Convert.ToUInt16(weatherID); - - if (client != null) - { - client.QueuePacket(BasePacket.CreatePacket(SetWeatherPacket.BuildPacket(client.actorID, weather, Convert.ToUInt16(value)), true, false)); - } - - /* - * WIP: Change weather serverside, currently only clientside - * - uint currentZoneID; - if (client != null) - { - currentZoneID = client.GetActor().zoneId; - - foreach (KeyValuePair entry in mConnectedPlayerList) - { - // Change the weather for everyone in the same zone - if (currentZoneID == entry.Value.GetActor().zoneId) - { - BasePacket weatherPacket = BasePacket.CreatePacket(SetWeatherPacket.BuildPacket(entry.Value.actorID, weather), true, false); - entry.Value.QueuePacket(weatherPacket); - } - } - } - */ - } - - /// - /// We only use the default options for SendMessagePacket. - /// May as well make it less unwieldly to view - /// - /// - /// - private void SendMessage(ConnectedPlayer client, String message) - { - if (client != null) - client.GetActor().QueuePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", message)); - } - - internal bool DoCommand(string input, ConnectedPlayer client) - { - input.Trim(); - if (input.StartsWith("!")) - input = input.Substring(1); - - String[] split = input.Split(' '); - split = split.Select(temp => temp.ToLower()).ToArray(); // Ignore case on commands - split = split.Where(temp => temp != "").ToArray(); // strips extra whitespace from commands - - // Debug - //SendMessage(client, string.Join(",", split)); - - if (split.Length >= 1) - { - #region !help - if (split[0].Equals("help")) - { - if (split.Length == 1) - { - SendMessage(client, Resources.CPhelp); - } - if (split.Length == 2) - { - if (split[1].Equals("mypos")) - SendMessage(client, Resources.CPmypos); - else if (split[1].Equals("music")) - SendMessage(client, Resources.CPmusic); - else if (split[1].Equals("warp")) - SendMessage(client, Resources.CPwarp); - else if (split[1].Equals("givecurrency")) - SendMessage(client, Resources.CPgivecurrency); - else if (split[1].Equals("giveitem")) - SendMessage(client, Resources.CPgiveitem); - else if (split[1].Equals("givekeyitem")) - SendMessage(client, Resources.CPgivekeyitem); - else if (split[1].Equals("removecurrency")) - SendMessage(client, Resources.CPremovecurrency); - else if (split[1].Equals("removeitem")) - SendMessage(client, Resources.CPremoveitem); - else if (split[1].Equals("removekeyitem")) - SendMessage(client, Resources.CPremovekeyitem); - else if (split[1].Equals("reloaditems")) - SendMessage(client, Resources.CPreloaditems); - else if (split[1].Equals("reloadzones")) - SendMessage(client, Resources.CPreloadzones); - /* - else if (split[1].Equals("property")) - SendMessage(client, Resources.CPproperty); - else if (split[1].Equals("property2")) - SendMessage(client, Resources.CPproperty2); - else if (split[1].Equals("sendpacket")) - SendMessage(client, Resources.CPsendpacket); - else if (split[1].Equals("setgraphic")) - SendMessage(client, Resources.CPsetgraphic); - */ - } - if (split.Length == 3) - { - if(split[1].Equals("test")) - { - if (split[2].Equals("weather")) - SendMessage(client, Resources.CPtestweather); - } - } - - return true; - } - #endregion - - #region !test - else if (split[0].Equals("test")) - { - if (split.Length == 1) - { - // catch invalid commands - SendMessage(client, Resources.CPhelp); - } - else if (split.Length >= 2) - { - #region !test weather - if (split[1].Equals("weather")) - { - try - { - DoWeather(client, split[2], split[3]); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not Change weather: " + e); - } - } - #endregion - } - - } - #endregion - - #region !mypos - else if (split[0].Equals("mypos")) - { - try - { - PrintPos(client); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not load packet: " + e); - } - } - #endregion - - #region !reloadzones - else if (split[0].Equals("reloadzones")) - { - if (client != null) - { - Program.Log.Info("Got request to reset zone: {0}", client.GetActor().zoneId); - client.GetActor().zone.Clear(); - client.GetActor().zone.AddActorToZone(client.GetActor()); - client.GetActor().SendInstanceUpdate(); - client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", String.Format("Reseting zone {0}...", client.GetActor().zoneId)), true, false)); - } - Server.GetWorldManager().ReloadZone(client.GetActor().zoneId); - return true; - } - #endregion - - #region !reloaditems - else if (split[0].Equals("reloaditems")) - { - Program.Log.Info("Got request to reload item gamedata"); - SendMessage(client, "Reloading Item Gamedata..."); - gamedataItems.Clear(); - gamedataItems = Database.GetItemGamedata(); - Program.Log.Info("Loaded {0} items.", gamedataItems.Count); - SendMessage(client, String.Format("Loaded {0} items.", gamedataItems.Count)); - return true; - } - #endregion - - #region !sendpacket - else if (split[0].Equals("sendpacket")) - { - if (split.Length < 2) - return false; - - try - { - SendPacket(client, "./packets/" + split[1]); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not load packet: " + e); - } - } - #endregion - - #region !graphic - else if (split[0].Equals("graphic")) - { - try - { - if (split.Length == 6) - SetGraphic(client, UInt32.Parse(split[1]), UInt32.Parse(split[2]), UInt32.Parse(split[3]), UInt32.Parse(split[4]), UInt32.Parse(split[5])); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not give item."); - } - } - #endregion - - #region !giveitem - else if (split[0].Equals("giveitem")) - { - try - { - if (split.Length == 2) - GiveItem(client, UInt32.Parse(split[1]), 1); - else if (split.Length == 3) - GiveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); - else if (split.Length == 4) - GiveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2]), UInt16.Parse(split[3])); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not give item."); - } - } - #endregion - - #region !removeitem - else if (split[0].Equals("removeitem")) - { - if (split.Length < 2) - return false; - - try - { - if (split.Length == 2) - RemoveItem(client, UInt32.Parse(split[1]), 1); - else if (split.Length == 3) - RemoveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); - else if (split.Length == 4) - RemoveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2]), UInt16.Parse(split[3])); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not remove item."); - } - } - #endregion - - #region !givekeyitem - else if (split[0].Equals("givekeyitem")) - { - try - { - if (split.Length == 2) - GiveKeyItem(client, UInt32.Parse(split[1])); - } - catch (Exception e) - { - Program.Log.Error("Could not give keyitem."); - } - } - #endregion - - #region !removekeyitem - else if (split[0].Equals("removekeyitem")) - { - if (split.Length < 2) - return false; - - try - { - if (split.Length == 2) - RemoveKeyItem(client, UInt32.Parse(split[1])); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not remove keyitem."); - } - } - #endregion - - #region !givecurrency - else if (split[0].Equals("givecurrency")) - { - try - { - if (split.Length == 2) - GiveCurrency(client, ITEM_GIL, Int32.Parse(split[1])); - else if (split.Length == 3) - GiveCurrency(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); - } - catch (Exception e) - { - Program.Log.Error("Could not give currency."); - } - } - #endregion - - #region !removecurrency - else if (split[0].Equals("removecurrency")) - { - if (split.Length < 2) - return false; - - try - { - if (split.Length == 2) - RemoveCurrency(client, ITEM_GIL, Int32.Parse(split[1])); - else if (split.Length == 3) - RemoveCurrency(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not remove currency."); - } - } - #endregion - - #region !music - else if (split[0].Equals("music")) - { - if (split.Length < 2) - return false; - - try - { - DoMusic(client, split[1]); - return true; - } - catch (Exception e) - { - Program.Log.Error("Could not Change music: " + e); - } - } - #endregion - - #region !warp - else if (split[0].Equals("warp")) - { - ParseWarp(client, split); - return true; - } - #endregion - - #region !property - else if (split[0].Equals("property")) - { - if (split.Length == 4) - { - ChangeProperty(Utils.MurmurHash2(split[1], 0), Convert.ToUInt32(split[2], 16), split[3]); - } - return true; - } - #endregion - - #region !property2 - else if (split[0].Equals("property2")) - { - if (split.Length == 4) - { - ChangeProperty(Convert.ToUInt32(split[1], 16), Convert.ToUInt32(split[2], 16), split[3]); - } - return true; - } - #endregion - } - return false; - } - } - -} +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Net; +using System.Net.Sockets; +using System.Threading.Tasks; +using System.Threading; +using FFXIVClassic.Common; +using FFXIVClassic_Map_Server.dataobjects; +using FFXIVClassic_Map_Server.packets; +using System.IO; +using FFXIVClassic_Map_Server.packets.send.actor; +using FFXIVClassic_Map_Server; +using FFXIVClassic_Map_Server.packets.send; +using FFXIVClassic_Map_Server.dataobjects.chara; +using FFXIVClassic_Map_Server.Actors; +using FFXIVClassic_Map_Server.lua; +using FFXIVClassic_Map_Server.actors.chara.player; +using FFXIVClassic_Map_Server.Properties; + +namespace FFXIVClassic_Map_Server +{ + class CommandProcessor + { + private Dictionary mConnectedPlayerList; + private static Dictionary gamedataItems = Server.GetGamedataItems(); + + // For the moment, this is the only predefined item + // TODO: make a list/enum in the future so that items can be given by name, instead of by id + const UInt32 ITEM_GIL = 1000001; + + public CommandProcessor(Dictionary playerList) + { + mConnectedPlayerList = playerList; + } + + public void SendPacket(ConnectedPlayer client, string path) + { + BasePacket packet = new BasePacket(path); + + if (client != null) + { + packet.ReplaceActorID(client.actorID); + client.QueuePacket(packet); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + packet.ReplaceActorID(entry.Value.actorID); + entry.Value.QueuePacket(packet); + } + } + } + + public void ChangeProperty(uint id, uint value, string tarGet) + { + SetActorPropetyPacket ChangeProperty = new SetActorPropetyPacket(tarGet); + + ChangeProperty.SetTarget(tarGet); + ChangeProperty.AddInt(id, value); + ChangeProperty.AddTarget(); + + foreach (KeyValuePair entry in mConnectedPlayerList) + { + SubPacket ChangePropertyPacket = ChangeProperty.BuildPacket((entry.Value.actorID), (entry.Value.actorID)); + + BasePacket packet = BasePacket.CreatePacket(ChangePropertyPacket, true, false); + packet.DebugPrintPacket(); + + entry.Value.QueuePacket(packet); + } + } + + public void DoMusic(ConnectedPlayer client, string music) + { + ushort musicId; + + if (music.ToLower().StartsWith("0x")) + musicId = Convert.ToUInt16(music, 16); + else + musicId = Convert.ToUInt16(music); + + if (client != null) + client.QueuePacket(BasePacket.CreatePacket(SetMusicPacket.BuildPacket(client.actorID, musicId, 1), true, false)); + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + BasePacket musicPacket = BasePacket.CreatePacket(SetMusicPacket.BuildPacket(entry.Value.actorID, musicId, 1), true, false); + entry.Value.QueuePacket(musicPacket); + } + } + } + + /// + /// Teleports player to a location on a predefined list + /// + /// The current player + /// Predefined list: <ffxiv_database>\server_zones_spawnlocations + public void DoWarp(ConnectedPlayer client, uint id) + { + WorldManager worldManager = Server.GetWorldManager(); + FFXIVClassic_Map_Server.WorldManager.ZoneEntrance ze = worldManager.GetZoneEntrance(id); + + if (ze == null) + return; + + if (client != null) + worldManager.DoZoneChange(client.GetActor(), ze.zoneId, ze.privateAreaName, ze.spawnType, ze.spawnX, ze.spawnY, ze.spawnZ, ze.spawnRotation); + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + worldManager.DoZoneChange(entry.Value.GetActor(), ze.zoneId, ze.privateAreaName, ze.spawnType, ze.spawnX, ze.spawnY, ze.spawnZ, ze.spawnRotation); + } + } + } + + public void DoWarp(ConnectedPlayer client, uint zoneId, string privateArea, byte spawnType, float x, float y, float z, float r) + { + WorldManager worldManager = Server.GetWorldManager(); + if (worldManager.GetZone(zoneId) == null) + { + if (client != null) + client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", "Zone does not exist or setting isn't valid."), true, false)); + Program.Log.Error("Zone does not exist or setting isn't valid."); + } + + if (client != null) + worldManager.DoZoneChange(client.GetActor(), zoneId, privateArea, spawnType, x, y, z, r); + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + worldManager.DoZoneChange(entry.Value.GetActor(), zoneId, privateArea, spawnType, x, y, z, r); + } + } + } + + public void PrintPos(ConnectedPlayer client) + { + if (client != null) + { + Player p = client.GetActor(); + client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", String.Format("{0}\'s position: ZoneID: {1}, X: {2}, Y: {3}, Z: {4}, Rotation: {5}", p.customDisplayName, p.zoneId, p.positionX, p.positionY, p.positionZ, p.rotation)), true, false)); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + Program.Log.Info(String.Format("{0}\'s position: ZoneID: {1}, X: {2}, Y: {3}, Z: {4}, Rotation: {5}", p.customDisplayName, p.zoneId, p.positionX, p.positionY, p.positionZ, p.rotation)); + } + } + } + + private void SetGraphic(ConnectedPlayer client, uint slot, uint wId, uint eId, uint vId, uint cId) + { + if (client != null) + { + Player p = client.GetActor(); + p.GraphicChange(slot, wId, eId, vId, cId); + p.SendAppearance(); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GraphicChange(slot, wId, eId, vId, cId); + p.SendAppearance(); + } + } + } + + private void GiveItem(ConnectedPlayer client, uint itemId, int quantity) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.NORMAL).AddItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.NORMAL).AddItem(itemId, quantity); + } + } + } + + private void GiveItem(ConnectedPlayer client, uint itemId, int quantity, ushort type) + { + if (client != null) + { + Player p = client.GetActor(); + + if (p.GetInventory(type) != null) + p.GetInventory(type).AddItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + + if (p.GetInventory(type) != null) + p.GetInventory(type).AddItem(itemId, quantity); + } + } + } + + private void RemoveItem(ConnectedPlayer client, uint itemId, int quantity) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.NORMAL).RemoveItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.NORMAL).RemoveItem(itemId, quantity); + } + } + } + + private void RemoveItem(ConnectedPlayer client, uint itemId, int quantity, ushort type) + { + if (client != null) + { + Player p = client.GetActor(); + + if (p.GetInventory(type) != null) + p.GetInventory(type).RemoveItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + + if (p.GetInventory(type) != null) + p.GetInventory(type).RemoveItem(itemId, quantity); + } + } + } + + private void GiveCurrency(ConnectedPlayer client, uint itemId, int quantity) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.CURRENCY).AddItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.CURRENCY).AddItem(itemId, quantity); + } + } + } + + // TODO: make RemoveCurrency() Remove all quantity of a currency if quantity_to_Remove > quantity_in_inventory instead of silently failing + private void RemoveCurrency(ConnectedPlayer client, uint itemId, int quantity) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.CURRENCY).RemoveItem(itemId, quantity); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.CURRENCY).RemoveItem(itemId, quantity); + } + } + } + + private void GiveKeyItem(ConnectedPlayer client, uint itemId) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.KEYITEMS).AddItem(itemId, 1); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.KEYITEMS).AddItem(itemId, 1); + } + } + } + + private void RemoveKeyItem(ConnectedPlayer client, uint itemId) + { + if (client != null) + { + Player p = client.GetActor(); + p.GetInventory(Inventory.KEYITEMS).RemoveItem(itemId, 1); + } + else + { + foreach (KeyValuePair entry in mConnectedPlayerList) + { + Player p = entry.Value.GetActor(); + p.GetInventory(Inventory.KEYITEMS).RemoveItem(itemId, 1); + } + } + } + + private void ParseWarp(ConnectedPlayer client, string[] split) + { + float x = 0, y = 0, z = 0, r = 0.0f; + uint zoneId = 0; + string privatearea = null; + + if (split.Length == 2) // Predefined list + { + // TODO: Handle !warp Playername + #region !warp (predefined list) + try + { + if (split[1].ToLower().StartsWith("0x")) + zoneId = Convert.ToUInt32(split[1], 16); + else + zoneId = Convert.ToUInt32(split[1]); + } + catch{return;} + #endregion + + DoWarp(client, zoneId); + } + else if (split.Length == 4) + { + #region !warp X Y Z + if (split[1].StartsWith("@")) + { + split[1] = split[1].Replace("@", string.Empty); + + if (String.IsNullOrEmpty(split[1])) + split[1] = "0"; + + try { x = Single.Parse(split[1]) + client.GetActor().positionX; } + catch{return;} + + split[1] = x.ToString(); + } + if (split[2].StartsWith("@")) + { + split[2] = split[2].Replace("@", string.Empty); + + if (String.IsNullOrEmpty(split[2])) + split[2] = "0"; + + try { y = Single.Parse(split[2]) + client.GetActor().positionY; } + catch{return;} + + split[2] = y.ToString(); + } + if (split[3].StartsWith("@")) + { + split[3] = split[3].Replace("@", string.Empty); + + if (String.IsNullOrEmpty(split[3])) + split[3] = "0"; + + try { z = Single.Parse(split[3]) + client.GetActor().positionZ; } + catch{return;} + + split[3] = z.ToString(); + } + + try + { + x = Single.Parse(split[1]); + y = Single.Parse(split[2]); + z = Single.Parse(split[3]); + } + catch{return;} + + zoneId = client.GetActor().zoneId; + r = client.GetActor().rotation; + #endregion + + SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); + DoWarp(client, zoneId, privatearea, 0x00, x, y, z, r); + } + else if (split.Length == 5) + { + #region !warp Zone X Y Z + try + { + x = Single.Parse(split[2]); + y = Single.Parse(split[3]); + z = Single.Parse(split[4]); + } + catch{return;} + + if (split[1].ToLower().StartsWith("0x")) + { + try { zoneId = Convert.ToUInt32(split[1], 16); } + catch{return;} + } + else + { + try { zoneId = Convert.ToUInt32(split[1]); } + catch{return;} + } + #endregion + + SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); + DoWarp(client, zoneId, privatearea, 0x2, x, y, z, r); + } + else if (split.Length == 6) + { + #region !warp Zone Instance X Y Z + try + { + x = Single.Parse(split[3]); + y = Single.Parse(split[4]); + z = Single.Parse(split[5]); + } + catch{return;} + + if (split[1].ToLower().StartsWith("0x")) + { + try { zoneId = Convert.ToUInt32(split[1], 16); } + catch{return;} + } + else + { + try { zoneId = Convert.ToUInt32(split[1]); } + catch{return;} + } + + privatearea = split[2]; + #endregion + + SendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); + DoWarp(client, zoneId, privatearea, 0x2, x, y, z, r); + } + else + return; // catch any invalid warps here + } + + private void doWeather(ConnectedPlayer client, string weatherID, string value) + { + ushort weather = Convert.ToUInt16(weatherID); + + if (client != null) + { + client.QueuePacket(BasePacket.CreatePacket(SetWeatherPacket.BuildPacket(client.actorID, weather, Convert.ToUInt16(value)), true, false)); + } + + /* + * WIP: Change weather serverside, currently only clientside + * + uint currentZoneID; + if (client != null) + { + currentZoneID = client.GetActor().zoneId; + + foreach (KeyValuePair entry in mConnectedPlayerList) + { + // Change the weather for everyone in the same zone + if (currentZoneID == entry.Value.GetActor().zoneId) + { + BasePacket weatherPacket = BasePacket.CreatePacket(SetWeatherPacket.BuildPacket(entry.Value.actorID, weather), true, false); + entry.Value.QueuePacket(weatherPacket); + } + } + } + */ + } + + /// + /// We only use the default options for SendMessagePacket. + /// May as well make it less unwieldly to view + /// + /// + /// + private void SendMessage(ConnectedPlayer client, String message) + { + if (client != null) + client.GetActor().QueuePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", message)); + } + + internal bool DoCommand(string input, ConnectedPlayer client) + { + input.Trim(); + if (input.StartsWith("!")) + input = input.Substring(1); + + String[] split = input.Split(' '); + split = split.Select(temp => temp.ToLower()).ToArray(); // Ignore case on commands + split = split.Where(temp => temp != "").ToArray(); // strips extra whitespace from commands + + // Debug + //SendMessage(client, string.Join(",", split)); + + if (split.Length >= 1) + { + #region !help + if (split[0].Equals("help")) + { + if (split.Length == 1) + { + SendMessage(client, Resources.CPhelp); + } + if (split.Length == 2) + { + if (split[1].Equals("mypos")) + SendMessage(client, Resources.CPmypos); + else if (split[1].Equals("music")) + SendMessage(client, Resources.CPmusic); + else if (split[1].Equals("warp")) + SendMessage(client, Resources.CPwarp); + else if (split[1].Equals("givecurrency")) + SendMessage(client, Resources.CPgivecurrency); + else if (split[1].Equals("giveitem")) + SendMessage(client, Resources.CPgiveitem); + else if (split[1].Equals("givekeyitem")) + SendMessage(client, Resources.CPgivekeyitem); + else if (split[1].Equals("Removecurrency")) + SendMessage(client, Resources.CPRemovecurrency); + else if (split[1].Equals("Removeitem")) + SendMessage(client, Resources.CPRemoveitem); + else if (split[1].Equals("Removekeyitem")) + SendMessage(client, Resources.CPRemovekeyitem); + else if (split[1].Equals("reloaditems")) + SendMessage(client, Resources.CPreloaditems); + else if (split[1].Equals("reloadzones")) + SendMessage(client, Resources.CPreloadzones); + /* + else if (split[1].Equals("property")) + SendMessage(client, Resources.CPproperty); + else if (split[1].Equals("property2")) + SendMessage(client, Resources.CPproperty2); + else if (split[1].Equals("sendpacket")) + SendMessage(client, Resources.CPsendpacket); + else if (split[1].Equals("setgraphic")) + SendMessage(client, Resources.CPsetgraphic); + */ + } + if (split.Length == 3) + { + if(split[1].Equals("test")) + { + if (split[2].Equals("weather")) + SendMessage(client, Resources.CPtestweather); + } + } + + return true; + } + #endregion + + #region !test + else if (split[0].Equals("test")) + { + if (split.Length == 1) + { + // catch invalid commands + SendMessage(client, Resources.CPhelp); + } + else if (split.Length >= 2) + { + #region !test weather + if (split[1].Equals("weather")) + { + try + { + doWeather(client, split[2], split[3]); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not change weather: " + e); + } + } + #endregion + } + + } + #endregion + + #region !mypos + else if (split[0].Equals("mypos")) + { + try + { + PrintPos(client); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not load packet: " + e); + } + } + #endregion + + #region !reloadzones + else if (split[0].Equals("reloadzones")) + { + if (client != null) + { + Program.Log.Info(String.Format("Got request to reset zone: {0}", client.GetActor().zoneId)); + client.GetActor().zone.Clear(); + client.GetActor().zone.AddActorToZone(client.GetActor()); + client.GetActor().SendInstanceUpdate(); + client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", String.Format("Reseting zone {0}...", client.GetActor().zoneId)), true, false)); + } + Server.GetWorldManager().reloadZone(client.GetActor().zoneId); + return true; + } + #endregion + + #region !reloaditems + else if (split[0].Equals("reloaditems")) + { + Program.Log.Info(String.Format("Got request to reload item gamedata")); + SendMessage(client, "Reloading Item Gamedata..."); + gamedataItems.Clear(); + gamedataItems = Database.GetItemGamedata(); + Program.Log.Info(String.Format("Loaded {0} items.", gamedataItems.Count)); + SendMessage(client, String.Format("Loaded {0} items.", gamedataItems.Count)); + return true; + } + #endregion + + #region !sendpacket + else if (split[0].Equals("sendpacket")) + { + if (split.Length < 2) + return false; + + try + { + SendPacket(client, "./packets/" + split[1]); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not load packet: " + e); + } + } + #endregion + + #region !graphic + else if (split[0].Equals("graphic")) + { + try + { + if (split.Length == 6) + SetGraphic(client, UInt32.Parse(split[1]), UInt32.Parse(split[2]), UInt32.Parse(split[3]), UInt32.Parse(split[4]), UInt32.Parse(split[5])); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not give item."); + } + } + #endregion + + #region !giveitem + else if (split[0].Equals("giveitem")) + { + try + { + if (split.Length == 2) + GiveItem(client, UInt32.Parse(split[1]), 1); + else if (split.Length == 3) + GiveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); + else if (split.Length == 4) + GiveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2]), UInt16.Parse(split[3])); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not give item."); + } + } + #endregion + + #region !Removeitem + else if (split[0].Equals("Removeitem")) + { + if (split.Length < 2) + return false; + + try + { + if (split.Length == 2) + RemoveItem(client, UInt32.Parse(split[1]), 1); + else if (split.Length == 3) + RemoveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); + else if (split.Length == 4) + RemoveItem(client, UInt32.Parse(split[1]), Int32.Parse(split[2]), UInt16.Parse(split[3])); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not Remove item."); + } + } + #endregion + + #region !givekeyitem + else if (split[0].Equals("givekeyitem")) + { + try + { + if (split.Length == 2) + GiveKeyItem(client, UInt32.Parse(split[1])); + } + catch (Exception e) + { + Program.Log.Error("Could not give keyitem."); + } + } + #endregion + + #region !Removekeyitem + else if (split[0].Equals("Removekeyitem")) + { + if (split.Length < 2) + return false; + + try + { + if (split.Length == 2) + RemoveKeyItem(client, UInt32.Parse(split[1])); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not Remove keyitem."); + } + } + #endregion + + #region !givecurrency + else if (split[0].Equals("givecurrency")) + { + try + { + if (split.Length == 2) + GiveCurrency(client, ITEM_GIL, Int32.Parse(split[1])); + else if (split.Length == 3) + GiveCurrency(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); + } + catch (Exception e) + { + Program.Log.Error("Could not give currency."); + } + } + #endregion + + #region !Removecurrency + else if (split[0].Equals("Removecurrency")) + { + if (split.Length < 2) + return false; + + try + { + if (split.Length == 2) + RemoveCurrency(client, ITEM_GIL, Int32.Parse(split[1])); + else if (split.Length == 3) + RemoveCurrency(client, UInt32.Parse(split[1]), Int32.Parse(split[2])); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not Remove currency."); + } + } + #endregion + + #region !music + else if (split[0].Equals("music")) + { + if (split.Length < 2) + return false; + + try + { + DoMusic(client, split[1]); + return true; + } + catch (Exception e) + { + Program.Log.Error("Could not change music: " + e); + } + } + #endregion + + #region !warp + else if (split[0].Equals("warp")) + { + ParseWarp(client, split); + return true; + } + #endregion + + #region !property + else if (split[0].Equals("property")) + { + if (split.Length == 4) + { + ChangeProperty(Utils.MurmurHash2(split[1], 0), Convert.ToUInt32(split[2], 16), split[3]); + } + return true; + } + #endregion + + #region !property2 + else if (split[0].Equals("property2")) + { + if (split.Length == 4) + { + ChangeProperty(Convert.ToUInt32(split[1], 16), Convert.ToUInt32(split[2], 16), split[3]); + } + return true; + } + #endregion + } + return false; + } + } + +} diff --git a/FFXIVClassic Map Server/Database.cs b/FFXIVClassic Map Server/Database.cs index 920be9cb..55e1b9fd 100644 --- a/FFXIVClassic Map Server/Database.cs +++ b/FFXIVClassic Map Server/Database.cs @@ -400,7 +400,6 @@ namespace FFXIVClassic_Map_Server birthMonth, initialTown, tribe, - currentParty, restBonus, achievementPoints, playTime @@ -430,9 +429,9 @@ namespace FFXIVClassic_Map_Server player.playerWork.birthdayMonth = reader.GetByte(14); player.playerWork.initialTown = reader.GetByte(15); player.playerWork.tribe = reader.GetByte(16); - player.playerWork.restBonusExpRate = reader.GetInt32(18); - player.achievementPoints = reader.GetUInt32(19); - player.playTime = reader.GetUInt32(20); + player.playerWork.restBonusExpRate = reader.GetInt32(17); + player.achievementPoints = reader.GetUInt32(18); + player.playTime = reader.GetUInt32(19); } } diff --git a/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj b/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj index d6c8b577..f01958b6 100644 --- a/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj +++ b/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj @@ -71,7 +71,9 @@ + + diff --git a/FFXIVClassic Map Server/NLog.config b/FFXIVClassic Map Server/NLog.config index 1d8fb2f4..603cb587 100644 --- a/FFXIVClassic Map Server/NLog.config +++ b/FFXIVClassic Map Server/NLog.config @@ -16,22 +16,22 @@ See https://github.com/nlog/nlog/wiki/Configuration-file for information on customizing logging rules and outputs. --> - + - - - + + + diff --git a/FFXIVClassic Map Server/NLog.xsd b/FFXIVClassic Map Server/NLog.xsd index 175dd774..63ded8c9 100644 --- a/FFXIVClassic Map Server/NLog.xsd +++ b/FFXIVClassic Map Server/NLog.xsd @@ -1,12 +1,12 @@  - + - + @@ -51,17 +51,17 @@ - + - - - - - + + + + + - Make all targets within this section asynchronous (creates additional threads but the calling thread isn't blocked by any target writes). + Make all tarGets within this section asynchronous (Creates additional threads but the calling thread isn't blocked by any tarGet writes). @@ -78,7 +78,7 @@ - Prefix for targets/layout renderers/filters/conditions loaded from this assembly. + Prefix for tarGets/layout renderers/filters/conditions loaded from this assembly. @@ -121,9 +121,9 @@ Level that this rule matches. - + - Comma separated list of target names. + Comma separated list of tarGet names. @@ -195,39 +195,39 @@ - + - - + + - + - + - - - - - - + + + + + + - + - + - - - - - - + + + + + + @@ -247,7 +247,7 @@ - + @@ -255,7 +255,7 @@ - Name of the target. + Name of the tarGet. @@ -273,17 +273,17 @@ - + - + - Name of the target. + Name of the tarGet. @@ -291,7 +291,7 @@ Number of log events that should be processed in a batch by the lazy writer thread. - + Action to be taken when the lazy writer thread request queue count exceeds the set limit. @@ -309,7 +309,7 @@ - + @@ -318,13 +318,13 @@ - + - Name of the target. + Name of the tarGet. @@ -332,7 +332,7 @@ - + @@ -341,7 +341,7 @@ - Name of the target. + Name of the tarGet. @@ -364,15 +364,15 @@ - + - - + + @@ -380,7 +380,7 @@ - + @@ -389,7 +389,7 @@ - Name of the target. + Name of the tarGet. @@ -412,12 +412,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -485,21 +485,21 @@ - + - + - + @@ -517,21 +517,21 @@ - + - - + + - Name of the target. + Name of the tarGet. @@ -567,7 +567,7 @@ - + @@ -588,37 +588,37 @@ - + - - + + Condition that must be met in order to set the specified foreground and background color. - + Background color. - + Foreground color. - + - - + + @@ -645,12 +645,12 @@ Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. - + Background color. - + Foreground color. @@ -658,7 +658,7 @@ - + @@ -669,7 +669,7 @@ - Name of the target. + Name of the tarGet. @@ -702,7 +702,7 @@ - + @@ -715,15 +715,15 @@ - - + + - + - Name of the target. + Name of the tarGet. @@ -796,12 +796,12 @@ - + - + @@ -811,7 +811,7 @@ - Connection string to run the command against. If not provided, connection string from the target is used. + Connection string to run the command against. If not provided, connection string from the tarGet is used. @@ -825,7 +825,7 @@ - + @@ -861,7 +861,7 @@ - + @@ -870,7 +870,7 @@ - Name of the target. + Name of the tarGet. @@ -893,14 +893,14 @@ - + - Name of the target. + Name of the tarGet. @@ -913,7 +913,7 @@ - + @@ -922,13 +922,13 @@ - + - Name of the target. + Name of the tarGet. @@ -961,7 +961,7 @@ Value to be used as the event Source. - + Action to take if the message is larger than the option. @@ -979,7 +979,7 @@ - + @@ -988,19 +988,19 @@ - + - Name of the target. + Name of the tarGet. - Indicates whether to return to the first target after any successful write. + Indicates whether to return to the first tarGet after any successful write. @@ -1008,7 +1008,7 @@ - + @@ -1016,9 +1016,9 @@ - + - + @@ -1027,9 +1027,9 @@ - + - + @@ -1045,7 +1045,7 @@ - Name of the target. + Name of the tarGet. @@ -1073,7 +1073,7 @@ Line ending mode. - + Way file archives are numbered. @@ -1083,14 +1083,14 @@ Name of the file to be used for an archive. - + Indicates whether to automatically archive log files every time the specified time passes. - Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. Choose: + Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot Create multiple archive files, if they should have the same name. Choose: @@ -1110,7 +1110,7 @@ - Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing Gets written when the filename is wrong. @@ -1128,9 +1128,9 @@ Indicates whether to archive old log file on startup. - + - Indicates whether to create directories if they do not exist. + Indicates whether to Create directories if they Do not exist. @@ -1138,7 +1138,7 @@ Indicates whether to enable log file(s) to be deleted. - + File attributes (Windows only). @@ -1175,7 +1175,7 @@ - Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File tarGet is writing to many files (such as splitting by level or by logger). @@ -1206,7 +1206,7 @@ - + @@ -1214,7 +1214,7 @@ - + @@ -1224,7 +1224,7 @@ - + @@ -1246,19 +1246,19 @@ - + - Name of the target. + Name of the tarGet. - Condition expression. Log events who meet this condition will be forwarded to the wrapped target. + Condition expression. Log events who meet this condition will be forwarded to the wrapped tarGet. @@ -1266,38 +1266,38 @@ - + - - - + + + - Name of the target. + Name of the tarGet. - Windows domain name to change context to. + Windows Domain name to change context to. - + Required impersonation level. - + Type of the logon provider. - + Logon Type. @@ -1320,7 +1320,7 @@ - + @@ -1328,12 +1328,12 @@ - + - + @@ -1345,7 +1345,7 @@ - + @@ -1353,12 +1353,12 @@ - + - Name of the target. + Name of the tarGet. @@ -1373,7 +1373,7 @@ - Indicates whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply) + Indicates whether to use a WCF service contract that is one way (fire and forGet) or two way (request-reply) @@ -1394,7 +1394,7 @@ - + @@ -1418,7 +1418,7 @@ - + @@ -1437,7 +1437,7 @@ - + @@ -1448,7 +1448,7 @@ - Name of the target. + Name of the tarGet. @@ -1531,7 +1531,7 @@ SMTP Server to be used for sending. - + SMTP Authentication mode. @@ -1574,7 +1574,7 @@ - + @@ -1590,14 +1590,14 @@ - + - Name of the target. + Name of the tarGet. @@ -1610,21 +1610,21 @@ - + - + - Name of the target. + Name of the tarGet. @@ -1647,9 +1647,9 @@ Indicates whether to check if a queue exists before writing to it. - + - Indicates whether to create the queue if it doesn't exists. + Indicates whether to Create the queue if it Doesn't exists. @@ -1672,16 +1672,16 @@ - + - + - Name of the target. + Name of the tarGet. @@ -1699,15 +1699,15 @@ - + - - + + @@ -1716,7 +1716,7 @@ - Name of the target. + Name of the tarGet. @@ -1739,12 +1739,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -1779,15 +1779,15 @@ - + - - + + @@ -1795,7 +1795,7 @@ - + @@ -1804,7 +1804,7 @@ - Name of the target. + Name of the tarGet. @@ -1827,12 +1827,12 @@ Indicates whether to append newline at the end of log message. - + Action that should be taken if the will be more connections than . - + Action that should be taken if the message is larger than maxMessageSize. @@ -1902,7 +1902,7 @@ - + @@ -1910,7 +1910,7 @@ - Name of the target. + Name of the tarGet. @@ -1928,14 +1928,14 @@ - + - Name of the target. + Name of the tarGet. @@ -1948,7 +1948,7 @@ - + @@ -1961,12 +1961,12 @@ - Name of the target. + Name of the tarGet. - Indicates whether performance counter should be automatically created. + Indicates whether performance counter should be automatically Created. @@ -2036,15 +2036,15 @@ - + - + - Name of the target. + Name of the tarGet. @@ -2055,7 +2055,7 @@ - + @@ -2073,13 +2073,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2087,14 +2087,14 @@ - + - Name of the target. + Name of the tarGet. @@ -2107,7 +2107,7 @@ - + @@ -2115,12 +2115,12 @@ - Name of the target. + Name of the tarGet. - Number of retries that should be attempted on the wrapped target in case of a failure. + Number of retries that should be attempted on the wrapped tarGet in case of a failure. @@ -2133,13 +2133,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2147,13 +2147,13 @@ - + - Name of the target. + Name of the tarGet. @@ -2161,14 +2161,14 @@ - + - Name of the target. + Name of the tarGet. @@ -2181,20 +2181,20 @@ - + - + - + - Name of the target. + Name of the tarGet. @@ -2217,7 +2217,7 @@ Web service namespace. Only used with Soap. - + Protocol to be used when calling web service. @@ -2230,7 +2230,7 @@ - + diff --git a/FFXIVClassic Map Server/PacketProcessor.cs b/FFXIVClassic Map Server/PacketProcessor.cs index 7474c7eb..09b203aa 100644 --- a/FFXIVClassic Map Server/PacketProcessor.cs +++ b/FFXIVClassic Map Server/PacketProcessor.cs @@ -349,8 +349,8 @@ namespace FFXIVClassic_Map_Server client.QueuePacket(BasePacket.CreatePacket(BlacklistAddedPacket.BuildPacket(player.actorID, true, addBlackList.name), true, false)); break; case 0x01CA: - AddRemoveSocialPacket removeBlackList = new AddRemoveSocialPacket(subpacket.data); - client.QueuePacket(BasePacket.CreatePacket(BlacklistRemovedPacket.BuildPacket(player.actorID, true, removeBlackList.name), true, false)); + AddRemoveSocialPacket RemoveBlackList = new AddRemoveSocialPacket(subpacket.data); + client.QueuePacket(BasePacket.CreatePacket(BlacklistRemovedPacket.BuildPacket(player.actorID, true, RemoveBlackList.name), true, false)); break; case 0x01CB: int offset1 = 0; @@ -361,8 +361,8 @@ namespace FFXIVClassic_Map_Server client.QueuePacket(BasePacket.CreatePacket(FriendlistAddedPacket.BuildPacket(player.actorID, true, (uint)addFriendList.name.GetHashCode(), true, addFriendList.name), true, false)); break; case 0x01CD: - AddRemoveSocialPacket removeFriendList = new AddRemoveSocialPacket(subpacket.data); - client.QueuePacket(BasePacket.CreatePacket(FriendlistRemovedPacket.BuildPacket(player.actorID, true, removeFriendList.name), true, false)); + AddRemoveSocialPacket RemoveFriendList = new AddRemoveSocialPacket(subpacket.data); + client.QueuePacket(BasePacket.CreatePacket(FriendlistRemovedPacket.BuildPacket(player.actorID, true, RemoveFriendList.name), true, false)); break; case 0x01CE: int offset2 = 0; diff --git a/FFXIVClassic Map Server/Properties/Resources.Designer.cs b/FFXIVClassic Map Server/Properties/Resources.Designer.cs index 11a22948..75ee4efc 100644 --- a/FFXIVClassic Map Server/Properties/Resources.Designer.cs +++ b/FFXIVClassic Map Server/Properties/Resources.Designer.cs @@ -17,7 +17,7 @@ namespace FFXIVClassic_Map_Server.Properties { /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen + // To add or Remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -105,7 +105,7 @@ namespace FFXIVClassic_Map_Server.Properties { /// ///Available commands: ///Standard: mypos, music, warp - ///Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, removekeyitem, reloaditems, reloadzones + ///Server Administration: givecurrency, giveitem, givekeyitem, Removecurrency, Removekeyitem, reloaditems, reloadzones ///Test: test weather. /// public static string CPhelp { @@ -176,38 +176,38 @@ namespace FFXIVClassic_Map_Server.Properties { /// /// Looks up a localized string similar to Removes the specified currency from the current player's inventory /// - ///*Syntax: removecurrency <quantity> - /// removecurrency <type> <quantity> + ///*Syntax: Removecurrency <quantity> + /// Removecurrency <type> <quantity> ///<type> is the specific type of currency desired, defaults to gil if no type specified. /// - public static string CPremovecurrency { + public static string CPRemovecurrency { get { - return ResourceManager.GetString("CPremovecurrency", resourceCulture); + return ResourceManager.GetString("CPRemovecurrency", resourceCulture); } } /// /// Looks up a localized string similar to Removes the specified items to the current player's inventory /// - ///*Syntax: removeitem <itemid> - /// removeitem <itemid> <quantity> + ///*Syntax: Removeitem <itemid> + /// Removeitem <itemid> <quantity> ///<item id> is the item's specific id as defined in the server database. /// - public static string CPremoveitem { + public static string CPRemoveitem { get { - return ResourceManager.GetString("CPremoveitem", resourceCulture); + return ResourceManager.GetString("CPRemoveitem", resourceCulture); } } /// /// Looks up a localized string similar to Removes the specified key item to the current player's inventory /// - ///*Syntax: removekeyitem <itemid> + ///*Syntax: Removekeyitem <itemid> ///<item id> is the key item's specific id as defined in the server database. /// - public static string CPremovekeyitem { + public static string CPRemovekeyitem { get { - return ResourceManager.GetString("CPremovekeyitem", resourceCulture); + return ResourceManager.GetString("CPRemovekeyitem", resourceCulture); } } diff --git a/FFXIVClassic Map Server/Server.cs b/FFXIVClassic Map Server/Server.cs index 92cb1168..1d8b6061 100644 --- a/FFXIVClassic Map Server/Server.cs +++ b/FFXIVClassic Map Server/Server.cs @@ -83,7 +83,9 @@ namespace FFXIVClassic_Map_Server mWorldManager = new WorldManager(this); mWorldManager.LoadZoneList(); mWorldManager.LoadZoneEntranceList(); - mWorldManager.LoadNPCs(); + mWorldManager.LoadActorClasses(); + mWorldManager.LoadSpawnLocations(); + mWorldManager.SpawnAllActors(); IPEndPoint serverEndPoint = new System.Net.IPEndPoint(IPAddress.Parse(ConfigConstants.OPTIONS_BINDIP), int.Parse(ConfigConstants.OPTIONS_PORT)); @@ -294,7 +296,7 @@ namespace FFXIVClassic_Map_Server { BasePacket newPacket = null; - //Too small to even get length + //Too small to even Get length if (bytesRead <= offset) return null; diff --git a/FFXIVClassic Map Server/WorldManager.cs b/FFXIVClassic Map Server/WorldManager.cs index e0cbb995..9f551555 100644 --- a/FFXIVClassic Map Server/WorldManager.cs +++ b/FFXIVClassic Map Server/WorldManager.cs @@ -1,12 +1,21 @@ -using FFXIVClassic.Common; +using FFXIVClassic_Map_Server; +using FFXIVClassic.Common; using FFXIVClassic_Map_Server.actors.area; +using FFXIVClassic_Map_Server.actors.chara.npc; using FFXIVClassic_Map_Server.Actors; +using FFXIVClassic.Common; +using FFXIVClassic_Map_Server.dataobjects; +using FFXIVClassic_Map_Server.dataobjects.chara; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send; using FFXIVClassic_Map_Server.packets.send.actor; +using FFXIVClassic_Map_Server.packets.send.login; using MySql.Data.MySqlClient; using System; using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server { @@ -16,6 +25,7 @@ namespace FFXIVClassic_Map_Server private WorldMaster worldMaster = new WorldMaster(); private Dictionary zoneList; private Dictionary zoneEntranceList; + private Dictionary actorClasses = new Dictionary(); private Server mServer; @@ -66,10 +76,7 @@ namespace FFXIVClassic_Map_Server } } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - - } + { Console.WriteLine(e); } finally { conn.Dispose(); @@ -105,7 +112,7 @@ namespace FFXIVClassic_Map_Server if (zoneList.ContainsKey(parentZoneId)) { Zone parent = zoneList[parentZoneId]; - PrivateArea privArea = new PrivateArea(parent, reader.GetUInt32("id"), reader.GetString("className"), reader.GetString("privateAreaName"), reader.GetUInt16("dayMusic"), reader.GetUInt16("nightMusic"), reader.GetUInt16("battleMusic")); + PrivateArea privArea = new PrivateArea(parent, reader.GetUInt32("id"), reader.GetString("className"), reader.GetString("privateAreaName"), 1, reader.GetUInt16("dayMusic"), reader.GetUInt16("nightMusic"), reader.GetUInt16("battleMusic")); parent.AddPrivateArea(privArea); } else @@ -116,16 +123,14 @@ namespace FFXIVClassic_Map_Server } } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - } + { Console.WriteLine(e); } finally { conn.Dispose(); } } - Program.Log.Info("Loaded {0} zones and {1} private areas.", count1, count2); + Program.Log.Info(String.Format("Loaded {0} zones and {1} private areas.", count1, count2)); } public void LoadZoneEntranceList() @@ -169,19 +174,17 @@ namespace FFXIVClassic_Map_Server } } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - } + { Console.WriteLine(e); } finally { conn.Dispose(); } } - Program.Log.Info("Loaded {0} zone spawn locations.", count); + Program.Log.Info(String.Format("Loaded {0} zone spawn locations.", count)); } - public void LoadNPCs() + public void LoadActorClasses() { int count = 0; using (MySqlConnection conn = new MySqlConnection(String.Format("Server={0}; Port={1}; Database={2}; UID={3}; Password={4}", ConfigConstants.DATABASE_HOST, ConfigConstants.DATABASE_PORT, ConfigConstants.DATABASE_NAME, ConfigConstants.DATABASE_USERNAME, ConfigConstants.DATABASE_PASSWORD))) @@ -193,20 +196,11 @@ namespace FFXIVClassic_Map_Server string query = @" SELECT id, - name, - zoneId, - positionX, - positionY, - positionZ, - rotation, - actorState, - animationId, + classPath, displayNameId, - customDisplayName, - actorClassName, eventConditions FROM gamedata_actor_class - WHERE name is not NULL AND zoneId > 0 + WHERE classPath <> '' "; MySqlCommand cmd = new MySqlCommand(query, conn); @@ -215,45 +209,35 @@ namespace FFXIVClassic_Map_Server { while (reader.Read()) { - string customName = null; - if (!reader.IsDBNull(10)) - customName = reader.GetString(10); + uint id = reader.GetUInt32("id"); + string classPath = reader.GetString("classPath"); + uint nameId = reader.GetUInt32("displayNameId"); + string eventConditions = null; + + if (!reader.IsDBNull(3)) + eventConditions = reader.GetString("eventConditions"); + else + eventConditions = "{}"; - Npc npc = new Npc(reader.GetUInt32(0), reader.GetString(1), reader.GetUInt32(2), reader.GetFloat(3), reader.GetFloat(4), reader.GetFloat(5), reader.GetFloat(6), reader.GetUInt16(7), reader.GetUInt32(8), reader.GetUInt32(9), customName, reader.GetString(11)); - - if (!reader.IsDBNull(12)) - { - string eventConditions = reader.GetString(12); - npc.LoadEventConditions(eventConditions); - } - - if (!zoneList.ContainsKey(npc.zoneId)) - continue; - Zone zone = zoneList[npc.zoneId]; - if (zone == null) - continue; - npc.zone = zone; - zone.AddActorToZone(npc); + ActorClass actorClass = new ActorClass(id, classPath, nameId, eventConditions); + actorClasses.Add(id, actorClass); count++; - } } } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - } + { Console.WriteLine(e); } finally { conn.Dispose(); } } - Program.Log.Info("Loaded {0} npc(s).", count); + Program.Log.Info(String.Format("Loaded {0} actor classes.", count)); } - public void LoadNPCs(uint zoneId) + public void LoadSpawnLocations() { int count = 0; using (MySqlConnection conn = new MySqlConnection(String.Format("Server={0}; Port={1}; Database={2}; UID={3}; Password={4}", ConfigConstants.DATABASE_HOST, ConfigConstants.DATABASE_PORT, ConfigConstants.DATABASE_NAME, ConfigConstants.DATABASE_USERNAME, ConfigConstants.DATABASE_PASSWORD))) @@ -264,69 +248,80 @@ namespace FFXIVClassic_Map_Server string query = @" SELECT - id, - name, - zoneId, + actorClassId, + uniqueId, + zoneId, + privateAreaName, + privateAreaLevel, positionX, positionY, positionZ, rotation, actorState, animationId, - displayNameId, - customDisplayName, - actorClassName, - eventConditions - FROM gamedata_actor_class - WHERE name is not NULL AND zoneId = @zoneId + customDisplayName + FROM server_spawn_locations "; MySqlCommand cmd = new MySqlCommand(query, conn); - cmd.Parameters.AddWithValue("@zoneId", zoneId); using (MySqlDataReader reader = cmd.ExecuteReader()) { while (reader.Read()) { string customName = null; - if (!reader.IsDBNull(10)) - customName = reader.GetString(10); + if (!reader.IsDBNull(11)) + customName = reader.GetString("customDisplayName"); - Npc npc = new Npc(reader.GetUInt32(0), reader.GetString(1), reader.GetUInt32(2), reader.GetFloat(3), reader.GetFloat(4), reader.GetFloat(5), reader.GetFloat(6), reader.GetUInt16(7), reader.GetUInt32(8), reader.GetUInt32(9), customName, reader.GetString(11)); + uint classId = reader.GetUInt32("actorClassId"); + string uniqueId = reader.GetString("uniqueId"); + uint zoneId = reader.GetUInt32("zoneId"); + string privAreaName = reader.GetString("privateAreaName"); + uint privAreaLevel = reader.GetUInt32("privateAreaLevel"); + float x = reader.GetFloat("positionX"); + float y = reader.GetFloat("positionY"); + float z = reader.GetFloat("positionZ"); + float rot = reader.GetFloat("rotation"); + ushort state = reader.GetUInt16("actorState"); + uint animId = reader.GetUInt32("animationId"); - if (!reader.IsDBNull(12)) - { - string eventConditions = reader.GetString(12); - npc.LoadEventConditions(eventConditions); - } - - if (!zoneList.ContainsKey(npc.zoneId)) + if (!actorClasses.ContainsKey(classId)) continue; - Zone zone = zoneList[npc.zoneId]; + if (!zoneList.ContainsKey(zoneId)) + continue; + + Zone zone = zoneList[zoneId]; if (zone == null) continue; - npc.zone = zone; - zone.AddActorToZone(npc); - count++; + SpawnLocation spawn = new SpawnLocation(classId, uniqueId, zoneId, privAreaName, privAreaLevel, x, y, z, rot, state, animId); + + zone.AddSpawnLocation(spawn); + + count++; } } - + } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - } + { Console.WriteLine(e); } finally { conn.Dispose(); } } - Program.Log.Info("Loaded {0} npc(s).", count); + Program.Log.Info(String.Format("Loaded {0} spawn(s).", count)); } - //Moves the actor to the new zone if exists. No packets are sent nor position Changed. + public void SpawnAllActors() + { + Program.Log.Info("Spawning actors..."); + foreach (Zone z in zoneList.Values) + z.SpawnAllActors(true); + } + + //Moves the actor to the new zone if exists. No packets are sent nor position changed. public void DoSeamlessZoneChange(Player player, uint destinationZoneId) { Area oldZone; @@ -340,7 +335,7 @@ namespace FFXIVClassic_Map_Server //Add player to new zone and update Zone newZone = GetZone(destinationZoneId); - //This server Does not contain that zoneId + //This server does not contain that zoneId if (newZone == null) return; @@ -381,7 +376,7 @@ namespace FFXIVClassic_Map_Server newArea = GetZone(destinationZoneId); else newArea = GetZone(destinationZoneId).GetPrivateArea(destinationPrivateArea, 0); - //This server Does not contain that zoneId + //This server does not contain that zoneId if (newArea == null) return; @@ -451,11 +446,11 @@ namespace FFXIVClassic_Map_Server //Add player to new zone and update Zone zone = GetZone(player.zoneId); - //This server Does not contain that zoneId + //This server does not contain that zoneId if (zone == null) return; - //Set the current zone and Add player + //Set the current zone and add player player.zone = zone; LuaEngine.OnBeginLogin(player); @@ -469,14 +464,14 @@ namespace FFXIVClassic_Map_Server LuaEngine.OnZoneIn(player); } - public void ReloadZone(uint zoneId) + public void reloadZone(uint zoneId) { if (!zoneList.ContainsKey(zoneId)) return; Zone zone = zoneList[zoneId]; - //zone.Clear(); - LoadNPCs(zone.actorId); + //zone.clear(); + //LoadNPCs(zone.actorId); } @@ -559,6 +554,15 @@ namespace FFXIVClassic_Map_Server else return null; } + + public ActorClass GetActorClass(uint id) + { + if (actorClasses.ContainsKey(id)) + return actorClasses[id]; + else + return null; + } + } } diff --git a/FFXIVClassic Map Server/actors/Actor.cs b/FFXIVClassic Map Server/actors/Actor.cs index 53e2c9b2..c323d980 100644 --- a/FFXIVClassic Map Server/actors/Actor.cs +++ b/FFXIVClassic Map Server/actors/Actor.cs @@ -3,13 +3,15 @@ using FFXIVClassic_Map_Server.actors; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send.actor; using FFXIVClassic_Map_Server.packets.send.actor.events; +using FFXIVClassic.Common; using System; using System.Collections.Generic; - +using FFXIVClassic_Map_Server.actors.area; + namespace FFXIVClassic_Map_Server.Actors { class Actor - { + { public uint actorId; public string actorName; @@ -29,6 +31,7 @@ namespace FFXIVClassic_Map_Server.Actors public bool spawnedFirstTime = false; + public string classPath; public string className; public List classParams; @@ -298,6 +301,53 @@ namespace FFXIVClassic_Map_Server.Actors SubPacket ChangeSpeedPacket = SetActorSpeedPacket.BuildPacket(actorId, actorId, moveSpeeds[0], moveSpeeds[1], moveSpeeds[2]); zone.BroadcastPacketAroundActor(this, ChangeSpeedPacket); } + + public void generateActorName(int actorNumber) + { + //Format Class Name + string className = this.className.Replace("Populace", "Ppl") + .Replace("Monster", "Mon") + .Replace("Crowd", "Crd") + .Replace("MapObj", "Map") + .Replace("Object", "Obj") + .Replace("Retainer", "Rtn") + .Replace("Standard", "Std"); + className = Char.ToLowerInvariant(className[0]) + className.Substring(1); + + //Format Zone Name + string zoneName = zone.zoneName.Replace("Field", "Fld") + .Replace("Dungeon", "Dgn") + .Replace("Town", "Twn") + .Replace("Battle", "Btl") + .Replace("Test", "Tes") + .Replace("Event", "Evt") + .Replace("Ship", "Shp") + .Replace("Office", "Ofc"); + if (zone is PrivateArea) + { + //Check if "normal" + zoneName = zoneName.Remove(zoneName.Length - 1, 1) + "P"; + } + zoneName = Char.ToLowerInvariant(zoneName[0]) + zoneName.Substring(1); + + try + { + className = className.Substring(0, 20 - zoneName.Length); + } + catch (ArgumentOutOfRangeException e) + {} + + //Convert actor number to base 63 + string classNumber = Utils.ToStringBase63(actorNumber); + + //Get stuff after @ + uint zoneId = zone.actorId; + uint privLevel = 0; + if (zone is PrivateArea) + privLevel = ((PrivateArea)zone).GetPrivateAreaLevel(); + + actorName = String.Format("{0}_{1}_{2}@{3:X3}{4:X2}", className, zoneName, classNumber, zoneId, privLevel); + } } } diff --git a/FFXIVClassic Map Server/actors/area/Area.cs b/FFXIVClassic Map Server/actors/area/Area.cs index 9d66bc23..5b510fce 100644 --- a/FFXIVClassic Map Server/actors/area/Area.cs +++ b/FFXIVClassic Map Server/actors/area/Area.cs @@ -1,9 +1,18 @@ -using FFXIVClassic_Map_Server.packets; +using FFXIVClassic_Map_Server; +using FFXIVClassic.Common; +using FFXIVClassic_Map_Server.packets; +using FFXIVClassic_Map_Server.actors.area; +using FFXIVClassic_Map_Server.actors.chara.npc; +using FFXIVClassic_Map_Server.dataobjects; +using FFXIVClassic_Map_Server.dataobjects.chara; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send.actor; using MoonSharp.Interpreter; using System; using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server.Actors { @@ -15,15 +24,16 @@ namespace FFXIVClassic_Map_Server.Actors public ushort weatherNormal, weatherCommon, weatherRare; public ushort bgmDay, bgmNight, bgmBattle; - private string classPath; + protected string classPath; public int boundingGridSize = 50; public int minX = -1000, minY = -1000, maxX = 1000, maxY = 1000; - private int numXBlocks, numYBlocks; - private int halfWidth, halfHeight; + protected int numXBlocks, numYBlocks; + protected int halfWidth, halfHeight; - private Dictionary mActorList = new Dictionary(); - private List[,] mActorBlock; + protected List mSpawnLocations = new List(); + protected Dictionary mActorList = new Dictionary(); + protected List[,] mActorBlock; Script areaScript; @@ -329,5 +339,18 @@ namespace FFXIVClassic_Map_Server.Actors } } + public void SpawnActor(SpawnLocation location) + { + ActorClass actorClass = Server.GetWorldManager().GetActorClass(location.classId); + + if (actorClass == null) + return; + + Npc npc = new Npc(mActorList.Count + 1, actorClass.actorClassId, location.uniqueId, actorId, location.x, location.y, location.z, location.rot, location.state, location.animId, actorClass.displayNameId, null, actorClass.classPath); + npc.loadEventConditions(actorClass.eventConditions); + + AddActorToZone(npc); + } + } } diff --git a/FFXIVClassic Map Server/actors/area/PrivateArea.cs b/FFXIVClassic Map Server/actors/area/PrivateArea.cs index 997adb2c..dd7cf9de 100644 --- a/FFXIVClassic Map Server/actors/area/PrivateArea.cs +++ b/FFXIVClassic Map Server/actors/area/PrivateArea.cs @@ -2,7 +2,11 @@ using FFXIVClassic_Map_Server.Actors; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send.actor; +using System; using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server.actors.area { @@ -10,12 +14,14 @@ namespace FFXIVClassic_Map_Server.actors.area { private Zone parentZone; private string privateAreaName; + private uint privateAreaLevel; - public PrivateArea(Zone parent, uint id, string className, string privateAreaName,ushort bgmDay, ushort bgmNight, ushort bgmBattle) + public PrivateArea(Zone parent, uint id, string className, string privateAreaName, uint privateAreaLevel, ushort bgmDay, ushort bgmNight, ushort bgmBattle) : base(id, parent.zoneName, parent.regionId, className, bgmDay, bgmNight, bgmBattle, parent.isIsolated, parent.isInn, parent.canRideChocobo, parent.canStealth, true) { this.parentZone = parent; this.privateAreaName = privateAreaName; + this.privateAreaLevel = privateAreaLevel; } public string GetPrivateAreaName() @@ -23,6 +29,11 @@ namespace FFXIVClassic_Map_Server.actors.area return privateAreaName; } + public uint GetPrivateAreaLevel() + { + return privateAreaLevel; + } + public Zone GetParentZone() { return parentZone; @@ -41,6 +52,17 @@ namespace FFXIVClassic_Map_Server.actors.area ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, className, lParams).DebugPrintSubPacket(); return ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, className, lParams); } - + + + public void AddSpawnLocation(SpawnLocation spawn) + { + mSpawnLocations.Add(spawn); + } + + public void SpawnAllActors() + { + foreach (SpawnLocation spawn in mSpawnLocations) + SpawnActor(spawn); + } } } diff --git a/FFXIVClassic Map Server/actors/area/SpawnLocation.cs b/FFXIVClassic Map Server/actors/area/SpawnLocation.cs new file mode 100644 index 00000000..87c36f76 --- /dev/null +++ b/FFXIVClassic Map Server/actors/area/SpawnLocation.cs @@ -0,0 +1,38 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace FFXIVClassic_Map_Server.actors.area +{ + class SpawnLocation + { + public uint classId; + public string uniqueId; + public uint zoneId; + public string privAreaName; + public uint privAreaLevel; + public float x; + public float y; + public float z; + public float rot; + public ushort state; + public uint animId; + + public SpawnLocation(uint classId, string uniqueId, uint zoneId, string privAreaName, uint privAreaLevel, float x, float y, float z, float rot, ushort state, uint animId) + { + this.classId = classId; + this.uniqueId = uniqueId; + this.zoneId = zoneId; + this.privAreaName = privAreaName; + this.privAreaLevel = privAreaLevel; + this.x = x; + this.y = y; + this.z = z; + this.rot = rot; + this.state = state; + this.animId = animId; + } + } +} diff --git a/FFXIVClassic Map Server/actors/area/Zone.cs b/FFXIVClassic Map Server/actors/area/Zone.cs index 24e8fa0a..51622b36 100644 --- a/FFXIVClassic Map Server/actors/area/Zone.cs +++ b/FFXIVClassic Map Server/actors/area/Zone.cs @@ -1,13 +1,20 @@ -using FFXIVClassic_Map_Server.packets; +using FFXIVClassic_Map_Server; +using FFXIVClassic.Common; +using FFXIVClassic_Map_Server.packets; +using FFXIVClassic_Map_Server.actors.chara.npc; using FFXIVClassic_Map_Server.Actors; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send.actor; +using System; using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server.actors.area { class Zone : Area - { + { Dictionary> privateAreas = new Dictionary>(); public Zone(uint id, string zoneName, ushort regionId, string className, ushort bgmDay, ushort bgmNight, ushort bgmBattle, bool isIsolated, bool isInn, bool canRideChocobo, bool canStealth, bool isInstanceRaid) @@ -50,5 +57,40 @@ namespace FFXIVClassic_Map_Server.actors.area return ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, className, lParams); } + public void AddSpawnLocation(SpawnLocation spawn) + { + //Is it in a private area? + if (!spawn.privAreaName.Equals("")) + { + if (privateAreas.ContainsKey(spawn.privAreaName)) + { + Dictionary levels = privateAreas[spawn.privAreaName]; + if (levels.ContainsKey(spawn.privAreaLevel)) + levels[spawn.privAreaLevel].AddSpawnLocation(spawn); + else + Program.Log.Error("Tried to add a spawn location to non-existing private area level \"{0}\" in area {1} in zone {2}", spawn.privAreaName, spawn.privAreaLevel, zoneName); + } + else + Program.Log.Error("Tried to add a spawn location to non-existing private area \"{0}\" in zone {1}", spawn.privAreaName, zoneName); + } + else + mSpawnLocations.Add(spawn); + } + + public void SpawnAllActors(bool doPrivAreas) + { + foreach (SpawnLocation spawn in mSpawnLocations) + SpawnActor(spawn); + + if (doPrivAreas) + { + foreach (Dictionary areas in privateAreas.Values) + { + foreach (PrivateArea pa in areas.Values) + pa.SpawnAllActors(); + } + } + } + } } diff --git a/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs b/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs index 399e7e84..71f71767 100644 --- a/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs +++ b/FFXIVClassic Map Server/actors/chara/ParameterTemp.cs @@ -4,7 +4,7 @@ { public short tp = 0; - public int targetInformation = 0; + public int tarGetInformation = 0; public ushort[] maxCommandRecastTime = new ushort[40]; diff --git a/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs b/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs new file mode 100644 index 00000000..6d3da091 --- /dev/null +++ b/FFXIVClassic Map Server/actors/chara/npc/ActorClass.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace FFXIVClassic_Map_Server.actors.chara.npc +{ + class ActorClass + { + public readonly uint actorClassId; + public readonly string classPath; + public readonly uint displayNameId; + public readonly string eventConditions; + + public ActorClass(uint id, string classPath, uint nameId, string eventConditions) + { + this.actorClassId = id; + this.classPath = classPath; + this.displayNameId = nameId; + this.eventConditions = eventConditions; + } + } +} diff --git a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs index 83e10097..eb4aea77 100644 --- a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs +++ b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs @@ -1,41 +1,54 @@ using FFXIVClassic.Common; -using FFXIVClassic_Map_Server.packets; using FFXIVClassic_Map_Server.actors; using FFXIVClassic_Map_Server.Actors.Chara; +using FFXIVClassic_Map_Server.dataobjects; using FFXIVClassic_Map_Server.lua; +using FFXIVClassic_Map_Server.packets; +using FFXIVClassic_Map_Server.packets.receive.events; using FFXIVClassic_Map_Server.packets.send.actor; using FFXIVClassic_Map_Server.utils; +using MoonSharp.Interpreter; using MySql.Data.MySqlClient; using Newtonsoft.Json; using System; using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server.Actors { class Npc : Character { private uint actorClassId; + private string uniqueIdentifier; public NpcWork npcWork = new NpcWork(); - public Npc(uint id, string actorName, uint zoneId, float posX, float posY, float posZ, float rot, ushort actorState, uint animationId, uint displayNameId, string customDisplayName, string className) - : base(id) + public Npc(int actorNumber, uint classId, string uniqueId, uint zoneId, float posX, float posY, float posZ, float rot, ushort actorState, uint animationId, uint displayNameId, string customDisplayName, string classPath) + : base((4 << 28 | zoneId << 19 | (uint)actorNumber)) { - this.actorName = actorName; - this.actorClassId = id; this.positionX = posX; this.positionY = posY; this.positionZ = posZ; this.rotation = rot; this.animationId = animationId; - this.className = className; this.displayNameId = displayNameId; this.customDisplayName = customDisplayName; - this.zoneId = zoneId; + this.uniqueIdentifier = uniqueId; - LoadNpcTemplate(id); + this.zoneId = zoneId; + this.zone = Server.GetWorldManager().GetZone(zoneId); + + this.actorClassId = classId; + + loadNpcAppearance(classId); + + this.classPath = classPath; + className = classPath.Substring(classPath.LastIndexOf("/")+1); charaWork.battleSave.potencial = 1.0f; @@ -56,6 +69,11 @@ namespace FFXIVClassic_Map_Server.Actors charaWork.property[3] = 1; charaWork.property[4] = 1; + + npcWork.pushCommand = 0x271D; + npcWork.pushCommandPriority = 1; + + generateActorName((int)actorNumber); } public SubPacket CreateAddActorPacket(uint playerActorId) @@ -63,19 +81,34 @@ namespace FFXIVClassic_Map_Server.Actors return AddActorPacket.BuildPacket(actorId, playerActorId, 8); } + // actorClassId, [], [], numBattleCommon, [battleCommon], numEventCommon, [eventCommon], args for either initForBattle/initForEvent public override SubPacket CreateScriptBindPacket(uint playerActorId) { List lParams; Player player = Server.GetWorldManager().GetPCInWorld(playerActorId); - lParams = LuaEngine.DoActorInstantiate(player, this); + lParams = DoActorInit(player); if (lParams == null) { - className = "PopulaceStandard"; - lParams = LuaUtils.CreateLuaParamList("/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, 0xF47F6, false, false, 0, 1, "TEST"); + string classPathFake = "/Chara/Npc/Populace/PopulaceStandard"; + string classNameFake = "PopulaceStandard"; + lParams = LuaUtils.CreateLuaParamList(classPathFake, false, false, false, false, false, 0xF47F6, false, false, 0, 0); + ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, classNameFake, lParams).DebugPrintSubPacket(); + return ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, classNameFake, lParams); + } + else + { + lParams.Insert(0, new LuaParam(2, classPath)); + lParams.Insert(1, new LuaParam(4, 4)); + lParams.Insert(2, new LuaParam(4, 4)); + lParams.Insert(3, new LuaParam(4, 4)); + lParams.Insert(4, new LuaParam(4, 4)); + lParams.Insert(5, new LuaParam(4, 4)); + lParams.Insert(6, new LuaParam(0, (int)actorClassId)); } + ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, className, lParams).DebugPrintSubPacket(); return ActorInstantiatePacket.BuildPacket(actorId, playerActorId, actorName, className, lParams); } @@ -142,6 +175,8 @@ namespace FFXIVClassic_Map_Server.Actors } propPacketUtil.AddProperty("npcWork.hateType"); + propPacketUtil.AddProperty("npcWork.pushCommand"); + propPacketUtil.AddProperty("npcWork.pushCommandPriority"); return BasePacket.CreatePacket(propPacketUtil.Done(), true, false); } @@ -151,7 +186,7 @@ namespace FFXIVClassic_Map_Server.Actors return actorClassId; } - public void LoadNpcTemplate(uint id) + public void loadNpcAppearance(uint id) { using (MySqlConnection conn = new MySqlConnection(String.Format("Server={0}; Port={1}; Database={2}; UID={3}; Password={4}", ConfigConstants.DATABASE_HOST, ConfigConstants.DATABASE_PORT, ConfigConstants.DATABASE_NAME, ConfigConstants.DATABASE_USERNAME, ConfigConstants.DATABASE_PASSWORD))) { @@ -166,7 +201,7 @@ namespace FFXIVClassic_Map_Server.Actors hairStyle, hairHighlightColor, hairVariation, - faceType, + faceType, characteristics, characteristicsColor, faceEyebrows, @@ -220,26 +255,32 @@ namespace FFXIVClassic_Map_Server.Actors appearanceIds[Character.HIGHLIGHT_HAIR] = (uint)(reader.GetUInt32(3) | reader.GetUInt32(2) << 10); //5- Hair Highlight, 4 - Hair Style appearanceIds[Character.VOICE] = reader.GetUInt32(17); appearanceIds[Character.MAINHAND] = reader.GetUInt32(19); - //appearanceIds[Character.WEAPON2] = reader.GetUInt32(22); + appearanceIds[Character.OFFHAND] = reader.GetUInt32(20); + appearanceIds[Character.SPMAINHAND] = reader.GetUInt32(21); + appearanceIds[Character.SPOFFHAND] = reader.GetUInt32(22); + appearanceIds[Character.THROWING] = reader.GetUInt32(23); + appearanceIds[Character.PACK] = reader.GetUInt32(24); + appearanceIds[Character.POUCH] = reader.GetUInt32(25); appearanceIds[Character.HEADGEAR] = reader.GetUInt32(26); appearanceIds[Character.BODYGEAR] = reader.GetUInt32(27); appearanceIds[Character.LEGSGEAR] = reader.GetUInt32(28); appearanceIds[Character.HANDSGEAR] = reader.GetUInt32(29); appearanceIds[Character.FEETGEAR] = reader.GetUInt32(30); appearanceIds[Character.WAISTGEAR] = reader.GetUInt32(31); - appearanceIds[Character.R_EAR] = reader.GetUInt32(32); - appearanceIds[Character.L_EAR] = reader.GetUInt32(33); - appearanceIds[Character.R_RINGFINGER] = reader.GetUInt32(36); - appearanceIds[Character.L_RINGFINGER] = reader.GetUInt32(37); + appearanceIds[Character.NECKGEAR] = reader.GetUInt32(32); + appearanceIds[Character.R_EAR] = reader.GetUInt32(33); + appearanceIds[Character.L_EAR] = reader.GetUInt32(34); + appearanceIds[Character.R_INDEXFINGER] = reader.GetUInt32(35); + appearanceIds[Character.L_INDEXFINGER] = reader.GetUInt32(36); + appearanceIds[Character.R_RINGFINGER] = reader.GetUInt32(37); + appearanceIds[Character.L_RINGFINGER] = reader.GetUInt32(38); } } } catch (MySqlException e) - { - Program.Log.Error(e.ToString()); - } + { Console.WriteLine(e); } finally { conn.Dispose(); @@ -247,10 +288,132 @@ namespace FFXIVClassic_Map_Server.Actors } } - public void LoadEventConditions(string eventConditions) + public void loadEventConditions(string eventConditions) { EventList conditions = JsonConvert.DeserializeObject(eventConditions); this.eventConditions = conditions; } + + public List DoActorInit(Player player) + { + Script parent = null, child = null; + + if (File.Exists("./scripts/base/" + classPath + ".lua")) + parent = LuaEngine.LoadScript("./scripts/base/" + classPath + ".lua"); + if (File.Exists(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier))) + child = LuaEngine.LoadScript(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier)); + + if (parent == null && child == null) + { + LuaEngine.SendError(player, String.Format("ERROR: Could not find script for actor {0}.", GetName())); + return null; + } + + DynValue result; + + if (child != null && child.Globals["init"] != null) + result = child.Call(child.Globals["init"], this); + else if (parent != null && parent.Globals["init"] != null) + result = parent.Call(parent.Globals["init"], this); + else + return null; + + List lparams = LuaUtils.CreateLuaParamList(result); + return lparams; + } + + public void DoEventStart(Player player, EventStartPacket eventStart) + { + Script parent = null, child = null; + + if (File.Exists("./scripts/base/" + classPath + ".lua")) + parent = LuaEngine.LoadScript("./scripts/base/" + classPath + ".lua"); + if (File.Exists(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier))) + child = LuaEngine.LoadScript(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier)); + + if (parent == null) + { + LuaEngine.SendError(player, String.Format("ERROR: Could not find script for actor {0}.", GetName())); + return; + } + + //Have to do this to combine LuaParams + List objects = new List(); + objects.Add(player); + objects.Add(this); + objects.Add(eventStart.triggerName); + + if (eventStart.luaParams != null) + objects.AddRange(LuaUtils.CreateLuaParamObjectList(eventStart.luaParams)); + + //Run Script + DynValue result; + + if (child != null && !child.Globals.Get("onEventStarted").IsNil()) + result = child.Call(child.Globals["onEventStarted"], objects.ToArray()); + else if (!parent.Globals.Get("onEventStarted").IsNil()) + result = parent.Call(parent.Globals["onEventStarted"], objects.ToArray()); + else + return; + + } + + public void DoEventUpdate(Player player, EventUpdatePacket eventUpdate) + { + Script parent = null, child = null; + + if (File.Exists("./scripts/base/" + classPath + ".lua")) + parent = LuaEngine.LoadScript("./scripts/base/" + classPath + ".lua"); + if (File.Exists(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier))) + child = LuaEngine.LoadScript(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier)); + + if (parent == null) + { + LuaEngine.SendError(player, String.Format("ERROR: Could not find script for actor {0}.", GetName())); + return; + } + + //Have to do this to combine LuaParams + List objects = new List(); + objects.Add(player); + objects.Add(this); + objects.Add(eventUpdate.val2); + objects.AddRange(LuaUtils.CreateLuaParamObjectList(eventUpdate.luaParams)); + + //Run Script + DynValue result; + + if (child != null && !child.Globals.Get("onEventUpdate").IsNil()) + result = child.Call(child.Globals["onEventUpdate"], objects.ToArray()); + else if (!parent.Globals.Get("onEventUpdate").IsNil()) + result = parent.Call(parent.Globals["onEventUpdate"], objects.ToArray()); + else + return; + + } + + internal void DoOnActorSpawn(Player player) + { + Script parent = null, child = null; + + if (File.Exists("./scripts/base/" + classPath + ".lua")) + parent = LuaEngine.LoadScript("./scripts/base/" + classPath + ".lua"); + if (File.Exists(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier))) + child = LuaEngine.LoadScript(String.Format("./scripts/unique/{0}/{1}/{2}.lua", zone.zoneName, className, uniqueIdentifier)); + + if (parent == null) + { + LuaEngine.SendError(player, String.Format("ERROR: Could not find script for actor {0}.", GetName())); + return; + } + + //Run Script + if (child != null && !child.Globals.Get("onSpawn").IsNil()) + child.Call(child.Globals["onSpawn"], player, this); + else if (!parent.Globals.Get("onSpawn").IsNil()) + parent.Call(parent.Globals["onSpawn"], player, this); + else + return; + } } } diff --git a/FFXIVClassic Map Server/actors/chara/player/Player.cs b/FFXIVClassic Map Server/actors/chara/player/Player.cs index 53be333c..82f801de 100644 --- a/FFXIVClassic Map Server/actors/chara/player/Player.cs +++ b/FFXIVClassic Map Server/actors/chara/player/Player.cs @@ -241,7 +241,7 @@ namespace FFXIVClassic_Map_Server.Actors packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x4, "commandContent")); packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x6, "commandJudgeMode")); packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x100, "commandRequest")); - packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x100, "widgetCreate")); + packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x100, "widGetCreate")); packets.Add(_0x132Packet.BuildPacket(playerActorId, 0x100, "macroRequest")); return packets; } @@ -386,7 +386,7 @@ namespace FFXIVClassic_Map_Server.Actors for (int i = 0; i < charaWork.additionalCommandAcquired.Length; i++) { if (charaWork.additionalCommandAcquired[i] != false) - propPacketUtil.AddProperty(String.Format("charaWork.additionalCommandAcquired[{0}]", i)); + propPacketUtil.AddProperty(String.Format("charaWork.AdditionalCommandAcquired[{0}]", i)); } for (int i = 0; i < charaWork.parameterSave.commandSlot_compatibility.Length; i++) diff --git a/FFXIVClassic Map Server/dataobjects/ConnectedPlayer.cs b/FFXIVClassic Map Server/dataobjects/ConnectedPlayer.cs index 47b4defb..f5eef9a4 100644 --- a/FFXIVClassic Map Server/dataobjects/ConnectedPlayer.cs +++ b/FFXIVClassic Map Server/dataobjects/ConnectedPlayer.cs @@ -1,9 +1,14 @@ -using FFXIVClassic.Common; +using FFXIVClassic_Map_Server; +using FFXIVClassic.Common; using FFXIVClassic_Map_Server.packets; using FFXIVClassic_Map_Server.Actors; using FFXIVClassic_Map_Server.lua; using FFXIVClassic_Map_Server.packets.send.actor; +using System; using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace FFXIVClassic_Map_Server.dataobjects { @@ -111,7 +116,7 @@ namespace FFXIVClassic_Map_Server.dataobjects public void UpdateInstance(List list) { List basePackets = new List(); - List removeActorSubpackets = new List(); + List RemoveActorSubpackets = new List(); List posUpdateSubpackets = new List(); //Remove missing actors @@ -145,7 +150,7 @@ namespace FFXIVClassic_Map_Server.dataobjects if (actor is Npc) { - LuaEngine.DoActorOnSpawn(GetActor(), (Npc)actor); + ((Npc)actor).DoOnActorSpawn(playerActor); } } } diff --git a/FFXIVClassic Map Server/lua/LuaEngine.cs b/FFXIVClassic Map Server/lua/LuaEngine.cs index 3444babd..e0b898a5 100644 --- a/FFXIVClassic Map Server/lua/LuaEngine.cs +++ b/FFXIVClassic Map Server/lua/LuaEngine.cs @@ -28,27 +28,27 @@ namespace FFXIVClassic_Map_Server.lua UserData.RegistrationPolicy = InteropRegistrationPolicy.Automatic; } - public static List DoActorInstantiate(Player player, Actor target) + public static List DoActorInstantiate(Player player, Actor tarGet) { string luaPath; - if (target is Npc) + if (tarGet is Npc) { - luaPath = String.Format(FILEPATH_NPCS, target.zoneId, target.GetName()); + luaPath = String.Format(FILEPATH_NPCS, tarGet.zoneId, tarGet.GetName()); if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return null; - DynValue result = script.Call(script.Globals["init"], target); + DynValue result = script.Call(script.Globals["init"], tarGet); List lparams = LuaUtils.CreateLuaParamList(result); return lparams; } else { - SendError(player, String.Format("ERROR: Could not find script for actor {0}.", target.GetName())); + SendError(player, String.Format("ERROR: Could not find script for actor {0}.", tarGet.GetName())); return null; } } @@ -56,24 +56,30 @@ namespace FFXIVClassic_Map_Server.lua return null; } - public static void DoActorOnEventStarted(Player player, Actor target, EventStartPacket eventStart) + public static void DoActorOnEventStarted(Player player, Actor tarGet, EventStartPacket eventStart) { + if (tarGet is Npc) + { + ((Npc)tarGet).DoEventStart(player, eventStart); + return; + } + string luaPath; - if (target is Command) + if (tarGet is Command) { - luaPath = String.Format(FILEPATH_COMMANDS, target.GetName()); + luaPath = String.Format(FILEPATH_COMMANDS, tarGet.GetName()); } - else if (target is Director) + else if (tarGet is Director) { - luaPath = String.Format(FILEPATH_DIRECTORS, target.GetName()); + luaPath = String.Format(FILEPATH_DIRECTORS, tarGet.GetName()); } else - luaPath = String.Format(FILEPATH_NPCS, target.zoneId, target.GetName()); + luaPath = String.Format(FILEPATH_NPCS, tarGet.zoneId, tarGet.GetName()); if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; @@ -81,7 +87,7 @@ namespace FFXIVClassic_Map_Server.lua //Have to Do this to combine LuaParams List objects = new List(); objects.Add(player); - objects.Add(target); + objects.Add(tarGet); objects.Add(eventStart.triggerName); if (eventStart.luaParams != null) @@ -93,47 +99,53 @@ namespace FFXIVClassic_Map_Server.lua } else { - SendError(player, String.Format("ERROR: Could not find script for actor {0}.", target.GetName())); + SendError(player, String.Format("ERROR: Could not find script for actor {0}.", tarGet.GetName())); } } - public static void DoActorOnSpawn(Player player, Npc target) + public static void DoActorOnSpawn(Player player, Npc tarGet) { - string luaPath = String.Format(FILEPATH_NPCS, target.zoneId, target.GetName()); + string luaPath = String.Format(FILEPATH_NPCS, tarGet.zoneId, tarGet.GetName()); if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; //Run Script if (!script.Globals.Get("onSpawn").IsNil()) - script.Call(script.Globals["onSpawn"], player, target); + script.Call(script.Globals["onSpawn"], player, tarGet); } else { - SendError(player, String.Format("ERROR: Could not find script for actor {0}.", target.GetName())); + SendError(player, String.Format("ERROR: Could not find script for actor {0}.", tarGet.GetName())); } } - public static void DoActorOnEventUpdated(Player player, Actor target, EventUpdatePacket eventUpdate) + public static void DoActorOnEventUpdated(Player player, Actor tarGet, EventUpdatePacket eventUpdate) { + if (tarGet is Npc) + { + ((Npc)tarGet).DoEventUpdate(player, eventUpdate); + return; + } + string luaPath; - if (target is Command) - luaPath = String.Format(FILEPATH_COMMANDS, target.GetName()); - else if (target is Director) - luaPath = String.Format(FILEPATH_DIRECTORS, target.GetName()); + if (tarGet is Command) + luaPath = String.Format(FILEPATH_COMMANDS, tarGet.GetName()); + else if (tarGet is Director) + luaPath = String.Format(FILEPATH_DIRECTORS, tarGet.GetName()); else - luaPath = String.Format(FILEPATH_NPCS, target.zoneId, target.GetName()); + luaPath = String.Format(FILEPATH_NPCS, tarGet.zoneId, tarGet.GetName()); if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; @@ -141,7 +153,7 @@ namespace FFXIVClassic_Map_Server.lua //Have to Do this to combine LuaParams List objects = new List(); objects.Add(player); - objects.Add(target); + objects.Add(tarGet); objects.Add(eventUpdate.val2); objects.AddRange(LuaUtils.CreateLuaParamObjectList(eventUpdate.luaParams)); @@ -151,7 +163,7 @@ namespace FFXIVClassic_Map_Server.lua } else { - SendError(player, String.Format("ERROR: Could not find script for actor {0}.", target.GetName())); + SendError(player, String.Format("ERROR: Could not find script for actor {0}.", tarGet.GetName())); } } @@ -161,7 +173,7 @@ namespace FFXIVClassic_Map_Server.lua if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; @@ -176,7 +188,7 @@ namespace FFXIVClassic_Map_Server.lua { if (File.Exists(FILEPATH_PLAYER)) { - Script script = loadScript(FILEPATH_PLAYER); + Script script = LoadScript(FILEPATH_PLAYER); if (script == null) return; @@ -191,7 +203,7 @@ namespace FFXIVClassic_Map_Server.lua { if (File.Exists(FILEPATH_PLAYER)) { - Script script = loadScript(FILEPATH_PLAYER); + Script script = LoadScript(FILEPATH_PLAYER); if (script == null) return; @@ -202,14 +214,14 @@ namespace FFXIVClassic_Map_Server.lua } } - private static Script loadScript(string filename) + public static Script LoadScript(string filename) { Script script = new Script(); ((FileSystemScriptLoader)script.Options.ScriptLoader).ModulePaths = FileSystemScriptLoader.UnpackStringPaths("./scripts/?;./scripts/?.lua"); - script.Globals["getWorldManager"] = (Func)Server.GetWorldManager; - script.Globals["getStaticActor"] = (Func)Server.GetStaticActors; - script.Globals["getWorldMaster"] = (Func)Server.GetWorldManager().GetActor; - script.Globals["getItemGamedata"] = (Func)Server.GetItemGamedata; + script.Globals["GetWorldManager"] = (Func)Server.GetWorldManager; + script.Globals["GetStaticActor"] = (Func)Server.GetStaticActors; + script.Globals["GetWorldMaster"] = (Func)Server.GetWorldManager().GetActor; + script.Globals["GetItemGamedata"] = (Func)Server.GetItemGamedata; try { @@ -223,7 +235,7 @@ namespace FFXIVClassic_Map_Server.lua return script; } - private static void SendError(Player player, string message) + public static void SendError(Player player, string message) { List SendError = new List(); SendError.Add(EndEventPacket.BuildPacket(player.actorId, player.currentEventOwner, player.currentEventName)); @@ -238,7 +250,7 @@ namespace FFXIVClassic_Map_Server.lua if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; @@ -259,7 +271,7 @@ namespace FFXIVClassic_Map_Server.lua if (File.Exists(luaPath)) { - Script script = loadScript(luaPath); + Script script = LoadScript(luaPath); if (script == null) return; diff --git a/FFXIVClassic Map Server/packages.config b/FFXIVClassic Map Server/packages.config index 6d8ab227..4d7799bb 100644 --- a/FFXIVClassic Map Server/packages.config +++ b/FFXIVClassic Map Server/packages.config @@ -1,11 +1,11 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/FFXIVClassic Map Server/packets/SubPacket.cs b/FFXIVClassic Map Server/packets/SubPacket.cs index 5bb0b746..f6db325e 100644 --- a/FFXIVClassic Map Server/packets/SubPacket.cs +++ b/FFXIVClassic Map Server/packets/SubPacket.cs @@ -10,7 +10,7 @@ namespace FFXIVClassic_Map_Server.packets public ushort subpacketSize; public ushort type; public uint sourceId; - public uint targetId; + public uint tarGetId; public uint unknown1; } @@ -68,14 +68,14 @@ namespace FFXIVClassic_Map_Server.packets offset += header.subpacketSize; } - public SubPacket(ushort opcode, uint sourceId, uint targetId, byte[] data) + public SubPacket(ushort opcode, uint sourceId, uint tarGetId, byte[] data) { this.header = new SubPacketHeader(); this.gameMessage = new GameMessageHeader(); gameMessage.opcode = opcode; header.sourceId = sourceId; - header.targetId = targetId; + header.tarGetId = tarGetId; gameMessage.timestamp = Utils.UnixTimeStampUTC(); @@ -97,7 +97,7 @@ namespace FFXIVClassic_Map_Server.packets header.subpacketSize = original.header.subpacketSize; header.type = original.header.type; header.sourceId = original.header.sourceId; - header.targetId = newTargetId; + header.tarGetId = newTargetId; data = original.data; } diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs index ee59c7d3..fa0886e4 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/ActorDoEmotePacket.cs @@ -8,26 +8,26 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00E1; public const uint PACKET_SIZE = 0x30; - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId, uint targettedActorId, uint emoteID) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId, uint tarGettedActorId, uint emoteID) { byte[] data = new byte[PACKET_SIZE - 0x20]; - if (targettedActorId == 0xC0000000) - targettedActorId = sourceActorId; + if (tarGettedActorId == 0xC0000000) + tarGettedActorId = sourceActorId; using (MemoryStream mem = new MemoryStream(data)) { using (BinaryWriter binWriter = new BinaryWriter(mem)) { uint realAnimID = 0x5000000 | ((emoteID - 100) << 12); - uint realDescID = 20000 + ((emoteID - 1) * 10) + (targettedActorId == sourceActorId ? (uint)2 : (uint)1); + uint realDescID = 20000 + ((emoteID - 1) * 10) + (tarGettedActorId == sourceActorId ? (uint)2 : (uint)1); binWriter.Write((UInt32)realAnimID); - binWriter.Write((UInt32)targettedActorId); + binWriter.Write((UInt32)tarGettedActorId); binWriter.Write((UInt32)realDescID); } } - SubPacket packet = new SubPacket(OPCODE, sourceActorId, targetActorId, data); + SubPacket packet = new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); packet.DebugPrintSubPacket(); return packet; } diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs index 14a72cb8..1dded5f3 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/ActorInstantiatePacket.cs @@ -11,7 +11,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00CC; public const uint PACKET_SIZE = 0x128; - public static SubPacket BuildPacket(uint sourceActorID, uint targetActorID, string objectName, string className, List initParams) + public static SubPacket BuildPacket(uint sourceActorID, uint tarGetActorID, string objectName, string className, List initParams) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -31,7 +31,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, sourceActorID, targetActorID, data); + return new SubPacket(OPCODE, sourceActorID, tarGetActorID, data); } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs index 2ba4f976..e5479f82 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/ActorSpecialGraphicPacket.cs @@ -13,7 +13,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00E3; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, int iconCode) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, int iconCode) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -25,7 +25,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, targetActorID, playerActorID, data); + return new SubPacket(OPCODE, tarGetActorID, playerActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/BattleAction1Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/BattleAction1Packet.cs index e6d61e39..88525e92 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/BattleAction1Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/BattleAction1Packet.cs @@ -7,7 +7,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x0139; public const uint PACKET_SIZE = 0x58; - public static SubPacket BuildPacket(uint sourceId, uint targetId) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -18,7 +18,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, sourceId, targetId, data); + return new SubPacket(OPCODE, sourceId, tarGetId, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs index 60e5596a..e812ba4b 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/MoveActorToPositionPacket.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00CF; public const uint PACKET_SIZE = 0x50; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, float x, float y, float z, float rot, ushort moveState) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, float x, float y, float z, float rot, ushort moveState) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -25,7 +25,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - SubPacket packet = new SubPacket(OPCODE, playerActorID, targetActorID, data); + SubPacket packet = new SubPacket(OPCODE, playerActorID, tarGetActorID, data); return packet; } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs index 662e6096..c8390e06 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorIconPacket.cs @@ -12,7 +12,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x0145; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, uint iconCode) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, uint iconCode) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -24,7 +24,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorIdleAnimationPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorIdleAnimationPacket.cs index 12341c95..3bbcfffd 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorIdleAnimationPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorIdleAnimationPacket.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x144; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetID, uint idleAnimationId) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetID, uint idleAnimationId) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -21,7 +21,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetID, data); + return new SubPacket(OPCODE, playerActorID, tarGetID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs index 5b46c55b..f7edc364 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorIsZoningPacket.cs @@ -5,11 +5,11 @@ public const ushort OPCODE = 0x017B; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, bool isDimmed) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, bool isDimmed) { byte[] data = new byte[PACKET_SIZE - 0x20]; data[0] = (byte)(isDimmed ? 1 : 0); - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs index 6036cd4d..9ec68113 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorNamePacket.cs @@ -9,7 +9,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x013D; public const uint PACKET_SIZE = 0x48; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, uint displayNameID, string customName) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, uint displayNameID, string customName) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -27,7 +27,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - SubPacket packet = new SubPacket(OPCODE, playerActorID, targetActorID, data); + SubPacket packet = new SubPacket(OPCODE, playerActorID, tarGetActorID, data); return packet; } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs index 7e0012ea..b48966b9 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorPositionPacket.cs @@ -22,7 +22,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const float INNPOS_Z = 165.050003f; public const float INNPOS_ROT = -1.530000f; - public static SubPacket BuildPacket(uint sourceActorID, uint targetActorID, uint actorId, float x, float y, float z, float rotation, uint spawnType, bool isZoningPlayer) + public static SubPacket BuildPacket(uint sourceActorID, uint tarGetActorID, uint actorId, float x, float y, float z, float rotation, uint spawnType, bool isZoningPlayer) { byte[] data = new byte[PACKET_SIZE-0x20]; @@ -44,7 +44,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, sourceActorID, targetActorID, data); + return new SubPacket(OPCODE, sourceActorID, tarGetActorID, data); } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs index b059f506..3591c3e0 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorPropetyPacket.cs @@ -182,9 +182,9 @@ namespace FFXIVClassic_Map_Server.packets.send.actor isMore = flag; } - public void SetTarget(string target) + public void SetTarget(string tarGet) { - currentTarget = target; + currentTarget = tarGet; } public void AddTarget() diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs index 5f22942b..791b2b0b 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorSpeedPacket.cs @@ -12,7 +12,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const float DEFAULT_WALK = 2.0f; public const float DEFAULT_RUN = 5.0f; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -38,10 +38,10 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, float stopSpeed, float walkSpeed, float runSpeed) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, float stopSpeed, float walkSpeed, float runSpeed) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -67,7 +67,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs index bb3a0cc6..317e5214 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatePacket.cs @@ -27,10 +27,10 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x134; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetID, uint mainState, uint subState) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetID, uint mainState, uint subState) { ulong combined = (mainState & 0xFF) | ((subState & 0xFF) << 8); - return new SubPacket(OPCODE, playerActorID, targetID, BitConverter.GetBytes(combined)); + return new SubPacket(OPCODE, playerActorID, tarGetID, BitConverter.GetBytes(combined)); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs index 277dda2b..4f903091 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusAllPacket.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x0179; public const uint PACKET_SIZE = 0x48; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, ushort[] statusIds) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, ushort[] statusIds) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -25,7 +25,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - SubPacket packet = new SubPacket(OPCODE, playerActorID, targetActorID, data); + SubPacket packet = new SubPacket(OPCODE, playerActorID, tarGetActorID, data); return packet; } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs index bd148efb..65811b30 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorStatusPacket.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x0177; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, ushort index, ushort statusCode) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, ushort index, ushort statusCode) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -21,7 +21,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs index ebc77e0d..62a42bab 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetAnimatedPacket.cs @@ -7,9 +7,9 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00D3; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, uint targetID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, uint tarGetID) { - return new SubPacket(OPCODE, playerActorID, targetID, BitConverter.GetBytes((ulong)targetID)); + return new SubPacket(OPCODE, playerActorID, tarGetID, BitConverter.GetBytes((ulong)tarGetID)); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs index 645209cc..5ef0052c 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/SetActorTargetPacket.cs @@ -7,9 +7,9 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x00DB; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, uint targetID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, uint tarGetID) { - return new SubPacket(OPCODE, playerActorID, targetID, BitConverter.GetBytes((ulong)targetID)); + return new SubPacket(OPCODE, playerActorID, tarGetID, BitConverter.GetBytes((ulong)tarGetID)); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs index 7fe72cae..e9c598ee 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/_0xFPacket.cs @@ -7,7 +7,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x000F; public const uint PACKET_SIZE = 0x38; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -19,7 +19,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs index 71bf867b..77dda47b 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleAction.cs @@ -2,7 +2,7 @@ { class BattleAction { - public uint targetId; + public uint tarGetId; public ushort amount; public ushort worldMasterTextId; public uint effectId; diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX00Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX00Packet.cs index 30995408..aa61508c 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX00Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX00Packet.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle public const ushort OPCODE = 0x013C; public const uint PACKET_SIZE = 0x48; - public static SubPacket BuildPacket(uint playerActorID, uint sourceActorId, uint targetActorId, uint animationId, ushort commandId) + public static SubPacket BuildPacket(uint playerActorID, uint sourceActorId, uint tarGetActorId, uint animationId, ushort commandId) { byte[] data = new byte[PACKET_SIZE - 0x20]; diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX01Packet.cs index 0a90d960..e91efe59 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX01Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX01Packet.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle public const ushort OPCODE = 0x0139; public const uint PACKET_SIZE = 0x58; - public static SubPacket BuildPacket(uint playerActorID, uint sourceActorId, uint targetActorId, uint animationId, uint effectId, ushort worldMasterTextId, ushort commandId, ushort amount, byte param) + public static SubPacket BuildPacket(uint playerActorID, uint sourceActorId, uint tarGetActorId, uint animationId, uint effectId, ushort worldMasterTextId, ushort commandId, ushort amount, byte param) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -26,7 +26,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle binWriter.Write((UInt16)commandId); binWriter.Write((UInt16)810); //? - binWriter.Write((UInt32)targetActorId); + binWriter.Write((UInt32)tarGetActorId); binWriter.Write((UInt16)amount); binWriter.Write((UInt16)worldMasterTextId); diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs index 67775962..8a136009 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX10Packet.cs @@ -28,7 +28,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle binWriter.Seek(0x20, SeekOrigin.Begin); foreach (BattleAction action in actionList) - binWriter.Write((UInt32)action.targetId); + binWriter.Write((UInt32)action.tarGetId); binWriter.Seek(0x50, SeekOrigin.Begin); foreach (BattleAction action in actionList) diff --git a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs index 38038ab3..63e2f960 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/battle/BattleActionX18Packet.cs @@ -28,7 +28,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle binWriter.Seek(0x58, SeekOrigin.Begin); foreach (BattleAction action in actionList) - binWriter.Write((UInt32)action.targetId); + binWriter.Write((UInt32)action.tarGetId); binWriter.Seek(0xA0, SeekOrigin.Begin); foreach (BattleAction action in actionList) diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs index 4df15032..a8d450c6 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryBeginChangePacket.cs @@ -5,11 +5,11 @@ public const ushort OPCODE = 0x016D; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId) { byte[] data = new byte[8]; data[0] = 2; - return new SubPacket(OPCODE, sourceActorId, targetActorId, data); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); } public static SubPacket BuildPacket(uint playerActorID) diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs index c6944676..369e26f9 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryEndChangePacket.cs @@ -5,9 +5,9 @@ public const ushort OPCODE = 0x016E; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId) { - return new SubPacket(OPCODE, sourceActorId, targetActorId, new byte[8]); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, new byte[8]); } public static SubPacket BuildPacket(uint playerActorID) diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs index 5d4db4fe..5a3c5757 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX01Packet.cs @@ -13,7 +13,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory return BuildPacket(playerActorId, playerActorId, item); } - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId, InventoryItem item) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId, InventoryItem item) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -25,7 +25,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory } } - return new SubPacket(OPCODE, sourceActorId, targetActorId, data); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs index b136429c..19ebd593 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX08Packet.cs @@ -15,7 +15,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory return BuildPacket(playerActorId, playerActorId, items, ref listOffset); } - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId, List items, ref int listOffset) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId, List items, ref int listOffset) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -40,7 +40,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory } } - return new SubPacket(OPCODE, sourceActorId, targetActorId, data); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs index 31cf4cc4..57cdb134 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventoryListX16Packet.cs @@ -14,7 +14,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory return BuildPacket(playerActorId, playerActorId, items, ref listOffset); } - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId, List items, ref int listOffset) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId, List items, ref int listOffset) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -36,7 +36,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.inventory } } - return new SubPacket(OPCODE, sourceActorId, targetActorId, data); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs index 707f9ca1..99d8370f 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetBeginPacket.cs @@ -13,7 +13,7 @@ namespace FFXIVClassic_Map_Server.packets.send.Actor.inventory return BuildPacket(playerActorId, playerActorId, size, code); } - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorId, ushort size, ushort code) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorId, ushort size, ushort code) { byte[] data = new byte[8]; @@ -27,7 +27,7 @@ namespace FFXIVClassic_Map_Server.packets.send.Actor.inventory } } - return new SubPacket(OPCODE, sourceActorId, targetActorId, data); + return new SubPacket(OPCODE, sourceActorId, tarGetActorId, data); } } diff --git a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs index 29da7459..cdfc485d 100644 --- a/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs +++ b/FFXIVClassic Map Server/packets/send/Actor/inventory/InventorySetEndPacket.cs @@ -11,9 +11,9 @@ return new SubPacket(OPCODE, playerActorId, playerActorId, new byte[8]); } - public static SubPacket BuildPacket(uint sourceActorId, uint targetActorID) + public static SubPacket BuildPacket(uint sourceActorId, uint tarGetActorID) { - return new SubPacket(OPCODE, sourceActorId, targetActorID, new byte[8]); + return new SubPacket(OPCODE, sourceActorId, tarGetActorID, new byte[8]); } } diff --git a/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs b/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs index 9524bae1..cf780440 100644 --- a/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs +++ b/FFXIVClassic Map Server/packets/send/GameMessagePacket.cs @@ -56,7 +56,7 @@ namespace FFXIVClassic_Map_Server.packets.send private const ushort SIZE_GAMEMESSAGE_WITHOUT_ACTOR4 = 0x48; private const ushort SIZE_GAMEMESSAGE_WITHOUT_ACTOR5 = 0x68; - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint actorId, uint textOwnerActorId, ushort textId, byte log) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint actorId, uint textOwnerActorId, ushort textId, byte log) { byte[] data = new byte[SIZE_GAMEMESSAGE_WITH_ACTOR1 - 0x20]; @@ -71,10 +71,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(OPCODE_GAMEMESSAGE_WITH_ACTOR1, sourceId, targetId, data); + return new SubPacket(OPCODE_GAMEMESSAGE_WITH_ACTOR1, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint actorId, uint textOwnerActorId, ushort textId, byte log, List lParams) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint actorId, uint textOwnerActorId, ushort textId, byte log, List lParams) { int lParamsSize = findSizeOfParams(lParams); byte[] data; @@ -119,10 +119,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(opcode, sourceId, targetId, data); + return new SubPacket(opcode, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, string sender, byte log) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, string sender, byte log) { byte[] data = new byte[SIZE_GAMEMESSAGE_WITH_CUSTOM_SENDER1 - 0x20]; @@ -137,10 +137,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(OPCODE_GAMEMESSAGE_WITH_CUSTOM_SENDER1, sourceId, targetId, data); + return new SubPacket(OPCODE_GAMEMESSAGE_WITH_CUSTOM_SENDER1, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, string sender, byte log, List lParams) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, string sender, byte log, List lParams) { int lParamsSize = findSizeOfParams(lParams); byte[] data; @@ -185,10 +185,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(opcode, sourceId, targetId, data); + return new SubPacket(opcode, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, uint senderDisplayNameId, byte log) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, uint senderDisplayNameId, byte log) { byte[] data = new byte[SIZE_GAMEMESSAGE_WITH_DISPID_SENDER1 - 0x20]; @@ -203,10 +203,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(OPCODE_GAMEMESSAGE_WITH_DISPID_SENDER1, sourceId, targetId, data); + return new SubPacket(OPCODE_GAMEMESSAGE_WITH_DISPID_SENDER1, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, uint senderDisplayNameId, byte log, List lParams) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, uint senderDisplayNameId, byte log, List lParams) { int lParamsSize = findSizeOfParams(lParams); byte[] data; @@ -251,10 +251,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(opcode, sourceId, targetId, data); + return new SubPacket(opcode, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, byte log) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, byte log) { byte[] data = new byte[SIZE_GAMEMESSAGE_WITHOUT_ACTOR1 - 0x20]; @@ -268,10 +268,10 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(OPCODE_GAMEMESSAGE_WITHOUT_ACTOR1, sourceId, targetId, data); + return new SubPacket(OPCODE_GAMEMESSAGE_WITHOUT_ACTOR1, sourceId, tarGetId, data); } - public static SubPacket BuildPacket(uint sourceId, uint targetId, uint textOwnerActorId, ushort textId, byte log, List lParams) + public static SubPacket BuildPacket(uint sourceId, uint tarGetId, uint textOwnerActorId, ushort textId, byte log, List lParams) { int lParamsSize = findSizeOfParams(lParams); byte[] data; @@ -315,7 +315,7 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(opcode, sourceId, targetId, data); + return new SubPacket(opcode, sourceId, tarGetId, data); } private static int findSizeOfParams(List lParams) diff --git a/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs b/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs index 6152f215..2e305057 100644 --- a/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs +++ b/FFXIVClassic Map Server/packets/send/SendMessagePacket.cs @@ -34,7 +34,7 @@ namespace FFXIVClassic_Map_Server.packets.send public const ushort OPCODE = 0x0003; public const uint PACKET_SIZE = 0x248; - public static SubPacket BuildPacket(uint playerActorID, uint targetID, uint messageType, string sender, string message) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetID, uint messageType, string sender, string message) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -49,7 +49,7 @@ namespace FFXIVClassic_Map_Server.packets.send } } - return new SubPacket(OPCODE, playerActorID, targetID, data); + return new SubPacket(OPCODE, playerActorID, tarGetID, data); } } diff --git a/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs b/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs index 35571c55..3ba3455b 100644 --- a/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs +++ b/FFXIVClassic Map Server/packets/send/events/KickEventPacket.cs @@ -11,7 +11,7 @@ namespace FFXIVClassic_Map_Server.packets.send.events public const ushort OPCODE = 0x012F; public const uint PACKET_SIZE = 0x90; - public static SubPacket BuildPacket(uint playerActorId, uint targetActorId, string conditionName, List luaParams) + public static SubPacket BuildPacket(uint playerActorId, uint tarGetActorId, string conditionName, List luaParams) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -20,7 +20,7 @@ namespace FFXIVClassic_Map_Server.packets.send.events using (BinaryWriter binWriter = new BinaryWriter(mem)) { binWriter.Write((UInt32)playerActorId); - binWriter.Write((UInt32)targetActorId); + binWriter.Write((UInt32)tarGetActorId); binWriter.Write((Byte)0x5); binWriter.Write((Byte)0x87); binWriter.Write((Byte)0xDC); diff --git a/FFXIVClassic Map Server/packets/send/list/SetListPropertyPacket.cs b/FFXIVClassic Map Server/packets/send/list/SetListPropertyPacket.cs index 781e137f..2b76466d 100644 --- a/FFXIVClassic Map Server/packets/send/list/SetListPropertyPacket.cs +++ b/FFXIVClassic Map Server/packets/send/list/SetListPropertyPacket.cs @@ -158,11 +158,11 @@ namespace FFXIVClassic_Map_Server.packets.send.actor isMore = flag; } - public void SetTarget(string target) + public void SetTarget(string tarGet) { - binWriter.Write((byte)(isMore ? 0x62 + target.Length : 0x82 + target.Length)); - binWriter.Write(Encoding.ASCII.GetBytes(target)); - runningByteTotal += (ushort)(1 + Encoding.ASCII.GetByteCount(target)); + binWriter.Write((byte)(isMore ? 0x62 + tarGet.Length : 0x82 + tarGet.Length)); + binWriter.Write(Encoding.ASCII.GetBytes(tarGet)); + runningByteTotal += (ushort)(1 + Encoding.ASCII.GetByteCount(tarGet)); } diff --git a/FFXIVClassic Map Server/packets/send/player/InfoRequestResponsePacket.cs b/FFXIVClassic Map Server/packets/send/player/InfoRequestResponsePacket.cs index 73780b4c..a6b51c95 100644 --- a/FFXIVClassic Map Server/packets/send/player/InfoRequestResponsePacket.cs +++ b/FFXIVClassic Map Server/packets/send/player/InfoRequestResponsePacket.cs @@ -9,7 +9,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player public const ushort OPCODE = 0x0133; public const uint PACKET_SIZE = 0xE0; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, List luaParams) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, List luaParams) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -21,7 +21,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs index 53bbb748..5b3776e0 100644 --- a/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs +++ b/FFXIVClassic Map Server/packets/send/player/SetChocoboNamePacket.cs @@ -7,11 +7,11 @@ namespace FFXIVClassic_Map_Server.packets.send.player public const ushort OPCODE = 0x0198; public const uint PACKET_SIZE = 0x40; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, string name) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, string name) { if (Encoding.Unicode.GetByteCount(name) >= 0x20) name = "ERR: Too Long"; - return new SubPacket(OPCODE, playerActorID, targetActorID, Encoding.ASCII.GetBytes(name)); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, Encoding.ASCII.GetBytes(name)); } } } diff --git a/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs index 43a07cd0..152aa55e 100644 --- a/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs +++ b/FFXIVClassic Map Server/packets/send/player/SetCurrentJobPacket.cs @@ -7,9 +7,9 @@ namespace FFXIVClassic_Map_Server.packets.send.player public const ushort OPCODE = 0x01A4; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint sourceActorID, uint targetActorID, uint jobId) + public static SubPacket BuildPacket(uint sourceActorID, uint tarGetActorID, uint jobId) { - return new SubPacket(OPCODE, sourceActorID, targetActorID, BitConverter.GetBytes((uint)jobId)); + return new SubPacket(OPCODE, sourceActorID, tarGetActorID, BitConverter.GetBytes((uint)jobId)); } } } diff --git a/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs b/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs index 4b177966..326a4bcb 100644 --- a/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs +++ b/FFXIVClassic Map Server/packets/send/player/SetGrandCompanyPacket.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor public const ushort OPCODE = 0x0194; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint sourceActorID, uint targetActorID, ushort currentAllegiance, ushort rankLimsa, ushort rankGridania, ushort rankUldah) + public static SubPacket BuildPacket(uint sourceActorID, uint tarGetActorID, ushort currentAllegiance, ushort rankLimsa, ushort rankGridania, ushort rankUldah) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -23,7 +23,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor } } - return new SubPacket(OPCODE, sourceActorID, targetActorID, data); + return new SubPacket(OPCODE, sourceActorID, tarGetActorID, data); } } diff --git a/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs b/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs index 112def38..7a053092 100644 --- a/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs +++ b/FFXIVClassic Map Server/packets/send/player/SetPlayerTitlePacket.cs @@ -7,9 +7,9 @@ namespace FFXIVClassic_Map_Server.packets.send.player public const ushort OPCODE = 0x019D; public const uint PACKET_SIZE = 0x28; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID, uint titleID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID, uint titleID) { - return new SubPacket(OPCODE, playerActorID, targetActorID, BitConverter.GetBytes((UInt64)titleID)); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, BitConverter.GetBytes((UInt64)titleID)); } } } diff --git a/FFXIVClassic Map Server/packets/send/player/_0x196Packet.cs b/FFXIVClassic Map Server/packets/send/player/_0x196Packet.cs index 221f4d37..6924769d 100644 --- a/FFXIVClassic Map Server/packets/send/player/_0x196Packet.cs +++ b/FFXIVClassic Map Server/packets/send/player/_0x196Packet.cs @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player public const ushort OPCODE = 0x0196; public const uint PACKET_SIZE = 0x38; - public static SubPacket BuildPacket(uint playerActorID, uint targetActorID) + public static SubPacket BuildPacket(uint playerActorID, uint tarGetActorID) { byte[] data = new byte[PACKET_SIZE - 0x20]; @@ -21,7 +21,7 @@ namespace FFXIVClassic_Map_Server.packets.send.player } } - return new SubPacket(OPCODE, playerActorID, targetActorID, data); + return new SubPacket(OPCODE, playerActorID, tarGetActorID, data); } } } diff --git a/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs b/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs index e86996eb..095cb206 100644 --- a/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs +++ b/FFXIVClassic Map Server/utils/ActorPropertyPacketUtil.cs @@ -32,11 +32,11 @@ namespace FFXIVClassic_Map_Server.utils } } - public void NewTarget(string target) + public void NewTarget(string tarGet) { currentActorPropertyPacket.AddTarget(); - currentTarget = target; - currentActorPropertyPacket.SetTarget(target); + currentTarget = tarGet; + currentActorPropertyPacket.SetTarget(tarGet); } public List Done() diff --git a/data/scripts/base/chara/npc/mapobj/DoorStandard.lua b/data/scripts/base/chara/npc/mapobj/DoorStandard.lua new file mode 100644 index 00000000..fc7add02 --- /dev/null +++ b/data/scripts/base/chara/npc/mapobj/DoorStandard.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0, 0; +end \ No newline at end of file diff --git a/data/scripts/zones/244/npcs/objBed_01@0F400.lua b/data/scripts/base/chara/npc/object/ObjectBed.lua similarity index 81% rename from data/scripts/zones/244/npcs/objBed_01@0F400.lua rename to data/scripts/base/chara/npc/object/ObjectBed.lua index 64dfbd15..777f5e88 100644 --- a/data/scripts/zones/244/npcs/objBed_01@0F400.lua +++ b/data/scripts/base/chara/npc/object/ObjectBed.lua @@ -1,5 +1,6 @@ + function init(npc) - return "/Chara/Npc/Object/ObjectBed", false, false, false, false, false, 0x1250FB, false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc, triggerName) diff --git a/data/scripts/base/chara/npc/object/ObjectInnDoor.lua b/data/scripts/base/chara/npc/object/ObjectInnDoor.lua new file mode 100644 index 00000000..73900777 --- /dev/null +++ b/data/scripts/base/chara/npc/object/ObjectInnDoor.lua @@ -0,0 +1,19 @@ + +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc, triggerName) + defaultFst = getStaticActor("DftFst"); + player:runEventFunction("delegateEvent", player, defaultFst, "defaultTalkWithInn_ExitDoor", nil, nil, nil); +end + +function onEventUpdate(player, npc, resultId, isExitYes) + + if (isExitYes ~= nil and isExitYes == 1) then + getWorldManager():DoZoneChange(player, 1); + else + player:endEvent(); + end + +end \ No newline at end of file diff --git a/data/scripts/zones/244/npcs/objInnDoor_01@0F400.lua b/data/scripts/base/chara/npc/object/ObjectItemStorage.lua similarity index 50% rename from data/scripts/zones/244/npcs/objInnDoor_01@0F400.lua rename to data/scripts/base/chara/npc/object/ObjectItemStorage.lua index 4d9d2f2a..61000b8d 100644 --- a/data/scripts/zones/244/npcs/objInnDoor_01@0F400.lua +++ b/data/scripts/base/chara/npc/object/ObjectItemStorage.lua @@ -1,8 +1,9 @@ function init(npc) - return "/Chara/Npc/Object/ObjectInnDoor", false, false, false, false, false, 0x1250F8, false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc, triggerName) + player:endEvent(); end function onEventUpdate(player, npc) diff --git a/data/scripts/base/chara/npc/object/OpeningStoperF0B1.lua b/data/scripts/base/chara/npc/object/OpeningStoperF0B1.lua new file mode 100644 index 00000000..0100284f --- /dev/null +++ b/data/scripts/base/chara/npc/object/OpeningStoperF0B1.lua @@ -0,0 +1,13 @@ +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc, triggerName) + if (triggerName == "caution") then + worldMaster = getWorldMaster(); + player:sendGameMessage(player, worldMaster, 34109, 0x20); + elseif (triggerName == "exit") then + getWorldManager():DoPlayerMoveInZone(player, 5); + end + player:endEvent(); +end \ No newline at end of file diff --git a/data/scripts/base/chara/npc/object/TaskBoard.lua b/data/scripts/base/chara/npc/object/TaskBoard.lua new file mode 100644 index 00000000..37555a36 --- /dev/null +++ b/data/scripts/base/chara/npc/object/TaskBoard.lua @@ -0,0 +1,20 @@ +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc, triggerName) + questNOC = getStaticActor("Noc000"); + + if (npc:getActorClassId() == 1200193) then + player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskLimsa", nil, nil, nil); + elseif (npc:getActorClassId() == 1200194) then + player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskUldah", nil, nil, nil); + else + player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskGridania", nil, nil, nil); + end + +end + +function onEventUpdate(player, npc, step, menuOptionSelected) + player:endEvent(); +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/aetheryteP_01@08500.lua b/data/scripts/base/chara/npc/object/aetheryte/AetheryteParent.lua similarity index 83% rename from data/scripts/zones/133/npcs/aetheryteP_01@08500.lua rename to data/scripts/base/chara/npc/object/aetheryte/AetheryteParent.lua index 35689e98..319f38e8 100644 --- a/data/scripts/zones/133/npcs/aetheryteP_01@08500.lua +++ b/data/scripts/base/chara/npc/object/aetheryte/AetheryteParent.lua @@ -21,7 +21,7 @@ Menu Ids: --]] function init(npc) - return "/Chara/Npc/Object/Aetheryte/AetheryteParent", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc, triggerName) diff --git a/data/scripts/base/chara/npc/populace/PopulaceCutscenePlayer.lua b/data/scripts/base/chara/npc/populace/PopulaceCutscenePlayer.lua new file mode 100644 index 00000000..1e98e2c4 --- /dev/null +++ b/data/scripts/base/chara/npc/populace/PopulaceCutscenePlayer.lua @@ -0,0 +1,9 @@ +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc, triggerName) +end + +function onEventUpdate(player, npc) +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplGuildlev_01@08500.lua b/data/scripts/base/chara/npc/populace/PopulaceGuildlevePublisher.lua similarity index 91% rename from data/scripts/zones/133/npcs/pplGuildlev_01@08500.lua rename to data/scripts/base/chara/npc/populace/PopulaceGuildlevePublisher.lua index 0a609d1e..30366513 100644 --- a/data/scripts/zones/133/npcs/pplGuildlev_01@08500.lua +++ b/data/scripts/base/chara/npc/populace/PopulaceGuildlevePublisher.lua @@ -21,7 +21,7 @@ Menu Ids: --]] function init(npc) - return "/Chara/Npc/Populace/PopulaceGuildlevePublisher", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc) diff --git a/data/scripts/zones/133/npcs/pplLinkshel_01@08500.lua b/data/scripts/base/chara/npc/populace/PopulaceLinkshellManager.lua similarity index 80% rename from data/scripts/zones/133/npcs/pplLinkshel_01@08500.lua rename to data/scripts/base/chara/npc/populace/PopulaceLinkshellManager.lua index 801aee97..365c0902 100644 --- a/data/scripts/zones/133/npcs/pplLinkshel_01@08500.lua +++ b/data/scripts/base/chara/npc/populace/PopulaceLinkshellManager.lua @@ -1,5 +1,5 @@ function init(npc) - return "/Chara/Npc/Populace/PopulaceLinkshellManager", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc) diff --git a/data/scripts/zones/133/npcs/pplPassiveG_01@08500.lua b/data/scripts/base/chara/npc/populace/PopulacePassiveGLPublisher.lua similarity index 83% rename from data/scripts/zones/133/npcs/pplPassiveG_01@08500.lua rename to data/scripts/base/chara/npc/populace/PopulacePassiveGLPublisher.lua index c9cbb5df..32c8149c 100644 --- a/data/scripts/zones/133/npcs/pplPassiveG_01@08500.lua +++ b/data/scripts/base/chara/npc/populace/PopulacePassiveGLPublisher.lua @@ -24,7 +24,7 @@ Menu Ids: --]] function init(npc) - return "/Chara/Npc/Populace/PopulacePassiveGLPublisher", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; + return false, false, 0, 0; end function onEventStarted(player, npc) diff --git a/data/scripts/base/chara/npc/populace/PopulaceStandard.lua b/data/scripts/base/chara/npc/populace/PopulaceStandard.lua new file mode 100644 index 00000000..8ddfb16c --- /dev/null +++ b/data/scripts/base/chara/npc/populace/PopulaceStandard.lua @@ -0,0 +1,13 @@ + +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc) + player:sendMessage(0x20, "", "This PopulaceStandard actor has no event set. Actor Class Id: " .. tostring(npc:getActorClassId())); + player:endEvent(); +end + +function onEventUpdate(player, npc, blah, menuSelect) + player:endEvent(); +end \ No newline at end of file diff --git a/data/scripts/base/chara/npc/populace/shop/PopulaceShopSalesman.lua b/data/scripts/base/chara/npc/populace/shop/PopulaceShopSalesman.lua new file mode 100644 index 00000000..6c9f53ce --- /dev/null +++ b/data/scripts/base/chara/npc/populace/shop/PopulaceShopSalesman.lua @@ -0,0 +1,15 @@ +function init(npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc) + player:sendMessage(0x20, "", "This PopulaceShopSalesman actor has no event set. Actor Class Id: " .. tostring(npc:getActorClassId())) + player:endEvent(); + --player:runEventFunction("welcomeTalk"); +end + +function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/commands/PartyInviteCommand.lua b/data/scripts/commands/PartyInviteCommand.lua new file mode 100644 index 00000000..d56640f6 --- /dev/null +++ b/data/scripts/commands/PartyInviteCommand.lua @@ -0,0 +1,19 @@ +--[[ + +PartyInviteCommand Script + +Handles what happens when you invite + +--]] + +function onEventStarted(player, actor, triggerName, name, arg1, arg2, arg3, actorId) + + if (name ~= nil) then + getWorldManager():CreateInvitePartyGroup(player, name); + elseif (actorId ~= nil) then + getWorldManager():CreateInvitePartyGroup(player, actorId); + end + + player:endCommand(); + +end \ No newline at end of file diff --git a/data/scripts/directors/openingDire_fst0Btl03_04@0A600.lua b/data/scripts/directors1/openingDire_fst0Btl03_04@0A600.lua similarity index 100% rename from data/scripts/directors/openingDire_fst0Btl03_04@0A600.lua rename to data/scripts/directors1/openingDire_fst0Btl03_04@0A600.lua diff --git a/data/scripts/directors/openingDire_ocn0Btl02_04@0C100.lua b/data/scripts/directors1/openingDire_ocn0Btl02_04@0C100.lua similarity index 100% rename from data/scripts/directors/openingDire_ocn0Btl02_04@0C100.lua rename to data/scripts/directors1/openingDire_ocn0Btl02_04@0C100.lua diff --git a/data/scripts/directors/openingDire_wil0Btl01_04@0B800.lua b/data/scripts/directors1/openingDire_wil0Btl01_04@0B800.lua similarity index 100% rename from data/scripts/directors/openingDire_wil0Btl01_04@0B800.lua rename to data/scripts/directors1/openingDire_wil0Btl01_04@0B800.lua diff --git a/data/scripts/directors/questDirect_fst0Btl03_01@0A615.lua b/data/scripts/directors1/questDirect_fst0Btl03_01@0A615.lua similarity index 100% rename from data/scripts/directors/questDirect_fst0Btl03_01@0A615.lua rename to data/scripts/directors1/questDirect_fst0Btl03_01@0A615.lua diff --git a/data/scripts/directors/questDirect_ocn0Btl02_01@0C196.lua b/data/scripts/directors1/questDirect_ocn0Btl02_01@0C196.lua similarity index 81% rename from data/scripts/directors/questDirect_ocn0Btl02_01@0C196.lua rename to data/scripts/directors1/questDirect_ocn0Btl02_01@0C196.lua index 0b3bc5f2..d0f1901c 100644 --- a/data/scripts/directors/questDirect_ocn0Btl02_01@0C196.lua +++ b/data/scripts/directors1/questDirect_ocn0Btl02_01@0C196.lua @@ -3,12 +3,12 @@ function onEventStarted(player, actor, triggerName) man0u0Quest = getStaticActor("Man0u0"); man0l0Quest = getStaticActor("Man0l0"); - --player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl001"); + player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl001"); --player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtlMagic001"); --player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002"); --player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl003"); - player:runEventFunction("delegateEvent", player, man0u0Quest, "processTtrBtl004"); + --player:runEventFunction("delegateEvent", player, man0u0Quest, "processTtrBtl004"); end diff --git a/data/scripts/player.lua b/data/scripts/player.lua index 16fecf41..0b80bbeb 100644 --- a/data/scripts/player.lua +++ b/data/scripts/player.lua @@ -18,11 +18,11 @@ function onBeginLogin(player) --For Opening. Set Director and reset position incase d/c if (player:hasQuest(110001) == true) then - player:setDirector("openingDirector", false); + --player:setDirector("openingDirector", false); player.positionX = 0.016; player.positionY = 10.35; - player.positionZ = -36.91; - --player.positionZ = -20.91; + --player.positionZ = -36.91; + player.positionZ = -20.91; player.rotation = 0.025; player:getQuest(110001):ClearQuestData(); player:getQuest(110001):ClearQuestFlags(); diff --git a/data/scripts/zones/166/npcs/openingStop_fstBtl03_03@0A600.lua b/data/scripts/unique/fst0Battle03/openingStop_fstBtl03_03@0A600.lua similarity index 100% rename from data/scripts/zones/166/npcs/openingStop_fstBtl03_03@0A600.lua rename to data/scripts/unique/fst0Battle03/openingStop_fstBtl03_03@0A600.lua diff --git a/data/scripts/zones/166/npcs/pplStd_fst0Btl03_01@0A600.lua b/data/scripts/unique/fst0Battle03/pplStd_fst0Btl03_01@0A600.lua similarity index 100% rename from data/scripts/zones/166/npcs/pplStd_fst0Btl03_01@0A600.lua rename to data/scripts/unique/fst0Battle03/pplStd_fst0Btl03_01@0A600.lua diff --git a/data/scripts/zones/166/npcs/pplStd_fst0Btl03_02@0A600.lua b/data/scripts/unique/fst0Battle03/pplStd_fst0Btl03_02@0A600.lua similarity index 100% rename from data/scripts/zones/166/npcs/pplStd_fst0Btl03_02@0A600.lua rename to data/scripts/unique/fst0Battle03/pplStd_fst0Btl03_02@0A600.lua diff --git a/data/scripts/unique/fst0Town01/PopulaceStandard/vkorolon.lua b/data/scripts/unique/fst0Town01/PopulaceStandard/vkorolon.lua new file mode 100644 index 00000000..b41d4991 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PopulaceStandard/vkorolon.lua @@ -0,0 +1,15 @@ +function onEventStarted(player, npc) + defaultFst = getStaticActor("DftFst"); + player:runEventFunction("delegateEvent", player, defaultFst, "defaultTalkWithInn_Desk", nil, nil, nil); + +end + +function onEventUpdate(player, npc, blah, menuSelect) + + if (menuSelect == 1) then + getWorldManager():DoZoneChange(player, 13); + end + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/centaurs_eye.lua b/data/scripts/unique/fst0Town01a/DoorStandard/centaurs_eye.lua new file mode 100644 index 00000000..4599e553 --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/centaurs_eye.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB84; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/fenyll_fineries.lua b/data/scripts/unique/fst0Town01a/DoorStandard/fenyll_fineries.lua new file mode 100644 index 00000000..254cc79e --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/fenyll_fineries.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB83; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_arc.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_arc.lua new file mode 100644 index 00000000..6f8845dc --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_arc.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB81; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_btn.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_btn.lua new file mode 100644 index 00000000..6ac7c400 --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_btn.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB7D; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_cnj.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_cnj.lua new file mode 100644 index 00000000..e957714e --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_cnj.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB85; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_crp.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_crp.lua new file mode 100644 index 00000000..d1ff322a --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_crp.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB7E; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_lnc.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_lnc.lua new file mode 100644 index 00000000..405f1b66 --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_lnc.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB80; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/guild_ltw.lua b/data/scripts/unique/fst0Town01a/DoorStandard/guild_ltw.lua new file mode 100644 index 00000000..d9bc8bf6 --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/guild_ltw.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB7F; +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01a/DoorStandard/whistling_miller.lua b/data/scripts/unique/fst0Town01a/DoorStandard/whistling_miller.lua new file mode 100644 index 00000000..9ab7eb7a --- /dev/null +++ b/data/scripts/unique/fst0Town01a/DoorStandard/whistling_miller.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x141, 0xB82; +end \ No newline at end of file diff --git a/data/scripts/zones/193/npcs/fighterAlly_ocn0Btl02_02@0C196.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/fighterAlly_ocn0Btl02_02@0C196.lua similarity index 100% rename from data/scripts/zones/193/npcs/fighterAlly_ocn0Btl02_02@0C196.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/fighterAlly_ocn0Btl02_02@0C196.lua diff --git a/data/scripts/zones/193/npcs/fighterAlly_ocn0Btl02_03@0C196.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/fighterAlly_ocn0Btl02_03@0C196.lua similarity index 100% rename from data/scripts/zones/193/npcs/fighterAlly_ocn0Btl02_03@0C196.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/fighterAlly_ocn0Btl02_03@0C196.lua diff --git a/data/scripts/zones/193/npcs/jellyfishSc_ocn0Btl02_04@0C196.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/jellyfishSc_ocn0Btl02_04@0C196.lua similarity index 100% rename from data/scripts/zones/193/npcs/jellyfishSc_ocn0Btl02_04@0C196.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/jellyfishSc_ocn0Btl02_04@0C196.lua diff --git a/data/scripts/zones/193/npcs/pplStd_01@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_01@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_01@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_01@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_02@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_02@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_02@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_02@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_03@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_03@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_03@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_03@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_04@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_04@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_04@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_04@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_05@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_05@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_05@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_05@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_06@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_06@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_06@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_06@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_07@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_07@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_07@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_07@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_08@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_08@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_08@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_08@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_09@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_09@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_09@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_09@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0a@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0a@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0a@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0a@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0b@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0b@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0b@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0b@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0c@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0c@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0c@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0c@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0d@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0d@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0d@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0d@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0e@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0e@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0e@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0e@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_0f@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0f@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_0f@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_0f@0C100.lua diff --git a/data/scripts/zones/193/npcs/pplStd_11@0C100.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_11@0C100.lua similarity index 100% rename from data/scripts/zones/193/npcs/pplStd_11@0C100.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/pplStd_11@0C100.lua diff --git a/data/scripts/zones/193/zone.lua b/data/scripts/unique/ocn0Battle02/PopulaceStandard/zone.lua similarity index 100% rename from data/scripts/zones/193/zone.lua rename to data/scripts/unique/ocn0Battle02/PopulaceStandard/zone.lua diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/aergwynt.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/aergwynt.lua new file mode 100644 index 00000000..9a3c9d72 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/aergwynt.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAergwynt_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/baderon.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/baderon.lua new file mode 100644 index 00000000..4a0828a9 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/baderon.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBaderon_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/chantine.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/chantine.lua new file mode 100644 index 00000000..c9e2b749 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/chantine.lua @@ -0,0 +1,7 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithChantine_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithChantine_002", nil, nil, nil); --LNC + --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithChantine_003", nil, nil, nil); --LNC NO GUILD +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_02@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/estrilda.lua similarity index 67% rename from data/scripts/zones/133/npcs/pplStd_02@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/estrilda.lua index 9a7a1c5a..901e0167 100644 --- a/data/scripts/zones/133/npcs/pplStd_02@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/estrilda.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithEstrilda_001", nil, nil, nil); --DEFAULT --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithEstrilda_002", nil, nil, nil); --IF ARCHER --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithEstrilda_003", nil, nil, nil); --IF ARCHER -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_13@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/frithuric.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_13@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/frithuric.lua index 36d8672e..282202b0 100644 --- a/data/scripts/zones/133/npcs/pplStd_13@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/frithuric.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_002", nil, nil, nil); --LTW --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_003", nil, nil, nil); --LTW NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/fzhumii.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/fzhumii.lua new file mode 100644 index 00000000..a0ef7609 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/fzhumii.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFzhumii_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_06@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/gigirya.lua similarity index 50% rename from data/scripts/zones/133/npcs/pplStd_06@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/gigirya.lua index afbdee77..adeb0095 100644 --- a/data/scripts/zones/133/npcs/pplStd_06@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/gigirya.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); - --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGigirya_001", nil, nil, nil); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGigirya_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGigirya_002", nil, nil, nil); --THM - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGigirya_003", nil, nil, nil); --THM NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); + --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGigirya_003", nil, nil, nil); --THM NO GUILD end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/gnibnpha.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/gnibnpha.lua new file mode 100644 index 00000000..2753feb9 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/gnibnpha.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGnibnpha_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0f@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/gregory.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_0f@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/gregory.lua index ee4a2a8b..bcff8b2e 100644 --- a/data/scripts/zones/133/npcs/pplStd_0f@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/gregory.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGregory_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGregory_002", nil, nil, nil); --CNJ --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGregory_003", nil, nil, nil); --CNJ NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/isleen.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/isleen.lua new file mode 100644 index 00000000..07b960c8 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/isleen.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIsleen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/istrilda.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/istrilda.lua new file mode 100644 index 00000000..07b960c8 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/istrilda.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIsleen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0b@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/josias.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_0b@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/josias.lua index cd7a3f45..0255f127 100644 --- a/data/scripts/zones/133/npcs/pplStd_0b@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/josias.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJosias_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJosias_002", nil, nil, nil); --CRP --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJosias_003", nil, nil, nil); --CRP NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_01@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/kakamehi.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_01@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/kakamehi.lua index 34c6215b..210c636f 100644 --- a/data/scripts/zones/133/npcs/pplStd_01@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/kakamehi.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKakamehi_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKakamehi_002", nil, nil, nil); --IF ALC --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKakamehi_003", nil, nil, nil); --IF ALC -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/kokoto.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/kokoto.lua new file mode 100644 index 00000000..9109881d --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/kokoto.lua @@ -0,0 +1,7 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKokoto_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKokoto_002", nil, nil, nil); --LNC + --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKokoto_003", nil, nil, nil); --LNC NO GUILD +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/laniaitte.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/laniaitte.lua new file mode 100644 index 00000000..00697c1a --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/laniaitte.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLaniaitte_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_10@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/lauda.lua similarity index 65% rename from data/scripts/zones/133/npcs/pplStd_10@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/lauda.lua index 116c149a..1af326d7 100644 --- a/data/scripts/zones/133/npcs/pplStd_10@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/lauda.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLauda_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLauda_002", nil, nil, nil); --BTN --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLauda_003", nil, nil, nil); --BTN NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0d@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/maunie.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_0d@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/maunie.lua index 004f497a..cf4f156e 100644 --- a/data/scripts/zones/133/npcs/pplStd_0d@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/maunie.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMaunie_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMaunie_002", nil, nil, nil); --PUG --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMaunie_003", nil, nil, nil); --PUG NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_07@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/mytesyn.lua similarity index 52% rename from data/scripts/zones/133/npcs/pplStd_07@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/mytesyn.lua index 5081d5bd..32a1d5b0 100644 --- a/data/scripts/zones/133/npcs/pplStd_07@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/mytesyn.lua @@ -1,12 +1,15 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithInn_Desk", nil, nil, nil); + end -function onEventUpdate(player, npc) +function onEventUpdate(player, npc, blah, menuSelect) + + if (menuSelect == 1) then + getWorldManager():DoZoneChange(player, 12); + end + player:endEvent(); + end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_05@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/nanaka.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_05@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/nanaka.lua index e1e3ae0a..5fa715f9 100644 --- a/data/scripts/zones/133/npcs/pplStd_05@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/nanaka.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNanaka_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNanaka_002", nil, nil, nil); --GSM --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNanaka_003", nil, nil, nil); --GSM NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0e@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/stephannot.lua similarity index 66% rename from data/scripts/zones/133/npcs/pplStd_0e@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/stephannot.lua index c764559a..d87748c5 100644 --- a/data/scripts/zones/133/npcs/pplStd_0e@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/stephannot.lua @@ -1,14 +1,7 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_001", nil, nil, nil); --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_002", nil, nil, nil); --MIN --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_003", nil, nil, nil); --MIN NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0c@08500.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/tirauland.lua similarity index 71% rename from data/scripts/zones/133/npcs/pplStd_0c@08500.lua rename to data/scripts/unique/sea0Town01/PopulaceStandard/tirauland.lua index c5d09cef..99da464f 100644 --- a/data/scripts/zones/133/npcs/pplStd_0c@08500.lua +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/tirauland.lua @@ -1,6 +1,3 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end function onEventStarted(player, npc) defaultSea = getStaticActor("DftSea"); @@ -8,8 +5,4 @@ function onEventStarted(player, npc) --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_002", nil, nil, nil); --LNC --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_003", nil, nil, nil); --LNC NO GUILD --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_010", nil, nil, nil); --NOT DOW/DOM -end - -function onEventUpdate(player, npc) - player:endEvent(); end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/zanthael.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/zanthael.lua new file mode 100644 index 00000000..cba68034 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/zanthael.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZanthael_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PopulaceStandard/zehrymm.lua b/data/scripts/unique/sea0Town01/PopulaceStandard/zehrymm.lua new file mode 100644 index 00000000..5d4e81a0 --- /dev/null +++ b/data/scripts/unique/sea0Town01/PopulaceStandard/zehrymm.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZehrymm_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/AetheryteParent/limsa_aetheryte.lua b/data/scripts/unique/sea0Town01a/AetheryteParent/limsa_aetheryte.lua new file mode 100644 index 00000000..e69de29b diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_south.lua new file mode 100644 index 00000000..210840bc --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x96C; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_southsouth.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_southsouth.lua new file mode 100644 index 00000000..505bee05 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_acn_southsouth.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x96A; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_east.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_east.lua new file mode 100644 index 00000000..8ecca881 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x96D; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_west.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_west.lua new file mode 100644 index 00000000..03e587d7 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_bsm_west.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x970; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_nwest.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_nwest.lua new file mode 100644 index 00000000..2d469516 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_nwest.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x974; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_south.lua new file mode 100644 index 00000000..b0aa7f1b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_cul_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x972; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_bot.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_bot.lua new file mode 100644 index 00000000..89be3b49 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_bot.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x83, 0x1B8E; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_mid.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_mid.lua new file mode 100644 index 00000000..ae21d3d3 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_mid.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x83, 0x1B89; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_top.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_top.lua new file mode 100644 index 00000000..0462b75e --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_mrd_top.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x83, 0x1B90; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk.lua new file mode 100644 index 00000000..c53c3ed8 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x976; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_ne.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_ne.lua new file mode 100644 index 00000000..1eae8de7 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_ne.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x954; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_nw.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_nw.lua new file mode 100644 index 00000000..5fa06738 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_nw.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x956; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_se.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_se.lua new file mode 100644 index 00000000..e120aa1a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_se.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x952; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_sw.lua b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_sw.lua new file mode 100644 index 00000000..468e6aac --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/guild_msk_se_sw.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x958; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_east.lua b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_east.lua new file mode 100644 index 00000000..96110c7f --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x960; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_north.lua b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_north.lua new file mode 100644 index 00000000..58d19093 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_north.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x95A; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_south.lua new file mode 100644 index 00000000..507ba45c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x95E; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_west.lua b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_west.lua new file mode 100644 index 00000000..30809872 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/hyaline_west.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x95C; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/marketward.lua b/data/scripts/unique/sea0Town01a/DoorStandard/marketward.lua new file mode 100644 index 00000000..8ecca881 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/marketward.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x96D; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_east.lua b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_east.lua new file mode 100644 index 00000000..4f024ec5 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x94C; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_north.lua b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_north.lua new file mode 100644 index 00000000..f02ac4b0 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_north.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x94E; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_south.lua new file mode 100644 index 00000000..e7f6cd9e --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x94A; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_west.lua b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_west.lua new file mode 100644 index 00000000..1097fd72 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/northofseventhsage_west.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x950; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_east.lua b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_east.lua new file mode 100644 index 00000000..d862d0b1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x944; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_north.lua b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_north.lua new file mode 100644 index 00000000..8d58b1ab --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_north.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x946; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_south.lua new file mode 100644 index 00000000..d8d32aac --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x942; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_west.lua b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_west.lua new file mode 100644 index 00000000..593f38eb --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/seventhsage_west.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x948; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_east.lua b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_east.lua new file mode 100644 index 00000000..e5b9827a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x968; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_north.lua b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_north.lua new file mode 100644 index 00000000..5fa8fa23 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_north.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x962; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_south.lua b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_south.lua new file mode 100644 index 00000000..8fca2d58 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/DoorStandard/thundersquall_south.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x79, 0x966; +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/aentfoet.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/aentfoet.lua new file mode 100644 index 00000000..033b3eb7 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/aentfoet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAentfoet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/aergwynt.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/aergwynt.lua new file mode 100644 index 00000000..9a3c9d72 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/aergwynt.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAergwynt_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ahldskyf.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ahldskyf.lua new file mode 100644 index 00000000..7a5ed1fd --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ahldskyf.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAhldskyff_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/angry_river.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/angry_river.lua new file mode 100644 index 00000000..84b4db93 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/angry_river.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAngryriver_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua new file mode 100644 index 00000000..989adcc0 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAnsgor_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/arnegis.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/arnegis.lua new file mode 100644 index 00000000..25213c09 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/arnegis.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithArnegis_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/arthurioux.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/arthurioux.lua new file mode 100644 index 00000000..1f00dbf9 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/arthurioux.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithArthurioux_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/astrid.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/astrid.lua new file mode 100644 index 00000000..4fd7cffd --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/astrid.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAstrid_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/audaine.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/audaine.lua new file mode 100644 index 00000000..3b95431f --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/audaine.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAudaine_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bango_zango.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bango_zango.lua new file mode 100644 index 00000000..f41b8699 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bango_zango.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKakalan_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bayard.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bayard.lua new file mode 100644 index 00000000..599de297 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bayard.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBayard_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bloemerl.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bloemerl.lua new file mode 100644 index 00000000..0af86c39 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bloemerl.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBloemerl_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bmallpa.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bmallpa.lua new file mode 100644 index 00000000..c4f4aba2 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bmallpa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBmallpa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bnhapla.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bnhapla.lua new file mode 100644 index 00000000..34d27dd4 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bnhapla.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBnhapla_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/bodenolf.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/bodenolf.lua new file mode 100644 index 00000000..2022ce95 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/bodenolf.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBodenolf_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/brictt.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/brictt.lua new file mode 100644 index 00000000..cdffbdec --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/brictt.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBrictt_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/buburoon.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/buburoon.lua new file mode 100644 index 00000000..70722752 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/buburoon.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBuburoon_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/carrilaut.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/carrilaut.lua new file mode 100644 index 00000000..e88f9e6c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/carrilaut.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithCarrilaut_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ceadda.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ceadda.lua new file mode 100644 index 00000000..e5241f75 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ceadda.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithCeadda_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/charlys.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/charlys.lua new file mode 100644 index 00000000..dc09cd68 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/charlys.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithCharlys_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/chaunollet.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/chaunollet.lua new file mode 100644 index 00000000..9b2d6c04 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/chaunollet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithChaunollet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/chichiroon.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/chichiroon.lua new file mode 100644 index 00000000..88250f47 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/chichiroon.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithChichiroon_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/clifton.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/clifton.lua new file mode 100644 index 00000000..4cb317d6 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/clifton.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithClifton_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/colson.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/colson.lua new file mode 100644 index 00000000..2ec910c9 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/colson.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithColson_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/daca_jinjahl.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/daca_jinjahl.lua new file mode 100644 index 00000000..798dcb89 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/daca_jinjahl.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDacajinjahl_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/delado_madalado.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/delado_madalado.lua new file mode 100644 index 00000000..d4d311da --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/delado_madalado.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDeladomadalado_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/dhemsunn.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/dhemsunn.lua new file mode 100644 index 00000000..3d991e60 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/dhemsunn.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDhemsunn_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/dodoroba.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/dodoroba.lua new file mode 100644 index 00000000..694081d4 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/dodoroba.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDodoroba_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/drowsy-eyed_adventurer.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/drowsy-eyed_adventurer.lua new file mode 100644 index 00000000..0047f97d --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/drowsy-eyed_adventurer.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAdventurer031_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/dympna.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/dympna.lua new file mode 100644 index 00000000..3d4bf61c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/dympna.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDympna_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/elilwaen.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/elilwaen.lua new file mode 100644 index 00000000..baf33e30 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/elilwaen.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithElilwaen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/enraptured_traveler.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/enraptured_traveler.lua new file mode 100644 index 00000000..a0383f6a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/enraptured_traveler.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTraveler032_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/eugennoix.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/eugennoix.lua new file mode 100644 index 00000000..e6c38e9b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/eugennoix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithEugennoix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/fabodji.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/fabodji.lua new file mode 100644 index 00000000..d04da928 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/fabodji.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFabodji_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ferdillaix.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ferdillaix.lua new file mode 100644 index 00000000..8bb955c8 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ferdillaix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFerdillaix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/fickle_beggar.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/fickle_beggar.lua new file mode 100644 index 00000000..238e1fda --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/fickle_beggar.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithYouty001_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/frailoise.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/frailoise.lua new file mode 100644 index 00000000..7d6b586a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/frailoise.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrailoise_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/fufuna.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/fufuna.lua new file mode 100644 index 00000000..b4387eb1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/fufuna.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFufuna_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/fuzak_anzak.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/fuzak_anzak.lua new file mode 100644 index 00000000..96fe1a0c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/fuzak_anzak.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFuzakanzak_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/gautzelin.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/gautzelin.lua new file mode 100644 index 00000000..c0e16d28 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/gautzelin.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGautzelin_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/gert.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/gert.lua new file mode 100644 index 00000000..38cec65a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/gert.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGert_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/gerulf.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/gerulf.lua new file mode 100644 index 00000000..22385f12 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/gerulf.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGerulf_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ginnade.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ginnade.lua new file mode 100644 index 00000000..872e56e7 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ginnade.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGinnade_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/glowing_goodwife.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/glowing_goodwife.lua new file mode 100644 index 00000000..098c250d --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/glowing_goodwife.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLady001_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/gnanghal.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/gnanghal.lua new file mode 100644 index 00000000..a40ef28b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/gnanghal.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGnanghal_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/gnibnpha.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/gnibnpha.lua new file mode 100644 index 00000000..c95d7a7a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/gnibnpha.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGnibnpha_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/haldberk.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/haldberk.lua new file mode 100644 index 00000000..1bd9ba8b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/haldberk.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHaldberk_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hasthwab.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hasthwab.lua new file mode 100644 index 00000000..3d531195 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hasthwab.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHasthwab_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hihine.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hihine.lua new file mode 100644 index 00000000..b46ecc81 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hihine.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHihine_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hlahono.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hlahono.lua new file mode 100644 index 00000000..77cd5c21 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hlahono.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithH_lahono_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hob.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hob.lua new file mode 100644 index 00000000..3b377b30 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hob.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHob_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hobriaut.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hobriaut.lua new file mode 100644 index 00000000..9337df2c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hobriaut.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHobriaut_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/hrhanbolo.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/hrhanbolo.lua new file mode 100644 index 00000000..875b4727 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/hrhanbolo.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNnagali_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ighii_moui.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ighii_moui.lua new file mode 100644 index 00000000..01c2fbbf --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ighii_moui.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIghiimoui_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/imania.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/imania.lua new file mode 100644 index 00000000..06210f23 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/imania.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithImania_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/iofa.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/iofa.lua new file mode 100644 index 00000000..182dc7d5 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/iofa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIofa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/isaudorel.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/isaudorel.lua new file mode 100644 index 00000000..233db3ee --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/isaudorel.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIsaudorel_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ivan.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ivan.lua new file mode 100644 index 00000000..a65ba2f1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ivan.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIvan_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/jainelette.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/jainelette.lua new file mode 100644 index 00000000..cd62457a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/jainelette.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJainelette_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/jghonako.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/jghonako.lua new file mode 100644 index 00000000..281cd4c1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/jghonako.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJghonako_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/jojoroon.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/jojoroon.lua new file mode 100644 index 00000000..5841030f --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/jojoroon.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithJojoroon_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/kehda_mujuuk.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/kehda_mujuuk.lua new file mode 100644 index 00000000..62f7e385 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/kehda_mujuuk.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKehdamujuuk_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/kikichua.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/kikichua.lua new file mode 100644 index 00000000..eddb3dfc --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/kikichua.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKikichua_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/laniaitte.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/laniaitte.lua new file mode 100644 index 00000000..00697c1a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/laniaitte.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLaniaitte_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/leveridge.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/leveridge.lua new file mode 100644 index 00000000..9075a088 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/leveridge.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithDavyd_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/liautroix.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/liautroix.lua new file mode 100644 index 00000000..a06cb6f5 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/liautroix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLiautroix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/lilina.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/lilina.lua new file mode 100644 index 00000000..6d46da8a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/lilina.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLilina_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/lorhzant.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/lorhzant.lua new file mode 100644 index 00000000..fa2ad6ea --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/lorhzant.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLorhzant_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/maetistym.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/maetistym.lua new file mode 100644 index 00000000..8bc22c03 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/maetistym.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMaetistym_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/maisie.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/maisie.lua new file mode 100644 index 00000000..1db1afb6 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/maisie.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMaisie_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/mareillie.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/mareillie.lua new file mode 100644 index 00000000..b31fe357 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/mareillie.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMareillie_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/martiallais.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/martiallais.lua new file mode 100644 index 00000000..aabf4009 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/martiallais.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMartiallais_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/merlzirn.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/merlzirn.lua new file mode 100644 index 00000000..09677f02 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/merlzirn.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMerlzirn_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/mharelak.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/mharelak.lua new file mode 100644 index 00000000..8534dc99 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/mharelak.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMharelak_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/mimiroon.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/mimiroon.lua new file mode 100644 index 00000000..bdce42df --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/mimiroon.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMimiroon_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/muscle-bound_deckhand.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/muscle-bound_deckhand.lua new file mode 100644 index 00000000..3cf0eb8b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/muscle-bound_deckhand.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMuscle-bounddeckhand_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/mynadaeg.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/mynadaeg.lua new file mode 100644 index 00000000..9a7b03f1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/mynadaeg.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMynadaeg_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/mzimzizi.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/mzimzizi.lua new file mode 100644 index 00000000..c6da3b77 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/mzimzizi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMzimzizi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/nanapiri.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/nanapiri.lua new file mode 100644 index 00000000..99f3f602 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/nanapiri.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNanapiri_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/neale.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/neale.lua new file mode 100644 index 00000000..a5a4030a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/neale.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNeale_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/nheu_jawantal.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/nheu_jawantal.lua new file mode 100644 index 00000000..22e5fdf3 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/nheu_jawantal.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNheujawantal_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ninianne.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ninianne.lua new file mode 100644 index 00000000..4c3a3be0 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ninianne.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNinianne_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/nnmulika.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/nnmulika.lua new file mode 100644 index 00000000..ce8c95d1 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/nnmulika.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNnmulika_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/nunuba.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/nunuba.lua new file mode 100644 index 00000000..8b10e1f0 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/nunuba.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithNunuba_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ortolf.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ortolf.lua new file mode 100644 index 00000000..65a400ef --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ortolf.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithOrtolf_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ositha.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ositha.lua new file mode 100644 index 00000000..7a4c7e1f --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ositha.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithOsitha_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/overweening_woman.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/overweening_woman.lua new file mode 100644 index 00000000..f3e0ba5b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/overweening_woman.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLady002_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/pasty-faced_adventurer.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/pasty-faced_adventurer.lua new file mode 100644 index 00000000..eed531cc --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/pasty-faced_adventurer.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPasty-facedadventurer_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/pearly-toothed_porter.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/pearly-toothed_porter.lua new file mode 100644 index 00000000..67ee4d91 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/pearly-toothed_porter.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPearly-toothedporter_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/pfynhaemr.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/pfynhaemr.lua new file mode 100644 index 00000000..859477f3 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/pfynhaemr.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPfynhaemr_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/pissed_pirate.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/pissed_pirate.lua new file mode 100644 index 00000000..75c46e20 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/pissed_pirate.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPirate030_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/positively_pungent_pirate.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/positively_pungent_pirate.lua new file mode 100644 index 00000000..cbf46d83 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/positively_pungent_pirate.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPirate031_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/prudentia.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/prudentia.lua new file mode 100644 index 00000000..1fdbc84a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/prudentia.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPrudentia_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ptahjha.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ptahjha.lua new file mode 100644 index 00000000..5e0d8e93 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ptahjha.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSkarnwaen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/pulmia.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/pulmia.lua new file mode 100644 index 00000000..08b53d25 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/pulmia.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithPulmia_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/raragun.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/raragun.lua new file mode 100644 index 00000000..417ac9a6 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/raragun.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRaragun_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/rbaharra.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/rbaharra.lua new file mode 100644 index 00000000..89d39df3 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/rbaharra.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRbaharra_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/rerenasu.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/rerenasu.lua new file mode 100644 index 00000000..e20510cf --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/rerenasu.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRerenasu_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/robairlain.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/robairlain.lua new file mode 100644 index 00000000..c68c5649 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/robairlain.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRobairlain_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/roosting_crow.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/roosting_crow.lua new file mode 100644 index 00000000..d7bfc100 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/roosting_crow.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRoostingcrow_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/rsushmo.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/rsushmo.lua new file mode 100644 index 00000000..3329dfc4 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/rsushmo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRsushmo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_epocan.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_epocan.lua new file mode 100644 index 00000000..a6ecc74d --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_epocan.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRubh_epocan_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_hob.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_hob.lua new file mode 100644 index 00000000..03fc9991 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/rubh_hob.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRubh_hob_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/sathzant.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/sathzant.lua new file mode 100644 index 00000000..2f7d9618 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/sathzant.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSathzant_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/satiated_shopkeep.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/satiated_shopkeep.lua new file mode 100644 index 00000000..9293c33d --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/satiated_shopkeep.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithMerchant002_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/shoshoma.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/shoshoma.lua new file mode 100644 index 00000000..6fedc5ad --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/shoshoma.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithShoshoma_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/skarnwaen.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/skarnwaen.lua new file mode 100644 index 00000000..5e0d8e93 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/skarnwaen.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSkarnwaen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/skoefmynd.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/skoefmynd.lua new file mode 100644 index 00000000..5d2a7471 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/skoefmynd.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSkoefmynd_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/slaiboli.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/slaiboli.lua new file mode 100644 index 00000000..19b9ff25 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/slaiboli.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSlaiboli_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/sosoze.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/sosoze.lua new file mode 100644 index 00000000..2dc6d518 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/sosoze.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSosoze_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/sundhimal.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/sundhimal.lua new file mode 100644 index 00000000..6f19e379 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/sundhimal.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSundhimal_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/sure-voiced_barracuda_knight.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/sure-voiced_barracuda_knight.lua new file mode 100644 index 00000000..c9ab2c3b --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/sure-voiced_barracuda_knight.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithKob031_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/suspicious-looking_traveler.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/suspicious-looking_traveler.lua new file mode 100644 index 00000000..34f5881f --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/suspicious-looking_traveler.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTraveler031_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/syhrdaeg.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/syhrdaeg.lua new file mode 100644 index 00000000..a36599d8 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/syhrdaeg.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSyhrdaeg_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/syngsmyd.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/syngsmyd.lua new file mode 100644 index 00000000..d18526bb --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/syngsmyd.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSyngsmyd_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/tatasako.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/tatasako.lua new file mode 100644 index 00000000..9296ca3c --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/tatasako.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTatasako_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/tefh_moshroca.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/tefh_moshroca.lua new file mode 100644 index 00000000..c32d1a09 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/tefh_moshroca.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTefhmoshroca_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/thata_khamazom.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/thata_khamazom.lua new file mode 100644 index 00000000..663dc75e --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/thata_khamazom.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithThatakhamazom_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/thosinbaen.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/thosinbaen.lua new file mode 100644 index 00000000..5e0d8e93 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/thosinbaen.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithSkarnwaen_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/tittering_traveler.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/tittering_traveler.lua new file mode 100644 index 00000000..249a49e7 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/tittering_traveler.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTraveler030_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/totoruto.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/totoruto.lua new file mode 100644 index 00000000..e1c11707 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/totoruto.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTotoruto_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/triaine.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/triaine.lua new file mode 100644 index 00000000..eed6efde --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/triaine.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTriaine_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/trinne.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/trinne.lua new file mode 100644 index 00000000..7c2bd602 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/trinne.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTrinne_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/unconscious_adventurer.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/unconscious_adventurer.lua new file mode 100644 index 00000000..61c585cc --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/unconscious_adventurer.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAdventurer032_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/undsatz.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/undsatz.lua new file mode 100644 index 00000000..de401b63 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/undsatz.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithUndsatz_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/vhynho.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/vhynho.lua new file mode 100644 index 00000000..d30d382a --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/vhynho.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithVhynho_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/waekbyrt.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/waekbyrt.lua new file mode 100644 index 00000000..d1fd0d6d --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/waekbyrt.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithWaekbyrt_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/whahtoa.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/whahtoa.lua new file mode 100644 index 00000000..4cfe5be6 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/whahtoa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithWhahtoa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/wyra_khamazom.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/wyra_khamazom.lua new file mode 100644 index 00000000..c6f688ec --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/wyra_khamazom.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithWyrakhamazom_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/wyrstmann.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/wyrstmann.lua new file mode 100644 index 00000000..35a68b87 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/wyrstmann.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithWyrstmann_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/xavalien.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/xavalien.lua new file mode 100644 index 00000000..906ead71 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/xavalien.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithXavalien_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/zonggo.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/zonggo.lua new file mode 100644 index 00000000..8eee7a3e --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/zonggo.lua @@ -0,0 +1,5 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZonggo_001", nil, nil, nil); +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/zuzule.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/zuzule.lua new file mode 100644 index 00000000..b2ee4475 --- /dev/null +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/zuzule.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultSea = getStaticActor("DftSea"); + player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZuzule_001", nil, nil, nil); +end + diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_01@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_01@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_01@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_01@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_02@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_02@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_02@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_02@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_03@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_03@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_03@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_03@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_04@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_04@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_04@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_04@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_05@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_05@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_05@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_05@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_06@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_06@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_06@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_06@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_07@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_07@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_07@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_07@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_08@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_08@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_08@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_08@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_09@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_09@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_09@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_09@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_0a@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_0a@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_0a@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_0a@0B800.lua diff --git a/data/scripts/zones/184/npcs/pplStd_wil0Btl01_0b@0B800.lua b/data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_0b@0B800.lua similarity index 100% rename from data/scripts/zones/184/npcs/pplStd_wil0Btl01_0b@0B800.lua rename to data/scripts/unique/wil0Battle01/pplStd_wil0Btl01_0b@0B800.lua diff --git a/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_east.lua b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_east.lua new file mode 100644 index 00000000..c349fe93 --- /dev/null +++ b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_east.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFC8; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_north.lua b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_north.lua new file mode 100644 index 00000000..20b34e2f --- /dev/null +++ b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_north.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFC6; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_west.lua b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_west.lua new file mode 100644 index 00000000..baa3b958 --- /dev/null +++ b/data/scripts/unique/wil0Town01/DoorStandard/adv_guild_west.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFC7; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/DoorStandard/guild_pug.lua b/data/scripts/unique/wil0Town01/DoorStandard/guild_pug.lua new file mode 100644 index 00000000..56998447 --- /dev/null +++ b/data/scripts/unique/wil0Town01/DoorStandard/guild_pug.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0x101D; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/aistan.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/aistan.lua new file mode 100644 index 00000000..59470814 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/aistan.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithAistan_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/baterich.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/baterich.lua new file mode 100644 index 00000000..4852f3f3 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/baterich.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBaterich_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/berndan.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/berndan.lua new file mode 100644 index 00000000..51ab0128 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/berndan.lua @@ -0,0 +1,10 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBerndan_001", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/bertram.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/bertram.lua new file mode 100644 index 00000000..6503875f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/bertram.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBertram_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBertram_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBertram_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/claroise.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/claroise.lua new file mode 100644 index 00000000..f0ceec4b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/claroise.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithClaroise_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/drew.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/drew.lua new file mode 100644 index 00000000..55b172b8 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/drew.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDrew_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/dural_tharal.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/dural_tharal.lua new file mode 100644 index 00000000..78f7df80 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/dural_tharal.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDuraltharal_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/flame_lieutenant_somber_meadow.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_lieutenant_somber_meadow.lua new file mode 100644 index 00000000..1d32847e --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_lieutenant_somber_meadow.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFlamelieutenantsombermeadow_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/flame_private_sisimuza_tetemuza.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_private_sisimuza_tetemuza.lua new file mode 100644 index 00000000..10accfe6 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_private_sisimuza_tetemuza.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFlameprivatesisimuzatetemuza_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/flame_sergeant_mimio_mio.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_sergeant_mimio_mio.lua new file mode 100644 index 00000000..cc5428dd --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/flame_sergeant_mimio_mio.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFlamesergeantmimiomio_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/gagaruna.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/gagaruna.lua new file mode 100644 index 00000000..49279062 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/gagaruna.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGagaruna_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/gairbert.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/gairbert.lua new file mode 100644 index 00000000..58e5273e --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/gairbert.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGairbert_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/gegeissa.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/gegeissa.lua new file mode 100644 index 00000000..ed5c3db5 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/gegeissa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGegeissa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/guillaunaux.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/guillaunaux.lua new file mode 100644 index 00000000..ebba393e --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/guillaunaux.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGuillaunaux_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/gunnulf.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/gunnulf.lua new file mode 100644 index 00000000..01953d7a --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/gunnulf.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGunnulf_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/halstein.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/halstein.lua new file mode 100644 index 00000000..448f856b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/halstein.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHalstein_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/hehena.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/hehena.lua new file mode 100644 index 00000000..6a7d31ea --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/hehena.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHehena_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/heibert.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/heibert.lua new file mode 100644 index 00000000..e7e5bd49 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/heibert.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHeibert_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/hildie.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/hildie.lua new file mode 100644 index 00000000..29103e3e --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/hildie.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHildie_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/ipaghlo.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/ipaghlo.lua new file mode 100644 index 00000000..4a707610 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/ipaghlo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithIpaghlo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/judithe.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/judithe.lua new file mode 100644 index 00000000..be14d7ac --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/judithe.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJudithe_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/kiora.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/kiora.lua new file mode 100644 index 00000000..631d269c --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/kiora.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKiora_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKiora_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKiora_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/kokobi.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/kokobi.lua new file mode 100644 index 00000000..8dbb1e38 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/kokobi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKokobi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/kukumuko.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/kukumuko.lua new file mode 100644 index 00000000..b8c0726b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/kukumuko.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKukumuko_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/lettice.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/lettice.lua new file mode 100644 index 00000000..219148c0 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/lettice.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLettice_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/lulumo.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/lulumo.lua new file mode 100644 index 00000000..85248378 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/lulumo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLulumo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/mammet.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/mammet.lua new file mode 100644 index 00000000..456d873c --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/mammet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMammet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/melisie.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/melisie.lua new file mode 100644 index 00000000..f2ed528f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/melisie.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMelisie_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/mimishu.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/mimishu.lua new file mode 100644 index 00000000..dff37ef4 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/mimishu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMimishu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/minerva.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/minerva.lua new file mode 100644 index 00000000..9b9feb4f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/minerva.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMinerva_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMinerva_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMinerva_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/momodi.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/momodi.lua new file mode 100644 index 00000000..a645ef48 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/momodi.lua @@ -0,0 +1,10 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMomodi_001", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/naida_zamaida.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/naida_zamaida.lua new file mode 100644 index 00000000..cadc97a6 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/naida_zamaida.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithNaidazamaida_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/nokksu_shanksu.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/nokksu_shanksu.lua new file mode 100644 index 00000000..7a3d93cb --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/nokksu_shanksu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithNokksushanksu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/ococo.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/ococo.lua new file mode 100644 index 00000000..393ee647 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/ococo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithOcoco_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/opondhao.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/opondhao.lua new file mode 100644 index 00000000..b42381c0 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/opondhao.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithOpondhao_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithOpondhao_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithOpondhao_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/otopa_pottopa.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/otopa_pottopa.lua new file mode 100644 index 00000000..80b847d9 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/otopa_pottopa.lua @@ -0,0 +1,11 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithInn_Desk", nil, nil, nil); + +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/popori.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/popori.lua new file mode 100644 index 00000000..e5a50444 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/popori.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithPopori_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/qaruru.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/qaruru.lua new file mode 100644 index 00000000..cb7b2ac1 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/qaruru.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithQaruru_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/qata_nelhah.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/qata_nelhah.lua new file mode 100644 index 00000000..3323cf0f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/qata_nelhah.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithQatanelhah_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/roarich.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/roarich.lua new file mode 100644 index 00000000..4659ea3b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/roarich.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRoarich_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/robyn.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/robyn.lua new file mode 100644 index 00000000..d626ffc9 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/robyn.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRobyn_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/rorojaru.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/rorojaru.lua new file mode 100644 index 00000000..8376408b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/rorojaru.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRorojaru_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/rururaji.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/rururaji.lua new file mode 100644 index 00000000..26267a7b --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/rururaji.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRururaji_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/shamani_lohmani.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/shamani_lohmani.lua new file mode 100644 index 00000000..620e47c4 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/shamani_lohmani.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithShamanilohmani_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/sibold.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/sibold.lua new file mode 100644 index 00000000..f84b0d3f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/sibold.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSIBOLD_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/styrmoeya.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/styrmoeya.lua new file mode 100644 index 00000000..b412d10d --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/styrmoeya.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithStyrmoeya_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithStyrmoeya_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithStyrmoeya_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/thimm.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/thimm.lua new file mode 100644 index 00000000..022e0b21 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/thimm.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithThimm_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/titinin.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/titinin.lua new file mode 100644 index 00000000..63934bdc --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/titinin.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTitinin_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/tyon.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/tyon.lua new file mode 100644 index 00000000..f3459cc4 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/tyon.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTyon_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTyon_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTyon_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/wenefreda.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/wenefreda.lua new file mode 100644 index 00000000..50bdc598 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/wenefreda.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWenefreda_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/wracwulf.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/wracwulf.lua new file mode 100644 index 00000000..b6cb3733 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/wracwulf.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWracwulf_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/yayatoki.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/yayatoki.lua new file mode 100644 index 00000000..aa99df6d --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/yayatoki.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYayatoki_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/yhah_amariyo.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/yhah_amariyo.lua new file mode 100644 index 00000000..c709cc26 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/yhah_amariyo.lua @@ -0,0 +1,13 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYhahamariyo_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYhahamariyo_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYhahamariyo_003", nil, nil, nil); + +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/yuyuhase.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/yuyuhase.lua new file mode 100644 index 00000000..f30a802f --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/yuyuhase.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYuyuhase_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01/PopulaceStandard/zoengterbin.lua b/data/scripts/unique/wil0Town01/PopulaceStandard/zoengterbin.lua new file mode 100644 index 00000000..c6ca34c8 --- /dev/null +++ b/data/scripts/unique/wil0Town01/PopulaceStandard/zoengterbin.lua @@ -0,0 +1,12 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_001", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_002", nil, nil, nil); + --player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_003", nil, nil, nil); +end + +function onEventUpdate(player, npc, blah, menuSelect) + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/east_of_goldcourt.lua b/data/scripts/unique/wil0Town01a/DoorStandard/east_of_goldcourt.lua new file mode 100644 index 00000000..eab2f11d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/east_of_goldcourt.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFD7; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/guild_alc.lua b/data/scripts/unique/wil0Town01a/DoorStandard/guild_alc.lua new file mode 100644 index 00000000..54ba5c66 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/guild_alc.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFCC; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/guild_gla.lua b/data/scripts/unique/wil0Town01a/DoorStandard/guild_gla.lua new file mode 100644 index 00000000..2b1e88dd --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/guild_gla.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0x101E; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/guild_gsm.lua b/data/scripts/unique/wil0Town01a/DoorStandard/guild_gsm.lua new file mode 100644 index 00000000..cb3caf27 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/guild_gsm.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFCB; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/guild_min.lua b/data/scripts/unique/wil0Town01a/DoorStandard/guild_min.lua new file mode 100644 index 00000000..16abe2f3 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/guild_min.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFCA; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/guild_wvr.lua b/data/scripts/unique/wil0Town01a/DoorStandard/guild_wvr.lua new file mode 100644 index 00000000..474f0060 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/guild_wvr.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFC9; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/ne_of_eshtaimes.lua b/data/scripts/unique/wil0Town01a/DoorStandard/ne_of_eshtaimes.lua new file mode 100644 index 00000000..baa3b958 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/ne_of_eshtaimes.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFC7; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/DoorStandard/nw_of_guild_wvr.lua b/data/scripts/unique/wil0Town01a/DoorStandard/nw_of_guild_wvr.lua new file mode 100644 index 00000000..4b750a94 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/DoorStandard/nw_of_guild_wvr.lua @@ -0,0 +1,3 @@ +function init(npc) + return false, false, 0, 0, 0x1A5, 0xFDB; +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/abylgo_hamylgo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/abylgo_hamylgo.lua new file mode 100644 index 00000000..5a0fa794 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/abylgo_hamylgo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithAbylgohamylgo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/anthoinette.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/anthoinette.lua new file mode 100644 index 00000000..c08ff4c8 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/anthoinette.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithAnthoinette_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/apacho_naccho.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/apacho_naccho.lua new file mode 100644 index 00000000..74d8db75 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/apacho_naccho.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithApachonaccho_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/aspipi.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/aspipi.lua new file mode 100644 index 00000000..4f43fb56 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/aspipi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithAspipi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/babaki.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/babaki.lua new file mode 100644 index 00000000..f39135b7 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/babaki.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBabaki_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/barnabaix.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/barnabaix.lua new file mode 100644 index 00000000..0d36c252 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/barnabaix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBarnabaix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/berthar.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/berthar.lua new file mode 100644 index 00000000..e37560f5 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/berthar.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBerthar_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/bouchard.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/bouchard.lua new file mode 100644 index 00000000..596849dd --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/bouchard.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBouchard_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/cahernaut.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/cahernaut.lua new file mode 100644 index 00000000..9f4616dc --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/cahernaut.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithCahernaut_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/chachai.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/chachai.lua new file mode 100644 index 00000000..4f4a927d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/chachai.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithChachai_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/ciceroix.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/ciceroix.lua new file mode 100644 index 00000000..84d179c0 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/ciceroix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithCiceroix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/crhabye.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/crhabye.lua new file mode 100644 index 00000000..198b03fe --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/crhabye.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithCrhabye_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/dariustel.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/dariustel.lua new file mode 100644 index 00000000..f9ee5e1e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/dariustel.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDariustel_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/deaustie.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/deaustie.lua new file mode 100644 index 00000000..8bf60ba8 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/deaustie.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDeaustie_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/diriaine.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/diriaine.lua new file mode 100644 index 00000000..8988cf7e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/diriaine.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDiriaine_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/dylise.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/dylise.lua new file mode 100644 index 00000000..ca4684b2 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/dylise.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithDylise_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/eara.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/eara.lua new file mode 100644 index 00000000..6e27ec30 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/eara.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithEara_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/eleanor.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/eleanor.lua new file mode 100644 index 00000000..627c8622 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/eleanor.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithEleanor_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/elecotte.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/elecotte.lua new file mode 100644 index 00000000..25d67b13 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/elecotte.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithElecotte_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/fifilo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/fifilo.lua new file mode 100644 index 00000000..20550639 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/fifilo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFifilo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/fineco_romanecco.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/fineco_romanecco.lua new file mode 100644 index 00000000..ae11599b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/fineco_romanecco.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFinecoromanecco_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/fruhybolg.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/fruhybolg.lua new file mode 100644 index 00000000..2f9bca7d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/fruhybolg.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFruhybolg_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/fyrilsunn.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/fyrilsunn.lua new file mode 100644 index 00000000..9844c807 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/fyrilsunn.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithFyrilsunn_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/galeren.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/galeren.lua new file mode 100644 index 00000000..5a990c4b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/galeren.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGaleren_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/gloiucen.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/gloiucen.lua new file mode 100644 index 00000000..b2714266 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/gloiucen.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGloiucen_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/gogofu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/gogofu.lua new file mode 100644 index 00000000..db4dd38c --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/gogofu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGogofu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/goodife.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/goodife.lua new file mode 100644 index 00000000..9a0f1a5b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/goodife.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGoodife_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/guencen.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/guencen.lua new file mode 100644 index 00000000..a9d21ae7 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/guencen.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGuencen_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/guillestet.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/guillestet.lua new file mode 100644 index 00000000..42b44aa8 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/guillestet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGuillestet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/hahayo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/hahayo.lua new file mode 100644 index 00000000..053b9227 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/hahayo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHahayo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/hawazi_zowazi.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/hawazi_zowazi.lua new file mode 100644 index 00000000..a31d5239 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/hawazi_zowazi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHawazizowazi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/hcidjaa.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/hcidjaa.lua new file mode 100644 index 00000000..7c0d6bdc --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/hcidjaa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHcidjaa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/holbubu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/holbubu.lua new file mode 100644 index 00000000..3757bf7b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/holbubu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithHolbubu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/illofii.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/illofii.lua new file mode 100644 index 00000000..7a938b72 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/illofii.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithIllofii_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/isabella.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/isabella.lua new file mode 100644 index 00000000..7bf891ee --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/isabella.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithIsabella_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/jajanzo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/jajanzo.lua new file mode 100644 index 00000000..290cf4ab --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/jajanzo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJajanzo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/jannie.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/jannie.lua new file mode 100644 index 00000000..6c51b195 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/jannie.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJannie_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/jeger.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/jeger.lua new file mode 100644 index 00000000..34026b75 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/jeger.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJeger_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/jenlyns.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/jenlyns.lua new file mode 100644 index 00000000..dfbd1d33 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/jenlyns.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJenlyns_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/kamlito_halito.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/kamlito_halito.lua new file mode 100644 index 00000000..dadad7b1 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/kamlito_halito.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKamlitohalito_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/kopuru_fupuru.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/kopuru_fupuru.lua new file mode 100644 index 00000000..88d6fec8 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/kopuru_fupuru.lua @@ -0,0 +1,15 @@ +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithInn_Desk_2", nil, nil, nil); --BTN + +end + +function onEventUpdate(player, npc, blah, menuSelect) + + if (menuSelect == 1) then + getWorldManager():DoZoneChange(player, 11); + end + + player:endEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/kukusi.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/kukusi.lua new file mode 100644 index 00000000..9d0ce8ff --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/kukusi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithKukusi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/lefchild.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/lefchild.lua new file mode 100644 index 00000000..57795271 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/lefchild.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLefchild_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/liaime.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/liaime.lua new file mode 100644 index 00000000..d9658c16 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/liaime.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLiaime_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/linette.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/linette.lua new file mode 100644 index 00000000..caf9f30e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/linette.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLinette_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/lohwaeb.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/lohwaeb.lua new file mode 100644 index 00000000..2eaad23f --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/lohwaeb.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLohwaeb_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/lulutsu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/lulutsu.lua new file mode 100644 index 00000000..57102346 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/lulutsu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLulutsu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/lyngwaek.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/lyngwaek.lua new file mode 100644 index 00000000..99cff445 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/lyngwaek.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithLyngwaek_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/mamaza.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/mamaza.lua new file mode 100644 index 00000000..c99a6956 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/mamaza.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMamaza_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/mammet.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/mammet.lua new file mode 100644 index 00000000..456d873c --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/mammet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMammet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/margarete.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/margarete.lua new file mode 100644 index 00000000..a307b6fb --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/margarete.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMargarete_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/martine.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/martine.lua new file mode 100644 index 00000000..dad9267b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/martine.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMartine_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/milgogo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/milgogo.lua new file mode 100644 index 00000000..e34b7db7 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/milgogo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMilgogo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/miyaya.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/miyaya.lua new file mode 100644 index 00000000..73d0e19e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/miyaya.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMiyaya_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/mohtfryd.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/mohtfryd.lua new file mode 100644 index 00000000..61b2ef4b --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/mohtfryd.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMohtfryd_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/mumukiya.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/mumukiya.lua new file mode 100644 index 00000000..5f998bff --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/mumukiya.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMumukiya_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/mumutano.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/mumutano.lua new file mode 100644 index 00000000..9311dd54 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/mumutano.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMumutano_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/neymumu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/neymumu.lua new file mode 100644 index 00000000..35be6064 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/neymumu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithNeymumu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/nhagi_amariyo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/nhagi_amariyo.lua new file mode 100644 index 00000000..b69199f2 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/nhagi_amariyo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithNhagiamariyo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/nogeloix.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/nogeloix.lua new file mode 100644 index 00000000..a64ab152 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/nogeloix.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithNogeloix_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/obili_tambili.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/obili_tambili.lua new file mode 100644 index 00000000..a614346d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/obili_tambili.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithObilitambili_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/oefyrblaet.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/oefyrblaet.lua new file mode 100644 index 00000000..0da709b7 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/oefyrblaet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithOefyrblaet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/papawa.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/papawa.lua new file mode 100644 index 00000000..cfcdb718 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/papawa.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithPapawa_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/peneli_zuneli.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/peneli_zuneli.lua new file mode 100644 index 00000000..2dd43902 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/peneli_zuneli.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithPenelizuneli_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/pierriquet.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/pierriquet.lua new file mode 100644 index 00000000..3f2c5ffd --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/pierriquet.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithPierriquet_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/qhota_nbolo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/qhota_nbolo.lua new file mode 100644 index 00000000..89031a28 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/qhota_nbolo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithQhotanbolo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/qmhalawi.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/qmhalawi.lua new file mode 100644 index 00000000..cfa67d18 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/qmhalawi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithQmhalawi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/rinh_maimhov.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/rinh_maimhov.lua new file mode 100644 index 00000000..0fb9fa19 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/rinh_maimhov.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRinhmaimhov_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/rosalind.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/rosalind.lua new file mode 100644 index 00000000..370fb893 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/rosalind.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithRosalind_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/safufu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/safufu.lua new file mode 100644 index 00000000..1a570901 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/safufu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSafufu_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/sinette.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/sinette.lua new file mode 100644 index 00000000..4ce67d45 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/sinette.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSinette_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/singleton.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/singleton.lua new file mode 100644 index 00000000..6db5cb2e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/singleton.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSingleton_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/sungi_kelungi.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/sungi_kelungi.lua new file mode 100644 index 00000000..ab9bce16 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/sungi_kelungi.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSungikelungi_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/swerdahrm.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/swerdahrm.lua new file mode 100644 index 00000000..c3b512d9 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/swerdahrm.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSwerdahrm_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/tatasha.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/tatasha.lua new file mode 100644 index 00000000..05fecad3 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/tatasha.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTatasha_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/totono.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/totono.lua new file mode 100644 index 00000000..011d26f2 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/totono.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTotono_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/tutubuki.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/tutubuki.lua new file mode 100644 index 00000000..cf940185 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/tutubuki.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTutubuki_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/tyago_moui.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/tyago_moui.lua new file mode 100644 index 00000000..1a2e1247 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/tyago_moui.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithTyagomoui_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/ubokhn.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/ubokhn.lua new file mode 100644 index 00000000..5caf5f70 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/ubokhn.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithUbokhn_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/uwilsyng.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/uwilsyng.lua new file mode 100644 index 00000000..94f30622 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/uwilsyng.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithUwilsyng_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/vannes.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/vannes.lua new file mode 100644 index 00000000..2c7e83ec --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/vannes.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithVannes_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/vavaki.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/vavaki.lua new file mode 100644 index 00000000..9f4ea80d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/vavaki.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithVavaki_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/wannore.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/wannore.lua new file mode 100644 index 00000000..f8d4211d --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/wannore.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWannore_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/wawaton.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/wawaton.lua new file mode 100644 index 00000000..dab520da --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/wawaton.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWawaton_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/wise_moon.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/wise_moon.lua new file mode 100644 index 00000000..38aee18c --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/wise_moon.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWisemoon_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/wyznguld.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/wyznguld.lua new file mode 100644 index 00000000..50ccbd20 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/wyznguld.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithWyznguld_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/xau_nbolo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/xau_nbolo.lua new file mode 100644 index 00000000..57af266e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/xau_nbolo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithXaunbolo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/xdhilogo.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/xdhilogo.lua new file mode 100644 index 00000000..93fe683f --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/xdhilogo.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithXdhilogo_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/yayake.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/yayake.lua new file mode 100644 index 00000000..f5a7d397 --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/yayake.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYayake_001", nil, nil, nil); +end + diff --git a/data/scripts/unique/wil0Town01a/PopulaceStandard/yuyubesu.lua b/data/scripts/unique/wil0Town01a/PopulaceStandard/yuyubesu.lua new file mode 100644 index 00000000..0da1899e --- /dev/null +++ b/data/scripts/unique/wil0Town01a/PopulaceStandard/yuyubesu.lua @@ -0,0 +1,6 @@ + +function onEventStarted(player, npc) + defaultWil = getStaticActor("DftWil"); + player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithYuyubesu_001", nil, nil, nil); +end + diff --git a/data/scripts/zones/128/npcs/testNutEater.lua b/data/scripts/zones/128/npcs/testNutEater.lua deleted file mode 100644 index 84cccabd..00000000 --- a/data/scripts/zones/128/npcs/testNutEater.lua +++ /dev/null @@ -1,3 +0,0 @@ -function init(npc) - return "/Chara/Npc/Monster/Lemming/NuteaterStandard", false, false, false, false, false, npc.getActorClassId(), true, true, 10, 1, 4, true, true, true, true, true, true, true, true, 2; -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_01@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_01@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_01@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_02@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_02@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_02@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_03@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_03@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_03@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_04@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_04@08500.lua deleted file mode 100644 index 7eaf9f87..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_04@08500.lua +++ /dev/null @@ -1,52 +0,0 @@ ---[[ - -PopulaceGuildlevePublisher Script - -Functions: - -welcomeTalk(say1, player, say2, say3) - -openShopBuy(player, shopId) -selectShopBuy(player) -closeShopBuy(player) - -openShopSell(player, shopId -selectShopSell(player) -closeShopSell(player) - -informSellPrice(num, num, num) - -finishTalkTurn(nil) - -selectMode(param): If >0, show class tutorial for id [param]. If <0, show gear affinity/condition instead, unless -7,-8,-9 then show normal. -selectModeOfClassVendor() -selectModeOfMultiWeaponVendor(param? is -1) -selectModeOfMultiArmorVendor(param? is -1) -confirmSellingItem() -informSellPrice(100, 100) -selectFacility -confirmUseFacility - - -Menu Ids: - ---]] - -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("selectModeOfMultiWeaponVendor", -1); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:runEventFunction("informSellPrice", 0x1, 0x1E, 0x46); - - --player:runEventFunction("openShopSell", player, 0x1389); - --player:runEventFunction("selectShopSell", player); - --player:runEventFunction("closeShopSell", player); - --player:endEvent(); - -end diff --git a/data/scripts/zones/133/npcs/pplShopSal_05@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_05@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_05@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_06@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_06@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_06@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_07@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_07@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_07@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_08@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_08@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_08@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_09@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_09@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_09@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0a@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0a@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0a@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0b@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0b@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0b@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0c@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0c@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0c@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0d@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0d@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0d@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0e@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0e@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0e@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_0f@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_0f@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_0f@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_10@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_10@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_10@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplShopSal_11@08500.lua b/data/scripts/zones/133/npcs/pplShopSal_11@08500.lua deleted file mode 100644 index f33db312..00000000 --- a/data/scripts/zones/133/npcs/pplShopSal_11@08500.lua +++ /dev/null @@ -1,13 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:runEventFunction("welcomeTalk"); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - - player:endEvent(); - -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_03@08500.lua b/data/scripts/zones/133/npcs/pplStd_03@08500.lua deleted file mode 100644 index cd8bb503..00000000 --- a/data/scripts/zones/133/npcs/pplStd_03@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIsleen_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_04@08500.lua b/data/scripts/zones/133/npcs/pplStd_04@08500.lua deleted file mode 100644 index bc72b122..00000000 --- a/data/scripts/zones/133/npcs/pplStd_04@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZanthael_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_08@08500.lua b/data/scripts/zones/133/npcs/pplStd_08@08500.lua deleted file mode 100644 index f8c621a1..00000000 --- a/data/scripts/zones/133/npcs/pplStd_08@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBaderon_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_09@08500.lua b/data/scripts/zones/133/npcs/pplStd_09@08500.lua deleted file mode 100644 index 174eb851..00000000 --- a/data/scripts/zones/133/npcs/pplStd_09@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithZehrymm_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_0a@08500.lua b/data/scripts/zones/133/npcs/pplStd_0a@08500.lua deleted file mode 100644 index 3c63bd8b..00000000 --- a/data/scripts/zones/133/npcs/pplStd_0a@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithGnibnpha_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_11@08500.lua b/data/scripts/zones/133/npcs/pplStd_11@08500.lua deleted file mode 100644 index 9d73b68f..00000000 --- a/data/scripts/zones/133/npcs/pplStd_11@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithLaniaitte_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_12@08500.lua b/data/scripts/zones/133/npcs/pplStd_12@08500.lua deleted file mode 100644 index f8c621a1..00000000 --- a/data/scripts/zones/133/npcs/pplStd_12@08500.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithBaderon_001", nil, nil, nil); -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/pplStd_14@08500.lua b/data/scripts/zones/133/npcs/pplStd_14@08500.lua deleted file mode 100644 index 36d8672e..00000000 --- a/data/scripts/zones/133/npcs/pplStd_14@08500.lua +++ /dev/null @@ -1,14 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - defaultSea = getStaticActor("DftSea"); - player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_001", nil, nil, nil); - --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_002", nil, nil, nil); --LTW - --player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithFrithuric_003", nil, nil, nil); --LTW NO GUILD -end - -function onEventUpdate(player, npc) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/npcs/taskBoard_01@08500.lua b/data/scripts/zones/133/npcs/taskBoard_01@08500.lua deleted file mode 100644 index 7e60d68d..00000000 --- a/data/scripts/zones/133/npcs/taskBoard_01@08500.lua +++ /dev/null @@ -1,11 +0,0 @@ -function init(npc) - return "/Chara/Npc/Object/TaskBoard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc) - player:endEvent(); -end - -function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) - player:endEvent(); -end \ No newline at end of file diff --git a/data/scripts/zones/133/zone.lua b/data/scripts/zones/133/zone.lua deleted file mode 100644 index bf2f4cfe..00000000 --- a/data/scripts/zones/133/zone.lua +++ /dev/null @@ -1,9 +0,0 @@ -function onZoneInit(zone) -end - -function onZoneIn(player) - player:sendMessage(0x1D,"",">Callback \"onZoneIn\" for zone 133 running."); -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/data/scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua b/data/scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua deleted file mode 100644 index 62ea5815..00000000 --- a/data/scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua +++ /dev/null @@ -1,7 +0,0 @@ -function init(npc) - return "/Chara/Npc/MapObj/DoorStandard", false, false, false, false, false, 5900001 , false, false, 0, 0, 0x141, 0xB7d; -end - -function onEventStarted(player, npc, triggerName) - -end \ No newline at end of file diff --git a/data/scripts/zones/155/zone.lua b/data/scripts/zones/155/zone.lua deleted file mode 100644 index 703d61b9..00000000 --- a/data/scripts/zones/155/zone.lua +++ /dev/null @@ -1,10 +0,0 @@ - - -function onZoneInit(zone) -end - -function onZoneIn(zone, player) -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/data/scripts/zones/166/zone.lua b/data/scripts/zones/166/zone.lua deleted file mode 100644 index 2657611f..00000000 --- a/data/scripts/zones/166/zone.lua +++ /dev/null @@ -1,20 +0,0 @@ - - -function onZoneInit(zone) -end - -function onZoneIn(player) - - openingQuest = player:getQuest(110005); - - --Opening Quest - if (openingQuest ~= nil) then - if (openingQuest:GetQuestFlag(0) == false) then - player:kickEvent(player:getDirector(), "noticeEvent"); - end - end - -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/data/scripts/zones/175/zone.lua b/data/scripts/zones/175/zone.lua deleted file mode 100644 index 703d61b9..00000000 --- a/data/scripts/zones/175/zone.lua +++ /dev/null @@ -1,10 +0,0 @@ - - -function onZoneInit(zone) -end - -function onZoneIn(zone, player) -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/data/scripts/zones/184/zone.lua b/data/scripts/zones/184/zone.lua deleted file mode 100644 index acf245c1..00000000 --- a/data/scripts/zones/184/zone.lua +++ /dev/null @@ -1,20 +0,0 @@ - - -function onZoneInit(zone) -end - -function onZoneIn(player) - - openingQuest = player:getQuest(110009); - - --Opening Quest - if (openingQuest ~= nil) then - if (openingQuest:GetQuestFlag(0) == false) then - player:kickEvent(player:getDirector(), "noticeEvent"); - end - end - -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/data/scripts/zones/244/npcs/objItemStore_01@0F400.lua b/data/scripts/zones/244/npcs/objItemStore_01@0F400.lua deleted file mode 100644 index 7df900c1..00000000 --- a/data/scripts/zones/244/npcs/objItemStore_01@0F400.lua +++ /dev/null @@ -1,9 +0,0 @@ -function init(npc) - return "/Chara/Npc/Object/ObjectItemStorage", false, false, false, false, false, 0x1250F8, false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc, triggerName) -end - -function onEventUpdate(player, npc) -end \ No newline at end of file diff --git a/data/scripts/zones/244/npcs/pplCutscene_01@0F400.lua b/data/scripts/zones/244/npcs/pplCutscene_01@0F400.lua deleted file mode 100644 index 04153882..00000000 --- a/data/scripts/zones/244/npcs/pplCutscene_01@0F400.lua +++ /dev/null @@ -1,9 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceCutScenePlayer", false, false, false, false, false, 0x107B38, false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc, triggerName) -end - -function onEventUpdate(player, npc) -end \ No newline at end of file diff --git a/data/scripts/zones/244/npcs/test1.lua b/data/scripts/zones/244/npcs/test1.lua deleted file mode 100644 index 7bdabb1f..00000000 --- a/data/scripts/zones/244/npcs/test1.lua +++ /dev/null @@ -1,9 +0,0 @@ -function init(npc) - return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST"; -end - -function onEventStarted(player, npc, triggerName) -end - -function onEventUpdate(player, npc) -end \ No newline at end of file diff --git a/data/scripts/zones/244/zone.lua b/data/scripts/zones/244/zone.lua deleted file mode 100644 index 703d61b9..00000000 --- a/data/scripts/zones/244/zone.lua +++ /dev/null @@ -1,10 +0,0 @@ - - -function onZoneInit(zone) -end - -function onZoneIn(zone, player) -end - -function onZoneOut(zone, player) -end \ No newline at end of file diff --git a/sql/gamedata_actor_class.sql b/sql/gamedata_actor_class.sql index e1406c74..99859dd8 100644 --- a/sql/gamedata_actor_class.sql +++ b/sql/gamedata_actor_class.sql @@ -1,8046 +1,8008 @@ --- 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: 6/12/2016 9:24:55 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 `gamedata_actor_class` --- - -DROP TABLE IF EXISTS `gamedata_actor_class`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `gamedata_actor_class` ( - `id` int(10) unsigned NOT NULL, - `name` varchar(32) DEFAULT NULL, - `zoneId` int(10) unsigned NOT NULL, - `privateAreaId` int(11) DEFAULT '0', - `positionX` float DEFAULT NULL, - `positionY` float DEFAULT NULL, - `positionZ` float DEFAULT NULL, - `rotation` float DEFAULT NULL, - `actorState` smallint(5) unsigned NOT NULL, - `animationId` int(10) unsigned NOT NULL, - `displayNameId` int(10) unsigned NOT NULL DEFAULT '4294967295', - `customDisplayName` char(32) DEFAULT '', - `actorClassName` varchar(32) NOT NULL, - `eventConditions` longtext, - PRIMARY KEY (`id`) +SET FOREIGN_KEY_CHECKS=0; +-- ---------------------------- +-- Table structure for gamedata_actor_class +-- ---------------------------- +CREATE TABLE `gamedata_actor_class` ( + `id` int(10) unsigned NOT NULL, + `classPath` varchar(64) NOT NULL, + `displayNameId` int(10) unsigned NOT NULL DEFAULT '4294967295', + `eventConditions` longtext, + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; --- --- Dumping data for table `gamedata_actor_class` --- - -LOCK TABLES `gamedata_actor_class` WRITE; -/*!40000 ALTER TABLE `gamedata_actor_class` DISABLE KEYS */; -INSERT INTO `gamedata_actor_class` VALUES (0,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000001,'test1',244,0,156,0,162,1.55,0,0,1900006,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000008,NULL,0,0,NULL,NULL,NULL,NULL,0,1000,1200028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000009,'pplStd_fst0Btl03_01@0A600',166,0,353.37,3.88,-698.98,-2.6,0,1007,2300120,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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\": \"pushDefault\",\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 (1000010,'pplStd_fst0Btl03_02@0A600',166,0,353.37,3.75,-703.09,-2.6,0,1000,1400004,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000297,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600233,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000042,'pplStd_wil0Btl01_0a@0B800',184,0,-1.5,196,124.5,1.8,0,0,1100003,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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\": \"pushDefault\",\r\n \"radius\": 2.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n }\r\n ]\r\n}'); -INSERT INTO `gamedata_actor_class` VALUES (1000043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000366,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000056,'pplStd_11@08500',133,0,-452.41,39.52,202.89,2.03,0,1025,1300005,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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\": \"pushDefault\",\r\n \"radius\": 2.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n }\r\n ]\r\n}'); -INSERT INTO `gamedata_actor_class` VALUES (1000057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100350,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000078,'pplLinkshel_01@08500',133,0,-439.55,40,182.26,-0.31,0,0,1900036,NULL,'PopulaceLinkshellManager','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400059,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000137,'pplStd_12@08500',133,0,-428.06,40.2,185.96,-1.37,0,1060,1000015,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000163,'pplShopSal_07@08500',133,0,-482.91,41.53,438.15,2.36,0,1016,1200058,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000165,'pplShopSal_08@08500',133,0,-616.7,4.55,342.49,-0.28,0,1017,1300050,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100450,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000186,'pplStd_wil0Btl01_09@0B800',184,0,-0.2,196,123.26,-0.8,0,0,1000347,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000395,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000225,'pplStd_09@08500',133,0,-421.29,40,229.11,-1.39,0,0,1600260,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100248,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000532,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600250,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600243,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000270,'pplStd_06@08500',133,0,-440.36,39.52,193.94,-0.95,0,1026,1400057,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000271,'pplStd_0d@08500',133,0,-447.57,39.52,194.65,-1.55,0,1026,1300092,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000272,'pplStd_0c@08500',133,0,-446,39.52,184.8,1.56,0,1054,1200079,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000273,'pplStd_02@08500',133,0,-442.85,39.52,185.29,-1.69,0,1026,1100069,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000274,'pplStd_0f@08500',133,0,-449.2,39.52,196.13,-3.12,0,1025,1000126,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000276,'pplStd_05@08500',133,0,-440.71,39.52,195.76,-2.46,0,1024,1500043,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000277,'pplStd_01@08500',133,0,-442.17,39.52,193.61,0.39,0,1025,1400072,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000278,'pplStd_0e@08500',133,0,-450.17,39.52,201.08,-0.73,0,1061,1200096,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000279,'pplStd_0b@08500',133,0,-444.62,39.52,186.68,3.04,0,1026,1000150,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000280,'pplStd_13@08500',133,0,-464.54,40,185.15,1.49,0,0,2200094,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000281,'pplStd_10@08500',133,0,-450.79,39.52,182.56,0.15,0,1015,1100366,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000296,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000334,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900060,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000339,'pplStd_0a@08500',133,0,-455.5,44,85.79,2.32,0,1041,1900013,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000351,'pplStd_04@08500',133,0,-441.8,21,175,-0.35,0,10,1600258,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600270,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000372,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000373,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000233,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000374,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000375,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000599,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000376,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000377,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000378,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000379,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000380,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000381,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000382,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000383,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000384,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000385,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000386,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000387,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000388,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000389,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000390,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000391,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000392,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000393,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000394,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000395,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000151,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000396,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000397,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000398,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000399,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100369,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100294,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000160,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000438,'pplStd_01@0C100',193,0,-0.71,10.35,-40.51,0.3,0,1035,4000157,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000439,'pplStd_02@0C100',193,0,-1.87,9.15,-30.67,2.44,0,1032,4000158,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000440,'pplStd_03@0C100',193,0,7.06,9.15,-28.62,-1.54,0,1041,4000159,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000441,'pplStd_04@0C100',193,0,2.63,9.15,-33.91,-0.16,0,1041,4000160,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000442,'pplStd_05@0C100',193,0,4.2,10.35,-21.98,3.11,0,1015,4000161,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000443,'pplStd_06@0C100',193,0,4.06,10.35,-35.24,2.52,0,1036,4000162,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000444,'pplStd_07@0C100',193,0,-4.72,10.35,-22.56,2.06,0,1041,4000163,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000445,'pplStd_08@0C100',193,0,-4.09,9.15,-24.55,2.09,0,1035,4000164,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000446,'pplStd_09@0C100',193,0,-0.72,9.15,-31.81,-1.18,0,1041,4000165,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000447,'pplStd_0a@0C100',193,0,-2.16,9.15,-26.18,0.09,0,1016,4000166,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000448,'pplStd_0b@0C100',193,0,5.93,10.35,-25.09,-2.01,0,1037,4000167,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000449,'pplStd_0c@0C100',193,0,-1.92,9.15,-34.19,0.82,0,1013,4000168,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000450,'pplStd_0d@0C100',193,0,4.88,9.15,-29.5,0.65,0,1271,4000169,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000451,'pplStd_0e@0C100',193,0,-1.1,9.85,-33.62,-0.82,0,1026,4000170,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000452,NULL,0,0,0,10,-18,0,0,0,4000003,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000453,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000454,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000455,'pplPassiveG_01@08500',0,0,-459.76,40,178.22,1.6,0,1015,1900059,NULL,'PopulacePassiveGLPublisher','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000456,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000457,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000458,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000459,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000460,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000461,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000462,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000463,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000464,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100255,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000465,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000466,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000467,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000468,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000469,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000470,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000471,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000472,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000473,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000474,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000475,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000476,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000477,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000524,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000478,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000561,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000479,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000560,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000480,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000563,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000481,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000482,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000562,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000483,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000484,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000485,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000486,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000487,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000488,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000489,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000490,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000491,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000492,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000493,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000473,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000494,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000474,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000495,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000475,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000496,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000476,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000497,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000477,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000498,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000478,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000499,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000491,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000500,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000492,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000493,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000494,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000495,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100364,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000265,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100268,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000522,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000523,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000524,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000525,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000526,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000527,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000528,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000529,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000530,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000531,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000532,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000533,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000534,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000535,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000536,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000537,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000538,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000539,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000540,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000541,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000542,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000543,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000544,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000545,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000546,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000547,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000548,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000549,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000550,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000551,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000224,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000552,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000553,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000554,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000555,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000556,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000557,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000479,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000558,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000480,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000559,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000481,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000560,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000482,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000561,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000483,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000562,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000484,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000563,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000485,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000564,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000486,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000565,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000566,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000567,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000568,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000569,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000570,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000571,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000471,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000572,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000472,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000573,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000470,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000574,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000245,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000575,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000246,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000576,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000247,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000577,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000248,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000578,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000249,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000579,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000250,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000580,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000251,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000581,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000252,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000582,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000253,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000583,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000254,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000584,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000255,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000585,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000256,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000586,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000587,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000588,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000342,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000589,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000590,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000591,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000592,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000593,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100394,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000594,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000595,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000596,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000597,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000598,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000599,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000600,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106725,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000616,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000617,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200258,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000618,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000619,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000620,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000621,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000622,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100276,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000623,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000624,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000625,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000626,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000627,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000628,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000629,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000630,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000631,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000632,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000633,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000634,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000635,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000636,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000637,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000638,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000639,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100334,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000640,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000641,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000642,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000643,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000644,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000645,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100376,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000646,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000647,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000648,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000649,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000650,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000651,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000652,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000653,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000654,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000655,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000656,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100382,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000657,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000658,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000659,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000660,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000661,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000662,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000663,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000664,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000665,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000666,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000667,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000668,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000669,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000670,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000671,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000672,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000673,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000674,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000675,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000676,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000677,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000678,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000679,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000680,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000681,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000682,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000683,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000684,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000685,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000227,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000686,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000687,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000688,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000689,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000690,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000691,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000692,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000693,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000694,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000695,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000696,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000697,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000698,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000699,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000700,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100339,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000225,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000227,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000228,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000229,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000230,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000232,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000233,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000234,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000235,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000236,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000237,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000724,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000725,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000239,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000726,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000240,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000727,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000241,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000728,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000242,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000729,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000243,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000730,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000244,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000731,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000732,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000733,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000244,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000734,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000735,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000736,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000737,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000738,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000739,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000740,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000741,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000742,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100364,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000743,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000272,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000744,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000273,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000745,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000274,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000746,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000275,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000747,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000277,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000748,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000278,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000749,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000276,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000750,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000751,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000752,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000753,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000754,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000755,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000279,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000756,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000280,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000757,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000281,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000758,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000759,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000760,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600224,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000761,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000400,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000762,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000450,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000763,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000451,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000764,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000452,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000765,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000453,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000766,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000454,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000767,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000455,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000768,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000456,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000769,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000457,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000770,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000458,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000771,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000459,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000772,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000460,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000773,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000461,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000774,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000462,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000775,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000463,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000776,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000464,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000777,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000465,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000778,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000466,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000779,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000467,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000780,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000781,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000782,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000783,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100390,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000784,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000785,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000786,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000787,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000788,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100370,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000789,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200227,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000790,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000282,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000791,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000283,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000792,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000284,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000793,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000285,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000794,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000286,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000795,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000287,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000796,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000288,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000797,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000289,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000798,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000290,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000799,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000291,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000800,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000298,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000299,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000808,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000300,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000809,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000810,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000811,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000812,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000813,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000814,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000815,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000816,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000817,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000818,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000264,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000819,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000265,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000820,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000266,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000821,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000822,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000823,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000824,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000267,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000825,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000268,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000826,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000269,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000827,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000270,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000828,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000271,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000829,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000830,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000831,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000832,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000833,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000499,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000834,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000500,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000835,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000836,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000837,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000838,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000839,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000840,'pplStd_wil0Btl01_08@0B800',184,0,12.18,196,133.42,-1.26,0,1017,1400060,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1000841,NULL,184,0,10.29,196,134.96,2.45,0,0,1500014,NULL,'PopulaceStandard',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000842,NULL,184,0,11.45,196.05,128.44,-0.52,0,0,1900054,NULL,'PopulaceStandard',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000843,NULL,0,0,-13,194.91,76.75,-2.72,0,0,1100449,NULL,'PopulaceStandard',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000844,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000845,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000846,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000847,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000848,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000849,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000386,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000850,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000496,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000851,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000497,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000852,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000853,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000854,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000855,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000856,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000857,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000858,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000859,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000860,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000861,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000862,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000863,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000864,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000865,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000866,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000867,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000260,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000868,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000869,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000870,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000871,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000872,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000873,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000874,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000875,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000876,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000877,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000496,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000878,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000497,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000879,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000498,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000880,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000487,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000881,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000488,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000882,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000489,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000883,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000490,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000884,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000885,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000519,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000886,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000520,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000887,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000888,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000889,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000890,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000891,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000374,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000892,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000337,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000893,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000375,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000894,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000376,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000895,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000377,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000896,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000378,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000897,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000352,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000898,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000379,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000899,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600269,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000900,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000326,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000327,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000912,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000328,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000914,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000329,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000915,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000916,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000917,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000918,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000919,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000920,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000921,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000922,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000923,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000924,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000925,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000325,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000926,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000927,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000928,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000929,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000235,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000930,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000931,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000932,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000933,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000934,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000935,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000936,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000292,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000937,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000293,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000938,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000294,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000939,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000295,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000940,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000296,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000941,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000297,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000942,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000943,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000944,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000945,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000946,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000947,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000948,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000949,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000950,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000951,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000952,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000335,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000953,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000336,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000954,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000955,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000956,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000957,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000958,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000959,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000960,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000961,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000962,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000963,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000964,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000965,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000966,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000967,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000968,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000969,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000970,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000392,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000971,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000393,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000972,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000394,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000973,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000395,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000974,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000396,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000975,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000397,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000976,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000398,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000977,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000399,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000978,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000979,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000980,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000339,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000981,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000366,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000982,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000367,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000983,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000368,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000984,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000353,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000985,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000358,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000986,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000369,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000987,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000359,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000988,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000370,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000989,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000371,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000990,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000338,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000991,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000340,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000992,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000372,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000993,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000373,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000994,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000995,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000341,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000996,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000342,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000997,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000343,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000998,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000344,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1000999,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000345,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001000,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000346,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000347,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000348,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000354,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000355,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000356,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000357,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000360,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000361,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000362,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000363,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000364,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000365,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000349,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000350,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000351,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000388,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000330,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000331,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000332,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000333,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000334,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000380,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000381,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000382,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000383,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000384,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000385,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000392,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000259,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000258,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000260,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000261,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000262,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600256,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000362,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100372,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600261,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100261,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000333,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100374,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100395,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600240,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000322,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000431,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000432,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000433,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001273,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001274,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000436,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000437,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001277,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000438,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001278,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000439,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001279,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000440,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000441,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001281,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000442,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000443,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000444,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000445,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000446,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000447,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000448,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000449,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001296,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600236,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600290,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200234,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600291,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100245,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001334,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000384,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001339,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000374,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600292,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001351,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200242,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001372,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001373,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001374,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001375,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001376,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001377,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001378,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001379,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000549,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001380,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001381,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001382,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000371,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001383,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001384,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001385,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001386,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001387,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001388,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001389,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001390,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000550,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001391,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000551,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001392,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001393,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001394,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001395,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001396,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001397,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001398,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001399,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000553,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000555,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000557,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100235,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600297,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400092,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600248,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200228,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100396,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001439,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001440,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001441,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200254,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001442,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001443,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100354,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001444,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001445,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000229,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001446,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001447,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000237,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001448,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200236,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001449,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600282,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001450,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001451,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001452,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001453,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001454,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001455,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001456,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001457,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001458,'pplShopSal_05@08500',133,0,-482.08,44.5,403.33,0.87,0,1017,1600172,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001459,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001460,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001461,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001462,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001463,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001464,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000247,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001465,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001466,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001467,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001468,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001469,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001470,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100445,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001471,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001472,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001473,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001474,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600285,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001475,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001476,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001477,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001478,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000599,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001479,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000599,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001480,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000599,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001481,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001482,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001483,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001484,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001485,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000537,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001486,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000538,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001487,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000539,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001488,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000540,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001489,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000541,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001490,'pplStd_wil0Btl01_01@0B800',184,0,-19.7,196,79.93,-0.38,0,1009,4000542,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001491,'pplStd_wil0Btl01_02@0B800',184,0,3.4,196,115.5,2.7,0,1021,4000543,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001492,'pplStd_wil0Btl01_03@0B800',184,0,0.8,196,103.18,-1.13,0,1015,4000544,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001493,'pplStd_wil0Btl01_04@0B800',184,0,-33.57,196,82.42,1.63,0,1013,4000545,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001494,'pplStd_wil0Btl01_05@0B800',184,0,-9.13,196,114.84,2.33,0,1031,4000546,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001495,'pplStd_wil0Btl01_06@0B800',184,0,-19.11,196,95.09,2.13,0,1037,4000547,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001496,'pplStd_wil0Btl01_07@0B800',184,0,-32.37,196,80.75,-0.74,0,1101,4000548,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1001497,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001498,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001499,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001500,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000241,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001522,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000555,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001523,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000557,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001524,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000553,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001525,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001526,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001527,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001528,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001529,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001530,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001531,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001532,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001533,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001534,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001535,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001536,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001537,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001538,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001539,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001540,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001541,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001542,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001543,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001544,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001553,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2450016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001554,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600262,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001555,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001556,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001557,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001558,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001559,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001560,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001561,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001562,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001563,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001564,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001565,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100290,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001566,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001567,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001568,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1700011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001569,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001570,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001571,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001572,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001573,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001574,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001575,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001576,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001577,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001578,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001579,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001580,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001581,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001582,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001583,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001584,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001585,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000251,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001586,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001587,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001588,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900264,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001589,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000365,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001590,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001591,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001592,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001593,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001594,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001595,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001596,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001597,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001598,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001599,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001600,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300151,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100371,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001616,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001617,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100454,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001618,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001619,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001620,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001621,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001622,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001623,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900265,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001624,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001625,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001626,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001627,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001628,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001629,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001630,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001631,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001632,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001633,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001634,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100375,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001635,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300060,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001636,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001637,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001638,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001639,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001640,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001641,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001642,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001643,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001644,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001645,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001646,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001647,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001648,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001649,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001650,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001651,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001652,'pplStd_11@0C100',193,0,-7.73,9.967,-27.44,1.6,0,1041,1600150,'','PopulaceTutorial','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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\": \"pushDefault\",\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 (1001653,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001654,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001655,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001656,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001657,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001658,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001659,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001660,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001661,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001662,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001663,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001664,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001665,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001666,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001667,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001668,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200060,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001669,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001670,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001671,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100355,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001672,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001673,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001674,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001675,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001676,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001677,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001678,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001679,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001680,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001681,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001682,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001683,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001684,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001685,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001686,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000330,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001687,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001688,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001689,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001690,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000059,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001691,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001692,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001693,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200059,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001694,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001695,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001696,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2300120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001697,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001698,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001699,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001700,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000326,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001724,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001725,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001726,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000274,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001727,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2500002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001728,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001729,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001730,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001731,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001732,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001733,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001734,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001735,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001736,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001737,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001738,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200229,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001739,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001740,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001741,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001742,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001743,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001744,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001745,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001746,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000333,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001747,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001748,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001749,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001750,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001751,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001752,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001753,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001754,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001755,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001756,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001757,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001758,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001759,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001760,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001761,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001762,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001763,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001764,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001765,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001766,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001767,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001768,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001769,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001770,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001771,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001772,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001773,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000616,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001774,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001775,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001776,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001777,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001778,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001779,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001780,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001781,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001782,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001783,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001784,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001785,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001786,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001787,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001788,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001789,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001790,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001791,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100448,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001792,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000632,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001793,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000633,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001794,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000634,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001795,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000635,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001796,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000636,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001797,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000637,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001798,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000638,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001799,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000639,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001800,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000640,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600299,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001808,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001809,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001810,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001811,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001812,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001813,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001814,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001815,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001816,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001817,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001818,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001819,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001820,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001821,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001822,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001823,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001824,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001825,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001826,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600244,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001827,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200235,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001828,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001829,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001830,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001831,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001832,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001833,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000353,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001834,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001835,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200227,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001836,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001837,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001838,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001839,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001840,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900246,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001841,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100397,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001842,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100398,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001843,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100399,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001844,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900233,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001845,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900234,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001846,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900235,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001847,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001848,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001849,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001850,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001851,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001852,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001853,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001854,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001855,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001856,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001857,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001858,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001859,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001860,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001861,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001862,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001863,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001864,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001865,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001866,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001867,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001868,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001869,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001870,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001871,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001872,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001873,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001874,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001875,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001876,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001877,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001878,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001879,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001880,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000297,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001881,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001882,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001883,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001884,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001885,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001886,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001887,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001888,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001889,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001890,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001891,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001892,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001893,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001894,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001896,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000651,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001900,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000650,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000648,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001914,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000653,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001916,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001921,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600333,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001922,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600334,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001925,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600337,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001926,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001927,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001928,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001931,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000652,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001932,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001936,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001937,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001938,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001951,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001952,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000649,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001953,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001954,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001955,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001956,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001957,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001960,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001961,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001962,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001963,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001964,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001965,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001966,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001967,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001968,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001969,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001970,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001971,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001972,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001973,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001974,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001975,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001976,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001977,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001978,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280322,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001979,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280323,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001980,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001981,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280325,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001982,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001983,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001984,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001985,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600296,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001986,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001987,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001988,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001989,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001990,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900242,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001991,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001992,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001993,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100385,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001994,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900229,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001995,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001996,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001997,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001998,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1001999,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002000,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100457,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000275,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200241,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1700011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000644,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000654,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000646,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000645,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000647,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2300120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000657,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000657,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000657,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100355,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600350,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600350,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600350,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000232,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900226,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100454,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900265,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000281,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1002116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000542,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000353,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000353,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000353,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600360,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000437,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000436,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2600009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200241,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2420027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2430006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2440001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1060043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1070116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000595,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000595,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000595,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000595,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080120,'pplCutscene_01@0F400',244,0,159.84,0.7,167.17,-0.2,0,0,4010013,NULL,'PopulaceCutScenePlayer','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1080121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1080136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090025,'pplStd_0f@0C100',193,0,0,10,-18,0,0,0,0,NULL,'PopulaceStandard','{\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\": \"pushDefault\",\r\n \"radius\": 2.0,\r\n \"silent\": false,\r\n \"outwards\": false\r\n }\r\n ]\r\n}'); -INSERT INTO `gamedata_actor_class` VALUES (1090026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090273,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090274,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090277,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090278,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090279,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090281,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090296,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090334,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090339,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090351,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090372,'pplStd_wil0Btl01_0b@0B800',184,0,-13,194.91,76.75,-2.72,0,0,0,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1090373,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090374,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090375,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090376,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090377,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090378,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090379,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090380,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090381,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090382,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090383,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090384,'openingStop_fstBtl03_03@0A600',166,0,356.09,3.74,-701.62,-1.41,0,0,0,NULL,'OpeningStoperF0B1','{\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 \"pushWithBoxEventConditions\": []\r\n}'); -INSERT INTO `gamedata_actor_class` VALUES (1090385,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090386,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090387,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090388,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090389,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090390,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090391,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090392,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090393,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090394,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090395,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090396,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090397,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090398,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090399,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090439,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090440,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090441,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090442,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090443,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090444,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090445,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090446,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090447,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090449,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090450,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090451,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090452,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090453,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090454,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090455,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090456,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090457,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090458,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090459,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090460,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090461,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090462,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090463,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090464,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090465,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090466,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090467,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090468,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090469,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090470,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090471,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090472,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090473,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090474,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090475,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090476,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090477,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090478,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090479,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090480,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090481,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090482,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090483,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090484,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090485,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090486,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090487,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090488,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090489,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090490,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090491,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090492,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090493,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090494,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090495,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090496,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090497,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090498,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090499,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090500,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090522,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090523,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090524,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090525,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090526,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090527,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090528,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090529,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090530,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090531,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090532,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090533,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090534,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090535,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090536,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090537,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090538,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090539,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090540,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090541,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090542,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090543,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090544,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090545,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090546,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090547,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090548,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090549,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090550,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090551,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090552,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1090553,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1099069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000600,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000600,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000600,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200193,'taskBoard_01@08500',133,0,-464.77,41.71,183.27,0,0,0,4000602,NULL,'TaskBoard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1200194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000642,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000642,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000642,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000642,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000642,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200273,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200274,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200277,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200278,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200279,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200281,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200296,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200334,'objInnDoor_01@0F400',244,0,159.98,0.02,151.9,-0.44,0,0,4010017,NULL,'ObjectInnDoor','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1200335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200339,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200351,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200372,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200373,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200374,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200375,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200376,'objItemStore_01@0F400',244,0,164.91,-0.1,167.03,0.05,0,0,4010019,NULL,'ObjectItemStorage','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1200377,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200378,'objBed_01@0F400',244,0,155.97,0,165.14,-1.65,0,0,4010018,NULL,'ObjectBed','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1200379,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200380,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200381,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200382,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200383,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200384,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200385,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200386,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200387,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200388,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200389,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200390,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200391,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200392,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200393,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200394,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200395,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200396,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200397,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200398,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200399,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1200412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280000,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280001,'aetheryteP_01@08500',133,0,-395.1,42.5,337.12,0,0,0,4010014,NULL,'AetheryteParent','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1280002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1280127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4010014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1290033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500001,'pplGuildlev_01@08500',133,0,-460.18,40,179.68,0.82,0,1040,1200001,NULL,'PopulaceGuildlevePublisher','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1500002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500006,'pplStd_03@08500',133,0,-440.19,19,206.1,3.14,0,2051,1100197,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1500007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000581,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000582,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000583,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000584,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000585,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000586,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000587,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000588,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000589,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000590,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000591,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000592,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000593,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100447,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000320,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200093,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500060,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900151,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100242,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000240,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500125,'pplStd_08@08500',133,0,-423.93,32,224.19,1.28,0,1040,1100150,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1500126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600249,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000533,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600278,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600294,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200233,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200245,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000375,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000379,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600295,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000382,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000243,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600289,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000280,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000288,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000385,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000258,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000358,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600251,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600271,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200077,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000280,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600265,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900261,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900271,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500273,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500274,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500277,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500278,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100455,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500279,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500281,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600330,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600331,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600332,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2470014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100341,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900236,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000373,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000389,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000390,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000394,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100400,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500334,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100433,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100438,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100440,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100443,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500339,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000252,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500351,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500372,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500373,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500374,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500375,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500376,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500377,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500378,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500379,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500380,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500381,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500382,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500383,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500384,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500385,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100341,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500386,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500387,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900236,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500388,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500389,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500390,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500391,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500392,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500393,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200224,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500394,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100059,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500395,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500396,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500397,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100367,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500398,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500399,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900232,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600267,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600319,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000344,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900200,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1500438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600001,'pplShopSal_0d@08500',133,0,-684.9,16.2,229.5,0,0,1041,1100429,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600002,'pplShopSal_0e@08500',133,0,-705.3,16.65,245.95,-3,0,1041,1500023,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600003,'pplShopSal_02@08500',133,0,-583.2,18.2,204.3,0.4,0,1016,1000037,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600004,'pplShopSal_09@08500',133,0,-577.5,18.2,220,-2.78,0,1017,1300037,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600005,'pplShopSal_11@08500',133,0,-605.19,18.65,213.61,0.37,0,1017,1400035,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600006,'pplShopSal_0c@08500',133,0,-683.7,16.2,246.3,-3.14,0,1017,1900002,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600007,'pplShopSal_0f@08500',133,0,-696.12,16.2,229.45,0,0,1016,1600128,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600008,'pplShopSal_0b@08500',133,0,-597.14,18.65,227.81,-2.76,0,1015,1500058,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600009,'pplShopSal_0a@08500',133,0,-587.5,18.2,224,-2.78,0,1015,1900048,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600010,'pplShopSal_10@08500',133,0,-705.5,16.2,229.5,0,0,1016,1200048,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600011,'pplShopSal_03@08500',133,0,-490.5,40,312,-1.6,0,1041,1600272,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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'); -INSERT INTO `gamedata_actor_class` VALUES (1600012,'pplShopSal_01@08500',133,0,-442.6,44,37.7,-1.5,0,1040,1900009,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600013,'pplShopSal_06@08500',133,0,-500.2,39.9,363,2.5,0,1016,1000154,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600014,'pplShopSal_04@08500',133,0,-500.2,39.9,354.6,0.9,0,1016,1100089,NULL,'PopulaceShopSalesman','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000337,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600252,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100327,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200099,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600245,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600254,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100437,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100436,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000241,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000245,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000249,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000259,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000267,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600259,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600253,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600232,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600230,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600229,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900262,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900259,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600123,'pplStd_07@08500',133,0,-435.2,40,207.07,-1.9,0,0,1100092,NULL,'PopulaceStandard','{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 (1600124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900258,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900253,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100057,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900256,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900254,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1600145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000525,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000526,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000527,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000528,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000529,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000530,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000531,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300094,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000559,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2480001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100294,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100263,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100394,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500071,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100242,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000570,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (1700044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100716,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100717,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100718,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100719,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100909,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100913,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100910,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100912,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100911,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100912,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100914,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100914,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100915,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100914,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2100916,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100914,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101319,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101320,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101806,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101807,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101808,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101808,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101809,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101809,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101810,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101810,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101811,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101811,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101812,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101812,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101813,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101813,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101814,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101814,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101815,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101817,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101816,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101818,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101817,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101815,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101818,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101816,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101819,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101819,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101820,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101820,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101821,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101819,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101822,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101820,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101909,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101910,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2101911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101910,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102224,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102716,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102719,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102717,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102718,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102722,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102722,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102724,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102722,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102806,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102808,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102809,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2102908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103909,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2103910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103910,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104007,'testNutEater',128,0,-8.48,45.36,139.5,0,0,0,3104007,NULL,'NuteaterStandard','{\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,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104319,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104320,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104323,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104322,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104325,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104326,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104326,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104806,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2104908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105716,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105719,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105717,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105718,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105718,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105724,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105725,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105726,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105909,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105910,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105911,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105912,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105911,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105913,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105914,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105914,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105915,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105915,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105916,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105916,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105917,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105917,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105918,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105917,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2105919,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105917,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106439,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106440,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106441,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106442,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106443,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106444,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106445,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106446,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106447,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106448,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106449,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106450,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106451,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106452,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106453,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106454,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106455,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106456,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106457,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106458,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106459,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106460,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106461,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106462,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106463,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106431,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106464,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106431,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106465,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106432,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106466,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106433,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106467,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106468,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106469,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106470,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106471,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106472,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106436,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106473,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106437,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106518,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106519,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106520,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106521,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106522,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106522,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106523,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106523,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106524,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106524,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106525,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106525,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106526,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106526,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106527,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106527,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106528,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106528,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106529,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106529,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106530,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106530,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106531,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106531,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106532,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106532,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106533,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106533,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106534,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106534,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106535,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106535,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106536,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106537,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106537,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106538,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106540,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106539,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106540,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106540,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106540,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106541,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106538,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106542,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106539,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106616,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106617,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106618,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106619,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106620,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106621,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106622,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106623,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106624,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106625,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106620,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106626,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106620,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106627,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106620,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106628,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106624,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106629,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106624,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106630,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106624,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106631,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106625,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106632,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106625,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106633,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106625,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106634,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106626,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106635,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106626,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106636,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106626,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106637,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106629,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106638,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106629,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106639,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106629,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106640,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106630,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106641,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106630,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106642,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106630,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106643,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106644,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106645,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106646,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106647,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106648,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106649,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106650,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106651,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106616,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106652,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106653,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106654,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106655,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106656,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106657,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106658,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106659,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106660,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106623,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106661,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106662,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106663,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106664,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106665,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106628,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106666,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106631,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106716,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106716,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106717,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106717,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106718,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106718,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106719,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106719,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106720,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106720,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106721,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106721,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106722,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106722,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106723,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106723,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106724,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106724,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106725,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106725,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106726,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106726,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106727,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106727,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106728,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106728,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106729,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106729,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106730,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106730,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106731,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106731,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2106901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107401,'testTitan',0,0,-8.48,45.36,139.5,0,0,0,3107401,NULL,'NutEaterStandard','{\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 (2107601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107616,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107616,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107617,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107618,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107619,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107620,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107621,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107622,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107623,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107624,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2107625,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107620,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2108904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3108903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109912,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109914,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2109915,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2110702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2111024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3111002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106541,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106541,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106541,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106542,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106542,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106542,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106543,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106543,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106543,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106544,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106544,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106544,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106545,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106545,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106545,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106546,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106546,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106546,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106547,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106547,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106547,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106548,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106548,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106548,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106549,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106549,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106549,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106550,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106550,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106550,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106551,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106551,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106551,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106552,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106552,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106552,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106552,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106553,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106554,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106555,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106556,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106557,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106558,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106559,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106560,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106559,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106561,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106559,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106562,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106562,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106564,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2162061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106563,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2180303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2200909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201419,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201806,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201807,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201808,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201808,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201809,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201809,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201810,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201810,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201811,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201811,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2201905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202716,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202717,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2202902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2203908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204319,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204320,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3104606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204806,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204806,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204807,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2204907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205403,'jellyfishSc_ocn0Btl02_04@0C196',193,0,-3.02,17.35,14.24,-2.81,0,0,3205403,NULL,'JellyfishScenarioLimsaLv00','{\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 (2205404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205518,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205519,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205520,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205521,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205803,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205803,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205804,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205804,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205805,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205805,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205908,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2205909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205909,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206409,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206411,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206413,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206414,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206415,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206416,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206417,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206420,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206424,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206425,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206426,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206427,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206428,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206430,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206431,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206432,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206433,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206434,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106422,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106429,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206423,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206439,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106412,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206518,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206519,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206520,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206520,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206521,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206521,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206522,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206522,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206523,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206523,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206524,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206524,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206525,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206525,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206526,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206526,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206527,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206527,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206528,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206528,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206529,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206532,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206530,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206530,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206531,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206531,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206532,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206532,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206533,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206533,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206534,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206534,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206535,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206535,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206536,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206536,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206537,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206537,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206538,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206538,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206539,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206539,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206540,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206540,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206541,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206541,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206542,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206542,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206543,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206543,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206544,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206545,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206546,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206547,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106522,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106629,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206614,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206615,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206614,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206616,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206617,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206616,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206618,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206619,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206618,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206620,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206619,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206621,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206620,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206622,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206621,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206623,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206624,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206623,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206625,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206624,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206626,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206627,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206628,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206615,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206629,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206617,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206704,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206706,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206707,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206707,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206708,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206709,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206709,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206710,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206710,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206711,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206712,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206713,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206714,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206714,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206715,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206715,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2206901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207602,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207603,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207604,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207605,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207607,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207609,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207610,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207611,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207611,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207612,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207612,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2207613,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207613,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2208908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3208905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3109002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209519,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209905,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2209908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210404,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210407,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210408,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210501,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210502,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210503,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210504,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210504,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210505,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210505,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210506,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210507,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210507,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210508,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210509,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210509,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210510,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210511,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210511,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210512,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210512,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210513,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210513,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210514,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210514,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210515,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210515,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210516,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210516,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210517,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210517,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210518,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210518,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3110703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210801,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210801,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210802,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210802,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210903,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210904,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2700001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210905,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210906,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210907,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210908,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210909,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210910,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210911,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210912,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210903,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2210913,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180018,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180020,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3180022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280107,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280124,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280127,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280173,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280139,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280142,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280149,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280150,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280151,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280152,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280153,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280154,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280155,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280156,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280161,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280162,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280163,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280166,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280170,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280180,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280181,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280184,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280185,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280190,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280193,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280196,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280197,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280208,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280209,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280211,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280212,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280213,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280214,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280215,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280216,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280218,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280219,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280220,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280222,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280223,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280224,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280225,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2280302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280402,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000596,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000596,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000596,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600116,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000597,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000598,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000192,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000189,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000342,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000342,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000342,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280308,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280309,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280310,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280302,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280303,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280311,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280304,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280305,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280306,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280307,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280312,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280313,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280314,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280315,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280319,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280320,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280321,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280322,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280323,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280324,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280325,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2289044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3280403,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290001,'fighterAlly_ocn0Btl02_02@0C196',193,0,-8,16.35,6,0.5,3,0,1900006,NULL,'FighterAllyOpeningHealer','{\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 (2290002,'fighterAlly_ocn0Btl02_03@0C196',193,0,0,16.35,22,3,3,0,1600179,NULL,'FighterAllyOpeningAttacker','{\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 (2290003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2300120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900026,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000421,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000348,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000135,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000132,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100199,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000175,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000257,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3206201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2300120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600083,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900195,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000623,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000624,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000625,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000626,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000628,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000629,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000630,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3290010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2290098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900183,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2291001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2291002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2291003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2291004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2291005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2300101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2300401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2300701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3300701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2300702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3300702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2300901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3300901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3301001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201111,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201110,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3301101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3301102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3301301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201606,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201705,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2301902,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201907,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3302101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202207,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302702,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202713,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302703,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3302701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302704,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3302702,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2302705,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3302703,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3303101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203405,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2303501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203503,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304201,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304203,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304204,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204317,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204318,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3304301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2304501,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2305301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2305401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305401,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2305601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2305701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3205711,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2305901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3305901,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2307001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2307002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2308701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3308701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2309901,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310601,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310602,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310603,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310604,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310605,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310606,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310607,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310608,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310609,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310601,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2310701,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3310701,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (2380008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3307006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3000001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000119,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000198,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000225,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000254,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100191,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100346,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100378,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100435,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200072,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200141,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200240,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200080,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200095,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300061,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300069,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200112,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300065,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300089,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400087,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400090,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400091,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500096,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500100,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400051,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400054,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400062,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400073,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500013,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500050,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900049,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900070,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900075,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600067,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600188,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600079,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3001175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600266,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000250,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000334,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000388,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000399,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100418,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200082,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200159,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200210,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200239,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200056,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300117,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200053,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200085,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200151,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200186,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300047,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300076,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400121,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400129,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400136,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400138,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500106,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500118,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400144,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500059,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500078,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900058,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900157,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900164,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900120,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900128,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900171,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900176,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600060,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600133,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600187,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600239,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600088,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600168,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600202,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3002175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600255,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000231,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000290,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000338,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000410,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100052,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100068,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100097,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100238,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200025,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200148,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200182,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2200221,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200158,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200174,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300014,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300048,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300140,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200081,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200167,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300063,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300122,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400102,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400130,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400134,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400137,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500086,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500103,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500109,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500125,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500131,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400143,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400146,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500046,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500066,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500145,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900055,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900084,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900104,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900160,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900165,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900064,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900123,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900169,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900172,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900178,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600108,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600177,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600234,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600074,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600147,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600194,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (3003175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600246,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5000121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900001,'doorStd_fst0Twn01a_31@0CE00',155,0,-206,20,-1466,0,0,0,0,NULL,'DoorStandard',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209510,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (5900038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600179,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000121,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000122,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000123,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000124,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000125,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000126,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000127,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000128,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000129,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000130,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000131,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000132,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000133,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000134,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000135,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000136,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000137,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000138,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000139,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000140,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000141,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000142,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000143,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000144,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000145,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000146,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000147,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000148,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000149,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000150,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000151,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000152,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000153,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000154,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000155,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000156,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000157,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000158,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000159,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000160,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000161,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000162,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000163,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000164,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000165,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000166,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000167,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000168,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000169,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000170,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000171,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000172,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000173,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000174,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000175,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000176,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000177,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000178,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000179,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000180,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000181,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000182,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000183,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000184,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000185,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000186,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000187,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000188,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000189,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000190,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000191,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000192,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000193,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000194,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000195,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000196,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000197,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000198,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000199,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000200,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3107301,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000266,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000267,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000268,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000269,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000273,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000274,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000277,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000278,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000279,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000281,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000282,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000283,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000284,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000285,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000286,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000287,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000288,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000289,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000290,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000291,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000292,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000293,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000294,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000295,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000296,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000297,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000298,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000299,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000300,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000302,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000305,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000306,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000307,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000308,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000309,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000310,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000311,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000312,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000313,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000314,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000315,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000316,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000317,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000318,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000319,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000320,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000321,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000322,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000323,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000324,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000658,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000325,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000326,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000327,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000328,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000329,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000330,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000331,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000332,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000333,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000334,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000335,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000336,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000337,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000338,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000339,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000340,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000341,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000342,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000655,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000343,NULL,0,0,NULL,NULL,NULL,NULL,0,0,4000656,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000344,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000345,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000346,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000347,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000348,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000349,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000350,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000351,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000352,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000353,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000354,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000355,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000356,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000357,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000358,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000359,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000360,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000361,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000362,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000363,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000364,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000365,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000366,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000367,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000368,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000369,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000370,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000371,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3210902,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6000372,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3105610,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101115,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101113,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101114,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102217,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3101712,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3103502,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200708,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3202206,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200205,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204316,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201906,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3201706,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3200406,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3204508,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3207008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3203105,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3209904,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106608,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106622,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106627,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6500048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3106616,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6800035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900004,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900005,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900006,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900007,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900008,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900009,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900010,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900011,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900012,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900013,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900014,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900015,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900016,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900017,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900018,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900019,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900020,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900021,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900022,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900023,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900024,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900025,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900026,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900027,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900028,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900029,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900030,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900031,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900032,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900033,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900034,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900035,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900036,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900037,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900038,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900039,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900040,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900041,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900042,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900043,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900044,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900045,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900046,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900047,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900048,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900049,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900050,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900051,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900052,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900053,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900054,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900055,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900056,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900057,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900058,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900059,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900060,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900061,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900062,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900063,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900064,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900065,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900066,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900067,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900068,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900069,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900070,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900071,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900072,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900073,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900074,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900075,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900076,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900077,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900078,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900079,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900080,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900081,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900082,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900083,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900084,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900085,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900086,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900087,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900088,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900089,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900090,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900091,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900092,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900093,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900094,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900095,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900096,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900097,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900098,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900099,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900100,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900115,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900116,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900117,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900118,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900119,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (6900120,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9000001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9000002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9020001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9020002,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100719,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9020003,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102506,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111211,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111212,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111213,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111214,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111215,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111216,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111217,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111218,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111219,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111220,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111221,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111222,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000005,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111223,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000006,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111224,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111225,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111226,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111227,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111228,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111229,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111230,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111231,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111232,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111233,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111234,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000007,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111235,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000008,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111236,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000010,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111237,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111238,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000011,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111239,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000039,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111240,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111241,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000030,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111242,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000042,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111243,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000028,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111244,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000029,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111245,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000031,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111246,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000032,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111247,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000033,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111248,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000034,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111249,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000035,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111250,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000036,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111251,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000037,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111252,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000038,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111253,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111254,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000016,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111255,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000017,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111256,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111257,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000019,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111258,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111259,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000021,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111260,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000022,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111261,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000023,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111262,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000024,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111263,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000040,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111264,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000041,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111265,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000027,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111270,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111271,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111272,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111275,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000044,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111276,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000043,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111280,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111303,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9111304,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9112101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9112102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9112103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9112104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9113102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9113202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9113203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9113204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000015,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1200001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1300001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1600098,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1100001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114424,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114425,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114426,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114427,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114428,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114429,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000004,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114430,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114431,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114432,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000045,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114433,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114434,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114435,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1500001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114436,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900001,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114437,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000002,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114438,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114439,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114440,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114441,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114442,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114443,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114444,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114445,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114446,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114447,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114448,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114449,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114450,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114451,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114452,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114453,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114454,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114455,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114456,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114457,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114458,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114459,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114460,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114461,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114462,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114463,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114464,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114465,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9114466,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1400012,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115409,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115410,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115411,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115412,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115413,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115414,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115415,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115416,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115417,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115418,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115419,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115420,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115421,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115422,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9115423,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9116400,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9116401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117001,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117106,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117107,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117108,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117109,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117110,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117111,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117112,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117113,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9117114,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220101,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3000003,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220102,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220103,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220104,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220105,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1900126,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220201,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220202,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3102009,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220203,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220204,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220205,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220206,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220207,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220208,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220209,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220210,NULL,0,0,NULL,NULL,NULL,NULL,0,0,3100101,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220301,NULL,0,0,NULL,NULL,NULL,NULL,0,0,1,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220401,NULL,0,0,NULL,NULL,NULL,NULL,0,0,0,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220402,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220403,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220404,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220405,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220406,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220407,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -INSERT INTO `gamedata_actor_class` VALUES (9220408,NULL,0,0,NULL,NULL,NULL,NULL,0,0,2,NULL,'',NULL); -/*!40000 ALTER TABLE `gamedata_actor_class` 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:50 +-- ---------------------------- +-- Records +-- ---------------------------- +INSERT INTO `gamedata_actor_class` VALUES ('0', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000001', '', '1900006', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1000002', '', '1600179', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000003', '/Chara/Npc/Populace/PopulaceStandard', '1600217', '{\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 ('1000004', '/Chara/Npc/Populace/PopulaceStandard', '1500015', '{\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 ('1000005', '', '1600150', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000006', '', '1000053', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000007', '', '1000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000008', '', '1200028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000009', '/Chara/Npc/Populace/PopulaceStandard', '2300120', '{\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 ('1000010', '/Chara/Npc/Populace/PopulaceStandard', '1400004', '{\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 ('1000011', '', '2000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000012', '', '1000021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000013', '', '1000297', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000014', '', '1100019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000015', '', '1900026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000016', '', '1900030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000017', '', '1000006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000018', '', '1000013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000019', '', '1600233', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000020', '', '1000016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000021', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000022', '', '1600213', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000023', '', '1200013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000024', '', '1200014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000025', '', '1100008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000026', '', '1400002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000027', '', '1600091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000028', '', '1100010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000029', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000030', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000031', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000032', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000033', '', '2000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000034', '', '1100004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000035', '', '1100002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000036', '', '1500004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000037', '', '1200024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000038', '', '1900054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000039', '', '1600089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000040', '', '1400080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000041', '', '1400081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000042', '/Chara/Npc/Populace/PopulaceStandard', '1100003', '{\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 ('1000043', '', '1200025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000044', '', '1200009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000045', '/Chara/Npc/Populace/PopulaceStandard', '1900051', '{\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 ('1000046', '/Chara/Npc/Populace/PopulaceStandard', '1500072', '{\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 ('1000047', '/Chara/Npc/Populace/PopulaceStandard', '1500034', '{\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 ('1000048', '', '1600099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000049', '/Chara/Npc/Populace/PopulaceStandard', '1300046', '{\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 ('1000050', '/Chara/Npc/Populace/PopulaceStandard', '1200075', '{\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 ('1000051', '/Chara/Npc/Populace/PopulaceStandard', '1000366', '{\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 ('1000052', '/Chara/Npc/Populace/PopulaceStandard', '1200061', '{\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 ('1000053', '/Chara/Npc/Populace/PopulaceStandard', '1900022', '{\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 ('1000054', '/Chara/Npc/Populace/PopulaceStandard', '1600191', '{\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 ('1000055', '', '1600117', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000056', '/Chara/Npc/Populace/PopulaceStandard', '1300005', '{\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 ('1000057', '/Chara/Npc/Populace/PopulaceStandard', '1900027', '{\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 ('1000058', '', '4000111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000059', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000060', '/Chara/Npc/Populace/PopulaceStandard', '1600141', '{\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 ('1000061', '/Chara/Npc/Populace/PopulaceStandard', '1900019', '{\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 ('1000062', '/Chara/Npc/Populace/PopulaceStandard', '1200010', '{\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 ('1000063', '/Chara/Npc/Populace/PopulaceStandard', '2200116', '{\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 ('1000064', '/Chara/Npc/Populace/PopulaceStandard', '1600002', '{\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 ('1000065', '/Chara/Npc/Populace/PopulaceStandard', '1300040', '{\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 ('1000066', '', '1300025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000067', '', '1500062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000068', '', '1000152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000069', '', '1100350', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000070', '/Chara/Npc/Populace/PopulaceStandard', '1400066', '{\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 ('1000071', '', '1200035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000072', '', '1300052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000073', '', '1000075', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000074', '/Chara/Npc/Populace/PopulaceStandard', '1100155', '{\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 ('1000075', '', '4000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000076', '', '4000006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000077', '', '4000007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000078', '/Chara/Npc/Populace/PopulaceLinkshellManager', '1900036', '{\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 ('1000079', '', '4000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000080', '', '4000011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000081', '', '4000012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000082', '', '4000013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000083', '', '4000014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000084', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000085', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000086', '', '4000015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000087', '', '4000113', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000088', '', '4000114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000089', '', '4000115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000090', '/Chara/Npc/Populace/PopulaceStandard', '1000179', '{\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 ('1000091', '', '4000016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000092', '', '4000017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000093', '', '4000018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000094', '', '4000019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000095', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000096', '', '4000020', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000097', '', '4000021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000098', '', '4000008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000099', '', '4000009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000100', '', '4000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000101', '', '4000023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000102', '', '4000022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000103', '', '4000024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000104', '', '4000025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000105', '', '4000026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000106', '', '4000027', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000107', '', '4000028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000108', '', '4000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000109', '', '4000030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000110', '', '4000031', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000111', '', '4000035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000112', '', '4000032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000113', '', '4000033', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000114', '', '4000034', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000115', '', '4000038', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000116', '', '4000039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000117', '', '4000040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000118', '', '4000041', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000119', '', '4000042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000120', '', '4000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000121', '', '4000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000122', '', '1900035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000123', '', '4000043', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000124', '', '4000044', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000125', '/Chara/Npc/Populace/PopulaceStandard', '1200039', '{\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 ('1000126', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000127', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000128', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000129', '/Chara/Npc/Populace/PopulaceStandard', '1400053', '{\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 ('1000130', '/Chara/Npc/Populace/PopulaceStandard', '1600120', '{\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 ('1000131', '/Chara/Npc/Populace/PopulaceStandard', '1900079', '{\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 ('1000132', '/Chara/Npc/Populace/PopulaceStandard', '1100076', '{\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 ('1000133', '/Chara/Npc/Populace/PopulaceStandard', '1200097', '{\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 ('1000134', '/Chara/Npc/Populace/PopulaceStandard', '1200084', '{\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 ('1000135', '/Chara/Npc/Populace/PopulaceStandard', '1100138', '{\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 ('1000136', '/Chara/Npc/Populace/PopulaceStandard', '1400059', '{\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 ('1000137', '/Chara/Npc/Populace/PopulaceStandard', '1000015', '{\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 ('1000138', '/Chara/Npc/Populace/PopulaceStandard', '1000066', '{\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 ('1000139', '', '1600107', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000140', '', '1000023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000141', '', '1000023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000142', '', '1600112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000143', '', '1600081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000144', '/Chara/Npc/Populace/PopulaceStandard', '2200064', '{\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 ('1000145', '', '1900029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000146', '', '1900029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000147', '', '1200108', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000148', '', '1100212', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000149', '', '1900047', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000150', '/Chara/Npc/Populace/PopulaceStandard', '1900003', '{\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 ('1000151', '/Chara/Npc/Populace/PopulaceStandard', '1000017', '{\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 ('1000152', '/Chara/Npc/Populace/PopulaceStandard', '1200100', '{\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 ('1000153', '/Chara/Npc/Populace/PopulaceStandard', '1900011', '{\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 ('1000154', '', '1400010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000155', '', '1500024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000156', '', '1500024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000157', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1900050', '{\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 ('1000158', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1300054', '{\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 ('1000159', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100144', '{\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 ('1000160', '/Chara/Npc/Populace/PopulaceStandard', '1600092', '{\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 ('1000161', '/Chara/Npc/Populace/PopulaceStandard', '1400033', '{\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 ('1000162', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1900069', '{\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 ('1000163', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200058', '{\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 ('1000164', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1200045', '{\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 ('1000165', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1300050', '{\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 ('1000166', '/Chara/Npc/Populace/PopulaceRetainerManager', '1300068', '{\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 ('1000167', '/Chara/Npc/Populace/PopulaceStandard', '1600123', '{\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 ('1000168', '/Chara/Npc/Populace/PopulaceStandard', '1100450', '{\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 ('1000169', '/Chara/Npc/Populace/PopulaceStandard', '1100408', '{\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 ('1000170', '/Chara/Npc/Populace/PopulaceStandard', '1900042', '{\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 ('1000171', '/Chara/Npc/Populace/PopulaceStandard', '1400044', '{\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 ('1000172', '/Chara/Npc/Populace/PopulaceStandard', '1200054', '{\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 ('1000173', '/Chara/Npc/Populace/PopulaceStandard', '1100206', '{\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 ('1000174', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000175', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000176', '', '1400012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000177', '/Chara/Npc/Populace/PopulaceStandard', '1600195', '{\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 ('1000178', '/Chara/Npc/Populace/PopulaceStandard', '1500031', '{\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 ('1000179', '/Chara/Npc/Populace/PopulaceStandard', '1900065', '{\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 ('1000180', '/Chara/Npc/Populace/PopulaceStandard', '1300026', '{\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 ('1000181', '/Chara/Npc/Populace/PopulaceStandard', '1200092', '{\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 ('1000182', '', '4000117', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000183', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000184', '', '4000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000185', '', '1000010', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1000186', '/Chara/Npc/Populace/PopulaceStandard', '1000347', '{\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 ('1000187', '', '1900039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000188', '', '1300016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000189', '', '1100015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000190', '/Chara/Npc/Populace/PopulaceStandard', '1000045', '{\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 ('1000191', '/Chara/Npc/Populace/PopulaceStandard', '1300067', '{\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 ('1000192', '/Chara/Npc/Populace/PopulaceStandard', '1900077', '{\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 ('1000193', '/Chara/Npc/Populace/PopulaceStandard', '1600056', '{\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 ('1000194', '/Chara/Npc/Populace/PopulaceStandard', '1100099', '{\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 ('1000195', '/Chara/Npc/Populace/PopulaceStandard', '1600064', '{\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 ('1000196', '/Chara/Npc/Populace/PopulaceStandard', '1400055', '{\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 ('1000197', '/Chara/Npc/Populace/PopulaceStandard', '1000143', '{\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 ('1000198', '/Chara/Npc/Populace/PopulaceStandard', '1600199', '{\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 ('1000199', '/Chara/Npc/Populace/PopulaceStandard', '1000069', '{\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 ('1000200', '/Chara/Npc/Populace/PopulaceStandard', '1600211', '{\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 ('1000201', '/Chara/Npc/Populace/PopulaceStandard', '1400074', '{\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 ('1000202', '/Chara/Npc/Populace/PopulaceStandard', '1900072', '{\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 ('1000203', '/Chara/Npc/Populace/PopulaceStandard', '1600045', '{\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 ('1000204', '', '2200192', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000205', '', '1000395', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000206', '', '1300029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000207', '', '1000156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000208', '', '1400015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000209', '', '1400015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000210', '', '1200003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000211', '', '1900016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000212', '', '1000012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000213', '', '1100012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000214', '', '1300021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000215', '', '1600096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000216', '', '1900035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000217', '/Chara/Npc/Populace/PopulaceStandard', '2470001', '{\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 ('1000218', '', '2470003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000219', '/Chara/Npc/Populace/PopulaceStandard', '2470002', '{\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 ('1000220', '/Chara/Npc/Populace/PopulaceStandard', '2470011', '{\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 ('1000221', '/Chara/Npc/Populace/PopulaceStandard', '2470020', '{\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 ('1000222', '', '2470015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000223', '', '2470008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000224', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000225', '/Chara/Npc/Populace/PopulaceStandard', '1600260', '{\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 ('1000226', '/Chara/Npc/Populace/PopulaceStandard', '1900053', '{\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 ('1000227', '/Chara/Npc/Populace/PopulaceStandard', '2200036', '{\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 ('1000228', '', '1100248', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000229', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000230', '/Chara/Npc/Populace/PopulaceStandard', '1300018', '{\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 ('1000231', '', '1000324', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000232', '', '1100006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000233', '', '1100006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000234', '', '1300064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000235', '', '2000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000236', '/Chara/Npc/Populace/PopulaceStandard', '1600132', '{\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 ('1000237', '', '1500021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000238', '', '1000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000239', '', '1100025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000240', '', '1400070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000241', '', '4000532', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000242', '', '1100014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000243', '', '1000013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000244', '', '1000019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000245', '', '1500008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000246', '', '1600250', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000247', '', '1000028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000248', '/Chara/Npc/Populace/PopulaceStandard', '1900062', '{\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 ('1000249', '', '1300004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000250', '/Chara/Npc/Populace/PopulaceStandard', '1900024', '{\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 ('1000251', '', '1900057', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000252', '/Chara/Npc/Populace/PopulaceStandard', '1600243', '{\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 ('1000253', '/Chara/Npc/Populace/PopulaceStandard', '4000057', '{\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 ('1000254', '/Chara/Npc/Populace/PopulaceStandard', '4000107', '{\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 ('1000255', '/Chara/Npc/Populace/PopulaceStandard', '4000050', '{\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 ('1000256', '/Chara/Npc/Populace/PopulaceStandard', '4000108', '{\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 ('1000257', '/Chara/Npc/Populace/PopulaceStandard', '4000058', '{\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 ('1000258', '/Chara/Npc/Populace/PopulaceStandard', '4000061', '{\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 ('1000259', '/Chara/Npc/Populace/PopulaceStandard', '4000062', '{\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 ('1000260', '/Chara/Npc/Populace/PopulaceStandard', '4000102', '{\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 ('1000261', '/Chara/Npc/Populace/PopulaceStandard', '4000103', '{\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 ('1000262', '/Chara/Npc/Populace/PopulaceStandard', '4000104', '{\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 ('1000263', '', '4000105', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000264', '/Chara/Npc/Populace/PopulaceStandard', '4000106', '{\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 ('1000265', '/Chara/Npc/Populace/PopulaceStandard', '1500071', '{\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 ('1000266', '/Chara/Npc/Populace/PopulaceStandard', '1000073', '{\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 ('1000267', '/Chara/Npc/Populace/PopulaceStandard', '1500052', '{\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 ('1000268', '/Chara/Npc/Populace/PopulaceStandard', '1300093', '{\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 ('1000269', '/Chara/Npc/Populace/PopulaceStandard', '1500073', '{\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 ('1000270', '/Chara/Npc/Populace/PopulaceStandard', '1400057', '{\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 ('1000271', '/Chara/Npc/Populace/PopulaceStandard', '1300092', '{\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 ('1000272', '/Chara/Npc/Populace/PopulaceStandard', '1200079', '{\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 ('1000273', '/Chara/Npc/Populace/PopulaceStandard', '1100069', '{\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 ('1000274', '/Chara/Npc/Populace/PopulaceStandard', '1000126', '{\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 ('1000275', '/Chara/Npc/Populace/PopulaceStandard', '1300077', '{\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 ('1000276', '/Chara/Npc/Populace/PopulaceStandard', '1500043', '{\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 ('1000277', '/Chara/Npc/Populace/PopulaceStandard', '1400072', '{\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 ('1000278', '/Chara/Npc/Populace/PopulaceStandard', '1200096', '{\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 ('1000279', '/Chara/Npc/Populace/PopulaceStandard', '1000150', '{\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 ('1000280', '/Chara/Npc/Populace/PopulaceStandard', '2200094', '{\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 ('1000281', '/Chara/Npc/Populace/PopulaceStandard', '1100366', '{\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 ('1000282', '/Chara/Npc/Populace/PopulaceStandard', '4000052', '{\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 ('1000283', '/Chara/Npc/Populace/PopulaceStandard', '4000053', '{\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 ('1000284', '/Chara/Npc/Populace/PopulaceStandard', '4000054', '{\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 ('1000285', '', '4000055', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000286', '/Chara/Npc/Populace/PopulaceStandard', '4000056', '{\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 ('1000287', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000288', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000289', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000290', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000291', '', '1400045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000292', '', '4000063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000293', '/Chara/Npc/Populace/PopulaceStandard', '1300034', '{\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 ('1000294', '', '4000078', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000295', '', '4000079', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000296', '', '4000080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000297', '', '4000081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000298', '', '4000082', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000299', '', '4000083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000300', '', '4000084', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000301', '', '4000090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000302', '', '4000085', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000303', '', '4000086', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000304', '', '4000091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000305', '', '4000087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000306', '', '4000088', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000307', '', '4000089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000308', '', '4000092', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000309', '', '4000093', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000310', '', '4000094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000311', '', '4000095', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000312', '', '4000064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000313', '', '4000065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000314', '', '4000066', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000315', '', '4000067', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000316', '', '4000068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000317', '', '4000069', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000318', '', '4000070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000319', '', '4000071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000320', '', '4000072', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000321', '', '4000073', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000322', '', '4000074', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000323', '', '4000075', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000324', '', '4000076', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000325', '', '4000077', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000326', '/Chara/Npc/Populace/PopulaceStandard', '1100263', '{\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 ('1000327', '', '4000096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000328', '', '4000097', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000329', '', '4000098', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000330', '/Chara/Npc/Populace/PopulaceStandard', '1000064', '{\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 ('1000331', '/Chara/Npc/Populace/PopulaceStandard', '1100182', '{\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 ('1000332', '/Chara/Npc/Populace/PopulaceStandard', '1600019', '{\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 ('1000333', '/Chara/Npc/Populace/PopulaceStandard', '1600166', '{\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 ('1000334', '/Chara/Npc/Populace/PopulaceStandard', '1500044', '{\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 ('1000335', '/Chara/Npc/Populace/PopulaceStandard', '1900060', '{\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 ('1000336', '', '1900004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000337', '/Chara/Npc/Populace/PopulaceStandard', '1600110', '{\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 ('1000338', '/Chara/Npc/Populace/PopulaceStandard', '1600158', '{\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 ('1000339', '/Chara/Npc/Populace/PopulaceStandard', '1900013', '{\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 ('1000340', '/Chara/Npc/Populace/PopulaceStandard', '1900038', '{\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 ('1000341', '/Chara/Npc/Populace/PopulaceStandard', '1400014', '{\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 ('1000342', '/Chara/Npc/Populace/PopulaceStandard', '1900044', '{\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 ('1000343', '', '1000084', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000344', '/Chara/Npc/Populace/PopulaceStandard', '1200047', '{\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 ('1000345', '/Chara/Npc/Populace/PopulaceStandard', '1500033', '{\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 ('1000346', '/Chara/Npc/Populace/PopulaceStandard', '1300075', '{\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 ('1000347', '/Chara/Npc/Populace/PopulaceStandard', '1600006', '{\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 ('1000348', '/Chara/Npc/Populace/PopulaceStandard', '2200195', '{\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 ('1000349', '/Chara/Npc/Populace/PopulaceStandard', '1600182', '{\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 ('1000350', '/Chara/Npc/Populace/PopulaceStandard', '1200089', '{\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 ('1000351', '/Chara/Npc/Populace/PopulaceStandard', '1600258', '{\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 ('1000352', '', '1600200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000353', '', '1600174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000354', '', '1000124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000355', '', '1200065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000356', '', '1200078', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000357', '', '1900043', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000358', '', '1400034', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000359', '', '1600154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000360', '', '1900068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000361', '', '1600018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000362', '', '1300083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000363', '', '1000182', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000364', '', '1600031', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000365', '/Chara/Npc/Populace/PopulaceStandard', '2200107', '{\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 ('1000366', '', '1200031', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000367', '', '1900052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000368', '', '1500065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000369', '', '1200033', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000370', '', '1200022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000371', '', '1600270', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000372', '', '1000141', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000373', '', '1000233', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000374', '/Chara/Npc/Populace/PopulaceStandard', '1400067', '{\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 ('1000375', '', '4000599', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000376', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000377', '', '1900016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000378', '', '4000051', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000379', '', '1100110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000380', '', '4000137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000381', '', '4000138', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000382', '', '4000139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000383', '', '4000140', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000384', '', '4000141', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000385', '', '4000145', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000386', '', '4000142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000387', '', '4000143', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000388', '', '1300094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000389', '', '4000144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000390', '', '4000146', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000391', '', '4000147', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000392', '', '4000148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000393', '', '4000149', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000394', '', '4000150', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000395', '', '4000151', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000396', '', '4000152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000397', '', '4000153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000398', '', '4000154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000399', '', '4000155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000400', '', '1400018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000401', '', '4000156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000402', '', '2200071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000403', '', '4000135', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000404', '', '4000132', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000405', '', '4000133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000406', '', '4000134', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000407', '', '4000136', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000408', '', '1100369', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000409', '', '1200068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000410', '', '1300028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000411', '', '1100294', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000412', '', '1000414', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000413', '', '4000120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000414', '', '4000121', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000415', '', '4000122', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000416', '', '4000123', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000417', '', '4000124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000418', '', '4000125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000419', '', '4000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000420', '', '4000127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000421', '', '4000128', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000422', '', '4000129', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000423', '', '4000130', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000424', '', '4000131', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000425', '', '1600124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000426', '', '1000170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000427', '/Chara/Npc/Populace/PopulaceStandard', '1500093', '{\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 ('1000428', '/Chara/Npc/Populace/PopulaceStandard', '1600192', '{\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 ('1000429', '/Chara/Npc/Populace/PopulaceStandard', '1400098', '{\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 ('1000430', '/Chara/Npc/Populace/PopulaceStandard', '1400084', '{\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 ('1000431', '/Chara/Npc/Populace/PopulaceStandard', '1900099', '{\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 ('1000432', '/Chara/Npc/Populace/PopulaceStandard', '1500098', '{\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 ('1000433', '/Chara/Npc/Populace/PopulaceStandard', '1200041', '{\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 ('1000434', '/Chara/Npc/Populace/PopulaceStandard', '1300081', '{\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 ('1000435', '/Chara/Npc/Populace/PopulaceStandard', '2200048', '{\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 ('1000436', '/Chara/Npc/Populace/PopulaceStandard', '1600160', '{\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 ('1000437', '/Chara/Npc/Populace/PopulaceStandard', '1900085', '{\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 ('1000438', '/Chara/Npc/Populace/PopulaceStandard', '4000157', '{\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 ('1000439', '/Chara/Npc/Populace/PopulaceStandard', '4000158', '{\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 ('1000440', '/Chara/Npc/Populace/PopulaceStandard', '4000159', '{\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 ('1000441', '/Chara/Npc/Populace/PopulaceStandard', '4000160', '{\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 ('1000442', '/Chara/Npc/Populace/PopulaceStandard', '4000161', '{\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 ('1000443', '/Chara/Npc/Populace/PopulaceStandard', '4000162', '{\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 ('1000444', '/Chara/Npc/Populace/PopulaceStandard', '4000163', '{\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 ('1000445', '/Chara/Npc/Populace/PopulaceStandard', '4000164', '{\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 ('1000446', '/Chara/Npc/Populace/PopulaceStandard', '4000165', '{\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 ('1000447', '/Chara/Npc/Populace/PopulaceStandard', '4000166', '{\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 ('1000448', '/Chara/Npc/Populace/PopulaceStandard', '4000167', '{\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 ('1000449', '/Chara/Npc/Populace/PopulaceStandard', '4000168', '{\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 ('1000450', '/Chara/Npc/Populace/PopulaceStandard', '4000169', '{\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 ('1000451', '/Chara/Npc/Populace/PopulaceStandard', '4000170', '{\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 ('1000452', '', '4000003', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1000453', '', '4000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000454', '', '1200100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000455', '/Chara/Npc/Populace/PopulacePassiveGLPublisher', '1900059', '{\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 ('1000456', '/Chara/Npc/Populace/PopulacePassiveGLPublisher', '1100218', '{\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 ('1000457', '/Chara/Npc/Populace/PopulaceGuildlevePublisher', '1200123', '{\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 ('1000458', '/Chara/Npc/Populace/PopulaceStandard', '1900110', '{\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 ('1000459', '', '1100192', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000460', '', '2200149', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000461', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1500099', '{\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 ('1000462', '', '2200068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000463', '', '1400007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000464', '', '1100255', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000465', '', '1900034', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000466', '', '1100316', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000467', '', '1500065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000468', '/Chara/Npc/Populace/PopulaceStandard', '1900112', '{\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 ('1000469', '/Chara/Npc/Populace/PopulaceStandard', '1500036', '{\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 ('1000470', '/Chara/Npc/Populace/PopulaceStandard', '1400082', '{\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 ('1000471', '/Chara/Npc/Populace/PopulaceStandard', '1900095', '{\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 ('1000472', '/Chara/Npc/Populace/PopulaceStandard', '1600113', '{\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 ('1000473', '/Chara/Npc/Populace/PopulaceStandard', '1300079', '{\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 ('1000474', '/Chara/Npc/Populace/PopulaceStandard', '1900124', '{\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 ('1000475', '/Chara/Npc/Populace/PopulaceStandard', '1900105', '{\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 ('1000476', '/Chara/Npc/Populace/PopulaceStandard', '1900088', '{\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 ('1000477', '', '4000524', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000478', '', '4000561', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000479', '', '4000560', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000480', '', '4000563', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000481', '', '4000424', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000482', '', '4000562', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000483', '', '4000423', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000484', '', '1000108', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000485', '', '1200072', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000486', '', '1300091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000487', '', '1600040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000488', '', '1600126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000489', '', '1600116', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000490', '', '1400038', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000491', '', '1900108', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000492', '', '1000173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000493', '', '4000473', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000494', '', '4000474', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000495', '', '4000475', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000496', '', '4000476', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000497', '', '4000477', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000498', '', '4000478', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000499', '', '4000491', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000500', '', '4000492', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000501', '', '4000493', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000502', '', '4000494', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000503', '', '4000495', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000504', '', '1000415', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000505', '', '1000175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000506', '', '1000175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000507', '', '1100180', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000508', '', '1100416', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000509', '', '1100364', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000510', '', '1000265', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000511', '', '1100268', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000512', '', '1200127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000513', '', '1500077', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000514', '', '2420018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000515', '', '2420009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000516', '', '2420010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000517', '', '2420011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000518', '', '2420012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000519', '', '2420013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000520', '', '2420017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000521', '', '2420019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000522', '', '2420001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000523', '', '2420005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000524', '', '2420005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000525', '', '2420014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000526', '', '2420015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000527', '', '2420016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000528', '', '2420020', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000529', '', '2420006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000530', '', '2420007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000531', '', '2420008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000532', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000533', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000534', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000535', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000536', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000537', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000538', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000539', '', '4000212', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000540', '', '4000213', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000541', '', '4000214', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000542', '', '4000215', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000543', '', '4000216', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000544', '', '4000217', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000545', '', '4000218', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000546', '', '4000219', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000547', '', '4000221', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000548', '', '4000222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000549', '', '4000220', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000550', '', '4000223', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000551', '', '4000224', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000552', '', '2700012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000553', '', '4000040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000554', '', '4000042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000555', '', '1000045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000556', '', '1100118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000557', '', '4000479', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000558', '', '4000480', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000559', '', '4000481', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000560', '', '4000482', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000561', '', '4000483', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000562', '', '4000484', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000563', '', '4000485', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000564', '', '4000486', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000565', '', '1100124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000566', '', '1000112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000567', '', '1600054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000568', '', '2200184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000569', '', '1200122', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000570', '', '1900089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000571', '', '4000471', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000572', '', '4000472', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000573', '', '4000470', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000574', '', '4000245', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000575', '', '4000246', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000576', '', '4000247', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000577', '', '4000248', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000578', '', '4000249', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000579', '', '4000250', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000580', '', '4000251', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000581', '', '4000252', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000582', '', '4000253', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000583', '', '4000254', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000584', '', '4000255', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000585', '', '4000256', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000586', '', '1200019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000587', '', '1100199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000588', '', '1000342', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000589', '', '1200103', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000590', '', '1200103', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000591', '', '1000086', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000592', '', '1000218', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000593', '', '1100394', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000594', '', '1900023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000595', '', '1000091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000596', '', '1200064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000597', '/Chara/Npc/Populace/PopulaceStandard', '1200017', '{\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 ('1000598', '', '2200213', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000599', '', '1900046', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000600', '', '1900046', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000601', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000602', '', '4000414', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000603', '', '2200172', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000604', '', '1500080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000605', '', '4000192', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000606', '', '1600257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000607', '', '4000189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000608', '', '3105201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000609', '', '3101413', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000610', '', '3105201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000611', '', '3106725', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000612', '', '2420003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000613', '', '1600125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000614', '', '1400076', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000615', '', '1900056', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000616', '', '1300073', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000617', '', '2200258', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000618', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000619', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000620', '/Chara/Npc/Populace/PopulaceStandard', '1400093', '{\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', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000622', '', '1100276', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000623', '', '1400083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000624', '', '1000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000625', '', '1500069', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000626', '', '1000195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000627', '', '1600009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000628', '', '1200002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000629', '/Chara/Npc/Populace/PopulaceStandard', '2200074', '{\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 ('1000630', '/Chara/Npc/Populace/PopulaceStandard', '1000181', '{\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 ('1000631', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1000077', '{\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 ('1000632', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1100152', '{\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 ('1000633', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1600129', '{\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 ('1000634', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1100203', '{\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 ('1000635', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '2200154', '{\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 ('1000636', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1400096', '{\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 ('1000637', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '2200216', '{\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 ('1000638', '/Chara/Npc/Populace/PopulaceStandard', '1400097', '{\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 ('1000639', '/Chara/Npc/Populace/PopulaceStandard', '1100334', '{\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 ('1000640', '/Chara/Npc/Populace/PopulaceStandard', '1200128', '{\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 ('1000641', '/Chara/Npc/Populace/PopulaceStandard', '1900071', '{\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 ('1000642', '/Chara/Npc/Populace/PopulaceStandard', '1600130', '{\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 ('1000643', '/Chara/Npc/Populace/PopulaceStandard', '1500038', '{\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 ('1000644', '/Chara/Npc/Populace/PopulaceStandard', '1600101', '{\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 ('1000645', '/Chara/Npc/Populace/PopulaceStandard', '1100376', '{\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 ('1000646', '/Chara/Npc/Populace/PopulaceStandard', '1900074', '{\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 ('1000647', '/Chara/Npc/Populace/PopulaceStandard', '1600109', '{\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 ('1000648', '/Chara/Npc/Populace/PopulaceStandard', '1400077', '{\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 ('1000649', '', '1900091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000650', '', '1100104', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000651', '/Chara/Npc/Populace/PopulaceStandard', '1500009', '{\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 ('1000652', '/Chara/Npc/Populace/PopulaceStandard', '1500007', '{\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 ('1000653', '/Chara/Npc/Populace/PopulaceStandard', '1900067', '{\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 ('1000654', '/Chara/Npc/Populace/PopulaceStandard', '1400011', '{\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 ('1000655', '/Chara/Npc/Populace/PopulaceStandard', '1000145', '{\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 ('1000656', '/Chara/Npc/Populace/PopulaceStandard', '1100382', '{\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 ('1000657', '', '1000161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000658', '/Chara/Npc/Populace/PopulaceStandard', '2200098', '{\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 ('1000659', '/Chara/Npc/Populace/PopulaceStandard', '1000092', '{\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 ('1000660', '', '1000128', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000661', '', '1300066', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000662', '/Chara/Npc/Populace/PopulaceStandard', '1600167', '{\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 ('1000663', '', '1000070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000664', '', '1600131', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000665', '/Chara/Npc/Populace/PopulaceStandard', '1100412', '{\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 ('1000666', '/Chara/Npc/Populace/PopulaceStandard', '1500084', '{\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 ('1000667', '', '1400042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000668', '/Chara/Npc/Populace/PopulaceStandard', '1900083', '{\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 ('1000669', '', '1400003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000670', '', '1500055', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000671', '', '1200066', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000672', '', '1600036', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000673', '', '1400032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000674', '', '1900090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000675', '', '1300082', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000676', '', '1400088', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000677', '', '1000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000678', '', '1600115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000679', '', '2000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000680', '', '1100010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000681', '', '1100210', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000682', '', '1000027', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000683', '', '1100023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000684', '', '1100211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000685', '', '1000227', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000686', '', '1900118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000687', '', '4000199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000688', '', '4000200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000689', '', '4000201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000690', '', '4000202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000691', '', '4000203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000692', '', '4000204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000693', '', '4000205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000694', '', '4000206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000695', '', '4000207', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000696', '', '4000208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000697', '', '4000209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000698', '', '4000210', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000699', '', '4000211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000700', '', '1600100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000701', '', '1400037', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000702', '', '1100339', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000703', '', '4000190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000704', '', '4000193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000705', '', '4000194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000706', '', '4000195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000707', '', '4000196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000708', '', '4000197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000709', '', '4000198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000710', '', '1200147', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000711', '', '4000225', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000712', '', '4000226', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000713', '', '4000227', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000714', '', '4000228', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000715', '', '4000229', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000716', '', '4000230', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000717', '', '4000231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000718', '', '4000232', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000719', '', '4000233', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000720', '', '4000234', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000721', '', '4000235', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000722', '', '4000236', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000723', '', '4000237', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000724', '', '4000238', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000725', '', '4000239', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000726', '', '4000240', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000727', '', '4000241', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000728', '', '4000242', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000729', '', '4000243', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000730', '', '4000244', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000731', '', '1000112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000732', '', '1000018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000733', '', '1000244', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000734', '', '1200134', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000735', '', '1600094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000736', '', '1300116', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000737', '', '1100121', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000738', '', '1200140', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000739', '', '1200150', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000740', '', '1200146', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000741', '', '1400016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000742', '', '1100364', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000743', '', '4000272', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000744', '', '4000273', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000745', '', '4000274', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000746', '', '4000275', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000747', '', '4000277', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000748', '', '4000278', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000749', '', '4000276', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000750', '', '1000081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000751', '', '1200154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000752', '', '1900147', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000753', '', '1200007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000754', '', '1000408', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000755', '', '4000279', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000756', '', '4000280', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000757', '', '4000281', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000758', '', '1200143', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000759', '', '1900138', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000760', '', '1600224', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000761', '', '4000400', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000762', '', '4000450', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000763', '', '4000451', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000764', '', '4000452', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000765', '', '4000453', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000766', '', '4000454', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000767', '', '4000455', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000768', '', '4000456', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000769', '', '4000457', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000770', '', '4000458', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000771', '', '4000459', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000772', '', '4000460', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000773', '', '4000461', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000774', '', '4000462', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000775', '', '4000463', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000776', '', '4000464', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000777', '', '4000465', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000778', '', '4000466', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000779', '', '4000467', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000780', '/Chara/Npc/Populace/PopulaceStandard', '1100201', '{\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 ('1000781', '/Chara/Npc/Populace/PopulaceStandard', '1900109', '{\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 ('1000782', '/Chara/Npc/Populace/PopulaceStandard', '1000051', '{\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 ('1000783', '/Chara/Npc/Populace/PopulaceStandard', '1100390', '{\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 ('1000784', '/Chara/Npc/Populace/PopulaceStandard', '1600263', '{\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 ('1000785', '/Chara/Npc/Populace/PopulaceStandard', '1600181', '{\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 ('1000786', '/Chara/Npc/Populace/PopulaceStandard', '1900117', '{\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 ('1000787', '/Chara/Npc/Populace/PopulaceStandard', '1300097', '{\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 ('1000788', '/Chara/Npc/Populace/PopulaceStandard', '1100370', '{\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 ('1000789', '/Chara/Npc/Populace/PopulaceStandard', '2200227', '{\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 ('1000790', '', '4000282', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000791', '', '4000283', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000792', '', '4000284', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000793', '', '4000285', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000794', '', '4000286', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000795', '', '4000287', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000796', '', '4000288', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000797', '', '4000289', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000798', '', '4000290', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000799', '', '4000291', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000800', '', '2200222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000801', '', '1400058', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000802', '', '1400109', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000803', '', '2200009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000804', '', '1600095', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000805', '', '1900135', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000806', '', '4000298', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000807', '', '4000299', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000808', '', '4000300', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000809', '', '4000301', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000810', '', '4000302', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000811', '', '4000303', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000812', '', '4000304', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000813', '', '4000305', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000814', '', '4000306', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000815', '', '4000307', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000816', '', '4000308', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000817', '', '4000309', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000818', '', '4000264', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000819', '', '4000265', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000820', '', '4000266', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000821', '', '1300118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000822', '', '1000061', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000823', '', '1600210', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000824', '', '4000267', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000825', '', '4000268', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000826', '', '4000269', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000827', '', '4000270', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000828', '', '4000271', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000829', '', '1900140', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000830', '', '1200136', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000831', '', '1000014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000832', '', '1300103', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000833', '', '4000499', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000834', '', '4000500', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000835', '', '4000501', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000836', '', '4000502', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000837', '', '1900037', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000838', '', '1400106', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000839', '', '1900152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000840', '/Chara/Npc/Populace/PopulaceStandard', '1400060', '{\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 ('1000841', '/Chara/Npc/Populace/PopulaceStandard', '1500014', '{\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 ('1000842', '', '1900054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000843', '', '1100449', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000844', '', '1400017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000845', '', '1400017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000846', '/Chara/Npc/Populace/PopulaceStandard', '1500017', '{\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 ('1000847', '/Chara/Npc/Populace/PopulaceStandard', '1900025', '{\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 ('1000848', '', '1400022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000849', '', '4000386', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000850', '', '4000496', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000851', '', '4000497', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000852', '', '1200008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000853', '', '1200030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000854', '', '1200030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000855', '', '1500114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000856', '', '1500114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000857', '', '1400080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000858', '', '1400081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000859', '', '1500089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000860', '', '1400024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000861', '/Chara/Npc/Populace/PopulaceStandard', '1100016', '{\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 ('1000862', '/Chara/Npc/Populace/PopulaceStandard', '1400019', '{\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 ('1000863', '/Chara/Npc/Populace/PopulaceStandard', '1500022', '{\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 ('1000864', '/Chara/Npc/Populace/PopulaceStandard', '1400113', '{\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 ('1000865', '/Chara/Npc/Populace/PopulaceRetainerManager', '1300128', '{\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 ('1000866', '', '1400110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000867', '', '1000260', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000868', '', '4000015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000869', '', '4000099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000870', '', '4000099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000871', '', '4000099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000872', '', '4000114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000873', '', '4000115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000874', '', '4000113', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000875', '', '4000011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000876', '', '1900026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000877', '', '4000496', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000878', '', '4000497', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000879', '', '4000498', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000880', '', '4000487', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000881', '', '4000488', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000882', '', '4000489', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000883', '', '4000490', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000884', '', '1100175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000885', '', '4000519', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000886', '', '4000520', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000887', '', '1900018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000888', '', '1500080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000889', '', '1500102', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000890', '', '1400047', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000891', '', '4000374', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000892', '', '4000337', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000893', '', '4000375', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000894', '', '4000376', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000895', '', '4000377', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000896', '', '4000378', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000897', '', '4000352', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000898', '', '4000379', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000899', '', '1600269', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000900', '', '1200004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000901', '', '1500019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000902', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000903', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000904', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000905', '', '1500042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000906', '', '1500042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000907', '', '1300057', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000908', '', '1900073', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000909', '', '1100054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000910', '', '4000326', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000911', '', '4000327', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000912', '', '2450001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000913', '', '4000328', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000914', '', '4000329', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000915', '/Chara/Npc/Populace/PopulaceStandard', '1200160', '{\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 ('1000916', '/Chara/Npc/Populace/PopulaceStandard', '1500104', '{\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 ('1000917', '/Chara/Npc/Populace/PopulaceStandard', '1100130', '{\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 ('1000918', '', '1200104', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000919', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000920', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000921', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000922', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000923', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000924', '', '4000324', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000925', '', '4000325', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000926', '', '1600179', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000927', '', '1400023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000928', '', '1300015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000929', '', '1000235', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000930', '', '1500088', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000931', '', '1900015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000932', '', '1900021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000933', '', '1100029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000934', '/Chara/Npc/Populace/PopulaceStandard', '1400021', '{\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 ('1000935', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000936', '', '4000292', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000937', '', '4000293', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000938', '', '4000294', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000939', '', '4000295', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000940', '', '4000296', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000941', '', '4000297', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000942', '', '4000310', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000943', '', '4000311', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000944', '', '4000312', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000945', '', '4000313', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000946', '', '4000314', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000947', '', '4000315', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000948', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000949', '', '1200166', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000950', '/Chara/Npc/Populace/PopulaceStandard', '1300001', '{\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 ('1000951', '', '1600102', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000952', '', '4000335', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000953', '', '4000336', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000954', '', '1000104', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000955', '/Chara/Npc/Populace/PopulaceStandard', '1400111', '{\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 ('1000956', '', '1300032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000957', '', '4000509', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000958', '', '4000510', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000959', '', '4000511', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000960', '', '4000512', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000961', '', '4000513', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000962', '/Chara/Npc/Populace/PopulaceStandard', '1500003', '{\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 ('1000963', '/Chara/Npc/Populace/PopulaceStandard', '2200101', '{\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 ('1000964', '/Chara/Npc/Populace/PopulaceStandard', '1600076', '{\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 ('1000965', '/Chara/Npc/Populace/PopulaceStandard', '1400085', '{\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 ('1000966', '/Chara/Npc/Populace/PopulaceStandard', '1400112', '{\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 ('1000967', '/Chara/Npc/Populace/PopulaceStandard', '1600186', '{\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 ('1000968', '/Chara/Npc/Populace/PopulaceStandard', '1100161', '{\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 ('1000969', '/Chara/Npc/Populace/PopulaceStandard', '1900107', '{\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 ('1000970', '', '4000392', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000971', '', '4000393', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000972', '', '4000394', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000973', '', '4000395', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000974', '', '4000396', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000975', '', '4000397', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000976', '', '4000398', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000977', '', '4000399', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000978', '', '1000130', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000979', '', '1200016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000980', '', '4000339', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000981', '', '4000366', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000982', '', '4000367', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000983', '', '4000368', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000984', '', '4000353', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000985', '', '4000358', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000986', '', '4000369', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000987', '', '4000359', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000988', '', '4000370', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000989', '', '4000371', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000990', '', '4000338', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000991', '', '4000340', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000992', '', '4000372', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000993', '', '4000373', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000994', '/Chara/Npc/Populace/PopulaceStandard', '1100088', '{\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 ('1000995', '', '4000341', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000996', '', '4000342', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000997', '', '4000343', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000998', '', '4000344', null); +INSERT INTO `gamedata_actor_class` VALUES ('1000999', '', '4000345', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001000', '', '4000346', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001001', '', '4000347', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001002', '', '1600208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001003', '', '1100058', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001004', '', '1900081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001005', '', '1600034', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001006', '', '1200155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001007', '/Chara/Npc/Populace/PopulaceStandard', '1000134', '{\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 ('1001008', '', '4000348', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001009', '/Chara/Npc/Populace/PopulaceStandard', '1300104', '{\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 ('1001010', '', '1000184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001011', '', '2200187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001012', '/Chara/Npc/Populace/PopulaceStandard', '1400105', '{\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 ('1001013', '', '4000515', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001014', '', '4000354', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001015', '', '4000355', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001016', '', '4000356', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001017', '', '4000357', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001018', '', '1600029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001019', '', '1200156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001020', '', '4000360', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001021', '', '4000361', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001022', '/Chara/Npc/Populace/PopulaceStandard', '1400108', '{\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 ('1001023', '', '4000362', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001024', '', '4000363', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001025', '', '4000364', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001026', '', '4000365', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001027', '', '1900087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001028', '', '4000349', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001029', '', '1100007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001030', '', '4000350', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001031', '', '4000351', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001032', '', '1300125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001033', '', '1100404', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001034', '', '4000388', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001035', '', '4000330', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001036', '', '4000331', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001037', '', '4000332', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001038', '', '4000333', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001039', '', '4000334', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001040', '', '4000380', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001041', '', '4000381', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001042', '', '4000382', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001043', '', '4000383', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001044', '', '4000384', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001045', '', '4000385', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001046', '', '1500054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001047', '', '1000392', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001048', '', '1400089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001049', '', '2450008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001050', '', '1400008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001051', '', '1400061', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001052', '', '1500075', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001053', '', '1300113', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001054', '', '1200025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001055', '/Chara/Npc/Populace/PopulaceStandard', '1000055', '{\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 ('1001056', '/Chara/Npc/Populace/PopulaceStandard', '1500111', '{\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 ('1001057', '', '4000259', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001058', '', '4000258', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001059', '', '4000260', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001060', '', '4000261', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001061', '', '4000262', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001062', '', '4000263', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001063', '/Chara/Npc/Populace/PopulaceStandard', '1600114', '{\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 ('1001064', '/Chara/Npc/Populace/PopulaceStandard', '1600093', '{\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 ('1001065', '/Chara/Npc/Populace/PopulaceStandard', '1900131', '{\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 ('1001066', '', '1600256', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001067', '', '1900080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001068', '', '1200157', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001069', '', '1100401', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001070', '', '2200073', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001071', '', '1900093', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001072', '', '1400050', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001073', '/Chara/Npc/Populace/PopulaceStandard', '1400099', '{\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 ('1001074', '/Chara/Npc/Populace/PopulaceStandard', '1500087', '{\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 ('1001075', '/Chara/Npc/Populace/PopulaceStandard', '2200058', '{\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 ('1001076', '', '1400023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001077', '', '1000362', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001078', '', '1100372', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001079', '', '1600061', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001080', '', '1400114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001081', '', '1900122', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001082', '', '1100094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001083', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001084', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001085', '', '2450002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001086', '', '2450004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001087', '', '2450007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001088', '', '2450003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001089', '', '2450005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001090', '', '2450006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001091', '', '2450009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001092', '', '2450010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001093', '', '4000503', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001094', '', '4000504', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001095', '', '4000505', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001096', '', '4000506', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001097', '', '4000507', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001098', '', '4000508', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001099', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001100', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001101', '/Chara/Npc/Populace/PopulaceStandard', '1900142', '{\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 ('1001102', '/Chara/Npc/Populace/PopulaceStandard', '1000223', '{\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 ('1001103', '/Chara/Npc/Populace/PopulaceStandard', '1200141', '{\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 ('1001104', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001105', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001106', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001107', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001108', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001109', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001110', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001111', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001112', '', '4000517', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001113', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001114', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001115', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001117', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001118', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001119', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001120', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001121', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001122', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001123', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001124', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001125', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001126', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001127', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001128', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001129', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001130', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001131', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001132', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001133', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001134', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001135', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001136', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001137', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001138', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001139', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001140', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001141', '/Chara/Npc/Populace/PopulaceStandard', '1400117', '{\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 ('1001142', '/Chara/Npc/Populace/PopulaceStandard', '1400095', '{\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 ('1001143', '/Chara/Npc/Populace/PopulaceStandard', '1500020', '{\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 ('1001144', '/Chara/Npc/Populace/PopulaceStandard', '1600085', '{\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 ('1001145', '/Chara/Npc/Populace/PopulaceStandard', '1300074', '{\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 ('1001146', '', '1600261', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001147', '', '1900126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001148', '', '1400094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001149', '', '1000118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001150', '', '1200102', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001151', '', '1100173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001152', '', '1400118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001153', '', '1500081', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001154', '', '1600062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001155', '', '1000159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001156', '', '1300109', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001157', '', '1500092', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001158', '', '1200083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001159', '', '1400115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001160', '', '1600073', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001161', '', '1900149', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001162', '', '1200163', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001163', '', '2200052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001164', '', '1500108', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001165', '/Chara/Npc/Populace/PopulaceStandard', '1400041', '{\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 ('1001166', '/Chara/Npc/Populace/PopulaceStandard', '1400031', '{\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 ('1001167', '/Chara/Npc/Populace/PopulaceStandard', '1500047', '{\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 ('1001168', '/Chara/Npc/Populace/PopulaceStandard', '1500074', '{\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 ('1001169', '/Chara/Npc/Populace/PopulaceStandard', '1200149', '{\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 ('1001170', '/Chara/Npc/Populace/PopulaceStandard', '1600118', '{\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 ('1001171', '/Chara/Npc/Populace/PopulaceStandard', '1900146', '{\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 ('1001172', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001173', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001174', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001175', '', '1100261', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001176', '', '1000022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001177', '', '1900092', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001178', '', '2450012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001179', '', '2450013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001180', '', '2450014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001181', '', '2450015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001182', '/Chara/Npc/Populace/PopulaceLinkshellManager', '1400068', '{\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 ('1001183', '/Chara/Npc/Populace/PopulaceLinkshellManager', '1100126', '{\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 ('1001184', '/Chara/Npc/Populace/PopulaceRetainerManager', '1000131', '{\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 ('1001185', '/Chara/Npc/Populace/PopulaceStandard', '1000333', '{\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 ('1001186', '/Chara/Npc/Populace/PopulaceStandard', '1900094', '{\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 ('1001187', '/Chara/Npc/Populace/PopulaceStandard', '1400104', '{\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 ('1001188', '', '1100374', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001189', '', '1500110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001190', '', '1200043', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001191', '/Chara/Npc/Populace/PopulaceStandard', '1000213', '{\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 ('1001192', '/Chara/Npc/Populace/PopulaceStandard', '1300033', '{\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 ('1001193', '/Chara/Npc/Populace/PopulaceStandard', '1600214', '{\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 ('1001194', '', '1400075', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001195', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001196', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001197', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001198', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001199', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001200', '/Chara/Npc/Populace/PopulaceStandard', '1300139', '{\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 ('1001201', '/Chara/Npc/Populace/PopulaceStandard', '1300124', '{\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 ('1001202', '/Chara/Npc/Populace/PopulaceStandard', '1200169', '{\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 ('1001203', '/Chara/Npc/Populace/PopulaceStandard', '1900130', '{\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 ('1001204', '', '1900113', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001205', '', '1100417', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001206', '', '1900101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001207', '', '4000401', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001208', '', '4000402', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001209', '', '4000403', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001210', '', '4000404', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001211', '', '1100395', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001212', '', '1200144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001213', '', '1000079', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001214', '', '4000405', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001215', '', '4000406', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001216', '', '4000407', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001217', '', '1900018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001218', '', '1400024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001219', '', '1600240', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001220', '', '4000408', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001221', '', '4000409', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001222', '', '4000410', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001223', '', '4000411', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001224', '', '1000135', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001225', '', '4000412', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001226', '', '4000413', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001227', '', '4000414', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001228', '', '1600159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001229', '', '1200152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001230', '', '1900127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001231', '', '4000415', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001232', '', '4000416', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001233', '', '4000417', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001234', '', '4000418', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001235', '', '4000419', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001236', '', '4000420', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001237', '', '2450020', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001238', '', '2450021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001239', '', '4000421', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001240', '', '4000422', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001241', '', '4000423', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001242', '', '4000424', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001243', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001244', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001245', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001246', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001247', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001248', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001249', '', '4000425', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001250', '', '4000426', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001251', '', '4000427', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001252', '', '2480001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001253', '', '4000428', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001254', '', '4000429', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001255', '', '4000430', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001256', '/Chara/Npc/Populace/PopulaceStandard', '2200127', '{\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 ('1001257', '/Chara/Npc/Populace/PopulaceStandard', '1000322', '{\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 ('1001258', '', '1300030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001259', '', '1600190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001260', '/Chara/Npc/Populace/PopulaceStandard', '1900082', '{\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 ('1001261', '', '1300049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001262', '', '1000072', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001263', '', '1400132', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001264', '', '1900061', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001265', '', '4000431', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001266', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001267', '', '1200183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001268', '', '1300121', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001269', '', '1200185', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001270', '', '4000432', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001271', '', '4000433', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001272', '', '4000434', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001273', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001274', '', '4000435', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001275', '', '4000436', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001276', '', '4000437', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001277', '', '4000438', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001278', '', '4000439', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001279', '', '4000440', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001280', '', '4000441', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001281', '', '4000442', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001282', '', '4000443', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001283', '', '4000444', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001284', '', '4000445', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001285', '', '1300144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001286', '', '1400127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001287', '', '4000446', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001288', '', '4000447', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001289', '', '4000448', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001290', '', '4000449', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001291', '', '4000111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001292', '', '4000111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001293', '', '4000111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001294', '', '1300138', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001295', '', '1000065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001296', '', '1600236', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001297', '', '1100049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001298', '', '1500045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001299', '', '1900141', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001300', '', '1600121', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001301', '', '1500121', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001302', '', '1600290', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001303', '', '1200135', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001304', '', '1600169', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001305', '', '1900017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001306', '', '1600198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001307', '', '1900133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001308', '', '1600111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001309', '', '1900174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001310', '', '2200234', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001311', '', '1900153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001312', '', '1600291', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001313', '', '1600303', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001314', '', '1200139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001315', '', '1500120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001316', '', '1500067', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001317', '', '1400140', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001318', '', '1400145', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001319', '', '2200055', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001320', '', '1500012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001321', '', '1500018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001322', '', '1400139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001323', '', '1300100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001324', '', '1400120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001325', '', '1900161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001326', '', '1100142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001327', '', '1500053', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001328', '', '2200039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001329', '', '1400123', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001330', '', '1100245', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001331', '', '1600149', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001332', '', '2200050', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001333', '', '2200198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001334', '', '2200199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001335', '', '1500122', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001336', '', '1100178', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001337', '', '1000384', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001338', '', '1100093', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001339', '', '1100158', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001340', '', '1100159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001341', '', '1000374', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001342', '', '1600104', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001343', '', '1400124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001344', '', '1000093', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001345', '', '1000094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001346', '', '1500041', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001347', '', '1600292', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001348', '', '1000176', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001349', '', '1000177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001350', '', '1200172', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001351', '', '1900181', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001352', '', '1100071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001353', '', '1100082', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001354', '', '2200242', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001355', '', '1300098', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001356', '', '1200164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001357', '', '1600086', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001358', '', '1000190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001359', '', '1300101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001360', '', '1300102', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001361', '', '1200159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001362', '', '1500123', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001363', '', '1300106', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001364', '', '1000211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001365', '', '1100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001366', '', '1300099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001367', '', '1200087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001368', '', '1200088', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001369', '', '1300087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001370', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001371', '/Chara/Npc/Populace/PopulaceGuildlevePublisher', '1400141', '{\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 ('1001372', '/Chara/Npc/Populace/PopulacePassiveGLPublisher', '1000106', '{\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 ('1001373', '', '1900129', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001374', '', '1400142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001375', '', '1000125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001376', '', '1500130', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001377', '', '1500141', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001378', '', '1200184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001379', '', '4000549', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001380', '', '1500142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001381', '', '1300132', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001382', '', '1000371', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001383', '', '1000403', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001384', '', '1400064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001385', '', '2450024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001386', '', '2450025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001387', '', '2450026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001388', '', '2450027', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001389', '', '2450028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001390', '', '4000550', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001391', '', '4000551', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001392', '', '1500091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001393', '', '2470016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001394', '', '2470017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001395', '', '2470018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001396', '', '1000164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001397', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001398', '', '2200096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001399', '', '4000553', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001400', '', '4000554', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001401', '', '4000555', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001402', '', '4000556', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001403', '', '4000557', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001404', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001405', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001406', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001407', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001408', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001409', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001410', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001411', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001412', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001413', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001414', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001415', '/Chara/Npc/Populace/PopulaceStandard', '1100235', '{\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 ('1001416', '/Chara/Npc/Populace/PopulaceStandard', '1600297', '{\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 ('1001417', '/Chara/Npc/Populace/PopulaceStandard', '1400092', '{\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 ('1001418', '/Chara/Npc/Populace/PopulaceStandard', '1600248', '{\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 ('1001419', '/Chara/Npc/Populace/PopulaceStandard', '1500135', '{\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 ('1001420', '/Chara/Npc/Populace/PopulaceStandard', '1500124', '{\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 ('1001421', '/Chara/Npc/Populace/PopulaceStandard', '1400119', '{\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 ('1001422', '/Chara/Npc/Populace/PopulaceStandard', '1500126', '{\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 ('1001423', '/Chara/Npc/Populace/PopulaceStandard', '1400155', '{\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 ('1001424', '/Chara/Npc/Populace/PopulaceStandard', '1400157', '{\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 ('1001425', '/Chara/Npc/Populace/PopulaceStandard', '1900158', '{\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 ('1001426', '/Chara/Npc/Populace/PopulaceStandard', '1500116', '{\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 ('1001427', '/Chara/Npc/Populace/PopulaceStandard', '1200153', '{\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 ('1001428', '/Chara/Npc/Populace/PopulaceStandard', '1400156', '{\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 ('1001429', '/Chara/Npc/Populace/PopulaceStandard', '1500117', '{\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 ('1001430', '', '1000157', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001431', '/Chara/Npc/Populace/PopulaceStandard', '1100194', '{\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 ('1001432', '', '1000172', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001433', '', '2200228', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001434', '', '1100396', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001435', '', '1300131', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001436', '/Chara/Npc/Populace/PopulaceStandard', '1000188', '{\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 ('1001437', '/Chara/Npc/Populace/PopulaceStandard', '1100426', '{\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 ('1001438', '/Chara/Npc/Populace/PopulaceStandard', '1400122', '{\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 ('1001439', '/Chara/Npc/Populace/PopulaceStandard', '2200226', '{\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 ('1001440', '/Chara/Npc/Populace/PopulaceStandard', '1500127', '{\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 ('1001441', '/Chara/Npc/Populace/PopulaceStandard', '2200254', '{\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 ('1001442', '/Chara/Npc/Populace/PopulaceStandard', '1100163', '{\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 ('1001443', '/Chara/Npc/Populace/PopulaceStandard', '1100354', '{\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 ('1001444', '/Chara/Npc/Populace/PopulaceStandard', '1000215', '{\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 ('1001445', '/Chara/Npc/Populace/PopulaceStandard', '1000229', '{\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 ('1001446', '', '1100189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001447', '', '1000237', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001448', '', '2200236', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001449', '', '1600282', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001450', '', '1400158', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001451', '/Chara/Npc/Populace/PopulaceStandard', '4000536', '{\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 ('1001452', '/Chara/Npc/Populace/PopulaceStandard', '4000536', '{\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 ('1001453', '/Chara/Npc/Populace/PopulaceStandard', '4000536', '{\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 ('1001454', '/Chara/Npc/Populace/PopulaceStandard', '4000536', '{\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 ('1001455', '/Chara/Npc/Populace/PopulaceStandard', '4000536', '{\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 ('1001456', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001457', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001458', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600172', '{\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 ('1001459', '/Chara/Npc/Populace/PopulaceStandard', '1300129', '{\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 ('1001460', '', '1300141', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001461', '/Chara/Npc/Populace/Shop/PopulaceGuildShop', '1200180', '{\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 ('1001462', '/Chara/Npc/Populace/PopulaceStandard', '1900116', '{\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 ('1001463', '/Chara/Npc/Populace/PopulaceStandard', '1500025', '{\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 ('1001464', '/Chara/Npc/Populace/PopulaceStandard', '1000247', '{\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 ('1001465', '/Chara/Npc/Populace/PopulaceStandard', '1500061', '{\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 ('1001466', '/Chara/Npc/Populace/PopulaceStandard', '1900137', '{\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 ('1001467', '/Chara/Npc/Populace/PopulaceStandard', '1200171', '{\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 ('1001468', '/Chara/Npc/Populace/PopulaceStandard', '1100133', '{\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 ('1001469', '/Chara/Npc/Populace/PopulaceStandard', '1100061', '{\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 ('1001470', '', '1100445', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001471', '/Chara/Npc/Populace/PopulaceStandard', '1500056', '{\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 ('1001472', '/Chara/Npc/Populace/PopulaceStandard', '1500057', '{\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 ('1001473', '/Chara/Npc/Populace/PopulaceStandard', '1900121', '{\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 ('1001474', '/Chara/Npc/Populace/PopulaceStandard', '1600285', '{\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 ('1001475', '/Chara/Npc/Populace/PopulaceStandard', '1300035', '{\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 ('1001476', '/Chara/Npc/Populace/PopulaceStandard', '1900134', '{\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 ('1001477', '', '1900148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001478', '', '4000599', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001479', '', '4000599', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001480', '', '4000599', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001481', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001482', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001483', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001484', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001485', '', '4000537', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001486', '', '4000538', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001487', '', '4000539', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001488', '', '4000540', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001489', '', '4000541', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001490', '/Chara/Npc/Populace/PopulaceStandard', '4000542', '{\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 ('1001491', '/Chara/Npc/Populace/PopulaceStandard', '4000543', '{\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 ('1001492', '/Chara/Npc/Populace/PopulaceStandard', '4000544', '{\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 ('1001493', '/Chara/Npc/Populace/PopulaceStandard', '4000545', '{\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 ('1001494', '/Chara/Npc/Populace/PopulaceStandard', '4000546', '{\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 ('1001495', '/Chara/Npc/Populace/PopulaceStandard', '4000547', '{\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 ('1001496', '/Chara/Npc/Populace/PopulaceStandard', '4000548', '{\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 ('1001497', '', '1400161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001498', '', '1100422', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001499', '', '1200181', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001500', '', '1200175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001501', '', '1100420', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001502', '', '1600209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001503', '', '1000123', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001504', '', '1500133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001505', '', '1600306', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001506', '', '1300136', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001507', '', '2200204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001508', '/Chara/Npc/Populace/PopulaceStandard', '1300051', '{\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 ('1001509', '', '1600196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001510', '/Chara/Npc/Populace/PopulaceStandard', '1600305', '{\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 ('1001511', '', '1400154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001512', '', '2200211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001513', '', '1900156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001514', '', '1900054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001515', '', '1100003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001516', '', '1200030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001517', '', '2450021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001518', '', '1400012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001519', '', '4000231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001520', '', '4000241', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001521', '', '4000556', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001522', '', '4000555', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001523', '', '4000557', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001524', '', '4000553', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001525', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001526', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001527', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001528', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001529', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001530', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001531', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001532', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001533', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001534', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001535', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001536', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001537', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001538', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001539', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001540', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001541', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001542', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001543', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001544', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001553', '', '2450016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001554', '', '1600262', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001555', '', '1500049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001556', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001557', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001558', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001559', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001560', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001561', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001562', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001563', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001564', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001565', '/Chara/Npc/Populace/PopulaceStandard', '1100290', '{\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 ('1001566', '', '1300021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001567', '/Chara/Npc/Populace/PopulaceStandard', '1100136', '{\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 ('1001568', '', '1700011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001569', '', '2700006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001570', '', '2700007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001571', '', '2700008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001572', '', '2700004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001573', '/Chara/Npc/Populace/PopulaceStandard', '2500001', '{\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 ('1001574', '', '1200162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001575', '', '1900166', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001576', '', '1000169', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001577', '', '1400182', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001578', '', '1300019', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001579', '', '1600004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001580', '', '2200047', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001581', '', '1500115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001582', '', '1600184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001583', '', '1300175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001584', '', '1500030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001585', '', '1000251', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001586', '', '2600006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001587', '', '2600004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001588', '', '1900264', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001589', '', '1000365', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001590', '', '2600001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001591', '', '2600002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001592', '', '1100018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001593', '', '1100128', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001594', '', '2600003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001595', '', '2600005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001596', '', '2200003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001597', '', '1400128', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001598', '', '1000044', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001599', '', '1400163', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001600', '', '1200036', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001601', '', '1000025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001602', '', '1900143', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001603', '', '1500063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001604', '', '1900139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001605', '', '1000057', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001606', '', '1400160', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001607', '', '1100174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001608', '', '1300151', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001609', '', '1600005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001610', '', '1200038', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001611', '', '1600080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001612', '', '1100371', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001613', '', '1900102', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001614', '', '1400199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001615', '', '1000038', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001616', '', '1000425', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001617', '', '1100454', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001618', '', '1000426', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001619', '', '1600313', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001620', '', '1300200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001621', '', '1200238', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001622', '', '1300201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001623', '', '1900265', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001624', '', '1600312', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001625', '', '1500202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001626', '', '1400205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001627', '', '1400206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001628', '', '1100167', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001629', '', '2200231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001630', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001631', '', '1400176', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001632', '', '1900086', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001633', '', '1200161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001634', '', '1100375', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001635', '', '1300060', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001636', '', '1900182', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001637', '', '1400165', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001638', '', '1000416', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001639', '', '1200187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001640', '', '1600142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001641', '', '1500159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001642', '', '1400169', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001643', '', '4000606', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001644', '/Chara/Npc/Populace/PopulaceStandard', '4000607', '{\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 ('1001645', '', '4000608', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001646', '', '4000609', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001647', '', '4000610', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001648', '', '4000611', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001649', '', '4000604', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001650', '', '4000605', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001651', '', '1100003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001652', '/Chara/Npc/Populace/PopulaceTutorial', '1600150', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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\": \"pushDefault\",\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 ('1001653', '', '1900168', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001654', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001655', '', '1500076', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001656', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001657', '', '1900170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001658', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001659', '', '1500083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001660', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001661', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001662', '', '1600140', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001663', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001664', '', '1200063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001665', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001666', '', '1600178', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001667', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001668', '', '1200060', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001669', '', '1900175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001670', '', '1300152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001671', '', '1100355', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001672', '', '1000194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001673', '', '1600148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001674', '', '1200177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001675', '', '1400186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001676', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001677', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001678', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001679', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001680', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001681', '', '1600083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001682', '', '1000030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001683', '', '1900195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001684', '', '1000087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001685', '', '2200004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001686', '', '1000330', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001687', '', '1400166', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001688', '', '1100011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001689', '', '1200221', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001690', '', '1000059', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001691', '', '1900188', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001692', '', '1000071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001693', '', '1200059', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001694', '', '1600012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001695', '', '1400153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001696', '', '2300120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001697', '', '1000158', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001698', '', '1400180', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001699', '', '1200057', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001700', '', '1400167', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001701', '', '1500119', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001702', '', '1900190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001703', '', '1100044', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001704', '', '1600119', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001705', '', '1300110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001706', '/Chara/Npc/Populace/PopulaceStandard', '1500134', '{\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 ('1001707', '/Chara/Npc/Populace/PopulaceStandard', '1600135', '{\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 ('1001708', '/Chara/Npc/Populace/PopulaceStandard\r\n', '1200196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001709', '/Chara/Npc/Populace/PopulaceStandard', '1100073', '{\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 ('1001710', '/Chara/Npc/Populace/PopulaceStandard', '1000257', '{\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 ('1001711', '', '1900211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001712', '/Chara/Npc/Populace/PopulaceStandard', '1200201', '{\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 ('1001713', '/Chara/Npc/Populace/PopulaceStandard', '1900197', '{\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 ('1001714', '', '2200042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001715', '', '1600016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001716', '', '1400170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001717', '/Chara/Npc/Populace/PopulaceStandard', '1100080', '{\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 ('1001718', '', '1000221', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001719', '', '1200197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001720', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001721', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001722', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001723', '', '1000326', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001724', '', '1900187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001725', '', '1400174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001726', '/Chara/Npc/Populace/PopulaceStandard', '1000274', '{\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 ('1001727', '', '2500002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001728', '', '1600189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001729', '', '1400187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001730', '', '1900199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001731', '', '1900186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001732', '', '1600155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001733', '', '1500138', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001734', '', '1000039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001735', '', '1200090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001736', '', '1400172', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001737', '', '1600078', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001738', '', '1200229', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001739', '', '1000205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001740', '', '4000619', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001741', '', '1300199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001742', '', '1600037', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001743', '', '1000034', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001744', '', '1900185', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001745', '', '1500132', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001746', '', '1000333', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001747', '', '1900094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001748', '', '1000095', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001749', '', '1600055', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001750', '', '1300150', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001751', '', '1000098', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001752', '', '1600013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001753', '', '1900115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001754', '', '1300071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001755', '', '1400041', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001756', '', '2200186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001757', '', '1900189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001758', '', '1000127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001759', '', '1200050', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001760', '', '1100112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001761', '', '1500136', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001762', '', '3202601', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001763', '', '1400041', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001764', '', '1600030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001765', '', '1500144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001766', '', '1200194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001767', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001768', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001769', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001770', '/Chara/Npc/Populace/PopulaceStandard', '1100183', '{\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 ('1001771', '/Chara/Npc/Populace/PopulaceStandard', '1300172', '{\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 ('1001772', '', '4000615', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001773', '', '4000616', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001774', '', '4000617', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001775', '', '4000618', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001776', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001777', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001778', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001779', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001780', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001781', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001782', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001783', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001784', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001785', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001786', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001787', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001788', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001789', '', '1300189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001790', '', '1500170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001791', '', '1100448', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001792', '', '4000632', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001793', '', '4000633', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001794', '', '4000634', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001795', '', '4000635', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001796', '', '4000636', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001797', '', '4000637', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001798', '', '4000638', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001799', '', '4000639', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001800', '', '4000640', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001801', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001802', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001803', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001804', '', '1200091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001805', '', '1900144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001806', '/Chara/Npc/Populace/PopulaceStandard', '1300078', '{\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 ('1001807', '', '1600299', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001808', '', '1100220', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001809', '', '1200218', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001810', '', '1900223', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001811', '', '3206305', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001812', '', '1600139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001813', '', '1600122', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001814', '', '1600321', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001815', '', '1000144', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001816', '', '1200148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001817', '', '1900193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001818', '', '1400178', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001819', '', '3207022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001820', '', '3280029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001821', '', '3280030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001822', '', '3280031', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001823', '', '3103308', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001824', '', '1500154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001825', '', '1300042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001826', '', '1600244', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001827', '', '2200235', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001828', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001829', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001830', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001831', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001832', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001833', '', '1000353', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001834', '', '2200183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001835', '', '1200227', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001836', '', '2480006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001837', '', '2480007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001838', '', '2480008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001839', '', '1000111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001840', '', '1900246', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001841', '', '1100397', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001842', '', '1100398', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001843', '', '1100399', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001844', '', '1900233', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001845', '', '1900234', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001846', '', '1900235', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001847', '', '1500187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001848', '', '1500188', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001849', '', '1500189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001850', '', '3103110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001851', '', '3104208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001852', '', '3202706', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001853', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001854', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001855', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001856', '', '3101010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001857', '', '3203001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001858', '', '3203004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001859', '', '3101605', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001860', '', '3200706', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001861', '', '3108702', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001862', '', '3204101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001863', '', '3105301', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001864', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001865', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001866', '', '1000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001867', '', '1200024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001868', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001869', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001870', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001871', '', '1000016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001872', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001873', '', '1600213', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001874', '', '1200013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001875', '', '1100004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001876', '', '1900026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001877', '', '1900030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001878', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001879', '', '1500004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001880', '', '1000297', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001881', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001882', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001883', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001884', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001885', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001886', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001887', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001888', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001889', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001890', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001891', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001892', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001893', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001894', '', '1000090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001896', '', '4000651', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001900', '', '1100087', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001901', '', '4000650', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001903', '', '1000052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001904', '', '1200191', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001906', '', '4000648', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001911', '', '1400200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001913', '', '1400202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001914', '', '4000653', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001916', '', '1500171', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001921', '', '1600333', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001922', '', '1600334', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001925', '', '1600337', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001926', '', '1900216', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001927', '', '1900217', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001928', '', '1900218', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001931', '', '4000652', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001932', '/Chara/Npc/Populace/PopulaceStandard', '2200217', '{\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 ('1001936', '', '2480005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001937', '', '2480004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001938', '', '2480002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001951', '/Chara/Npc/Populace/PopulaceStandard', '1000036', '{\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 ('1001952', '', '4000649', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001953', '/Chara/Npc/Populace/PopulaceStandard', '1000050', '{\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 ('1001954', '', '3310701', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001955', '', '1200223', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001956', '', '1100221', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001957', '', '2480009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001960', '', '3202612', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001961', '', '3206412', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001962', '', '3201427', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001963', '', '3206413', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001964', '', '3206414', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001965', '', '3206416', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001966', '', '3204607', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001967', '', '3204706', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001968', '', '3204801', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001969', '', '3204906', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001970', '', '3205001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001971', '', '3205101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001972', '', '3200609', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001973', '', '3203505', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001974', '', '3209907', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001975', '', '3202504', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001976', '', '3201708', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001977', '', '3202209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001978', '', '3280322', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001979', '', '3280323', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001980', '', '3280324', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001981', '', '3280325', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001982', '', '3201209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001983', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001984', '', '3280318', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001985', '', '1600296', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001986', '', '1900222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001987', '', '1000206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001988', '', '1500179', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001989', '', '1200142', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001990', '', '1900242', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001991', '', '1500185', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001992', '', '1600315', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001993', '', '1100385', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001994', '', '1900229', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001995', '', '2200152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001996', '', '1900226', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001997', '', '2600003', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001998', '', '2600001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1001999', '', '2600004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002000', '', '1100457', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002001', '', '1000275', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002002', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002003', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002004', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002005', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002006', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002007', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002008', '', '2600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002009', '', '2600007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002010', '', '2600007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002011', '', '2600007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002012', '', '3305901', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002013', '', '3305401', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002014', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002015', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002016', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002017', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002018', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002019', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002020', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002021', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002022', '', '4000613', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002023', '', '2200241', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002024', '', '1200133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002025', '', '1700011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002026', '', '3305401', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002027', '', '4000644', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002028', '', '4000654', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002029', '', '4000646', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002030', '', '4000645', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002031', '', '4000647', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002032', '', '1200195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002033', '', '1000193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002034', '', '1900214', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002035', '', '1000109', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002036', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002037', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002038', '', '1000149', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002039', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002040', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002041', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002042', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002043', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002044', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002045', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002046', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002047', '/Chara/Npc/Populace/PopulaceStandard', '1400131', '{\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 ('1002048', '', '3209501', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002049', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002050', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002051', '', '2700009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002052', '', '1600179', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002053', '', '1600089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002054', '', '1600091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002055', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002056', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002057', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002058', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002059', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002060', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002061', '', '1000013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002062', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002063', '', '3210801', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002064', '', '3210802', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002065', '', '1000117', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002066', '', '1000026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002067', '', '2200152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002068', '', '2200152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002069', '', '2300120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002070', '', '1400004', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002071', '', '1200068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002072', '', '1300028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002073', '', '1000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002074', '', '1200226', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002075', '', '4000657', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002076', '', '4000657', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002077', '', '4000657', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002078', '', '1900206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002079', '', '1900168', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002080', '', '1900170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002081', '', '1900175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002082', '', '1100355', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002083', '', '1300152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002084', '', '1100226', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002085', '', '1300159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002086', '', '1500204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002087', '', '1600350', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002088', '', '1600350', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002089', '', '1600350', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002090', '/Chara/Npc/Populace/InstanceRaidGuide/InstanceRaidGuide', '1000232', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002091', '/Chara/Npc/Populace/InstanceRaidGuide/InstanceRaidGuide', '1300160', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002092', '', '3200706', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002093', '', '3200706', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002094', '', '1000194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002095', '', '1200177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002096', '', '1600148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002097', '', '2200263', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002098', '', '1000197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002099', '', '1400177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002100', '', '1900226', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002101', '/Chara/Npc/Populace/PopulaceStandard', '1400220', '{\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 ('1002102', '', '1000425', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002103', '', '1100454', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002104', '', '1000426', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002105', '', '1600313', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002106', '', '1300200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002107', '', '1200238', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002108', '', '1300201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002109', '', '1900265', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002110', '/Chara/Npc/Populace/PopulaceStandard', '1600312', '{\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 ('1002111', '/Chara/Npc/Populace/PopulaceStandard', '1500202', '{\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 ('1002112', '/Chara/Npc/Populace/PopulaceStandard', '1400205', '{\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 ('1002113', '/Chara/Npc/Populace/PopulaceSpecialEventCryer', '1400206', '{\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 ('1002114', '', '1000281', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002115', '', '2200152', null); +INSERT INTO `gamedata_actor_class` VALUES ('1002116', '', '1400222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060001', '', '4000542', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060002', '', '2700016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060003', '', '2700001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060004', '', '1000052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060008', '', '2700009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060009', '', '2700002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060010', '', '1000353', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060011', '', '1200193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060012', '', '1400009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060013', '', '2700014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060014', '', '1400135', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060015', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060016', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060017', '', '1000353', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060018', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060019', '', '1000353', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060021', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060022', '/Chara/Npc/Populace/InstanceRaidGuide/InstanceRaidGuide', '2700013', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060024', '', '1600360', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060025', '', '1000437', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060026', '', '1300204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060027', '', '1000436', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060028', '', '1600318', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060029', '', '1100419', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060030', '', '2600009', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060031', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060032', '', '2200241', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060033', '', '1000101', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060034', '', '1400197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060035', '', '1500186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060036', '', '2420027', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060037', '', '2430006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060038', '', '2440001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060039', '', '1200133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060040', '', '1200199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060041', '', '1600175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1060042', '/Chara/Npc/Populace/PopulaceStandard', '1000146', '{\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 ('1060043', '', '2200115', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070001', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070002', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070003', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070004', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070005', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070006', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070007', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070008', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070009', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070010', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070011', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070012', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070013', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070014', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070015', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070016', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070017', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070018', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070019', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070020', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070021', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070022', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070023', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070024', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070025', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070026', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070027', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070028', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070029', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070030', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070031', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070032', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070033', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070034', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070035', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070036', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070037', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070038', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070039', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070040', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070041', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070042', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070043', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070044', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070045', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070046', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070047', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070048', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070049', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070050', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070051', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070052', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070053', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070054', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070055', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070056', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070057', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070058', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070059', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070060', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070061', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070062', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070063', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070064', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070065', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070066', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070067', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070068', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070069', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070070', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070071', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070072', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070073', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070074', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070075', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070076', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070077', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070078', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070079', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070080', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070081', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070082', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070083', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070084', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070085', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070086', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070087', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070088', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070089', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070090', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070091', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070092', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070093', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070094', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070095', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070096', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070097', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070098', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070099', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070100', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070101', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070102', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070103', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070104', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070105', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070106', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070107', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070108', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070109', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070110', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070111', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070112', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070113', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070114', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070115', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1070116', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080001', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080014', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080015', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080016', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080017', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080018', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080019', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080020', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080021', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080022', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080023', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080024', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080025', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080026', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080027', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080028', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080029', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080030', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080031', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080032', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080037', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080038', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080039', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080040', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080041', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080042', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080043', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080044', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080045', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080046', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080047', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080048', '', '4000595', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080049', '', '4000595', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080050', '', '4000595', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080051', '', '4000595', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080052', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080055', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080058', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080059', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080060', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080063', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080064', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080065', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080066', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080067', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080068', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080069', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080070', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080071', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080072', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080073', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080074', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080075', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080076', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080077', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080078', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080079', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080080', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080081', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080082', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080083', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080084', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080085', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080086', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080087', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080088', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080089', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080091', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080092', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080093', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080094', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080095', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080096', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080097', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080098', '', '4010011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080099', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080100', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080101', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080103', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080104', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080105', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080110', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080111', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080112', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080113', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080114', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080115', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080120', '/Chara/Npc/Populace/PopulaceCutScenePlayer', '4010013', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1080121', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080122', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080123', '', '4010020', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080124', '', '4010021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080125', '', '4010022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080126', '', '4010023', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080127', '', '4010024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080128', '', '4010025', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080129', '', '4010026', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080130', '', '4010027', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080131', '', '4010028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080132', '', '4010029', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080133', '', '4010030', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080134', '', '4010031', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080135', '', '4010032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1080136', '', '4010033', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090001', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090003', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090006', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090007', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090017', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090018', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090019', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090025', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090026', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090027', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090028', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090039', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090040', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090041', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090042', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090043', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090044', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090045', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090046', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090047', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090048', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090049', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090050', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090051', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090052', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090055', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090058', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090059', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090060', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090063', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090064', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090065', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090066', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090067', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090068', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090069', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090070', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090071', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090072', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090073', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090074', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090075', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090076', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090077', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090078', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090079', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090080', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090081', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090082', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090083', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090084', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090085', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090086', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090087', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090088', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090089', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090091', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090092', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090093', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090094', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090095', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090096', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090097', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090098', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090099', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090100', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090101', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090103', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090104', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090105', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090110', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090111', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090112', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090113', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090114', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090115', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090117', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090118', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090119', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090120', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090121', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090122', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090123', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090124', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090125', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090126', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090127', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090128', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090129', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090130', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090131', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090132', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090133', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090134', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090135', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090136', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090137', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090138', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090139', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090140', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090141', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090142', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090143', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090144', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090145', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090146', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090147', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090148', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090149', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090150', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090151', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090152', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090153', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090154', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090155', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090156', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090157', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090158', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090159', '/Chara/Npc/Object/ObjectEventDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090160', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090161', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090162', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090163', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090164', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090165', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090166', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090167', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090168', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090169', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090170', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090171', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090172', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090173', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090174', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090175', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090176', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090177', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090178', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090179', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090180', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090181', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090182', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090183', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090184', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090185', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090186', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090187', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090188', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090189', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090190', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090191', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090192', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090193', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090194', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090195', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090196', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090197', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090198', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090199', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090200', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090201', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090202', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090203', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090204', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090205', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090206', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090207', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090208', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090209', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090210', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090211', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090212', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090213', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090214', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090215', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090216', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090217', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090218', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090219', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090220', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090221', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090222', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090223', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090224', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090225', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090226', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090227', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090228', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090229', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090230', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090231', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090232', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090233', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090234', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090235', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090236', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090237', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090238', '/Chara/Npc/Object/MarketEntrance', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090239', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090240', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090241', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090242', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090243', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090244', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090245', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090246', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090247', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090248', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090249', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090250', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090251', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090252', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090253', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090254', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090255', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090256', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090257', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090258', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090259', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090260', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090261', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090262', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090263', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090264', '/Chara/Npc/Object/MarketEntrance', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090265', '/Chara/Npc/Object/MarketEntrance', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090266', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090267', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090268', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090269', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090270', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090271', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090272', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090273', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090274', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090275', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090276', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090277', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090278', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090279', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090280', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090281', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090282', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090283', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090284', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090285', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090286', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090287', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090288', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090289', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090290', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090291', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090292', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090293', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090294', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090295', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090296', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090297', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090298', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090299', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090300', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090301', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090302', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090303', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090304', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090305', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090306', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090307', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090308', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090309', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090310', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090311', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090312', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090313', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090314', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090315', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090316', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090317', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090318', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090319', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090320', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090321', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090322', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090323', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090324', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090325', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090326', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090327', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090328', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090329', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090330', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090331', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090332', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090333', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090334', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090335', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090336', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090337', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090338', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090339', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090340', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090341', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090342', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090343', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090344', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090345', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090346', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090347', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090348', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090349', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090350', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090351', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090352', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090353', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090354', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090355', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090356', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090357', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090358', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090359', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090360', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090361', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090362', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090363', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090364', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090365', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090366', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090367', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090368', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090369', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090370', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090371', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090372', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090373', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090374', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090375', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090376', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090377', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090378', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090379', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090380', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090381', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090382', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090383', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090384', '/Chara/Npc/Object/OpeningStoperF0B1', '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 {\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 \"pushWithBoxEventConditions\": []\r\n}'); +INSERT INTO `gamedata_actor_class` VALUES ('1090385', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090386', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090387', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090388', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090389', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090390', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090391', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090392', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090393', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090394', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090395', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090396', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090397', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090398', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090399', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090400', '/Chara/Npc/Object/OpeningTownEventKeeper', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090401', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090402', '/Chara/Npc/Object/OpeningTownEventKeeper', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090403', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090404', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090405', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090406', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090407', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090408', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090409', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090410', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090411', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090412', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090413', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090414', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090415', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090416', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090417', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090418', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090419', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090420', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090421', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090422', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090423', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090424', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090425', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090426', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090427', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090428', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090429', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090430', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090431', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090432', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090433', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090434', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090435', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090436', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090437', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090438', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090439', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090440', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090441', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090442', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090443', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090444', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090445', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090446', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090447', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090449', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090450', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090451', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090452', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090453', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090454', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090455', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090456', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090457', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090458', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090459', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090460', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090461', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090462', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090463', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090464', '/Chara/Npc/Object/ChocoboStop', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090465', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090466', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090467', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090468', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090469', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090470', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090471', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090472', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090473', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090474', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090475', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090476', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090477', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090478', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090479', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090480', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090481', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090482', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090483', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090484', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090485', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090486', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090487', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090488', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090489', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090490', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090491', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090492', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090493', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090494', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090495', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090496', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090497', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090498', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090499', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090500', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090501', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090502', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090503', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090504', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090505', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090506', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090507', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090508', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090509', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090510', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090511', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090512', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090513', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090514', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090515', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090516', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090517', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090518', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090519', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090520', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090521', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090522', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090523', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090524', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1090525', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090526', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090527', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090528', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090529', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090530', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090531', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090532', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090533', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090534', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090535', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090536', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090537', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090538', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090539', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090540', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090541', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090542', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090543', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090544', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090545', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090546', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090547', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090548', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090549', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090550', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090551', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090552', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1090553', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099001', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099027', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099039', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099040', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099041', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099042', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099043', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099044', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099045', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099046', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1099047', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099048', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099049', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099050', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099051', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099052', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099055', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099058', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099059', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099060', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099063', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1099064', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099065', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099066', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099067', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099068', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1099069', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200001', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200002', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200003', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200014', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200022', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1200023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200024', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200027', '/Chara/Npc/Object/RetainerFurniture', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200039', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200040', '', '4010016', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200041', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200042', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200043', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200044', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1200045', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200046', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200047', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200048', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200049', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200050', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200051', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200052', '/Chara/Npc/Object/MiningPoint', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200055', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200058', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200059', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200060', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200063', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200064', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200065', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200066', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200067', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200068', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200069', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200070', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200071', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200072', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200073', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200074', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200075', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200076', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200077', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200078', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200079', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200080', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200081', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200082', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200083', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200084', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200085', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200086', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200087', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200088', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200089', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200091', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200092', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200093', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200094', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200095', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200096', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200097', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200098', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200099', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200100', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200101', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200103', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200104', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200105', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200110', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200111', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200112', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200113', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200114', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200115', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200117', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200118', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200119', '/Chara/Npc/Object/BookShelf', '4000600', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200120', '/Chara/Npc/Object/BookShelf', '4000600', '{\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 ('1200121', '', '4000600', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200122', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200123', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200124', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200125', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200126', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200127', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200128', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200129', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200130', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200131', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200132', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200133', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200134', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200135', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200136', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200137', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200138', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200139', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200140', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200141', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200142', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200143', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200144', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200145', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200146', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200147', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200148', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200149', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200150', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200151', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200152', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200153', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200154', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200155', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200156', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200157', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200158', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200159', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200160', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200161', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200162', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200163', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200164', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200165', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200166', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200167', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200168', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200169', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200170', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200171', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200172', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200173', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200174', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200175', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200176', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200177', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200178', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200184', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200185', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200186', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200187', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200188', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200189', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200190', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200191', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200192', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200193', '/Chara/Npc/Object/TaskBoard', '4000602', '{\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 ('1200194', '/Chara/Npc/Object/TaskBoard', '4000602', '{\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 ('1200195', '/Chara/Npc/Populace/PopulaceStandard', '4000602', '{\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 ('1200196', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200197', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200198', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200199', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200200', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200201', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200202', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200203', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200204', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200205', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200206', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200207', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200208', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200209', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200210', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1200211', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200212', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200213', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200214', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200215', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200216', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200217', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200218', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200219', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200220', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200221', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200222', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200223', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200224', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200225', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200226', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200227', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200228', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200229', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200230', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200231', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200232', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200233', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200234', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200235', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200236', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200237', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200238', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200239', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200240', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200241', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200242', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200243', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200244', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200245', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200246', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200247', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200248', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200249', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200250', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200251', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200252', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200253', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200254', '', '4010012', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200255', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200256', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200257', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200258', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200259', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200260', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200261', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200262', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200263', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200264', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200265', '', '4000642', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200266', '', '4000642', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200267', '', '4000642', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200268', '', '4000642', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200269', '', '4000642', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200270', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200271', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200272', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200273', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200274', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200275', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200276', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200277', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200278', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200279', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200280', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200281', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200282', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200283', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200284', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200285', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200286', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200287', '', '2480008', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200288', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\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 ('1200289', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200290', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200291', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200292', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200293', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200294', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200295', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200296', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200297', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200298', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200299', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200300', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200301', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200302', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200303', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200304', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200305', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200306', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200307', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200308', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200309', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200310', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200311', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200312', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200313', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200314', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200315', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200316', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200317', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200318', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200319', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200320', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200321', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200322', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200323', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200324', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200325', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200326', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200327', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200328', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200329', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200330', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200331', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200332', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200333', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200334', '/Chara/Npc/Object/ObjectInnDoor', '4010017', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200335', '/Chara/Npc/Object/ObjectInnDoor', '4010017', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200336', '/Chara/Npc/Object/ObjectInnDoor', '4010017', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200337', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200338', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200339', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200340', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200341', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200342', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200343', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200344', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200345', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200346', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200347', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200348', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200349', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200350', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200351', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200352', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200353', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200354', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200355', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200356', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200357', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200358', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200359', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200360', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200361', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200362', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200363', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200364', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200365', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200366', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200367', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200368', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200369', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200370', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200371', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200372', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200373', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200374', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200375', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200376', '/Chara/Npc/Object/ObjectItemStorage', '4010019', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200377', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200378', '/Chara/Npc/Object/ObjectBed', '4010018', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200379', '/Chara/Npc/Object/ObjectBed', '4010018', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200380', '/Chara/Npc/Object/ObjectBed', '4010018', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1200381', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200382', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200383', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200384', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200385', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200386', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200387', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200388', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200389', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200390', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200391', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200392', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200393', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200394', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200395', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200396', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200397', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200398', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200399', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200400', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200401', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200402', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200404', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200405', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200406', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200407', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200408', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200409', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200410', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200411', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1200412', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280000', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280001', '/Chara/Npc/Object/Aetheryte/AetheryteParent', '4010014', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1280002', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280003', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280004', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280005', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280006', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280007', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280008', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280009', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280010', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280011', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280012', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280013', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280014', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280015', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280016', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280017', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280018', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280019', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280020', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280021', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280022', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280023', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280031', '/Chara/Npc/Object/Aetheryte/AetheryteParent', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280032', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280033', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280034', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280035', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280036', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280037', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280038', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280039', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280040', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280041', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280042', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280043', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280044', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280045', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280046', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280047', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280048', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280049', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280050', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280051', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280052', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280053', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280054', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280055', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280056', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280057', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280058', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280059', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280061', '/Chara/Npc/Populace/PopulaceStandard', '4010014', '{\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 ('1280062', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280063', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280064', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280065', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280066', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280067', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280068', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280069', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280070', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280071', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280072', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280073', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280074', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280075', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280076', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280077', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280078', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280079', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280080', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280081', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280082', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280083', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280084', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280085', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280086', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280087', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280088', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280089', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280091', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280092', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280093', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280094', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280095', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280096', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280097', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280098', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280099', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280100', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280101', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280102', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280103', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280104', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280105', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280106', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280107', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280108', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280109', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280110', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280111', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280112', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280113', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280114', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280115', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280116', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280117', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280118', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280119', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280121', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280122', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280123', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280124', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280125', '', '4010015', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280126', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1280127', '', '4010014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290001', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290002', '/Chara/Npc/Object/PrivateAreaMasterExit', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290004', '/Chara/Npc/Object/BgKeepout', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290007', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290008', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290009', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290023', '/Chara/Npc/Object/ElevatorStandard', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290027', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1290033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500001', '/Chara/Npc/Populace/PopulaceGuildlevePublisher', '1200001', '{\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 ('1500002', '', '1900028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500003', '', '1600069', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500004', '/Chara/Npc/Populace/PopulaceStandard', '1100075', '{\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 ('1500005', '/Chara/Npc/Populace/PopulaceStandard', '1600103', '{\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 ('1500006', '/Chara/Npc/Populace/PopulaceStandard', '1100197', '{\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 ('1500007', '', '1400065', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500008', '', '2200128', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500009', '', '1200105', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500010', '', '1900010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500011', '', '1900078', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500012', '', '1600066', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500013', '', '4000171', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500014', '', '4000172', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500015', '', '4000173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500016', '', '4000174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500017', '', '4000175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500018', '', '4000176', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500019', '', '4000177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500020', '', '4000178', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500021', '', '4000179', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500022', '', '4000180', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500023', '', '4000581', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500024', '', '4000582', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500025', '', '4000583', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500026', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500027', '', '4000584', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500028', '', '4000585', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500029', '', '4000586', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500030', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500031', '', '4000587', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500032', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500033', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500034', '', '4000588', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500035', '', '4000589', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500036', '', '4000590', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500037', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500038', '', '4000591', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500039', '', '4000592', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500040', '', '4000593', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500041', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500042', '', '4000181', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500043', '', '4000182', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500044', '', '4000183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500045', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500046', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500047', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500048', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500049', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500050', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500051', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500052', '', '4000184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500053', '', '4000185', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500054', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500055', '/Chara/Npc/Populace/PopulaceFlyingShip', '1200062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500056', '/Chara/Npc/Populace/PopulaceFlyingShip', '1100083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500057', '', '1100447', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500058', '', '1500090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500059', '', '1900100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500060', '', '1200116', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500061', '', '1600075', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500062', '', '1000054', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500063', '', '1300044', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500064', '', '1100035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500065', '', '1400006', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500066', '', '1200111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500067', '', '1500037', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500068', '', '1300085', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500069', '', '1600021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500070', '', '1900040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500071', '', '1500064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500072', '', '1000320', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500073', '', '1200106', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500074', '', '1600058', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500075', '', '1400079', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500076', '', '1900045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500077', '', '1000063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500078', '', '1100096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500079', '', '1900125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500080', '', '1400056', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500081', '', '1200126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500082', '', '1900007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500083', '', '1600171', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500084', '', '1200005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500085', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500086', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500087', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500088', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500089', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500091', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500092', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500093', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500094', '', '1100050', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500095', '', '1600205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500096', '', '1400069', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500097', '', '1900111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500098', '', '1200093', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500099', '', '1500060', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500100', '', '1100072', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500101', '', '1600028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500102', '', '2200114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500103', '', '1300070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500104', '', '1000089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500105', '', '1600162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500106', '', '1500068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500107', '', '1900119', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500108', '', '1300123', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500109', '', '1200110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500110', '', '1900145', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500111', '', '1000168', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500112', '', '1500105', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500113', '', '1900151', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500114', '/Chara/Npc/Populace/PopulaceItemRepairer', '1200037', '{\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 ('1500115', '', '1100208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500116', '/Chara/Npc/Populace/PopulaceItemRepairer', '1400116', '{\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 ('1500117', '', '2200028', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500118', '', '1200137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500119', '', '1100242', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500120', '', '1600311', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500121', '', '1900183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500122', '', '1000424', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500123', '', '1000240', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500124', '', '1500112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500125', '/Chara/Npc/Populace/PopulaceStandard', '1100150', '{\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 ('1500126', '/Chara/Npc/Populace/PopulaceStandard', '1500139', '{\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 ('1500127', '', '1200119', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500128', '', '1600249', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500129', '/Chara/Npc/Populace/PopulaceStandard', '1400148', '{\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 ('1500130', '', '1900173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500131', '', '4000533', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500132', '', '1500153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500133', '', '1600278', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500134', '', '1600173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500135', '', '1900163', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500136', '', '1900154', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500137', '', '1000120', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500138', '', '1000171', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500139', '', '1300090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500140', '', '1400159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500141', '', '1400159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500142', '', '1600294', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500143', '', '1900032', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500144', '', '1300119', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500145', '', '1200049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500146', '', '1100198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500147', '', '2200233', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500148', '', '2200245', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500149', '', '1000404', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500150', '', '1000375', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500151', '', '1000379', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500152', '', '2200193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500153', '', '1100103', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500154', '', '1100086', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500155', '', '1100111', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500156', '', '1600024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500157', '', '1900155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500158', '', '1600295', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500159', '', '1600048', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500160', '', '1600070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500161', '', '1900159', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500162', '', '1900162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500163', '', '1100215', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500164', '', '1300127', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500165', '', '1200077', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500166', '', '1900114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500167', '', '1400040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500168', '', '1200176', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500169', '', '1600137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500170', '', '1200170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500171', '', '1200173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500172', '', '1600157', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500173', '', '1900106', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500174', '', '1000382', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500175', '', '1900136', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500176', '', '1500129', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500177', '', '1200145', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500178', '', '2200257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500179', '', '1900180', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500180', '', '1300147', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500181', '', '1400164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500182', '/Chara/Npc/Populace/PopulaceNMReward', '1100022', '{\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 ('1500183', '', '1100091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500184', '', '2200214', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500185', '', '1600164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500186', '', '1000085', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500187', '', '1000100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500188', '', '1000163', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500189', '', '1000186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500190', '', '1000243', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500191', '', '1600289', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500192', '', '1600201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500193', '', '1000413', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500194', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500195', '', '1000280', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500196', '', '1100415', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500197', '', '1000110', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500198', '', '1000288', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500199', '', '1000385', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500200', '', '1000114', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500201', '', '1900184', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500202', '', '1600072', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500203', '', '1300185', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500204', '', '2700002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500205', '', '4000612', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500206', '', '1900205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500207', '', '1000258', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500208', '/Chara/Npc/Populace/PopulaceFlyingShip', '1100106', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500209', '/Chara/Npc/Populace/PopulaceFlyingShip', '1300105', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500210', '', '1900201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500211', '', '1600153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500212', '', '1200188', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500213', '', '1300165', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500214', '', '1300112', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500215', '', '1300161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500216', '', '1000358', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500217', '', '1000046', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500218', '', '1000129', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500219', '', '1600170', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500220', '', '1600251', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500221', '', '1600271', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500222', '', '2200035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500223', '', '2200045', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500224', '', '2200067', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500225', '', '2200070', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500226', '', '2200077', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500227', '', '2200089', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500228', '', '4000621', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500229', '', '4000621', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500230', '', '4000621', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500231', '', '1000280', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500232', '', '1100415', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500233', '', '1200222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500234', '', '1000133', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500235', '', '1600043', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500236', '', '1300107', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500237', '', '1000035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500238', '', '1000048', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500239', '', '1000068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500240', '', '1000080', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500241', '', '1600265', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500242', '', '1300193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500243', '', '1500162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500244', '', '1600197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500245', '', '1500165', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500246', '', '1100105', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500247', '', '1400192', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500248', '', '1200213', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500249', '', '1900263', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500250', '', '1200211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500251', '', '1900257', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500252', '', '1900261', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500253', '', '1200206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500254', '', '1200205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500255', '', '1200204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500256', '', '1100084', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500257', '', '1200203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500258', '', '1100074', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500259', '', '2200097', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500260', '', '1300198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500261', '', '1000099', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500262', '', '2200076', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500263', '', '2200049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500264', '', '2200041', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500265', '', '1000434', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500266', '', '1900271', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500267', '', '1400220', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500268', '', '1100095', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500269', '', '1000024', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500270', '', '1300203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500271', '', '1600143', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500272', '', '1400162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500273', '', '1100409', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500274', '/Chara/Npc/Populace/PopulaceAchievement', '1000185', '{\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 ('1500275', '', '1200231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500276', '', '1200138', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500277', '', '1000435', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500278', '', '1100455', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500279', '', '1000088', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500280', '', '1900215', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500281', '', '2200066', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500282', '', '1500182', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500283', '', '1000148', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500284', '', '1300166', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500285', '', '1300167', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500286', '', '1300168', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500287', '', '1000200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500288', '', '1000201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500289', '', '1000202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500290', '', '1600330', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500291', '', '1600331', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500292', '', '1600332', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500293', '', '2470021', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500294', '', '2470007', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500295', '', '2470014', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500297', '', '1400175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500298', '', '1400177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500299', '', '1500194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500300', '', '1500192', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500301', '', '1500195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500302', '', '1400181', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500303', '', '1400183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500304', '', '1400196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500305', '', '1500196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500306', '', '1500197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500307', '', '1500198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500308', '', '1400198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500309', '', '1400203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500310', '', '1400204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500311', '', '1500199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500312', '', '1500193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500313', '', '1500201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500314', '', '2700002', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500315', '', '1600146', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500316', '', '1100341', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500317', '', '1000062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500318', '', '1500156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500319', '', '1200220', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500320', '', '1900236', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500321', '', '1000373', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500322', '', '1000389', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500323', '', '1000390', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500324', '/Chara/Npc/Populace/PopulaceStandard', '1000394', '{\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 ('1500325', '', '1000406', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500326', '', '1000407', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500327', '/Chara/Npc/Populace/PopulaceCompanyWarp', '1000411', '{\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 ('1500328', '/Chara/Npc/Populace/PopulaceCompanyWarp', '1000412', '{\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 ('1500329', '', '1000419', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500330', '', '1100400', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500331', '', '1100410', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500332', '', '1100421', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500333', '/Chara/Npc/Populace/PopulaceCompanyWarp', '1100430', '{\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 ('1500334', '/Chara/Npc/Populace/PopulaceCompanyWarp', '1100433', '{\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 ('1500335', '', '1100434', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500336', '', '1100438', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500337', '', '1100440', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500338', '', '1100443', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500339', '', '1000252', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500340', '', '1600146', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500341', '', '1000062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500342', '', '1200220', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500343', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500344', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500345', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500346', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500347', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500348', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500349', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500350', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500351', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500352', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500353', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500354', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500355', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500356', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500357', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500358', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500359', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500360', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500361', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500362', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500363', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500364', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500365', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500366', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500367', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500368', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500369', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500370', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500371', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500372', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500373', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500374', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500375', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500376', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500377', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500378', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500379', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500380', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500381', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500382', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500383', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500384', '', '1000126', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500385', '', '1100341', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500386', '', '1500156', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500387', '', '1900236', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500388', '', '1600010', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500389', '', '1200052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500390', '', '1400173', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500391', '', '1000178', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500392', '', '1900202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500393', '/Chara/Npc/Object/MarketEntrance', '1200224', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500394', '/Chara/Npc/Object/MarketEntrance', '1100059', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500395', '', '1000137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500396', '', '1000174', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500397', '', '1100367', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500398', '', '1200082', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500399', '', '1200094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500400', '', '1200098', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500401', '', '1200107', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500402', '', '1300137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500403', '', '1300155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500404', '', '1300164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500405', '', '1300183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500406', '', '1300186', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500407', '', '1300187', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500408', '', '1300190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500409', '', '1400049', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500410', '', '1400175', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500411', '', '1400181', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500412', '', '1400183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500413', '', '1400196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500414', '', '1400203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500415', '', '1400204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500416', '', '1500094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500417', '', '1500155', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500418', '', '1500157', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500419', '', '1500177', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500420', '', '1600022', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500421', '', '1600317', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500422', '', '1900208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500423', '', '1900209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500424', '', '1900221', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500425', '', '1900231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500426', '', '1900232', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500427', '', '1600222', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500428', '', '1600267', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500429', '', '1600319', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500430', '', '1000344', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500431', '', '1200125', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500432', '', '1400039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500433', '', '1900198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500434', '', '1900200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500435', '', '1900198', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500436', '', '1900200', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500437', '', '1400164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1500438', '', '1900183', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600001', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100429', '{\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 ('1600002', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1500023', '{\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 ('1600003', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000037', '{\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 ('1600004', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1300037', '{\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 ('1600005', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1400035', '{\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 ('1600006', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900002', '{\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 ('1600007', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600128', '{\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 ('1600008', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1500058', '{\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 ('1600009', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900048', '{\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 ('1600010', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200048', '{\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 ('1600011', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600272', '{\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 ('1600012', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900009', '{\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 ('1600013', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000154', '{\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 ('1600014', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100089', '{\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 ('1600015', '', '1500035', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600016', '', '1100108', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600017', '', '1000337', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600018', '', '1600176', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600019', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '2200132', '{\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 ('1600020', '', '1100107', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600021', '', '1200109', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600022', '', '1400052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600023', '', '1600017', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600024', '', '1300039', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600025', '', '1500079', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600026', '', '1000139', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600027', '', '1300096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600028', '', '1100117', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600029', '', '1200124', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600030', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000166', '{\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 ('1600031', '', '1600206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600032', '', '1900005', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600033', '', '1900096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600034', '', '1100079', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600035', '', '1200118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600036', '', '1300095', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600037', '', '1600252', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600038', '', '1000056', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600039', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1500095', '{\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 ('1600040', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200070', '{\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 ('1600041', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200067', '{\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 ('1600042', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600127', '{\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 ('1600043', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900008', '{\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 ('1600044', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1300010', '{\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 ('1600045', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100063', '{\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 ('1600046', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600057', '{\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 ('1600047', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000043', '{\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 ('1600048', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1400030', '{\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 ('1600049', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100327', '{\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 ('1600050', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1500011', '{\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 ('1600051', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000147', '{\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 ('1600052', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200011', '{\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 ('1600053', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1100065', '{\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 ('1600054', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1200099', '{\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 ('1600055', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1300062', '{\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 ('1600056', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600245', '{\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 ('1600057', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600254', '{\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 ('1600058', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900103', '{\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 ('1600059', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1300058', '{\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 ('1600060', '', '1400063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600061', '', '1200051', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600062', '', '1000047', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600063', '', '1900098', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600064', '', '1900196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600065', '', '1100437', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600066', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1500160', '{\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 ('1600067', '', '1200202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600068', '', '1600193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600069', '', '1400188', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600070', '', '1000238', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600071', '', '1100436', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600072', '', '1300153', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600073', '', '1000241', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600074', '', '2200044', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600075', '', '1200219', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600076', '', '1300157', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600077', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900191', '{\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 ('1600078', '', '1500161', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600079', '', '1200207', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600080', '', '1000245', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600081', '', '2200011', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600082', '', '1200209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600083', '', '1100425', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600084', '', '1000249', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600085', '', '1100413', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600086', '', '1200217', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600087', '', '1400189', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600088', '', '1300162', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600089', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900192', '{\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 ('1600090', '', '1600212', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600091', '', '1000259', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600092', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000267', '{\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 ('1600093', '', '1900194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600094', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600218', '{\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 ('1600095', '', '1000082', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600096', '', '1000096', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600097', '', '1000107', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600098', '', '1400195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600099', '', '1600259', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600100', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1600253', '{\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 ('1600101', '', '1500164', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600102', '', '1300194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600103', '', '1600232', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600104', '', '1600231', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600105', '', '1600230', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600106', '', '1600229', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600107', '', '1600215', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600108', '', '1500163', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600109', '', '1600207', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600110', '', '1100109', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600111', '', '1900262', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600112', '', '1200215', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600113', '', '1400194', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600114', '', '1400191', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600115', '', '1100100', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600116', '', '1200214', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600117', '', '1300197', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600118', '', '1200212', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600119', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1900259', '{\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 ('1600120', '', '1200210', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600121', '', '1300196', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600122', '', '1200208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600123', '', '1100092', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\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 ('1600124', '', '1100090', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600125', '', '1400190', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600126', '', '1900258', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600127', '', '1900253', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600128', '', '1000118', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600129', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000116', '{\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 ('1600130', '', '2200091', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600131', '', '1400193', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600132', '', '2200085', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600133', '/Chara/Npc/Populace/Shop/PopulaceShopSalesman', '1000105', '{\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 ('1600134', '', '1100057', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600135', '', '1100055', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600136', '', '1100053', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600137', '', '1000083', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600138', '', '1300195', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600139', '', '1900256', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600140', '', '2200062', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600141', '', '1900254', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600142', '', '1100051', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600143', '', '1500166', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600144', '', '1500167', null); +INSERT INTO `gamedata_actor_class` VALUES ('1600145', '', '1500168', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700001', '/Chara/Npc/Populace/PopulaceStandard', '1100404', '{\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 ('1700002', '', '4000525', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700003', '', '4000526', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700004', '', '4000527', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700005', '', '4000528', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700006', '', '4000529', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700007', '', '4000530', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700008', '', '4000531', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700009', '', '1300094', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700010', '', '4000559', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700011', '', '2480001', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700012', '', '4000201', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700013', '', '4000202', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700014', '', '4000203', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700015', '', '4000204', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700016', '', '4000205', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700017', '', '4000206', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700018', '', '4000207', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700019', '', '4000208', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700020', '', '4000209', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700021', '', '4000210', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700022', '', '4000211', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700023', '', '1100294', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700024', '', '1000414', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700025', '', '1200068', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700026', '', '1100263', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700027', '', '1100394', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700028', '', '1100199', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700029', '', '1300018', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700030', '', '1300064', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700031', '', '1900046', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700032', '', '4000063', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700033', '', '1500052', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700034', '', '1500071', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700035', '', '1300040', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700036', '', '1900042', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700037', '/Chara/Npc/Populace/PopulaceStandard', '2200028', '{\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 ('1700038', '', '1200137', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700039', '/Chara/Npc/Populace/PopulaceStandard', '1100242', '{\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 ('1700040', '', '4000505', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700041', '', '4000508', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700042', '', '1100422', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700043', '', '4000570', null); +INSERT INTO `gamedata_actor_class` VALUES ('1700044', '', '4000153', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100101', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100102', '', '3100102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100103', '', '3100103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100104', '', '3100104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100105', '', '3100105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100106', '', '3100106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100107', '', '3100107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100108', '', '3100108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100109', '', '3100109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100110', '', '3100110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100111', '', '3100111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100112', '', '3100112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100113', '', '3100116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100114', '', '3100117', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100115', '', '3100113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100116', '', '3100114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100117', '', '3100115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100118', '', '3100114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100119', '', '3100118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100120', '', '3100118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100121', '', '3100118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100201', '', '3100205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100202', '', '3100206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100203', '', '3100207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100204', '', '3100208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100205', '', '3100201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100206', '', '3100202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100207', '', '3100203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100208', '', '3100204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100209', '', '3100210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100210', '', '3100209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100211', '', '3100211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100212', '', '3100211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100213', '', '3100211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100214', '', '3100212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100215', '', '3100213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100301', '', '3100301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100302', '', '3100302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100303', '', '3100303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100304', '', '3100304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100305', '', '3100305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100306', '', '3100306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100307', '', '3100307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100308', '', '3100308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100309', '', '3100311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100310', '', '3100309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100311', '', '3100310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100312', '', '3100312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100313', '', '3100312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100314', '', '3100312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100315', '', '3100313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100316', '', '3100313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100317', '', '3100313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100401', '', '3100401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100402', '', '3100402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100403', '', '3100403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100404', '', '3100404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100405', '', '3100405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100406', '', '3100406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100407', '', '3100407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100408', '', '3100408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100409', '', '3100409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100410', '', '3100410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100411', '', '3100411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100412', '', '3100411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100413', '', '3100411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100501', '', '3100501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100502', '', '3100502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100503', '', '3100503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100504', '', '3100504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100505', '', '3100505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100506', '', '3100506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100507', '', '3100507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100508', '', '3100508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100509', '', '3100511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100510', '', '3100512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100511', '', '3100509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100512', '', '3100510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100513', '', '3100513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100514', '', '3100513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100515', '', '3100513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100516', '', '3100514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100517', '', '3100514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100518', '', '3100514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100519', '', '3100515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100601', '', '3100601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100602', '', '3100602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100603', '', '3100603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100604', '', '3100604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100605', '', '3100605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100606', '', '3100606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100607', '', '3100607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100608', '', '3100608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100609', '', '3100611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100610', '', '3100612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100611', '', '3100609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100612', '', '3100610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100613', '', '3100613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100614', '', '3100613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100615', '', '3100613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100701', '', '3100701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100702', '', '3100702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100703', '', '3100703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100704', '', '3100704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100705', '', '3100705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100706', '', '3100706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100707', '', '3100707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100708', '', '3100708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100709', '', '3100709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100710', '', '3100710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100711', '', '3100711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100712', '', '3100712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100713', '', '3100713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100714', '', '3100714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100715', '', '3100715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100716', '', '3100716', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100717', '', '3100717', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100718', '', '3100718', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100719', '', '3100719', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100720', '', '3100720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100721', '', '3100720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100722', '', '3100720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100723', '', '3100721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100801', '', '3100801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100802', '', '3100802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100803', '', '3100803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100804', '', '3100804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100901', '', '3100901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100902', '', '3100902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100903', '', '3100903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100904', '', '3100904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100905', '', '3100905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100906', '', '3100906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100907', '', '3100907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100908', '', '3100908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100909', '', '3100909', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100910', '', '3100913', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100911', '', '3100910', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100912', '', '3100911', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100913', '', '3100912', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100914', '', '3100914', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100915', '', '3100914', null); +INSERT INTO `gamedata_actor_class` VALUES ('2100916', '', '3100914', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101001', '', '3101001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101002', '', '3101002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101003', '', '3101003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101004', '', '3101004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101005', '', '3101005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101006', '', '3101006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101007', '', '3101007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101008', '', '3101008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101009', '', '3101009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101010', '', '3101010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101011', '', '3101011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101101', '', '3101101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101102', '', '3101102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101103', '', '3101103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101104', '', '3101104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101105', '', '3101105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101106', '', '3101106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101107', '', '3101107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101108', '', '3101108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101109', '', '3101109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101110', '', '3101110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101111', '', '3101111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101112', '', '3101112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101113', '', '3101109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101114', '', '3101113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101115', '', '3101114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101116', '', '3101115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101117', '', '3101116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101118', '', '3101116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101119', '', '3101116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101120', '', '3101114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101201', '', '3101201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101202', '', '3101202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101203', '', '3101203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101204', '', '3101204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101205', '', '3101205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101206', '', '3101206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101207', '', '3101207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101208', '', '3101208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101209', '', '3101209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101210', '', '3101210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101211', '', '3101211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101212', '', '3101211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101213', '', '3101211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101214', '', '3101212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101301', '', '3101301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101302', '', '3101302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101303', '', '3101303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101304', '', '3101304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101305', '', '3101305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101306', '', '3101306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101307', '', '3101307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101308', '', '3101308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101309', '', '3101309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101310', '', '3101310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101311', '', '3101311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101312', '', '3101312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101313', '', '3101313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101314', '', '3101314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101315', '', '3101315', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101316', '', '3101316', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101317', '', '3101317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101318', '', '3101318', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101319', '', '3101319', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101320', '', '3101320', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101321', '', '3101321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101322', '', '3101321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101323', '', '3101321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101401', '', '3101401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101402', '', '3101402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101403', '', '3101403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101404', '', '3101404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101405', '', '3101405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101406', '', '3101406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101407', '', '3101407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101408', '', '3101408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101409', '', '3101409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101410', '', '3101410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101411', '', '3101411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101412', '', '3101412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101413', '', '3101415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101414', '', '3101413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101415', '', '3101414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101416', '', '3101416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101417', '', '3101416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101418', '', '3101417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101419', '', '3101417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101420', '', '3101417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101421', '', '3101417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101422', '', '3101418', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101423', '', '3101419', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101424', '', '3101420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101425', '', '3101420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101426', '', '3101420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101427', '', '3101421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101428', '', '3101422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101429', '', '3101423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101430', '', '3101423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101431', '', '3101423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101501', '', '3101501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101502', '', '3101502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101503', '', '3101503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101504', '', '3101504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101505', '', '3101505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101506', '', '3101506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101507', '', '3101507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101508', '', '3101508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101509', '', '3101511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101510', '', '3101509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101511', '', '3101510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101512', '', '3101512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101513', '', '3101512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101514', '', '3101512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101515', '', '3101513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101601', '', '3101601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101602', '', '3101602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101603', '', '3101603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101604', '', '3101604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101605', '', '3101605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101606', '', '3101606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101607', '', '3101607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101608', '', '3101608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101609', '', '3101611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101610', '', '3101612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101611', '', '3101609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101612', '', '3101610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101613', '', '3101613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101614', '', '3101614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101701', '', '3101701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101702', '', '3101702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101703', '', '3101703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101704', '', '3101704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101705', '', '3101705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101706', '', '3101706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101707', '', '3101707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101708', '', '3101708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101709', '', '3101709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101710', '', '3101710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101711', '', '3101713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101712', '', '3101711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101713', '', '3101712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101714', '', '3101714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101715', '', '3101714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101801', '', '3101801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101802', '', '3101802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101803', '', '3101803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101804', '', '3101804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101805', '', '3101805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101806', '', '3101806', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101807', '', '3101807', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101808', '', '3101808', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101809', '', '3101809', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101810', '', '3101810', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101811', '', '3101811', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101812', '', '3101812', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101813', '', '3101813', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101814', '', '3101814', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101815', '', '3101817', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101816', '', '3101818', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101817', '', '3101815', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101818', '', '3101816', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101819', '', '3101819', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101820', '', '3101820', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101821', '', '3101819', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101822', '', '3101820', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101901', '', '3101901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101902', '', '3101902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101903', '', '3101903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101904', '', '3101904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101905', '', '3101905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101906', '', '3101906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101907', '', '3101907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101908', '', '3101909', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101909', '', '3101908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101910', '', '3101910', null); +INSERT INTO `gamedata_actor_class` VALUES ('2101911', '', '3101910', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102001', '', '3102001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102002', '', '3102002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102003', '', '3102003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102004', '', '3102004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102005', '', '3102005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102006', '', '3102006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102007', '', '3102007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102008', '', '3102008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102009', '', '3102011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102010', '', '3102012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102011', '', '3102009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102012', '', '3102010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102013', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102014', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102015', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102016', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102017', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102018', '', '3102013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102101', '', '3102101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102102', '', '3102102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102103', '', '3102103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102104', '', '3102104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102105', '', '3102105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102106', '', '3102106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102107', '', '3102107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102108', '', '3102108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102109', '', '3102109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102110', '', '3102110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102111', '', '3102111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102112', '', '3102112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102113', '', '3102113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102114', '', '3102114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102115', '', '3102115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102116', '', '3102116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102117', '', '3102117', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102118', '', '3102118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102119', '', '3102119', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102120', '', '3102120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102121', '', '3102121', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102122', '', '3102122', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102123', '', '3102123', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102124', '', '3102124', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102125', '', '3102125', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102126', '', '3102126', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102127', '', '3102128', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102128', '', '3102128', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102129', '', '3102127', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102201', '', '3102201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102202', '', '3102202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102203', '', '3102203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102204', '', '3102204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102205', '', '3102205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102206', '', '3102206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102207', '', '3102207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102208', '', '3102208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102209', '', '3102209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102210', '', '3102210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102211', '', '3102211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102212', '', '3102212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102213', '', '3102213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102214', '', '3102214', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102215', '', '3102215', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102216', '', '3102216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102217', '', '3102217', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102218', '', '3102218', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102219', '', '3102224', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102220', '', '3102219', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102221', '', '3102220', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102222', '', '3102219', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102223', '', '3102221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102224', '', '3102221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102225', '', '3102222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102226', '', '3102223', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102227', '', '3102223', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102228', '', '3102223', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102301', '', '3102301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102302', '', '3102302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102303', '', '3102303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102304', '', '3102304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102305', '', '3102305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102306', '', '3102306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102307', '', '3102307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102308', '', '3102308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102309', '', '3102309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102310', '', '3102310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102311', '', '3102311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102312', '', '3102312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102313', '', '3102313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102314', '', '3102314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102315', '', '3102314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102316', '', '3102314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102317', '', '3102317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102318', '', '3102317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102319', '', '3102317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102401', '', '3102401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102501', '', '3102501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102502', '', '3102502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102503', '', '3102503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102504', '', '3102504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102505', '', '3102505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102506', '', '3102506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102507', '', '3102507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102508', '', '3102507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102601', '', '3102601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102602', '', '3102602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102603', '', '3102603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102604', '', '3102604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102605', '', '3102605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102606', '', '3102606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102607', '', '3102607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102608', '', '3102608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102609', '', '3102611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102610', '', '3102609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102611', '', '3102610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102612', '', '3102612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102613', '', '3102612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102701', '', '3102701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102702', '', '3102702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102703', '', '3102703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102704', '', '3102704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102705', '', '3102705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102706', '', '3102706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102707', '', '3102707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102708', '', '3102708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102709', '', '3102709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102710', '', '3102710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102711', '', '3102711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102712', '', '3102712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102713', '', '3102713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102714', '', '3102714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102715', '', '3102715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102716', '', '3102716', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102717', '', '3102719', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102718', '', '3102720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102719', '', '3102717', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102720', '', '3102718', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102721', '', '3102721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102722', '', '3102722', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102723', '', '3102722', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102724', '', '3102722', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102801', '', '3102801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102802', '', '3102802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102803', '', '3102803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102804', '', '3102804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102805', '', '3102805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102806', '', '3102806', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102807', '', '3102805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102808', '', '3102805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102809', '', '3102805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102901', '', '3102901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102902', '', '3102902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102903', '', '3102903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102904', '', '3102904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102905', '', '3102905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102906', '', '3102906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102907', '', '3102906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2102908', '', '3102906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103001', '', '3103001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103002', '', '3103002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103003', '', '3103003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103004', '', '3103004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103005', '', '3103009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103006', '', '3103005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103007', '', '3103006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103008', '', '3103007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103009', '', '3103008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103010', '', '3103010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103011', '', '3103010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103012', '', '3103010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103013', '', '3103006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103101', '', '3103101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103102', '', '3103102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103103', '', '3103103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103104', '', '3103104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103105', '', '3103105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103106', '', '3103106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103107', '', '3103107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103108', '', '3103108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103109', '', '3103109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103110', '', '3103110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103111', '', '3103111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103112', '', '3103112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103113', '', '3103113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103114', '', '3103114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103115', '', '3103103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103201', '', '3103201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103202', '', '3103202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103203', '', '3103203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103301', '', '3103301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103302', '', '3103302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103303', '', '3103303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103304', '', '3103304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103305', '', '3103305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103306', '', '3103306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103307', '', '3103307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103401', '', '3103401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103402', '', '3103402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103403', '', '3103403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103404', '', '3103404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103405', '', '3103405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103406', '', '3103405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103501', '', '3103501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103502', '', '3103502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103503', '', '3103502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103504', '', '3103503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103505', '', '3103503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103801', '', '3103801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103802', '', '3103802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103901', '', '3103901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103902', '', '3103902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103903', '', '3103903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103904', '', '3103904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103905', '', '3103905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103906', '', '3103906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103907', '', '3103907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103908', '', '3103908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103909', '', '3103909', null); +INSERT INTO `gamedata_actor_class` VALUES ('2103910', '', '3103910', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104001', '/Chara/Npc/Monster/Lemming/LemmingStandard', '3104027', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104002', '', '3104002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104003', '', '3104003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104004', '', '3104004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104005', '', '3104005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104006', '', '3104006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104007', '', '3104007', '{\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', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104009', '', '3104009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104010', '', '3104010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104011', '', '3104011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104012', '', '3104012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104013', '', '3104013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104014', '', '3104014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104015', '', '3104015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104016', '', '3104016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104017', '', '3104017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104018', '', '3104018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104019', '', '3104019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104020', '', '3104020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104021', '', '3104025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104022', '', '3104026', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104023', '', '3104021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104024', '', '3104022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104025', '', '3104023', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104026', '', '3104024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104027', '', '3104028', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104028', '', '3104028', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104101', '', '3104101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104102', '', '3104102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104103', '', '3104103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104104', '', '3104104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104105', '', '3104105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104106', '', '3104106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104107', '', '3104107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104108', '', '3104108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104109', '', '3104109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104110', '', '3104110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104111', '', '3104111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104112', '', '3104112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104113', '', '3104113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104201', '', '3104201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104202', '', '3104202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104203', '', '3104203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104204', '', '3104204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104205', '', '3104205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104206', '', '3104206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104207', '', '3104207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104208', '', '3104208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104209', '', '3104209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104210', '', '3104210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104211', '', '3104211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104212', '', '3104214', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104213', '', '3104212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104214', '', '3104213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104215', '', '3104215', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104216', '', '3104216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104217', '', '3104216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104218', '', '3104216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104301', '', '3104301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104302', '', '3104302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104303', '', '3104303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104304', '', '3104304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104305', '', '3104305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104306', '', '3104306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104307', '', '3104307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104308', '', '3104308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104309', '', '3104309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104310', '', '3104310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104311', '', '3104311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104312', '', '3104312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104313', '', '3104313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104314', '', '3104314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104315', '', '3104315', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104316', '', '3104316', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104317', '', '3104317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104318', '', '3104318', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104319', '', '3104319', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104320', '', '3104320', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104321', '', '3104323', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104322', '', '3104321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104323', '', '3104322', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104324', '', '3104324', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104325', '', '3104324', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104326', '', '3104324', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104327', '', '3104325', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104328', '', '3104326', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104329', '', '3104326', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104401', '', '3104401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104402', '', '3104402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104403', '', '3104403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104404', '', '3104404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104405', '', '3104405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104406', '', '3104406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104407', '', '3104407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104501', '', '3104501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104502', '', '3104502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104503', '', '3104503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104504', '', '3104504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104505', '', '3104505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104506', '', '3104506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104507', '', '3104507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104508', '', '3104510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104509', '', '3104508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104510', '', '3104509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104511', '', '3104511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104512', '', '3104511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104513', '', '3104512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104514', '', '3104513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104515', '', '3104514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104516', '', '3104514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104517', '', '3104514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104601', '', '3104601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104602', '', '3104602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104603', '', '3104603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104604', '', '3104604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104605', '', '3104605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104606', '', '3104606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104607', '', '3104607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104701', '', '3104701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104702', '', '3104702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104703', '', '3104703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104704', '', '3104704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104705', '', '3104705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104706', '', '3104706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104801', '', '3104801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104802', '', '3104802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104803', '', '3104803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104804', '', '3104804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104805', '', '3104805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104806', '', '3104806', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104901', '', '3104901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104902', '', '3104902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104903', '', '3104903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104904', '', '3104904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104905', '', '3104905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104906', '', '3104906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104907', '', '3104907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2104908', '', '3104907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105001', '', '3105001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105002', '', '3105002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105003', '', '3105003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105004', '', '3105004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105005', '', '3105005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105006', '', '3105006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105101', '', '3105101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105102', '', '3105102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105103', '', '3105103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105104', '', '3105104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105105', '', '3105105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105106', '', '3105106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105201', '', '3105201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105301', '', '3105301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105302', '', '3105302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105303', '', '3105303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105304', '', '3105304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105305', '', '3105305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105306', '', '3105306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105307', '', '3105307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105308', '', '3105308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105309', '', '3105309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105310', '', '3105310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105311', '', '3105311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105312', '', '3105312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105313', '', '3105313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105314', '', '3105314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105315', '', '3105315', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105401', '', '3105412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105402', '', '3105402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105403', '', '3105403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105404', '', '3105404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105405', '', '3105405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105406', '', '3105406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105407', '', '3105407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105408', '', '3105408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105409', '', '3105411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105410', '', '3105409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105411', '', '3105410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105412', '', '3105413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105413', '', '3105414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105414', '', '3105414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105415', '', '3105414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105416', '', '3105415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105501', '', '3105501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105502', '', '3105502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105503', '', '3105503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105504', '', '3105504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105505', '', '3105505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105506', '', '3105506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105507', '', '3105507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105508', '', '3105508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105509', '', '3105509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105510', '', '3105510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105511', '', '3105511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105512', '', '3105512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105513', '', '3105515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105514', '', '3105513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105515', '', '3105514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105516', '', '3105516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105517', '', '3105516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105518', '', '3105516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105519', '', '3105517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105520', '', '3105517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105521', '', '3105517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105601', '', '3105601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105602', '', '3105602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105603', '', '3105603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105604', '', '3105604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105605', '', '3105605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105606', '', '3105606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105607', '', '3105607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105608', '', '3105608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105609', '', '3105609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105610', '', '3105610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105611', '', '3105610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105612', '', '3105611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105613', '', '3105611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105614', '', '3105611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105701', '/Chara/Npc/Monster/Mole/MoleMoleStandard', '3105701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105702', '', '3105702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105703', '', '3105703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105704', '', '3105704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105705', '', '3105705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105706', '', '3105706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105707', '', '3105707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105708', '', '3105708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105709', '', '3105709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105710', '', '3105710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105711', '', '3105711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105712', '', '3105712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105713', '', '3105713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105714', '', '3105714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105715', '', '3105715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105716', '', '3105716', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105717', '', '3105719', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105718', '', '3105717', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105719', '', '3105718', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105720', '', '3105718', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105721', '', '3105721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105722', '', '3105721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105723', '', '3105721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105724', '', '3105720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105725', '', '3105720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105726', '', '3105720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105801', '', '3105801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105802', '', '3105802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105803', '', '3105803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105804', '', '3105804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105805', '', '3105805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105901', '', '3105901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105902', '', '3105902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105903', '', '3105903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105904', '', '3105904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105905', '', '3105905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105906', '', '3105906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105907', '', '3105907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105908', '', '3105908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105909', '', '3105909', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105910', '', '3105910', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105911', '', '3105911', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105912', '', '3105911', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105913', '', '3105913', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105914', '', '3105914', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105915', '', '3105915', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105916', '', '3105916', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105917', '', '3105917', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105918', '', '3105917', null); +INSERT INTO `gamedata_actor_class` VALUES ('2105919', '', '3105917', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106001', '', '3106001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106002', '', '3106002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106003', '', '3106003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106004', '', '3106004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106005', '', '3106005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106006', '', '3106006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106007', '', '3106007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106008', '', '3106008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106009', '', '3106009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106010', '', '3106010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106011', '', '3106011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106012', '', '3106012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106013', '', '3106013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106014', '', '3106014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106015', '', '3106015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106016', '', '3106016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106017', '', '3106019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106018', '', '3106017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106019', '', '3106018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106020', '', '3106020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106021', '', '3106020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106022', '', '3106021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106201', '', '3106201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106202', '', '3106202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106203', '', '3106203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106204', '', '3106204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106205', '', '3106205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106206', '', '3106206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106207', '', '3106209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106208', '', '3106207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106209', '', '3106208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106210', '', '3106210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106211', '', '3106211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106212', '', '3106212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106213', '', '3106213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106214', '', '3106214', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106215', '', '3106215', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106216', '', '3106216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106217', '', '3106217', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106218', '', '3106218', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106219', '', '3106219', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106220', '', '3106220', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106221', '', '3106221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106222', '', '3106222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106223', '', '3106222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106224', '', '3106222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106225', '', '3106223', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106301', '', '3106301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106302', '', '3106302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106303', '', '3106303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106304', '', '3106304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106305', '', '3106305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106306', '', '3106306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106307', '', '3106307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106308', '', '3106308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106309', '', '3106309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106310', '', '3106310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106311', '', '3106312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106312', '', '3106311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106401', '', '3106401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106402', '', '3106402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106403', '', '3106403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106404', '', '3106404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106405', '', '3106405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106406', '', '3106406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106407', '', '3106407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106408', '', '3106408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106409', '', '3106409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106410', '', '3106410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106411', '', '3106401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106412', '', '3106401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106413', '', '3106401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106414', '', '3106411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106415', '', '3106411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106416', '', '3106411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106417', '', '3106412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106418', '', '3106412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106419', '', '3106412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106420', '', '3106413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106421', '', '3106413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106422', '', '3106413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106423', '', '3106414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106424', '', '3106414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106425', '', '3106414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106426', '', '3106415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106427', '', '3106415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106428', '', '3106415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106429', '', '3106420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106430', '', '3106420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106431', '', '3106420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106432', '', '3106421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106433', '', '3106421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106434', '', '3106421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106435', '', '3106422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106436', '', '3106422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106437', '', '3106422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106438', '', '3106427', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106439', '', '3106427', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106440', '', '3106427', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106441', '', '3106428', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106442', '', '3106428', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106443', '', '3106428', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106444', '', '3106429', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106445', '', '3106429', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106446', '', '3106429', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106447', '', '3106416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106448', '', '3106416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106449', '', '3106417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106450', '', '3106417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106451', '', '3106418', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106452', '', '3106419', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106453', '', '3106423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106454', '', '3106423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106455', '', '3106424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106456', '', '3106424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106457', '', '3106424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106458', '', '3106425', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106459', '', '3106426', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106460', '', '3106430', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106461', '', '3106430', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106462', '', '3106430', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106463', '', '3106431', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106464', '', '3106431', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106465', '', '3106432', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106466', '', '3106433', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106467', '', '3106434', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106468', '', '3106434', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106469', '', '3106434', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106470', '', '3106435', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106471', '', '3106435', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106472', '', '3106436', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106473', '', '3106437', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106501', '', '3106501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106502', '', '3106502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106503', '', '3106503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106504', '', '3106504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106505', '', '3106505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106506', '', '3106506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106507', '', '3106507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106508', '', '3106508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106509', '', '3106509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106510', '', '3106510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106511', '', '3106511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106512', '', '3106512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106513', '', '3106513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106514', '', '3106514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106515', '', '3106515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106516', '', '3106516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106517', '', '3106517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106518', '', '3106518', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106519', '', '3106519', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106520', '', '3106520', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106521', '', '3106521', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106522', '', '3106522', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106523', '', '3106523', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106524', '', '3106524', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106525', '', '3106525', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106526', '', '3106526', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106527', '', '3106527', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106528', '', '3106528', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106529', '', '3106529', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106530', '', '3106530', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106531', '', '3106531', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106532', '', '3106532', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106533', '', '3106533', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106534', '', '3106534', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106535', '', '3106535', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106536', '', '3106536', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106537', '', '3106537', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106538', '', '3106540', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106539', '', '3106540', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106540', '', '3106540', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106541', '', '3106538', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106542', '', '3106539', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106601', '', '3106601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106602', '', '3106602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106603', '', '3106603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106604', '', '3106604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106605', '', '3106605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106606', '', '3106606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106607', '', '3106607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106608', '', '3106607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106609', '', '3106607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106610', '', '3106612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106611', '', '3106612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106612', '', '3106612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106613', '', '3106613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106614', '', '3106613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106615', '', '3106613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106616', '', '3106614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106617', '', '3106614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106618', '', '3106614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106619', '', '3106618', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106620', '', '3106618', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106621', '', '3106618', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106622', '', '3106619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106623', '', '3106619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106624', '', '3106619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106625', '', '3106620', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106626', '', '3106620', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106627', '', '3106620', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106628', '', '3106624', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106629', '', '3106624', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106630', '', '3106624', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106631', '', '3106625', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106632', '', '3106625', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106633', '', '3106625', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106634', '', '3106626', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106635', '', '3106626', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106636', '', '3106626', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106637', '', '3106629', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106638', '', '3106629', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106639', '', '3106629', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106640', '', '3106630', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106641', '', '3106630', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106642', '', '3106630', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106643', '', '3106608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106644', '', '3106608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106645', '', '3106609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106646', '', '3106608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106647', '', '3106608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106648', '', '3106610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106649', '', '3106611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106650', '', '3106615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106651', '', '3106616', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106652', '', '3106615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106653', '', '3106615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106654', '', '3106617', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106655', '', '3106621', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106656', '', '3106622', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106657', '', '3106622', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106658', '', '3106622', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106659', '', '3106621', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106660', '', '3106623', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106661', '', '3106627', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106662', '', '3106627', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106663', '', '3106627', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106664', '', '3106627', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106665', '', '3106628', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106666', '', '3106631', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106701', '', '3106701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106702', '', '3106702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106703', '', '3106703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106704', '', '3106704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106705', '', '3106705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106706', '', '3106706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106707', '', '3106707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106708', '', '3106708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106709', '', '3106709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106710', '', '3106710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106711', '', '3106711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106712', '', '3106712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106713', '', '3106713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106714', '', '3106714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106715', '', '3106715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106716', '', '3106716', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106717', '', '3106717', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106718', '', '3106718', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106719', '', '3106719', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106720', '', '3106720', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106721', '', '3106721', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106722', '', '3106722', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106723', '', '3106723', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106724', '', '3106724', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106725', '', '3106725', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106726', '', '3106726', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106727', '', '3106727', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106728', '', '3106728', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106729', '', '3106729', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106730', '', '3106730', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106731', '', '3106731', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106801', '', '3106801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106802', '', '3106801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106803', '', '3106801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106804', '', '3106801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2106901', '', '3106901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107002', '', '3107002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107003', '', '3107003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107004', '', '3107004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107301', '', '3107301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107302', '', '3107301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107303', '', '3107302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107401', '', '3107401', '{\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 ('2107601', '', '3107601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107602', '', '3107602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107603', '', '3107603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107604', '', '3107604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107605', '', '3107605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107606', '', '3107606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107607', '', '3107607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107608', '', '3107608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107609', '', '3107609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107610', '', '3107610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107611', '', '3107611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107612', '', '3107612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107613', '', '3107615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107614', '', '3107616', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107615', '', '3107613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107616', '', '3107614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107617', '', '3107617', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107618', '', '3107617', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107619', '', '3107618', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107620', '', '3107619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107621', '', '3107619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107622', '', '3107619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107623', '', '3107612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107624', '', '3107612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2107625', '', '3107620', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108101', '', '3108101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108102', '', '3108102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108701', '', '3108701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108702', '', '3108702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108901', '', '3108902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108902', '', '3108902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108903', '', '3108902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2108904', '', '3108903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109001', '', '3109001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109002', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109003', '', '3109001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109004', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109005', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109006', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109801', '', '3109801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109901', '', '3109901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109902', '', '3109902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109903', '', '3109903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109904', '', '3109904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109905', '', '3109905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109906', '', '3110006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109907', '', '3110007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109908', '', '3109906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109909', '', '3109906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109910', '', '3109906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109911', '', '3109906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109912', '', '3110008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109913', '', '3110009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109914', '', '3110010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2109915', '', '3110011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110001', '', '3110001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110002', '', '3110002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110003', '', '3110003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110004', '', '3110004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110005', '', '3110005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110101', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110103', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110104', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110105', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110201', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110301', '', '3110301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110302', '', '3110302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110303', '', '3110303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110304', '', '3110304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110305', '', '3110305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110306', '', '3110306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110307', '', '3110307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110308', '', '3110308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110309', '', '3110309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110310', '', '3110310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110311', '', '3110311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110312', '', '3110312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110313', '', '3110313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110314', '', '3110314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110601', '', '3110601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110701', '', '3110701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2110702', '', '3110701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111001', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111002', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111003', '', '3111003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111004', '', '3111004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111005', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111006', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111007', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111008', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111009', '', '3111003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111010', '', '3111004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111011', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111012', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111013', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111014', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111015', '', '3111003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111016', '', '3111004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111017', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111018', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111019', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111020', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111021', '', '3111003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111022', '', '3111004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111023', '', '3111001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2111024', '', '3111002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162001', '', '3106541', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162002', '', '3106541', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162003', '', '3106541', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162004', '', '3106542', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162005', '', '3106542', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162006', '', '3106542', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162007', '', '3106543', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162008', '', '3106543', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162009', '', '3106543', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162010', '', '3106544', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162011', '', '3106544', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162012', '', '3106544', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162013', '', '3106545', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162014', '', '3106545', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162015', '', '3106545', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162016', '', '3106546', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162017', '', '3106546', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162018', '', '3106546', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162019', '', '3106547', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162020', '', '3106547', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162021', '', '3106547', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162022', '', '3106548', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162023', '', '3106548', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162024', '', '3106548', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162025', '', '3106549', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162026', '', '3106549', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162027', '', '3106549', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162028', '', '3106550', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162029', '', '3106550', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162030', '', '3106550', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162031', '', '3106551', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162032', '', '3106551', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162033', '', '3106551', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162034', '', '3106552', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162035', '', '3106552', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162036', '', '3106552', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162037', '', '3106552', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162038', '', '3106553', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162039', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162040', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162041', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162042', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162043', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162044', '', '3106554', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162045', '', '3106555', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162046', '', '3106556', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162047', '', '3106556', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162048', '', '3106556', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162049', '', '3106556', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162050', '', '3106556', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162051', '', '3106557', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162052', '', '3106558', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162053', '', '3106559', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162054', '', '3106560', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162055', '', '3106559', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162056', '', '3106561', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162057', '', '3106559', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162058', '', '3106562', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162059', '', '3106562', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162060', '', '3106564', null); +INSERT INTO `gamedata_actor_class` VALUES ('2162061', '', '3106563', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180001', '', '3180001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180002', '', '3180002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180003', '', '3180003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180004', '', '3180004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180005', '', '3180005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180006', '', '3180006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180007', '', '3180007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180008', '', '3180008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180009', '', '3180009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180010', '', '3180010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180011', '', '3180011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180012', '', '3180012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180013', '', '3180013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180014', '', '3180014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180015', '', '3180015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180016', '', '3180016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180017', '', '3180017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180018', '', '3180018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180019', '', '3180019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180020', '', '3180020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180021', '', '3180021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180022', '', '3180022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180023', '', '3180009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180024', '', '3180009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180025', '', '3180011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180026', '', '3180011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180027', '', '3180013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180028', '', '3180013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180029', '', '3180015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180030', '', '3180015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180031', '', '3180017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180032', '', '3180017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180033', '', '3180019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180034', '', '3180019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180035', '', '3180021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180036', '', '3180021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180037', '', '3180023', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180038', '', '3180024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180039', '', '3180025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180101', '', '3180101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180102', '', '3180102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180103', '', '3180103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180104', '', '3180104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180105', '', '3180105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180106', '', '3180106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180107', '', '3180107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180108', '', '3180108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180109', '', '3180109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180110', '', '3180110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180111', '', '3180111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180112', '', '3180112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180113', '', '3180113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180114', '', '3180114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180115', '', '3180115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180116', '', '3180116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180117', '', '3180117', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180118', '', '3180118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180119', '', '3180119', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180120', '', '3180120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180121', '', '3180121', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180122', '', '3180122', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180123', '', '3180123', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180124', '', '3180124', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180125', '', '3180125', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180126', '', '3180126', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180127', '', '3180127', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180128', '', '3180128', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180129', '', '3180129', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180130', '', '3180130', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180131', '', '3180131', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180132', '', '3180132', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180133', '', '3180133', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180134', '', '3180134', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180135', '', '3180135', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180136', '', '3180136', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180137', '', '3180137', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180138', '', '3180138', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180139', '', '3180139', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180140', '', '3180140', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180141', '', '3180141', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180142', '', '3180142', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180143', '', '3180143', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180144', '', '3180144', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180145', '', '3180145', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180146', '', '3180146', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180147', '', '3180147', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180148', '', '3180148', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180149', '', '3180149', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180150', '', '3180150', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180151', '', '3107101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180152', '', '3107101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180153', '', '3107102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180154', '', '3107102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180155', '', '3107103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180156', '', '3107103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180157', '', '3107104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180158', '', '3107104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180159', '', '3107105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180160', '', '3107105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180161', '', '3107106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180162', '', '3107106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180163', '', '3107107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180164', '', '3107107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180165', '', '3107107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180166', '', '3107108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180167', '', '3107108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180168', '', '3107108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180169', '', '3107109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180170', '', '3107109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180171', '', '3107109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180201', '', '3180201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180202', '', '3180202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180203', '', '3180203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180204', '', '3180204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180205', '', '3180205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180206', '', '3180206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180207', '', '3180207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180208', '', '3180208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180209', '', '3180209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180210', '', '3180211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180211', '', '3180212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180212', '', '3180213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180213', '', '3180210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180214', '', '3180220', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180215', '', '3180221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180216', '', '3180221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180217', '', '3180222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180218', '', '3180220', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180219', '', '3180222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180301', '', '3180301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180302', '', '3180302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2180303', '', '3180303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200101', '', '3200101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200102', '', '3200102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200103', '', '3200103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200104', '', '3200104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200105', '', '3200105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200106', '', '3200106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200107', '', '3200107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200108', '', '3200108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200109', '', '3200109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200110', '', '3200110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200111', '', '3200111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200112', '', '3200112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200113', '', '3200113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200114', '', '3200115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200201', '', '3200201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200202', '', '3200202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200203', '', '3200204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200204', '', '3200203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200205', '', '3200205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200206', '', '3200206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200207', '', '3200207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200208', '', '3200208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200301', '', '3200301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200302', '', '3200302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200303', '', '3200303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200304', '', '3200304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200305', '', '3200305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200306', '', '3200306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200307', '', '3200309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200308', '', '3200308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200309', '', '3200309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200313', '', '3200310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200314', '', '3200311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200401', '', '3200401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200402', '', '3200402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200403', '', '3200403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200404', '', '3200404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200405', '', '3200405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200406', '', '3200407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200407', '', '3200408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200501', '', '3200501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200502', '', '3200502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200503', '', '3200503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200504', '', '3200504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200505', '', '3200505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200506', '', '3200506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200507', '', '3200507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200508', '', '3200508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200509', '', '3200509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200510', '', '3200510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200511', '', '3200511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200601', '', '3200601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200602', '', '3200602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200603', '', '3200603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200604', '', '3200604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200605', '', '3200605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200606', '', '3100601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200607', '', '3200606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200608', '', '3200607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200609', '', '3200608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200610', '', '3200609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200611', '', '3200610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200701', '', '3200701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200702', '', '3200702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200703', '', '3200703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200704', '', '3200704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200705', '', '3200707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200706', '', '3200705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200707', '', '3200706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200708', '', '3200708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200709', '', '3200709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200710', '', '3200702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200711', '', '3200710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200801', '', '3200801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200802', '', '3200802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200803', '', '3200803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200804', '', '3200804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200901', '', '3200901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200902', '', '3200902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200903', '', '3200903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200904', '', '3200904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200905', '', '3200905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200906', '', '3200907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200907', '', '3200908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2200909', '', '3200906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201001', '', '3201001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201002', '', '3201002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201101', '', '3201101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201102', '', '3201102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201103', '', '3201103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201104', '', '3201104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201105', '', '3201105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201106', '', '3201106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201107', '', '3201107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201108', '', '3201116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201109', '', '3101109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201110', '', '3201117', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201111', '', '3201118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201112', '', '3201119', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201113', '', '3201120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201114', '', '3201121', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201115', '', '3201122', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201201', '', '3201201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201202', '', '3201202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201203', '', '3201203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201204', '', '3201204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201205', '', '3201205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201206', '', '3201206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201207', '', '3201207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201208', '', '3201208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201209', '', '3201209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201301', '', '3201301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201302', '', '3201302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201303', '', '3201303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201304', '', '3201304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201305', '', '3201305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201306', '', '3201306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201307', '', '3201307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201308', '', '3201308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201309', '', '3201309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201401', '', '3201401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201402', '', '3201402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201403', '', '3201403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201404', '', '3201405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201405', '', '3201419', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201406', '', '3201404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201407', '', '3201406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201408', '', '3201407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201409', '', '3201408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201410', '', '3201409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201411', '', '3201410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201412', '', '3201411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201413', '', '3201412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201414', '', '3201413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201415', '', '3201414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201416', '', '3201415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201417', '', '3201416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201418', '', '3201417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201419', '', '3201418', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201420', '', '3201420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201421', '', '3101403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201422', '', '3201421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201423', '', '3201422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201424', '', '3201423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201425', '', '3201424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201426', '', '3201425', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201427', '', '3201426', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201428', '', '3201427', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201429', '', '3201428', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201430', '', '3101424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201501', '', '3201501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201502', '', '3201502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201503', '', '3201503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201504', '', '3201504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201505', '', '3201505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201506', '', '3201506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201507', '', '3201507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201601', '', '3201601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201602', '', '3201602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201603', '', '3201603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201604', '', '3201604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201605', '', '3201605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201606', '', '3201607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201607', '', '3201608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201608', '', '3201609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201609', '', '3201610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201610', '', '3201611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201611', '', '3201612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201612', '', '3201613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201701', '', '3201701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201702', '', '3201702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201703', '', '3201703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201704', '', '3201704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201705', '', '3201707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201706', '', '3201708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201707', '', '3201709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201708', '', '3201710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201801', '', '3201801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201802', '', '3201802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201803', '', '3201803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201804', '', '3201804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201805', '', '3201805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201806', '', '3201806', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201807', '', '3201807', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201808', '', '3201808', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201809', '', '3201809', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201810', '', '3201810', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201811', '', '3201811', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201901', '', '3201901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201902', '', '3201902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201903', '', '3201903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201904', '', '3201904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2201905', '', '3201905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202001', '', '3202001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202002', '', '3202002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202003', '', '3202003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202004', '', '3202004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202005', '', '3202005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202006', '', '3202006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202007', '', '3202007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202008', '', '3202008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202009', '', '3202009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202010', '', '3202010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202011', '', '3202011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202012', '', '3202012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202013', '', '3202004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202101', '', '3202101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202102', '', '3202102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202103', '', '3202103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202104', '', '3202104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202105', '', '3202105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202106', '', '3202106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202107', '', '3202107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202108', '', '3202108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202109', '', '3202109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202110', '', '3202110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202111', '', '3202111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202112', '', '3102104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202113', '', '3202112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202114', '', '3202113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202115', '', '3202114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202201', '', '3202201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202202', '', '3202205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202203', '', '3202202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202204', '', '3202203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202205', '', '3202204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202206', '', '3202206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202207', '', '3202208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202208', '', '3202209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202209', '', '3202210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202301', '', '3202301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202302', '', '3202302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202303', '', '3202303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202304', '', '3202304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202305', '', '3202305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202306', '', '3202306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202307', '', '3202307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202308', '', '3202308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202309', '', '3202309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202310', '', '3202310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202311', '', '3202311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202312', '', '3202312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202401', '', '3202401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202402', '', '3202402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202501', '', '3202501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202502', '', '3202502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202503', '', '3202504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202504', '', '3202505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202505', '', '3202506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202601', '', '3202601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202602', '', '3202602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202603', '', '3202603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202604', '', '3202604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202605', '', '3202605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202606', '', '3202606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202607', '', '3202607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202608', '', '3202608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202609', '', '3202609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202610', '', '3202610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202611', '', '3202612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202701', '', '3202701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202702', '', '3202702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202703', '', '3202703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202704', '', '3202704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202705', '', '3202705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202706', '', '3202706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202707', '', '3202707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202708', '', '3202708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202709', '', '3202709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202710', '', '3202710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202711', '', '3202711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202712', '', '3202714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202713', '', '3202715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202714', '', '3202716', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202715', '', '3202717', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202801', '', '3202801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202802', '', '3202802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202803', '', '3202803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202804', '', '3202804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202805', '', '3202805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202901', '', '3202902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2202902', '', '3202902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203001', '', '3203001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203002', '', '3203002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203003', '', '3203003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203004', '', '3203004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203005', '', '3203005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203006', '', '3203006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203007', '', '3203007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203008', '', '3203008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203009', '', '3203009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203010', '', '3203010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203011', '', '3203011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203101', '', '3203101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203102', '', '3203102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203103', '', '3203103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203104', '', '3203104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203105', '', '3203106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203106', '', '3203107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203107', '', '3203101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203201', '', '3203201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203202', '', '3203202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203203', '', '3203203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203204', '', '3203204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203301', '', '3203301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203302', '', '3203302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203303', '', '3203303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203401', '', '3203401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203402', '', '3203402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203403', '', '3203403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203404', '', '3203404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203405', '', '3203406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203406', '', '3203407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203407', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203408', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203409', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203410', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203411', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203412', '', '3203408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203501', '', '3203501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203502', '', '3203502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203503', '', '3203505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203504', '', '3203506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203505', '', '3203507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203801', '', '3203801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203802', '', '3203802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203901', '', '3203901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203902', '', '3203902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203903', '', '3203903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203904', '', '3203904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203905', '', '3203905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203906', '', '3203906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203907', '', '3203907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2203908', '', '3203908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204001', '', '3204001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204002', '', '3204002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204003', '', '3204003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204004', '', '3204004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204005', '', '3204005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204006', '', '3204006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204007', '', '3204007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204008', '', '3204008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204009', '', '3204009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204010', '', '3204010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204011', '', '3204011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204012', '', '3204012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204013', '', '3204013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204014', '', '3204014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204015', '', '3204015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204016', '', '3204016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204017', '', '3204017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204018', '', '3204018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204019', '', '3204019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204020', '', '3204020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204021', '', '3204021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204022', '', '3204022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204023', '', '3204023', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204024', '', '3204024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204025', '', '3204025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204026', '', '3204026', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204027', '', '3204027', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204101', '', '3204101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204102', '', '3204102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204103', '', '3204103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204104', '', '3204104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204105', '', '3204105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204106', '', '3204106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204107', '', '3204107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204108', '', '3204108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204109', '', '3204109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204201', '', '3204201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204202', '', '3204202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204203', '', '3204203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204204', '', '3204204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204205', '', '3204205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204206', '', '3204206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204207', '', '3204207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204208', '', '3204208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204209', '', '3204209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204210', '', '3204210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204211', '', '3204211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204212', '', '3204212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204213', '', '3204213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204301', '', '3204301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204302', '', '3204302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204303', '', '3204303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204304', '', '3204304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204305', '', '3204305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204306', '', '3204306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204307', '', '3204307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204308', '', '3204308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204309', '', '3204309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204310', '', '3204310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204311', '', '3204311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204312', '', '3204312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204313', '', '3204313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204314', '', '3204314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204315', '', '3204315', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204316', '', '3204319', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204317', '', '3204320', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204318', '', '3204321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204401', '', '3204401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204402', '', '3204402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204403', '', '3204403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204404', '', '3204404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204501', '', '3204501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204502', '', '3204502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204503', '', '3204503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204504', '', '3204504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204505', '', '3204505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204506', '', '3204506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204507', '', '3204507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204508', '', '3204509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204509', '', '3204510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204510', '', '3204511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204511', '', '3204512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204601', '', '3204601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204602', '', '3204602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204603', '', '3204603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204604', '', '3204604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204605', '', '3204605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204606', '', '3204606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204607', '', '3104606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204608', '', '3104606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204609', '', '3204603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204610', '', '3204607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204701', '', '3204701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204702', '', '3204702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204703', '', '3204703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204704', '', '3204704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204705', '', '3204705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204706', '', '3204703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204707', '', '3204706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204801', '', '3204801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204802', '', '3204802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204803', '', '3204803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204804', '', '3204804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204805', '', '3204805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204806', '', '3204806', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204807', '', '3204801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204901', '', '3204901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204902', '', '3204902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204903', '', '3204903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204904', '', '3204904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204905', '', '3204905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204906', '', '3204903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2204907', '', '3204906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205001', '', '3205001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205002', '', '3205002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205003', '', '3205003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205004', '', '3205004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205005', '', '3205005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205006', '', '3205006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205007', '', '3205001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205101', '', '3205101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205102', '', '3205102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205103', '', '3205103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205104', '', '3205104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205105', '', '3205105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205106', '', '3205106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205107', '', '3205101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205201', '', '3205201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205202', '', '3205202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205203', '', '3205203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205301', '', '3205301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205302', '', '3205302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205303', '', '3205303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205304', '', '3205304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205305', '', '3205305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205306', '', '3205306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205307', '', '3205307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205308', '', '3205308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205309', '', '3205309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205310', '', '3205310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205311', '', '3205311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205401', '', '3205401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205402', '', '3205402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205403', '/Chara/Npc/Monster/Jellyfish/JellyfishScenarioLimsaLv00', '3205403', '{\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 ('2205404', '', '3205404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205405', '', '3205405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205406', '', '3205406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205407', '', '3205407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205408', '', '3205408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205409', '', '3205409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205410', '', '3205410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205411', '', '3205411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205501', '', '3205501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205502', '', '3205502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205503', '', '3205503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205504', '', '3205504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205505', '', '3205505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205506', '', '3205506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205507', '', '3205507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205508', '', '3205508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205509', '', '3205509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205510', '', '3205510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205511', '', '3205511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205512', '', '3205512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205513', '', '3205513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205514', '', '3205514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205515', '', '3205515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205516', '', '3205516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205517', '', '3205517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205518', '', '3205518', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205519', '', '3205519', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205520', '', '3205520', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205521', '', '3205521', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205601', '', '3205601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205602', '', '3205602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205603', '', '3205603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205604', '', '3205604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205605', '', '3205605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205606', '', '3205606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205607', '', '3205607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205608', '', '3205608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205609', '', '3205609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205610', '', '3105609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205611', '', '3105609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205612', '', '3205611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205613', '', '3205612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205614', '', '3205613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205701', '', '3205701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205702', '', '3205702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205703', '', '3205703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205704', '', '3205704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205705', '', '3205705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205706', '', '3205706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205707', '', '3205707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205708', '', '3205708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205709', '', '3205709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205710', '', '3205710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205711', '', '3205712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205712', '', '3205713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205801', '', '3205801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205802', '', '3205802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205803', '', '3205803', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205804', '', '3205804', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205805', '', '3205805', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205901', '', '3205901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205902', '', '3205902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205903', '', '3205903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205904', '', '3205904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205905', '', '3205905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205906', '', '3205906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205907', '', '3205907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205908', '', '3205908', null); +INSERT INTO `gamedata_actor_class` VALUES ('2205909', '', '3205909', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206001', '', '3206001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206002', '', '3206002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206003', '', '3206003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206004', '', '3206004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206005', '', '3206005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206006', '', '3206006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206007', '', '3206007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206008', '', '3206008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206009', '', '3206009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206010', '', '3206010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206011', '', '3206011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206012', '', '3206012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206013', '', '3206013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206014', '', '3206014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206015', '', '3206015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206016', '', '3206016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206201', '', '3206201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206202', '', '3206202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206203', '', '3206203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206204', '', '3206204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206205', '', '3206205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206206', '', '3206206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206207', '', '3206207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206208', '', '3206208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206209', '', '3206209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206210', '', '3206210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206211', '', '3206211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206212', '', '3206211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206213', '', '3206211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206214', '', '3206212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206215', '', '3206213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206216', '', '3206214', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206301', '', '3206301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206302', '', '3206303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206303', '', '3206302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206304', '', '3206304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206305', '', '3206305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206306', '', '3206306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206401', '', '3206401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206402', '', '3206403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206403', '', '3206402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206404', '', '3206404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206405', '', '3206405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206406', '', '3206406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206407', '', '3206407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206408', '', '3206408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206409', '', '3206409', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206410', '', '3206410', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206411', '', '3206411', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206412', '', '3206412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206413', '', '3206413', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206414', '', '3206414', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206415', '', '3206415', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206416', '', '3206416', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206417', '', '3206417', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206418', '', '3206418', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206419', '', '3206422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206420', '', '3206420', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206421', '', '3206421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206422', '', '3206422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206423', '', '3206423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206424', '', '3206424', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206425', '', '3206425', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206426', '', '3206426', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206427', '', '3206427', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206428', '', '3206428', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206429', '', '3206429', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206430', '', '3206430', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206431', '', '3206431', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206432', '', '3206432', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206433', '', '3206433', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206434', '', '3206434', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206435', '', '3206435', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206436', '', '3106422', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206437', '', '3106429', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206438', '', '3206423', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206439', '', '3106412', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206501', '', '3206501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206502', '', '3206502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206503', '', '3206503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206504', '', '3206504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206505', '', '3206505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206506', '', '3206508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206507', '', '3206506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206508', '', '3206507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206509', '', '3206509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206510', '', '3206510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206511', '', '3206511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206512', '', '3206512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206513', '', '3206518', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206514', '', '3206513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206515', '', '3206515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206516', '', '3206514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206517', '', '3206516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206518', '', '3206517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206519', '', '3206519', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206520', '', '3206520', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206521', '', '3206521', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206522', '', '3206522', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206523', '', '3206523', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206524', '', '3206524', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206525', '', '3206525', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206526', '', '3206526', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206527', '', '3206527', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206528', '', '3206528', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206529', '', '3206532', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206530', '', '3206530', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206531', '', '3206531', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206532', '', '3206532', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206533', '', '3206533', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206534', '', '3206534', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206535', '', '3206535', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206536', '', '3206536', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206537', '', '3206537', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206538', '', '3206538', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206539', '', '3206539', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206540', '', '3206540', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206541', '', '3206541', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206542', '', '3206542', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206543', '', '3206543', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206544', '', '3106515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206545', '', '3106508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206546', '', '3106502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206547', '', '3106522', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206601', '', '3206601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206602', '', '3206602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206603', '', '3206604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206604', '', '3206603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206605', '', '3106629', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206606', '', '3206605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206607', '', '3206606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206608', '', '3206607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206609', '', '3206608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206610', '', '3206612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206611', '', '3206610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206612', '', '3206611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206613', '', '3206612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206614', '', '3206613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206615', '', '3206614', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206616', '', '3206615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206617', '', '3206616', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206618', '', '3206617', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206619', '', '3206618', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206620', '', '3206619', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206621', '', '3206620', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206622', '', '3206621', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206623', '', '3206622', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206624', '', '3206623', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206625', '', '3206624', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206626', '', '3206607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206627', '', '3206613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206628', '', '3206615', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206629', '', '3206617', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206701', '', '3206701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206702', '', '3206702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206703', '', '3206703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206704', '', '3206704', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206705', '', '3206705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206706', '', '3206706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206707', '', '3206707', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206708', '', '3206708', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206709', '', '3206709', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206710', '', '3206710', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206711', '', '3206711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206712', '', '3206712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206713', '', '3206713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206714', '', '3206714', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206715', '', '3206715', null); +INSERT INTO `gamedata_actor_class` VALUES ('2206901', '', '3206901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207001', '', '3207001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207003', '', '3207003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207004', '', '3207006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207005', '', '3207021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207006', '', '3207022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207007', '', '3207023', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207008', '', '3207028', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207009', '', '3207001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207301', '', '3207301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207302', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207303', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207304', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207305', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207306', '', '3207303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207307', '', '3207303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207308', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207309', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207310', '', '3207302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207311', '', '3207304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207312', '', '3207304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207313', '', '3207303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207314', '', '3207304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207315', '', '3207303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207401', '', '3207401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207601', '', '3207601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207602', '', '3207602', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207603', '', '3207603', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207604', '', '3207604', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207605', '', '3207605', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207606', '', '3207606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207607', '', '3207607', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207608', '', '3207608', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207609', '', '3207609', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207610', '', '3207610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207611', '', '3207611', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207612', '', '3207612', null); +INSERT INTO `gamedata_actor_class` VALUES ('2207613', '', '3207613', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208101', '', '3208101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208102', '', '3208102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208701', '', '3208701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208901', '', '3208901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208902', '', '3208902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208903', '', '3208903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208904', '', '3208905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208905', '', '3208904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208906', '', '3208905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208907', '', '3208905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2208908', '', '3208905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209001', '', '3209001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209002', '', '3209002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209003', '', '3109003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209004', '', '3109004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209005', '', '3109002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209501', '', '3209501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209502', '', '3209501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209503', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209504', '', '3209502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209505', '', '3209503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209506', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209507', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209508', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209509', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209510', '', '3209504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209511', '', '3209504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209512', '', '3209505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209513', '', '3209505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209514', '', '3209506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209515', '', '3209507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209516', '', '3209502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209517', '', '3209503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209518', '', '3209504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209519', '', '3209504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209801', '', '3209801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209901', '', '3209901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209902', '', '3209902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209903', '', '3209903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209904', '', '3209905', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209905', '', '3209906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209906', '', '3209907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209907', '', '3209907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2209908', '', '3209907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210001', '', '3210001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210002', '', '3210002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210003', '', '3210003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210004', '', '3210004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210301', '', '3210301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210302', '', '3210302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210303', '', '3210303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210401', '', '3210401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210402', '', '3210402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210403', '', '3210403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210404', '', '3210404', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210405', '', '3210405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210406', '', '3210406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210407', '', '3210407', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210408', '', '3210408', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210501', '', '3210501', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210502', '', '3210502', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210503', '', '3210503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210504', '', '3210504', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210505', '', '3210505', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210506', '', '3210506', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210507', '', '3210507', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210508', '', '3210508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210509', '', '3210509', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210510', '', '3210510', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210511', '', '3210511', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210512', '', '3210512', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210513', '', '3210513', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210514', '', '3210514', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210515', '', '3210515', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210516', '', '3210516', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210517', '', '3210517', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210518', '', '3210518', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210701', '', '3110702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210702', '', '3110703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210703', '', '3210701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210801', '', '3210801', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210802', '', '3210802', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210901', '', '2700001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210902', '', '3210902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210903', '', '3210903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210904', '', '2700001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210905', '', '3210903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210906', '', '3210902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210907', '', '3210904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210908', '', '3210904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210909', '', '3210902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210910', '', '3210903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210911', '', '3210902', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210912', '', '3210903', null); +INSERT INTO `gamedata_actor_class` VALUES ('2210913', '', '3210904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280001', '', '3280001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280002', '', '3280002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280003', '', '3280003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280004', '', '3280004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280005', '', '3280005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280006', '', '3280006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280007', '', '3280007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280008', '', '3280008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280009', '', '3280009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280010', '', '3280010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280011', '', '3280011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280012', '', '3280012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280013', '', '3280013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280014', '', '3280014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280015', '', '3280015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280016', '', '3280016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280017', '', '3280017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280018', '', '3280018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280019', '', '3280019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280020', '', '3280020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280021', '', '3280021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280022', '', '3280022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280023', '', '3207010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280024', '', '3207011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280025', '', '3207012', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280026', '', '3207013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280027', '', '3207014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280028', '', '3207015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280029', '', '3207016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280030', '', '3207017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280031', '', '3207018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280032', '', '3207019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280033', '', '3207020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280034', '', '3280023', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280035', '', '3280024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280036', '', '3280025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280037', '', '3280026', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280038', '', '3280027', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280039', '', '3280028', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280040', '', '3280029', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280041', '', '3280030', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280042', '', '3280031', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280043', '', '3280032', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280044', '', '3280033', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280045', '', '3280034', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280046', '', '3207024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280047', '', '3207025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280048', '', '3207026', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280049', '', '3207027', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280050', '', '3207024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280051', '', '3280035', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280052', '', '3280036', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280053', '', '3280037', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280054', '', '3280038', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280055', '', '3280039', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280056', '', '3280040', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280057', '', '3280041', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280058', '', '3180009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280059', '', '3180011', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280060', '', '3180013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280061', '', '3180015', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280062', '', '3180017', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280063', '', '3180019', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280064', '', '3180021', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280065', '', '3180010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280066', '', '3180014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280067', '', '3180016', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280068', '', '3180018', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280069', '', '3180020', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280070', '', '3180022', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280101', '', '3280101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280102', '', '3280102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280103', '', '3280103', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280104', '', '3280104', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280105', '', '3280105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280106', '', '3280106', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280107', '', '3280107', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280108', '', '3280108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280109', '', '3280109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280110', '', '3280110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280111', '', '3280111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280112', '', '3280112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280113', '', '3280113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280114', '', '3280114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280115', '', '3280115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280116', '', '3280116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280117', '', '3280117', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280118', '', '3280118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280119', '', '3280119', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280120', '', '3280120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280121', '', '3280121', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280122', '', '3280122', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280123', '', '3280123', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280124', '', '3280124', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280125', '', '3280125', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280126', '', '3280126', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280127', '', '3280127', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280128', '', '3280128', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280129', '', '3280129', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280130', '', '3280130', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280131', '', '3280131', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280132', '', '3280132', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280133', '', '3280133', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280134', '', '3280173', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280135', '', '3280134', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280136', '', '3280135', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280137', '', '3280136', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280138', '', '3280137', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280139', '', '3280138', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280140', '', '3280139', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280141', '', '3280140', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280142', '', '3280141', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280143', '', '3280142', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280144', '', '3280143', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280145', '', '3280144', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280146', '', '3280145', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280147', '', '3280146', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280148', '', '3280147', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280149', '', '3280148', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280150', '', '3280149', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280151', '', '3280150', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280152', '', '3280151', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280153', '', '3280152', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280154', '', '3280153', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280155', '', '3280154', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280156', '', '3280155', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280157', '', '3280156', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280158', '', '3280157', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280159', '', '3280158', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280160', '', '3280159', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280161', '', '3280160', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280162', '', '3280161', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280163', '', '3280162', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280164', '', '3280163', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280165', '', '3280164', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280166', '', '3280165', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280167', '', '3280166', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280168', '', '3280167', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280169', '', '3280168', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280170', '', '3280169', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280171', '', '3280170', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280172', '', '3280171', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280173', '', '3280172', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280174', '', '3280174', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280175', '', '3280175', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280176', '', '3280176', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280177', '', '3280177', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280178', '', '3280178', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280179', '', '3280179', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280180', '', '3280180', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280181', '', '3280181', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280182', '', '3280182', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280183', '', '3280183', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280184', '', '3280184', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280185', '', '3280185', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280186', '', '3280186', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280187', '', '3280187', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280188', '', '3280188', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280189', '', '3280189', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280190', '', '3280190', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280191', '', '3280191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280192', '', '3280192', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280193', '', '3280193', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280194', '', '3280194', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280195', '', '3280195', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280196', '', '3280196', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280197', '', '3280197', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280198', '', '3280198', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280201', '', '3280201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280202', '', '3280202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280203', '', '3280203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280204', '', '3280204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280205', '', '3280205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280206', '', '3280206', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280207', '', '3280207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280208', '', '3280208', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280209', '', '3280209', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280210', '', '3280210', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280211', '', '3280211', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280212', '', '3280212', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280213', '', '3280213', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280214', '', '3280214', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280215', '', '3280215', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280216', '', '3280216', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280217', '', '3280217', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280218', '', '3280218', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280219', '', '3280219', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280220', '', '3280220', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280221', '', '3280221', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280222', '', '3280222', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280223', '', '3280223', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280224', '', '3280224', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280225', '', '3280225', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280301', '', '3280401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2280302', '', '3280402', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289001', '', '4000596', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289002', '', '4000596', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289003', '', '4000596', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289004', '', '1600116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289005', '', '1600116', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289006', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289007', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289008', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289009', '', '1900046', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289010', '', '4000597', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289011', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289012', '', '4000191', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289013', '', '4000598', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289014', '', '4000192', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289015', '', '4000189', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289016', '', '1000342', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289017', '', '1000342', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289018', '', '1000342', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289019', '', '3280308', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289020', '', '3280309', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289021', '', '3280310', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289022', '', '3280301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289023', '', '3280302', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289024', '', '3280303', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289025', '', '3280311', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289026', '', '3280304', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289027', '', '3280305', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289028', '', '3280306', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289029', '', '3280307', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289030', '', '3280312', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289031', '', '3280313', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289032', '', '3280314', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289033', '', '3280315', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289034', '', '3280316', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289035', '', '3280317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289036', '', '3280318', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289037', '', '3280319', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289038', '', '3280320', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289039', '', '3280321', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289040', '', '3280322', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289041', '', '3280323', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289042', '', '3280324', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289043', '', '3280325', null); +INSERT INTO `gamedata_actor_class` VALUES ('2289044', '', '3280403', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290001', '/Chara/Npc/Monster/FighterAlly/FighterAllyOpeningHealer', '1900006', '{\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 ('2290002', '/Chara/Npc/Monster/FighterAlly/FighterAllyOpeningAttacker', '1600179', '{\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 ('2290003', '', '1200024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290004', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290005', '', '1400004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290006', '', '2300120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290007', '', '1500024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290008', '', '1900054', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290009', '', '1000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290010', '', '1100025', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290011', '', '1000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290012', '', '1200028', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290013', '', '1200024', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290014', '', '1600089', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290015', '', '1200014', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290016', '', '1200013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290017', '', '1900026', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290018', '', '1000006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290019', '', '1000013', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290020', '', '1500004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290021', '', '4000421', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290022', '', '2200172', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290023', '', '4000348', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290024', '', '4000135', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290025', '', '4000132', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290026', '', '4000133', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290027', '', '4000134', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290028', '', '4000135', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290029', '', '4000132', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290030', '', '4000133', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290031', '', '4000134', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290032', '', '1100199', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290033', '', '1000175', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290034', '', '4000257', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290035', '', '1500080', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290036', '', '3206201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290037', '', '1100118', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290038', '', '1600179', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290039', '', '1000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290040', '', '2300120', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290041', '', '1600083', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290042', '', '1000030', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290043', '', '1900195', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290044', '', '1000087', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290045', '', '4000622', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290046', '', '4000623', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290047', '', '4000624', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290048', '', '4000625', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290049', '', '4000626', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290050', '', '4000627', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290051', '', '4000628', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290052', '', '4000629', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290053', '', '4000630', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290054', '', '3290008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290055', '', '3290002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290056', '', '3290009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290057', '', '3290004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290058', '', '3290001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290059', '', '3290002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290060', '', '3290003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290061', '', '3290004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290062', '', '3290008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290063', '', '3290002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290064', '', '3290009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290065', '', '3290004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290066', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290067', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290068', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290069', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290070', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290071', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290072', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290073', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290074', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290075', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290076', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290077', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290078', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290079', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290080', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290081', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290082', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290083', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290084', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290085', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290086', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290087', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290088', '', '3290005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290089', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290090', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290091', '', '3290006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290092', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290093', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290094', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290095', '', '3290007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290096', '', '3290010', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290097', '', '1900183', null); +INSERT INTO `gamedata_actor_class` VALUES ('2290098', '', '1900183', null); +INSERT INTO `gamedata_actor_class` VALUES ('2291001', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('2291002', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('2291003', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('2291004', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('2291005', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('2300101', '', '3200114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2300401', '', '3200406', null); +INSERT INTO `gamedata_actor_class` VALUES ('2300701', '', '3300701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2300702', '', '3300702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2300901', '', '3300901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301001', '', '3301001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301101', '', '3201111', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301102', '', '3201108', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301103', '', '3201109', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301104', '', '3201110', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301105', '', '3201113', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301106', '', '3201112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301107', '', '3201114', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301108', '', '3201115', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301109', '', '3201112', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301110', '', '3301101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301111', '', '3301102', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301301', '', '3301301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301601', '', '3201606', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301701', '', '3201705', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301702', '', '3201706', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301901', '', '3201906', null); +INSERT INTO `gamedata_actor_class` VALUES ('2301902', '', '3201907', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302101', '', '3302101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302201', '', '3202207', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302501', '', '3202503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302701', '', '3202712', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302702', '', '3202713', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302703', '', '3302701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302704', '', '3302702', null); +INSERT INTO `gamedata_actor_class` VALUES ('2302705', '', '3302703', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303001', '', '3303001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303002', '', '3303002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303003', '', '3303003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303004', '', '3303004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303005', '', '3303005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303006', '', '3303006', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303007', '', '3303007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303101', '', '3203105', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303102', '', '3303101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303401', '', '3203405', null); +INSERT INTO `gamedata_actor_class` VALUES ('2303501', '', '3203503', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304101', '', '3304101', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304201', '', '3304201', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304202', '', '3304202', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304203', '', '3304203', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304204', '', '3304204', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304205', '', '3304205', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304301', '', '3204316', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304302', '', '3204317', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304303', '', '3204318', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304304', '', '3304301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2304501', '', '3204508', null); +INSERT INTO `gamedata_actor_class` VALUES ('2305301', '', '3305301', null); +INSERT INTO `gamedata_actor_class` VALUES ('2305401', '', '3305401', null); +INSERT INTO `gamedata_actor_class` VALUES ('2305601', '', '3205610', null); +INSERT INTO `gamedata_actor_class` VALUES ('2305701', '', '3205711', null); +INSERT INTO `gamedata_actor_class` VALUES ('2305901', '', '3305901', null); +INSERT INTO `gamedata_actor_class` VALUES ('2307001', '', '3207005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2307002', '', '3307001', null); +INSERT INTO `gamedata_actor_class` VALUES ('2308701', '', '3308701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2309901', '', '3209904', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310601', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310602', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310603', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310604', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310605', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310606', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310607', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310608', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310609', '', '3310601', null); +INSERT INTO `gamedata_actor_class` VALUES ('2310701', '', '3310701', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380001', '', '3207007', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380002', '', '3207008', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380003', '', '3207009', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380004', '', '3307002', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380005', '', '3307003', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380006', '', '3307004', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380007', '', '3307005', null); +INSERT INTO `gamedata_actor_class` VALUES ('2380008', '', '3307006', null); +INSERT INTO `gamedata_actor_class` VALUES ('3000001', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001101', '', '1000049', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001102', '', '1000119', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001103', '', '1000198', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001104', '', '1000225', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001105', '', '1000254', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001106', '', '1100191', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001107', '', '1100346', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001108', '', '1100378', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001109', '', '1100406', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001110', '', '1100435', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001111', '', '2200072', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001112', '', '2200079', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001113', '', '2200141', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001114', '', '2200202', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001115', '', '2200240', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001116', '', '1200042', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001117', '', '1200074', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001118', '', '1200076', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001119', '', '1200080', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001120', '', '1200095', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001121', '', '1300041', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001122', '', '1300043', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001123', '', '1300061', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001124', '', '1300069', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001125', '', '1300088', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001126', '', '1200112', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001127', '', '1200114', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001128', '', '1200115', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001129', '', '1200117', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001130', '', '1200121', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001131', '', '1300013', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001132', '', '1300044', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001133', '', '1300056', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001134', '', '1300065', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001135', '', '1300089', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001136', '', '1400087', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001137', '', '1400090', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001138', '', '1400091', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001139', '', '1400100', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001140', '', '1400101', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001141', '', '1500082', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001142', '', '1500085', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001143', '', '1500096', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001144', '', '1500097', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001145', '', '1500100', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001146', '', '1400051', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001147', '', '1400054', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001148', '', '1400062', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001149', '', '1400073', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001150', '', '1400078', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001151', '', '1500010', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001152', '', '1500013', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001153', '', '1500048', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001154', '', '1500050', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001155', '', '1500070', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001156', '', '1900012', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001157', '', '1900014', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001158', '', '1900031', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001159', '', '1900041', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001160', '', '1900049', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001161', '', '1900063', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001162', '', '1900066', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001163', '', '1900070', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001164', '', '1900075', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001165', '', '1900076', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001166', '', '1600067', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001167', '', '1600097', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001168', '', '1600138', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001169', '', '1600188', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001170', '', '1600238', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001171', '', '1600035', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001172', '', '1600079', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001173', '', '1600106', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001174', '', '1600134', null); +INSERT INTO `gamedata_actor_class` VALUES ('3001175', '', '1600266', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002101', '', '1000102', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002102', '', '1000250', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002103', '', '1000334', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002104', '', '1000388', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002105', '', '1000399', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002106', '', '1100056', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002107', '', '1100078', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002108', '', '1100114', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002109', '', '1100217', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002110', '', '1100418', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002111', '', '2200082', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002112', '', '2200125', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002113', '', '2200159', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002114', '', '2200210', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002115', '', '2200239', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002116', '', '1200040', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002117', '', '1200056', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002118', '', '1200101', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002119', '', '1200165', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002120', '', '1200178', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002121', '', '1300009', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002122', '', '1300036', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002123', '', '1300053', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002124', '', '1300117', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002125', '', '1300143', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002126', '', '1200053', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002127', '', '1200085', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002128', '', '1200151', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002129', '', '1200168', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002130', '', '1200186', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002131', '', '1300012', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002132', '', '1300047', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002133', '', '1300076', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002134', '', '1300133', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002135', '', '1300148', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002136', '', '1400121', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002137', '', '1400129', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002138', '', '1400133', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002139', '', '1400136', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002140', '', '1400138', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002141', '', '1500101', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002142', '', '1500106', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002143', '', '1500118', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002144', '', '1500128', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002145', '', '1500137', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002146', '', '1400025', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002147', '', '1400043', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002148', '', '1400048', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002149', '', '1400144', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002150', '', '1400147', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002151', '', '1500039', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002152', '', '1500059', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002153', '', '1500078', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002154', '', '1500143', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002155', '', '1500146', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002156', '', '1900058', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002157', '', '1900097', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002158', '', '1900157', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002159', '', '1900164', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002160', '', '1900167', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002161', '', '1900120', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002162', '', '1900128', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002163', '', '1900171', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002164', '', '1900176', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002165', '', '1900179', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002166', '', '1600008', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002167', '', '1600060', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002168', '', '1600133', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002169', '', '1600187', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002170', '', '1600239', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002171', '', '1600032', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002172', '', '1600088', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002173', '', '1600168', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002174', '', '1600202', null); +INSERT INTO `gamedata_actor_class` VALUES ('3002175', '', '1600255', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003101', '', '1000074', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003102', '', '1000231', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003103', '', '1000290', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003104', '', '1000338', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003105', '', '1000410', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003106', '', '1100052', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003107', '', '1100068', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003108', '', '1100097', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003109', '', '1100160', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003110', '', '1100238', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003111', '', '2200025', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003112', '', '2200084', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003113', '', '2200148', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003114', '', '2200182', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003115', '', '2200221', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003116', '', '1200012', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003117', '', '1200055', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003118', '', '1200086', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003119', '', '1200158', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003120', '', '1200174', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003121', '', '1300002', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003122', '', '1300014', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003123', '', '1300048', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003124', '', '1300114', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003125', '', '1300140', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003126', '', '1200044', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003127', '', '1200081', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003128', '', '1200113', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003129', '', '1200167', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003130', '', '1200179', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003131', '', '1300011', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003132', '', '1300038', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003133', '', '1300063', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003134', '', '1300122', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003135', '', '1300146', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003136', '', '1400102', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003137', '', '1400126', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003138', '', '1400130', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003139', '', '1400134', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003140', '', '1400137', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003141', '', '1500086', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003142', '', '1500103', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003143', '', '1500109', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003144', '', '1500125', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003145', '', '1500131', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003146', '', '1400005', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003147', '', '1400036', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003148', '', '1400046', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003149', '', '1400143', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003150', '', '1400146', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003151', '', '1500016', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003152', '', '1500046', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003153', '', '1500066', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003154', '', '1500113', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003155', '', '1500145', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003156', '', '1900055', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003157', '', '1900084', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003158', '', '1900104', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003159', '', '1900160', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003160', '', '1900165', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003161', '', '1900064', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003162', '', '1900123', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003163', '', '1900169', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003164', '', '1900172', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003165', '', '1900178', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003166', '', '1600001', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003167', '', '1600038', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003168', '', '1600108', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003169', '', '1600177', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003170', '', '1600234', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003171', '', '1600011', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003172', '', '1600074', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003173', '', '1600147', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003174', '', '1600194', null); +INSERT INTO `gamedata_actor_class` VALUES ('3003175', '', '1600246', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000001', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000027', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000039', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000040', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000041', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000042', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000043', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000044', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000045', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000046', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000047', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000048', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000049', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000050', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000051', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000052', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000055', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000058', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000059', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000060', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000063', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000064', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000065', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000066', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000067', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000068', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000069', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000070', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000071', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000072', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000073', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000074', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000075', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000076', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000077', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000078', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000079', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000080', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000081', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000082', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000083', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000084', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000085', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000086', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000087', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000088', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000089', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000101', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000117', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000118', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000119', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000120', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5000121', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900001', '/Chara/Npc/MapObj/DoorStandard', '0', '{ \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 ('5900002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900010', '/Chara/Npc/MapObj/MapObjPortDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900011', '/Chara/Npc/MapObj/MapObjShipPort', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900012', '/Chara/Npc/MapObj/MapObjPortDoor', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900027', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900031', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900032', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900033', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900034', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900035', '', '3209510', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('5900038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000001', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000002', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000003', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000004', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000005', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000006', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000007', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000008', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000009', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000010', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000011', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000012', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000013', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000014', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000015', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000016', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000017', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000018', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000019', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000020', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000021', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000022', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000023', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000024', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000025', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000026', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000027', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000028', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000029', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000030', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000031', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000032', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000033', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000034', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000035', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000036', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000037', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000038', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000039', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000040', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000041', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000042', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000043', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000044', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000045', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000046', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000047', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000048', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000049', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000050', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000051', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000052', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000053', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000054', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000055', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000056', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000057', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000058', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000059', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000060', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000061', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000062', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000063', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000064', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000065', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000066', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000067', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000068', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000069', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000070', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000071', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000072', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000073', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000074', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000075', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000076', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000077', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000078', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000079', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000080', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000081', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000082', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000083', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000084', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000085', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000086', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000087', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000088', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000089', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000090', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000091', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000092', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000093', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000094', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000095', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000096', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000097', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000098', '', '1600179', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000099', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000100', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000101', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000102', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000103', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000104', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000105', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000106', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000107', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000108', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000109', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000110', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000111', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000112', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000113', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000114', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000115', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000116', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000117', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000118', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000119', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000120', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000121', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000122', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000123', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000124', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000125', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000126', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000127', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000128', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000129', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000130', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000131', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000132', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000133', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000134', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000135', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000136', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000137', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000138', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000139', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000140', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000141', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000142', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000143', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000144', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000145', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000146', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000147', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000148', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000149', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000150', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000151', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000152', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000153', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000154', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000155', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000156', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000157', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000158', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000159', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000160', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000161', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000162', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000163', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000164', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000165', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000166', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000167', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000168', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000169', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000170', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000171', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000172', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000173', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000174', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000175', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000176', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000177', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000178', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000179', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000180', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000181', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000182', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000183', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000184', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000185', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000186', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000187', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000188', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000189', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000190', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000191', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000192', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000193', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000194', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000195', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000196', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000197', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000198', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000199', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000200', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000201', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000202', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000203', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000204', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000205', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000206', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000207', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000208', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000209', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000210', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000211', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000212', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000213', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000214', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000215', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000216', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000217', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000218', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000219', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000220', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000221', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000222', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000223', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000224', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000225', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000226', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000227', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000228', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000229', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000230', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000231', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000232', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000233', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000234', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000235', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000236', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000237', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000238', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000239', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000240', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000241', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000242', '', '3107301', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000243', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000244', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000245', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000246', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000247', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000248', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000249', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000250', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000251', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000252', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000253', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000254', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000255', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000256', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000257', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000258', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000259', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000260', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000261', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000262', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000263', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000264', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000265', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000266', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000267', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000268', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000269', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000270', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000271', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000272', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000273', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000274', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000275', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000276', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000277', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000278', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000279', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000280', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000281', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000282', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000283', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000284', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000285', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000286', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000287', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000288', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000289', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000290', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000291', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000292', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000293', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000294', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000295', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000296', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000297', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000298', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000299', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000300', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000301', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000302', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000303', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000304', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000305', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000306', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000307', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000308', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000309', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000310', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000311', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000312', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000313', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000314', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000315', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000316', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000317', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000318', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000319', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000320', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000321', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000322', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000323', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000324', '', '4000658', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000325', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000326', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000327', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000328', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000329', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000330', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000331', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000332', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000333', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000334', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000335', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000336', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000337', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000338', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000339', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000340', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000341', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000342', '', '4000655', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000343', '', '4000656', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000344', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000345', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000346', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000347', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000348', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000349', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000350', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000351', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000352', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000353', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000354', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000355', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000356', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000357', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000358', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000359', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000360', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000361', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000362', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000363', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000364', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000365', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000366', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000367', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000368', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000369', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000370', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000371', '', '3210902', null); +INSERT INTO `gamedata_actor_class` VALUES ('6000372', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500001', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500002', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500003', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500004', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500005', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500006', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500007', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500008', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500009', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500010', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500011', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500012', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500013', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500014', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500015', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500016', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500017', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500018', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500019', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500020', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500021', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500022', '', '1500032', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500023', '', '3105610', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500024', '', '3100114', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500025', '', '3101113', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500026', '', '3101115', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500027', '', '3101113', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500028', '', '3101114', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500029', '', '3102217', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500030', '', '3101712', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500031', '', '3102506', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500032', '', '3103502', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500033', '', '3200708', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500034', '', '3202206', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500035', '', '3200205', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500036', '', '3204316', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500037', '', '3201906', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500038', '', '3201706', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500039', '', '3200406', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500040', '', '3204508', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500041', '', '3207007', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500042', '', '3207008', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500043', '', '3203105', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500044', '', '3209904', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500045', '', '3106608', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500046', '', '3106622', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500047', '', '3106627', null); +INSERT INTO `gamedata_actor_class` VALUES ('6500048', '', '3106616', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800001', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800002', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800003', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800004', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800005', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800006', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800007', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800008', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800009', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800010', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800011', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800012', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800013', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800014', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800015', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800016', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800017', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800018', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800019', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800020', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800021', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800022', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800023', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800024', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800025', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800026', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800027', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800028', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800029', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800030', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800031', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800032', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800033', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800034', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6800035', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900001', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900002', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900003', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900004', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900005', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900006', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900007', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900008', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900009', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900010', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900011', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900012', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900013', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900014', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900015', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900016', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900017', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900018', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900019', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900020', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900021', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900022', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900023', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900024', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900025', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900026', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900027', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900028', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900029', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900030', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900031', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900032', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900033', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900034', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900035', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900036', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900037', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900038', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900039', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900040', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900041', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900042', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900043', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900044', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900045', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900046', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900047', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900048', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900049', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900050', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900051', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900052', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900053', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900054', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900055', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900056', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900057', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900058', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900059', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900060', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900061', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900062', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900063', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900064', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900065', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900066', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900067', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900068', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900069', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900070', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900071', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900072', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900073', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900074', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900075', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900076', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900077', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900078', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900079', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900080', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900081', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900082', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900083', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900084', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900085', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900086', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900087', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900088', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900089', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900090', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900091', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900092', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900093', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900094', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900095', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900096', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900097', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900098', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900099', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900100', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900101', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900103', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900104', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900105', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900106', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900107', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900108', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900109', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900110', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900111', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900112', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900113', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900114', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900115', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900116', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900117', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900118', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900119', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('6900120', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('9000001', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9000002', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9020001', '', '3102009', null); +INSERT INTO `gamedata_actor_class` VALUES ('9020002', '', '3100719', null); +INSERT INTO `gamedata_actor_class` VALUES ('9020003', '', '3102506', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111101', '', '1000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111102', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111103', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111104', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111201', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111202', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111204', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111206', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111207', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111208', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111209', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111210', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111211', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111212', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111213', '', '3000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111214', '', '3000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111215', '', '3000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111216', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111217', '', '3000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111218', '', '3000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111219', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111220', '', '3000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111221', '', '3000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111222', '', '3000005', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111223', '', '3000006', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111224', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111225', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111226', '', '3000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111227', '', '3000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111228', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111229', '', '3000007', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111230', '', '3000008', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111231', '', '3000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111232', '', '3000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111233', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111234', '', '3000007', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111235', '', '3000008', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111236', '', '3000010', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111237', '', '3000009', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111238', '', '3000011', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111239', '', '3000039', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111240', '', '3000012', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111241', '', '3000030', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111242', '', '3000042', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111243', '', '3000028', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111244', '', '3000029', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111245', '', '3000031', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111246', '', '3000032', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111247', '', '3000033', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111248', '', '3000034', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111249', '', '3000035', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111250', '', '3000036', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111251', '', '3000037', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111252', '', '3000038', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111253', '', '3000015', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111254', '', '3000016', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111255', '', '3000017', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111256', '', '3000041', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111257', '', '3000019', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111258', '', '3000040', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111259', '', '3000021', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111260', '', '3000022', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111261', '', '3000023', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111262', '', '3000024', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111263', '', '3000040', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111264', '', '3000041', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111265', '', '3000027', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111270', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111271', '', '2000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111272', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111275', '', '3000044', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111276', '', '3000043', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111280', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111301', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111303', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9111304', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9112101', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9112102', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9112103', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9112104', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9113102', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9113202', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9113203', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9113204', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114401', '', '1000015', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114402', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114403', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114404', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114405', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114406', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114407', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114408', '', '1000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114409', '', '2000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114410', '', '1900001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114411', '', '1200001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114412', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114413', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114414', '', '1300001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114415', '', '1600098', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114416', '', '1400001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114417', '', '1100001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114418', '', '1500001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114419', '', '1000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114420', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114421', '', '2000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114422', '', '1000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114423', '', '1000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114424', '', '1000001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114425', '', '1000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114426', '', '3000045', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114427', '', '1000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114428', '', '1000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114429', '', '1000004', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114430', '', '1000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114431', '', '1500001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114432', '', '3000045', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114433', '', '1500001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114434', '', '1500001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114435', '', '1500001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114436', '', '1900001', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114437', '', '1000002', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114438', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114439', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114440', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114441', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114442', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114443', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114444', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114445', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114446', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114447', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114448', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114449', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114450', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114451', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114452', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114453', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114454', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114455', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114456', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114457', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114458', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114459', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114460', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114461', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114462', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114463', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114464', '', '1000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114465', '', '1400012', null); +INSERT INTO `gamedata_actor_class` VALUES ('9114466', '', '1400012', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115401', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115402', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115403', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115404', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115405', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115406', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115407', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115408', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115409', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115410', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115411', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115412', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115413', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115414', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115415', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115416', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115417', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115418', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115419', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115420', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115421', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115422', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9115423', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9116400', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9116401', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117001', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117101', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117102', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117103', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117104', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117105', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117106', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117107', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117108', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117109', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117110', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117111', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117112', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117113', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9117114', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220101', '', '3000003', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220102', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220103', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220104', '', '3102009', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220105', '', '1900126', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220201', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220202', '', '3102009', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220203', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220204', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220205', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220206', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220207', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220208', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220209', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220210', '', '3100101', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220301', '', '1', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220401', '', '0', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220402', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220403', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220404', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220405', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220406', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220407', '', '2', null); +INSERT INTO `gamedata_actor_class` VALUES ('9220408', '', '2', null); diff --git a/sql/server_spawn_locations.sql b/sql/server_spawn_locations.sql new file mode 100644 index 00000000..38e81a5e --- /dev/null +++ b/sql/server_spawn_locations.sql @@ -0,0 +1,660 @@ +/* +MySQL Data Transfer +Source Host: localhost +Source Database: ffxiv_server +Target Host: localhost +Target Database: ffxiv_server +Date: 6/12/2016 9:25:03 PM +*/ + +SET FOREIGN_KEY_CHECKS=0; +-- ---------------------------- +-- Table structure for server_spawn_locations +-- ---------------------------- +CREATE TABLE `server_spawn_locations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `actorClassId` int(10) unsigned NOT NULL, + `uniqueId` varchar(32) NOT NULL DEFAULT '', + `zoneId` int(10) unsigned NOT NULL, + `privateAreaName` varchar(32) NOT NULL DEFAULT '', + `privateAreaLevel` int(11) NOT NULL DEFAULT '0', + `positionX` float NOT NULL, + `positionY` float NOT NULL, + `positionZ` float NOT NULL, + `rotation` float NOT NULL, + `actorState` smallint(5) unsigned NOT NULL DEFAULT '0', + `animationId` int(10) unsigned NOT NULL DEFAULT '0', + `customDisplayName` varchar(32) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=628 DEFAULT CHARSET=latin1; + +-- ---------------------------- +-- Records +-- ---------------------------- +INSERT INTO `server_spawn_locations` VALUES ('1', '2104001', 'wharf_rat', '128', '', '0', '-84.628', '54.497', '-3.52', '2.491', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('2', '2105701', 'sewer_mole', '128', '', '0', '-148.265', '25.623', '-130.56', '0.93', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('3', '2105701', 'sewer_mole', '128', '', '0', '-143.877', '32.978', '-104.431', '-2.156', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('4', '1500001', 'piralnaut', '133', '', '0', '-460.18', '40', '179.68', '0.82', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('5', '1000078', 'ashakkal', '133', '', '0', '-439.55', '40', '182.26', '-0.31', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('6', '1000137', 'baderon', '133', '', '0', '-428.06', '40.2', '185.96', '-1.37', '0', '1060', null); +INSERT INTO `server_spawn_locations` VALUES ('7', '1000166', 'ursulie', '133', '', '0', '-429.68', '40.2', '182.19', '-1', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('8', '1000167', 'mytesyn', '133', '', '0', '-435.2', '40', '207.07', '-1.9', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('9', '1000271', 'maunie', '133', '', '0', '-447.57', '39.52', '194.65', '-1.55', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('10', '1000270', 'gigirya', '133', '', '0', '-440.36', '39.52', '193.94', '-0.95', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('11', '1000269', 'kokoto', '133', '', '0', '-452.41', '39.52', '202.89', '2.03', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('12', '1000272', 'tirauland', '133', '', '0', '-446', '39.52', '184.8', '1.56', '0', '1054', null); +INSERT INTO `server_spawn_locations` VALUES ('13', '1000273', 'estrilda', '133', '', '0', '-442.85', '39.52', '185.29', '-1.69', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('14', '1000274', 'gregory', '133', '', '0', '-449.2', '39.52', '196.13', '-3.12', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('15', '1000275', 'chantine', '133', '', '0', '-453.35', '39.52', '190.29', '-3.08', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('16', '1000276', 'nanaka', '133', '', '0', '-440.71', '39.52', '195.76', '-2.46', '0', '1024', null); +INSERT INTO `server_spawn_locations` VALUES ('17', '1000277', 'kakamehi', '133', '', '0', '-442.17', '39.52', '193.61', '0.39', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('18', '1000278', 'stephannot', '133', '', '0', '-450.17', '39.52', '201.08', '-0.73', '0', '1061', null); +INSERT INTO `server_spawn_locations` VALUES ('19', '1000279', 'josias', '133', '', '0', '-444.62', '39.52', '186.68', '3.04', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('20', '1000280', 'frithuric', '133', '', '0', '-464.54', '40', '185.15', '1.49', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('21', '1000281', 'lauda', '133', '', '0', '-450.79', '39.52', '182.56', '0.15', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('22', '1500006', 'isleen', '133', '', '0', '-440.19', '19', '206.1', '3.14', '0', '2051', null); +INSERT INTO `server_spawn_locations` VALUES ('23', '1000225', 'zehrymm', '133', '', '0', '-421.29', '40', '229.11', '-1.39', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('24', '1000226', 'fzhumii', '133', '', '0', '-462.43', '20.76', '178.16', '0.71', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('25', '1000347', 'aergwynt', '133', '', '0', '-489.56', '20', '184.91', '-0.24', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('26', '1000455', 'tmokkri', '133', '', '0', '-459.76', '40', '178.22', '1.6', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('27', '1000351', 'zanthael', '133', '', '0', '-441.8', '21', '175', '-0.35', '0', '10', null); +INSERT INTO `server_spawn_locations` VALUES ('28', '1500125', 'merewina', '133', '', '0', '-423.93', '32', '224.19', '1.28', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('29', '1001573', 'sweetnix_rosycheeks', '133', '', '0', '-477.8', '32', '168.21', '-2.49', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('30', '1290007', '', '133', '', '0', '-447', '19', '220', '-2', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('31', '1290008', '', '133', '', '0', '-447.13', '40', '220.03', '-2', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('32', '1290009', '', '133', '', '0', '-458', '92', '175', '-1', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('33', '1200044', '', '133', '', '0', '-441.12', '19', '206.39', '2.59', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('34', '1200022', '', '133', '', '0', '-438.76', '19', '207.6', '3.14', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('35', '1200027', '', '133', '', '0', '-432', '40', '202', '-1', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('36', '1200193', 'task_board', '133', '', '0', '-464.77', '41.71', '183.27', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('37', '1001424', 'gegeissa', '170', '', '0', '-56.69', '192', '-6.59', '2.89', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('38', '1001425', 'gdatnan', '170', '', '0', '-46.93', '191.98', '-3.62', '2.89', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('39', '1090078', '', '170', '', '0', '-25.71', '181.36', '-82.63', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('40', '1090464', '', '170', '', '0', '-40.55', '186.25', '-48.05', '1.24', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('41', '1200052', '', '170', '', '0', '32.79', '188.08', '-101.84', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('42', '1000070', 'kukumuko', '175', '', '0', '-169.63', '188.6', '100.93', '2.37', '0', '2025', null); +INSERT INTO `server_spawn_locations` VALUES ('43', '1000374', 'rorojaru', '175', '', '0', '28.93', '192', '109.69', '1.84', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('44', '1000632', 'moruith', '175', '', '0', '-186.1', '190.17', '106.58', '2.12', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('45', '1000651', 'popori', '175', '', '0', '-175.1', '188.6', '96.47', '2.37', '0', '2060', null); +INSERT INTO `server_spawn_locations` VALUES ('46', '1000658', 'gairbert', '175', '', '0', '17.31', '196', '164.36', '-0.52', '0', '2055', null); +INSERT INTO `server_spawn_locations` VALUES ('47', '1000659', 'drew', '175', '', '0', '-0.01', '196', '148.85', '0.77', '0', '2055', null); +INSERT INTO `server_spawn_locations` VALUES ('48', '1000666', 'ococo', '175', '', '0', '-17.11', '192.95', '22.18', '-1.25', '0', '2048', null); +INSERT INTO `server_spawn_locations` VALUES ('49', '1000780', 'kiora', '175', '', '0', '-72.92', '195.21', '55.55', '0.47', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('50', '1000781', 'opondhao', '175', '', '0', '-80.13', '195.21', '60.5', '2.34', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('51', '1000782', 'bertram', '175', '', '0', '-77.32', '195.19', '59.75', '-1.84', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('52', '1000783', 'minerva', '175', '', '0', '-56.87', '196', '64.15', '-1.66', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('53', '1000784', 'zoengterbin', '175', '', '0', '-74.97', '195.19', '53.96', '0.6', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('54', '1000785', 'styrmoeya', '175', '', '0', '-69.86', '195.2', '67.71', '2.5', '0', '1033', null); +INSERT INTO `server_spawn_locations` VALUES ('55', '1000786', 'yhah_amariyo', '175', '', '0', '-58.75', '196', '45.82', '2.09', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('56', '1000787', 'hildie', '175', '', '0', '-71.24', '195.2', '57.32', '-1.78', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('57', '1000788', 'lettice', '175', '', '0', '-83.19', '195', '74.14', '0.06', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('58', '1000789', 'tyon', '175', '', '0', '-67.93', '195.2', '65.1', '-0.45', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('59', '1000840', 'rururaji', '175', '', '0', '-36.99', '192.1', '15.9', '-0.56', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('60', '1000841', 'momodi', '175', '', '0', '-74.91', '195.45', '81.14', '2.88', '0', '1060', null); +INSERT INTO `server_spawn_locations` VALUES ('61', '1000862', 'gagaruna', '175', '', '0', '-184.94', '190.55', '108.87', '1.49', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('62', '1000864', 'otopa_pottopa', '175', '', '0', '-66.44', '195.45', '81.64', '-3.07', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('63', '1000865', 'thaisie', '175', '', '0', '-81.81', '195', '78.05', '2.65', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('64', '1000934', 'titinin', '175', '', '0', '-170.63', '190.01', '117.15', '-1.58', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('65', '1000955', 'naida_zamaida', '175', '', '0', '0.29', '196.4', '144.53', '1.8', '0', '1002', null); +INSERT INTO `server_spawn_locations` VALUES ('66', '1001007', 'halstein', '175', '', '0', '-160.78', '188.7', '117.31', '-2.56', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('67', '1001009', 'melisie', '175', '', '0', '-171.69', '190', '123.84', '-1.77', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('68', '1001012', 'shamani_lohmani', '175', '', '0', '-168.34', '188.7', '116.06', '2.96', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('69', '1001182', 'sesebaru', '175', '', '0', '-78.6', '196', '52.08', '0.26', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('70', '1001191', 'roarich', '175', '', '0', '1.98', '196', '106.25', '-1.23', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('71', '1001192', 'claroise', '175', '', '0', '-227.51', '192.1', '78.92', '0.56', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('72', '1001256', 'gunnulf', '175', '', '0', '-173.16', '188.7', '106.58', '0.92', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('73', '1001257', 'heibert', '175', '', '0', '-158.15', '188.7', '107.36', '-0.45', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('74', '1001260', 'ipaghlo', '175', '', '0', '-145.89', '185.45', '122.34', '-2.18', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('75', '1001371', 'totonawa', '175', '', '0', '-54.07', '196.47', '52.49', '-0.9', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('76', '1001372', 'eustace', '175', '', '0', '-52.83', '196.01', '53.44', '-0.34', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('77', '1001424', 'gegeissa', '175', '', '0', '-56.69', '192', '-6.59', '2.89', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('78', '1001426', 'hehena', '175', '', '0', '67.72', '192', '209.29', '1.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('79', '1001427', 'guillaunaux', '175', '', '0', '70.42', '191.98', '199.33', '1.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('80', '1001428', 'yuyuhase', '175', '', '0', '-218.1', '190', '23.69', '0.65', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('81', '1001429', 'lulumo', '175', '', '0', '-211.25', '190', '17.98', '0.65', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('82', '1001438', 'nokksu_shanksu', '175', '', '0', '17.99', '196.4', '164.98', '-0.99', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('83', '1001439', 'thimm', '175', '', '0', '3.52', '196', '110.96', '-2.04', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('84', '1001440', 'qaruru', '175', '', '0', '-34.43', '196', '82.32', '-2.73', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('85', '1001441', 'wracwulf', '175', '', '0', '-1.54', '196', '101.74', '1.27', '0', '1023', null); +INSERT INTO `server_spawn_locations` VALUES ('86', '1001442', 'wenefreda', '175', '', '0', '19.93', '196', '182.33', '-2.36', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('87', '1001443', 'judithe', '175', '', '0', '-36.51', '196', '80.42', '1.43', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('88', '1001444', 'robyn', '175', '', '0', '-35.04', '196', '81.91', '2.67', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('89', '1001455', 'mammet', '175', '', '0', '-182.02', '193.45', '85.12', '-2.52', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('90', '1001462', 'qata_nelhah', '175', '', '0', '-183.3', '193', '86.33', '-2.48', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('91', '1001471', 'kokobi', '175', '', '0', '-226.15', '190', '46.2', '2.45', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('92', '1001472', 'mimishu', '175', '', '0', '-232.39', '190', '40.56', '1.94', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('93', '1001726', 'aistan', '175', '', '0', '-98.88', '192.2', '1.08', '0.22', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('94', '1001932', 'sibold', '175', '', '0', '-138.11', '196', '67', '3', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('95', '1001953', 'berndan', '175', '', '0', '-80.39', '196', '54.22', '1.01', '0', '1044', null); +INSERT INTO `server_spawn_locations` VALUES ('96', '1002101', 'dural_tharal', '175', '', '0', '-131.03', '193', '29.41', '-3', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('97', '1002110', 'flame_lieutenant_somber_meadow', '175', '', '0', '-168.71', '192', '31.22', '0.53', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('98', '1002111', 'flame_sergeant_mimio_mio', '175', '', '0', '-166.1', '192', '29.48', '0.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('99', '1002112', 'flame_private_sisimuza_tetemuza', '175', '', '0', '-170.1', '192', '31.05', '0.14', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('100', '1002113', 'flame_sergeant_gagaleo_pupuleo', '175', '', '0', '-164.29', '192', '28.6', '0.42', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('101', '1090042', '', '175', '', '0', '-183.53', '193', '82.76', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('102', '1090059', '', '175', '', '0', '-183.92', '190.5', '99.04', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('103', '1090114', '', '175', '', '0', '-153.9', '185.65', '128.15', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('104', '1090265', '', '175', '', '0', '-235', '189', '50.5', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('105', '1090375', '', '175', '', '0', '-66.1', '196', '48.94', '-1.7', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('106', '1090402', '', '175', '', '0', '-22.81', '196', '87.82', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('107', '1090460', '', '175', '', '0', '-117.2', '198', '117.6', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('108', '1200022', '', '175', '', '0', '-39.26', '192.1', '13.97', '-0.38', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('109', '1200027', '', '175', '', '0', '-58.4', '195', '75.84', '-0.89', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('110', '1200027', '', '175', '', '0', '27.35', '192.1', '109.02', '3.13', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('111', '1200044', '', '175', '', '0', '-41.24', '192.1', '12.87', '0.1', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('112', '1200194', 'task_board', '175', '', '0', '-50.24', '197.6', '58.94', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('113', '1200210', '', '175', '', '0', '-169.94', '191.8', '25.9', '0.523', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('114', '1200288', '', '175', '', '0', '-189.13', '190', '15.59', '-1.04', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('115', '1280031', 'aetheryte', '175', '', '0', '-240.45', '185.93', '-9.56', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('116', '1280031', '', '175', '', '0', '-240.45', '185.93', '-9.56', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('117', '1290004', '', '175', '', '0', '-239.02', '190', '55.67', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('118', '1500116', 'gogorano', '175', '', '0', '-77.82', '192.1', '4.29', '0.23', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('119', '1500129', 'yayatoki', '175', '', '0', '-27.31', '196', '87.25', '1.91', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('120', '1500182', 'rowena', '175', '', '0', '-178.67', '192.1', '55.82', '-2.39', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('121', '1500274', 'orrick', '175', '', '0', '-153.91', '192.1', '13.35', '0.07', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('122', '1500327', 'flame_private_newton', '175', '', '0', '-187.61', '190', '15.88', '-1.04', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('123', '1600043', 'psonjha', '175', '', '0', '-109.62', '198', '80.59', '-1.29', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('124', '1600044', 'allenaure', '175', '', '0', '25.49', '192', '102.36', '2.01', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('125', '1600045', 'elgiva', '175', '', '0', '-112.39', '197', '71.19', '-1.43', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('126', '1600046', 'doesdornn', '175', '', '0', '45.2', '192', '99.92', '-1.13', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('127', '1600047', 'barryn', '175', '', '0', '26.57', '192', '67.47', '-0.88', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('128', '1600048', 'tataroga', '175', '', '0', '15.51', '192.45', '84.32', '2.17', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('129', '1600049', 'helena', '175', '', '0', '31.77', '192', '75.48', '-0.99', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('130', '1600050', 'gugudi', '175', '', '0', '41.18', '192.45', '91.8', '-1.13', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('131', '1600051', 'johannes', '175', '', '0', '20.57', '192', '92.96', '2.07', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('132', '1600052', 'quiloud', '175', '', '0', '36.82', '192', '83.36', '-1.08', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('133', '1600053', 'eormengild', '175', '', '0', '-123.59', '198', '84.96', '1.83', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('134', '1600054', 'fabrellet', '175', '', '0', '-127.5', '197.1', '75.21', '1.83', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('135', '1600055', 'roserette', '175', '', '0', '-106.56', '198', '90.21', '-1.28', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('136', '1600056', 'wysslorh', '175', '', '0', '-121.16', '198', '94.12', '1.82', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('137', '1600059', 'pimelle', '175', '', '0', '-163.44', '192.59', '52.55', '-2.59', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('138', '1600066', 'wawapo', '175', '', '0', '-105.68', '198', '95.23', '-1.29', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('139', '1600077', 'gwahaii', '175', '', '0', '-181.53', '190', '115.54', '2.41', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('140', '1600129', 'ganelon', '175', '', '0', '-76.95', '195', '80.8', '2.88', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('141', '1600133', 'etgar', '175', '', '0', '-72.84', '195', '81.96', '3.02', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('142', '1700039', 'baterich', '175', '', '0', '33.77', '192.1', '129.97', '2.57', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('143', '5900001', 'guild_pug', '175', '', '0', '-183', '191', '100', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('144', '5900001', 'adv_guild_west', '175', '', '0', '-91', '196', '56', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('145', '5900001', 'adv_guild_north', '175', '', '0', '-64', '196', '40', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('146', '5900001', 'adv_guild_east', '175', '', '0', '-48', '196', '67', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('147', '1000046', 'gogofu', '209', '', '0', '-301.18', '206', '239.6', '-1.82', '0', '2004', null); +INSERT INTO `server_spawn_locations` VALUES ('148', '1000047', 'hahayo', '209', '', '0', '7.24', '206.5', '301.88', '0.46', '0', '2005', null); +INSERT INTO `server_spawn_locations` VALUES ('149', '1000293', 'deaustie', '209', '', '0', '38.84', '195.59', '257.89', '1.37', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('150', '1000597', 'nogeloix', '209', '', '0', '-211.67', '229.6', '279.04', '0.38', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('151', '1000631', 'coynach', '209', '', '0', '-192.85', '194.6', '182.58', '1.17', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('152', '1000633', 'nyunoeya', '209', '', '0', '-291.55', '206', '220.4', '-0.45', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('153', '1000634', 'kylene', '209', '', '0', '-210.07', '229.6', '278.19', '0.6', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('154', '1000635', 'hnaufrid', '209', '', '0', '-129.71', '201.6', '256.29', '0.63', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('155', '1000636', 'lafla_morfla', '209', '', '0', '38.78', '196.04', '256.07', '1.82', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('156', '1000637', 'shilgen', '209', '', '0', '-91.81', '195.6', '314.82', '-1.05', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('157', '1000638', 'hawazi_zowazi', '209', '', '0', '-119.086', '200.7', '268.745', '2.618', '0', '2038', null); +INSERT INTO `server_spawn_locations` VALUES ('158', '1000639', 'isabella', '209', '', '0', '-119.486', '200.2', '273.871', '0.524', '0', '2039', null); +INSERT INTO `server_spawn_locations` VALUES ('159', '1000640', 'ciceroix', '209', '', '0', '-123.55', '200.2', '271.41', '-1.57', '0', '2049', null); +INSERT INTO `server_spawn_locations` VALUES ('160', '1000641', 'xau_nbolo', '209', '', '0', '-204.51', '228.2', '292.21', '-0.44', '0', '2040', null); +INSERT INTO `server_spawn_locations` VALUES ('161', '1000642', 'oefyrblaet', '209', '', '0', '-197.89', '228.2', '301.61', '-2.04', '0', '2041', null); +INSERT INTO `server_spawn_locations` VALUES ('162', '1000643', 'babaki', '209', '', '0', '-199.72', '228.65', '286.03', '-1.05', '0', '2042', null); +INSERT INTO `server_spawn_locations` VALUES ('163', '1000644', 'lohwaeb', '209', '', '0', '51.65', '194.2', '253.32', '0.01', '0', '2050', null); +INSERT INTO `server_spawn_locations` VALUES ('164', '1000645', 'margarete', '209', '', '0', '54.39', '194.2', '246.24', '2.57', '0', '2043', null); +INSERT INTO `server_spawn_locations` VALUES ('165', '1000646', 'rinh_maimhov', '209', '', '0', '48.75', '194.4', '243.01', '-0.58', '0', '2044', null); +INSERT INTO `server_spawn_locations` VALUES ('166', '1000647', 'lyngwaek', '209', '', '0', '-177.43', '193.1', '185.88', '3.14', '0', '2047', null); +INSERT INTO `server_spawn_locations` VALUES ('167', '1000648', 'wawaton', '209', '', '0', '-346.08', '206', '244.62', '-2.79', '0', '2068', null); +INSERT INTO `server_spawn_locations` VALUES ('168', '1000652', 'mamaza', '209', '', '0', '-119.86', '194.7', '318.76', '1.05', '0', '2045', null); +INSERT INTO `server_spawn_locations` VALUES ('169', '1000653', 'nhagi_amariyo', '209', '', '0', '-107.1', '195', '325', '2.89', '0', '2062', null); +INSERT INTO `server_spawn_locations` VALUES ('170', '1000654', 'jajanzo', '209', '', '0', '-176.12', '195.03', '165.26', '-2.17', '0', '2052', null); +INSERT INTO `server_spawn_locations` VALUES ('171', '1000655', 'jeger', '209', '', '0', '-73.85', '202', '166.4', '-1.67', '0', '2029', null); +INSERT INTO `server_spawn_locations` VALUES ('172', '1000656', 'martine', '209', '', '0', '-108.85', '218', '182.03', '2.43', '0', '2029', null); +INSERT INTO `server_spawn_locations` VALUES ('173', '1000665', 'rosalind', '209', '', '0', '-18.27', '206.04', '303.94', '-1.03', '0', '2057', null); +INSERT INTO `server_spawn_locations` VALUES ('174', '1000668', 'ubokhn', '209', '', '0', '-181.86', '195.02', '149.04', '-0.75', '0', '10', null); +INSERT INTO `server_spawn_locations` VALUES ('175', '1000846', 'yayake', '209', '', '0', '-292.89', '206.46', '219.88', '-0.52', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('176', '1000847', 'illofii', '209', '', '0', '-306.8', '206.5', '239.27', '1.8', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('177', '1000861', 'linette', '209', '', '0', '-92.38', '195.6', '313.43', '-1.43', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('178', '1000863', 'lulutsu', '209', '', '0', '-193.46', '195.05', '183.65', '0.61', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('179', '1000915', 'cahernaut', '209', '', '0', '44.52', '194.39', '242.84', '-2.08', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('180', '1000916', 'aspipi', '209', '', '0', '56.21', '194.2', '251.37', '0.51', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('181', '1000917', 'gloiucen', '209', '', '0', '61.19', '194.2', '249.57', '-0.22', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('182', '1000950', 'elecotte', '209', '', '0', '-131.49', '201.6', '256.97', '0.37', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('183', '1000962', 'papawa', '209', '', '0', '-175.05', '193.2', '201.17', '-2.46', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('184', '1000963', 'galeren', '209', '', '0', '-195.89', '194.5', '193.41', '-1.69', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('185', '1000964', 'fruhybolg', '209', '', '0', '-186.65', '193.2', '198.78', '1.59', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('186', '1000965', 'abylgo_hamylgo', '209', '', '0', '-180.83', '193.2', '206.51', '2.83', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('187', '1000966', 'fineco_romanecco', '209', '', '0', '-190.21', '194.5', '199.58', '1.28', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('188', '1000967', 'swerdahrm', '209', '', '0', '-182.91', '189.95', '221.78', '2.53', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('189', '1000968', 'wannore', '209', '', '0', '-190.21', '194.5', '201.41', '1.66', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('190', '1000969', 'qmhalawi', '209', '', '0', '-184.92', '193.2', '191.66', '0.57', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('191', '1000994', 'lefchild', '209', '', '0', '-127.24', '200.2', '267.51', '1.54', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('192', '1001022', 'sungi_kelungi', '209', '', '0', '-113.9', '200.2', '262.21', '-1.58', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('193', '1001055', 'bouchard', '209', '', '0', '-128.08', '200.2', '274.56', '2.8', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('194', '1001056', 'holbubu', '209', '', '0', '-117.87', '200.2', '263.67', '2.09', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('195', '1001073', 'obili_tambili', '209', '', '0', '-219.02', '231.5', '297.38', '-2.17', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('196', '1001074', 'miyaya', '209', '', '0', '-215.94', '229.5', '288.33', '-2.55', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('197', '1001075', 'berthar', '209', '', '0', '-197.52', '228.2', '297.35', '2.71', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('198', '1001141', 'tutubuki', '209', '', '0', '-334.02', '206', '233.12', '0.15', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('199', '1001142', 'kamlito_halito', '209', '', '0', '-309.56', '206', '256.45', '0.72', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('200', '1001143', 'totono', '209', '', '0', '-305', '206', '227.27', '-0.66', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('201', '1001144', 'fyrilsunn', '209', '', '0', '-285.41', '206', '232.67', '-2.32', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('202', '1001145', 'sinette', '209', '', '0', '-305.49', '206', '221.67', '1.84', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('203', '1001165', 'mumukiya', '209', '', '0', '-100.34', '195.5', '308.78', '3', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('204', '1001166', 'yuyubesu', '209', '', '0', '-110.27', '195.5', '305.12', '2.7', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('205', '1001167', 'chachai', '209', '', '0', '-101.69', '195.5', '308.33', '2.36', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('206', '1001168', 'fifilo', '209', '', '0', '-108.73', '195.5', '305.8', '-3.02', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('207', '1001169', 'pierriquet', '209', '', '0', '-104.15', '194.2', '319.82', '-0.35', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('208', '1001170', 'mohtfryd', '209', '', '0', '-97.81', '194.2', '325.9', '-1.5', '0', '1072', null); +INSERT INTO `server_spawn_locations` VALUES ('209', '1001171', 'qhota_nbolo', '209', '', '0', '-110.72', '194.57', '320.36', '2.51', '0', '1071', null); +INSERT INTO `server_spawn_locations` VALUES ('210', '1001193', 'uwilsyng', '209', '', '0', '-136.04', '206', '205.93', '-2.54', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('211', '1001200', 'jannie', '209', '', '0', '46.45', '195.49', '265.79', '-2.91', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('212', '1001201', 'dylise', '209', '', '0', '58.72', '195.49', '266.32', '1.25', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('213', '1001202', 'barnabaix', '209', '', '0', '57.32', '194.2', '253.56', '-2.32', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('214', '1001203', 'tyago_moui', '209', '', '0', '-116.04', '194.2', '313.08', '0.87', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('215', '1001415', 'anthoinette', '209', '', '0', '1.69', '206', '282.62', '0.26', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('216', '1001416', 'wise_moon', '209', '', '0', '3.39', '206', '282.82', '-0.12', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('217', '1001417', 'apacho_naccho', '209', '', '0', '3.06', '206.5', '300.33', '0.77', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('218', '1001418', 'wyznguld', '209', '', '0', '3.71', '206', '285.59', '-3.09', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('219', '1001419', 'neymumu', '209', '', '0', '-0.31', '206.02', '303.69', '1.22', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('220', '1001420', 'safufu', '209', '', '0', '14.4', '206', '314.85', '0.64', '0', '1075', null); +INSERT INTO `server_spawn_locations` VALUES ('221', '1001421', 'peneli_zuneli', '209', '', '0', '28.78', '206', '335.11', '-2.55', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('222', '1001422', 'milgogo', '209', '', '0', '-115.68', '226', '245.98', '2.85', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('223', '1001423', 'mumutano', '209', '', '0', '-121.98', '226', '244.1', '2.85', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('224', '1001445', 'singleton', '209', '', '0', '-191.98', '194.6', '181.33', '1.06', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('225', '1001451', 'mammet', '209', '', '0', '-138.31', '203.5', '274.12', '-1.42', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('226', '1001452', 'mammet', '209', '', '0', '-136.17', '201.5', '266.45', '-2.63', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('227', '1001453', 'mammet', '209', '', '0', '49.71', '194.39', '243.82', '-1.11', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('228', '1001454', 'mammet', '209', '', '0', '-203.9', '228.2', '297.97', '-0.4', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('229', '1001463', 'kukusi', '209', '', '0', '-195.01', '228.2', '293.18', '0.69', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('230', '1001464', 'vannes', '209', '', '0', '-185.18', '195.03', '149.95', '0.07', '0', '1076', null); +INSERT INTO `server_spawn_locations` VALUES ('231', '1001465', 'tatasha', '209', '', '0', '-193.23', '195.01', '168.92', '2.31', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('232', '1001466', 'xdhilogo', '209', '', '0', '-194.39', '195.03', '154.45', '1.5', '0', '1077', null); +INSERT INTO `server_spawn_locations` VALUES ('233', '1001467', 'dariustel', '209', '', '0', '-190.05', '174.89', '160.32', '1.43', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('234', '1001468', 'guencen', '209', '', '0', '-183.75', '174.89', '160.38', '-1.61', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('235', '1001475', 'diriaine', '209', '', '0', '-99.84', '194.2', '329.94', '-1.3', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('236', '1001476', 'crhabye', '209', '', '0', '-115.46', '194.2', '320.35', '1.5', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('237', '1001565', 'eleanor', '209', '', '0', '-278.97', '206', '211.56', '1.4', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('238', '1001712', 'guillestet', '209', '', '0', '-124.84', '272', '178.72', '1.34', '0', '1006', null); +INSERT INTO `server_spawn_locations` VALUES ('239', '1001713', 'hcidjaa', '209', '', '0', '-115.03', '272', '184.61', '-0.36', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('240', '1001717', 'goodife', '209', '', '0', '-116.35', '271.2', '163.86', '1.8', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('241', '1001770', 'eara', '209', '', '0', '-104.62', '271', '152.63', '-1.35', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('242', '1001771', 'liaime', '209', '', '0', '-104.93', '271', '161.17', '-1.83', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('243', '1002047', 'kopuru_fupuru', '209', '', '0', '-112.72', '202.405', '175.37', '2.31', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('244', '1060042', 'jenlyns', '209', '', '0', '-113.68', '218', '148.92', '0.92', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('245', '1090044', '', '209', '', '0', '-91.35', '196.02', '323.18', '1.97', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('246', '1090051', '', '209', '', '0', '38.29', '195.99', '247.09', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('247', '1090055', '', '209', '', '0', '-110.2', '224', '212.37', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('248', '1090058', '', '209', '', '0', '-121.99', '201.5', '257.62', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('249', '1090077', '', '209', '', '0', '-177.81', '192.56', '209.92', '-0.47', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('250', '1090119', '', '209', '', '0', '-216.38', '229.5', '302.07', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('251', '1090123', '', '209', '', '0', '-135.965', '201.5', '280.14', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('252', '1090131', '', '209', '', '0', '-242.14', '202.05', '224.2', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('253', '1090141', '', '209', '', '0', '-187.225', '190.15', '219.73', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('254', '1090142', '', '209', '', '0', '-207.3', '175', '160.13', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('255', '1090143', '', '209', '', '0', '-163.35', '175', '160.13', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('256', '1090253', '', '209', '', '0', '-250.38', '202', '202.4', '2.83', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('257', '1090283', '', '209', '', '0', '-185.26', '195', '179.74', '-2.28', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('258', '1090314', '', '209', '', '0', '-72.53', '202.02', '153.78', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('259', '1090452', '', '209', '', '0', '-105.3', '222.01', '194.83', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('260', '1090461', '', '209', '', '0', '-117.2', '222', '117.6', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('261', '1090462', '', '209', '', '0', '-119.84', '269.86', '127.86', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('262', '1090524', '', '209', '', '0', '-111.41', '224', '217.13', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('263', '1200120', 'dusty_tomes', '209', '', '0', '-289', '207.1', '221.54', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('264', '1200288', '', '209', '', '0', '-151.15', '198', '160.49', '1.62', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('265', '1290004', '', '209', '', '0', '-147.71', '234.14', '198.37', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('266', '1290023', '', '209', '', '0', '-117.2', '222', '117.6', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('267', '1500126', 'vavaki', '209', '', '0', '-32.44', '198', '143.58', '1.52', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('268', '1500208', 'stangyth', '209', '', '0', '-121.95', '271.2', '158.42', '-2.95', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('269', '1500209', 'lunnie', '209', '', '0', '-120.52', '271.2', '161.81', '0.21', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('270', '1500328', 'flame_private_allen', '209', '', '0', '-151.15', '198', '159.55', '1.62', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('271', '1500394', 'edine', '209', '', '0', '-92.88', '203', '166.92', '0.56', '0', '1045', null); +INSERT INTO `server_spawn_locations` VALUES ('272', '1600039', 'jemimi', '209', '', '0', '-208.76', '230.05', '277.1', '0.73', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('273', '1600040', 'pamisolaux', '209', '', '0', '-128.58', '201.6', '255.11', '0.95', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('274', '1600041', 'norbettaux', '209', '', '0', '37.73', '195.59', '254.73', '2.24', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('275', '1600042', 'nortmoen', '209', '', '0', '-90.84', '195.6', '315.94', '-0.82', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('276', '1600057', 'zagylswerd', '209', '', '0', '-259.27', '200.59', '163.35', '1.51', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('277', '1600058', 'wnhalki', '209', '', '0', '-156.37', '206.5', '227.78', '2.86', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('278', '1600094', 'waeksatz', '209', '', '0', '-136.18', '271.2', '181.9', '2.3', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('279', '5900001', 'guild_alc', '209', '', '0', '-202', '230', '277', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('280', '5900001', 'guild_gla', '209', '', '0', '-185', '195', '179', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('281', '5900001', 'ne_of_eshtaimes', '209', '', '0', '-139', '206', '195', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('282', '5900001', 'guild_gsm', '209', '', '0', '-121', '202', '255', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('283', '5900001', 'guild_min', '209', '', '0', '-91', '196', '323', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('284', '5900001', 'east_of_goldcourt', '209', '', '0', '-37', '198', '154', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('285', '5900001', 'nw_of_guild_wvr', '209', '', '0', '-26', '201', '205', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('286', '5900001', 'guild_wvr', '209', '', '0', '40', '196', '248', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('287', '5900011', '', '209', '', '0', '-127', '271', '157', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('288', '1000045', 'fabodji', '230', '', '0', '-587.95', '6', '429.28', '-0.94', '0', '2003', null); +INSERT INTO `server_spawn_locations` VALUES ('289', '1000049', 'jainelette', '230', '', '0', '-793.27', '10.35', '386.55', '1.7', '0', '2007', null); +INSERT INTO `server_spawn_locations` VALUES ('290', '1000050', 'robairlain', '230', '', '0', '-617.1', '11.84', '261.67', '1.6', '0', '2008', null); +INSERT INTO `server_spawn_locations` VALUES ('291', '1000051', 'brictt', '230', '', '0', '-739.35', '16.35', '386.66', '1.5', '0', '2002', null); +INSERT INTO `server_spawn_locations` VALUES ('292', '1000052', 'liautroix', '230', '', '0', '-794.17', '21.35', '378.93', '2.88', '0', '2009', null); +INSERT INTO `server_spawn_locations` VALUES ('293', '1000053', 'slaiboli', '230', '', '0', '-615.05', '28.48', '-60.98', '0.8', '0', '2001', null); +INSERT INTO `server_spawn_locations` VALUES ('294', '1000054', 'syhrdaeg', '230', '', '0', '-601.6', '42.1', '-46.65', '2.34', '0', '10', null); +INSERT INTO `server_spawn_locations` VALUES ('295', '1000056', 'laniaitte', '230', '', '0', '-786.92', '-2.37', '209.42', '3', '0', '2011', null); +INSERT INTO `server_spawn_locations` VALUES ('296', '1000057', 'zonggo', '230', '', '0', '-589.34', '4', '381.4', '1.5', '0', '2012', null); +INSERT INTO `server_spawn_locations` VALUES ('297', '1000060', 'pfynhaemr', '230', '', '0', '-492.26', '42.8', '414.65', '1.4', '0', '2015', null); +INSERT INTO `server_spawn_locations` VALUES ('298', '1000061', 'mzimzizi', '230', '', '0', '-489.4', '42.95', '415.4', '-2.28', '0', '2016', null); +INSERT INTO `server_spawn_locations` VALUES ('299', '1000062', 'carrilaut', '230', '', '0', '-486.69', '42.8', '411.36', '-0.78', '0', '2017', null); +INSERT INTO `server_spawn_locations` VALUES ('300', '1000063', 'gerulf', '230', '', '0', '-510.35', '42.3', '36.03', '-0.78', '0', '2018', null); +INSERT INTO `server_spawn_locations` VALUES ('301', '1000064', 'aentfoet', '230', '', '0', '-512.42', '42.3', '39.5', '-0.78', '0', '2019', null); +INSERT INTO `server_spawn_locations` VALUES ('302', '1000065', 'frailoise', '230', '', '0', '-506.14', '42.3', '39.32', '-2.28', '0', '2020', null); +INSERT INTO `server_spawn_locations` VALUES ('303', '1000134', 'martiallais', '230', '', '0', '-488.74', '42.8', '409.7', '-1.54', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('304', '1000135', 'iofa', '230', '', '0', '-490.59', '42.8', '420.71', '-1.74', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('305', '1000138', 'charlys', '230', '', '0', '-511.16', '42.3', '27.91', '-0.37', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('306', '1000144', 'bodenolf', '230', '', '0', '-500.06', '42.8', '416.06', '1.19', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('307', '1000158', 'noline', '230', '', '0', '-509.12', '42.3', '28.23', '-0.01', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('308', '1000159', 'jossy', '230', '', '0', '-506.9', '42.3', '27.81', '0.33', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('309', '1000162', 'qhas_chalahko', '230', '', '0', '-499.97', '42.8', '413.74', '1.19', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('310', '1000168', 'prudentia', '230', '', '0', '-507', '42.3', '40.25', '-2.66', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('311', '1000169', 'pulmia', '230', '', '0', '-509.42', '42.3', '42.9', '-2', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('312', '1000170', 'rsushmo', '230', '', '0', '-506.15', '42.3', '33.88', '-1.69', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('313', '1000171', 'kikichua', '230', '', '0', '-522.55', '42', '38.27', '-2.06', '0', '1058', null); +INSERT INTO `server_spawn_locations` VALUES ('314', '1000172', 'hobriaut', '230', '', '0', '-507.1', '44', '48.12', '1', '0', '1059', null); +INSERT INTO `server_spawn_locations` VALUES ('315', '1000090', 'neale', '230', '', '0', '-791.43', '9.15', '381.93', '0.19', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('316', '1000125', 'chaunollet', '230', '', '0', '-609.19', '43', '-67', '-1.46', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('317', '1000129', 'raragun', '230', '', '0', '-620.33', '43.63', '-74.4', '1.62', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('318', '1000130', 'mynadaeg', '230', '', '0', '-600.29', '28.48', '-67.55', '-0.5', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('319', '1000131', 'tefh_moshroca', '230', '', '0', '-624.14', '43.63', '-65.55', '0.68', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('320', '1000132', 'ginnade', '230', '', '0', '-623.45', '43', '-56.92', '2.41', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('321', '1000133', 'arthurioux', '230', '', '0', '-612.53', '43', '-78.72', '-0.32', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('322', '1000136', 'nanapiri', '230', '', '0', '-782.25', '9.15', '386.96', '2.33', '0', '1022', null); +INSERT INTO `server_spawn_locations` VALUES ('323', '1000150', 'ptahjha', '230', '', '0', '-790.22', '12.9', '195.4', '0.43', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('324', '1000152', 'isaudorel', '230', '', '0', '-611.23', '43', '-55.39', '1.97', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('325', '1000153', 'nnmulika', '230', '', '0', '-612.9', '4.55', '341.42', '0.69', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('326', '1000157', 'sraemha', '230', '', '0', '-772.01', '6.85', '382.13', '2', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('327', '1000160', 'haldberk', '230', '', '0', '-787.39', '12.9', '193.54', '0.29', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('328', '1000161', 'totoruto', '230', '', '0', '-603.41', '43', '-70.45', '-1.21', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('329', '1000163', 'joellaut', '230', '', '0', '-482.91', '41.53', '438.15', '2.36', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('330', '1000164', 'faucillien', '230', '', '0', '-614.73', '4.55', '342.24', '0.14', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('331', '1000165', 'louviaune', '230', '', '0', '-616.7', '4.55', '342.49', '-0.28', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('332', '1000177', 'syngsmyd', '230', '', '0', '-502.44', '42.5', '436.76', '3', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('333', '1000178', 'lilina', '230', '', '0', '-775.45', '12.9', '203.07', '1.36', '0', '1021', null); +INSERT INTO `server_spawn_locations` VALUES ('334', '1000179', 'rubh_epocan', '230', '', '0', '-783.81', '12.9', '193.28', '-0.07', '0', '1034', null); +INSERT INTO `server_spawn_locations` VALUES ('335', '1000180', 'astrid', '230', '', '0', '-606.7', '4.55', '349.59', '-0.83', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('336', '1000181', 'xavalien', '230', '', '0', '-598.59', '6.25', '356.57', '-0.79', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('337', '1000190', 'bayard', '230', '', '0', '-792.25', '9.16', '390.76', '2.82', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('338', '1000191', 'triaine', '230', '', '0', '-782.28', '9.15', '390.27', '-1.85', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('339', '1000192', 'wyra_khamazom', '230', '', '0', '-783.37', '9.15', '390.94', '2.95', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('340', '1000193', 'dhemsunn', '230', '', '0', '-776.25', '10.35', '389.35', '-1.63', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('341', '1000194', 'ositha', '230', '', '0', '-780.34', '10.35', '385.35', '-1.52', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('342', '1000195', 'elilwaen', '230', '', '0', '-787.35', '-0.62', '194.19', '1.9', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('343', '1000196', 'dodoroba', '230', '', '0', '-775.05', '-0.62', '216.35', '-0.27', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('344', '1000197', 'ivan', '230', '', '0', '-786.31', '-0.62', '221.76', '-3.13', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('345', '1000198', 'thosinbaen', '230', '', '0', '-793.26', '12.9', '206.38', '0.11', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('346', '1000199', 'clifton', '230', '', '0', '-618.03', '4.55', '353.03', '-2.4', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('347', '1000200', 'undsatz', '230', '', '0', '-608.92', '4.55', '342.55', '1.79', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('348', '1000201', 'rerenasu', '230', '', '0', '-640.27', '1', '401.35', '2.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('349', '1000202', 'daca_jinjahl', '230', '', '0', '-624.77', '4.25', '354.05', '-3.06', '0', '1070', null); +INSERT INTO `server_spawn_locations` VALUES ('350', '1000203', 'bloemerl', '230', '', '0', '-624.67', '4.25', '352.67', '-0.08', '0', '1033', null); +INSERT INTO `server_spawn_locations` VALUES ('351', '1000003', 'waekbyrt', '230', '', '0', '-752.53', '7.35', '382.14', '-1.64', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('352', '1000004', 'nunuba', '230', '', '0', '-753.44', '8.19', '398.01', '0.12', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('353', '1000151', 'hob', '230', '', '0', '-834.77', '6', '241.55', '-2.79', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('354', '1000217', 'chichiroon', '230', '', '0', '-725.19', '18.51', '379.35', '2.71', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('355', '1000282', 'drowsy-eyed_adventurer', '230', '', '0', '-803.68', '8', '231.06', '0.26', '0', '1032', null); +INSERT INTO `server_spawn_locations` VALUES ('356', '1000283', 'unconscious_adventurer', '230', '', '0', '-770.62', '8', '369.34', '-0.51', '0', '1007', null); +INSERT INTO `server_spawn_locations` VALUES ('357', '1000284', 'positively_pungent_pirate', '230', '', '0', '-782.69', '12.9', '196.2', '-2.49', '0', '1010', null); +INSERT INTO `server_spawn_locations` VALUES ('358', '1000286', 'sure-voiced_barracuda_knight', '230', '', '0', '-769.56', '8', '368.88', '-0.95', '0', '1062', null); +INSERT INTO `server_spawn_locations` VALUES ('359', '1000260', 'pearly-toothed_porter', '230', '', '0', '-823.86', '6', '198.95', '0.13', '0', '1070', null); +INSERT INTO `server_spawn_locations` VALUES ('360', '1000261', 'muscle-bound_deckhand', '230', '', '0', '-823.75', '6', '200.27', '-2.7', '0', '1033', null); +INSERT INTO `server_spawn_locations` VALUES ('361', '1000262', 'glowing_goodwife', '230', '', '0', '-784.7', '12.9', '195.61', '2.76', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('362', '1000264', 'pasty-faced_adventurer', '230', '', '0', '-829.72', '6', '260.6', '-1.07', '0', '1058', null); +INSERT INTO `server_spawn_locations` VALUES ('363', '1000253', 'tittering_traveler', '230', '', '0', '-532.859', '41', '45.898', '0.785', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('364', '1000254', 'suspicious-looking_traveler', '230', '', '0', '-530.83', '41', '45.85', '-1.19', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('365', '1000255', 'enraptured_traveler', '230', '', '0', '-531.485', '41', '48.688', '-2.944', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('366', '1000256', 'fickle_beggar', '230', '', '0', '-532.99', '41', '52.45', '-1.29', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('367', '1000257', 'satiated_shopkeep', '230', '', '0', '-528.96', '41', '51.63', '-1.96', '0', '1063', null); +INSERT INTO `server_spawn_locations` VALUES ('368', '1000258', 'pissed_pirate', '230', '', '0', '-527.411', '41', '50.259', '3.14', '0', '1064', null); +INSERT INTO `server_spawn_locations` VALUES ('369', '1000259', 'overweening_woman', '230', '', '0', '-524.9', '41', '52.79', '-1.77', '0', '1055', null); +INSERT INTO `server_spawn_locations` VALUES ('370', '1000250', 'hlahono', '230', '', '0', '-522.92', '42', '20.98', '-1.26', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('371', '1000252', 'wyrstmann', '230', '', '0', '-525.28', '41.01', '51.03', '0.13', '0', '1065', null); +INSERT INTO `server_spawn_locations` VALUES ('372', '1000265', 'sosoze', '230', '', '0', '-476.17', '41.5', '436.86', '1.27', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('373', '1000266', 'colson', '230', '', '0', '-479.56', '41.5', '437.14', '-2.85', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('374', '1000267', 'hihine', '230', '', '0', '-475.29', '41.5', '436.08', '0.31', '0', '1031', null); +INSERT INTO `server_spawn_locations` VALUES ('375', '1000268', 'trinne', '230', '', '0', '-474.72', '41.51', '431.37', '-2.45', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('376', '1001461', 'notrelchamps', '230', '', '0', '-500.12', '42.8', '412', '1.72', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('377', '1001458', 'smydhaemr', '230', '', '0', '-482.08', '44.5', '403.33', '0.87', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('378', '1000220', 'jojoroon', '230', '', '0', '-734.16', '16.35', '383.53', '1.17', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('379', '1000219', 'buburoon', '230', '', '0', '-769.63', '14.85', '386.51', '1.61', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('380', '1001065', 'ighii_moui', '230', '', '0', '-723.98', '18.35', '389.42', '1.89', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('381', '1001063', 'mharelak', '230', '', '0', '-783.15', '9.15', '381.98', '0.02', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('382', '1001064', 'hasthwab', '230', '', '0', '-778.32', '16.35', '383.49', '2.17', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('383', '1600003', 'arnald', '230', '', '0', '-583.2', '18.2', '204.3', '0.4', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('384', '1600005', 'zuzudesu', '230', '', '0', '-605.186', '18.65', '213.609', '0.37', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('385', '1600004', 'eosilie', '230', '', '0', '-577.5', '18.2', '220', '-2.78', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('386', '1600009', 'sgnayak', '230', '', '0', '-587.5', '18.2', '224', '-2.78', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('387', '1600008', 'kikimo', '230', '', '0', '-597.139', '18.65', '227.81', '-2.76', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('388', '1600001', 'sysley', '230', '', '0', '-684.9', '16.2', '229.5', '0', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('389', '1600007', 'nystbyrm', '230', '', '0', '-696.12', '16.2', '229.45', '0', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('390', '1600010', 'fousquenet', '230', '', '0', '-705.5', '16.2', '229.5', '0', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('391', '1600006', 'pndolobo', '230', '', '0', '-683.7', '16.2', '246.3', '-3.14', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('392', '1600002', 'teteu', '230', '', '0', '-705.3', '16.65', '245.95', '-3', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('393', '1600011', 'holasfhis', '230', '', '0', '-490.5', '40', '312', '-1.6', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('394', '1600012', 'zranmaia', '230', '', '0', '-442.6', '44', '37.7', '-1.5', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('395', '1600013', 'kerrich', '230', '', '0', '-500.2', '39.9', '363', '2.5', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('396', '1600014', 'lefleda', '230', '', '0', '-500.2', '39.9', '354.6', '0.9', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('397', '1500004', 'gert', '230', '', '0', '-809.15', '8', '230.88', '0.4', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('398', '1500005', 'lorhzant', '230', '', '0', '-809.19', '8', '244.86', '-2.78', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('399', '1000349', 'sundhimal', '230', '', '0', '-405.5', '42.5', '346', '-2.78', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('400', '1000350', 'eugennoix', '230', '', '0', '-406', '42.5', '328', '0', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('401', '1000173', 'maisie', '230', '', '0', '-603.64', '6.25', '355.46', '-0.75', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('402', '1000342', 'jghonako', '230', '', '0', '-555.18', '42', '-10.4', '0.71', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('403', '1000332', 'ahldskyf', '230', '', '0', '-804.94', '8', '243.25', '-1.01', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('404', '1000333', 'skarnwaen', '230', '', '0', '-579.01', '20', '345.3', '0.53', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('405', '1000339', 'gnibnpha', '230', '', '0', '-455.5', '44', '85.79', '2.32', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('406', '1000346', 'audaine', '230', '', '0', '-583.89', '18.2', '207.16', '2.88', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('407', '1000330', 'ceadda', '230', '', '0', '-778.64', '12', '226.64', '-2.57', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('408', '1000341', 'tatasako', '230', '', '0', '-663.96', '6', '357.09', '0.71', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('409', '1000331', 'dympna', '230', '', '0', '-492.38', '39.9', '362.82', '-2.51', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('410', '1000335', 'bmallpa', '230', '', '0', '-440.1', '40', '363.17', '-2.44', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('411', '1000344', 'ferdillaix', '230', '', '0', '-493.9', '40', '337.98', '-2.28', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('412', '1000345', 'fufuna', '230', '', '0', '-498.89', '40', '304.78', '1.19', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('413', '1001185', 'leveridge', '230', '', '0', '-661.95', '6', '357.26', '-1.06', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('414', '1000348', 'ortolf', '230', '', '0', '-661.28', '8', '316.7', '-2.42', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('415', '1000337', 'maetistym', '230', '', '0', '-704.62', '6', '366.37', '0.42', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('416', '1000334', 'shoshoma', '230', '', '0', '-566.26', '19.83', '279.8', '1.59', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('417', '1000227', 'arnegis', '230', '', '0', '-492.51', '10', '114.29', '0.38', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('418', '1000340', 'rbaharra', '230', '', '0', '-777.01', '12', '247.49', '-2.33', '0', '1066', null); +INSERT INTO `server_spawn_locations` VALUES ('419', '1000347', 'aergwynt', '230', '', '0', '-489.56', '20', '184.91', '-0.24', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('420', '1001187', 'bango_zango', '230', '', '0', '-512.78', '35.4', '308.92', '-2.65', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('421', '1000338', 'sathzant', '230', '', '0', '-497.08', '39.97', '399.95', '3.11', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('422', '1001186', 'hrhanbolo', '230', '', '0', '-633.84', '16', '248.91', '-2.65', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('423', '1000248', 'nheu_jawantal', '230', '', '0', '-610.92', '28.48', '-69.24', '-0.14', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('424', '1000468', 'vhynho', '230', '', '0', '-608.19', '28.48', '-65.14', '0.84', '0', '2001', null); +INSERT INTO `server_spawn_locations` VALUES ('425', '1000469', 'zuzule', '230', '', '0', '-613.87', '29.48', '-70.09', '0.41', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('426', '1000470', 'fuzak_anzak', '230', '', '0', '-618.63', '29.48', '-65.11', '0.86', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('427', '1000471', 'bnhapla', '230', '', '0', '-612.96', '28.48', '-50.86', '-1.21', '0', '1070', null); +INSERT INTO `server_spawn_locations` VALUES ('428', '1000472', 'merlzirn', '230', '', '0', '-614.34', '28.48', '-51.26', '1.03', '0', '1033', null); +INSERT INTO `server_spawn_locations` VALUES ('429', '1000473', 'ninianne', '230', '', '0', '-630.11', '28.79', '-74.77', '2.41', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('430', '1000474', 'kehda_mujuuk', '230', '', '0', '-791.34', '12', '219.55', '1.53', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('431', '1000475', 'whahtoa', '230', '', '0', '-761.7', '-3.15', '391.36', '0.69', '0', '1067', null); +INSERT INTO `server_spawn_locations` VALUES ('432', '1000476', 'gnanghal', '230', '', '0', '-755.69', '-3.15', '382.26', '-2.4', '0', '1021', null); +INSERT INTO `server_spawn_locations` VALUES ('433', '1000365', 'gautzelin', '230', '', '0', '-476.15', '41.5', '433.35', '-0.78', '0', '2033', null); +INSERT INTO `server_spawn_locations` VALUES ('434', '1000221', 'mimiroon', '230', '', '0', '-791.09', '21.35', '386.26', '1.69', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('435', '1500114', 'braitognieux', '230', '', '0', '-693.51', '16.2', '248', '-2.86', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('436', '1000620', 'delado_madalado', '230', '', '0', '-785.93', '-2.37', '206.1', '1.62', '0', '2069', null); +INSERT INTO `server_spawn_locations` VALUES ('437', '1000662', 'skoefmynd', '230', '', '0', '-615.02', '3', '396.9', '-1.58', '0', '2056', null); +INSERT INTO `server_spawn_locations` VALUES ('438', '1700037', 'ansgor', '230', '', '0', '-602.46', '18.2', '228.63', '2.86', '0', '1040', null); +INSERT INTO `server_spawn_locations` VALUES ('439', '1001508', 'mareillie', '230', '', '0', '-779.31', '12', '281.83', '2.85', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('440', '1001510', 'angry_river', '230', '', '0', '-791.5', '-1.31', '179.44', '1.61', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('441', '1001474', 'roosting_crow', '230', '', '0', '-460.19', '43', '-89.85', '1.1', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('442', '1001473', 'thata_khamazom', '230', '', '0', '-417.79', '41', '449.92', '2.91', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('443', '1001567', 'imania', '230', '', '0', '-532.86', '37', '86.01', '-0.98', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('444', '1090001', '', '230', '', '0', '-623.66', '28.79', '-81.27', '-0.81', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('445', '1090006', '', '230', '', '0', '-624.55', '4.25', '359', '2.59', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('446', '1090003', '', '230', '', '0', '-598.37', '42.1', '-50.28', '0.61', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('447', '1090018', '', '230', '', '0', '-511.71', '42.3', '29.5', '2.81', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('448', '1090019', '', '230', '', '0', '-567.9', '8', '108.09', '2.69', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('449', '1090017', '', '230', '', '0', '-491.08', '39.99', '39.04', '1.94', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('450', '1090018', '', '230', '', '0', '-513.4', '42.3', '32.69', '0.62', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('451', '1090238', '', '230', '', '0', '-416.5', '40', '446', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('452', '1290004', '', '230', '', '0', '-791.76', '-1.31', '179.53', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('453', '1290004', '', '230', '', '0', '-468.38', '43', '-105.88', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('454', '1090026', '', '230', '', '0', '-753.29', '8.2', '368.39', '0.51', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('455', '1090027', '', '230', '', '0', '-773.43', '10.35', '386.6', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('456', '1090028', '', '230', '', '0', '-764.39', '14.38', '386.44', '-1.67', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('457', '1290004', '', '230', '', '0', '-403.75', '41', '459.25', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('458', '1090097', '', '230', '', '0', '-779.199', '16.347', '386.5', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('459', '1090100', '', '230', '', '0', '-751.804', '7.352', '390.822', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('460', '1090101', '', '230', '', '0', '-751.804', '7.352', '382.178', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('461', '1090386', '', '230', '', '0', '-631.67', '3.56', '378.76', '0.23', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('462', '1090387', '', '230', '', '0', '-807.66', '8', '234.42', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('463', '1090007', '', '230', '', '0', '-490.38', '42.8', '417.81', '2.45', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('464', '1090400', '', '230', '', '0', '-838.1', '6', '231.94', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('465', '1280001', '', '230', '', '0', '-395.1', '42.5', '337.12', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('466', '1200119', 'dusty_tomes', '230', '', '0', '-789.24', '14', '195', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('467', '1200027', '', '230', '', '0', '-592', '18', '207', '1', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('468', '5900001', 'guild_mrd_mid', '230', '', '0', '-775', '10', '387', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('469', '5900001', 'guild_mrd_bot', '230', '', '0', '-785', '5', '387', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('470', '5900001', 'guild_mrd_top', '230', '', '0', '-758', '12', '387', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('471', '5900001', 'seventhsage_south', '230', '', '0', '-446', '44', '46', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('472', '5900001', 'seventhsage_east', '230', '', '0', '-435', '48', '32', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('473', '5900001', 'seventhsage_north', '230', '', '0', '-446', '44', '18', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('474', '5900001', 'seventhsage_west', '230', '', '0', '-462', '40', '32', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('475', '5900001', 'northofseventhsage_south', '230', '', '0', '-444', '44', '-15', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('476', '5900001', 'northofseventhsage_east', '230', '', '0', '-441', '44', '-22', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('477', '5900001', 'northofseventhsage_north', '230', '', '0', '-449', '44', '-29', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('478', '5900001', 'northofseventhsage_west', '230', '', '0', '-455', '44', '-22', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('479', '5900001', 'guild_msk_se_se', '230', '', '0', '-560', '42', '-11', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('480', '5900001', 'guild_msk_se_ne', '230', '', '0', '-560', '42', '-20', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('481', '5900001', 'guild_msk_se_nw', '230', '', '0', '-570', '42', '-20', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('482', '5900001', 'guild_msk_se_sw', '230', '', '0', '-570', '42', '-11', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('483', '5900001', 'hyaline_north', '230', '', '0', '-496', '40', '292', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('484', '5900001', 'hyaline_west', '230', '', '0', '-510', '35', '306', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('485', '5900001', 'hyaline_south', '230', '', '0', '-496', '40', '320', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('486', '5900001', 'hyaline_east', '230', '', '0', '-483', '44', '306', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('487', '5900001', 'thundersquall_north', '230', '', '0', '-496', '40', '352', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('488', '5900001', 'thundersquall_south', '230', '', '0', '-496', '40', '366', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('489', '5900001', 'thundersquall_east', '230', '', '0', '-489', '40', '359', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('490', '5900001', 'guild_acn_southsouth', '230', '', '0', '-786', '12', '251', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('491', '5900001', 'guild_acn_south', '230', '', '0', '-786', '12', '225', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('492', '5900001', 'guild_bsm_east', '230', '', '0', '-477', '45', '403', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('493', '5900001', 'guild_bsm_west', '230', '', '0', '-498', '43', '424', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('494', '5900001', 'guild_cul_south', '230', '', '0', '-498', '44', '51', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('495', '5900001', 'guild_cul_nwest', '230', '', '0', '-519', '42', '30', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('496', '5900001', 'guild_msk', '230', '', '0', '-595', '42', '-46', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('497', '5900001', 'marketward', '230', '', '0', '-774', '12', '288', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('498', '5900010', '', '230', '', '0', '-811.176', '8.03', '234.815', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('499', '5900012', '', '230', '', '0', '-806.893', '8.03', '240.885', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('500', '5900011', '', '230', '', '0', '-846.89', '5', '240', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('501', '1000042', '', '184', '', '0', '-1.5', '196', '124.5', '1.8', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('502', '1000186', '', '184', '', '0', '-0.2', '196', '123.26', '-0.8', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('503', '1001644', '', '184', '', '0', '12.18', '196', '133.42', '-1.26', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('504', '1000840', '', '184', '', '0', '9.07', '196', '126.69', '-1.26', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('505', '1001490', '', '184', '', '0', '-19.7', '196', '79.93', '-0.38', '0', '1009', null); +INSERT INTO `server_spawn_locations` VALUES ('506', '1001491', '', '184', '', '0', '3.4', '196', '115.5', '2.7', '0', '1021', null); +INSERT INTO `server_spawn_locations` VALUES ('507', '1001492', '', '184', '', '0', '0.8', '196', '103.18', '-1.13', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('508', '1001493', '', '184', '', '0', '-33.57', '196', '82.42', '1.63', '0', '1013', null); +INSERT INTO `server_spawn_locations` VALUES ('509', '1001494', '', '184', '', '0', '-9.13', '196', '114.84', '2.33', '0', '1031', null); +INSERT INTO `server_spawn_locations` VALUES ('510', '1001495', '', '184', '', '0', '-19.11', '196', '95.09', '2.13', '0', '1037', null); +INSERT INTO `server_spawn_locations` VALUES ('511', '1001496', '', '184', '', '0', '-32.37', '196', '80.75', '-0.74', '0', '1101', null); +INSERT INTO `server_spawn_locations` VALUES ('512', '1290002', '', '184', '', '0', '-22.81', '196', '87.82', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('513', '1090372', '', '184', '', '0', '-13', '194.91', '76.75', '-2.72', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('514', '1000438', '', '193', '', '0', '-0.71', '10.35', '-40.51', '0.3', '0', '1035', null); +INSERT INTO `server_spawn_locations` VALUES ('515', '1000439', '', '193', '', '0', '-1.87', '9.15', '-30.67', '2.44', '0', '1032', null); +INSERT INTO `server_spawn_locations` VALUES ('516', '1000440', '', '193', '', '0', '7.06', '9.15', '-28.62', '-1.54', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('517', '1000441', '', '193', '', '0', '2.63', '9.15', '-33.91', '-0.16', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('518', '1000442', '', '193', '', '0', '4.2', '10.35', '-21.98', '3.11', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('519', '1000443', '', '193', '', '0', '4.06', '10.35', '-35.24', '2.52', '0', '1036', null); +INSERT INTO `server_spawn_locations` VALUES ('520', '1000444', '', '193', '', '0', '-4.72', '10.35', '-22.56', '2.06', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('521', '1000445', '', '193', '', '0', '-4.09', '9.15', '-24.55', '2.09', '0', '1035', null); +INSERT INTO `server_spawn_locations` VALUES ('522', '1000446', '', '193', '', '0', '-0.72', '9.15', '-31.81', '-1.18', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('523', '1000447', '', '193', '', '0', '-2.16', '9.15', '-26.18', '0.09', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('524', '1000448', '', '193', '', '0', '5.93', '10.35', '-25.09', '-2.01', '0', '1037', null); +INSERT INTO `server_spawn_locations` VALUES ('525', '1000449', '', '193', '', '0', '-1.92', '9.15', '-34.19', '0.82', '0', '1013', null); +INSERT INTO `server_spawn_locations` VALUES ('526', '1000450', '', '193', '', '0', '4.88', '9.15', '-29.5', '0.65', '0', '1271', null); +INSERT INTO `server_spawn_locations` VALUES ('527', '1000451', '', '193', '', '0', '-1.1', '9.85', '-33.62', '-0.82', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('528', '1001652', '', '193', '', '0', '-7.73', '9.967', '-27.44', '1.6', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('529', '1090025', '', '193', '', '0', '0', '10', '-18', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('530', '2205403', '', '193', '', '0', '-3.02', '17.35', '14.24', '-2.81', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('531', '2290001', '', '193', '', '0', '-8', '16.35', '6', '0.5', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('532', '2290002', '', '193', '', '0', '0', '16.35', '22', '3', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('533', '1000009', '', '166', '', '0', '353.37', '3.88', '-698.98', '-2.6', '0', '1007', null); +INSERT INTO `server_spawn_locations` VALUES ('534', '1000010', '', '166', '', '0', '353.37', '3.75', '-703.09', '-2.6', '0', '1000', null); +INSERT INTO `server_spawn_locations` VALUES ('535', '1090384', '', '166', '', '0', '356.09', '3.74', '-701.62', '-1.41', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('536', '1080120', '', '244', '', '0', '159.84', '0.7', '167.17', '-0.2', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('537', '1200334', '', '244', '', '0', '159.98', '0.02', '151.9', '-0.44', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('538', '1200376', '', '244', '', '0', '164.91', '-0.1', '167.03', '0.05', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('539', '1200379', '', '244', '', '0', '155.97', '0', '165.14', '-1.65', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('540', '1200380', '', '244', '', '0', '-4.16', '0', '4.14', '-1.65', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('541', '1090264', '', '206', '', '0', '-192.57', '23.48', '-1407.58', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('542', '1001469', '', '206', '', '0', '-195.3', '23.96', '-1410.34', '0.98', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('543', '1290004', '', '206', '', '0', '-195.3', '23.96', '-1410.34', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('544', '1600089', '', '206', '', '0', '-202.69', '20', '-1456.36', '-2.69', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('545', '1000461', '', '206', '', '0', '-206.5', '20.5', '-1454.97', '-2.64', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('546', '1600019', '', '206', '', '0', '-208.47', '20', '-1456.54', '2.72', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('547', '1000236', '', '206', '', '0', '-205.68', '20', '-1454.72', '3.08', '0', '1017', null); +INSERT INTO `server_spawn_locations` VALUES ('548', '1000326', '', '206', '', '0', '-202.69', '20', '-1461.13', '1.84', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('549', '1000629', '', '206', '', '0', '-197.02', '18.42', '-1468.43', '1.08', '0', '2071', null); +INSERT INTO `server_spawn_locations` VALUES ('550', '1000074', '', '206', '', '0', '-200.76', '20', '-1465.8', '-1.15', '0', '10', null); +INSERT INTO `server_spawn_locations` VALUES ('551', '1001102', '', '206', '', '0', '-201.36', '17.99', '-1469.75', '2.28', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('552', '5900001', 'guild_btn', '206', '', '0', '-206', '20', '-1466', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('553', '1090046', '', '206', '', '0', '-202.91', '18.09', '-1477.51', '-1.42', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('554', '1001103', '', '206', '', '0', '-211.76', '18.1', '-1473.52', '1.86', '0', '1271', null); +INSERT INTO `server_spawn_locations` VALUES ('555', '1090159', '', '206', '', '0', '-212.97', '18.2', '-1477.5', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('556', '1001101', '', '206', '', '0', '-200.33', '18.25', '-1484.97', '-2.49', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('557', '1001806', '', '206', '', '0', '-196.95', '18.21', '-1486.62', '0.13', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('558', '1001436', '', '206', '', '0', '-119.34', '16.24', '-1340.91', '-0.11', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('559', '1090255', '', '206', '', '0', '-110.96', '16.96', '-1342.49', '-0.66', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('560', '1500324', '', '206', '', '0', '-106.59', '17.14', '-1341.73', '-2.62', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('561', '1200288', '', '206', '', '0', '-105.7', '17.13', '-1342.14', '1.82', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('562', '1001437', '', '206', '', '0', '-112.2', '16.08', '-1334.29', '-1.61', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('563', '1280061', '', '206', '', '0', '-130.63', '16.08', '-1323.99', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('564', '5900001', 'whistling_miller', '206', '', '0', '-70', '19', '-1474', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('565', '1600030', '', '206', '', '0', '-61.5', '19', '-1479.4', '-1.1', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('566', '1500333', '', '206', '', '0', '-82.66', '19.06', '-1500.24', '-2.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('567', '1200288', '', '206', '', '0', '-81.98', '19.06', '-1501.04', '-2.27', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('568', '1090445', '', '206', '', '0', '-63.56', '18.13', '-1565.32', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('569', '1090279', '', '206', '', '0', '-70.85', '17.43', '-1577.22', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('570', '1090466', '', '206', '', '0', '2.69', '22.13', '-1566.29', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('571', '1001431', '', '206', '', '0', '-90.54', '16.32', '-1603.25', '-0.37', '0', '1152', null); +INSERT INTO `server_spawn_locations` VALUES ('572', '1060022', '', '206', '', '0', '16.62', '22.24', '-1560.96', '-2.53', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('573', '1000630', '', '206', '', '0', '-1.75', '21.34', '-1597.88', '-0.07', '0', '2053', null); +INSERT INTO `server_spawn_locations` VALUES ('574', '1001183', '', '155', '', '0', '59.81', '4', '-1221.17', '0.87', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('575', '1200027', '', '155', '', '0', '55.82', '4', '-1216.88', '2.8', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('576', '1000458', 'vkorolon', '155', '', '0', '55.82', '4', '-1212.23', '1.91', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('577', '1600100', '', '155', '', '0', '55.34', '4', '-1210.62', '0.99', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('578', '1000456', '', '155', '', '0', '56.59', '4', '-1205.44', '2.4', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('579', '1099063', '', '155', '', '0', '67.09', '-6.8', '-1215.63', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('580', '1000457', '', '155', '', '0', '56.99', '4', '-1204.07', '1.01', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('581', '1002090', '', '155', '', '0', '53.78', '-7', '-1205.78', '1.54', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('582', '1002091', '', '155', '', '0', '69.21', '-7', '-1206.64', '-1.34', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('583', '1500055', '', '155', '', '0', '58.5', '-7', '-1202', '-1.9', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('584', '1090490', '', '155', '', '0', '73.39', '-6.8', '-1208.94', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('585', '1500056', '', '155', '', '0', '63.7', '-7', '-1201.4', '1', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('586', '1600119', '', '155', '', '0', '55.36', '4', '-1197.47', '2.26', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('587', '1000230', '', '155', '', '0', '55.94', '4', '-1196.44', '1.67', '0', '1060', null); +INSERT INTO `server_spawn_locations` VALUES ('588', '1001184', '', '155', '', '0', '55.39', '4', '-1194.95', '1.09', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('589', '5900011', '', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('590', '5900011', '', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('591', '1600092', '', '155', '', '0', '72', '-7.4', '-1193', '-1.46', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('592', '1500393', '', '155', '', '0', '92.08', '3.44', '-1211.22', '0.05', '0', '1045', null); +INSERT INTO `server_spawn_locations` VALUES ('593', '1500334', '', '155', '', '0', '97.81', '3.53', '-1213.97', '-0.21', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('594', '1000437', '', '155', '', '0', '63.63', '4', '-1216.16', '1.07', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('595', '1000427', '', '155', '', '0', '65.15', '4.2', '-1219.57', '2.42', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('596', '1000429', '', '155', '', '0', '64.04', '4', '-1214.38', '3.14', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('597', '1000428', '', '155', '', '0', '67.66', '4.2', '-1223.57', '-0.58', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('598', '1001708', '', '155', '', '0', '54.04', '-7', '-1218.46', '-0.59', '0', '1151', null); +INSERT INTO `server_spawn_locations` VALUES ('599', '1001707', '', '155', '', '0', '64.18', '-6.8', '-1217.46', '0.6', '0', '1003', null); +INSERT INTO `server_spawn_locations` VALUES ('600', '1001709', '', '155', '', '0', '53.55', '-7', '-1216.54', '1.61', '0', '1151', null); +INSERT INTO `server_spawn_locations` VALUES ('601', '1001706', '', '155', '', '0', '65.26', '-6.75', '-1217.68', '0.5', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('602', '1001710', '', '155', '', '0', '53.82', '-7', '-1213.1', '1.57', '0', '1056', null); +INSERT INTO `server_spawn_locations` VALUES ('603', '1000430', '', '155', '', '0', '67.34', '4', '-1208.33', '-2.63', '0', '1002', null); +INSERT INTO `server_spawn_locations` VALUES ('604', '1001459', '', '155', '', '0', '75.4', '4.2', '-1220.13', '-1.43', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('605', '1099046', '', '155', '', '0', '72.19', '4', '-1207.91', '1.17', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('606', '1000431', '', '155', '', '0', '66.46', '4', '-1201.87', '-1.26', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('607', '1000432', '', '155', '', '0', '66.15', '4', '-1199.99', '-2.93', '0', '1026', null); +INSERT INTO `server_spawn_locations` VALUES ('608', '1000434', '', '155', '', '0', '71.95', '4', '-1200.24', '-1', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('609', '1000433', '', '155', '', '0', '75.45', '4', '-1202.3', '-2.06', '0', '1015', null); +INSERT INTO `server_spawn_locations` VALUES ('610', '1200195', '', '155', '', '0', '75.73', '5.5', '-1201.37', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('611', '1000435', '', '155', '', '0', '69.39', '4', '-1196.54', '2.97', '0', '1041', null); +INSERT INTO `server_spawn_locations` VALUES ('612', '1000436', '', '155', '', '0', '62.33', '4', '-1194.06', '-2.53', '0', '1025', null); +INSERT INTO `server_spawn_locations` VALUES ('613', '1001951', '', '155', '', '0', '66.94', '4', '-1194.13', '-2.32', '0', '1016', null); +INSERT INTO `server_spawn_locations` VALUES ('614', '1700001', '', '155', '', '0', '58.08', '3.8', '-1183.33', '2.93', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('615', '1001708', '', '155', '', '0', '54.04', '-7', '-1218.46', '-0.59', '0', '1151', null); +INSERT INTO `server_spawn_locations` VALUES ('616', '1200378', '', '244', '', '0', '-164', '0', '-154.21', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('617', '1080120', '', '244', '', '0', '-4', '0.7', '-0.03', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('618', '1080120', '', '244', '', '0', '-161.5', '0.7', '-152.8', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('619', '1200376', '', '244', '', '0', '-155.31', '-0.1', '-153', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('620', '1200376', '', '244', '', '0', '3.3', '-0.1', '7', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('621', '5900001', 'guild_crp', '206', '', '0', '18', '9', '-1270', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('622', '5900001', 'guild_ltw', '206', '', '0', '87', '20', '-1452', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('623', '5900001', 'fenyll_fineries', '206', '', '0', '114', '20', '-1402', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('624', '5900001', 'centaurs_eye', '206', '', '0', '136', '25', '-1542', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('625', '5900001', 'guild_lnc', '206', '', '0', '172', '28', '-1576', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('626', '5900001', 'guild_arc', '206', '', '0', '227', '12', '-1264', '0', '0', '0', null); +INSERT INTO `server_spawn_locations` VALUES ('627', '5900001', 'guild_cnj', '206', '', '0', '-325', '8', '-1669', '0', '0', '0', null); diff --git a/sql/server_zones.sql b/sql/server_zones.sql index 479930b4..5b8019db 100644 --- a/sql/server_zones.sql +++ b/sql/server_zones.sql @@ -1,172 +1,144 @@ --- 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: 6/12/2016 9:25:09 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 `server_zones` --- - -DROP TABLE IF EXISTS `server_zones`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `server_zones` ( - `id` int(10) unsigned NOT NULL, - `regionId` smallint(6) unsigned NOT NULL, - `zoneName` varchar(255) DEFAULT NULL, - `placeName` varchar(255) NOT NULL, - `className` varchar(30) NOT NULL, - `dayMusic` smallint(6) unsigned DEFAULT '0', - `nightMusic` smallint(6) unsigned DEFAULT '0', - `battleMusic` smallint(6) unsigned DEFAULT '0', - `isIsolated` tinyint(1) DEFAULT '0', - `isInn` tinyint(1) DEFAULT '0', - `canRideChocobo` tinyint(1) DEFAULT '1', - `canStealth` tinyint(1) DEFAULT '0', - `isInstanceRaid` tinyint(1) unsigned DEFAULT '0', - PRIMARY KEY (`id`) +SET FOREIGN_KEY_CHECKS=0; +-- ---------------------------- +-- Table structure for server_zones +-- ---------------------------- +CREATE TABLE `server_zones` ( + `id` int(10) unsigned NOT NULL, + `regionId` smallint(6) unsigned NOT NULL, + `zoneName` varchar(255) DEFAULT NULL, + `placeName` varchar(255) NOT NULL, + `className` varchar(30) NOT NULL, + `dayMusic` smallint(6) unsigned DEFAULT '0', + `nightMusic` smallint(6) unsigned DEFAULT '0', + `battleMusic` smallint(6) unsigned DEFAULT '0', + `isIsolated` tinyint(1) DEFAULT '0', + `isInn` tinyint(1) DEFAULT '0', + `canRideChocobo` tinyint(1) DEFAULT '1', + `canStealth` tinyint(1) DEFAULT '0', + `isInstanceRaid` tinyint(1) unsigned DEFAULT '0', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; --- --- Dumping data for table `server_zones` --- - -LOCK TABLES `server_zones` WRITE; -/*!40000 ALTER TABLE `server_zones` DISABLE KEYS */; -INSERT INTO `server_zones` VALUES (0,0,NULL,'--','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (128,101,'sea0Field01','Lower La Noscea','ZoneMasterSeaS0',60,60,21,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (129,101,'sea0Field02','Western La Noscea','ZoneMasterSeaS0',60,60,21,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (130,101,'sea0Field03','Eastern La Noscea','ZoneMasterSeaS0',60,60,21,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (131,101,'sea0Dungeon01','Mistbeard Cove','ZoneMasterSeaS0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (132,101,'sea0Dungeon02','Cassiopeia Hollow','ZoneMasterSeaS0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (133,101,'sea0Town01','Limsa Lominsa','ZoneMasterSeaS0',59,59,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (134,202,'sea0Market01','Market Wards','ZoneMasterMarketSeaS0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (135,101,'sea0Field04','Upper La Noscea','ZoneMasterSeaS0',60,60,21,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (137,101,NULL,'U\'Ghamaro Mines','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (138,101,NULL,'La Noscea','',60,60,21,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (139,101,NULL,'The Cieldalaes','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (140,101,NULL,'Sailors Ward','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (141,101,'sea0Field01a','Lower La Noscea','ZoneMasterSeaS0',60,60,21,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (143,102,'roc0Field01','Coerthas Central Highlands','ZoneMasterRocR0',55,55,15,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (144,102,'roc0Field02','Coerthas Eastern Highlands','ZoneMasterRocR0',55,55,15,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (145,102,'roc0Field03','Coerthas Eastern Lowlands','ZoneMasterRocR0',55,55,15,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (146,102,NULL,'Coerthas','',55,55,15,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (147,102,'roc0Field04','Coerthas Central Lowlands','ZoneMasterRocR0',55,55,15,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (148,102,'roc0Field05','Coerthas Western Highlands','ZoneMasterRocR0',55,55,15,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (150,103,'fst0Field01','Central Shroud','ZoneMasterFstF0',52,52,13,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (151,103,'fst0Field02','East Shroud','ZoneMasterFstF0',52,52,13,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (152,103,'fst0Field03','North Shroud','ZoneMasterFstF0',52,52,13,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (153,103,'fst0Field04','West Shroud','ZoneMasterFstF0',52,52,13,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (154,103,'fst0Field05','South Shroud','ZoneMasterFstF0',52,52,13,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (155,103,'fst0Town01','Gridania','ZoneMasterFstF0',51,51,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (156,103,NULL,'The Black Shroud','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (157,103,'fst0Dungeon01','The Mun-Tuy Cellars','ZoneMasterFstF0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (158,103,'fst0Dungeon02','The Tam-Tara Deepcroft','ZoneMasterFstF0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (159,103,'fst0Dungeon03','The Thousand Maws of Toto-Rak','ZoneMasterFstF0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (160,204,'fst0Market01','Market Wards','ZoneMasterMarketFstF0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (161,103,NULL,'Peasants Ward','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (162,103,NULL,'Central Shroud','',52,52,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (164,106,'fst0Battle01','Central Shroud','ZoneMasterBattleFstF0',0,0,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (165,106,'fst0Battle02','Central Shroud','ZoneMasterBattleFstF0',0,0,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (166,106,'fst0Battle03','Central Shroud','ZoneMasterBattleFstF0',0,0,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (167,106,'fst0Battle04','Central Shroud','ZoneMasterBattleFstF0',0,0,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (168,106,'fst0Battle05','Central Shroud','ZoneMasterBattleFstF0',0,0,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (170,104,'wil0Field01','Central Thanalan','ZoneMasterWilW0',68,68,25,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (171,104,'wil0Field02','Eastern Thanalan','ZoneMasterWilW0',68,68,25,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (172,104,'wil0Field03','Western Thanalan','ZoneMasterWilW0',68,68,25,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (173,104,'wil0Field04','Northern Thanalan','ZoneMasterWilW0',68,68,25,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (174,104,'wil0Field05','Southern Thanalan','ZoneMasterWilW0',68,68,25,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (175,104,'wil0Town01','Ul\'dah','ZoneMasterWilW0',66,66,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (176,104,'wil0Dungeon01','Nanawa Mines','ZoneMasterWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (177,207,'_jail','-','ZoneMasterJail',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (178,104,'wil0Dungeon02','Copperbell Mines','ZoneMasterWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (179,104,NULL,'Thanalan','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (180,205,'wil0Market01','Market Wards','ZoneMasterMarketWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (181,104,NULL,'Merchants Ward','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (182,104,NULL,'Central Thanalan','',68,68,25,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (184,107,'wil0Battle01','Ul\'dah','ZoneMasterBattleWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (185,107,'wil0Battle01','Ul\'dah','ZoneMasterBattleWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (186,104,'wil0Battle02','Ul\'dah','ZoneMasterBattleWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (187,104,'wil0Battle03','Ul\'dah','ZoneMasterBattleWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (188,104,'wil0Battle04','Ul\'dah','ZoneMasterBattleWilW0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (190,105,'lak0Field01','Mor Dhona','ZoneMasterLakL0',49,49,11,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (192,111,'ocn0Battle01','Rhotano Sea','ZoneMasterBattleOcnO0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (193,111,'ocn0Battle02','Rhotano Sea','ZoneMasterBattleOcnO0',7,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (194,111,'ocn0Battle03','Rhotano Sea','ZoneMasterBattleOcnO0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (195,111,'ocn0Battle04','Rhotano Sea','ZoneMasterBattleOcnO0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (196,111,'ocn0Battle05','Rhotano Sea','ZoneMasterBattleOcnO0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (198,111,'ocn0Battle06','Rhotano Sea','ZoneMasterBattleOcnO0',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (200,111,NULL,'Strait of Merlthor','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (201,111,NULL,'-','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (204,101,'sea0Field02a','Western La Noscea','',60,60,21,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (205,101,'sea0Field03a','Eastern La Noscea','',60,60,21,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (206,103,'fst0Town1a','Gridania','ZoneMasterFstF0',52,52,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (207,103,NULL,'North Shroud','',52,52,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (208,103,NULL,'South Shroud','',52,52,13,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (209,104,'wil0Town01a','Ul\'dah','ZoneMasterWilW0',66,66,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (210,104,NULL,'Eastern Thanalan','',68,68,25,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (211,104,NULL,'Western Thanalan','',68,68,25,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (230,101,'sea0Town01a','Limsa Lominsa','ZoneMasterSeaS0',59,59,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (231,102,'roc0Dungeon01','Dzemael Darkhold','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (232,101,'sea0Office01','Maelstrom Command','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (233,104,'wil0Office01','Hall of Flames','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (234,103,'fst0Office01','Adders\' Nest','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (235,101,NULL,'Shposhae','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (236,101,NULL,'Locke\'s Lie','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (237,101,NULL,'Turtleback Island','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (238,103,'fst0Field04','Thornmarch','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (239,102,NULL,'The Howling Eye','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (240,104,'wil0Field05a','The Bowl of Embers','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (244,209,'prv0Inn01','Inn Room','ZoneMasterPrvI0',61,61,0,0,1,0,0,0); -INSERT INTO `server_zones` VALUES (245,102,'roc0Dungeon02','The Aurum Vale','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (246,104,NULL,'Cutter\'s Cry','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (247,103,NULL,'North Shroud','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (248,101,NULL,'Western La Noscea','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (249,104,NULL,'Eastern Thanalan','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (250,102,NULL,'The Howling Eye','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (251,105,NULL,'Transmission Tower','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (252,102,NULL,'The Aurum Vale','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (253,102,NULL,'The Aurum Vale','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (254,104,NULL,'Cutter\'s Cry','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (255,104,NULL,'Cutter\'s Cry','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (256,102,NULL,'The Howling Eye','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (257,109,NULL,'Rivenroad','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (258,103,NULL,'North Shroud','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (259,103,NULL,'North Shroud','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (260,101,NULL,'Western La Noscea','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (261,101,NULL,'Western La Noscea','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (262,104,NULL,'Eastern Thanalan','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (263,104,NULL,'Eastern Thanalan','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (264,105,'lak0Field01','Transmission Tower','',0,0,0,0,0,1,0,0); -INSERT INTO `server_zones` VALUES (265,104,NULL,'The Bowl of Embers','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (266,105,'lak0Field01a','Mor Dhona','ZoneMasterLakL0',49,49,11,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (267,109,NULL,'Rivenroad','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (268,109,NULL,'Rivenroad','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (269,101,NULL,'Locke\'s Lie','',0,0,0,0,0,0,0,0); -INSERT INTO `server_zones` VALUES (270,101,NULL,'Turtleback Island','',0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `server_zones` 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:54 +-- ---------------------------- +-- Records +-- ---------------------------- +INSERT INTO `server_zones` VALUES ('0', '0', null, '--', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('128', '101', 'sea0Field01', 'Lower La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('129', '101', 'sea0Field02', 'Western La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('130', '101', 'sea0Field03', 'Eastern La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('131', '101', 'sea0Dungeon01', 'Mistbeard Cove', 'ZoneMasterSeaS0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('132', '101', 'sea0Dungeon02', 'Cassiopeia Hollow', 'ZoneMasterSeaS0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('133', '101', 'sea0Town01', 'Limsa Lominsa', 'ZoneMasterSeaS0', '59', '59', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('134', '202', 'sea0Market01', 'Market Wards', 'ZoneMasterMarketSeaS0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('135', '101', 'sea0Field04', 'Upper La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('137', '101', null, 'U\'Ghamaro Mines', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('138', '101', null, 'La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('139', '101', null, 'The Cieldalaes', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('140', '101', null, 'Sailors Ward', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('141', '101', 'sea0Field01a', 'Lower La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('143', '102', 'roc0Field01', 'Coerthas Central Highlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('144', '102', 'roc0Field02', 'Coerthas Eastern Highlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('145', '102', 'roc0Field03', 'Coerthas Eastern Lowlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('146', '102', null, 'Coerthas', '', '55', '55', '15', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('147', '102', 'roc0Field04', 'Coerthas Central Lowlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('148', '102', 'roc0Field05', 'Coerthas Western Highlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('150', '103', 'fst0Field01', 'Central Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('151', '103', 'fst0Field02', 'East Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('152', '103', 'fst0Field03', 'North Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('153', '103', 'fst0Field04', 'West Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('154', '103', 'fst0Field05', 'South Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('155', '103', 'fst0Town01', 'Gridania', 'ZoneMasterFstF0', '51', '51', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('156', '103', null, 'The Black Shroud', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('157', '103', 'fst0Dungeon01', 'The Mun-Tuy Cellars', 'ZoneMasterFstF0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('158', '103', 'fst0Dungeon02', 'The Tam-Tara Deepcroft', 'ZoneMasterFstF0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('159', '103', 'fst0Dungeon03', 'The Thousand Maws of Toto-Rak', 'ZoneMasterFstF0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('160', '204', 'fst0Market01', 'Market Wards', 'ZoneMasterMarketFstF0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('161', '103', null, 'Peasants Ward', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('162', '103', null, 'Central Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('164', '106', 'fst0Battle01', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('165', '106', 'fst0Battle02', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('166', '106', 'fst0Battle03', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('167', '106', 'fst0Battle04', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('168', '106', 'fst0Battle05', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('170', '104', 'wil0Field01', 'Central Thanalan', 'ZoneMasterWilW0', '68', '68', '25', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('171', '104', 'wil0Field02', 'Eastern Thanalan', 'ZoneMasterWilW0', '68', '68', '25', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('172', '104', 'wil0Field03', 'Western Thanalan', 'ZoneMasterWilW0', '68', '68', '25', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('173', '104', 'wil0Field04', 'Northern Thanalan', 'ZoneMasterWilW0', '68', '68', '25', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('174', '104', 'wil0Field05', 'Southern Thanalan', 'ZoneMasterWilW0', '68', '68', '25', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('175', '104', 'wil0Town01', 'Ul\'dah', 'ZoneMasterWilW0', '66', '66', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('176', '104', 'wil0Dungeon01', 'Nanawa Mines', 'ZoneMasterWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('177', '207', '_jail', '-', 'ZoneMasterJail', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('178', '104', 'wil0Dungeon02', 'Copperbell Mines', 'ZoneMasterWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('179', '104', null, 'Thanalan', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('180', '205', 'wil0Market01', 'Market Wards', 'ZoneMasterMarketWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('181', '104', null, 'Merchants Ward', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('182', '104', null, 'Central Thanalan', '', '68', '68', '25', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('184', '107', 'wil0Battle01', 'Ul\'dah', 'ZoneMasterBattleWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('185', '107', 'wil0Battle01', 'Ul\'dah', 'ZoneMasterBattleWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('186', '104', 'wil0Battle02', 'Ul\'dah', 'ZoneMasterBattleWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('187', '104', 'wil0Battle03', 'Ul\'dah', 'ZoneMasterBattleWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('188', '104', 'wil0Battle04', 'Ul\'dah', 'ZoneMasterBattleWilW0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('190', '105', 'lak0Field01', 'Mor Dhona', 'ZoneMasterLakL0', '49', '49', '11', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('192', '111', 'ocn0Battle01', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('193', '111', 'ocn0Battle02', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '7', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('194', '111', 'ocn0Battle03', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('195', '111', 'ocn0Battle04', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('196', '111', 'ocn0Battle05', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('198', '111', 'ocn0Battle06', 'Rhotano Sea', 'ZoneMasterBattleOcnO0', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('200', '111', null, 'Strait of Merlthor', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('201', '111', null, '-', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('204', '101', 'sea0Field02a', 'Western La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('205', '101', 'sea0Field03a', 'Eastern La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('206', '103', 'fst0Town01a', 'Gridania', 'ZoneMasterFstF0', '51', '51', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('207', '103', null, 'North Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('208', '103', null, 'South Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('209', '104', 'wil0Town01a', 'Ul\'dah', 'ZoneMasterWilW0', '66', '66', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('210', '104', null, 'Eastern Thanalan', '', '68', '68', '25', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('211', '104', null, 'Western Thanalan', '', '68', '68', '25', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('230', '101', 'sea0Town01a', 'Limsa Lominsa', 'ZoneMasterSeaS0', '59', '59', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('231', '102', 'roc0Dungeon01', 'Dzemael Darkhold', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('232', '101', 'sea0Office01', 'Maelstrom Command', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('233', '104', 'wil0Office01', 'Hall of Flames', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('234', '103', 'fst0Office01', 'Adders\' Nest', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('235', '101', null, 'Shposhae', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('236', '101', null, 'Locke\'s Lie', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('237', '101', null, 'Turtleback Island', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('238', '103', 'fst0Field04', 'Thornmarch', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('239', '102', null, 'The Howling Eye', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('240', '104', 'wil0Field05a', 'The Bowl of Embers', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('244', '209', 'prv0Inn01', 'Inn Room', 'ZoneMasterPrvI0', '61', '61', '0', '0', '1', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('245', '102', 'roc0Dungeon02', 'The Aurum Vale', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('246', '104', null, 'Cutter\'s Cry', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('247', '103', null, 'North Shroud', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('248', '101', null, 'Western La Noscea', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('249', '104', null, 'Eastern Thanalan', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('250', '102', null, 'The Howling Eye', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('251', '105', null, 'Transmission Tower', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('252', '102', null, 'The Aurum Vale', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('253', '102', null, 'The Aurum Vale', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('254', '104', null, 'Cutter\'s Cry', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('255', '104', null, 'Cutter\'s Cry', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('256', '102', null, 'The Howling Eye', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('257', '109', null, 'Rivenroad', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('258', '103', null, 'North Shroud', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('259', '103', null, 'North Shroud', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('260', '101', null, 'Western La Noscea', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('261', '101', null, 'Western La Noscea', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('262', '104', null, 'Eastern Thanalan', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('263', '104', null, 'Eastern Thanalan', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('264', '105', 'lak0Field01', 'Transmission Tower', '', '0', '0', '0', '0', '0', '1', '0', '0'); +INSERT INTO `server_zones` VALUES ('265', '104', null, 'The Bowl of Embers', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('266', '105', 'lak0Field01a', 'Mor Dhona', 'ZoneMasterLakL0', '49', '49', '11', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('267', '109', null, 'Rivenroad', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('268', '109', null, 'Rivenroad', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('269', '101', null, 'Locke\'s Lie', '', '0', '0', '0', '0', '0', '0', '0', '0'); +INSERT INTO `server_zones` VALUES ('270', '101', null, 'Turtleback Island', '', '0', '0', '0', '0', '0', '0', '0', '0'); diff --git a/sql/server_zones_spawnlocations.sql b/sql/server_zones_spawnlocations.sql index 06f8333b..72e4fad9 100644 --- a/sql/server_zones_spawnlocations.sql +++ b/sql/server_zones_spawnlocations.sql @@ -1,66 +1,41 @@ --- 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: 6/12/2016 9:25:16 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 */; +SET FOREIGN_KEY_CHECKS=0; +-- ---------------------------- +-- Table structure for server_zones_spawnlocations +-- ---------------------------- +CREATE TABLE `server_zones_spawnlocations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `zoneId` int(10) unsigned NOT NULL, + `privateAreaName` varchar(32) DEFAULT NULL, + `spawnType` tinyint(3) unsigned DEFAULT '0', + `spawnX` float NOT NULL, + `spawnY` float NOT NULL, + `spawnZ` float NOT NULL, + `spawnRotation` float NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; --- --- Table structure for table `server_zones_spawnlocations` --- - -DROP TABLE IF EXISTS `server_zones_spawnlocations`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `server_zones_spawnlocations` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `zoneId` int(10) unsigned NOT NULL, - `privateAreaName` varchar(32) DEFAULT NULL, - `spawnType` tinyint(3) unsigned DEFAULT '0', - `spawnX` float NOT NULL, - `spawnY` float NOT NULL, - `spawnZ` float NOT NULL, - `spawnRotation` float NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `server_zones_spawnlocations` --- - -LOCK TABLES `server_zones_spawnlocations` WRITE; -/*!40000 ALTER TABLE `server_zones_spawnlocations` DISABLE KEYS */; -INSERT INTO `server_zones_spawnlocations` VALUES (1,155,NULL,2,58.92,4,-1219.07,0.52); -INSERT INTO `server_zones_spawnlocations` VALUES (2,133,NULL,2,-444.266,39.518,191,1.9); -INSERT INTO `server_zones_spawnlocations` VALUES (3,175,NULL,2,-110.157,202,171.345,0); -INSERT INTO `server_zones_spawnlocations` VALUES (4,193,NULL,2,0.016,10.35,-36.91,0.025); -INSERT INTO `server_zones_spawnlocations` VALUES (5,166,NULL,2,356.09,3.74,-701.62,-1.4); -INSERT INTO `server_zones_spawnlocations` VALUES (6,175,'PrivateAreaMasterPast',2,12.63,196.05,131.01,-1.34); -INSERT INTO `server_zones_spawnlocations` VALUES (7,128,NULL,2,-8.48,45.36,139.5,2.02); -INSERT INTO `server_zones_spawnlocations` VALUES (8,230,'PrivateAreaMasterPast',0,-838.1,6,231.94,1.1); -INSERT INTO `server_zones_spawnlocations` VALUES (9,193,NULL,16,-5,16.35,6,0.5); -INSERT INTO `server_zones_spawnlocations` VALUES (10,166,NULL,16,356.09,3.74,-701.62,-1.4); -/*!40000 ALTER TABLE `server_zones_spawnlocations` 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:55 +-- ---------------------------- +-- Records +-- ---------------------------- +INSERT INTO `server_zones_spawnlocations` VALUES ('1', '155', null, '15', '58.92', '4', '-1219.07', '0.52'); +INSERT INTO `server_zones_spawnlocations` VALUES ('2', '133', null, '15', '-444.266', '39.518', '191', '1.9'); +INSERT INTO `server_zones_spawnlocations` VALUES ('3', '175', null, '15', '-110.157', '202', '171.345', '0'); +INSERT INTO `server_zones_spawnlocations` VALUES ('4', '193', null, '15', '0.016', '10.35', '-36.91', '0.025'); +INSERT INTO `server_zones_spawnlocations` VALUES ('5', '166', null, '15', '356.09', '3.74', '-701.62', '-1.4'); +INSERT INTO `server_zones_spawnlocations` VALUES ('6', '175', 'PrivateAreaMasterPast', '15', '12.63', '196.05', '131.01', '-1.34'); +INSERT INTO `server_zones_spawnlocations` VALUES ('7', '128', null, '15', '-8.48', '45.36', '139.5', '2.02'); +INSERT INTO `server_zones_spawnlocations` VALUES ('8', '230', 'PrivateAreaMasterPast', '15', '-838.1', '6', '231.94', '1.1'); +INSERT INTO `server_zones_spawnlocations` VALUES ('9', '193', null, '16', '-5', '16.35', '6', '0.5'); +INSERT INTO `server_zones_spawnlocations` VALUES ('10', '166', null, '16', '356.09', '3.74', '-701.62', '-1.4'); +INSERT INTO `server_zones_spawnlocations` VALUES ('11', '244', null, '15', '0.048', '0', '-5.737', '0'); +INSERT INTO `server_zones_spawnlocations` VALUES ('12', '244', null, '15', '-160.048', '0', '-165.737', '0'); +INSERT INTO `server_zones_spawnlocations` VALUES ('13', '244', null, '15', '160.048', '0', '154.263', '0');