Dungeon System and Data

Read-Only Forum for General News concerning Alasiya EvE.
Guest read access allowed.

Server Development

Posts: 571

Joined: Tue Mar 25, 2014 6:47 pm

Post Sat Jan 05, 2019 3:01 am

Dungeon System and Data

this post will deal with my dungeon system, how it works, what data it uses, how it's used, it's current status and it's limitations.

it's current status is beta code. it is working as intended, but is not fully implemented to it's potential.

will post more when i get more time.
i will have files and other relevant data for those interested in helping, as missions use this dungeon system.
data-crunching is something anyone can help with, if they so choose.


NOTE: this is mostly accurate. will revisit later to verify

*********** BEGIN DUNGEON SYSTEM NOTES ************
'dunTemplates' table - simply put, this is the actual dungeon template. (current)
dunTemplateID - unique id for this template
/* templateID format. ABCDE
* A = site - 1:mission, 2:grav, 3:mag, 4:radar, 5:ladar, 6:ded, 7:anomaly, 8:unrated, 9:escalation
* B = sec - mission: 1-9 (incomplete); others - sysSec: 1=hi, 2=lo, 3=null, 4=mid;
* C = type - grav: ore 0-5, ice 6-9; anomaly: 1-5; mission: 1-9; mag: *see below*; ded: 1-8; ladar/radar: 1-8
* D = level - mission: 1-9; grav: ore 1-3, ice 0; mag: *see below*; radar: 1-norm; 2-digital(nullsec); ladar: 1; anomaly: 1-5
* E = faction - 0=code defined, 1=Serpentis, 2=Angel, 3=Blood, 4=Guristas, 5=Sansha, 6=Drones, 7=region sov, 8=region rat, 9=other
*
* NOTE: mag sites have multiple types and levels based on other variables.
* types are defined as relic(1), salvage(2), and drone(3), with salvage being dominant.
* for hisec and losec, levels are 1-8 for relic and salvage. there are no drone mag sites here
* for nullsec, relic site levels are 1-8, salvage site levels are 1-4, and drone site levels are 1-7
*
* NOTE: faction can only be 8 for grav and anomaly sites, unless drones (6). all others MUST use 1-6
*/
  Code:
    templateID = (sig.dungeonType *10000) + (sec *1000) + (type *100) + (level *10) + factionID;

  Code:
    uint8 factionID = templateID % 10;
    uint8 level = templateID / 10 % 10;
    uint8 type = templateID / 100 % 10;
    uint8 sec = templateID / 1000 % 10;



'dunRoomData' table - this table contains one or more group templates and its relative position to define a given room.
dunRoomID - room id this template. each ID can have mutiple entries
dunGroupID - groupID (template) for this room
x,y,z - coord offset of this itemGroup based on 'origin point' of dungeon being 0,0,0

dunRoomName - name identifying (or describing) the room
dunRoomSpawnID - spawn template id (types, pos, qty) to be used for this room (maybe null). uses ratspawn format

/* roomID format. ABCD
* A = roomtype - 1:combat, 2:rescue, 3:capture, 4:salvage, 5:relic, 6:hacking, 7:roids, 8:clouds, 9:recon
* B = level - 0:none, 1:f, 2:d, 3:c, 4:af/ad, 5:bc, 6:ac, 7:bs, 8:abs, 9:hard
* C = amount/size - 0:code defined 1:small(1-5), 2:medium(2-10), 3:large(5-25), 4:enormous(10-50), 5:colossal(20-100), 6-9:ice
* D = faction - 0=drone, 1:Serpentis, 2:Angel, 3:Blood, 4:Guristas, 5:Sansha, 6:Amarr, 7:Caldari, 8:Gallente, 9:Minmatar
* D = sublevel - 0:gas, 1-5:ore, 6-9:ice
*/



'dunGroupData' table - this type and position table will contain item types used to define a common theme.
dunGroupID - group id of this template. each ID can have mutiple entries
typeID - item typeID defined for this group
groupID - item groupID defined for this group. overrides typeID if not null
x,y,z - coord offset of this item

/* groupID format
ABB - item def groups
A = group type - 1:deco, 2:system effect beacon, 3:mining, 4:lco, 5:ships, 6:base, 7:station gun, 8:station wrecks, 9:misc
B = 1:space objects, 2:effect beacons, 3:roid types, 4:ice types, 5:, 6:asteroid colony, 7:, 8:, 9:misc
B = ship/gun faction: 1:Amarr, 2:Caldari, 3:Gallente, 4:Minmatar, 5:Sentinel, 6:Guardian
B = faction: 00:none, 01:Serpentis, 02:Angel, 03:Blood, 04:Guristas, 05:Sansha, 06:Drones, 07:Amarr, 08:Caldari, 09:Gallente,
10:Minmatar, 11:Sleeper, 12:Talocan, 13:Ammatar

1xx deco items
110 wormholes
13x mining types
130 named roids
131 misc roids
132 worthless mining types
140 infested items
160 Asteroid Colony
191 Monument

2xx effect beacons **incomplete
211 Electronic
212 omni
22x Incursion
23x Black Hole
24x Magnetar
25x Pulsar
26x Red Giant
27x Wolf Rayet
28x Cataclysmic Variable

3xx mining objects
30x ore
34x ice
36x clouds

4xx lco
401 Serpentis
402 Angel
403 Blood
404 Guristas
405 Sansha
406 drone
407 Amarr
408 Caldari
409 Gallente
410 Minmatar
42x lco ships
43x lco structures
430 lco misc
431 lco Habitation
432 lco drug labs
433 lco Starbase

5xx ships
51x Amarr
52x Caldari
53x Gallente
54x Minmatar

6xx base
601 Serpentis
602 Angel
603 Blood
604 Guristas
605 Sansha
606 drone
607 Amarr
608 Caldari
609 Gallente
610 Minmatar
611 Sleeper
612 Talocan
613 Ammatar

620 Starbase
630 Habitation
640 Stationary
650 Indestructible
660 Forcefield
670 Shipyard
680 Construction
690 Storage
691 misc

7xx station guns **incomplete

8xx station and structure ruins **incomplete
80x Sansha
81x Amarr
82x Caldari
83x Gallente
84x Minmatar
85x misc ruined parts
86x misc debris

9xx misc **incomplete
91x comets
92x clouds
93x environment
96x event lco/lcs
*/


** THE FOLLOWING TABLES HAVE NOT BEEN STARTED, AND ARE CURRENTLY NOT USED **

'dunSpawnInfo' table - crossreference for type and group data for roomID.
dunSpawnID - unique spawn id as defined in dunRoomSpawnData table
dunSpawnName - name identifying (or describing) the Spawn
dunSpawnType - the (unique, internal) 'type' of this Spawn (wip)
x,y,z - spawn origin


'dunSpawnData' table - crossreference for type and group data for roomID.
dunSpawnID - spawn id of this template (listed as 'type' in roid rat class)
/* spawnID format. AB
* A = level - 1:f, 2:d, 3:c, 4:af/ad, 5:bc, 6:ac, 7:bs, 8:abs, 9:hard
* B = faction - 0=code defined, 1=Serpentis, 2=Angel, 3=Blood, 4=Guristas, 5=Sansha, 6=Drones, 7=region sov, 8=region pirate, 9=other
*/
**data here follows roid_rat_class.sql structure for determining ship classes**


'dunSpawnType' table - this table will list faction and ship groups for this dungeon
dunSpawnTypeID - type id of this template (listed as 'shipClass' in roid rats)
**data here follows roid_rats.sql structure for determining ship factions and groups**


'dunEntryID' table - template for warp in point for this dungeon.
dunEntryID - unique id for this warp in template.
dunEntryName - name for this warp in template. (may not use...)
x,y,z - coord offset for warp in.


** will this be used or are dungeons fully dynamic?
'dunActive' table - currently active dungeons (this is all dungeons, for whatever reason)
systemID - solar system id (to avoid cross-system position errors)
dungeonID - server generated unique dungeonID (bigint(20))
dunTemplateID - template id
dunExpiryTime - timestamp of when dungeon expires
state - internal state variable. pristine, started, partial, inactive, abandoned, completed, more...

Server Development

Posts: 571

Joined: Tue Mar 25, 2014 6:47 pm

Post Sat Jun 20, 2020 6:08 pm

Re: Dungeon System and Data

update....
i am working on getting current dungeon data here for those that wish to help with dungeon creation.

currently, i havent found a good place to put my dungeon sql data, but am working on it.
in the mean time, i am putting raw dungeon sql here....

Server Development

Posts: 571

Joined: Tue Mar 25, 2014 6:47 pm

Post Sat Jun 20, 2020 6:09 pm

Re: Dungeon System and Data

dungeon templates
  Code:
-- phpMyAdmin SQL Dump
-- version 4.4.15.10
-- https://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 20, 2020 at 05:06 PM
-- Server version: 10.0.36-MariaDB
-- PHP Version: 5.6.36

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `Alasiya`
--

-- --------------------------------------------------------

--
-- Table structure for table `dunTemplates`
--

