1
0
EQ2Emu/database/world/houses.sql

236 lines
20 KiB
SQL

DROP TABLE IF EXISTS houses;
CREATE TABLE houses (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL DEFAULT '0',
cost_coins INTEGER NOT NULL DEFAULT 0,
cost_status INTEGER NOT NULL DEFAULT 0,
upkeep_coins INTEGER NOT NULL DEFAULT 0,
upkeep_status INTEGER NOT NULL DEFAULT 0,
vault_slots INTEGER NOT NULL DEFAULT 0,
alignment INTEGER NOT NULL DEFAULT 0,
guild_level INTEGER NOT NULL DEFAULT 0,
zone_id INTEGER NOT NULL DEFAULT 0,
exit_zone_id INTEGER NOT NULL DEFAULT 0,
exit_x REAL NOT NULL DEFAULT 0,
exit_y REAL NOT NULL DEFAULT 0,
exit_z REAL NOT NULL DEFAULT 0,
exit_heading REAL NOT NULL DEFAULT 0
);
INSERT INTO houses VALUES
(1,'Valor Homesteads',0,0,500,0,6,1,0,501,470,-291.36,175.78,-95.34,171.58),
(2,'New Halas Magical Manor',0,0,0,0,6,1,0,503,470,-365.85,173.29,-77.23,228.77),
(3,'Manors of Erollisi',1070000,0,70000,0,6,1,0,503,470,-384.39,171.78,-103.18,331.18),
(4,'Glacial Villa',966000,0,38640,0,6,1,0,502,470,-401.35,170.58,-131.69,269.05),
(5,'Halas Guild Hall',50000000,0,500000,50000,6,0,30,515,470,-363.51,181.39,-189.8,217.94),
(6,'Manors of Mithaniel',1000000,200000,30000,50000,6,1,30,503,470,-317.8,180.16,-204.06,134.45),
(7,'Tundra Village',500000,80000,20000,8000,6,1,30,502,470,-295.137,173.36,-158.22,171.39),
(8,'Honor Homesteads',212100,0,8233,0,6,1,0,501,470,-274.72,172.65,-150.91,140.81),
(9,'The Peaceful Bough Inn',0,0,500,0,6,0,0,223,237,860.85,-20.48,-627.32,117.19),
(10,'The Bed and Book Inn',0,0,500,0,6,0,0,223,236,787.83,-9.97,-144.73,181.65),
(11,'The Frozen Tundra Tavern Inn and Spirits',0,0,500,0,6,0,0,223,235,875.07,-14.06,-127.31,170.65),
(12,'The Nettleville Inn',0,0,500,0,6,0,0,223,233,648.52,-24.93,349.37,323.43),
(13,'The Starcrest Inn',0,0,500,0,6,0,0,223,234,732.95,-20.46,258.8,105.73),
(14,'The Baubbleshire Inn',0,0,500,0,6,0,0,223,238,905.63,-17.76,-491.87,147.83),
(15,'1 Freedom Road',3872400,250000,154896,50000,6,2,30,152,559,-127.56,-34,173.13,95.65),
(16,'Freeport Guild Hall, Tier 1',25000000,0,250000,50000,6,0,30,381,559,-26.24,-7.01,196.85,96.92),
(17,'1 Justice Road',4838400,300000,193536,60000,6,2,30,153,559,-89.88,-16.75,285.72,312.37),
(18,'2 Justice Road',1161720,120000,46468,24000,6,2,30,151,559,-140.69,-17.04,287.64,222.33),
(19,'5 Freedom Road',966000,0,38640,0,6,2,0,149,559,-156.38,-25.29,275.29,48.43),
(20,'3 Freedom Road',966000,0,38640,0,6,2,0,149,559,-143.7,-25.29,262.3,132.48),
(21,'7 Freedom Road',966000,0,38640,0,6,2,0,149,559,-154.13,-20.04,272.09,148.46),
(22,'10 Freedom Road',579600,86000,23184,9000,6,2,20,150,559,-178.13,-28.97,263.21,344.39),
(23,'8 Freedom Road',579600,86000,23184,9000,6,2,20,150,559,-177.08,-28.97,252.22,241.44),
(24,'6 Freedom Road',579600,86000,23184,9000,6,2,20,150,559,-171.63,-28.97,241.38,235.72),
(25,'4 Freedom Road',1161720,120000,46468,24000,6,2,20,151,559,-173.54,-28.97,230.13,317.48),
(26,'Seafarer''s Roost Royal Suite',289800,64000,11592,6500,6,2,10,146,559,-229.14,-48.96,6.78,92.89),
(27,'Jade Tiger''s Den Social Suite 4',146160,22000,5846,3000,6,2,10,643,559,-76.04,-21.43,-66.42,347.65),
(28,'5 Compassion Road',3872400,250000,154896,50000,6,2,30,152,559,-183.25,-57.96,-190.02,65.3),
(29,'7 Compassion Road',3872400,250000,154896,50000,6,2,30,152,559,-218.91,-57.78,-149.41,73),
(30,'3 Compassion Road',3872400,250000,154896,50000,6,2,30,152,559,-156.55,-57.61,-234.52,73.08),
(31,'1 Integrity Road',3872400,250000,154896,50000,6,2,30,152,559,-96.82,-39.19,-227,341.07),
(32,'1 Compassion Road',4838496,300000,193536,60000,6,2,30,153,559,-142.55,-51.87,-296.25,69.84),
(33,'8 Integrity Road',579600,86000,23184,9000,6,2,20,150,559,-89.02,-33.51,-288.85,266.98),
(34,'6 Integrity Road',579600,86000,23184,9000,6,2,20,150,559,-85.79,-33.51,-302.52,268.62),
(35,'4 Integrity Road',579600,86000,23184,9000,6,2,20,150,559,-84.09,-33.51,-316.47,264.4),
(36,'2 Integrity Road',1161720,120000,46468,24000,6,2,20,151,559,-87.3,-33.51,-330.35,268.16),
(37,'10 Integrity Road',579600,86000,23184,9000,6,2,20,150,559,-99.81,-33.51,-278.94,176.26),
(38,'Freeport Large Guild Hall',100000000,0,1000000,100000,6,0,50,382,559,-16.47,-18.8,-261.23,95.75),
(39,'2 Freedom Road',3872400,250000,154896,50000,6,2,30,152,559,-137.23,-34.3,148.97,182.17),
(40,'1 Freedom Road',3872400,250000,154896,50000,6,2,30,152,559,-127.56,-34.01,173.13,95.85),
(41,'a simple Maj''Dul apartment',146160,22000,5846,3000,6,0,0,596,46,-130.86,138.03,117.76,98.94),
(42,'a Maj''Dul merchant apartment',579600,86000,23184,9000,6,0,0,596,46,-180.06,148.08,64.81,92.83),
(43,'a large Maj''Dul residence',1936200,0,77478,0,6,0,0,51,46,-232.74,137.83,69.97,76.2),
(44,'Affluent Maj''Dul residence',1161720,120000,46464,24000,6,0,0,51,46,133.54,143.59,122.32,91.62),
(45,'Maj''Dul Merchant Apartment',966000,0,38640,0,6,0,0,596,46,133.54,143.59,122.32,91.62),
(46,'8 Indigo Road',0,0,500,0,6,2,0,185,184,101.42,23.98,157.37,356.5),
(47,'2 Walk of the Dead',1000000,200000,30000,50000,6,2,30,187,184,-512.99,28.41,-64.15,114.61),
(48,'3 Walk of the Dead',1700000,0,70000,0,6,2,0,187,184,-671.6,28.41,-80.17,210.17),
(49,'4 Walk of the Dead',500000,80000,20000,8000,6,2,30,186,184,-695.7,28.2,-56.23,300.53),
(50,'1 Walk of the Dead',966000,0,38640,0,6,2,0,186,184,-533.09,28.36,-27.57,82.44),
(51,'Gorowyn Heights Magical Manor',0,0,0,0,6,2,0,275,263,2700.21,123.4,1121.9,153.38),
(52,'Upper Tenements',212100,0,8233,0,6,2,0,260,263,2725.02,130.04,1194.25,322.75),
(53,'Lower Tenements',0,0,500,0,6,2,0,260,263,2770,127.48,1134.85,99.03),
(54,'Gorowyn Standards',500000,80000,20000,8000,6,2,30,274,263,2805.1,135.53,1124.71,206.81),
(55,'Gorowyn Heights',1000000,200000,30000,50000,6,2,30,275,263,2831.67,135.75,1137.54,117.63),
(56,'Timorous Heights',1700000,0,70000,0,6,2,0,275,263,2828.46,128.81,1195.03,54.67),
(57,'Terrace Standards',966000,0,38640,0,6,2,0,274,263,2756.5,133.98,1242.65,343.13),
(58,'Silver Leaf Inn',0,0,500,0,6,1,0,110,114,434.01,93.96,320.19,4.39),
(59,'Aerie Ilka',212100,0,8233,0,6,1,0,110,114,400.04,94.42,199.67,11.34),
(60,'Aerie Sajlen',243600,0,9744,0,6,1,0,111,114,438.86,111.05,507.27,79.64),
(61,'Aerie Kaksi',966000,0,38640,0,6,1,0,112,114,381.61,105.83,487.61,267.58),
(62,'Aerie Khollo',500000,80000,20000,8000,6,1,30,112,114,423.13,128.24,391.55,167.64),
(63,'Aerie Kolmas',1688400,0,67536,0,6,1,0,113,114,385.23,105.83,504.13,330.47),
(64,'Aerie Amree',1000000,200000,30000,50000,6,1,30,113,114,404.14,128.24,394.53,175.05),
(65,'3 Integrity Road',966000,0,38640,0,6,2,0,149,559,-140.21,-41.22,-161.25,138.45),
(66,'5 Integrity Road',966000,0,38640,0,6,2,0,149,559,-148.99,-41.22,-145.83,326.08),
(67,'7 Integrity Road',1936200,0,77448,0,6,2,0,151,559,-141.5,-35.98,-158.22,266.52),
(68,'2 Bayle Court',4838400,300000,193536,60000,6,1,30,230,589,720.74,-19.31,202.42,16.2),
(69,'4 Bayle Court',4838400,300000,193536,60000,6,1,30,230,589,743.75,-19.73,195.84,25.63),
(70,'21 Lucie Street',1161720,120000,46468,24000,6,1,20,229,589,671.74,-17.98,215.36,205.9),
(71,'17 Lucie Street',1161720,120000,46468,24000,6,1,20,228,589,650.94,-17.95,219.41,195.32),
(72,'15 Lucie Street',579600,86000,23184,9000,6,1,20,227,589,634.99,-17.11,225.09,191.53),
(73,'20 Lucie Street',1161720,120000,46486,24000,6,1,0,228,589,622.8,-18.02,237.42,9.43),
(74,'18 Lucie Street',966000,0,38640,0,6,1,0,227,589,600.56,-17.81,241.46,13.7),
(75,'9 Lucie Street',579600,86000,23184,9000,6,1,20,227,589,572.98,-16.53,236.14,188.57),
(76,'12 Karana Court',579600,86000,23184,9000,6,1,20,227,589,592.55,-16.57,214.98,7.18),
(77,'14 Karana Court',579600,86000,23184,9000,6,1,20,227,589,629.4,-17.14,208.45,5.45),
(78,'2 Karana Court',3872400,250000,154896,50000,6,1,30,230,589,606.87,-14.68,198.63,205.64),
(79,'18 Karana Court',1161720,120000,46468,24000,6,1,20,228,589,657.31,-17.95,201.26,14.12),
(80,'20 Karana Court',1161720,120000,46468,24000,6,1,20,229,589,665.53,-17.95,196.89,14.51),
(81,'5 Lucie Street',579600,86000,23184,9000,6,1,20,227,589,529.47,-17.85,238.51,174.14),
(82,'12 Lucie Street',964000,0,38640,0,6,1,0,227,589,536.16,-17.91,245.56,11.08),
(83,'8 Lucie Street',966000,0,38640,0,6,1,0,227,589,511.56,-19.18,245.71,3.35),
(84,'2 Lucie Street',966000,0,38640,0,6,1,0,227,589,481.1,-20.08,244.43,359.27),
(85,'6 Karana Court',579600,86000,38640,9000,6,1,20,227,589,542.37,-16.7,219.15,70.91),
(86,'3 Tranquil Way',966000,0,38640,0,6,1,0,227,589,484.35,-19.51,267.16,180.18),
(87,'7 Tranquil Way',966000,0,38640,0,6,1,0,227,589,511.78,-18.26,268.68,218.12),
(88,'13 Tranquil Way',966000,0,38640,0,6,1,0,227,589,594.43,-17.24,265.47,202.18),
(89,'15 Tranquil Way',966000,0,38640,0,6,1,0,228,589,608.09,-17.19,263.71,246.87),
(90,'17 Tranquil Way',1936200,0,77448,0,6,1,0,229,589,628,-17.93,258.47,208.19),
(91,'8 Erollisi Lane',3872400,250000,154896,50000,6,1,30,230,589,587,-9.27,151.19,10.08),
(92,'5 Erollisi Lane',3872400,250000,154896,50000,6,1,30,230,589,610.22,-10.71,138.46,185.82),
(93,'Lion''s Mane Vestige Room - Graystone Yard',0,0,500,0,6,1,0,223,589,514.79,-3.5,125.81,226.57),
(94,'Lion''s Mane Suite Room',243600,0,9744,0,6,1,0,225,589,523.34,-3.5,127.05,221.74),
(95,'Lion''s Mane Vestige Room - Starcrest Commune',0,0,500,0,6,1,0,223,589,532.64,-3.5,128.31,207.89),
(96,'Lion''s Mane Vestige Room - Nettleville',0,0,500,0,6,1,0,223,589,538.93,-3.5,127.94,111.14),
(97,'Lion''s Mane Suite Room Status',146160,22000,5846,3000,6,1,10,226,589,557.38,-3.5,128.21,256.25),
(98,'Lion''s Mane Vestige Room - Castleview Hamlet',0,0,500,0,6,1,0,223,589,562.06,-3.5,127.8,221.55),
(99,'Lion''s Mane Vestige Room - The Willow Wood',0,0,500,0,6,1,0,223,589,580.16,-3.49,126.34,233.13),
(100,'Lion''s Mane Vestige Room - The Baubbleshire',0,0,500,0,6,1,0,223,589,582.45,-3.48,126.95,198.13),
(101,'Qeynos Guild Hall, Tier 2',100000000,100000,1000000,0,6,1,50,378,589,482.62,-11.27,112.93,166.62),
(102,'Irontoes East Large Inn Room',253600,0,9744,0,6,1,0,225,589,345.31,-14.49,151.66,256.55),
(103,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,1,10,226,589,351.06,-14.49,148.94,0),
(104,'Qeynos Guild Hall, Tier 1',25000000,0,250000,50000,6,1,30,377,589,329.16,-20.89,3.84,50.79),
(105,'Elysium Inn',0,0,500,0,6,0,0,145,138,-48.15,2.5,4.18,86.36),
(106,'Da Dirt Nap Inn',0,0,500,0,6,0,0,145,134,-20.8,0,-12.94,203.76),
(107,'5 Karana Court',3872400,250000,154896,50000,6,1,30,230,589,607.46,-14.75,198.54,203.2),
(108,'Irontoes East Large Inn Room',243600,0,9744,0,6,1,0,225,589,350.4,-14.49,148.68,293.55),
(109,'Irontoes East Large Inn Room',243600,0,9744,0,6,1,0,225,589,354.58,-14.49,144.33,298),
(110,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,1,10,226,589,355.69,-14.49,145.21,334.33),
(111,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,1,10,226,589,358.78,-14.49,141.17,121.25),
(112,'Irontoes East Large Inn Room',243600,0,9744,0,6,1,0,225,589,358.58,-14.49,139.77,147.55),
(113,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,1,10,226,589,570.64,-3.5,126.67,260.25),
(114,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,1,10,226,589,583.94,-3.48,133.63,117.27),
(115,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,1,10,226,589,563.3,-3.5,137.86,78.14),
(116,'Lion''s Mane Suite Room',243600,0,9744,0,6,1,0,225,589,523.06,-3.5,127.07,80.44),
(117,'Lion''s Mane Suite Room',243600,0,9744,0,6,1,0,225,589,510.95,-3.48,126.84,156.79),
(118,'Lion''s Mane Suite Room',243600,0,9744,0,6,1,0,225,589,512.81,-3.5,135.34,262.16),
(119,'Lion''s Mane Suite Room',243600,0,9744,0,6,1,0,225,589,530.8,-3.5,137.6,247.61),
(120,'Gorowyn Guild Hall',25000000,0,250000,50000,6,2,30,381,263,2829.86,122.45,1234.39,78.57),
(121,'Irontoes East Large Inn Room',243600,0,9744,0,6,0,0,225,222,343.43,-14.49,149.84,239.41),
(122,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,0,10,226,222,350.81,-14.49,149.57,318.34),
(123,'Irontoes East Large Inn Room',243600,0,9744,0,6,0,0,225,222,349.37,-14.49,149.24,139.11),
(124,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,0,10,226,222,355.66,-14.49,145.23,290.26),
(125,'Irontoes East Large Inn Room',243600,0,9744,0,6,0,0,225,222,354.48,-14.49,143.88,317.96),
(126,'Irontoes East Large Inn Room',243600,0,9744,0,6,0,0,225,222,357.95,-14.49,140.63,316.11),
(127,'Irontoes East Large Inn Room',146160,22000,5846,3000,6,0,10,226,222,359.56,-14.49,140.93,310.7),
(128,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,0,10,226,231,556.48,-3.5,127.89,106.94),
(129,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,0,10,226,231,569.46,-3.5,126.4,139.05),
(130,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,0,10,226,231,584.88,-3.46,132.72,74.16),
(131,'Lion''s Mane Suite Room',146160,22000,5846,3000,6,0,10,226,231,563.14,-3.5,137.76,285.8),
(132,'Lion''s Mane Suite Room',243600,0,9744,0,6,0,0,225,231,523.49,-3.5,126.12,212.69),
(133,'Lion''s Mane Suite Room',243600,0,9744,0,6,0,0,225,231,510.71,-3.48,127.29,187.35),
(134,'Lion''s Mane Suite Room',243600,0,9744,0,6,0,0,225,231,512.36,-3.49,135.48,271.53),
(135,'Lion''s Mane Suite Room',243600,0,9744,0,6,0,0,225,231,531.52,-3.5,137.91,272.41),
(136,'5 Erollisi Lane',3872400,250000,154896,50000,6,1,30,230,231,610.22,-10.71,138.46,185.82),
(137,'8 Erollisi Lane',3872400,250000,154896,50000,6,1,30,230,231,587,-9.27,151.19,10.08),
(138,'5 Karana Court',3872400,250000,154896,50000,6,1,30,230,231,607.46,-14.75,198.54,203.2),
(139,'20 Karana Court',1161720,120000,46468,24000,6,1,20,229,231,665.53,-17.95,196.89,14.51),
(140,'18 Karana Court',1161720,120000,46468,24000,6,1,20,228,231,657.31,-17.95,201.26,14.12),
(141,'14 Karana Court',579600,86000,23184,9000,6,1,20,227,231,629.4,-17.14,208.45,5.45),
(142,'12 Karana Court',579600,86000,23184,9000,6,1,20,227,231,592.55,-16.57,214.98,7.18),
(143,'6 Karana Court',579600,86000,38640,9000,6,1,20,227,231,542.37,-16.7,219.15,70.91),
(144,'5 Lucie Street',579600,86000,23184,9000,6,1,20,227,231,529.47,-17.85,238.51,174.14),
(145,'12 Lucie Street',964000,0,38640,0,6,1,0,227,231,536.16,-17.91,245.56,11.08),
(146,'8 Lucie Street',966000,0,38640,0,6,1,0,227,231,511.56,-19.18,245.71,3.35),
(147,'2 Lucie Street',966000,0,38640,0,6,1,0,227,231,481.1,-20.08,244.43,359.27),
(148,'3 Tranquil Way',966000,0,38640,0,6,1,0,227,231,484.35,-19.51,267.16,180.18),
(149,'7 Tranquil Way',966000,0,38640,0,6,1,0,227,231,511.78,-18.26,268.68,218.12),
(150,'9 Lucie Street',579600,86000,23184,9000,6,1,20,227,231,572.98,-16.53,236.14,188.57),
(151,'18 Lucie Street',966000,0,38640,0,6,1,0,227,231,600.56,-17.81,241.46,13.7),
(152,'20 Lucie Street',1161720,120000,46486,24000,6,1,0,228,231,622.8,-18.02,237.42,9.43),
(153,'15 Lucie Street',579600,86000,23184,9000,6,1,20,227,231,634.99,-17.11,225.09,191.53),
(154,'17 Lucie Street',1161720,120000,46468,24000,6,1,20,228,231,650.94,-17.95,219.41,195.32),
(155,'21 Lucie Street',1161720,120000,46468,24000,6,1,20,229,231,671.74,-17.98,215.36,205.9),
(156,'2 Bayle Court',4838400,300000,193536,60000,6,1,30,230,231,720.74,-19.31,202.42,16.2),
(157,'4 Bayle Court',4838400,300000,193536,60000,6,1,30,230,231,743.75,-19.73,195.84,25.63),
(158,'17 Tranquil Way',1936200,0,77448,0,6,1,0,229,231,628,-17.93,258.47,208.19),
(159,'15 Tranquil Way',966000,0,38640,0,6,1,0,228,231,608.09,-17.19,263.71,246.87),
(160,'13 Tranquil Way',966000,0,38640,0,6,1,0,227,231,594.43,-17.24,265.47,202.18),
(161,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,660,803.69,-17.27,59.13,145.8),
(162,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,221,803.69,-17.27,59.13,145.8),
(163,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,221,806.74,-17.27,51.95,153.8),
(164,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,221,801.19,-11.27,63.78,353),
(165,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,221,802.72,-11.27,51.59,322),
(166,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,221,799.44,-11.27,57.5,328.79),
(167,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,221,796.8,-11.27,62.1,314.2),
(168,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,660,806.74,-17.27,51.95,153.8),
(169,'Fish''s Alehouse Luxury Apartment',483000,0,19320,0,6,0,0,225,660,801.19,-11.27,63.78,353),
(170,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,660,802.72,-11.27,51.59,322),
(171,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,660,799.44,-11.27,57.5,328.79),
(172,'Fish''s Alehouse Luxury Apartment',289800,64000,11592,6500,6,0,10,226,660,796.8,-11.27,62.1,314.2),
(173,'1 Integrity Road',3872400,250000,154896,50000,6,2,30,152,144,-96.82,-39.19,-227,341.07),
(174,'5 Integrity Road',966000,0,38640,0,6,2,0,149,144,-148.99,-41.22,-145.83,326.08),
(175,'7 Integrity Road',1936200,0,77448,0,6,2,0,151,144,-141.5,-35.98,-158.22,266.52),
(176,'7 Compassion Road',3872400,250000,154896,50000,6,2,30,152,144,-218.91,-57.78,-149.41,73),
(177,'5 Compassion Road',3872400,250000,154896,50000,6,2,30,152,144,-183.25,-57.96,-190.02,65.3),
(178,'3 Compassion Road',3872400,250000,154896,50000,6,2,30,152,144,-156.55,-57.61,-234.52,73.08),
(179,'1 Compassion Road',4838496,300000,193536,60000,6,2,30,153,144,-142.55,-51.87,-296.25,69.84),
(180,'2 Integrity Road',1161720,120000,46468,24000,6,2,20,151,144,-87.3,-33.51,-330.35,268.16),
(181,'4 Integrity Road',579600,86000,23184,9000,6,2,20,150,144,-84.09,-33.51,-316.47,264.4),
(182,'6 Integrity Road',579600,86000,23184,9000,6,2,20,150,144,-85.79,-33.51,-302.52,268.62),
(183,'8 Integrity Road',579600,86000,23184,9000,6,2,20,150,144,-89.02,-33.51,-288.85,266.98),
(184,'10 Integrity Road',579600,86000,23184,9000,6,2,20,150,144,-99.81,-33.51,-278.94,176.26),
(185,'3 Integrity Road',966000,0,38640,0,6,2,0,149,144,-140.21,-41.22,-161.25,138.45),
(186,'Blood Haze Inn Room No. 3',243600,0,9744,0,6,2,0,147,168,263.52,9.06,127.9,265.19),
(187,'Blood Haze Inn Room No. 2',243600,0,9744,0,6,2,0,147,168,264.41,-2.9,121.75,268.15),
(188,'Blood Haze Inn Room No. 1',243600,0,9744,0,6,2,0,147,168,277.88,-2.9,121.99,266.27),
(189,'Blood Haze Inn Room No. 4',146160,22000,5846,300,6,2,10,148,168,277.32,-2.9,125.33,270.47),
(190,'Blood Haze Inn Room No. 5',146160,22000,5846,300,6,2,10,148,168,263.57,-2.9,125.31,270.45),
(191,'Blood Haze Inn Room No. 6',146160,22000,5846,300,6,2,10,148,168,278.09,9.06,127.09,277.55),
(192,'2 Freedom Road',3872400,250000,154896,50000,6,2,30,152,166,-137.23,-34.3,148.97,182.17),
(193,'1 Freedom Road',3872400,250000,154896,50000,6,2,30,152,166,-127.56,-34,173.13,95.65),
(194,'3 Freedom Road',966000,0,38640,0,6,2,0,149,166,-143.7,-25.29,262.3,132.48),
(195,'5 Freedom Road',966000,0,38640,0,6,2,0,149,166,-156.38,-25.29,275.29,48.43),
(196,'7 Freedom Road',966000,0,38640,0,6,2,0,149,166,-154.13,-20.04,272.09,148.46),
(197,'2 Justice Road',1161720,120000,46468,24000,6,2,30,151,166,-140.69,-17.04,287.64,222.33),
(198,'1 Justice Road',4838400,300000,193536,60000,6,2,30,153,166,-89.88,-16.75,285.72,312.37),
(199,'4 Freedom Road',1161720,120000,46468,24000,6,2,20,151,166,-173.54,-28.97,230.13,317.48),
(200,'6 Freedom Road',579600,86000,23184,9000,6,2,20,150,166,-171.63,-28.97,241.38,235.72),
(201,'8 Freedom Road',579600,86000,23184,9000,6,2,20,150,166,-177.08,-28.97,252.22,241.44),
(202,'10 Freedom Road',579600,86000,23184,9000,6,2,20,150,166,-178.13,-28.97,263.21,344.39),
(203,'Seafarer''s Roost Royal Suite',289800,64000,11592,6500,6,2,10,146,128,-229.14,-48.96,6.78,92.89),
(204,'Jade Tiger''s Den Comfort Suite 1',243600,0,9744,0,6,2,0,147,559,-83.81,-21.43,-84.69,262.49),
(205,'Jade Tiger''s Den Comfort Suite 2',243600,0,9744,0,6,2,0,147,559,-77.85,-21.43,-83.19,278.93),
(206,'Jade Tiger''s Den Comfort Suite 3',243600,0,9744,0,6,2,0,147,559,-72.75,-21.43,-80.96,261.67),
(207,'Jade Tiger''s Den Basic Room',0,0,500,0,6,2,0,145,559,263.52,9.06,127.9,265.19),
(208,'Jade Tiger''s Den Social Suite 1',146160,22000,5846,3000,6,2,10,643,559,-92.82,-21.43,-69.52,265.26),
(209,'Jade Tiger''s Den Social Suite 2',146160,22000,5846,3000,6,2,10,643,559,-88.16,-21.43,-69.3,252.28),
(210,'Jade Tiger''s Den Social Suite 3',146160,22000,5846,3000,6,2,10,643,559,-80.88,-21.43,-67.19,256.28),
(211,'Jade Tiger''s Den Comfort Suite 6',243600,0,9744,0,6,2,0,147,559,-77.69,-11,-79.97,98.11),
(212,'Safe Haven Inn',0,0,500,0,6,0,0,145,135,6.43,0,-47.21,173.36),
(213,'Chamber of Horizontal Stasis',0,0,500,0,6,0,0,145,136,11.09,3,89.83,28.72),
(214,'The Heated Stone Inn',0,0,500,0,6,0,0,145,139,25.34,-4.38,33.27,76.15),
(215,'The Flophouse Inn',0,0,500,0,6,0,0,145,137,13.11,-0.03,76.66,356.18);