CREATE TABLE IF NOT EXISTS `dunTemplates` (
  `dunTemplateID` int(11) NOT NULL,
  `dunTemplateName` varchar(85) COLLATE utf8_bin NOT NULL,
  `dunEntryID` int(11) NOT NULL DEFAULT '0',
  `dunSpawnID` int(11) NOT NULL DEFAULT '0',
  `dunRoomID` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Dumping data for table `dunTemplates`
--

INSERT INTO `dunTemplates` (`dunTemplateID`, `dunTemplateName`, `dunEntryID`, `dunSpawnID`, `dunRoomID`) VALUES
(11110, 'Mission Space', 0, 0, 1),
(21018, 'Small Omber Deposit', 0, 0, 7111),
(21118, 'Small Kernite and Omber Deposit', 0, 0, 7112),
(21218, 'Small Jaspet, Kernite and Omber Deposit', 0, 0, 7113),
(21318, 'Small Hemorphite, Jaspet and Kernite Deposit', 0, 0, 7211),
(21418, 'Small Hedbergite, Hemorphite and Jaspet Deposit', 0, 0, 7212),
(21518, 'Small Hedbergite and Hemorphite Deposit', 0, 0, 7213),
(21028, 'Average Omber Deposit', 0, 0, 7121),
(21128, 'Average Kernite and Omber Deposit', 0, 0, 7122),
(21228, 'Average Jaspet, Kernite and Omber Deposit', 0, 0, 7123),
(21328, 'Average Hemorphite, Jaspet and Kernite Deposit', 0, 0, 7221),
(21428, 'Average Hedbergite, Hemorphite and Jaspet Deposit', 0, 0, 7222),
(21528, 'Average Hedbergite and Hemorphite Deposit', 0, 0, 7223),
(21038, 'Large Omber Deposit', 0, 0, 7131),
(21138, 'Large Kernite and Omber Deposit', 0, 0, 7132),
(21238, 'Large Jaspet, Kernite and Omber Deposit', 0, 0, 7133),
(21338, 'Large Hemorphite, Jaspet and Kernite Deposit', 0, 0, 7231),
(21438, 'Large Hedbergite, Hemorphite and Jaspet Deposit', 0, 0, 7232),
(21538, 'Large Hedbergite and Hemorphite Deposit', 0, 0, 7233),
(22018, 'Small Gneiss Deposit', 0, 0, 7214),
(22118, 'Small Dark Ochre and Gneiss Deposit', 0, 0, 7311),
(22218, 'Small Crokite, Dark Ochre and Gneiss Deposit', 0, 0, 7312),
(22318, 'Small Spodumain, Crokite and Dark Ochre Deposit', 0, 0, 7313),
(22028, 'Average Gneiss Deposit', 0, 0, 7224),
(22128, 'Average Dark Ochre and Gneiss Deposit', 0, 0, 7321),
(22228, 'Average Crokite, Dark Ochre and Gneiss Deposit', 0, 0, 7322),
(22328, 'Average Spodumain, Crokite and Dark Ochre Deposit', 0, 0, 7323),
(22038, 'Large Gneiss Deposit', 0, 0, 7234),
(22138, 'Large Dark Ochre and Gneiss Deposit', 0, 0, 7331),
(22238, 'Large Crokite, Dark Ochre and Gneiss Deposit', 0, 0, 7332),
(22338, 'Large Spodumain, Crokite and Dark Ochre Deposit', 0, 0, 7333),
(23018, 'Small Bistot Deposit', 0, 0, 7511),
(23118, 'Small Arkanor and Bistot Deposit', 0, 0, 7512),
(23218, 'Small Mercoxit, Arkonor and Bistot Deposit', 0, 0, 7513),
(23028, 'Average Bistot Deposit', 0, 0, 7521),
(23128, 'Average Arkanor and Bistot Deposit', 0, 0, 7522),
(23228, 'Average Mercoxit, Arkonor and Bistot Deposit', 0, 0, 7523),
(23038, 'Large Bistot Deposit', 0, 0, 7531),
(23138, 'Large Arkanor and Bistot Deposit', 0, 0, 7532),
(23238, 'Large Mercoxit, Arkonor and Bistot Deposit', 0, 0, 7533),
(23518, 'Small Asteroid Cluster', 0, 0, 7110),
(23528, 'Moderate Asteroid Cluster', 0, 0, 7220),
(23538, 'Large Asteroid Cluster', 0, 0, 7330),
(23548, 'Enormous Asteroid Cluster', 0, 0, 7540),
(23558, 'Colossal Asteroid Cluster', 0, 0, 7750),
(21608, 'White Glaze Belt', 0, 0, 7066),
(21708, 'Blue Ice Belt', 0, 0, 7067),
(21808, 'Glacial Mass Belt', 0, 0, 7068),
(21908, 'Glare Crust Belt', 0, 0, 7069),
(22608, 'White Glaze Belt', 0, 0, 7076),
(22708, 'Blue Ice Belt', 0, 0, 7077),
(22808, 'Glacial Mass Belt', 0, 0, 7078),
(22908, 'Glare Crust Belt', 0, 0, 7079),
(23608, 'Enriched White Glaze Belt', 0, 0, 7086),
(23708, 'Thick Blue Ice Belt', 0, 0, 7087),
(23808, 'Smooth Glacial Mass Belt', 0, 0, 7088),
(23908, 'Pristine Glare Crust Belt', 0, 0, 7089),
(31111, 'Crumbling Serpentis Antiquated Outpost', 0, 0, 5111),
(31211, 'Crumbling Serpentis Crystal Quarry', 0, 0, 5211),
(31311, 'Crumbling Serpentis Explosive Debris', 0, 0, 5311),
(31411, 'Crumbling Serpentis Abandoned Colony', 0, 0, 5411),
(31511, 'Crumbling Serpentis Excavation', 0, 0, 5511),
(31611, 'Crumbling Serpentis Solar Harvesters', 0, 0, 5611),
(31711, 'Crumbling Serpentis Stone Formation', 0, 0, 5711),
(31811, 'Crumbling Serpentis Mining Installation', 0, 0, 5811),
(32111, 'Decayed Serpentis Excavation', 0, 0, 5121),
(32211, 'Decayed Serpentis Collision Site', 0, 0, 5221),
(32311, 'Decayed Serpentis Lone Vessel', 0, 0, 5321),
(32411, 'Decayed Serpentis Mining Installation', 0, 0, 5421),
(32511, 'Decayed Serpentis Particle Accelerator', 0, 0, 5521),
(32611, 'Decayed Serpentis Mass Grave', 0, 0, 5621),
(32711, 'Decayed Serpentis Rock Formations', 0, 0, 5721),
(32811, 'Decayed Serpentis Quarry', 0, 0, 5821),
(33111, 'Pristine Serpentis Ship Remnants', 0, 0, 5131),
(33211, 'Pristine Serpentis Pod Cluster', 0, 0, 5231),
(33311, 'Pristine Serpentis Dumped Cargo', 0, 0, 5331),
(33411, 'Pristine Serpentis Ship Graveyard', 0, 0, 5431),
(33511, 'Pristine Serpentis Battle Remnants', 0, 0, 5531),
(33611, 'Pristine Serpentis Abandoned Colony', 0, 0, 5631),
(33711, 'Pristine Serpentis Collision Site', 0, 0, 5731),
(33811, 'Pristine Serpentis Explosive Debris', 0, 0, 5831),
(31121, 'Looted Serpentis Collision Site', 0, 0, 4111),
(31221, 'Looted Serpentis Abandoned Station', 0, 0, 4211),
(31321, 'Looted Serpentis Lone Vessel', 0, 0, 4311),
(31421, 'Looted Serpentis Ruined Station', 0, 0, 4411),
(31521, 'Looted Serpentis Explosive Debris', 0, 0, 4511),
(31621, 'Looted Serpentis Battle Remnants', 0, 0, 4611),
(31721, 'Looted Serpentis Pod Cluster', 0, 0, 4711),
(31821, 'Looted Serpentis Ship Graveyard', 0, 0, 4811),
(32121, 'Ransacked Serpentis Explosive Debris', 0, 0, 4121),
(32221, 'Ransacked Serpentis Abandoned Station', 0, 0, 4221),
(32321, 'Ransacked Serpentis Collision Site', 0, 0, 4321),
(32421, 'Ransacked Serpentis Ruined Station', 0, 0, 4421),
(32521, 'Ransacked Serpentis Ship Remnants', 0, 0, 4521),
(32621, 'Ransacked Serpentis Dumped Cargo', 0, 0, 4621),
(32721, 'Ransacked Serpentis Demolished Station', 0, 0, 4721),
(32821, 'Ransacked Serpentis Ship Graveyard', 0, 0, 4821),
(33121, 'Ruined Serpentis Monument Site', 0, 0, 4231),
(33221, 'Ruined Serpentis Temple Site', 0, 0, 4431),
(33321, 'Ruined Serpentis Science Outpost', 0, 0, 4631),
(33421, 'Ruined Serpentis Crystal Quarry', 0, 0, 4831),
(31112, 'Crumbling Angel Antiquated Outpost', 0, 0, 5112),
(31212, 'Crumbling Angel Crystal Quarry', 0, 0, 5212),
(31312, 'Crumbling Angel Explosive Debris', 0, 0, 5312),
(31412, 'Crumbling Angel Abandoned Colony', 0, 0, 5412),
(31512, 'Crumbling Angel Excavation', 0, 0, 5512),
(31612, 'Crumbling Angel Solar Harvesters', 0, 0, 5612),
(31712, 'Crumbling Angel Stone Formation', 0, 0, 5712),
(31812, 'Crumbling Angel Mining Installation', 0, 0, 5812),
(32112, 'Decayed Angel Excavation', 0, 0, 5122),
(32212, 'Decayed Angel Collision Site', 0, 0, 5222),
(32312, 'Decayed Angel Lone Vessel', 0, 0, 5322),
(32412, 'Decayed Angel Mining Installation', 0, 0, 5422),
(32512, 'Decayed Angel Particle Accelerator', 0, 0, 5522),
(32612, 'Decayed Angel Mass Grave', 0, 0, 5622),
(32712, 'Decayed Angel Rock Formations', 0, 0, 5722),
(32812, 'Decayed Angel Quarry', 0, 0, 5822),
(33112, 'Pristine Angel Ship Remnants', 0, 0, 5132),
(33212, 'Pristine Angel Pod Cluster', 0, 0, 5232),
(33312, 'Pristine Angel Dumped Cargo', 0, 0, 5332),
(33412, 'Pristine Angel Ship Graveyard', 0, 0, 5432),
(33512, 'Pristine Angel Battle Remnants', 0, 0, 5532),
(33612, 'Pristine Angel Abandoned Colony', 0, 0, 5632),
(33712, 'Pristine Angel Collision Site', 0, 0, 5732),
(33812, 'Pristine Angel Explosive Debris', 0, 0, 5832),
(31122, 'Looted Angel Collision Site', 0, 0, 4112),
(31222, 'Looted Angel Abandoned Station', 0, 0, 4212),
(31322, 'Looted Angel Lone Vessel', 0, 0, 4312),
(31422, 'Looted Angel Ruined Station', 0, 0, 4412),
(31522, 'Looted Angel Explosive Debris', 0, 0, 4512),
(31622, 'Looted Angel Battle Remnants', 0, 0, 4612),
(31722, 'Looted Angel Pod Cluster', 0, 0, 4712),
(31822, 'Looted Angel Ship Graveyard', 0, 0, 4812),
(32122, 'Ransacked Angel Explosive Debris', 0, 0, 4122),
(32222, 'Ransacked Angel Abandoned Station', 0, 0, 4222),
(32322, 'Ransacked Angel Collision Site', 0, 0, 4322),
(32422, 'Ransacked Angel Ruined Station', 0, 0, 4422),
(32522, 'Ransacked Angel Ship Remnants', 0, 0, 4522),
(32622, 'Ransacked Angel Dumped Cargo', 0, 0, 4622),
(32722, 'Ransacked Angel Demolished Station', 0, 0, 4722),
(32822, 'Ransacked Angel Ship Graveyard', 0, 0, 4822),
(33122, 'Ruined Angel Monument Site', 0, 0, 4232),
(33222, 'Ruined Angel Temple Site', 0, 0, 4432),
(33322, 'Ruined Angel Science Outpost', 0, 0, 4632),
(33422, 'Ruined Angel Crystal Quarry', 0, 0, 4832),
(31113, 'Crumbling Blood Antiquated Outpost', 0, 0, 5113),
(31213, 'Crumbling Blood Crystal Quarry', 0, 0, 5213),
(31313, 'Crumbling Blood Explosive Debris', 0, 0, 5313),
(31413, 'Crumbling Blood Abandoned Colony', 0, 0, 5413),
(31513, 'Crumbling Blood Excavation', 0, 0, 5513),
(31613, 'Crumbling Blood Solar Harvesters', 0, 0, 5613),
(31713, 'Crumbling Blood Stone Formation', 0, 0, 5713),
(31813, 'Crumbling Blood Mining Installation', 0, 0, 5813),
(32113, 'Decayed Blood Excavation', 0, 0, 5123),
(32213, 'Decayed Blood Collision Site', 0, 0, 5223),
(32313, 'Decayed Blood Lone Vessel', 0, 0, 5323),
(32413, 'Decayed Blood Mining Installation', 0, 0, 5423),
(32513, 'Decayed Blood Particle Accelerator', 0, 0, 5523),
(32613, 'Decayed Blood Mass Grave', 0, 0, 5623),
(32713, 'Decayed Blood Rock Formations', 0, 0, 5723),
(32813, 'Decayed Blood Quarry', 0, 0, 5823),
(33113, 'Pristine Blood Ship Remnants', 0, 0, 5133),
(33213, 'Pristine Blood Pod Cluster', 0, 0, 5233),
(33313, 'Pristine Blood Dumped Cargo', 0, 0, 5333),
(33413, 'Pristine Blood Ship Graveyard', 0, 0, 5433),
(33513, 'Pristine Blood Battle Remnants', 0, 0, 5533),
(33613, 'Pristine Blood Abandoned Colony', 0, 0, 5633),
(33713, 'Pristine Blood Collision Site', 0, 0, 5733),
(33813, 'Pristine Blood Explosive Debris', 0, 0, 5833),
(31123, 'Looted Blood Collision Site', 0, 0, 4113),
(31223, 'Looted Blood Abandoned Station', 0, 0, 4213),
(31323, 'Looted Blood Lone Vessel', 0, 0, 4313),
(31423, 'Looted Blood Ruined Station', 0, 0, 4413),
(31523, 'Looted Blood Explosive Debris', 0, 0, 4513),
(31623, 'Looted Blood Battle Remnants', 0, 0, 4613),
(31723, 'Looted Blood Pod Cluster', 0, 0, 4713),
(31823, 'Looted Blood Ship Graveyard', 0, 0, 4813),
(32123, 'Ransacked Blood Explosive Debris', 0, 0, 4123),
(32223, 'Ransacked Blood Abandoned Station', 0, 0, 4223),
(32323, 'Ransacked Blood Collision Site', 0, 0, 4323),
(32423, 'Ransacked Blood Ruined Station', 0, 0, 4423),
(32523, 'Ransacked Blood Ship Remnants', 0, 0, 4523),
(32623, 'Ransacked Blood Dumped Cargo', 0, 0, 4623),
(32723, 'Ransacked Blood Demolished Station', 0, 0, 4723),
(32823, 'Ransacked Blood Ship Graveyard', 0, 0, 4823),
(33123, 'Ruined Blood Monument Site', 0, 0, 4233),
(33223, 'Ruined Blood Temple Site', 0, 0, 4433),
(33323, 'Ruined Blood Science Outpost', 0, 0, 4633),
(33423, 'Ruined Blood Crystal Quarry', 0, 0, 4833),
(31114, 'Crumbling Guristas Antiquated Outpost', 0, 0, 5114),
(31214, 'Crumbling Guristas Crystal Quarry', 0, 0, 5214),
(31314, 'Crumbling Guristas Explosive Debris', 0, 0, 5314),
(31414, 'Crumbling Guristas Abandoned Colony', 0, 0, 5414),
(31514, 'Crumbling Guristas Excavation', 0, 0, 5514),
(31614, 'Crumbling Guristas Solar Harvesters', 0, 0, 5614),
(31714, 'Crumbling Guristas Stone Formation', 0, 0, 5714),
(31814, 'Crumbling Guristas Mining Installation', 0, 0, 5814),
(32114, 'Decayed Guristas Excavation', 0, 0, 5124),
(32214, 'Decayed Guristas Collision Site', 0, 0, 5224),
(32314, 'Decayed Guristas Lone Vessel', 0, 0, 5324),
(32414, 'Decayed Guristas Mining Installation', 0, 0, 5424),
(32514, 'Decayed Guristas Particle Accelerator', 0, 0, 5524),
(32614, 'Decayed Guristas Mass Grave', 0, 0, 5624),
(32714, 'Decayed Guristas Rock Formations', 0, 0, 5724),
(32814, 'Decayed Guristas Quarry', 0, 0, 5824),
(33114, 'Pristine Guristas Ship Remnants', 0, 0, 5134),
(33214, 'Pristine Guristas Pod Cluster', 0, 0, 5234),
(33314, 'Pristine Guristas Dumped Cargo', 0, 0, 5334),
(33414, 'Pristine Guristas Ship Graveyard', 0, 0, 5434),
(33514, 'Pristine Guristas Battle Remnants', 0, 0, 5534),
(33614, 'Pristine Guristas Abandoned Colony', 0, 0, 5634),
(33714, 'Pristine Guristas Collision Site', 0, 0, 5734),
(33814, 'Pristine Guristas Explosive Debris', 0, 0, 5834),
(31124, 'Looted Guristas Collision Site', 0, 0, 4114),
(31224, 'Looted Guristas Abandoned Station', 0, 0, 4214),
(31324, 'Looted Guristas Lone Vessel', 0, 0, 4314),
(31424, 'Looted Guristas Ruined Station', 0, 0, 4414),
(31524, 'Looted Guristas Explosive Debris', 0, 0, 4514),
(31624, 'Looted Guristas Battle Remnants', 0, 0, 4614),
(31724, 'Looted Guristas Pod Cluster', 0, 0, 4714),
(31824, 'Looted Guristas Ship Graveyard', 0, 0, 4814),
(32124, 'Ransacked Guristas Explosive Debris', 0, 0, 4124),
(32224, 'Ransacked Guristas Abandoned Station', 0, 0, 4224),
(32324, 'Ransacked Guristas Collision Site', 0, 0, 4324),
(32424, 'Ransacked Guristas Ruined Station', 0, 0, 4424),
(32524, 'Ransacked Guristas Ship Remnants', 0, 0, 4524),
(32624, 'Ransacked Guristas Dumped Cargo', 0, 0, 4624),
(32724, 'Ransacked Guristas Demolished Station', 0, 0, 4724),
(32824, 'Ransacked Guristas Ship Graveyard', 0, 0, 4824),
(33124, 'Ruined Guristas Monument Site', 0, 0, 4234),
(33224, 'Ruined Guristas Temple Site', 0, 0, 4434),
(33324, 'Ruined Guristas Science Outpost', 0, 0, 4634),
(33424, 'Ruined Guristas Crystal Quarry', 0, 0, 4834),
(31115, 'Crumbling Sansha Antiquated Outpost', 0, 0, 5115),
(31215, 'Crumbling Sansha Crystal Quarry', 0, 0, 5215),
(31315, 'Crumbling Sansha Explosive Debris', 0, 0, 5315),
(31415, 'Crumbling Sansha Abandoned Colony', 0, 0, 5415),
(31515, 'Crumbling Sansha Excavation', 0, 0, 5515),
(31615, 'Crumbling Sansha Solar Harvesters', 0, 0, 5615),
(31715, 'Crumbling Sansha Stone Formation', 0, 0, 5715),
(31815, 'Crumbling Sansha Mining Installation', 0, 0, 5815),
(32115, 'Decayed Sansha Excavation', 0, 0, 5125),
(32215, 'Decayed Sansha Collision Site', 0, 0, 5225),
(32315, 'Decayed Sansha Lone Vessel', 0, 0, 5325),
(32415, 'Decayed Sansha Mining Installation', 0, 0, 5425),
(32515, 'Decayed Sansha Particle Accelerator', 0, 0, 5525),
(32615, 'Decayed Sansha Mass Grave', 0, 0, 5625),
(32715, 'Decayed Sansha Rock Formations', 0, 0, 5725),
(32815, 'Decayed Sansha Quarry', 0, 0, 5825),
(33115, 'Pristine Sansha Ship Remnants', 0, 0, 5135),
(33215, 'Pristine Sansha Pod Cluster', 0, 0, 5235),
(33315, 'Pristine Sansha Dumped Cargo', 0, 0, 5335),
(33415, 'Pristine Sansha Ship Graveyard', 0, 0, 5435),
(33515, 'Pristine Sansha Battle Remnants', 0, 0, 5535),
(33615, 'Pristine Sansha Abandoned Colony', 0, 0, 5635),
(33715, 'Pristine Sansha Collision Site', 0, 0, 5735),
(33815, 'Pristine Sansha Explosive Debris', 0, 0, 5835),
(31125, 'Looted Sansha Collision Site', 0, 0, 4115),
(31225, 'Looted Sansha Abandoned Station', 0, 0, 4215),
(31325, 'Looted Sansha Lone Vessel', 0, 0, 4315),
(31425, 'Looted Sansha Ruined Station', 0, 0, 4415),
(31525, 'Looted Sansha Explosive Debris', 0, 0, 4515),
(31625, 'Looted Sansha Battle Remnants', 0, 0, 4615),
(31725, 'Looted Sansha Pod Cluster', 0, 0, 4715),
(31825, 'Looted Sansha Ship Graveyard', 0, 0, 4815),
(32125, 'Ransacked Sansha Explosive Debris', 0, 0, 4125),
(32225, 'Ransacked Sansha Abandoned Station', 0, 0, 4225),
(32325, 'Ransacked Sansha Collision Site', 0, 0, 4325),
(32425, 'Ransacked Sansha Ruined Station', 0, 0, 4425),
(32525, 'Ransacked Sansha Ship Remnants', 0, 0, 4525),
(32625, 'Ransacked Sansha Dumped Cargo', 0, 0, 4625),
(32725, 'Ransacked Sansha Demolished Station', 0, 0, 4725),
(32825, 'Ransacked Sansha Ship Graveyard', 0, 0, 4825),
(33125, 'Ruined Sansha Monument Site', 0, 0, 4235),
(33225, 'Ruined Sansha Temple Site', 0, 0, 4435),
(33325, 'Ruined Sansha Science Outpost', 0, 0, 4635),
(33425, 'Ruined Sansha Crystal Quarry', 0, 0, 4835),
(33136, 'Bloated Ruins', 0, 0, 1),
(33236, 'Whispy Ruins', 0, 0, 1),
(33336, 'Forgotten Ruins', 0, 0, 1),
(33436, 'Crumbling Ruins', 0, 0, 1),
(33536, 'Ancient Ruins', 0, 0, 1),
(33636, 'Festering Ruins', 0, 0, 1),
(33736, 'Hidden Ruins', 0, 0, 1),
(41111, 'Local Serpentis Mainframe', 0, 0, 6111),
(41211, 'Local Serpentis Data Processing Center', 0, 0, 6211),
(41311, 'Local Serpentis Data Terminal', 0, 0, 6311),
(41411, 'Local Serpentis Backup Server', 0, 0, 6411),
(41511, 'Local Serpentis Virus Test Site', 0, 0, 6511),
(41611, 'Local Serpentis Shattered Life-Support Unit', 0, 0, 6611),
(41711, 'Local Serpentis Production Installation', 0, 0, 6711),
(41811, 'Local Serpentis Minor Shipyard', 0, 0, 6811),
(42111, 'Regional Serpentis Data Fortress', 0, 0, 6121),
(42211, 'Regional Serpentis Command Center', 0, 0, 6221),
(42311, 'Regional Serpentis Data Mining Site', 0, 0, 6321),
(42411, 'Regional Serpentis Backup Server', 0, 0, 6421),
(42511, 'Regional Serpentis Mainframe', 0, 0, 6521),
(42611, 'Regional Serpentis Data Processing Center', 0, 0, 6621),
(42711, 'Regional Serpentis Data Terminal', 0, 0, 6721),
(42811, 'Regional Serpentis Secure Server', 0, 0, 6821),
(43111, 'Central Serpentis Sparking Transmitter', 0, 0, 6131),
(43211, 'Central Serpentis Survey Site', 0, 0, 6231),
(43311, 'Central Serpentis Command Center', 0, 0, 6331),
(43411, 'Central Serpentis Data Mining Site', 0, 0, 6431),
(43511, 'Central Serpentis Mainframe', 0, 0, 6531),
(43611, 'Central Serpentis Data Processing Center', 0, 0, 6631),
(43711, 'Central Serpentis Data Terminal', 0, 0, 6731),
(43811, 'Central Serpentis Secure Server', 0, 0, 6831),
(41112, 'Local Angel Mainframe', 0, 0, 6112),
(41212, 'Local Angel Data Processing Center', 0, 0, 6212),
(41312, 'Local Angel Data Terminal', 0, 0, 6312),
(41412, 'Local Angel Backup Server', 0, 0, 6412),
(41512, 'Local Angel Virus Test Site', 0, 0, 6512),
(41612, 'Local Angel Shattered Life-Support Unit', 0, 0, 6612),
(41712, 'Local Angel Production Installation', 0, 0, 6712),
(41812, 'Local Angel Minor Shipyard', 0, 0, 6812),
(42112, 'Regional Angel Data Fortress', 0, 0, 6122),
(42212, 'Regional Angel Command Center', 0, 0, 6222),
(42312, 'Regional Angel Data Mining Site', 0, 0, 6322),
(42412, 'Regional Angel Backup Server', 0, 0, 6422),
(42512, 'Regional Angel Mainframe', 0, 0, 6522),
(42612, 'Regional Angel Data Processing Center', 0, 0, 6622),
(42712, 'Regional Angel Data Terminal', 0, 0, 6722),
(42812, 'Regional Angel Secure Server', 0, 0, 6822),
(43112, 'Central Angel Sparking Transmitter', 0, 0, 6132),
(43212, 'Central Angel Survey Site', 0, 0, 6232),
(43312, 'Central Angel Command Center', 0, 0, 6332),
(43412, 'Central Angel Data Mining Site', 0, 0, 6432),
(43512, 'Central Angel Mainframe', 0, 0, 6532),
(43612, 'Central Angel Data Processing Center', 0, 0, 6632),
(43712, 'Central Angel Data Terminal', 0, 0, 6732),
(43812, 'Central Angel Secure Server', 0, 0, 6832),
(41113, 'Local Blood Mainframe', 0, 0, 6113),
(41213, 'Local Blood Data Processing Center', 0, 0, 6213),
(41313, 'Local Blood Data Terminal', 0, 0, 6313),
(41413, 'Local Blood Backup Server', 0, 0, 6413),
(41513, 'Local Blood Virus Test Site', 0, 0, 6513),
(41613, 'Local Blood Shattered Life-Support Unit', 0, 0, 6613),
(41713, 'Local Blood Production Installation', 0, 0, 6713),
(41813, 'Local Blood Minor Shipyard', 0, 0, 6813),
(42113, 'Regional Blood Data Fortress', 0, 0, 6123),
(42213, 'Regional Blood Command Center', 0, 0, 6223),
(42313, 'Regional Blood Data Mining Site', 0, 0, 6323),
(42413, 'Regional Blood Backup Server', 0, 0, 6423),
(42513, 'Regional Blood Mainframe', 0, 0, 6523),
(42613, 'Regional Blood Data Processing Center', 0, 0, 6623),
(42713, 'Regional Blood Data Terminal', 0, 0, 6723),
(42813, 'Regional Blood Secure Server', 0, 0, 6823),
(43113, 'Central Blood Sparking Transmitter', 0, 0, 6133),
(43213, 'Central Blood Survey Site', 0, 0, 6233),
(43313, 'Central Blood Command Center', 0, 0, 6333),
(43413, 'Central Blood Data Mining Site', 0, 0, 6433),
(43513, 'Central Blood Mainframe', 0, 0, 6533),
(43613, 'Central Blood Data Processing Center', 0, 0, 6633),
(43713, 'Central Blood Data Terminal', 0, 0, 6733),
(43813, 'Central Blood Secure Server', 0, 0, 6833),
(41114, 'Local Guristas Mainframe', 0, 0, 6114),
(41214, 'Local Guristas Data Processing Center', 0, 0, 6214),
(41314, 'Local Guristas Data Terminal', 0, 0, 6314),
(41414, 'Local Guristas Backup Server', 0, 0, 6414),
(41514, 'Local Guristas Virus Test Site', 0, 0, 6514),
(41614, 'Local Guristas Shattered Life-Support Unit', 0, 0, 6614),
(41714, 'Local Guristas Production Installation', 0, 0, 6714),
(41814, 'Local Guristas Minor Shipyard', 0, 0, 6814),
(42114, 'Regional Guristas Data Fortress', 0, 0, 6124),
(42214, 'Regional Guristas Command Center', 0, 0, 6224),
(42314, 'Regional Guristas Data Mining Site', 0, 0, 6324),
(42414, 'Regional Guristas Backup Server', 0, 0, 6424),
(42514, 'Regional Guristas Mainframe', 0, 0, 6524),
(42614, 'Regional Guristas Data Processing Center', 0, 0, 6624),
(42714, 'Regional Guristas Data Terminal', 0, 0, 6724),
(42814, 'Regional Guristas Secure Server', 0, 0, 6824),
(43114, 'Central Guristas Sparking Transmitter', 0, 0, 6134),
(43214, 'Central Guristas Survey Site', 0, 0, 6234),
(43314, 'Central Guristas Command Center', 0, 0, 6334),
(43414, 'Central Guristas Data Mining Site', 0, 0, 6434),
(43514, 'Central Guristas Mainframe', 0, 0, 6534),
(43614, 'Central Guristas Data Processing Center', 0, 0, 6634),
(43714, 'Central Guristas Data Terminal', 0, 0, 6734),
(43814, 'Central Guristas Secure Server', 0, 0, 6834),
(41115, 'Local Sansha Mainframe', 0, 0, 6115),
(41215, 'Local Sansha Data Processing Center', 0, 0, 6215),
(41315, 'Local Sansha Data Terminal', 0, 0, 6315),
(41415, 'Local Sansha Backup Server', 0, 0, 6415),
(41515, 'Local Sansha Virus Test Site', 0, 0, 6515),
(41615, 'Local Sansha Shattered Life-Support Unit', 0, 0, 6615),
(41715, 'Local Sansha Production Installation', 0, 0, 6715),
(41815, 'Local Sansha Minor Shipyard', 0, 0, 6815),
(42115, 'Regional Sansha Data Fortress', 0, 0, 6125),
(42215, 'Regional Sansha Command Center', 0, 0, 6225),
(42315, 'Regional Sansha Data Mining Site', 0, 0, 6325),
(42415, 'Regional Sansha Backup Server', 0, 0, 6425),
(42515, 'Regional Sansha Mainframe', 0, 0, 6525),
(42615, 'Regional Sansha Data Processing Center', 0, 0, 6625),
(42715, 'Regional Sansha Data Terminal', 0, 0, 6725),
(42815, 'Regional Sansha Secure Server', 0, 0, 6825),
(43115, 'Central Sansha Sparking Transmitter', 0, 0, 6135),
(43215, 'Central Sansha Survey Site', 0, 0, 6235),
(43315, 'Central Sansha Command Center', 0, 0, 6335),
(43415, 'Central Sansha Data Mining Site', 0, 0, 6435),
(43515, 'Central Sansha Mainframe', 0, 0, 6535),
(43615, 'Central Sansha Data Processing Center', 0, 0, 6635),
(43715, 'Central Sansha Data Terminal', 0, 0, 6735),
(43815, 'Central Sansha Secure Server', 0, 0, 6835),
(41110, 'Covert Research Facility', 0, 0, 1),
(42110, 'Covert Research Facility', 0, 0, 1),
(43110, 'Covert Research Facility', 0, 0, 1),
(43120, 'Digital Network', 0, 0, 1),
(43220, 'Digital Matrix', 0, 0, 1),
(43320, 'Digital Complex', 0, 0, 1),
(43420, 'Digital Convolution', 0, 0, 1),
(43520, 'Digital Plexus', 0, 0, 1),
(43620, 'Digital Circuitry', 0, 0, 1),
(43720, 'Digital Compound', 0, 0, 1),
(43820, 'Digital Tessellation', 0, 0, 1),
(51110, 'Wild Nebula', 0, 0, 1),
(51210, 'Pipe Nebula', 0, 0, 1),
(51310, 'Calabash Nebula', 0, 0, 1),
(51410, 'Blackeye Nebula', 0, 0, 1),
(51510, 'Smoking Nebula', 0, 0, 1),
(51610, 'Glass Nebula', 0, 0, 1),
(51710, 'Flame Nebula', 0, 0, 1),
(51810, 'Ghost Nebula ', 0, 0, 1),
(52110, 'Sister Nebula', 0, 0, 1),
(52210, 'Bright Nebula', 0, 0, 1),
(52310, 'Crimson Nebula', 0, 0, 1),
(52410, 'Phoenix Nebula', 0, 0, 1),
(52510, 'Eagle Nebula', 0, 0, 1),
(52610, 'Rapture Nebula', 0, 0, 1),
(52710, 'Ring Nebula', 0, 0, 1),
(52810, 'Sparkling Nebula', 0, 0, 1),
(53110, 'Forgotten Nebula', 0, 0, 1),
(53210, 'Diabolo Nebula', 0, 0, 1),
(53310, 'Saintly Nebula', 0, 0, 1),
(53410, 'Sunspark Nebula', 0, 0, 1),
(53510, 'Emerald Nebula', 0, 0, 1),
(53610, 'Swarm Nebula', 0, 0, 1),
(53710, 'Boisterous Nebula', 0, 0, 1),
(53810, 'Thick Nebula', 0, 0, 1),
(60000, 'DED Space', 0, 0, 1),
(71118, ' Hideaway', 0, 20, 1100),
(71128, ' Hidden Hideaway', 0, 20, 1200),
(71138, ' Forsaken Hideaway', 0, 20, 1300),
(71148, ' Forlorn Hideaway', 0, 20, 1400),
(71218, ' Burrow', 0, 21, 1200),
(71318, ' Refuge', 0, 22, 1300),
(71418, ' Den', 0, 23, 1400),
(71518, ' Yard', 0, 24, 1500),
(72118, ' Refuge', 0, 22, 1300),
(72218, ' Den', 0, 23, 1400),
(72228, ' Hidden Den', 0, 23, 1500),
(72238, ' Forsaken Den', 0, 23, 1500),
(72248, ' Forlorn Den', 0, 23, 1600),
(72318, ' Yard', 0, 24, 1500),
(72418, ' Rally Point', 0, 25, 1600),
(72428, ' Hidden Rally Point', 0, 25, 1600),
(72438, ' Forsaken Rally Point', 0, 25, 1700),
(72448, ' Forlorn Rally Point', 0, 25, 1800),
(72518, ' Port', 0, 26, 1500),
(73118, ' Rally Point', 0, 25, 1600),
(73128, ' Hidden Rally Point', 0, 25, 1600),
(73138, ' Forsaken Rally Point', 0, 25, 1700),
(73148, ' Forlorn Rally Point', 0, 25, 1800),
(73218, ' Port', 0, 26, 1500),
(73318, ' Hub', 0, 27, 1600),
(73328, ' Hidden Hub', 0, 27, 1600),
(73338, ' Forsaken Hub', 0, 27, 1700),
(73348, ' Forlorn Hub', 0, 27, 1700),
(73418, ' Haven', 0, 28, 1800),
(73518, ' Sanctum', 0, 29, 1900),
(71116, 'Drone Cluster', 0, 30, 1010),
(71216, 'Drone Collection', 0, 31, 1110),
(71316, 'Drone Assembly', 0, 32, 1210),
(71416, 'Drone Gathering', 0, 33, 1310),
(72116, 'Drone Assembly', 0, 32, 1210),
(72216, 'Drone Gathering', 0, 33, 1310),
(72316, 'Drone Surveillance', 0, 34, 1410),
(72416, 'Drone Menagerie', 0, 35, 1510),
(72516, 'Drone Herd', 0, 36, 1610),
(73116, 'Drone Menagerie', 35, 0, 1510),
(73216, 'Drone Herd', 0, 36, 1610),
(73316, 'Drone Squad', 0, 37, 1710),
(73416, 'Drone Patrol', 0, 38, 1810),
(73516, 'Drone Horde', 0, 39, 1910),
(81110, ' Hideout', 0, 0, 1000),
(81210, ' Lookout', 0, 0, 1100),
(81310, ' Watch', 0, 0, 1100),
(81410, ' Vigil', 0, 0, 1200),
(81510, ' Outpost', 0, 0, 1200),
(82110, ' Vigil', 0, 0, 1300),
(82210, ' Outpost', 0, 0, 1300),
(82310, ' Annex', 0, 0, 1400),
(82410, ' Base', 0, 0, 1400),
(82510, ' Fortress', 0, 0, 1500),
(83110, ' Base', 0, 0, 1600),
(83210, ' Fortress', 0, 0, 1600),
(83310, ' Complex', 0, 0, 1700),
(83410, ' Headquarters', 0, 0, 1800),
(83510, ' Staging Point', 0, 0, 1900),
(81116, 'Drone Haunted Yard', 0, 0, 1120),
(81216, 'Drone Desolate Site', 0, 0, 1220),
(81316, 'Drone Chemical Yard', 0, 0, 1320),
(82116, 'Drone Trial Yard', 0, 0, 1420),
(82216, 'Drone Dirty Site', 0, 0, 1520),
(82316, 'Drone Ruins', 0, 0, 1620),
(83116, 'Drone Independence', 0, 0, 1720),
(83216, 'Drone Radiance', 0, 0, 1820),
(83316, 'Drone Hierarchy', 0, 0, 1920),
(90000, 'Escalation Space', 0, 0, 1),
(71516, 'Drone Surveillance', 0, 34, 1410);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `dunTemplates`
--
ALTER TABLE `dunTemplates`
  ADD UNIQUE KEY `dunTemplateID_2` (`dunTemplateID`),
  ADD KEY `dunTemplateID` (`dunTemplateID`);

/*!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 */;

Server Development

Posts: 571

Joined: Tue Mar 25, 2014 6:47 pm

Post Sat Jun 20, 2020 6:09 pm

Re: Dungeon System and Data

group templates

  Code:
-- phpMyAdmin SQL Dump
-- version 4.4.15.10
-- https://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 20, 2020 at 05:06 PM
-- Server version: 10.0.36-MariaDB
-- PHP Version: 5.6.36

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `Alasiya`
--

-- --------------------------------------------------------

--
-- Table structure for table `dunGroupData`
--

CREATE TABLE IF NOT EXISTS `dunGroupData` (
  `ai` int(11) NOT NULL,
  `dunGroupID` int(11) NOT NULL,
  `itemTypeID` int(11) NOT NULL,
  `itemGroupID` int(11) NOT NULL DEFAULT '0',
  `xpos` int(11) NOT NULL DEFAULT '0',
  `ypos` int(11) NOT NULL DEFAULT '0',
  `zpos` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM AUTO_INCREMENT=1340 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Dumping data for table `dunGroupData`
--

INSERT INTO `dunGroupData` (`ai`, `dunGroupID`, `itemTypeID`, `itemGroupID`, `xpos`, `ypos`, `zpos`) VALUES
(1, 110, 26272, 0, 0, 0, 0),
(2, 110, 32386, 0, 0, 0, 0),
(3, 110, 32387, 0, 0, 0, 0),
(4, 110, 29494, 0, 0, 0, 0),
(5, 130, 2612, 0, 0, 0, 0),
(6, 130, 10782, 0, 0, 0, 0),
(7, 130, 10787, 0, 0, 0, 0),
(8, 130, 11209, 0, 0, 0, 0),
(9, 130, 23752, 0, 0, 0, 0),
(10, 130, 23753, 0, 0, 0, 0),
(11, 130, 23754, 0, 0, 0, 0),
(12, 130, 23755, 0, 0, 0, 0),
(13, 130, 23756, 0, 0, 0, 0),
(14, 130, 28622, 0, 0, 0, 0),
(15, 131, 10267, 0, 0, 0, 0),
(16, 131, 10269, 0, 0, 0, 0),
(17, 131, 10783, 0, 0, 0, 0),
(18, 131, 10784, 0, 0, 0, 0),
(19, 131, 10785, 0, 0, 0, 0),
(20, 131, 10786, 0, 0, 0, 0),
(21, 131, 10137, 0, 0, 0, 0),
(22, 132, 28625, 0, 0, 0, 0),
(23, 132, 28619, 0, 0, 0, 0),
(24, 132, 28624, 0, 0, 0, 0),
(25, 132, 28623, 0, 0, 0, 0),
(26, 132, 28626, 0, 0, 0, 0),
(27, 132, 28621, 0, 0, 0, 0),
(28, 132, 28620, 0, 0, 0, 0),
(29, 132, 28618, 0, 0, 0, 0),
(30, 132, 27028, 0, 0, 0, 0),
(31, 132, 28617, 0, 0, 0, 0),
(32, 132, 26851, 0, 0, 0, 0),
(33, 132, 26713, 0, 0, 0, 0),
(34, 132, 26868, 0, 0, 0, 0),
(35, 140, 10120, 0, 0, 0, 0),
(36, 140, 30436, 0, 0, 0, 0),
(37, 140, 16736, 0, 0, 0, 0),
(38, 140, 10121, 0, 0, 0, 0),
(39, 160, 10771, 0, 0, 0, 0),
(40, 160, 10772, 0, 0, 0, 0),
(41, 160, 10773, 0, 0, 0, 0),
(42, 160, 10774, 0, 0, 0, 0),
(43, 160, 10775, 0, 0, 0, 0),
(44, 160, 10778, 0, 0, 0, 0),
(45, 160, 10779, 0, 0, 0, 0),
(46, 160, 10780, 0, 0, 0, 0),
(47, 160, 10781, 0, 0, 0, 0),
(48, 160, 10256, 0, 0, 0, 0),
(49, 160, 23615, 0, 0, 0, 0),
(50, 160, 16728, 0, 0, 0, 0),
(51, 160, 16839, 0, 0, 0, 0),
(52, 160, 16840, 0, 0, 0, 0),
(53, 160, 16841, 0, 0, 0, 0),
(54, 160, 16842, 0, 0, 0, 0),
(55, 160, 16843, 0, 0, 0, 0),
(56, 160, 16844, 0, 0, 0, 0),
(57, 160, 20165, 0, 0, 0, 0),
(58, 160, 20177, 0, 0, 0, 0),
(59, 160, 16846, 0, 0, 0, 0),
(60, 160, 16847, 0, 0, 0, 0),
(61, 160, 26898, 0, 0, 0, 0),
(62, 160, 28608, 0, 0, 0, 0),
(63, 160, 17644, 0, 0, 0, 0),
(64, 160, 22742, 0, 0, 0, 0),
(65, 160, 22743, 0, 0, 0, 0),
(66, 160, 22744, 0, 0, 0, 0),
(67, 160, 23663, 0, 0, 0, 0),
(68, 160, 2928, 0, 0, 0, 0),
(69, 190, 2858, 0, 0, 0, 0),
(70, 190, 4319, 0, 0, 0, 0),
(71, 190, 29511, 0, 0, 0, 0),
(72, 200, 3626, 0, 0, 0, 0),
(73, 210, 28066, 0, 0, 0, 0),
(74, 210, 9876, 0, 0, 0, 0),
(75, 210, 9877, 0, 0, 0, 0),
(76, 210, 9878, 0, 0, 0, 0),
(77, 210, 9879, 0, 0, 0, 0),
(78, 210, 9880, 0, 0, 0, 0),
(79, 210, 26232, 0, 0, 0, 0),
(80, 210, 26233, 0, 0, 0, 0),
(81, 210, 26234, 0, 0, 0, 0),
(82, 220, 28070, 0, 0, 0, 0),
(83, 220, 9882, 0, 0, 0, 0),
(84, 220, 9883, 0, 0, 0, 0),
(85, 220, 9884, 0, 0, 0, 0),
(86, 220, 9881, 0, 0, 0, 0),
(87, 220, 26235, 0, 0, 0, 0),
(88, 220, 26236, 0, 0, 0, 0),
(89, 230, 9885, 0, 0, 0, 0),
(90, 230, 9886, 0, 0, 0, 0),
(91, 230, 9888, 0, 0, 0, 0),
(92, 230, 9889, 0, 0, 0, 0),
(93, 230, 9890, 0, 0, 0, 0),
(94, 230, 9891, 0, 0, 0, 0),
(95, 230, 9892, 0, 0, 0, 0),
(96, 230, 9887, 0, 0, 0, 0),
(97, 230, 26237, 0, 0, 0, 0),
(98, 230, 26238, 0, 0, 0, 0),
(99, 230, 26239, 0, 0, 0, 0),
(100, 240, 9875, 0, 0, 0, 0),
(101, 240, 9893, 0, 0, 0, 0),
(102, 240, 9894, 0, 0, 0, 0),
(103, 240, 9895, 0, 0, 0, 0),
(104, 240, 9896, 0, 0, 0, 0),
(105, 240, 9897, 0, 0, 0, 0),
(106, 240, 9898, 0, 0, 0, 0),
(107, 240, 28071, 0, 0, 0, 0),
(108, 240, 26229, 0, 0, 0, 0),
(109, 240, 26230, 0, 0, 0, 0),
(110, 240, 26231, 0, 0, 0, 0),
(111, 400, 25829, 0, 0, 0, 0),
(112, 420, 26860, 0, 0, 0, 0),
(113, 420, 23860, 0, 0, 0, 0),
(114, 420, 32128, 0, 0, 0, 0),
(115, 420, 23553, 0, 0, 0, 0),
(116, 420, 32419, 0, 0, 0, 0),
(117, 420, 32420, 0, 0, 0, 0),
(118, 420, 32421, 0, 0, 0, 0),
(119, 420, 32423, 0, 0, 0, 0),
(120, 420, 3952, 0, 0, 0, 0),
(121, 420, 29546, 0, 0, 0, 0),
(122, 420, 26739, 0, 0, 0, 0),
(123, 420, 26743, 0, 0, 0, 0),
(124, 420, 26746, 0, 0, 0, 0),
(125, 420, 26794, 0, 0, 0, 0),
(126, 420, 30895, 0, 0, 0, 0),
(127, 420, 30896, 0, 0, 0, 0),
(128, 420, 30897, 0, 0, 0, 0),
(129, 420, 30898, 0, 0, 0, 0),
(130, 420, 32133, 0, 0, 0, 0),
(131, 420, 32134, 0, 0, 0, 0),
(132, 420, 32135, 0, 0, 0, 0),
(133, 420, 32136, 0, 0, 0, 0),
(134, 420, 32137, 0, 0, 0, 0),
(135, 420, 26740, 0, 0, 0, 0),
(136, 430, 21799, 0, 0, 0, 0),
(137, 430, 23741, 0, 0, 0, 0),
(138, 430, 23742, 0, 0, 0, 0),
(139, 430, 23763, 0, 0, 0, 0),
(140, 430, 24032, 0, 0, 0, 0),
(141, 430, 24252, 0, 0, 0, 0),
(142, 430, 24480, 0, 0, 0, 0),
(143, 430, 32129, 0, 0, 0, 0),
(144, 430, 32132, 0, 0, 0, 0),
(145, 430, 29208, 0, 0, 0, 0),
(146, 430, 29250, 0, 0, 0, 0),
(147, 430, 24453, 0, 0, 0, 0),
(148, 430, 24245, 0, 0, 0, 0),
(149, 430, 2927, 0, 0, 0, 0),
(150, 430, 2284, 0, 0, 0, 0),
(151, 430, 2285, 0, 0, 0, 0),
(152, 431, 21821, 0, 0, 0, 0),
(153, 431, 21822, 0, 0, 0, 0),
(154, 431, 21824, 0, 0, 0, 0),
(155, 431, 21825, 0, 0, 0, 0),
(156, 431, 21826, 0, 0, 0, 0),
(157, 431, 21827, 0, 0, 0, 0),
(158, 431, 21828, 0, 0, 0, 0),
(159, 432, 25828, 0, 0, 0, 0),
(160, 432, 26853, 0, 0, 0, 0),
(161, 432, 26854, 0, 0, 0, 0),
(162, 432, 26855, 0, 0, 0, 0),
(163, 432, 28340, 0, 0, 0, 0),
(164, 433, 3620, 0, 0, 0, 0),
(165, 433, 32131, 0, 0, 0, 0),
(166, 433, 29251, 0, 0, 0, 0),
(167, 433, 30789, 0, 0, 0, 0),
(168, 406, 2468, 0, 0, 0, 0),
(169, 406, 29585, 0, 0, 0, 0),
(170, 406, 29586, 0, 0, 0, 0),
(171, 406, 29589, 0, 0, 0, 0),
(172, 406, 29590, 0, 0, 0, 0),
(173, 406, 29591, 0, 0, 0, 0),
(174, 406, 29592, 0, 0, 0, 0),
(175, 406, 29593, 0, 0, 0, 0),
(176, 406, 29594, 0, 0, 0, 0),
(177, 406, 26968, 0, 0, 0, 0),
(178, 406, 30900, 0, 0, 0, 0),
(179, 407, 23761, 0, 0, 0, 0),
(180, 407, 23762, 0, 0, 0, 0),
(181, 407, 23826, 0, 0, 0, 0),
(182, 407, 23833, 0, 0, 0, 0),
(183, 407, 23858, 0, 0, 0, 0),
(184, 407, 24310, 0, 0, 0, 0),
(185, 407, 3920, 0, 0, 0, 0),
(186, 407, 4099, 0, 0, 0, 0),
(187, 407, 32216, 0, 0, 0, 0),
(188, 407, 32275, 0, 0, 0, 0),
(189, 407, 29505, 0, 0, 0, 0),
(190, 407, 23859, 0, 0, 0, 0),
(191, 407, 29566, 0, 0, 0, 0),
(192, 407, 29567, 0, 0, 0, 0),
(193, 407, 29568, 0, 0, 0, 0),
(194, 407, 29569, 0, 0, 0, 0),
(195, 407, 29570, 0, 0, 0, 0),
(196, 402, 29551, 0, 0, 0, 0),
(197, 402, 29552, 0, 0, 0, 0),
(198, 402, 29553, 0, 0, 0, 0),
(199, 402, 29554, 0, 0, 0, 0),
(200, 402, 29555, 0, 0, 0, 0),
(201, 402, 29556, 0, 0, 0, 0),
(202, 402, 29557, 0, 0, 0, 0),
(203, 402, 29558, 0, 0, 0, 0),
(204, 402, 29559, 0, 0, 0, 0),
(205, 402, 3591, 0, 0, 0, 0),
(206, 403, 23968, 0, 0, 0, 0),
(207, 403, 24029, 0, 0, 0, 0),
(208, 403, 24457, 0, 0, 0, 0),
(209, 403, 24458, 0, 0, 0, 0),
(210, 403, 29561, 0, 0, 0, 0),
(211, 403, 29562, 0, 0, 0, 0),
(212, 403, 29563, 0, 0, 0, 0),
(213, 403, 29564, 0, 0, 0, 0),
(214, 403, 29565, 0, 0, 0, 0),
(215, 408, 29571, 0, 0, 0, 0),
(216, 408, 29572, 0, 0, 0, 0),
(217, 408, 29573, 0, 0, 0, 0),
(218, 408, 29574, 0, 0, 0, 0),
(219, 408, 29575, 0, 0, 0, 0),
(220, 408, 21807, 0, 0, 0, 0),
(221, 408, 29507, 0, 0, 0, 0),
(222, 408, 29506, 0, 0, 0, 0),
(223, 408, 29508, 0, 0, 0, 0),
(224, 408, 29509, 0, 0, 0, 0),
(225, 408, 4100, 0, 0, 0, 0),
(226, 404, 29576, 0, 0, 0, 0),
(227, 404, 29577, 0, 0, 0, 0),
(228, 404, 29578, 0, 0, 0, 0),
(229, 404, 29579, 0, 0, 0, 0),
(230, 404, 29580, 0, 0, 0, 0),
(231, 404, 29581, 0, 0, 0, 0),
(232, 404, 29582, 0, 0, 0, 0),
(233, 404, 29583, 0, 0, 0, 0),
(234, 404, 29584, 0, 0, 0, 0),
(235, 404, 25375, 0, 0, 0, 0),
(236, 409, 21820, 0, 0, 0, 0),
(237, 409, 29452, 0, 0, 0, 0),
(238, 409, 29453, 0, 0, 0, 0),
(239, 409, 29454, 0, 0, 0, 0),
(240, 409, 29455, 0, 0, 0, 0),
(241, 409, 29456, 0, 0, 0, 0),
(242, 409, 29457, 0, 0, 0, 0),
(243, 409, 29458, 0, 0, 0, 0),
(244, 409, 29459, 0, 0, 0, 0),
(245, 409, 29460, 0, 0, 0, 0),
(246, 409, 3967, 0, 0, 0, 0),
(247, 409, 23227, 0, 0, 0, 0),
(248, 409, 23963, 0, 0, 0, 0),
(249, 409, 24609, 0, 0, 0, 0),
(250, 409, 25232, 0, 0, 0, 0),
(251, 410, 21830, 0, 0, 0, 0),
(252, 410, 21831, 0, 0, 0, 0),
(253, 410, 21832, 0, 0, 0, 0),
(254, 410, 21833, 0, 0, 0, 0),
(255, 410, 21834, 0, 0, 0, 0),
(256, 410, 21835, 0, 0, 0, 0),
(257, 410, 21836, 0, 0, 0, 0),
(258, 410, 21837, 0, 0, 0, 0),
(259, 410, 21838, 0, 0, 0, 0),
(260, 410, 4007, 0, 0, 0, 0),
(261, 410, 25231, 0, 0, 0, 0),
(262, 405, 29596, 0, 0, 0, 0),
(263, 405, 29597, 0, 0, 0, 0),
(264, 405, 29598, 0, 0, 0, 0),
(265, 405, 29599, 0, 0, 0, 0),
(266, 405, 29600, 0, 0, 0, 0),
(267, 405, 29601, 0, 0, 0, 0),
(268, 405, 29602, 0, 0, 0, 0),
(269, 405, 29603, 0, 0, 0, 0),
(270, 405, 29604, 0, 0, 0, 0),
(271, 405, 3056, 0, 0, 0, 0),
(272, 405, 3059, 0, 0, 0, 0),
(273, 405, 3509, 0, 0, 0, 0),
(274, 405, 2234, 0, 0, 0, 0),
(275, 401, 29595, 0, 0, 0, 0),
(276, 401, 23223, 0, 0, 0, 0),
(277, 401, 23224, 0, 0, 0, 0),
(278, 401, 23225, 0, 0, 0, 0),
(279, 401, 23226, 0, 0, 0, 0),
(280, 401, 23228, 0, 0, 0, 0),
(281, 401, 23229, 0, 0, 0, 0),
(282, 401, 23230, 0, 0, 0, 0),
(283, 401, 23231, 0, 0, 0, 0),
(284, 401, 3957, 0, 0, 0, 0),
(285, 401, 2842, 0, 0, 0, 0),
(286, 507, 2097, 0, 0, 0, 0),
(287, 507, 2105, 0, 0, 0, 0),
(288, 507, 2111, 0, 0, 0, 0),
(289, 507, 2115, 0, 0, 0, 0),
(290, 507, 2121, 0, 0, 0, 0),
(291, 508, 2116, 0, 0, 0, 0),
(292, 508, 2122, 0, 0, 0, 0),
(293, 508, 2112, 0, 0, 0, 0),
(294, 508, 2106, 0, 0, 0, 0),
(295, 508, 2096, 0, 0, 0, 0),
(296, 509, 2101, 0, 0, 0, 0),
(297, 509, 2107, 0, 0, 0, 0),
(298, 509, 2119, 0, 0, 0, 0),
(299, 509, 2113, 0, 0, 0, 0),
(300, 509, 2123, 0, 0, 0, 0),
(301, 509, 2910, 0, 0, 0, 0),
(302, 510, 2102, 0, 0, 0, 0),
(303, 510, 2110, 0, 0, 0, 0),
(304, 510, 2114, 0, 0, 0, 0),
(305, 510, 2120, 0, 0, 0, 0),
(306, 510, 2124, 0, 0, 0, 0),
(307, 500, 26911, 0, 0, 0, 0),
(308, 500, 10138, 0, 0, 0, 0),
(309, 500, 29606, 0, 0, 0, 0),
(310, 500, 30514, 0, 0, 0, 0),
(311, 500, 30515, 0, 0, 0, 0),
(312, 500, 29386, 0, 0, 0, 0),
(313, 500, 29157, 0, 0, 0, 0),
(314, 500, 29158, 0, 0, 0, 0),
(315, 500, 29159, 0, 0, 0, 0),
(316, 500, 29160, 0, 0, 0, 0),
(317, 500, 29161, 0, 0, 0, 0),
(318, 500, 29348, 0, 0, 0, 0),
(319, 500, 29349, 0, 0, 0, 0),
(320, 500, 29350, 0, 0, 0, 0),
(321, 500, 29351, 0, 0, 0, 0),
(322, 500, 29352, 0, 0, 0, 0),
(323, 500, 29353, 0, 0, 0, 0),
(324, 500, 29354, 0, 0, 0, 0),
(325, 500, 29355, 0, 0, 0, 0),
(326, 500, 29356, 0, 0, 0, 0),
(327, 500, 29357, 0, 0, 0, 0),
(328, 500, 29358, 0, 0, 0, 0),
(329, 500, 29359, 0, 0, 0, 0),
(330, 500, 29360, 0, 0, 0, 0),
(331, 500, 29361, 0, 0, 0, 0),
(332, 500, 29362, 0, 0, 0, 0),
(333, 500, 29363, 0, 0, 0, 0),
(334, 500, 29364, 0, 0, 0, 0),
(335, 510, 3630, 0, 0, 0, 0),
(336, 510, 3631, 0, 0, 0, 0),
(337, 510, 3632, 0, 0, 0, 0),
(338, 510, 3633, 0, 0, 0, 0),
(339, 510, 3635, 0, 0, 0, 0),
(340, 510, 3637, 0, 0, 0, 0),
(341, 510, 3639, 0, 0, 0, 0),
(342, 510, 3641, 0, 0, 0, 0),
(343, 510, 3642, 0, 0, 0, 0),
(344, 510, 3644, 0, 0, 0, 0),
(345, 510, 3646, 0, 0, 0, 0),
(346, 510, 3648, 0, 0, 0, 0),
(347, 510, 3649, 0, 0, 0, 0),
(348, 510, 3650, 0, 0, 0, 0),
(349, 510, 3652, 0, 0, 0, 0),
(350, 510, 3657, 0, 0, 0, 0),
(351, 510, 3658, 0, 0, 0, 0),
(352, 510, 3659, 0, 0, 0, 0),
(353, 510, 3660, 0, 0, 0, 0),
(354, 510, 3661, 0, 0, 0, 0),
(355, 510, 3662, 0, 0, 0, 0),
(356, 510, 3667, 0, 0, 0, 0),
(357, 510, 30894, 0, 0, 0, 0),
(358, 520, 3670, 0, 0, 0, 0),
(359, 520, 3671, 0, 0, 0, 0),
(360, 520, 3672, 0, 0, 0, 0),
(361, 520, 3674, 0, 0, 0, 0),
(362, 520, 3675, 0, 0, 0, 0),
(363, 520, 3676, 0, 0, 0, 0),
(364, 520, 3677, 0, 0, 0, 0),
(365, 520, 3678, 0, 0, 0, 0),
(366, 520, 3679, 0, 0, 0, 0),
(367, 520, 3680, 0, 0, 0, 0),
(368, 520, 3681, 0, 0, 0, 0),
(369, 520, 3682, 0, 0, 0, 0),
(370, 520, 3684, 0, 0, 0, 0),
(371, 520, 3686, 0, 0, 0, 0),
(372, 520, 3688, 0, 0, 0, 0),
(373, 520, 3690, 0, 0, 0, 0),
(374, 520, 3523, 0, 0, 0, 0),
(375, 520, 3592, 0, 0, 0, 0),
(376, 520, 3593, 0, 0, 0, 0),
(377, 520, 3594, 0, 0, 0, 0),
(378, 520, 3595, 0, 0, 0, 0),
(379, 520, 3600, 0, 0, 0, 0),
(380, 520, 3601, 0, 0, 0, 0),
(381, 530, 3668, 0, 0, 0, 0),
(382, 530, 3669, 0, 0, 0, 0),
(383, 530, 3704, 0, 0, 0, 0),
(384, 530, 3706, 0, 0, 0, 0),
(385, 530, 3708, 0, 0, 0, 0),
(386, 530, 3710, 0, 0, 0, 0),
(387, 530, 3712, 0, 0, 0, 0),
(388, 530, 3714, 0, 0, 0, 0),
(389, 530, 3716, 0, 0, 0, 0),
(390, 530, 3718, 0, 0, 0, 0),
(391, 530, 3720, 0, 0, 0, 0),
(392, 530, 3722, 0, 0, 0, 0),
(393, 530, 3724, 0, 0, 0, 0),
(394, 530, 3726, 0, 0, 0, 0),
(395, 530, 3728, 0, 0, 0, 0),
(396, 530, 3602, 0, 0, 0, 0),
(397, 530, 3603, 0, 0, 0, 0),
(398, 530, 3604, 0, 0, 0, 0),
(399, 530, 3605, 0, 0, 0, 0),
(400, 530, 3610, 0, 0, 0, 0),
(401, 530, 3611, 0, 0, 0, 0),
(402, 530, 3612, 0, 0, 0, 0),
(403, 530, 3613, 0, 0, 0, 0),
(404, 530, 3614, 0, 0, 0, 0),
(405, 530, 3615, 0, 0, 0, 0),
(406, 530, 2734, 0, 0, 0, 0),
(407, 540, 3730, 0, 0, 0, 0),
(408, 540, 3757, 0, 0, 0, 0),
(409, 540, 3759, 0, 0, 0, 0),
(410, 540, 3760, 0, 0, 0, 0),
(411, 540, 3761, 0, 0, 0, 0),
(412, 540, 3762, 0, 0, 0, 0),
(413, 540, 3763, 0, 0, 0, 0),
(414, 540, 3770, 0, 0, 0, 0),
(415, 540, 3772, 0, 0, 0, 0),
(416, 540, 3774, 0, 0, 0, 0),
(417, 540, 3776, 0, 0, 0, 0),
(418, 540, 3778, 0, 0, 0, 0),
(419, 540, 3780, 0, 0, 0, 0),
(420, 540, 3781, 0, 0, 0, 0),
(421, 540, 3782, 0, 0, 0, 0),
(422, 540, 3783, 0, 0, 0, 0),
(423, 540, 3784, 0, 0, 0, 0),
(424, 540, 3785, 0, 0, 0, 0),
(425, 540, 3786, 0, 0, 0, 0),
(426, 540, 3787, 0, 0, 0, 0),
(427, 540, 3788, 0, 0, 0, 0),
(428, 540, 3789, 0, 0, 0, 0),
(429, 540, 3790, 0, 0, 0, 0),
(430, 540, 3791, 0, 0, 0, 0),
(431, 601, 16822, 0, 0, 0, 0),
(432, 601, 16823, 0, 0, 0, 0),
(433, 601, 16824, 0, 0, 0, 0),
(434, 601, 16825, 0, 0, 0, 0),
(435, 601, 16826, 0, 0, 0, 0),
(436, 601, 16827, 0, 0, 0, 0),
(437, 601, 16828, 0, 0, 0, 0),
(438, 601, 16829, 0, 0, 0, 0),
(439, 601, 16830, 0, 0, 0, 0),
(440, 601, 2831, 0, 0, 0, 0),
(441, 601, 32405, 0, 0, 0, 0),
(442, 601, 2926, 0, 0, 0, 0),
(443, 601, 11076, 0, 0, 0, 0),
(444, 601, 23949, 0, 0, 0, 0),
(445, 601, 26856, 0, 0, 0, 0),
(446, 601, 26857, 0, 0, 0, 0),
(447, 601, 26858, 0, 0, 0, 0),
(448, 602, 16757, 0, 0, 0, 0),
(449, 602, 16758, 0, 0, 0, 0),
(450, 602, 16759, 0, 0, 0, 0),
(451, 602, 16760, 0, 0, 0, 0),
(452, 602, 16761, 0, 0, 0, 0),
(453, 602, 16762, 0, 0, 0, 0),
(454, 602, 16763, 0, 0, 0, 0),
(455, 602, 16764, 0, 0, 0, 0),
(456, 602, 16765, 0, 0, 0, 0),
(457, 602, 11077, 0, 0, 0, 0),
(458, 603, 16766, 0, 0, 0, 0),
(459, 603, 16767, 0, 0, 0, 0),
(460, 603, 16768, 0, 0, 0, 0),
(461, 603, 16769, 0, 0, 0, 0),
(462, 603, 16770, 0, 0, 0, 0),
(463, 603, 16771, 0, 0, 0, 0),
(464, 603, 16772, 0, 0, 0, 0),
(465, 603, 16773, 0, 0, 0, 0),
(466, 603, 16774, 0, 0, 0, 0),
(467, 603, 16727, 0, 0, 0, 0),
(468, 603, 16731, 0, 0, 0, 0),
(469, 603, 2832, 0, 0, 0, 0),
(470, 603, 11081, 0, 0, 0, 0),
(471, 603, 17380, 0, 0, 0, 0),
(472, 604, 16796, 0, 0, 0, 0),
(473, 604, 16797, 0, 0, 0, 0),
(474, 604, 16798, 0, 0, 0, 0),
(475, 604, 16799, 0, 0, 0, 0),
(476, 604, 16794, 0, 0, 0, 0),
(477, 604, 16800, 0, 0, 0, 0),
(478, 604, 16801, 0, 0, 0, 0),
(479, 604, 16802, 0, 0, 0, 0),
(480, 604, 16803, 0, 0, 0, 0),
(481, 604, 16793, 0, 0, 0, 0),
(482, 604, 11079, 0, 0, 0, 0),
(483, 604, 19505, 0, 0, 0, 0),
(484, 604, 17382, 0, 0, 0, 0),
(485, 605, 16814, 0, 0, 0, 0),
(486, 605, 16815, 0, 0, 0, 0),
(487, 605, 16816, 0, 0, 0, 0),
(488, 605, 16817, 0, 0, 0, 0),
(489, 605, 16818, 0, 0, 0, 0),
(490, 605, 16819, 0, 0, 0, 0),
(491, 605, 16820, 0, 0, 0, 0),
(492, 605, 16813, 0, 0, 0, 0),
(493, 605, 16821, 0, 0, 0, 0),
(494, 605, 3510, 0, 0, 0, 0),
(495, 605, 2852, 0, 0, 0, 0),
(496, 605, 3499, 0, 0, 0, 0),
(497, 605, 11080, 0, 0, 0, 0),
(498, 605, 17381, 0, 0, 0, 0),
(499, 606, 18012, 0, 0, 0, 0),
(500, 606, 18013, 0, 0, 0, 0),
(501, 606, 18014, 0, 0, 0, 0),
(502, 606, 18015, 0, 0, 0, 0),
(503, 606, 18016, 0, 0, 0, 0),
(504, 606, 18017, 0, 0, 0, 0),
(505, 606, 18018, 0, 0, 0, 0),
(506, 606, 18019, 0, 0, 0, 0),
(507, 606, 18020, 0, 0, 0, 0),
(508, 606, 23767, 0, 0, 0, 0),
(509, 606, 16733, 0, 0, 0, 0),
(510, 606, 16732, 0, 0, 0, 0),
(511, 606, 18021, 0, 0, 0, 0),
(512, 606, 4011, 0, 0, 0, 0),
(513, 607, 16748, 0, 0, 0, 0),
(514, 607, 16749, 0, 0, 0, 0),
(515, 607, 16750, 0, 0, 0, 0),
(516, 607, 16751, 0, 0, 0, 0),
(517, 607, 16756, 0, 0, 0, 0),
(518, 607, 16752, 0, 0, 0, 0),
(519, 607, 16753, 0, 0, 0, 0),
(520, 607, 16754, 0, 0, 0, 0),
(521, 607, 16755, 0, 0, 0, 0),
(522, 607, 16726, 0, 0, 0, 0),
(523, 607, 16730, 0, 0, 0, 0),
(524, 607, 16836, 0, 0, 0, 0),
(525, 607, 16837, 0, 0, 0, 0),
(526, 607, 16838, 0, 0, 0, 0),
(527, 607, 17777, 0, 0, 0, 0),
(528, 607, 29469, 0, 0, 0, 0),
(529, 607, 10237, 0, 0, 0, 0),
(530, 607, 29165, 0, 0, 0, 0),
(531, 607, 29167, 0, 0, 0, 0),
(532, 607, 29168, 0, 0, 0, 0),
(533, 607, 29166, 0, 0, 0, 0),
(534, 607, 10235, 0, 0, 0, 0),
(535, 607, 10236, 0, 0, 0, 0),
(536, 607, 26895, 0, 0, 0, 0),
(537, 607, 26709, 0, 0, 0, 0),
(538, 608, 29301, 0, 0, 0, 0),
(539, 608, 16775, 0, 0, 0, 0),
(540, 608, 16776, 0, 0, 0, 0),
(541, 608, 16777, 0, 0, 0, 0),
(542, 608, 16778, 0, 0, 0, 0),
(543, 608, 16779, 0, 0, 0, 0),
(544, 608, 16780, 0, 0, 0, 0),
(545, 608, 16781, 0, 0, 0, 0),
(546, 608, 16782, 0, 0, 0, 0),
(547, 608, 10240, 0, 0, 0, 0),
(548, 608, 29172, 0, 0, 0, 0),
(549, 608, 29169, 0, 0, 0, 0),
(550, 608, 29175, 0, 0, 0, 0),
(551, 608, 29178, 0, 0, 0, 0),
(552, 608, 16850, 0, 0, 0, 0),
(553, 608, 16851, 0, 0, 0, 0),
(554, 608, 16852, 0, 0, 0, 0),
(555, 608, 17778, 0, 0, 0, 0),
(556, 608, 29279, 0, 0, 0, 0),
(557, 608, 10238, 0, 0, 0, 0),
(558, 608, 10239, 0, 0, 0, 0),
(559, 609, 16784, 0, 0, 0, 0),
(560, 609, 16785, 0, 0, 0, 0),
(561, 609, 16786, 0, 0, 0, 0),
(562, 609, 16787, 0, 0, 0, 0),
(563, 609, 16788, 0, 0, 0, 0),
(564, 609, 16789, 0, 0, 0, 0),
(565, 609, 16790, 0, 0, 0, 0),
(566, 609, 16791, 0, 0, 0, 0),
(567, 609, 16792, 0, 0, 0, 0),
(568, 609, 29173, 0, 0, 0, 0),
(569, 609, 29170, 0, 0, 0, 0),
(570, 609, 29176, 0, 0, 0, 0),
(571, 609, 29179, 0, 0, 0, 0),
(572, 609, 16855, 0, 0, 0, 0),
(573, 609, 32239, 0, 0, 0, 0),
(574, 609, 17779, 0, 0, 0, 0),
(575, 609, 32194, 0, 0, 0, 0),
(576, 609, 10234, 0, 0, 0, 0),
(577, 609, 24452, 0, 0, 0, 0),
(578, 610, 16805, 0, 0, 0, 0),
(579, 610, 16806, 0, 0, 0, 0),
(580, 610, 16807, 0, 0, 0, 0),
(581, 610, 16808, 0, 0, 0, 0),
(582, 610, 16809, 0, 0, 0, 0),
(583, 610, 16810, 0, 0, 0, 0),
(584, 610, 16811, 0, 0, 0, 0),
(585, 610, 16812, 0, 0, 0, 0),
(586, 610, 16804, 0, 0, 0, 0),
(587, 610, 10243, 0, 0, 0, 0),
(588, 610, 29174, 0, 0, 0, 0),
(589, 610, 29171, 0, 0, 0, 0),
(590, 610, 29177, 0, 0, 0, 0),
(591, 610, 29180, 0, 0, 0, 0),
(592, 610, 16857, 0, 0, 0, 0),
(593, 610, 16858, 0, 0, 0, 0),
(594, 610, 16859, 0, 0, 0, 0),
(595, 610, 17780, 0, 0, 0, 0),
(596, 610, 3974, 0, 0, 0, 0),
(597, 610, 10241, 0, 0, 0, 0),
(598, 610, 10242, 0, 0, 0, 0),
(599, 611, 30513, 0, 0, 0, 0),
(600, 611, 30901, 0, 0, 0, 0),
(601, 611, 30905, 0, 0, 0, 0),
(602, 611, 30293, 0, 0, 0, 0),
(603, 611, 30299, 0, 0, 0, 0),
(604, 611, 30300, 0, 0, 0, 0),
(605, 611, 30301, 0, 0, 0, 0),
(606, 611, 30302, 0, 0, 0, 0),
(607, 612, 30502, 0, 0, 0, 0),
(608, 612, 30503, 0, 0, 0, 0),
(609, 612, 30504, 0, 0, 0, 0),
(610, 612, 30505, 0, 0, 0, 0),
(611, 612, 30506, 0, 0, 0, 0),
(612, 612, 30797, 0, 0, 0, 0),
(613, 612, 30798, 0, 0, 0, 0),
(614, 612, 30902, 0, 0, 0, 0),
(615, 612, 30903, 0, 0, 0, 0),
(616, 612, 30904, 0, 0, 0, 0),
(617, 612, 30294, 0, 0, 0, 0),
(618, 612, 30295, 0, 0, 0, 0),
(619, 612, 30298, 0, 0, 0, 0),
(620, 613, 19671, 0, 0, 0, 0),
(621, 613, 24456, 0, 0, 0, 0),
(622, 613, 19672, 0, 0, 0, 0),
(623, 613, 19673, 0, 0, 0, 0),
(624, 613, 26895, 0, 0, 0, 0),
(625, 620, 26720, 0, 0, 0, 0),
(626, 620, 26721, 0, 0, 0, 0),
(627, 620, 26722, 0, 0, 0, 0),
(628, 620, 26723, 0, 0, 0, 0),
(629, 620, 26724, 0, 0, 0, 0),
(630, 620, 26725, 0, 0, 0, 0),
(631, 620, 26726, 0, 0, 0, 0),
(632, 620, 26727, 0, 0, 0, 0),
(633, 620, 26728, 0, 0, 0, 0),
(634, 620, 17781, 0, 0, 0, 0),
(635, 620, 17782, 0, 0, 0, 0),
(636, 620, 17783, 0, 0, 0, 0),
(637, 620, 17784, 0, 0, 0, 0),
(638, 620, 17785, 0, 0, 0, 0),
(639, 620, 17786, 0, 0, 0, 0),
(640, 620, 17787, 0, 0, 0, 0),
(641, 620, 17788, 0, 0, 0, 0),
(642, 620, 17789, 0, 0, 0, 0),
(643, 620, 17790, 0, 0, 0, 0),
(644, 620, 17775, 0, 0, 0, 0),
(645, 620, 17776, 0, 0, 0, 0),
(646, 620, 29325, 0, 0, 0, 0),
(647, 620, 29346, 0, 0, 0, 0),
(648, 620, 29437, 0, 0, 0, 0),
(649, 620, 29461, 0, 0, 0, 0),
(650, 630, 17394, 0, 0, 0, 0),
(651, 630, 17395, 0, 0, 0, 0),
(652, 630, 17396, 0, 0, 0, 0),
(653, 630, 17397, 0, 0, 0, 0),
(654, 630, 17398, 0, 0, 0, 0),
(655, 630, 17399, 0, 0, 0, 0),
(656, 630, 17400, 0, 0, 0, 0),
(657, 630, 17401, 0, 0, 0, 0),
(658, 630, 26894, 0, 0, 0, 0),
(659, 640, 17626, 0, 0, 0, 0),
(660, 640, 17627, 0, 0, 0, 0),
(661, 640, 17628, 0, 0, 0, 0),
(662, 640, 17629, 0, 0, 0, 0),
(663, 640, 23906, 0, 0, 0, 0),
(664, 640, 25363, 0, 0, 0, 0),
(665, 640, 29149, 0, 0, 0, 0),
(666, 650, 21823, 0, 0, 0, 0),
(667, 650, 21829, 0, 0, 0, 0),
(668, 650, 22064, 0, 0, 0, 0),
(669, 650, 23237, 0, 0, 0, 0),
(670, 650, 23889, 0, 0, 0, 0),
(671, 650, 29503, 0, 0, 0, 0),
(672, 660, 13200, 0, 0, 0, 0),
(673, 660, 17763, 0, 0, 0, 0),
(674, 660, 19743, 0, 0, 0, 0),
(675, 660, 22711, 0, 0, 0, 0),
(676, 670, 18567, 0, 0, 0, 0),
(677, 670, 18568, 0, 0, 0, 0),
(678, 670, 18569, 0, 0, 0, 0),
(679, 670, 29468, 0, 0, 0, 0),
(680, 670, 21659, 0, 0, 0, 0),
(681, 680, 22758, 0, 0, 0, 0),
(682, 680, 26751, 0, 0, 0, 0),
(683, 680, 16734, 0, 0, 0, 0),
(684, 680, 29382, 0, 0, 0, 0),
(685, 690, 26240, 0, 0, 0, 0),
(686, 690, 26704, 0, 0, 0, 0),
(687, 690, 30786, 0, 0, 0, 0),
(688, 690, 10788, 0, 0, 0, 0),
(689, 691, 26706, 0, 0, 0, 0),
(690, 691, 26899, 0, 0, 0, 0),
(691, 691, 26900, 0, 0, 0, 0),
(692, 691, 27063, 0, 0, 0, 0),
(693, 691, 28065, 0, 0, 0, 0),
(694, 691, 28258, 0, 0, 0, 0),
(695, 691, 28582, 0, 0, 0, 0),
(696, 691, 28854, 0, 0, 0, 0),
(697, 691, 29031, 0, 0, 0, 0),
(698, 691, 29262, 0, 0, 0, 0),
(699, 691, 29446, 0, 0, 0, 0),
(700, 691, 29467, 0, 0, 0, 0),
(702, 691, 32238, 0, 0, 0, 0),
(703, 691, 16738, 0, 0, 0, 0),
(704, 691, 16831, 0, 0, 0, 0),
(705, 691, 32264, 0, 0, 0, 0),
(706, 691, 32349, 0, 0, 0, 0),
(707, 691, 32412, 0, 0, 0, 0),
(708, 691, 10122, 0, 0, 0, 0),
(709, 691, 10123, 0, 0, 0, 0),
(710, 691, 10135, 0, 0, 0, 0),
(711, 691, 10136, 0, 0, 0, 0),
(712, 691, 10144, 0, 0, 0, 0),
(713, 691, 10270, 0, 0, 0, 0),
(714, 691, 10305, 0, 0, 0, 0),
(715, 691, 11369, 0, 0, 0, 0),
(716, 691, 21608, 0, 0, 0, 0),
(717, 691, 21797, 0, 0, 0, 0),
(718, 691, 21798, 0, 0, 0, 0),
(719, 691, 21883, 0, 0, 0, 0),
(720, 691, 23535, 0, 0, 0, 0),
(721, 691, 12989, 0, 0, 0, 0),
(722, 691, 13034, 0, 0, 0, 0),
(723, 691, 13106, 0, 0, 0, 0),
(724, 691, 16215, 0, 0, 0, 0),
(725, 691, 16729, 0, 0, 0, 0),
(726, 691, 16735, 0, 0, 0, 0),
(727, 691, 3970, 0, 0, 0, 0),
(728, 691, 2915, 0, 0, 0, 0),
(729, 691, 16848, 0, 0, 0, 0),
(730, 691, 16849, 0, 0, 0, 0),
(731, 691, 16853, 0, 0, 0, 0),
(732, 691, 16854, 0, 0, 0, 0),
(733, 691, 16856, 0, 0, 0, 0),
(734, 691, 16860, 0, 0, 0, 0),
(735, 691, 16861, 0, 0, 0, 0),
(736, 691, 16862, 0, 0, 0, 0),
(737, 691, 16864, 0, 0, 0, 0),
(738, 691, 16865, 0, 0, 0, 0),
(739, 691, 16866, 0, 0, 0, 0),
(740, 691, 17138, 0, 0, 0, 0),
(741, 691, 17140, 0, 0, 0, 0),
(742, 691, 17393, 0, 0, 0, 0),
(743, 691, 19533, 0, 0, 0, 0),
(744, 691, 32219, 0, 0, 0, 0),
(745, 691, 3500, 0, 0, 0, 0),
(746, 691, 3858, 0, 0, 0, 0),
(747, 691, 11167, 0, 0, 0, 0),
(748, 691, 11168, 0, 0, 0, 0),
(749, 691, 11169, 0, 0, 0, 0),
(750, 691, 11170, 0, 0, 0, 0),
(751, 691, 11171, 0, 0, 0, 0),
(752, 691, 2252, 0, 0, 0, 0),
(753, 691, 24589, 0, 0, 0, 0),
(754, 691, 2335, 0, 0, 0, 0),
(755, 691, 2407, 0, 0, 0, 0),
(756, 691, 2573, 0, 0, 0, 0),
(757, 691, 10041, 0, 0, 0, 0),
(758, 691, 10119, 0, 0, 0, 0),
(759, 691, 10127, 0, 0, 0, 0),
(760, 707, 17609, 0, 0, 0, 0),
(761, 707, 17160, 0, 0, 0, 0),
(762, 707, 17161, 0, 0, 0, 0),
(763, 707, 16739, 0, 0, 0, 0),
(764, 707, 17588, 0, 0, 0, 0),
(765, 707, 17589, 0, 0, 0, 0),
(766, 707, 17590, 0, 0, 0, 0),
(767, 707, 17591, 0, 0, 0, 0),
(768, 707, 27668, 0, 0, 0, 0),
(769, 707, 27669, 0, 0, 0, 0),
(770, 707, 27670, 0, 0, 0, 0),
(771, 702, 17875, 0, 0, 0, 0),
(772, 702, 17605, 0, 0, 0, 0),
(773, 702, 27282, 0, 0, 0, 0),
(774, 702, 17146, 0, 0, 0, 0),
(775, 702, 17147, 0, 0, 0, 0),
(776, 702, 16740, 0, 0, 0, 0),
(777, 702, 13114, 0, 0, 0, 0),
(778, 702, 27280, 0, 0, 0, 0),
(779, 702, 17572, 0, 0, 0, 0),
(780, 702, 17573, 0, 0, 0, 0),
(781, 702, 17574, 0, 0, 0, 0),
(782, 702, 17575, 0, 0, 0, 0),
(783, 702, 28139, 0, 0, 0, 0),
(784, 702, 28144, 0, 0, 0, 0),
(785, 702, 28150, 0, 0, 0, 0),
(786, 702, 28571, 0, 0, 0, 0),
(787, 703, 17638, 0, 0, 0, 0),
(788, 703, 17610, 0, 0, 0, 0),
(789, 703, 28572, 0, 0, 0, 0),
(790, 703, 28140, 0, 0, 0, 0),
(791, 703, 28145, 0, 0, 0, 0),
(792, 703, 28149, 0, 0, 0, 0),
(793, 703, 27283, 0, 0, 0, 0),
(794, 703, 17144, 0, 0, 0, 0),
(795, 703, 17145, 0, 0, 0, 0),
(796, 703, 16741, 0, 0, 0, 0),
(797, 703, 13116, 0, 0, 0, 0),
(798, 703, 27281, 0, 0, 0, 0),
(799, 703, 17592, 0, 0, 0, 0),
(800, 703, 17593, 0, 0, 0, 0),
(801, 703, 17594, 0, 0, 0, 0),
(802, 703, 17595, 0, 0, 0, 0),
(803, 708, 17612, 0, 0, 0, 0),
(804, 708, 17148, 0, 0, 0, 0),
(805, 708, 17149, 0, 0, 0, 0),
(806, 708, 16742, 0, 0, 0, 0),
(807, 708, 17600, 0, 0, 0, 0),
(808, 708, 17601, 0, 0, 0, 0),
(809, 708, 17602, 0, 0, 0, 0),
(810, 708, 17603, 0, 0, 0, 0),
(811, 708, 27792, 0, 0, 0, 0),
(812, 708, 27793, 0, 0, 0, 0),
(813, 708, 27794, 0, 0, 0, 0),
(814, 709, 17880, 0, 0, 0, 0),
(815, 709, 17608, 0, 0, 0, 0),
(816, 709, 27795, 0, 0, 0, 0),
(817, 709, 27796, 0, 0, 0, 0),
(818, 709, 27797, 0, 0, 0, 0),
(819, 709, 17150, 0, 0, 0, 0),
(820, 709, 17151, 0, 0, 0, 0),
(821, 709, 16743, 0, 0, 0, 0),
(822, 709, 17584, 0, 0, 0, 0),
(823, 709, 17585, 0, 0, 0, 0),
(824, 709, 17586, 0, 0, 0, 0),
(825, 709, 17587, 0, 0, 0, 0),
(826, 709, 22848, 0, 0, 0, 0),
(827, 704, 17611, 0, 0, 0, 0),
(828, 704, 27284, 0, 0, 0, 0),
(829, 704, 17152, 0, 0, 0, 0),
(830, 704, 17153, 0, 0, 0, 0),
(831, 704, 16744, 0, 0, 0, 0),
(832, 704, 25706, 0, 0, 0, 0),
(833, 704, 13068, 0, 0, 0, 0),
(834, 704, 17596, 0, 0, 0, 0),
(835, 704, 17597, 0, 0, 0, 0),
(836, 704, 17598, 0, 0, 0, 0),
(837, 704, 17599, 0, 0, 0, 0),
(838, 704, 28141, 0, 0, 0, 0),
(839, 704, 28146, 0, 0, 0, 0),
(840, 704, 28151, 0, 0, 0, 0),
(841, 704, 26747, 0, 0, 0, 0),
(842, 704, 24767, 0, 0, 0, 0),
(843, 704, 25626, 0, 0, 0, 0),
(844, 710, 17606, 0, 0, 0, 0),
(845, 710, 17154, 0, 0, 0, 0),
(846, 710, 17155, 0, 0, 0, 0),
(847, 710, 16745, 0, 0, 0, 0),
(848, 710, 17576, 0, 0, 0, 0),
(849, 710, 17577, 0, 0, 0, 0),
(850, 710, 17578, 0, 0, 0, 0),
(851, 710, 17579, 0, 0, 0, 0),
(852, 710, 27798, 0, 0, 0, 0),
(853, 710, 27799, 0, 0, 0, 0),
(854, 710, 27800, 0, 0, 0, 0),
(855, 710, 25827, 0, 0, 0, 0),
(856, 705, 17876, 0, 0, 0, 0),
(857, 705, 17607, 0, 0, 0, 0),
(858, 705, 17156, 0, 0, 0, 0),
(859, 705, 17157, 0, 0, 0, 0),
(860, 705, 16746, 0, 0, 0, 0),
(861, 705, 24772, 0, 0, 0, 0),
(862, 705, 13113, 0, 0, 0, 0),
(863, 705, 17580, 0, 0, 0, 0),
(864, 705, 17581, 0, 0, 0, 0),
(865, 705, 17582, 0, 0, 0, 0),
(866, 705, 17583, 0, 0, 0, 0),
(867, 705, 28142, 0, 0, 0, 0),
(868, 705, 28147, 0, 0, 0, 0),
(869, 705, 28152, 0, 0, 0, 0),
(870, 705, 28573, 0, 0, 0, 0),
(871, 701, 17877, 0, 0, 0, 0),
(872, 701, 13115, 0, 0, 0, 0),
(873, 701, 17163, 0, 0, 0, 0),
(874, 701, 28574, 0, 0, 0, 0),
(875, 701, 28143, 0, 0, 0, 0),
(876, 701, 28148, 0, 0, 0, 0),
(877, 701, 28153, 0, 0, 0, 0),
(878, 701, 27285, 0, 0, 0, 0),
(879, 701, 17158, 0, 0, 0, 0),
(880, 701, 17159, 0, 0, 0, 0),
(881, 701, 16747, 0, 0, 0, 0),
(882, 701, 17164, 0, 0, 0, 0),
(883, 701, 17568, 0, 0, 0, 0),
(884, 701, 17569, 0, 0, 0, 0),
(885, 701, 17570, 0, 0, 0, 0),
(886, 701, 17571, 0, 0, 0, 0),
(887, 701, 18034, 0, 0, 0, 0),
(888, 713, 19668, 0, 0, 0, 0),
(889, 713, 19669, 0, 0, 0, 0),
(890, 713, 19670, 0, 0, 0, 0),
(891, 713, 19664, 0, 0, 0, 0),
(892, 713, 19665, 0, 0, 0, 0),
(893, 713, 19666, 0, 0, 0, 0),
(894, 713, 19667, 0, 0, 0, 0),
(895, 706, 27956, 0, 0, 0, 0),
(896, 706, 18026, 0, 0, 0, 0),
(897, 706, 18027, 0, 0, 0, 0),
(898, 706, 18028, 0, 0, 0, 0),
(899, 706, 18023, 0, 0, 0, 0),
(900, 706, 18031, 0, 0, 0, 0),
(901, 706, 18032, 0, 0, 0, 0),
(902, 706, 18033, 0, 0, 0, 0),
(903, 706, 18035, 0, 0, 0, 0),
(904, 706, 17879, 0, 0, 0, 0),
(905, 706, 27953, 0, 0, 0, 0),
(906, 706, 27954, 0, 0, 0, 0),
(907, 706, 27955, 0, 0, 0, 0),
(908, 706, 17878, 0, 0, 0, 0),
(909, 706, 28575, 0, 0, 0, 0),
(910, 706, 18000, 0, 0, 0, 0),
(911, 706, 18001, 0, 0, 0, 0),
(912, 700, 21744, 0, 0, 0, 0),
(913, 700, 21745, 0, 0, 0, 0),
(914, 700, 21746, 0, 0, 0, 0),
(915, 700, 21747, 0, 0, 0, 0),
(916, 700, 21748, 0, 0, 0, 0),
(917, 700, 21749, 0, 0, 0, 0),
(918, 700, 25385, 0, 0, 0, 0),
(919, 700, 25840, 0, 0, 0, 0),
(920, 711, 30460, 0, 0, 0, 0),
(921, 711, 30461, 0, 0, 0, 0),
(922, 711, 30462, 0, 0, 0, 0),
(923, 710, 1194, 0, 0, 0, 0),
(924, 720, 3740, 0, 0, 0, 0),
(925, 720, 3741, 0, 0, 0, 0),
(926, 720, 3739, 0, 0, 0, 0),
(927, 730, 3742, 0, 0, 0, 0),
(928, 740, 3743, 0, 0, 0, 0),
(929, 750, 10648, 0, 0, 0, 0),
(930, 750, 10665, 0, 0, 0, 0),
(931, 750, 10666, 0, 0, 0, 0),
(932, 750, 10667, 0, 0, 0, 0),
(933, 750, 10668, 0, 0, 0, 0),
(934, 760, 10766, 0, 0, 0, 0),
(935, 760, 10767, 0, 0, 0, 0),
(936, 760, 10768, 0, 0, 0, 0),
(937, 760, 10769, 0, 0, 0, 0),
(938, 760, 10770, 0, 0, 0, 0),
(939, 770, 1372, 0, 0, 0, 0),
(940, 770, 11580, 0, 0, 0, 0),
(941, 800, 3880, 0, 0, 0, 0),
(942, 800, 13835, 0, 0, 0, 0),
(943, 800, 14477, 0, 0, 0, 0),
(944, 800, 21609, 0, 0, 0, 0),
(945, 800, 16737, 0, 0, 0, 0),
(946, 801, 10140, 0, 0, 0, 0),
(947, 801, 10141, 0, 0, 0, 0),
(948, 801, 10142, 0, 0, 0, 0),
(949, 801, 10143, 0, 0, 0, 0),
(950, 801, 30799, 0, 0, 0, 0),
(951, 801, 30800, 0, 0, 0, 0),
(952, 801, 30801, 0, 0, 0, 0),
(953, 801, 30802, 0, 0, 0, 0),
(954, 801, 13836, 0, 0, 0, 0),
(955, 800, 3626, 0, 0, 0, 0),
(956, 810, 28066, 0, 0, 0, 0),
(957, 810, 9876, 0, 0, 0, 0),
(958, 810, 9877, 0, 0, 0, 0),
(959, 810, 9878, 0, 0, 0, 0),
(960, 810, 9879, 0, 0, 0, 0),
(961, 810, 9880, 0, 0, 0, 0),
(962, 810, 26232, 0, 0, 0, 0),
(963, 810, 26233, 0, 0, 0, 0),
(964, 810, 26234, 0, 0, 0, 0),
(965, 820, 28070, 0, 0, 0, 0),
(966, 820, 9882, 0, 0, 0, 0),
(967, 820, 9883, 0, 0, 0, 0),
(968, 820, 9884, 0, 0, 0, 0),
(969, 820, 9881, 0, 0, 0, 0),
(970, 820, 26235, 0, 0, 0, 0),
(971, 820, 26236, 0, 0, 0, 0),
(972, 830, 9885, 0, 0, 0, 0),
(973, 830, 9886, 0, 0, 0, 0),
(974, 830, 9888, 0, 0, 0, 0),
(975, 830, 9889, 0, 0, 0, 0),
(976, 830, 9890, 0, 0, 0, 0),
(977, 830, 9891, 0, 0, 0, 0),
(978, 830, 9892, 0, 0, 0, 0),
(979, 830, 9887, 0, 0, 0, 0),
(980, 830, 26237, 0, 0, 0, 0),
(981, 830, 26238, 0, 0, 0, 0),
(982, 830, 26239, 0, 0, 0, 0),
(983, 840, 9875, 0, 0, 0, 0),
(984, 840, 9893, 0, 0, 0, 0),
(985, 840, 9894, 0, 0, 0, 0),
(986, 840, 9895, 0, 0, 0, 0),
(987, 840, 9896, 0, 0, 0, 0),
(988, 840, 9897, 0, 0, 0, 0),
(989, 840, 9898, 0, 0, 0, 0),
(990, 840, 28071, 0, 0, 0, 0),
(991, 840, 26229, 0, 0, 0, 0),
(992, 840, 26230, 0, 0, 0, 0),
(993, 840, 26231, 0, 0, 0, 0),
(994, 910, 30440, 0, 0, 0, 0),
(995, 910, 30444, 0, 0, 0, 0),
(996, 910, 30446, 0, 0, 0, 0),
(997, 910, 30447, 0, 0, 0, 0),
(998, 910, 30448, 0, 0, 0, 0),
(999, 910, 30449, 0, 0, 0, 0),
(1000, 960, 28227, 0, 0, 0, 0),
(1001, 960, 28228, 0, 0, 0, 0),
(1002, 960, 28234, 0, 0, 0, 0),
(1003, 960, 28235, 0, 0, 0, 0),
(1004, 960, 28246, 0, 0, 0, 0),
(1005, 960, 28247, 0, 0, 0, 0),
(1006, 960, 28248, 0, 0, 0, 0),
(1007, 960, 26896, 0, 0, 0, 0),
(1008, 960, 28249, 0, 0, 0, 0),
(1009, 960, 28250, 0, 0, 0, 0),
(1010, 960, 28251, 0, 0, 0, 0),
(1011, 960, 28252, 0, 0, 0, 0),
(1012, 960, 28253, 0, 0, 0, 0),
(1013, 960, 28254, 0, 0, 0, 0),
(1015, 7000, 17470, 0, 0, 0, 0),
(1016, 7000, 17471, 0, 0, 0, 0),
(1018, 7001, 17463, 0, 0, 0, 0),
(1019, 7001, 17464, 0, 0, 0, 0),
(1021, 7002, 17459, 0, 0, 0, 0),
(1022, 7002, 17460, 0, 0, 0, 0),
(1024, 7003, 17455, 0, 0, 0, 0),
(1025, 7003, 17456, 0, 0, 0, 0),
(1027, 7004, 17867, 0, 0, 0, 0),
(1028, 7004, 17868, 0, 0, 0, 0),
(1030, 7005, 17452, 0, 0, 0, 0),
(1031, 7005, 17453, 0, 0, 0, 0),
(1033, 7006, 17448, 0, 0, 0, 0),
(1034, 7006, 17449, 0, 0, 0, 0),
(1036, 7007, 17444, 0, 0, 0, 0),
(1037, 7007, 17445, 0, 0, 0, 0),
(1039, 7008, 17440, 0, 0, 0, 0),
(1040, 7008, 17441, 0, 0, 0, 0),
(1042, 7009, 17865, 0, 0, 0, 0),
(1043, 7009, 17866, 0, 0, 0, 0),
(1045, 7010, 17436, 0, 0, 0, 0),
(1046, 7010, 17437, 0, 0, 0, 0),
(1048, 7011, 17432, 0, 0, 0, 0),
(1049, 7011, 17433, 0, 0, 0, 0),
(1051, 7012, 17466, 0, 0, 0, 0),
(1052, 7012, 17467, 0, 0, 0, 0),
(1054, 7013, 17428, 0, 0, 0, 0),
(1055, 7013, 17429, 0, 0, 0, 0),
(1057, 7014, 17425, 0, 0, 0, 0),
(1058, 7014, 17426, 0, 0, 0, 0),
(1060, 7015, 17869, 0, 0, 0, 0),
(1061, 7015, 17870, 0, 0, 0, 0),
(1062, 7801, 16263, 0, 0, 0, 0),
(1063, 7802, 16264, 0, 0, 0, 0),
(1064, 7803, 16265, 0, 0, 0, 0),
(1065, 7804, 16266, 0, 0, 0, 0),
(1066, 7805, 16267, 0, 0, 0, 0),
(1067, 7806, 16268, 0, 0, 0, 0),
(1068, 7807, 16269, 0, 0, 0, 0),
(1069, 7808, 17975, 0, 0, 0, 0),
(1070, 7809, 16262, 0, 0, 0, 0),
(1071, 7810, 28628, 0, 0, 0, 0),
(1072, 7811, 17978, 0, 0, 0, 0),
(1073, 7812, 17976, 0, 0, 0, 0),
(1074, 7813, 17977, 0, 0, 0, 0),
(1075, 7814, 28627, 0, 0, 0, 0),
(1076, 7901, 25268, 0, 0, 0, 0),
(1077, 7902, 25273, 0, 0, 0, 0),
(1078, 7903, 25274, 0, 0, 0, 0),
(1079, 7904, 25275, 0, 0, 0, 0),
(1080, 7905, 25276, 0, 0, 0, 0),
(1081, 7906, 25277, 0, 0, 0, 0),
(1082, 7907, 25278, 0, 0, 0, 0),
(1083, 7908, 25279, 0, 0, 0, 0),
(1084, 7909, 28629, 0, 0, 0, 0),
(1085, 7910, 28630, 0, 0, 0, 0),
(1086, 7911, 28694, 0, 0, 0, 0),
(1087, 7912, 28695, 0, 0, 0, 0),
(1088, 7913, 28696, 0, 0, 0, 0),
(1089, 7914, 28697, 0, 0, 0, 0),
(1090, 7915, 28698, 0, 0, 0, 0),
(1091, 7916, 28699, 0, 0, 0, 0),
(1092, 7917, 28700, 0, 0, 0, 0),
(1093, 7918, 28701, 0, 0, 0, 0),
(1094, 7921, 30370, 0, 0, 0, 0),
(1095, 7922, 30371, 0, 0, 0, 0),
(1096, 7923, 30372, 0, 0, 0, 0),
(1097, 7924, 30373, 0, 0, 0, 0),
(1098, 7925, 30374, 0, 0, 0, 0),
(1099, 7926, 30375, 0, 0, 0, 0),
(1100, 7927, 30376, 0, 0, 0, 0),
(1101, 7928, 30377, 0, 0, 0, 0),
(1102, 7929, 30378, 0, 0, 0, 0),
(1119, 7100, 0, 462, 0, 0, 0),
(1120, 7101, 0, 460, 0, 0, 0),
(1121, 7102, 0, 459, 0, 0, 0),
(1122, 7103, 0, 458, 0, 0, 0),
(1123, 7104, 0, 469, 0, 0, 0),
(1124, 7105, 0, 457, 0, 0, 0),
(1125, 7106, 0, 456, 0, 0, 0),
(1126, 7107, 0, 455, 0, 0, 0),
(1127, 7108, 0, 454, 0, 0, 0),
(1128, 7109, 0, 467, 0, 0, 0),
(1129, 7110, 0, 453, 0, 0, 0),
(1130, 7111, 0, 452, 0, 0, 0),
(1131, 7112, 0, 461, 0, 0, 0),
(1132, 7113, 0, 451, 0, 0, 0),
(1133, 7114, 0, 450, 0, 0, 0),
(1134, 7115, 0, 468, 0, 0, 0),
(1135, 1610, 17395, 0, 15000, 150, 12000),
(1136, 1610, 10120, 0, 10000, 150, 20000),
(1137, 1610, 17395, 0, 21000, 150, 15000),
(1138, 1610, 10120, 0, 14000, 150, 18000),
(1139, 1610, 18015, 0, 2100, 150, 2000),
(1140, 1611, 2612, 0, 20100, 150, 10000),
(1141, 1611, 3626, 0, 40100, 150, 30000),
(1142, 1612, 13835, 0, 21000, 150, 20000),
(1143, 1612, 11167, 0, -20000, 150, 12000),
(1144, 1612, 30802, 0, 24000, 150, 25000),
(1145, 1612, 10141, 0, -20100, 150, 12000),
(1146, 1613, 16736, 0, 10000, 150, 10000),
(1147, 1613, 18033, 0, 21000, 150, 20000),
(1148, 1613, 18033, 0, -21000, 150, 20000),
(1149, 1613, 18033, 0, 21000, 150, -20000),
(1150, 1613, 18033, 0, -21000, 150, -20000),
(1151, 1614, 10121, 0, 2100, 150, 2000),
(1152, 1614, 27953, 0, -21000, 150, 20000),
(1153, 1614, 27953, 0, -21000, 150, -20000),
(1154, 1614, 16839, 0, 3500, 1500, 5000),
(1155, 1614, 16843, 0, 35000, 1500, 50000),
(1156, 1614, 27063, 0, 35000, 1500, -50000),
(1157, 1615, 18012, 0, 3500, 1500, 5000),
(1158, 1616, 18012, 0, 3500, 1500, 5000),
(1159, 1617, 18012, 0, 3500, 1500, 5000),
(1160, 1618, 16736, 0, 6500, 200, 5000),
(1161, 1618, 18015, 0, 2100, 150, 2000),
(1162, 1618, 18017, 0, 2500, 300, 3500),
(1163, 1618, 10120, 0, -2500, 800, 4500),
(1164, 1619, 18012, 0, 3500, 1500, 5000),
(1165, 1619, 18015, 0, 2100, 150, 2000),
(1166, 1619, 18017, 0, 2500, 300, 3500),
(1167, 1619, 16733, 0, 55000, -2200, 90000),
(1168, 1619, 18019, 0, -3000, -500, -2500),
(1169, 1619, 18013, 0, 3000, 100, 2000),
(1170, 1619, 23767, 0, 100, 100, 100),
(1171, 1619, 18016, 0, 5000, -150, 2500),
(1172, 1621, 18015, 0, 2100, 150, 2000),
(1173, 1621, 18017, 0, 2500, 300, 3500),
(1174, 1621, 18021, 0, -3000, 50, 2500),
(1175, 1621, 10121, 0, -2500, 800, 4500),
(1176, 1622, 18015, 0, 2100, 150, 2000),
(1177, 1622, 18017, 0, 2500, 300, 3500),
(1178, 1622, 18019, 0, -3000, -500, -2500),
(1179, 1622, 2612, 0, -5000, 800, 4500),
(1180, 1623, 18015, 0, 2100, 150, 2000),
(1181, 1623, 18017, 0, 2500, 300, 3500),
(1182, 1623, 18019, 0, -3000, -500, -2500),
(1183, 1623, 18018, 0, 300, 250, 400),
(1184, 1623, 10120, 0, -2500, 800, 4500),
(1185, 1624, 18015, 0, 2100, 150, 2000),
(1186, 1624, 18017, 0, 2500, 300, 3500),
(1187, 1624, 18019, 0, -3000, -500, -2500),
(1188, 1624, 18013, 0, 3000, 100, 2000),
(1189, 1624, 18018, 0, 300, 250, 400),
(1190, 1624, 30436, 0, -2100, 600, 3000),
(1191, 1625, 18012, 0, 3500, 1500, 5000),
(1192, 1625, 18015, 0, 2100, 150, 2000),
(1193, 1625, 18017, 0, 2500, 300, 3500),
(1194, 1625, 18019, 0, -3000, -500, -2500),
(1195, 1625, 18013, 0, 3000, 100, 2000),
(1196, 1625, 23767, 0, -100, 100, 100),
(1197, 1625, 30436, 0, -2100, 600, 3000),
(1198, 1626, 18012, 0, 3500, 1500, 5000),
(1199, 1626, 18015, 0, 2100, 150, 2000),
(1200, 1626, 18017, 0, 2500, 300, 3500),
(1201, 1626, 18019, 0, -3000, -500, -2500),
(1202, 1626, 18013, 0, 3000, 100, 2000),
(1203, 1626, 23767, 0, 100, 100, 100),
(1204, 1626, 18014, 0, 3500, 0, 2000),
(1205, 1626, 30436, 0, -2100, 600, 3000),
(1206, 1626, 16736, 0, 6500, 200, 5000),
(1207, 1627, 18012, 0, 3500, 1500, 5000),
(1208, 1627, 18015, 0, 2100, 150, 2000),
(1209, 1627, 18017, 0, 2500, 300, 3500),
(1210, 1627, 18019, 0, -3000, -500, -2500),
(1211, 1627, 18013, 0, 3000, 100, 2000),
(1212, 1627, 23767, 0, 100, 100, 100),
(1213, 1627, 18016, 0, 5000, -150, 2500),
(1214, 1627, 18014, 0, 3500, 0, 2000),
(1215, 1627, 16736, 0, 6500, 200, 5000),
(1216, 1627, 10121, 0, -2500, 800, 4500),
(1217, 1628, 18012, 0, 3500, 1500, 5000),
(1218, 1628, 18015, 0, 2100, 150, 2000),
(1219, 1628, 18017, 0, 2500, 300, 3500),
(1220, 1628, 16732, 0, 75000, 2000, 80000),
(1221, 1628, 18019, 0, -3000, -500, -2500),
(1222, 1628, 18013, 0, 3000, 100, 2000),
(1223, 1628, 23767, 0, 100, 100, 100),
(1224, 1628, 18016, 0, 5000, -150, 2500),
(1225, 1628, 18014, 0, 3500, 0, 2000),
(1226, 1628, 16736, 0, 6500, 200, 5000),
(1227, 1628, 10121, 0, -2500, 800, 4500),
(1228, 1629, 18012, 0, 3500, 1500, 5000),
(1229, 1629, 18015, 0, 2100, 150, 2000),
(1230, 1629, 18017, 0, 2500, 300, 3500),
(1231, 1629, 16733, 0, 55000, -2200, 90000),
(1232, 1629, 18019, 0, -3000, -500, -2500),
(1233, 1629, 18013, 0, 3000, 100, 2000),
(1234, 1629, 23767, 0, 100, 100, 100),
(1235, 1629, 18016, 0, 5000, -150, 2500),
(1236, 1629, 18014, 0, 3500, 0, 2000),
(1237, 1629, 4011, 0, 7000, -250, 5000),
(1238, 1629, 30436, 0, -2100, 600, 3000),
(1239, 1629, 16736, 0, 6500, 200, 5000),
(1240, 4101, 29720, 0, 10000, 1200, 5000),
(1241, 4102, 29725, 0, 5000, 1200, 10000),
(1242, 4103, 29730, 0, 0, -1200, 10000),
(1243, 4104, 29735, 0, 10000, -1200, 10000),
(1244, 4105, 29736, 0, 2500, 1500, 24000),
(1245, 4106, 29745, 0, 15000, 200, 15000),
(1246, 4107, 29898, 0, 18000, 100, 20000),
(1247, 4108, 29903, 0, 20000, 15000, 18000),
(1248, 4201, 29716, 0, 10000, 1200, 5000),
(1249, 4202, 29721, 0, 5000, 1200, 10000),
(1250, 4203, 29726, 0, 0, -1200, 10000),
(1251, 4204, 29731, 0, 10000, -1200, 10000),
(1252, 4205, 29740, 0, 2500, 1500, 24000),
(1253, 4206, 29741, 0, 15000, 200, 15000),
(1254, 4207, 29894, 0, 18000, 100, 20000),
(1255, 4208, 29899, 0, 20000, 15000, 18000),
(1256, 4301, 29717, 0, 10000, 1200, 5000),
(1257, 4302, 29722, 0, 5000, 1200, 10000),
(1258, 4303, 29727, 0, 0, -1200, 10000),
(1259, 4304, 29732, 0, 10000, -1200, 10000),
(1260, 4305, 29739, 0, 2500, 1500, 24000),
(1261, 4306, 29742, 0, 15000, 200, 15000),
(1262, 4307, 29895, 0, 18000, 100, 20000),
(1263, 4308, 29900, 0, 20000, 15000, 18000),
(1264, 4401, 29718, 0, 10000, 1200, 5000),
(1265, 4402, 29723, 0, 5000, 1200, 10000),
(1266, 4403, 29728, 0, 0, -1200, 10000),
(1267, 4404, 29733, 0, 10000, -1200, 10000),
(1268, 4405, 29738, 0, 2500, 1500, 24000),
(1269, 4406, 29743, 0, 15000, 200, 15000),
(1270, 4407, 29896, 0, 18000, 100, 20000),
(1271, 4408, 29901, 0, 20000, 15000, 18000),
(1272, 4501, 29719, 0, 10000, 1200, 5000),
(1273, 4502, 29724, 0, 5000, 1200, 10000),
(1274, 4503, 29729, 0, 0, -1200, 10000),
(1275, 4504, 29734, 0, 10000, -1200, 10000),
(1276, 4505, 29737, 0, 2500, 1500, 24000),
(1277, 4506, 29744, 0, 15000, 200, 15000),
(1278, 4507, 29897, 0, 18000, 100, 20000),
(1279, 4508, 29902, 0, 20000, 15000, 18000),
(1280, 5101, 26644, 0, 10000, 1200, 5000),
(1281, 5102, 26648, 0, 5000, 1200, 10000),
(1282, 5103, 26652, 0, 0, -1200, 10000),
(1283, 5104, 26656, 0, 10000, -1200, 10000),
(1284, 5105, 26674, 0, 2500, 1500, 24000),
(1285, 5106, 26675, 0, 15000, 200, 15000),
(1286, 5107, 26676, 0, 18000, 100, 20000),
(1287, 5108, 26677, 0, 20000, 15000, 18000),
(1288, 5201, 26612, 0, 10000, 1200, 5000),
(1289, 5202, 26613, 0, 5000, 1200, 10000),
(1290, 5203, 26614, 0, 0, -1200, 10000),
(1291, 5204, 26615, 0, 10000, -1200, 10000),
(1292, 5205, 26657, 0, 2500, 1500, 24000),
(1293, 5206, 26658, 0, 15000, 200, 15000),
(1294, 5207, 26659, 0, 18000, 100, 20000),
(1295, 5208, 26660, 0, 20000, 15000, 18000),
(1296, 5301, 26641, 0, 10000, 1200, 5000),
(1297, 5302, 26645, 0, 5000, 1200, 10000),
(1298, 5303, 26649, 0, 0, -1200, 10000),
(1299, 5304, 26653, 0, 10000, -1200, 10000),
(1300, 5305, 26662, 0, 2500, 1500, 24000),
(1301, 5306, 26663, 0, 15000, 200, 15000),
(1302, 5307, 26664, 0, 18000, 100, 20000),
(1303, 5308, 26665, 0, 20000, 15000, 18000),
(1304, 5401, 26642, 0, 10000, 1200, 5000),
(1305, 5402, 26646, 0, 5000, 1200, 10000),
(1306, 5403, 26650, 0, 0, -1200, 10000),
(1307, 5404, 26654, 0, 10000, -1200, 10000),
(1308, 5405, 26666, 0, 2500, 1500, 24000),
(1309, 5406, 26667, 0, 15000, 200, 15000),
(1310, 5407, 26668, 0, 18000, 100, 20000),
(1311, 5408, 26669, 0, 20000, 15000, 18000),
(1312, 5501, 26643, 0, 10000, 1200, 5000),
(1313, 5502, 26647, 0, 5000, 1200, 10000),
(1314, 5503, 26651, 0, 0, -1200, 10000),
(1315, 5504, 26655, 0, 10000, -1200, 10000),
(1316, 5505, 26670, 0, 2500, 1500, 24000),
(1317, 5506, 26671, 0, 15000, 200, 15000),
(1318, 5507, 26672, 0, 18000, 100, 20000),
(1319, 5508, 26673, 0, 20000, 15000, 18000),
(1320, 6101, 26634, 0, 15000, 150, 12000),
(1321, 6102, 26632, 0, 10000, 150, 20000),
(1322, 6103, 26635, 0, 21000, 150, 15000),
(1323, 6104, 26633, 0, 14000, 150, 18000),
(1324, 6201, 26608, 0, 15000, 150, 12000),
(1325, 6202, 26609, 0, 10000, 150, 20000),
(1326, 6203, 26610, 0, 21000, 150, 15000),
(1327, 6204, 26611, 0, 14000, 150, 18000),
(1328, 6301, 26620, 0, 15000, 150, 12000),
(1329, 6302, 26621, 0, 10000, 150, 20000),
(1330, 6303, 26622, 0, 21000, 150, 15000),
(1331, 6304, 26623, 0, 14000, 150, 18000),
(1332, 6401, 26627, 0, 15000, 150, 12000),
(1333, 6402, 26624, 0, 10000, 150, 20000),
(1334, 6403, 26626, 0, 21000, 150, 15000),
(1335, 6404, 26625, 0, 14000, 150, 18000),
(1336, 6501, 26628, 0, 15000, 150, 12000),
(1337, 6502, 26631, 0, 10000, 150, 20000),
(1338, 6503, 26629, 0, 21000, 150, 15000),
(1339, 6504, 26630, 0, 14000, 150, 18000);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `dunGroupData`
--
ALTER TABLE `dunGroupData`
  ADD PRIMARY KEY (`ai`),
  ADD KEY `dunGroupID` (`dunGroupID`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `dunGroupData`
--
ALTER TABLE `dunGroupData`
  MODIFY `ai` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1340;
/*!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 */;

Server Development

Posts: 571

Joined: Tue Mar 25, 2014 6:47 pm

Post Sat Jun 20, 2020 6:10 pm

Re: Dungeon System and Data

room templates

  Code:
-- phpMyAdmin SQL Dump
-- version 4.4.15.10
-- https://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 20, 2020 at 05:06 PM
-- Server version: 10.0.36-MariaDB
-- PHP Version: 5.6.36

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `Alasiya`
--

-- --------------------------------------------------------

--
-- Table structure for table `dunRoomData`
--

CREATE TABLE IF NOT EXISTS `dunRoomData` (
  `ai` int(11) NOT NULL,
  `dunRoomID` int(11) NOT NULL DEFAULT '0',
  `dunGroupID` int(11) NOT NULL DEFAULT '0',
  `xpos` int(11) NOT NULL DEFAULT '0',
  `ypos` int(11) NOT NULL DEFAULT '0',
  `zpos` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM AUTO_INCREMENT=1121 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Dumping data for table `dunRoomData`
--

INSERT INTO `dunRoomData` (`ai`, `dunRoomID`, `dunGroupID`, `xpos`, `ypos`, `zpos`) VALUES
(1, 1000, 1000, 0, 0, 0),
(2, 1100, 1010, 0, 0, 0),
(3, 1200, 1020, 0, 0, 0),
(4, 1300, 1030, 0, 0, 0),
(5, 1400, 1040, 0, 0, 0),
(6, 1500, 1050, 0, 0, 0),
(7, 1600, 1060, 0, 0, 0),
(8, 1700, 1070, 0, 0, 0),
(9, 1800, 1080, 0, 0, 0),
(10, 1900, 1090, 0, 0, 0),
(11, 1010, 1610, 0, 0, 0),
(12, 1110, 1611, 0, 0, 0),
(13, 1210, 1612, 0, 0, 0),
(14, 1310, 1613, 0, 0, 0),
(15, 1410, 1614, 0, 0, 0),
(16, 1510, 1615, 0, 0, 0),
(17, 1610, 1616, 0, 0, 0),
(18, 1710, 1617, 0, 0, 0),
(19, 1810, 1618, 0, 0, 0),
(20, 1910, 1619, 0, 0, 0),
(21, 1120, 1621, 0, 0, 0),
(22, 1220, 1622, 0, 0, 0),
(23, 1320, 1623, 0, 0, 0),
(24, 1420, 1624, 0, 0, 0),
(25, 1520, 1625, 0, 0, 0),
(26, 1620, 1626, 0, 0, 0),
(27, 1720, 1627, 0, 0, 0),
(28, 1820, 1628, 0, 0, 0),
(29, 1920, 1629, 0, 0, 0),
(30, 4111, 4101, 0, 0, 0),
(31, 4211, 4102, 0, 0, 0),
(32, 4311, 4103, 0, 0, 0),
(33, 4411, 4104, 0, 0, 0),
(34, 4511, 4105, 0, 0, 0),
(35, 4611, 4106, 0, 0, 0),
(36, 4711, 4107, 0, 0, 0),
(37, 4811, 4108, 0, 0, 0),
(38, 4121, 4101, 0, 0, 0),
(39, 4221, 4102, 0, 0, 0),
(40, 4321, 4103, 0, 0, 0),
(41, 4421, 4104, 0, 0, 0),
(42, 4521, 4105, 0, 0, 0),
(43, 4621, 4106, 0, 0, 0),
(44, 4721, 4107, 0, 0, 0),
(45, 4821, 4108, 0, 0, 0),
(46, 4131, 4101, 0, 0, 0),
(47, 4231, 4102, 0, 0, 0),
(48, 4331, 4103, 0, 0, 0),
(49, 4431, 4104, 0, 0, 0),
(50, 4531, 4105, 0, 0, 0),
(51, 4631, 4106, 0, 0, 0),
(52, 4731, 4107, 0, 0, 0),
(53, 4831, 4108, 0, 0, 0),
(54, 4112, 4201, 0, 0, 0),
(55, 4212, 4202, 0, 0, 0),
(56, 4312, 4203, 0, 0, 0),
(57, 4412, 4204, 0, 0, 0),
(58, 4512, 4205, 0, 0, 0),
(59, 4612, 4206, 0, 0, 0),
(60, 4712, 4207, 0, 0, 0),
(61, 4812, 4208, 0, 0, 0),
(62, 4122, 4201, 0, 0, 0),
(63, 4222, 4202, 0, 0, 0),
(64, 4322, 4203, 0, 0, 0),
(65, 4422, 4204, 0, 0, 0),
(66, 4522, 4205, 0, 0, 0),
(67, 4622, 4206, 0, 0, 0),
(68, 4722, 4207, 0, 0, 0),
(69, 4822, 4208, 0, 0, 0),
(70, 4132, 4201, 0, 0, 0),
(71, 4232, 4202, 0, 0, 0),
(72, 4332, 4203, 0, 0, 0),
(73, 4432, 4204, 0, 0, 0),
(74, 4532, 4205, 0, 0, 0),
(75, 4632, 4206, 0, 0, 0),
(76, 4732, 4207, 0, 0, 0),
(77, 4832, 4208, 0, 0, 0),
(78, 4113, 4301, 0, 0, 0),
(79, 4213, 4302, 0, 0, 0),
(80, 4313, 4303, 0, 0, 0),
(81, 4413, 4304, 0, 0, 0),
(82, 4513, 4305, 0, 0, 0),
(83, 4613, 4306, 0, 0, 0),
(84, 4713, 4307, 0, 0, 0),
(85, 4813, 4308, 0, 0, 0),
(86, 4123, 4301, 0, 0, 0),
(87, 4223, 4302, 0, 0, 0),
(88, 4323, 4303, 0, 0, 0),
(89, 4423, 4304, 0, 0, 0),
(90, 4523, 4305, 0, 0, 0),
(91, 4623, 4306, 0, 0, 0),
(92, 4723, 4307, 0, 0, 0),
(93, 4823, 4308, 0, 0, 0),
(94, 4133, 4301, 0, 0, 0),
(95, 4233, 4302, 0, 0, 0),
(96, 4333, 4303, 0, 0, 0),
(97, 4433, 4304, 0, 0, 0),
(98, 4533, 4305, 0, 0, 0),
(99, 4633, 4306, 0, 0, 0),
(100, 4733, 4307, 0, 0, 0),
(101, 4833, 4308, 0, 0, 0),
(102, 4114, 4401, 0, 0, 0),
(103, 4214, 4402, 0, 0, 0),
(104, 4314, 4403, 0, 0, 0),
(105, 4414, 4404, 0, 0, 0),
(106, 4514, 4405, 0, 0, 0),
(107, 4614, 4406, 0, 0, 0),
(108, 4714, 4407, 0, 0, 0),
(109, 4814, 4408, 0, 0, 0),
(110, 4124, 4401, 0, 0, 0),
(111, 4224, 4402, 0, 0, 0),
(112, 4324, 4403, 0, 0, 0),
(113, 4424, 4404, 0, 0, 0),
(114, 4524, 4405, 0, 0, 0),
(115, 4624, 4406, 0, 0, 0),
(116, 4724, 4407, 0, 0, 0),
(117, 4824, 4408, 0, 0, 0),
(118, 4134, 4401, 0, 0, 0),
(119, 4234, 4402, 0, 0, 0),
(120, 4334, 4403, 0, 0, 0),
(121, 4434, 4404, 0, 0, 0),
(122, 4534, 4405, 0, 0, 0),
(123, 4634, 4406, 0, 0, 0),
(124, 4734, 4407, 0, 0, 0),
(125, 4834, 4408, 0, 0, 0),
(126, 4115, 4501, 0, 0, 0),
(127, 4215, 4502, 0, 0, 0),
(128, 4315, 4503, 0, 0, 0),
(129, 4415, 4504, 0, 0, 0),
(130, 4515, 4505, 0, 0, 0),
(131, 4615, 4506, 0, 0, 0),
(132, 4715, 4507, 0, 0, 0),
(133, 4815, 4508, 0, 0, 0),
(134, 4125, 4501, 0, 0, 0),
(135, 4225, 4502, 0, 0, 0),
(136, 4325, 4503, 0, 0, 0),
(137, 4425, 4504, 0, 0, 0),
(138, 4525, 4505, 0, 0, 0),
(139, 4625, 4506, 0, 0, 0),
(140, 4725, 4507, 0, 0, 0),
(141, 4825, 4508, 0, 0, 0),
(142, 4135, 4501, 0, 0, 0),
(143, 4235, 4502, 0, 0, 0),
(144, 4335, 4503, 0, 0, 0),
(145, 4435, 4504, 0, 0, 0),
(146, 4535, 4505, 0, 0, 0),
(147, 4635, 4506, 0, 0, 0),
(148, 4735, 4507, 0, 0, 0),
(149, 4835, 4508, 0, 0, 0),
(150, 5111, 5101, 0, 0, 0),
(151, 5211, 5102, 0, 0, 0),
(152, 5311, 5103, 0, 0, 0),
(153, 5411, 5104, 0, 0, 0),
(154, 5511, 5105, 0, 0, 0),
(155, 5611, 5106, 0, 0, 0),
(156, 5711, 5107, 0, 0, 0),
(157, 5811, 5108, 0, 0, 0),
(158, 5121, 5101, 0, 0, 0),
(159, 5221, 5102, 0, 0, 0),
(160, 5321, 5103, 0, 0, 0),
(161, 5421, 5104, 0, 0, 0),
(162, 5521, 5105, 0, 0, 0),
(163, 5621, 5106, 0, 0, 0),
(164, 5721, 5107, 0, 0, 0),
(165, 5821, 5108, 0, 0, 0),
(166, 5131, 5101, 0, 0, 0),
(167, 5231, 5102, 0, 0, 0),
(168, 5331, 5103, 0, 0, 0),
(169, 5431, 5104, 0, 0, 0),
(170, 5531, 5105, 0, 0, 0),
(171, 5631, 5106, 0, 0, 0),
(172, 5731, 5107, 0, 0, 0),
(173, 5831, 5108, 0, 0, 0),
(174, 5112, 5201, 0, 0, 0),
(175, 5212, 5202, 0, 0, 0),
(176, 5312, 5203, 0, 0, 0),
(177, 5412, 5204, 0, 0, 0),
(178, 5512, 5205, 0, 0, 0),
(179, 5612, 5206, 0, 0, 0),
(180, 5712, 5207, 0, 0, 0),
(181, 5812, 5208, 0, 0, 0),
(182, 5122, 5201, 0, 0, 0),
(183, 5222, 5202, 0, 0, 0),
(184, 5322, 5203, 0, 0, 0),
(185, 5422, 5204, 0, 0, 0),
(186, 5522, 5205, 0, 0, 0),
(187, 5622, 5206, 0, 0, 0),
(188, 5722, 5207, 0, 0, 0),
(189, 5822, 5208, 0, 0, 0),
(190, 5132, 5201, 0, 0, 0),
(191, 5232, 5202, 0, 0, 0),
(192, 5332, 5203, 0, 0, 0),
(193, 5432, 5204, 0, 0, 0),
(194, 5532, 5205, 0, 0, 0),
(195, 5632, 5206, 0, 0, 0),
(196, 5732, 5207, 0, 0, 0),
(197, 5832, 5208, 0, 0, 0),
(198, 5113, 5301, 0, 0, 0),
(199, 5213, 5302, 0, 0, 0),
(200, 5313, 5303, 0, 0, 0),
(201, 5413, 5304, 0, 0, 0),
(202, 5513, 5305, 0, 0, 0),
(203, 5613, 5306, 0, 0, 0),
(204, 5713, 5307, 0, 0, 0),
(205, 5813, 5308, 0, 0, 0),
(206, 5123, 5301, 0, 0, 0),
(207, 5223, 5302, 0, 0, 0),
(208, 5323, 5303, 0, 0, 0),
(209, 5423, 5304, 0, 0, 0),
(210, 5523, 5305, 0, 0, 0),
(211, 5623, 5306, 0, 0, 0),
(212, 5723, 5307, 0, 0, 0),
(213, 5823, 5308, 0, 0, 0),
(214, 5133, 5301, 0, 0, 0),
(215, 5233, 5302, 0, 0, 0),
(216, 5333, 5303, 0, 0, 0),
(217, 5433, 5304, 0, 0, 0),
(218, 5533, 5305, 0, 0, 0),
(219, 5633, 5306, 0, 0, 0),
(220, 5733, 5307, 0, 0, 0),
(221, 5833, 5308, 0, 0, 0),
(222, 5114, 5401, 0, 0, 0),
(223, 5214, 5402, 0, 0, 0),
(224, 5314, 5403, 0, 0, 0),
(225, 5414, 5404, 0, 0, 0),
(226, 5514, 5405, 0, 0, 0),
(227, 5614, 5406, 0, 0, 0),
(228, 5714, 5407, 0, 0, 0),
(229, 5814, 5408, 0, 0, 0),
(230, 5124, 5401, 0, 0, 0),
(231, 5224, 5402, 0, 0, 0),
(232, 5324, 5403, 0, 0, 0),
(233, 5424, 5404, 0, 0, 0),
(234, 5524, 5405, 0, 0, 0),
(235, 5624, 5406, 0, 0, 0),
(236, 5724, 5407, 0, 0, 0),
(237, 5824, 5408, 0, 0, 0),
(238, 5134, 5401, 0, 0, 0),
(239, 5234, 5402, 0, 0, 0),
(240, 5334, 5403, 0, 0, 0),
(241, 5434, 5404, 0, 0, 0),
(242, 5534, 5405, 0, 0, 0),
(243, 5634, 5406, 0, 0, 0),
(244, 5734, 5407, 0, 0, 0),
(245, 5834, 5408, 0, 0, 0),
(246, 5115, 5501, 0, 0, 0),
(247, 5215, 5502, 0, 0, 0),
(248, 5315, 5503, 0, 0, 0),
(249, 5415, 5504, 0, 0, 0),
(250, 5515, 5505, 0, 0, 0),
(251, 5615, 5506, 0, 0, 0),
(252, 5715, 5507, 0, 0, 0),
(253, 5815, 5508, 0, 0, 0),
(254, 5125, 5501, 0, 0, 0),
(255, 5225, 5502, 0, 0, 0),
(256, 5325, 5503, 0, 0, 0),
(257, 5425, 5504, 0, 0, 0),
(258, 5525, 5505, 0, 0, 0),
(259, 5625, 5506, 0, 0, 0),
(260, 5725, 5507, 0, 0, 0),
(261, 5825, 5508, 0, 0, 0),
(262, 5135, 5501, 0, 0, 0),
(263, 5235, 5502, 0, 0, 0),
(264, 5335, 5503, 0, 0, 0),
(265, 5435, 5504, 0, 0, 0),
(266, 5535, 5505, 0, 0, 0),
(267, 5635, 5506, 0, 0, 0),
(268, 5735, 5507, 0, 0, 0),
(269, 5835, 5508, 0, 0, 0),
(270, 6111, 6101, 0, 0, 0),
(271, 6211, 6101, 0, 0, 0),
(272, 6311, 6102, 0, 0, 0),
(273, 6411, 6102, 0, 0, 0),
(274, 6511, 6103, 0, 0, 0),
(275, 6611, 6103, 0, 0, 0),
(276, 6711, 6104, 0, 0, 0),
(277, 6811, 6104, 0, 0, 0),
(278, 6121, 6101, 0, 0, 0),
(279, 6221, 6101, 0, 0, 0),
(280, 6321, 6102, 0, 0, 0),
(281, 6421, 6102, 0, 0, 0),
(282, 6521, 6103, 0, 0, 0),
(283, 6621, 6103, 0, 0, 0),
(284, 6721, 6104, 0, 0, 0),
(285, 6821, 6104, 0, 0, 0),
(286, 6131, 6101, 0, 0, 0),
(287, 6231, 6101, 0, 0, 0),
(288, 6331, 6102, 0, 0, 0),
(289, 6431, 6102, 0, 0, 0),
(290, 6531, 6103, 0, 0, 0),
(291, 6631, 6103, 0, 0, 0),
(292, 6731, 6104, 0, 0, 0),
(293, 6831, 6104, 0, 0, 0),
(294, 6112, 6201, 0, 0, 0),
(295, 6212, 6201, 0, 0, 0),
(296, 6312, 6202, 0, 0, 0),
(297, 6412, 6202, 0, 0, 0),
(298, 6512, 6203, 0, 0, 0),
(299, 6612, 6203, 0, 0, 0),
(300, 6712, 6204, 0, 0, 0),
(301, 6812, 6204, 0, 0, 0),
(302, 6122, 6201, 0, 0, 0),
(303, 6222, 6201, 0, 0, 0),
(304, 6322, 6202, 0, 0, 0),
(305, 6422, 6202, 0, 0, 0),
(306, 6522, 6203, 0, 0, 0),
(307, 6622, 6203, 0, 0, 0),
(308, 6722, 6204, 0, 0, 0),
(309, 6822, 6204, 0, 0, 0),
(310, 6132, 6201, 0, 0, 0),
(311, 6232, 6201, 0, 0, 0),
(312, 6332, 6202, 0, 0, 0),
(313, 6432, 6202, 0, 0, 0),
(314, 6532, 6203, 0, 0, 0),
(315, 6632, 6203, 0, 0, 0),
(316, 6732, 6204, 0, 0, 0),
(317, 6832, 6204, 0, 0, 0),
(318, 6113, 6301, 0, 0, 0),
(319, 6213, 6301, 0, 0, 0),
(320, 6313, 6302, 0, 0, 0),
(321, 6413, 6302, 0, 0, 0),
(322, 6513, 6303, 0, 0, 0),
(323, 6613, 6303, 0, 0, 0),
(324, 6713, 6304, 0, 0, 0),
(325, 6813, 6304, 0, 0, 0),
(326, 6123, 6301, 0, 0, 0),
(327, 6223, 6301, 0, 0, 0),
(328, 6323, 6302, 0, 0, 0),
(329, 6423, 6302, 0, 0, 0),
(330, 6523, 6303, 0, 0, 0),
(331, 6623, 6303, 0, 0, 0),
(332, 6723, 6304, 0, 0, 0),
(333, 6823, 6304, 0, 0, 0),
(334, 6133, 6301, 0, 0, 0),
(335, 6233, 6301, 0, 0, 0),
(336, 6333, 6302, 0, 0, 0),
(337, 6433, 6302, 0, 0, 0),
(338, 6533, 6303, 0, 0, 0),
(339, 6633, 6303, 0, 0, 0),
(340, 6733, 6304, 0, 0, 0),
(341, 6833, 6304, 0, 0, 0),
(342, 6114, 6401, 0, 0, 0),
(343, 6214, 6401, 0, 0, 0),
(344, 6314, 6402, 0, 0, 0),
(345, 6414, 6402, 0, 0, 0),
(346, 6514, 6403, 0, 0, 0),
(347, 6614, 6403, 0, 0, 0),
(348, 6714, 6404, 0, 0, 0),
(349, 6814, 6404, 0, 0, 0),
(350, 6124, 6401, 0, 0, 0),
(351, 6224, 6401, 0, 0, 0),
(352, 6324, 6402, 0, 0, 0),
(353, 6424, 6402, 0, 0, 0),
(354, 6524, 6403, 0, 0, 0),
(355, 6624, 6403, 0, 0, 0),
(356, 6724, 6404, 0, 0, 0),
(357, 6824, 6404, 0, 0, 0),
(358, 6134, 6401, 0, 0, 0),
(359, 6234, 6401, 0, 0, 0),
(360, 6334, 6402, 0, 0, 0),
(361, 6434, 6402, 0, 0, 0),
(362, 6534, 6403, 0, 0, 0),
(363, 6634, 6403, 0, 0, 0),
(364, 6734, 6404, 0, 0, 0),
(365, 6834, 6404, 0, 0, 0),
(366, 6115, 6501, 0, 0, 0),
(367, 6215, 6501, 0, 0, 0),
(368, 6315, 6502, 0, 0, 0),
(369, 6415, 6502, 0, 0, 0),
(370, 6515, 6503, 0, 0, 0),
(371, 6615, 6503, 0, 0, 0),
(372, 6715, 6504, 0, 0, 0),
(373, 6815, 6504, 0, 0, 0),
(374, 6125, 6501, 0, 0, 0),
(375, 6225, 6501, 0, 0, 0),
(376, 6325, 6502, 0, 0, 0),
(377, 6425, 6502, 0, 0, 0),
(378, 6525, 6503, 0, 0, 0),
(379, 6625, 6503, 0, 0, 0),
(380, 6725, 6504, 0, 0, 0),
(381, 6825, 6504, 0, 0, 0),
(382, 6135, 6501, 0, 0, 0),
(383, 6235, 6501, 0, 0, 0),
(384, 6335, 6502, 0, 0, 0),
(385, 6435, 6502, 0, 0, 0),
(386, 6535, 6503, 0, 0, 0),
(387, 6635, 6503, 0, 0, 0),
(388, 6735, 6504, 0, 0, 0),
(389, 6835, 6504, 0, 0, 0),
(390, 7011, 7000, 0, 0, 0),
(391, 7011, 7000, 0, 0, 0),
(392, 7011, 7000, 0, 0, 0),
(393, 7012, 7001, 0, 0, 0),
(394, 7012, 7001, 0, 0, 0),
(395, 7012, 7001, 0, 0, 0),
(396, 7013, 7002, 0, 0, 0),
(397, 7013, 7002, 0, 0, 0),
(398, 7013, 7002, 0, 0, 0),
(399, 7014, 7003, 0, 0, 0),
(400, 7014, 7003, 0, 0, 0),
(401, 7014, 7003, 0, 0, 0),
(402, 7015, 7001, 0, 0, 0),
(403, 7015, 7000, 0, 0, 0),
(404, 7015, 7000, 0, 0, 0),
(405, 7015, 7001, 0, 0, 0),
(406, 7015, 7001, 0, 0, 0),
(407, 7015, 7000, 0, 0, 0),
(408, 7021, 7000, 0, 0, 0),
(409, 7021, 7000, 0, 0, 0),
(410, 7021, 7000, 0, 0, 0),
(411, 7021, 7000, 0, 0, 0),
(412, 7021, 7000, 0, 0, 0),
(413, 7022, 7001, 0, 0, 0),
(414, 7022, 7001, 0, 0, 0),
(415, 7022, 7001, 0, 0, 0),
(416, 7022, 7001, 0, 0, 0),
(417, 7022, 7001, 0, 0, 0),
(418, 7023, 7002, 0, 0, 0),
(419, 7023, 7002, 0, 0, 0),
(420, 7023, 7002, 0, 0, 0),
(421, 7023, 7002, 0, 0, 0),
(422, 7023, 7002, 0, 0, 0),
(423, 7024, 7003, 0, 0, 0),
(424, 7024, 7003, 0, 0, 0),
(425, 7024, 7003, 0, 0, 0),
(426, 7024, 7003, 0, 0, 0),
(427, 7024, 7003, 0, 0, 0),
(428, 7025, 7001, 0, 0, 0),
(429, 7025, 7000, 0, 0, 0),
(430, 7025, 7000, 0, 0, 0),
(431, 7025, 7000, 0, 0, 0),
(432, 7025, 7001, 0, 0, 0),
(433, 7025, 7001, 0, 0, 0),
(434, 7025, 7000, 0, 0, 0),
(435, 7025, 7001, 0, 0, 0),
(436, 7025, 7000, 0, 0, 0),
(437, 7025, 7001, 0, 0, 0),
(438, 7031, 7000, 0, 0, 0),
(439, 7031, 7000, 0, 0, 0),
(440, 7031, 7000, 0, 0, 0),
(441, 7031, 7000, 0, 0, 0),
(442, 7031, 7000, 0, 0, 0),
(443, 7031, 7000, 0, 0, 0),
(444, 7031, 7000, 0, 0, 0),
(445, 7032, 7001, 0, 0, 0),
(446, 7032, 7001, 0, 0, 0),
(447, 7032, 7001, 0, 0, 0),
(448, 7032, 7001, 0, 0, 0),
(449, 7032, 7001, 0, 0, 0),
(450, 7032, 7001, 0, 0, 0),
(451, 7032, 7001, 0, 0, 0),
(452, 7033, 7002, 0, 0, 0),
(453, 7033, 7002, 0, 0, 0),
(454, 7033, 7002, 0, 0, 0),
(455, 7033, 7002, 0, 0, 0),
(456, 7033, 7002, 0, 0, 0),
(457, 7033, 7002, 0, 0, 0),
(458, 7033, 7002, 0, 0, 0),
(459, 7034, 7003, 0, 0, 0),
(460, 7034, 7003, 0, 0, 0),
(461, 7034, 7003, 0, 0, 0),
(462, 7034, 7003, 0, 0, 0),
(463, 7034, 7003, 0, 0, 0),
(464, 7034, 7003, 0, 0, 0),
(465, 7034, 7003, 0, 0, 0),
(466, 7035, 7000, 0, 0, 0),
(467, 7035, 7000, 0, 0, 0),
(468, 7035, 7001, 0, 0, 0),
(469, 7035, 7000, 0, 0, 0),
(470, 7035, 7001, 0, 0, 0),
(471, 7035, 7001, 0, 0, 0),
(472, 7035, 7000, 0, 0, 0),
(473, 7035, 7001, 0, 0, 0),
(474, 7035, 7000, 0, 0, 0),
(475, 7035, 7001, 0, 0, 0),
(476, 7035, 7001, 0, 0, 0),
(477, 7035, 7000, 0, 0, 0),
(478, 7035, 7000, 0, 0, 0),
(479, 7035, 7001, 0, 0, 0),
(480, 7110, 7010, 0, 0, 0),
(481, 7110, 7010, 0, 0, 0),
(482, 7110, 7009, 0, 0, 0),
(483, 7110, 7010, 0, 0, 0),
(484, 7110, 7011, 0, 0, 0),
(485, 7110, 1110, 0, 0, 0),
(486, 7110, 7010, 0, 0, 0),
(487, 7110, 7014, 0, 0, 0),
(488, 7110, 7009, 0, 0, 0),
(489, 7110, 7009, 0, 0, 0),
(490, 7110, 7011, 0, 0, 0),
(491, 7110, 7014, 0, 0, 0),
(492, 7110, 7009, 0, 0, 0),
(493, 7110, 7013, 0, 0, 0),
(494, 7110, 7013, 0, 0, 0),
(495, 7110, 7013, 0, 0, 0),
(496, 7110, 7011, 0, 0, 0),
(497, 7110, 7015, 0, 0, 0),
(498, 7110, 7012, 0, 0, 0),
(499, 7110, 7012, 0, 0, 0),
(500, 7110, 7009, 0, 0, 0),
(501, 7110, 7014, 0, 0, 0),
(502, 7111, 7004, 0, 0, 0),
(503, 7111, 7004, 0, 0, 0),
(504, 7111, 7004, 0, 0, 0),
(505, 7112, 7004, 0, 0, 0),
(506, 7112, 7005, 0, 0, 0),
(507, 7112, 7004, 0, 0, 0),
(508, 7112, 7004, 0, 0, 0),
(509, 7112, 7005, 0, 0, 0),
(510, 7112, 7005, 0, 0, 0),
(511, 7113, 7004, 0, 0, 0),
(512, 7113, 7006, 0, 0, 0),
(513, 7113, 7006, 0, 0, 0),
(514, 7113, 7004, 0, 0, 0),
(515, 7113, 7005, 0, 0, 0),
(516, 7113, 7004, 0, 0, 0),
(517, 7113, 7006, 0, 0, 0),
(518, 7113, 7005, 0, 0, 0),
(519, 7113, 7005, 0, 0, 0),
(520, 7121, 7004, 0, 0, 0),
(521, 7121, 7004, 0, 0, 0),
(522, 7121, 7004, 0, 0, 0),
(523, 7121, 7004, 0, 0, 0),
(524, 7121, 7004, 0, 0, 0),
(525, 7122, 7004, 0, 0, 0),
(526, 7122, 7005, 0, 0, 0),
(527, 7122, 7004, 0, 0, 0),
(528, 7122, 7005, 0, 0, 0),
(529, 7122, 7004, 0, 0, 0),
(530, 7122, 7005, 0, 0, 0),
(531, 7122, 7004, 0, 0, 0),
(532, 7122, 7004, 0, 0, 0),
(533, 7122, 7005, 0, 0, 0),
(534, 7122, 7005, 0, 0, 0),
(535, 7123, 7004, 0, 0, 0),
(536, 7123, 7004, 0, 0, 0),
(537, 7123, 7005, 0, 0, 0),
(538, 7123, 7006, 0, 0, 0),
(539, 7123, 7006, 0, 0, 0),
(540, 7123, 7006, 0, 0, 0),
(541, 7123, 7005, 0, 0, 0),
(542, 7123, 7004, 0, 0, 0),
(543, 7123, 7006, 0, 0, 0),
(544, 7123, 7005, 0, 0, 0),
(545, 7123, 7006, 0, 0, 0),
(546, 7123, 7004, 0, 0, 0),
(547, 7123, 7005, 0, 0, 0),
(548, 7123, 7005, 0, 0, 0),
(549, 7123, 7004, 0, 0, 0),
(550, 7131, 7004, 0, 0, 0),
(551, 7131, 7004, 0, 0, 0),
(552, 7131, 7004, 0, 0, 0),
(553, 7131, 7004, 0, 0, 0),
(554, 7131, 7004, 0, 0, 0),
(555, 7131, 7004, 0, 0, 0),
(556, 7131, 7004, 0, 0, 0),
(557, 7132, 7004, 0, 0, 0),
(558, 7132, 7004, 0, 0, 0),
(559, 7132, 7005, 0, 0, 0),
(560, 7132, 7005, 0, 0, 0),
(561, 7132, 7005, 0, 0, 0),
(562, 7132, 7004, 0, 0, 0),
(563, 7132, 7005, 0, 0, 0),
(564, 7132, 7004, 0, 0, 0),
(565, 7132, 7005, 0, 0, 0),
(566, 7132, 7004, 0, 0, 0),
(567, 7132, 7005, 0, 0, 0),
(568, 7132, 7004, 0, 0, 0),
(569, 7132, 7004, 0, 0, 0),
(570, 7132, 7005, 0, 0, 0),
(571, 7133, 7004, 0, 0, 0),
(572, 7133, 7005, 0, 0, 0),
(573, 7133, 7004, 0, 0, 0),
(574, 7133, 7006, 0, 0, 0),
(575, 7133, 7006, 0, 0, 0),
(576, 7133, 7005, 0, 0, 0),
(577, 7133, 7004, 0, 0, 0),
(578, 7133, 7005, 0, 0, 0),
(579, 7133, 7006, 0, 0, 0),
(580, 7133, 7004, 0, 0, 0),
(581, 7133, 7005, 0, 0, 0),
(582, 7133, 7006, 0, 0, 0),
(583, 7133, 7004, 0, 0, 0),
(584, 7133, 7005, 0, 0, 0),
(585, 7133, 7006, 0, 0, 0),
(586, 7133, 7005, 0, 0, 0),
(587, 7133, 7006, 0, 0, 0),
(588, 7133, 7005, 0, 0, 0),
(589, 7133, 7004, 0, 0, 0),
(590, 7133, 7006, 0, 0, 0),
(591, 7133, 7004, 0, 0, 0),
(592, 7211, 7005, 0, 0, 0),
(593, 7211, 7006, 0, 0, 0),
(594, 7211, 7005, 0, 0, 0),
(595, 7211, 7007, 0, 0, 0),
(596, 7211, 7007, 0, 0, 0),
(597, 7211, 7006, 0, 0, 0),
(598, 7211, 7006, 0, 0, 0),
(599, 7211, 7005, 0, 0, 0),
(600, 7211, 7007, 0, 0, 0),
(601, 7212, 7007, 0, 0, 0),
(602, 7212, 7008, 0, 0, 0),
(603, 7212, 7008, 0, 0, 0),
(604, 7212, 7007, 0, 0, 0),
(605, 7212, 7006, 0, 0, 0),
(606, 7212, 7006, 0, 0, 0),
(607, 7212, 7006, 0, 0, 0),
(608, 7212, 7008, 0, 0, 0),
(609, 7212, 7007, 0, 0, 0),
(610, 7213, 7008, 0, 0, 0),
(611, 7213, 7007, 0, 0, 0),
(612, 7213, 7007, 0, 0, 0),
(613, 7213, 7008, 0, 0, 0),
(614, 7213, 7008, 0, 0, 0),
(615, 7213, 7007, 0, 0, 0),
(616, 7214, 7009, 0, 0, 0),
(617, 7214, 7009, 0, 0, 0),
(618, 7214, 7009, 0, 0, 0),
(619, 7220, 7015, 0, 0, 0),
(620, 7220, 7010, 0, 0, 0),
(621, 7220, 7010, 0, 0, 0),
(622, 7220, 7009, 0, 0, 0),
(623, 7220, 7010, 0, 0, 0),
(624, 7220, 7009, 0, 0, 0),
(625, 7220, 7015, 0, 0, 0),
(626, 7220, 7011, 0, 0, 0),
(627, 7220, 7014, 0, 0, 0),
(628, 7220, 7014, 0, 0, 0),
(629, 7220, 7014, 0, 0, 0),
(630, 7220, 7013, 0, 0, 0),
(631, 7220, 7013, 0, 0, 0),
(632, 7220, 7011, 0, 0, 0),
(633, 7220, 7011, 0, 0, 0),
(634, 7220, 7009, 0, 0, 0),
(635, 7220, 7013, 0, 0, 0),
(636, 7220, 7011, 0, 0, 0),
(637, 7220, 7011, 0, 0, 0),
(638, 7220, 7009, 0, 0, 0),
(639, 7220, 7012, 0, 0, 0),
(640, 7220, 7012, 0, 0, 0),
(641, 7220, 7009, 0, 0, 0),
(642, 7220, 7009, 0, 0, 0),
(643, 7220, 7009, 0, 0, 0),
(644, 7220, 7012, 0, 0, 0),
(645, 7220, 7012, 0, 0, 0),
(646, 7220, 7009, 0, 0, 0),
(647, 7220, 7012, 0, 0, 0),
(648, 7220, 7012, 0, 0, 0),
(649, 7220, 7009, 0, 0, 0),
(650, 7221, 7006, 0, 0, 0),
(651, 7221, 7005, 0, 0, 0),
(652, 7221, 7006, 0, 0, 0),
(653, 7221, 7005, 0, 0, 0),
(654, 7221, 7007, 0, 0, 0),
(655, 7221, 7007, 0, 0, 0),
(656, 7221, 7005, 0, 0, 0),
(657, 7221, 7005, 0, 0, 0),
(658, 7221, 7007, 0, 0, 0),
(659, 7221, 7006, 0, 0, 0),
(660, 7221, 7006, 0, 0, 0),
(661, 7221, 7007, 0, 0, 0),
(662, 7221, 7006, 0, 0, 0),
(663, 7221, 7005, 0, 0, 0),
(664, 7221, 7007, 0, 0, 0),
(665, 7222, 7008, 0, 0, 0),
(666, 7222, 7006, 0, 0, 0),
(667, 7222, 7007, 0, 0, 0),
(668, 7222, 7007, 0, 0, 0),
(669, 7222, 7006, 0, 0, 0),
(670, 7222, 7006, 0, 0, 0),
(671, 7222, 7008, 0, 0, 0),
(672, 7222, 7008, 0, 0, 0),
(673, 7222, 7008, 0, 0, 0),
(674, 7222, 7006, 0, 0, 0),
(675, 7222, 7007, 0, 0, 0),
(676, 7222, 7008, 0, 0, 0),
(677, 7222, 7007, 0, 0, 0),
(678, 7222, 7007, 0, 0, 0),
(679, 7222, 7006, 0, 0, 0),
(680, 7223, 7008, 0, 0, 0),
(681, 7223, 7007, 0, 0, 0),
(682, 7223, 7008, 0, 0, 0),
(683, 7223, 7007, 0, 0, 0),
(684, 7223, 7007, 0, 0, 0),
(685, 7223, 7007, 0, 0, 0),
(686, 7223, 7008, 0, 0, 0),
(687, 7223, 7008, 0, 0, 0),
(688, 7223, 7008, 0, 0, 0),
(689, 7223, 7007, 0, 0, 0),
(690, 7224, 7009, 0, 0, 0),
(691, 7224, 7009, 0, 0, 0),
(692, 7224, 7009, 0, 0, 0),
(693, 7224, 7009, 0, 0, 0),
(694, 7224, 7009, 0, 0, 0),
(695, 7231, 7006, 0, 0, 0),
(696, 7231, 7007, 0, 0, 0),
(697, 7231, 7005, 0, 0, 0),
(698, 7231, 7005, 0, 0, 0),
(699, 7231, 7006, 0, 0, 0),
(700, 7231, 7005, 0, 0, 0),
(701, 7231, 7006, 0, 0, 0),
(702, 7231, 7005, 0, 0, 0),
(703, 7231, 7007, 0, 0, 0),
(704, 7231, 7007, 0, 0, 0),
(705, 7231, 7007, 0, 0, 0),
(706, 7231, 7005, 0, 0, 0),
(707, 7231, 7006, 0, 0, 0),
(708, 7231, 7005, 0, 0, 0),
(709, 7231, 7007, 0, 0, 0),
(710, 7231, 7007, 0, 0, 0),
(711, 7231, 7006, 0, 0, 0),
(712, 7231, 7006, 0, 0, 0),
(713, 7231, 7007, 0, 0, 0),
(714, 7231, 7006, 0, 0, 0),
(715, 7231, 7005, 0, 0, 0),
(716, 7232, 7008, 0, 0, 0),
(717, 7232, 7006, 0, 0, 0),
(718, 7232, 7007, 0, 0, 0),
(719, 7232, 7008, 0, 0, 0),
(720, 7232, 7007, 0, 0, 0),
(721, 7232, 7006, 0, 0, 0),
(722, 7232, 7008, 0, 0, 0),
(723, 7232, 7007, 0, 0, 0),
(724, 7232, 7006, 0, 0, 0),
(725, 7232, 7006, 0, 0, 0),
(726, 7232, 7007, 0, 0, 0),
(727, 7232, 7008, 0, 0, 0),
(728, 7232, 7006, 0, 0, 0),
(729, 7232, 7007, 0, 0, 0),
(730, 7232, 7008, 0, 0, 0),
(731, 7232, 7006, 0, 0, 0),
(732, 7232, 7007, 0, 0, 0),
(733, 7232, 7008, 0, 0, 0),
(734, 7232, 7006, 0, 0, 0),
(735, 7232, 7007, 0, 0, 0),
(736, 7232, 7008, 0, 0, 0),
(737, 7233, 7008, 0, 0, 0),
(738, 7233, 7007, 0, 0, 0),
(739, 7233, 7008, 0, 0, 0),
(740, 7233, 7007, 0, 0, 0),
(741, 7233, 7008, 0, 0, 0),
(742, 7233, 7007, 0, 0, 0),
(743, 7233, 7007, 0, 0, 0),
(744, 7233, 7008, 0, 0, 0),
(745, 7233, 7007, 0, 0, 0),
(746, 7233, 7008, 0, 0, 0),
(747, 7233, 7007, 0, 0, 0),
(748, 7233, 7008, 0, 0, 0),
(749, 7233, 7007, 0, 0, 0),
(750, 7233, 7008, 0, 0, 0),
(751, 7234, 7009, 0, 0, 0),
(752, 7234, 7009, 0, 0, 0),
(753, 7234, 7009, 0, 0, 0),
(754, 7234, 7009, 0, 0, 0),
(755, 7234, 7009, 0, 0, 0),
(756, 7234, 7009, 0, 0, 0),
(757, 7234, 7009, 0, 0, 0),
(758, 7311, 7010, 0, 0, 0),
(759, 7311, 7009, 0, 0, 0),
(760, 7311, 7009, 0, 0, 0),
(761, 7311, 7009, 0, 0, 0),
(762, 7311, 7010, 0, 0, 0),
(763, 7311, 7010, 0, 0, 0),
(764, 7312, 7011, 0, 0, 0),
(765, 7312, 7010, 0, 0, 0),
(766, 7312, 7009, 0, 0, 0),
(767, 7312, 7009, 0, 0, 0),
(768, 7312, 7010, 0, 0, 0),
(769, 7312, 7011, 0, 0, 0),
(770, 7312, 7011, 0, 0, 0),
(771, 7312, 7010, 0, 0, 0),
(772, 7312, 7009, 0, 0, 0),
(773, 7313, 7012, 0, 0, 0),
(774, 7313, 7012, 0, 0, 0),
(775, 7313, 7011, 0, 0, 0),
(776, 7313, 7010, 0, 0, 0),
(777, 7313, 7011, 0, 0, 0),
(778, 7313, 7011, 0, 0, 0),
(779, 7313, 7012, 0, 0, 0),
(780, 7313, 7010, 0, 0, 0),
(781, 7313, 7010, 0, 0, 0),
(782, 7321, 7009, 0, 0, 0),
(783, 7321, 7010, 0, 0, 0),
(784, 7321, 7009, 0, 0, 0),
(785, 7321, 7009, 0, 0, 0),
(786, 7321, 7010, 0, 0, 0),
(787, 7321, 7009, 0, 0, 0),
(788, 7321, 7010, 0, 0, 0),
(789, 7321, 7009, 0, 0, 0),
(790, 7321, 7010, 0, 0, 0),
(791, 7321, 7010, 0, 0, 0),
(792, 7322, 7010, 0, 0, 0),
(793, 7322, 7009, 0, 0, 0),
(794, 7322, 7009, 0, 0, 0),
(795, 7322, 7009, 0, 0, 0),
(796, 7322, 7011, 0, 0, 0),
(797, 7322, 7011, 0, 0, 0),
(798, 7322, 7011, 0, 0, 0),
(799, 7322, 7010, 0, 0, 0),
(800, 7322, 7010, 0, 0, 0),
(801, 7322, 7010, 0, 0, 0),
(802, 7322, 7011, 0, 0, 0),
(803, 7322, 7011, 0, 0, 0),
(804, 7322, 7009, 0, 0, 0),
(805, 7322, 7010, 0, 0, 0),
(806, 7322, 7009, 0, 0, 0),
(807, 7323, 7011, 0, 0, 0),
(808, 7323, 7010, 0, 0, 0),
(809, 7323, 7010, 0, 0, 0),
(810, 7323, 7011, 0, 0, 0),
(811, 7323, 7012, 0, 0, 0),
(812, 7323, 7010, 0, 0, 0),
(813, 7323, 7011, 0, 0, 0),
(814, 7323, 7012, 0, 0, 0),
(815, 7323, 7012, 0, 0, 0),
(816, 7323, 7010, 0, 0, 0),
(817, 7323, 7011, 0, 0, 0),
(818, 7323, 7012, 0, 0, 0),
(819, 7323, 7010, 0, 0, 0),
(820, 7323, 7011, 0, 0, 0),
(821, 7323, 7012, 0, 0, 0),
(822, 7330, 7009, 0, 0, 0),
(823, 7330, 7009, 0, 0, 0),
(824, 7330, 7009, 0, 0, 0),
(825, 7330, 7009, 0, 0, 0),
(826, 7330, 7009, 0, 0, 0),
(827, 7330, 7010, 0, 0, 0),
(828, 7330, 7010, 0, 0, 0),
(829, 7330, 7010, 0, 0, 0),
(830, 7330, 7010, 0, 0, 0),
(831, 7330, 7009, 0, 0, 0),
(832, 7330, 7009, 0, 0, 0),
(833, 7330, 7012, 0, 0, 0),
(834, 7330, 7015, 0, 0, 0),
(835, 7330, 7015, 0, 0, 0),
(836, 7330, 7015, 0, 0, 0),
(837, 7330, 7012, 0, 0, 0),
(838, 7330, 7012, 0, 0, 0),
(839, 7330, 7012, 0, 0, 0),
(840, 7330, 7012, 0, 0, 0),
(841, 7330, 7012, 0, 0, 0),
(842, 7330, 7012, 0, 0, 0),
(843, 7330, 7009, 0, 0, 0),
(844, 7330, 7011, 0, 0, 0),
(845, 7330, 7013, 0, 0, 0),
(846, 7330, 7011, 0, 0, 0),
(847, 7330, 7011, 0, 0, 0),
(848, 7330, 7011, 0, 0, 0),
(849, 7330, 7013, 0, 0, 0),
(850, 7330, 7011, 0, 0, 0),
(851, 7330, 7013, 0, 0, 0),
(852, 7330, 7011, 0, 0, 0),
(853, 7330, 7009, 0, 0, 0),
(854, 7330, 7014, 0, 0, 0),
(855, 7330, 7014, 0, 0, 0),
(856, 7330, 7014, 0, 0, 0),
(857, 7330, 7013, 0, 0, 0),
(858, 7331, 7009, 0, 0, 0),
(859, 7331, 7009, 0, 0, 0),
(860, 7331, 7010, 0, 0, 0),
(861, 7331, 7009, 0, 0, 0),
(862, 7331, 7010, 0, 0, 0),
(863, 7331, 7010, 0, 0, 0),
(864, 7331, 7009, 0, 0, 0),
(865, 7331, 7010, 0, 0, 0),
(866, 7331, 7009, 0, 0, 0),
(867, 7331, 7010, 0, 0, 0),
(868, 7331, 7009, 0, 0, 0),
(869, 7331, 7010, 0, 0, 0),
(870, 7331, 7010, 0, 0, 0),
(871, 7331, 7009, 0, 0, 0),
(872, 7332, 7010, 0, 0, 0),
(873, 7332, 7009, 0, 0, 0),
(874, 7332, 7010, 0, 0, 0),
(875, 7332, 7011, 0, 0, 0),
(876, 7332, 7011, 0, 0, 0),
(877, 7332, 7011, 0, 0, 0),
(878, 7332, 7009, 0, 0, 0),
(879, 7332, 7011, 0, 0, 0),
(880, 7332, 7010, 0, 0, 0),
(881, 7332, 7009, 0, 0, 0),
(882, 7332, 7009, 0, 0, 0),
(883, 7332, 7010, 0, 0, 0),
(884, 7332, 7011, 0, 0, 0),
(885, 7332, 7009, 0, 0, 0),
(886, 7332, 7010, 0, 0, 0),
(887, 7332, 7011, 0, 0, 0),
(888, 7332, 7011, 0, 0, 0),
(889, 7332, 7010, 0, 0, 0),
(890, 7332, 7009, 0, 0, 0),
(891, 7332, 7009, 0, 0, 0),
(892, 7332, 7010, 0, 0, 0),
(893, 7333, 7012, 0, 0, 0),
(894, 7333, 7011, 0, 0, 0),
(895, 7333, 7010, 0, 0, 0),
(896, 7333, 7010, 0, 0, 0),
(897, 7333, 7011, 0, 0, 0),
(898, 7333, 7010, 0, 0, 0),
(899, 7333, 7011, 0, 0, 0),
(900, 7333, 7012, 0, 0, 0),
(901, 7333, 7012, 0, 0, 0),
(902, 7333, 7011, 0, 0, 0),
(903, 7333, 7010, 0, 0, 0),
(904, 7333, 7010, 0, 0, 0),
(905, 7333, 7011, 0, 0, 0),
(906, 7333, 7012, 0, 0, 0),
(907, 7333, 7011, 0, 0, 0),
(908, 7333, 7010, 0, 0, 0),
(909, 7333, 7012, 0, 0, 0),
(910, 7333, 7012, 0, 0, 0),
(911, 7333, 7010, 0, 0, 0),
(912, 7333, 7011, 0, 0, 0),
(913, 7333, 7012, 0, 0, 0),
(914, 7511, 7013, 0, 0, 0),
(915, 7511, 7013, 0, 0, 0),
(916, 7511, 7013, 0, 0, 0),
(917, 7512, 7013, 0, 0, 0),
(918, 7512, 7014, 0, 0, 0),
(919, 7512, 7014, 0, 0, 0),
(920, 7512, 7013, 0, 0, 0),
(921, 7512, 7014, 0, 0, 0),
(922, 7512, 7013, 0, 0, 0),
(923, 7513, 7013, 0, 0, 0),
(924, 7513, 7014, 0, 0, 0),
(925, 7513, 7015, 0, 0, 0),
(926, 7513, 7013, 0, 0, 0),
(927, 7513, 7014, 0, 0, 0),
(928, 7513, 7015, 0, 0, 0),
(929, 7513, 7013, 0, 0, 0),
(930, 7513, 7015, 0, 0, 0),
(931, 7513, 7014, 0, 0, 0),
(932, 7521, 7013, 0, 0, 0),
(933, 7521, 7013, 0, 0, 0),
(934, 7521, 7013, 0, 0, 0),
(935, 7521, 7013, 0, 0, 0),
(936, 7521, 7013, 0, 0, 0),
(937, 7522, 7013, 0, 0, 0),
(938, 7522, 7013, 0, 0, 0),
(939, 7522, 7014, 0, 0, 0),
(940, 7522, 7014, 0, 0, 0),
(941, 7522, 7014, 0, 0, 0),
(942, 7522, 7013, 0, 0, 0),
(943, 7522, 7014, 0, 0, 0),
(944, 7522, 7013, 0, 0, 0),
(945, 7522, 7014, 0, 0, 0),
(946, 7522, 7013, 0, 0, 0),
(947, 7523, 7015, 0, 0, 0),
(948, 7523, 7013, 0, 0, 0),
(949, 7523, 7013, 0, 0, 0),
(950, 7523, 7014, 0, 0, 0),
(951, 7523, 7015, 0, 0, 0),
(952, 7523, 7015, 0, 0, 0),
(953, 7523, 7014, 0, 0, 0),
(954, 7523, 7013, 0, 0, 0),
(955, 7523, 7015, 0, 0, 0),
(956, 7523, 7014, 0, 0, 0),
(957, 7523, 7014, 0, 0, 0),
(958, 7523, 7014, 0, 0, 0),
(959, 7523, 7015, 0, 0, 0),
(960, 7523, 7013, 0, 0, 0),
(961, 7523, 7013, 0, 0, 0),
(962, 7531, 7013, 0, 0, 0),
(963, 7531, 7013, 0, 0, 0),
(964, 7531, 7013, 0, 0, 0),
(965, 7531, 7013, 0, 0, 0),
(966, 7531, 7013, 0, 0, 0),
(967, 7531, 7013, 0, 0, 0),
(968, 7531, 7013, 0, 0, 0),
(969, 7532, 7013, 0, 0, 0),
(970, 7532, 7014, 0, 0, 0),
(971, 7532, 7013, 0, 0, 0),
(972, 7532, 7014, 0, 0, 0),
(973, 7532, 7013, 0, 0, 0),
(974, 7532, 7013, 0, 0, 0),
(975, 7532, 7013, 0, 0, 0),
(976, 7532, 7014, 0, 0, 0),
(977, 7532, 7013, 0, 0, 0),
(978, 7532, 7014, 0, 0, 0),
(979, 7532, 7014, 0, 0, 0),
(980, 7532, 7014, 0, 0, 0),
(981, 7532, 7014, 0, 0, 0),
(982, 7532, 7013, 0, 0, 0),
(983, 7533, 7014, 0, 0, 0),
(984, 7533, 7013, 0, 0, 0),
(985, 7533, 7013, 0, 0, 0),
(986, 7533, 7014, 0, 0, 0),
(987, 7533, 7015, 0, 0, 0),
(988, 7533, 7014, 0, 0, 0),
(989, 7533, 7015, 0, 0, 0),
(990, 7533, 7015, 0, 0, 0),
(991, 7533, 7014, 0, 0, 0),
(992, 7533, 7013, 0, 0, 0),
(993, 7533, 7013, 0, 0, 0),
(994, 7533, 7013, 0, 0, 0),
(995, 7533, 7014, 0, 0, 0),
(996, 7533, 7015, 0, 0, 0),
(997, 7533, 7013, 0, 0, 0),
(998, 7533, 7014, 0, 0, 0),
(999, 7533, 7015, 0, 0, 0),
(1000, 7533, 7013, 0, 0, 0),
(1001, 7533, 7014, 0, 0, 0),
(1002, 7533, 7015, 0, 0, 0),
(1003, 7533, 7015, 0, 0, 0),
(1004, 7540, 7012, 0, 0, 0),
(1005, 7540, 7009, 0, 0, 0),
(1006, 7540, 7009, 0, 0, 0),
(1007, 7540, 7009, 0, 0, 0),
(1008, 7540, 7009, 0, 0, 0),
(1009, 7540, 7009, 0, 0, 0),
(1010, 7540, 7009, 0, 0, 0),
(1011, 7540, 7009, 0, 0, 0),
(1012, 7540, 7009, 0, 0, 0),
(1013, 7540, 7009, 0, 0, 0),
(1014, 7540, 7009, 0, 0, 0),
(1015, 7540, 7012, 0, 0, 0),
(1016, 7540, 7012, 0, 0, 0),
(1017, 7540, 7015, 0, 0, 0),
(1018, 7540, 7015, 0, 0, 0),
(1019, 7540, 7015, 0, 0, 0),
(1020, 7540, 7012, 0, 0, 0),
(1021, 7540, 7012, 0, 0, 0),
(1022, 7540, 7012, 0, 0, 0),
(1023, 7540, 7012, 0, 0, 0),
(1024, 7540, 7012, 0, 0, 0),
(1025, 7540, 7012, 0, 0, 0),
(1026, 7540, 7012, 0, 0, 0),
(1027, 7540, 7015, 0, 0, 0),
(1028, 7540, 7010, 0, 0, 0),
(1029, 7540, 7011, 0, 0, 0),
(1030, 7540, 7011, 0, 0, 0),
(1031, 7540, 7011, 0, 0, 0),
(1032, 7540, 7013, 0, 0, 0),
(1033, 7540, 7013, 0, 0, 0),
(1034, 7540, 7013, 0, 0, 0),
(1035, 7540, 7013, 0, 0, 0),
(1036, 7540, 7014, 0, 0, 0),
(1037, 7540, 7014, 0, 0, 0),
(1038, 7540, 7014, 0, 0, 0),
(1039, 7540, 7011, 0, 0, 0),
(1040, 7540, 7011, 0, 0, 0),
(1041, 7540, 7011, 0, 0, 0),
(1042, 7540, 7010, 0, 0, 0),
(1043, 7540, 7010, 0, 0, 0),
(1044, 7540, 7010, 0, 0, 0),
(1045, 7540, 7010, 0, 0, 0),
(1046, 7540, 7010, 0, 0, 0),
(1047, 7540, 7010, 0, 0, 0),
(1048, 7540, 7010, 0, 0, 0),
(1049, 7540, 7010, 0, 0, 0),
(1050, 7540, 7010, 0, 0, 0),
(1051, 7540, 7011, 0, 0, 0),
(1052, 7750, 7009, 0, 0, 0),
(1053, 7750, 7009, 0, 0, 0),
(1054, 7750, 7012, 0, 0, 0),
(1055, 7750, 7012, 0, 0, 0),
(1056, 7750, 7012, 0, 0, 0),
(1057, 7750, 7009, 0, 0, 0),
(1058, 7750, 7009, 0, 0, 0),
(1059, 7750, 7009, 0, 0, 0),
(1060, 7750, 7009, 0, 0, 0),
(1061, 7750, 7009, 0, 0, 0),
(1062, 7750, 7009, 0, 0, 0),
(1063, 7750, 7009, 0, 0, 0),
(1064, 7750, 7009, 0, 0, 0),
(1065, 7750, 7012, 0, 0, 0),
(1066, 7750, 7012, 0, 0, 0),
(1067, 7750, 7015, 0, 0, 0),
(1068, 7750, 7015, 0, 0, 0),
(1069, 7750, 7015, 0, 0, 0),
(1070, 7750, 7015, 0, 0, 0),
(1071, 7750, 7012, 0, 0, 0),
(1072, 7750, 7012, 0, 0, 0),
(1073, 7750, 7012, 0, 0, 0),
(1074, 7750, 7012, 0, 0, 0),
(1075, 7750, 7012, 0, 0, 0),
(1076, 7750, 7012, 0, 0, 0),
(1077, 7750, 7012, 0, 0, 0),
(1078, 7750, 7012, 0, 0, 0),
(1079, 7750, 7015, 0, 0, 0),
(1080, 7750, 7009, 0, 0, 0),
(1081, 7750, 7014, 0, 0, 0),
(1082, 7750, 7011, 0, 0, 0),
(1083, 7750, 7011, 0, 0, 0),
(1084, 7750, 7013, 0, 0, 0),
(1085, 7750, 7013, 0, 0, 0),
(1086, 7750, 7013, 0, 0, 0),
(1087, 7750, 7013, 0, 0, 0),
(1088, 7750, 7013, 0, 0, 0),
(1089, 7750, 7013, 0, 0, 0),
(1090, 7750, 7013, 0, 0, 0),
(1091, 7750, 7014, 0, 0, 0),
(1092, 7750, 7014, 0, 0, 0),
(1093, 7750, 7014, 0, 0, 0),
(1094, 7750, 7011, 0, 0, 0),
(1095, 7750, 7011, 0, 0, 0),
(1096, 7750, 7009, 0, 0, 0),
(1097, 7750, 7009, 0, 0, 0),
(1098, 7750, 7010, 0, 0, 0),
(1099, 7750, 7010, 0, 0, 0),
(1100, 7750, 7010, 0, 0, 0),
(1101, 7750, 7010, 0, 0, 0),
(1102, 7750, 7010, 0, 0, 0),
(1103, 7750, 7010, 0, 0, 0),
(1104, 7750, 7011, 0, 0, 0),
(1105, 7750, 7011, 0, 0, 0),
(1106, 7750, 7011, 0, 0, 0),
(1107, 7750, 7011, 0, 0, 0),
(1108, 7750, 7011, 0, 0, 0),
(1109, 7066, 7060, 0, 0, 0),
(1110, 7067, 7060, 0, 0, 0),
(1111, 7068, 7060, 0, 0, 0),
(1112, 7069, 7060, 0, 0, 0),
(1113, 7076, 7071, 0, 0, 0),
(1114, 7077, 7071, 0, 0, 0),
(1115, 7078, 7071, 0, 0, 0),
(1116, 7079, 7071, 0, 0, 0),
(1117, 7086, 7081, 0, 0, 0),
(1118, 7087, 7081, 0, 0, 0),
(1119, 7088, 7081, 0, 0, 0),
(1120, 7089, 7081, 0, 0, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `dunRoomData`
--
ALTER TABLE `dunRoomData`
  ADD PRIMARY KEY (`ai`),
  ADD KEY `dunRoomID` (`dunRoomID`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `dunRoomData`
--
ALTER TABLE `dunRoomData`
  MODIFY `ai` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1121;
/*!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 */;

Return to News

Who is online

Users browsing this forum: No registered users and 2 guests

cron