1
0
EQ2Emu/database/common/appearances.sql
2025-07-02 20:33:51 -05:00

36827 lines
2.9 MiB

DROP TABLE IF EXISTS appearances;
CREATE TABLE appearances (
id INTEGER PRIMARY KEY,
appearance_id INTEGER NOT NULL UNIQUE,
name TEXT NOT NULL,
min_client_version INTEGER NOT NULL DEFAULT 0
);
INSERT INTO appearances VALUES
(1,1,'staticobjects/encounter_chest',283),
(2,2,'staticobjects/everling_portrait',283),
(3,3,'staticobjects/bed_single',283),
(4,4,'staticobjects/chair_1',283),
(5,5,'staticobjects/chandalier_iron',283),
(6,6,'staticobjects/table_1',283),
(7,7,'staticobjects/mirror_1',283),
(8,8,'staticobjects/crate_smallopen',283),
(9,9,'staticobjects/cask_upright',283),
(10,12,'staticobjects/respawn_tent',283),
(11,13,'staticobjects/fprt_sewer_entrance',283),
(12,14,'staticobjects/boat_temp',283),
(13,15,'staticobjects/encounter_chest_animated',283),
(14,16,'staticobjects/mariners_bell',283),
(15,17,'staticobjects/chessboard',283),
(16,18,'staticobjects/tutorial_drake',283),
(17,19,'staticobjects/signs/freeport/sign_post',283),
(18,20,'staticobjects/signs/freeport/sign_post_arrow',283),
(19,21,'staticobjects/signs/freeport/hood_sign_post',283),
(20,22,'staticobjects/signs/freeport/hood_sign_post_arrow_beggarscourt',283),
(21,23,'staticobjects/signs/freeport/hood_sign_post_arrow_bigbend',283),
(22,24,'staticobjects/signs/freeport/hood_sign_post_arrow_longshadow',283),
(23,25,'staticobjects/signs/freeport/hood_sign_post_arrow_templestreet',283),
(24,26,'staticobjects/signs/freeport/hood_sign_wall_large',283),
(25,27,'staticobjects/signs/freeport/hood_sign_wall_medium',283),
(26,28,'staticobjects/signs/freeport/hood_sign_wall_small',283),
(27,29,'staticobjects/signs/general/orc_stump_signpost',283),
(28,30,'staticobjects/signs/qeynos/qey_roadsign_post01',283),
(29,31,'staticobjects/signs/qeynos/qey_roadsign_sign01',283),
(30,32,'staticobjects/qey_elddar/tree_big',283),
(31,33,'staticobjects/qey_elddar/tree_small',283),
(32,34,'staticobjects/qey_elddar/eye_of_ro',283),
(33,35,'staticobjects/qey_village01/testvase',283),
(34,36,'staticobjects/qeynos/qey_roadsign_post01',283),
(35,37,'staticobjects/qeynos/qey_roadsign_sign01',283),
(36,38,'staticobjects/qeynos/qey_catacomb_entrance01',283),
(37,39,'staticobjects/general/orc_generic_signpost02_nektulos',283),
(38,40,'staticobjects/general/orc_generic_signpost_03_freeport_nektulos',283),
(39,41,'staticobjects/blacksmith/qey_blacksmith_anvil001',283),
(40,42,'staticobjects/blacksmith/qey_blacksmith_bellows001',283),
(41,43,'staticobjects/blacksmith/qey_blacksmith_hammer001',283),
(42,44,'staticobjects/blacksmith/qey_blacksmith_oven001',283),
(43,45,'staticobjects/blacksmith/qey_blacksmith_pliers001',283),
(44,46,'staticobjects/blacksmith/qey_blacksmith_table001',283),
(45,47,'staticobjects/poppies/qey_blacksmith_oven001',283),
(46,48,'staticobjects/poppies/fprt_poppies_a',283),
(47,49,'code/unknown',283),
(48,50,'code/defaultapp',283),
(49,53,'ec/pc/ratonga/ratonga_male',283),
(50,54,'ec/pc/ratonga/ratonga_female',283),
(51,55,'ec/pc/ratonga/ratonga_female_01',283),
(52,56,'ec/pc/ratonga/ratonga_female_02',283),
(53,57,'ec/pc/ratonga/ratonga_female_03',283),
(54,58,'ec/pc/ratonga/ratonga_female_04',283),
(55,59,'ec/pc/ratonga/ratonga_female_05',283),
(56,60,'ec/pc/ratonga/ratonga_male_01',283),
(57,61,'ec/pc/ratonga/ratonga_male_02',283),
(58,62,'ec/pc/ratonga/ratonga_male_03',283),
(59,63,'ec/pc/ratonga/ratonga_male_04',283),
(60,64,'ec/pc/ratonga/ratonga_male_05',283),
(61,65,'ec/pc/ratonga/ratonga_male_06',283),
(62,66,'ec/pc/ratonga/ratonga_male_07',283),
(63,67,'ec/pc/ratonga/ratonga_male_08',283),
(64,68,'ec/pc/ratonga/ratonga_male_09',283),
(65,69,'ec/pc/ratonga/ratonga_male_10',283),
(66,70,'ec/pc/ratonga/ratonga_male_11',283),
(67,71,'ec/pc/ratonga/ratonga_male_12',283),
(68,72,'ec/pc/ratonga/ratonga_male_13',283),
(69,73,'ec/pc/ratonga/ratonga_male_14',283),
(70,76,'ec/pc/froglok/froglok_female',283),
(71,77,'ec/pc/froglok/froglok_male',283),
(72,78,'ec/pc/halfelf/halfelf_male',283),
(73,79,'ec/pc/halfelf/halfelf_female',283),
(74,81,'ec/pc/kerra/kerra_female',283),
(75,82,'ec/pc/kerra/kerra_male',283),
(76,91,'ec/pc/kerra/kerra_female_01',283),
(77,92,'ec/pc/kerra/kerra_female_02',283),
(78,93,'ec/pc/kerra/kerra_female_03',283),
(79,94,'ec/pc/kerra/kerra_female_04',283),
(80,95,'ec/pc/kerra/kerra_female_05',283),
(81,96,'ec/pc/kerra/kerra_female_06',283),
(82,97,'ec/pc/kerra/kerra_male_01',283),
(83,98,'ec/pc/kerra/kerra_male_02',283),
(84,99,'ec/pc/kerra/kerra_male_03',283),
(85,100,'ec/pc/kerra/kerra_male_05',283),
(86,101,'ec/pc/kerra/kerra_male_06',283),
(87,102,'ec/pc/kerra/kerra_male_04',283),
(88,103,'ec/pc/iksar/iksar_male',283),
(89,104,'ec/pc/iksar/iksar_female',283),
(90,105,'ec/pc/troll/troll_female',283),
(91,106,'ec/pc/troll/troll_male',283),
(92,107,'ec/pc/halfling/halfling_female',283),
(93,108,'ec/pc/halfling/halfling_male',283),
(94,109,'ec/pc/dwarf/dwarf_female',283),
(95,110,'ec/pc/dwarf/dwarf_male',283),
(96,111,'ec/pc/barbarian/barbarian_female',283),
(97,112,'ec/pc/barbarian/barbarian_male',283),
(98,113,'ec/pc/woodelf/woodelf_female',283),
(99,114,'ec/pc/woodelf/woodelf_male',283),
(100,115,'ec/pc/darkelf/darkelf_male',283),
(101,116,'ec/pc/darkelf/darkelf_female',283),
(102,119,'ec/pc/erudite/erudite_male',283),
(103,120,'ec/pc/erudite/erudite_female',283),
(104,121,'ec/pc/gnome/gnome_male',283),
(105,122,'ec/pc/gnome/gnome_female',283),
(106,123,'ec/pc/ogre/ogre_female',283),
(107,124,'ec/pc/ogre/ogre_male',283),
(108,132,'ec/pc/human/human_female',283),
(109,134,'ec/pc/human/human_male',283),
(110,135,'ec/pc/highelf/highelf_female',283),
(111,136,'ec/pc/highelf/highelf_male',283),
(112,137,'ec/npc/orc',283),
(113,138,'ec/npc/skeleton',283),
(114,139,'ec/npc/skeletonorc',283),
(115,140,'ec/npc/zombie',283),
(116,141,'ec/npc/orcshaman',283),
(117,142,'ec/npc/zombie_fresh_female',283),
(118,143,'ec/npc/zombie_fresh_male',283),
(119,144,'ec/npc/helmsman_wheel',283),
(120,145,'ec/npc/goblin',283),
(121,146,'ec/npc/flaming_skeleton',283),
(122,147,'creatures/boss/fallengate',283),
(123,148,'creatures/tu/livingstatue',283),
(124,149,'creatures/tu/mysticdoll',283),
(125,150,'creatures/tu/bixie',283),
(126,151,'creatures/tu/troglodyte',283),
(127,152,'creatures/tu/earth_elem',283),
(128,153,'creatures/tu/obsidian_earth_elem',283),
(129,154,'creatures/tu/riverrock_earth_elem',283),
(130,155,'creatures/tu/stone_earth_elem',283),
(131,156,'creatures/tu/elementalair',283),
(132,157,'creatures/tu/minotaur',283),
(133,158,'creatures/tu/minotaur_albino',283),
(134,159,'creatures/tu/minotaur_undead',283),
(135,160,'creatures/tu/golem_clay',283),
(136,161,'creatures/tu/golem_flesh',283),
(137,162,'creatures/tu/golem_stone',283),
(138,163,'creatures/tu/bixie_small',283),
(139,164,'creatures/tu/fairy',283),
(140,165,'creatures/tu/mermaid',283),
(141,166,'creatures/tu/ettin',283),
(142,167,'creatures/tu/ettin_darker',283),
(143,168,'creatures/tu/lizardman',283),
(144,169,'creatures/tu/lavastatue',283),
(145,170,'creatures/tu/boarfiend',283),
(146,171,'creatures/tu/elementalfire',283),
(147,172,'creatures/tu/elementalfire_demo',283),
(148,173,'creatures/tu/nymph_dryad',283),
(149,174,'creatures/tu/nymph_dryad_corrupt',283),
(150,175,'creatures/tu/gelatinouscube',283),
(151,176,'creatures/tu/amygdalan_dreadknight',283),
(152,177,'creatures/tu/amygdalan_knight',283),
(153,178,'creatures/tu/amygdalan_warrior',283),
(154,179,'creatures/tu/gelatinouscube_refract',283),
(155,180,'creatures/tu/siren',283),
(156,181,'creatures/tu/dragonfly_faerie',283),
(157,182,'creatures/tu/valkyrie',283),
(158,183,'creatures/tu/tentacleterror',283),
(159,188,'creatures/tu/additionalmodels/valkyrie_skirt',283),
(160,189,'creatures/mounts/vulwretch',283),
(161,190,'creatures/monsters/monitorlizard',283),
(162,191,'creatures/monsters/beam',283),
(163,192,'creatures/monsters/beam2',283),
(164,193,'creatures/monsters/icky_bat',283),
(165,194,'creatures/monsters/barracuda',283),
(166,195,'creatures/monsters/elementalwater',283),
(167,196,'creatures/monsters/rat',283),
(168,197,'creatures/monsters/flyingsnake',283),
(169,198,'creatures/monsters/bear',283),
(170,199,'creatures/monsters/monitorlizard_black',283),
(171,200,'creatures/monsters/monitorlizard_blue',283),
(172,201,'creatures/monsters/monitorlizard_orange',283),
(173,203,'creatures/monsters/vox',283),
(174,204,'creatures/monsters/pihrana',283),
(175,205,'creatures/monsters/spider',283),
(176,206,'creatures/monsters/dikdik',283),
(177,207,'creatures/monsters/beaver',283),
(178,208,'creatures/monsters/beetle',283),
(179,209,'creatures/monsters/goo',283),
(180,210,'creatures/monsters/octopus',283),
(181,211,'creatures/monsters/crab',283),
(182,212,'creatures/monsters/treeent',283),
(183,213,'creatures/monsters/snake',283),
(184,214,'creatures/monsters/seaturtle_gold',283),
(185,215,'creatures/monsters/turtle',283),
(186,216,'creatures/monsters/wolf',283),
(187,217,'creatures/monsters/bee',283),
(188,218,'creatures/monsters/seaturtle',283),
(189,219,'creatures/monsters/mantaray',283),
(190,220,'creatures/monsters/armadillo',283),
(191,221,'creatures/monsters/beetlefire',283),
(192,222,'creatures/monsters/beetleglow',283),
(193,223,'creatures/monsters/beetlegold',283),
(194,224,'creatures/monsters/frog',283),
(195,225,'creatures/monsters/griffin',283),
(196,226,'creatures/monsters/mimic',283),
(197,227,'creatures/monsters/albinosnake',283),
(198,228,'creatures/monsters/flying_dragon',283),
(199,229,'creatures/monsters/ground_dragon',283),
(200,230,'creatures/monsters/iron_guardian',283),
(201,231,'creatures/monsters/kholrat',283),
(202,232,'creatures/monsters/molerat',283),
(203,233,'creatures/monsters/plague_rat',283),
(204,234,'creatures/monsters/redsnake',283),
(205,235,'creatures/monsters/rustmonster',283),
(206,236,'creatures/monsters/thoughtbleeder',283),
(207,237,'creatures/monsters/blue_frog',283),
(208,238,'creatures/monsters/drake',283),
(209,239,'creatures/monsters/bat',283),
(210,240,'creatures/monsters/voidbeast',283),
(211,241,'creatures/monsters/swordfish',283),
(212,242,'creatures/monsters/shark',283),
(213,243,'creatures/monsters/spider_cave',283),
(214,244,'creatures/monsters/spider_fat',283),
(215,245,'creatures/monsters/spider_fat_green',283),
(216,246,'creatures/monsters/spider_fat_ice',283),
(217,247,'creatures/monsters/evileye',283),
(218,248,'creatures/monsters/bee_giant',283),
(219,249,'creatures/monsters/crab_fire',283),
(220,250,'creatures/monsters/scorpion_yellow',283),
(221,251,'creatures/monsters/scorpion_black',283),
(222,252,'creatures/monsters/slug',283),
(223,253,'creatures/monsters/mantaray_dark',283),
(224,254,'creatures/monsters/mantaray_darkblue',283),
(225,255,'creatures/monsters/mantaray_undead',283),
(226,256,'creatures/monsters/centipede',283),
(227,257,'creatures/monsters/centipede_blue',283),
(228,258,'creatures/monsters/centipede_bluegreen',283),
(229,259,'creatures/monsters/cow',283),
(230,260,'creatures/monsters/hawk',283),
(231,261,'creatures/monsters/scarecrow',283),
(232,262,'creatures/monsters/hoovedcarnivore',283),
(233,263,'creatures/monsters/hoovedcarnivorebrown',283),
(234,264,'creatures/monsters/elephant',283),
(235,265,'creatures/monsters/elephantgrey',283),
(236,266,'creatures/monsters/rhino',283),
(237,267,'creatures/monsters/badger',283),
(238,268,'creatures/monsters/unicorn',283),
(239,269,'creatures/monsters/duck',283),
(240,270,'creatures/monsters/owlbear',283),
(241,271,'creatures/monsters/pig',283),
(242,272,'creatures/monsters/pigspotted',283),
(243,273,'creatures/monsters/willowisp',283),
(244,274,'creatures/monsters/root_horror',283),
(245,275,'creatures/monsters/nagafen',283),
(246,276,'creatures/monsters/wasp',283),
(247,277,'creatures/monsters/flyingsnake_cave',283),
(248,278,'creatures/monsters/hyena',283),
(249,279,'creatures/monsters/book_minion',283),
(250,280,'creatures/monsters/book_minion_gardening',283),
(251,281,'creatures/monsters/book_minion_griffin_to_molerat',283),
(252,282,'creatures/monsters/book_minion_reading_for_dummies',283),
(253,283,'creatures/monsters/book_minion_squirrel_to_walrusman',283),
(254,284,'creatures/monsters/catoplebas',283),
(255,285,'creatures/monsters/watertentacle',283),
(256,286,'creatures/monsters/watertentacle_watery',283),
(257,287,'creatures/monsters/crystal_dragon',283),
(258,288,'creatures/monsters/octopus_boss',283),
(259,289,'creatures/monsters/seaturtle_boss',283),
(260,290,'creatures/monsters/skeleton_boss',283),
(261,291,'creatures/monsters/cow_boss',283),
(262,292,'creatures/monsters/wasp_small',283),
(263,293,'creatures/monsters/manticore',283),
(264,294,'creatures/monsters/goo_bubblegum',283),
(265,295,'creatures/monsters/goo_fire',283),
(266,296,'creatures/monsters/goo_lectric',283),
(267,297,'creatures/monsters/goo_snot',283),
(268,298,'creatures/monsters/goo_black',283),
(269,299,'creatures/monsters/goo_mud',283),
(270,300,'creatures/monsters/goo_red',283),
(271,301,'creatures/monsters/goo_slug',283),
(272,302,'creatures/monsters/dragon_ice',283),
(273,303,'creatures/monsters/lion',283),
(274,304,'creatures/monsters/cat_orange',283),
(275,305,'creatures/monsters/cat_gray',283),
(276,306,'creatures/monsters/cat',283),
(277,307,'creatures/monsters/dervish',283),
(278,308,'creatures/monsters/dervish_fire',283),
(279,309,'creatures/monsters/dervish_glass',283),
(280,310,'creatures/monsters/wyrm',283),
(281,311,'creatures/monsters/dervish_ice',283),
(282,312,'creatures/monsters/dervish_iron',283),
(283,413,'accessories/wearable_items/woven/uncommon/medium/chest',283),
(284,414,'accessories/wearable_items/woven/uncommon/medium/feet',283),
(285,415,'accessories/wearable_items/woven/uncommon/medium/forearms',283),
(286,416,'accessories/wearable_items/woven/uncommon/medium/hands',283),
(287,417,'accessories/wearable_items/woven/uncommon/medium/head',283),
(288,418,'accessories/wearable_items/woven/uncommon/medium/legs',283),
(289,419,'accessories/wearable_items/woven/uncommon/medium/shoulders',283),
(290,420,'accessories/wearable_items/woven/uncommon/medium/skirt',283),
(291,421,'accessories/wearable_items/woven/uncommon/low/chest',283),
(292,422,'accessories/wearable_items/woven/uncommon/low/feet',283),
(293,423,'accessories/wearable_items/woven/uncommon/low/forearms',283),
(294,424,'accessories/wearable_items/woven/uncommon/low/hands',283),
(295,425,'accessories/wearable_items/woven/uncommon/low/head',283),
(296,426,'accessories/wearable_items/woven/uncommon/low/legs',283),
(297,427,'accessories/wearable_items/woven/uncommon/low/shoulders',283),
(298,428,'accessories/wearable_items/woven/uncommon/low/skirt',283),
(299,429,'accessories/wearable_items/woven/uncommon/high/chest',283),
(300,430,'accessories/wearable_items/woven/uncommon/high/feet',283),
(301,431,'accessories/wearable_items/woven/uncommon/high/forearms',283),
(302,432,'accessories/wearable_items/woven/uncommon/high/hands',283),
(303,433,'accessories/wearable_items/woven/uncommon/high/head',283),
(304,434,'accessories/wearable_items/woven/uncommon/high/legs',283),
(305,435,'accessories/wearable_items/woven/uncommon/high/shoulders',283),
(306,436,'accessories/wearable_items/woven/uncommon/high/skirt',283),
(307,445,'accessories/wearable_items/woven/rare/low/chest',283),
(308,446,'accessories/wearable_items/woven/rare/low/feet',283),
(309,447,'accessories/wearable_items/woven/rare/low/forearms',283),
(310,448,'accessories/wearable_items/woven/rare/low/hands',283),
(311,449,'accessories/wearable_items/woven/rare/low/head',283),
(312,450,'accessories/wearable_items/woven/rare/low/legs',283),
(313,451,'accessories/wearable_items/woven/rare/low/shoulders',283),
(314,452,'accessories/wearable_items/woven/rare/low/skirt',283),
(315,461,'accessories/wearable_items/woven/common/medium/chest',283),
(316,462,'accessories/wearable_items/woven/common/medium/feet',283),
(317,463,'accessories/wearable_items/woven/common/medium/forearms',283),
(318,464,'accessories/wearable_items/woven/common/medium/hands',283),
(319,465,'accessories/wearable_items/woven/common/medium/head',283),
(320,466,'accessories/wearable_items/woven/common/medium/legs',283),
(321,467,'accessories/wearable_items/woven/common/medium/shoulders',283),
(322,468,'accessories/wearable_items/woven/common/medium/skirt',283),
(323,469,'accessories/wearable_items/woven/common/low/chest',283),
(324,470,'accessories/wearable_items/woven/common/low/feet',283),
(325,471,'accessories/wearable_items/woven/common/low/forearms',283),
(326,472,'accessories/wearable_items/woven/common/low/hands',283),
(327,473,'accessories/wearable_items/woven/common/low/head',283),
(328,474,'accessories/wearable_items/woven/common/low/legs',283),
(329,475,'accessories/wearable_items/woven/common/low/shoulders',283),
(330,476,'accessories/wearable_items/woven/common/low/skirt',283),
(331,477,'accessories/wearable_items/woven/common/high/chest',283),
(332,478,'accessories/wearable_items/woven/common/high/feet',283),
(333,479,'accessories/wearable_items/woven/common/high/forearms',283),
(334,480,'accessories/wearable_items/woven/common/high/hands',283),
(335,481,'accessories/wearable_items/woven/common/high/head',283),
(336,482,'accessories/wearable_items/woven/common/high/legs',283),
(337,483,'accessories/wearable_items/woven/common/high/shoulders',283),
(338,484,'accessories/wearable_items/woven/common/high/skirt',283),
(339,509,'accessories/wearable_items/vanguard/uncommon/medium/chest',283),
(340,510,'accessories/wearable_items/vanguard/uncommon/medium/feet',283),
(341,511,'accessories/wearable_items/vanguard/uncommon/medium/forearms',283),
(342,512,'accessories/wearable_items/vanguard/uncommon/medium/hands',283),
(343,513,'accessories/wearable_items/vanguard/uncommon/medium/head',283),
(344,514,'accessories/wearable_items/vanguard/uncommon/medium/legs',283),
(345,515,'accessories/wearable_items/vanguard/uncommon/medium/shoulders',283),
(346,516,'accessories/wearable_items/vanguard/uncommon/medium/left',283),
(347,517,'accessories/wearable_items/vanguard/uncommon/medium/right',283),
(348,518,'accessories/wearable_items/vanguard/uncommon/low/chest',283),
(349,519,'accessories/wearable_items/vanguard/uncommon/low/feet',283),
(350,520,'accessories/wearable_items/vanguard/uncommon/low/forearms',283),
(351,521,'accessories/wearable_items/vanguard/uncommon/low/hands',283),
(352,522,'accessories/wearable_items/vanguard/uncommon/low/head',283),
(353,523,'accessories/wearable_items/vanguard/uncommon/low/legs',283),
(354,524,'accessories/wearable_items/vanguard/uncommon/low/shoulders',283),
(355,525,'accessories/wearable_items/vanguard/uncommon/low/left',283),
(356,526,'accessories/wearable_items/vanguard/uncommon/low/right',283),
(357,527,'accessories/wearable_items/vanguard/uncommon/high/chest',283),
(358,528,'accessories/wearable_items/vanguard/uncommon/high/feet',283),
(359,529,'accessories/wearable_items/vanguard/uncommon/high/forearms',283),
(360,530,'accessories/wearable_items/vanguard/uncommon/high/hands',283),
(361,531,'accessories/wearable_items/vanguard/uncommon/high/head',283),
(362,532,'accessories/wearable_items/vanguard/uncommon/high/legs',283),
(363,533,'accessories/wearable_items/vanguard/uncommon/high/shoulders',283),
(364,534,'accessories/wearable_items/vanguard/uncommon/high/left',283),
(365,535,'accessories/wearable_items/vanguard/uncommon/high/right',283),
(366,536,'accessories/wearable_items/vanguard/rare/medium/chest',283),
(367,537,'accessories/wearable_items/vanguard/rare/medium/feet',283),
(368,538,'accessories/wearable_items/vanguard/rare/medium/forearms',283),
(369,539,'accessories/wearable_items/vanguard/rare/medium/hands',283),
(370,540,'accessories/wearable_items/vanguard/rare/medium/head',283),
(371,541,'accessories/wearable_items/vanguard/rare/medium/legs',283),
(372,542,'accessories/wearable_items/vanguard/rare/medium/shoulders',283),
(373,543,'accessories/wearable_items/vanguard/rare/medium/right',283),
(374,544,'accessories/wearable_items/vanguard/rare/medium/left',283),
(375,545,'accessories/wearable_items/vanguard/rare/low/chest',283),
(376,546,'accessories/wearable_items/vanguard/rare/low/feet',283),
(377,547,'accessories/wearable_items/vanguard/rare/low/forearms',283),
(378,548,'accessories/wearable_items/vanguard/rare/low/hands',283),
(379,549,'accessories/wearable_items/vanguard/rare/low/head',283),
(380,550,'accessories/wearable_items/vanguard/rare/low/legs',283),
(381,551,'accessories/wearable_items/vanguard/rare/low/shoulders',283),
(382,552,'accessories/wearable_items/vanguard/rare/low/left',283),
(383,553,'accessories/wearable_items/vanguard/rare/low/right',283),
(384,563,'accessories/wearable_items/vanguard/common/medium/chest',283),
(385,564,'accessories/wearable_items/vanguard/common/medium/feet',283),
(386,565,'accessories/wearable_items/vanguard/common/medium/forearms',283),
(387,566,'accessories/wearable_items/vanguard/common/medium/hands',283),
(388,567,'accessories/wearable_items/vanguard/common/medium/head',283),
(389,568,'accessories/wearable_items/vanguard/common/medium/legs',283),
(390,569,'accessories/wearable_items/vanguard/common/medium/shoulders',283),
(391,570,'accessories/wearable_items/vanguard/common/medium/left',283),
(392,571,'accessories/wearable_items/vanguard/common/medium/right',283),
(393,572,'accessories/wearable_items/vanguard/common/low/chest',283),
(394,573,'accessories/wearable_items/vanguard/common/low/feet',283),
(395,574,'accessories/wearable_items/vanguard/common/low/forearms',283),
(396,575,'accessories/wearable_items/vanguard/common/low/hands',283),
(397,576,'accessories/wearable_items/vanguard/common/low/head',283),
(398,577,'accessories/wearable_items/vanguard/common/low/legs',283),
(399,578,'accessories/wearable_items/vanguard/common/low/shoulders',283),
(400,579,'accessories/wearable_items/vanguard/common/low/right',283),
(401,580,'accessories/wearable_items/vanguard/common/low/left',283),
(402,581,'accessories/wearable_items/vanguard/common/high/chest',283),
(403,582,'accessories/wearable_items/vanguard/common/high/feet',283),
(404,583,'accessories/wearable_items/vanguard/common/high/forearms',283),
(405,584,'accessories/wearable_items/vanguard/common/high/hands',283),
(406,585,'accessories/wearable_items/vanguard/common/high/head',283),
(407,586,'accessories/wearable_items/vanguard/common/high/legs',283),
(408,587,'accessories/wearable_items/vanguard/common/high/shoulders',283),
(409,588,'accessories/wearable_items/vanguard/common/high/left',283),
(410,589,'accessories/wearable_items/vanguard/common/high/right',283),
(411,635,'accessories/wearable_items/tradesman/common/medium/arms',283),
(412,636,'accessories/wearable_items/tradesman/common/medium/chest',283),
(413,637,'accessories/wearable_items/tradesman/common/medium/legs',283),
(414,638,'accessories/wearable_items/tradesman/common/low/arms',283),
(415,639,'accessories/wearable_items/tradesman/common/low/chest',283),
(416,640,'accessories/wearable_items/tradesman/common/low/legs',283),
(417,653,'accessories/wearable_items/plate/uncommon/medium/chest',283),
(418,654,'accessories/wearable_items/plate/uncommon/medium/feet',283),
(419,655,'accessories/wearable_items/plate/uncommon/medium/forearms',283),
(420,656,'accessories/wearable_items/plate/uncommon/medium/hands',283),
(421,657,'accessories/wearable_items/plate/uncommon/medium/head',283),
(422,658,'accessories/wearable_items/plate/uncommon/medium/legs',283),
(423,659,'accessories/wearable_items/plate/uncommon/medium/shoulders',283),
(424,660,'accessories/wearable_items/plate/uncommon/low/chest',283),
(425,661,'accessories/wearable_items/plate/uncommon/low/feet',283),
(426,662,'accessories/wearable_items/plate/uncommon/low/forearms',283),
(427,663,'accessories/wearable_items/plate/uncommon/low/hands',283),
(428,664,'accessories/wearable_items/plate/uncommon/low/head',283),
(429,665,'accessories/wearable_items/plate/uncommon/low/legs',283),
(430,666,'accessories/wearable_items/plate/uncommon/low/shoulders',283),
(431,695,'accessories/wearable_items/plate/common/medium/chest',283),
(432,696,'accessories/wearable_items/plate/common/medium/feet',283),
(433,697,'accessories/wearable_items/plate/common/medium/forearms',283),
(434,698,'accessories/wearable_items/plate/common/medium/hands',283),
(435,699,'accessories/wearable_items/plate/common/medium/head',283),
(436,700,'accessories/wearable_items/plate/common/medium/legs',283),
(437,701,'accessories/wearable_items/plate/common/medium/shoulders',283),
(438,702,'accessories/wearable_items/plate/common/low/chest',283),
(439,703,'accessories/wearable_items/plate/common/low/feet',283),
(440,704,'accessories/wearable_items/plate/common/low/forearms',283),
(441,705,'accessories/wearable_items/plate/common/low/hands',283),
(442,706,'accessories/wearable_items/plate/common/low/head',283),
(443,707,'accessories/wearable_items/plate/common/low/legs',283),
(444,708,'accessories/wearable_items/plate/common/low/shoulders',283),
(445,709,'accessories/wearable_items/plate/common/high/chest',283),
(446,710,'accessories/wearable_items/plate/common/high/feet',283),
(447,711,'accessories/wearable_items/plate/common/high/forearms',283),
(448,712,'accessories/wearable_items/plate/common/high/hands',283),
(449,713,'accessories/wearable_items/plate/common/high/head',283),
(450,714,'accessories/wearable_items/plate/common/high/legs',283),
(451,715,'accessories/wearable_items/plate/common/high/shoulders',283),
(452,737,'accessories/wearable_items/magus/uncommon/medium/chest',283),
(453,739,'accessories/wearable_items/magus/uncommon/medium/skirt',283),
(454,741,'accessories/wearable_items/magus/uncommon/medium/pants',283),
(455,743,'accessories/wearable_items/magus/uncommon/low/chest',283),
(456,745,'accessories/wearable_items/magus/uncommon/low/skirt',283),
(457,749,'accessories/wearable_items/magus/uncommon/high/chest',283),
(458,751,'accessories/wearable_items/magus/uncommon/high/skirt',283),
(459,753,'accessories/wearable_items/magus/uncommon/high/hood',283),
(460,754,'accessories/wearable_items/magus/uncommon/high/pants',283),
(461,755,'accessories/wearable_items/magus/rare/medium/chest',283),
(462,759,'accessories/wearable_items/magus/rare/medium/pants',283),
(463,761,'accessories/wearable_items/magus/rare/low/chest',283),
(464,763,'accessories/wearable_items/magus/rare/low/skirt',283),
(465,765,'accessories/wearable_items/magus/rare/low/pants',283),
(466,766,'accessories/wearable_items/magus/rare/low/hood',283),
(467,767,'accessories/wearable_items/magus/rare/high/chest',283),
(468,769,'accessories/wearable_items/magus/rare/high/skirt',283),
(469,771,'accessories/wearable_items/magus/rare/high/pants',283),
(470,773,'accessories/wearable_items/magus/common/medium/chest',283),
(471,775,'accessories/wearable_items/magus/common/medium/skirt',283),
(472,779,'accessories/wearable_items/magus/common/medium/hood',283),
(473,780,'accessories/wearable_items/magus/common/medium/pants',283),
(474,782,'accessories/wearable_items/magus/common/low/chest',283),
(475,783,'accessories/wearable_items/magus/common/low/skirt',283),
(476,790,'accessories/wearable_items/magus/common/low/pants',283),
(477,791,'accessories/wearable_items/magus/common/low/hood',283),
(478,793,'accessories/wearable_items/magus/common/high/skirt',283),
(479,795,'accessories/wearable_items/magus/common/high/chest',283),
(480,797,'accessories/wearable_items/magus/common/high/pants',283),
(481,799,'accessories/wearable_items/magus/artifact/medium/chest',283),
(482,801,'accessories/wearable_items/magus/artifact/medium/skirt',283),
(483,803,'accessories/wearable_items/magus/artifact/low/chest',283),
(484,805,'accessories/wearable_items/magus/artifact/low/skirt',283),
(485,807,'accessories/wearable_items/magus/artifact/high/chest',283),
(486,809,'accessories/wearable_items/magus/artifact/high/skirt',283),
(487,811,'accessories/wearable_items/chain/uncommon/medium/chest',283),
(488,812,'accessories/wearable_items/chain/uncommon/medium/feet',283),
(489,813,'accessories/wearable_items/chain/uncommon/medium/forearms',283),
(490,814,'accessories/wearable_items/chain/uncommon/medium/hands',283),
(491,815,'accessories/wearable_items/chain/uncommon/medium/head',283),
(492,816,'accessories/wearable_items/chain/uncommon/medium/legs',283),
(493,817,'accessories/wearable_items/chain/uncommon/medium/shoulders',283),
(494,818,'accessories/wearable_items/chain/uncommon/medium/skirt',283),
(495,819,'accessories/wearable_items/chain/uncommon/low/chest',283),
(496,820,'accessories/wearable_items/chain/uncommon/low/feet',283),
(497,821,'accessories/wearable_items/chain/uncommon/low/forearms',283),
(498,822,'accessories/wearable_items/chain/uncommon/low/hands',283),
(499,823,'accessories/wearable_items/chain/uncommon/low/head',283),
(500,824,'accessories/wearable_items/chain/uncommon/low/legs',283),
(501,825,'accessories/wearable_items/chain/uncommon/low/shoulders',283),
(502,859,'accessories/wearable_items/chain/common/medium/chest',283),
(503,860,'accessories/wearable_items/chain/common/medium/feet',283),
(504,861,'accessories/wearable_items/chain/common/medium/forearms',283),
(505,862,'accessories/wearable_items/chain/common/medium/hands',283),
(506,863,'accessories/wearable_items/chain/common/medium/head',283),
(507,864,'accessories/wearable_items/chain/common/medium/legs',283),
(508,865,'accessories/wearable_items/chain/common/medium/shoulders',283),
(509,867,'accessories/wearable_items/chain/common/low/chest',283),
(510,868,'accessories/wearable_items/chain/common/low/feet',283),
(511,869,'accessories/wearable_items/chain/common/low/forearms',283),
(512,870,'accessories/wearable_items/chain/common/low/hands',283),
(513,871,'accessories/wearable_items/chain/common/low/head',283),
(514,872,'accessories/wearable_items/chain/common/low/legs',283),
(515,873,'accessories/wearable_items/chain/common/low/shoulders',283),
(516,875,'accessories/wearable_items/chain/common/high/chest',283),
(517,876,'accessories/wearable_items/chain/common/high/feet',283),
(518,877,'accessories/wearable_items/chain/common/high/forearms',283),
(519,878,'accessories/wearable_items/chain/common/high/hands',283),
(520,879,'accessories/wearable_items/chain/common/high/head',283),
(521,880,'accessories/wearable_items/chain/common/high/legs',283),
(522,881,'accessories/wearable_items/chain/common/high/shoulders',283),
(523,907,'accessories/wearable_items/brigandine/uncommon/medium/chest',283),
(524,908,'accessories/wearable_items/brigandine/uncommon/medium/feet',283),
(525,909,'accessories/wearable_items/brigandine/uncommon/medium/forearms',283),
(526,910,'accessories/wearable_items/brigandine/uncommon/medium/hands',283),
(527,911,'accessories/wearable_items/brigandine/uncommon/medium/head',283),
(528,912,'accessories/wearable_items/brigandine/uncommon/medium/legs',283),
(529,913,'accessories/wearable_items/brigandine/uncommon/medium/shoulders',283),
(530,914,'accessories/wearable_items/brigandine/uncommon/low/chest',283),
(531,915,'accessories/wearable_items/brigandine/uncommon/low/feet',283),
(532,916,'accessories/wearable_items/brigandine/uncommon/low/forearms',283),
(533,917,'accessories/wearable_items/brigandine/uncommon/low/hands',283),
(534,918,'accessories/wearable_items/brigandine/uncommon/low/head',283),
(535,919,'accessories/wearable_items/brigandine/uncommon/low/legs',283),
(536,920,'accessories/wearable_items/brigandine/uncommon/low/shoulders',283),
(537,921,'accessories/wearable_items/brigandine/uncommon/high/chest',283),
(538,922,'accessories/wearable_items/brigandine/uncommon/high/feet',283),
(539,923,'accessories/wearable_items/brigandine/uncommon/high/forearms',283),
(540,924,'accessories/wearable_items/brigandine/uncommon/high/hands',283),
(541,925,'accessories/wearable_items/brigandine/uncommon/high/head',283),
(542,926,'accessories/wearable_items/brigandine/uncommon/high/legs',283),
(543,927,'accessories/wearable_items/brigandine/uncommon/high/shoulders',283),
(544,928,'accessories/wearable_items/brigandine/rare/medium/chest',283),
(545,929,'accessories/wearable_items/brigandine/rare/medium/feet',283),
(546,930,'accessories/wearable_items/brigandine/rare/medium/forearms',283),
(547,931,'accessories/wearable_items/brigandine/rare/medium/hands',283),
(548,932,'accessories/wearable_items/brigandine/rare/medium/head',283),
(549,933,'accessories/wearable_items/brigandine/rare/medium/legs',283),
(550,934,'accessories/wearable_items/brigandine/rare/medium/shoulders',283),
(551,935,'accessories/wearable_items/brigandine/rare/low/chest',283),
(552,936,'accessories/wearable_items/brigandine/rare/low/feet',283),
(553,937,'accessories/wearable_items/brigandine/rare/low/forearms',283),
(554,938,'accessories/wearable_items/brigandine/rare/low/hands',283),
(555,939,'accessories/wearable_items/brigandine/rare/low/head',283),
(556,940,'accessories/wearable_items/brigandine/rare/low/legs',283),
(557,941,'accessories/wearable_items/brigandine/rare/low/shoulders',283),
(558,942,'accessories/wearable_items/brigandine/rare/high/chest',283),
(559,943,'accessories/wearable_items/brigandine/rare/high/feet',283),
(560,944,'accessories/wearable_items/brigandine/rare/high/forearms',283),
(561,945,'accessories/wearable_items/brigandine/rare/high/hands',283),
(562,946,'accessories/wearable_items/brigandine/rare/high/head',283),
(563,947,'accessories/wearable_items/brigandine/rare/high/legs',283),
(564,948,'accessories/wearable_items/brigandine/rare/high/shoulders',283),
(565,949,'accessories/wearable_items/brigandine/common/medium/chest',283),
(566,950,'accessories/wearable_items/brigandine/common/medium/feet',283),
(567,951,'accessories/wearable_items/brigandine/common/medium/forearms',283),
(568,952,'accessories/wearable_items/brigandine/common/medium/hands',283),
(569,953,'accessories/wearable_items/brigandine/common/medium/head',283),
(570,954,'accessories/wearable_items/brigandine/common/medium/legs',283),
(571,955,'accessories/wearable_items/brigandine/common/medium/shoulders',283),
(572,956,'accessories/wearable_items/brigandine/common/low/chest',283),
(573,957,'accessories/wearable_items/brigandine/common/low/feet',283),
(574,958,'accessories/wearable_items/brigandine/common/low/forearms',283),
(575,959,'accessories/wearable_items/brigandine/common/low/hands',283),
(576,960,'accessories/wearable_items/brigandine/common/low/head',283),
(577,961,'accessories/wearable_items/brigandine/common/low/legs',283),
(578,962,'accessories/wearable_items/brigandine/common/low/shoulders',283),
(579,963,'accessories/wearable_items/brigandine/common/high/chest',283),
(580,964,'accessories/wearable_items/brigandine/common/high/feet',283),
(581,965,'accessories/wearable_items/brigandine/common/high/forearms',283),
(582,966,'accessories/wearable_items/brigandine/common/high/hands',283),
(583,967,'accessories/wearable_items/brigandine/common/high/head',283),
(584,968,'accessories/wearable_items/brigandine/common/high/legs',283),
(585,969,'accessories/wearable_items/brigandine/common/high/shoulders',283),
(586,977,'accessories/wearable_items/brigandine/artifact/low/chest',283),
(587,978,'accessories/wearable_items/brigandine/artifact/low/feet',283),
(588,979,'accessories/wearable_items/brigandine/artifact/low/forearms',283),
(589,980,'accessories/wearable_items/brigandine/artifact/low/hands',283),
(590,981,'accessories/wearable_items/brigandine/artifact/low/head',283),
(591,982,'accessories/wearable_items/brigandine/artifact/low/legs',283),
(592,983,'accessories/wearable_items/brigandine/artifact/low/shoulders',283),
(593,991,'accessories/wearable_items/leather/uncommon/medium/chest',283),
(594,992,'accessories/wearable_items/leather/uncommon/medium/feet',283),
(595,993,'accessories/wearable_items/leather/uncommon/medium/forearms',283),
(596,994,'accessories/wearable_items/leather/uncommon/medium/hands',283),
(597,995,'accessories/wearable_items/leather/uncommon/medium/head',283),
(598,996,'accessories/wearable_items/leather/uncommon/medium/legs',283),
(599,997,'accessories/wearable_items/leather/uncommon/medium/shoulders',283),
(600,998,'accessories/wearable_items/leather/uncommon/medium/skirt',283),
(601,999,'accessories/wearable_items/leather/uncommon/low/chest',283),
(602,1000,'accessories/wearable_items/leather/uncommon/low/feet',283),
(603,1001,'accessories/wearable_items/leather/uncommon/low/forearms',283),
(604,1002,'accessories/wearable_items/leather/uncommon/low/hands',283),
(605,1003,'accessories/wearable_items/leather/uncommon/low/head',283),
(606,1004,'accessories/wearable_items/leather/uncommon/low/legs',283),
(607,1005,'accessories/wearable_items/leather/uncommon/low/shoulders',283),
(608,1006,'accessories/wearable_items/leather/uncommon/low/skirt',283),
(609,1007,'accessories/wearable_items/leather/uncommon/high/chest',283),
(610,1008,'accessories/wearable_items/leather/uncommon/high/feet',283),
(611,1009,'accessories/wearable_items/leather/uncommon/high/forearms',283),
(612,1010,'accessories/wearable_items/leather/uncommon/high/hands',283),
(613,1011,'accessories/wearable_items/leather/uncommon/high/head',283),
(614,1012,'accessories/wearable_items/leather/uncommon/high/legs',283),
(615,1013,'accessories/wearable_items/leather/uncommon/high/shoulders',283),
(616,1014,'accessories/wearable_items/leather/uncommon/high/skirt',283),
(617,1015,'accessories/wearable_items/leather/rare/medium/chest',283),
(618,1016,'accessories/wearable_items/leather/rare/medium/feet',283),
(619,1017,'accessories/wearable_items/leather/rare/medium/forearms',283),
(620,1018,'accessories/wearable_items/leather/rare/medium/hands',283),
(621,1019,'accessories/wearable_items/leather/rare/medium/head',283),
(622,1020,'accessories/wearable_items/leather/rare/medium/legs',283),
(623,1021,'accessories/wearable_items/leather/rare/medium/shoulders',283),
(624,1023,'accessories/wearable_items/leather/rare/low/chest',283),
(625,1024,'accessories/wearable_items/leather/rare/low/feet',283),
(626,1025,'accessories/wearable_items/leather/rare/low/forearms',283),
(627,1026,'accessories/wearable_items/leather/rare/low/hands',283),
(628,1027,'accessories/wearable_items/leather/rare/low/head',283),
(629,1028,'accessories/wearable_items/leather/rare/low/legs',283),
(630,1029,'accessories/wearable_items/leather/rare/low/shoulders',283),
(631,1031,'accessories/wearable_items/leather/rare/high/chest',283),
(632,1032,'accessories/wearable_items/leather/rare/high/feet',283),
(633,1033,'accessories/wearable_items/leather/rare/high/forearms',283),
(634,1034,'accessories/wearable_items/leather/rare/high/hands',283),
(635,1035,'accessories/wearable_items/leather/rare/high/head',283),
(636,1036,'accessories/wearable_items/leather/rare/high/legs',283),
(637,1037,'accessories/wearable_items/leather/rare/high/shoulders',283),
(638,1039,'accessories/wearable_items/leather/artifact/medium/chest',283),
(639,1040,'accessories/wearable_items/leather/artifact/medium/feet',283),
(640,1041,'accessories/wearable_items/leather/artifact/medium/forearms',283),
(641,1042,'accessories/wearable_items/leather/artifact/medium/hands',283),
(642,1043,'accessories/wearable_items/leather/artifact/medium/head',283),
(643,1044,'accessories/wearable_items/leather/artifact/medium/legs',283),
(644,1045,'accessories/wearable_items/leather/artifact/medium/shoulders',283),
(645,1046,'accessories/wearable_items/leather/artifact/medium/skirt',283),
(646,1047,'accessories/wearable_items/leather/artifact/low/chest',283),
(647,1048,'accessories/wearable_items/leather/artifact/low/feet',283),
(648,1049,'accessories/wearable_items/leather/artifact/low/forearms',283),
(649,1050,'accessories/wearable_items/leather/artifact/low/hands',283),
(650,1051,'accessories/wearable_items/leather/artifact/low/head',283),
(651,1052,'accessories/wearable_items/leather/artifact/low/legs',283),
(652,1053,'accessories/wearable_items/leather/artifact/low/shoulders',283),
(653,1054,'accessories/wearable_items/leather/artifact/low/skirt',283),
(654,1055,'accessories/wearable_items/leather/artifact/high/chest',283),
(655,1056,'accessories/wearable_items/leather/artifact/high/feet',283),
(656,1057,'accessories/wearable_items/leather/artifact/high/forearms',283),
(657,1058,'accessories/wearable_items/leather/artifact/high/hands',283),
(658,1059,'accessories/wearable_items/leather/artifact/high/head',283),
(659,1060,'accessories/wearable_items/leather/artifact/high/legs',283),
(660,1061,'accessories/wearable_items/leather/artifact/high/shoulders',283),
(661,1063,'accessories/wearable_items/leather/common/high/chest',283),
(662,1064,'accessories/wearable_items/leather/common/high/feet',283),
(663,1065,'accessories/wearable_items/leather/common/high/forearms',283),
(664,1066,'accessories/wearable_items/leather/common/high/hands',283),
(665,1067,'accessories/wearable_items/leather/common/high/head',283),
(666,1068,'accessories/wearable_items/leather/common/high/legs',283),
(667,1069,'accessories/wearable_items/leather/common/high/shoulders',283),
(668,1070,'accessories/wearable_items/leather/common/high/skirt',283),
(669,1071,'accessories/wearable_items/leather/common/medium/chest',283),
(670,1072,'accessories/wearable_items/leather/common/medium/feet',283),
(671,1073,'accessories/wearable_items/leather/common/medium/forearms',283),
(672,1074,'accessories/wearable_items/leather/common/medium/hands',283),
(673,1075,'accessories/wearable_items/leather/common/medium/head',283),
(674,1076,'accessories/wearable_items/leather/common/medium/legs',283),
(675,1077,'accessories/wearable_items/leather/common/medium/shoulders',283),
(676,1078,'accessories/wearable_items/leather/common/medium/skirt',283),
(677,1079,'accessories/wearable_items/leather/common/low/chest',283),
(678,1080,'accessories/wearable_items/leather/common/low/feet',283),
(679,1081,'accessories/wearable_items/leather/common/low/forearms',283),
(680,1082,'accessories/wearable_items/leather/common/low/hands',283),
(681,1083,'accessories/wearable_items/leather/common/low/head',283),
(682,1084,'accessories/wearable_items/leather/common/low/legs',283),
(683,1085,'accessories/wearable_items/leather/common/low/shoulders',283),
(684,1086,'accessories/wearable_items/leather/common/low/skirt',283),
(685,1113,'accessories/hair/hair000',283),
(686,1114,'accessories/hair/hair019',283),
(687,1115,'accessories/hair/hair018',283),
(688,1116,'accessories/hair/hair020',283),
(689,1119,'accessories/hair/hair021',283),
(690,1120,'accessories/hair/hair022',283),
(691,1121,'accessories/hair/hair024',283),
(692,1122,'accessories/hair/hair025',283),
(693,1123,'accessories/hair/hair023',283),
(694,1124,'accessories/hair/hair013',283),
(695,1125,'accessories/hair/hair012',283),
(696,1126,'accessories/hair/hair011',283),
(697,1127,'accessories/hair/hair010',283),
(698,1128,'accessories/hair/hair009',283),
(699,1129,'accessories/hair/hair014',283),
(700,1130,'accessories/hair/hair015',283),
(701,1131,'accessories/hair/hair016',283),
(702,1132,'accessories/hair/hair017',283),
(703,1133,'accessories/hair/hair001',283),
(704,1134,'accessories/hair/hair007',283),
(705,1135,'accessories/hair/hair008',283),
(706,1136,'accessories/hair/hair002',283),
(707,1137,'accessories/hair/hair003',283),
(708,1138,'accessories/hair/hair004',283),
(709,1139,'accessories/hair/hair005',283),
(710,1140,'accessories/hair/hair006',283),
(711,1164,'accessories/hair/face/face008',283),
(712,1165,'accessories/hair/face/face009',283),
(713,1166,'accessories/hair/face/face010',283),
(714,1167,'accessories/hair/face/face011',283),
(715,1168,'accessories/hair/face/face012',283),
(716,1169,'accessories/hair/face/face013',283),
(717,1170,'accessories/hair/face/face014',283),
(718,1171,'accessories/hair/face/face015',283),
(719,1172,'accessories/hair/face/face016',283),
(720,1173,'accessories/hair/face/face017',283),
(721,1174,'accessories/hair/face/face018',283),
(722,1175,'accessories/hair/face/face019',283),
(723,1176,'accessories/hair/face/face020',283),
(724,1177,'accessories/hair/face/face021',283),
(725,1178,'accessories/hair/face/face022',283),
(726,1179,'accessories/hair/face/face023',283),
(727,1180,'accessories/hair/face/face024',283),
(728,1181,'accessories/hair/face/face025',283),
(729,1182,'accessories/hair/face/face026',283),
(730,1183,'accessories/hair/face/face027',283),
(731,1184,'accessories/hair/face/face000',283),
(732,1185,'accessories/hair/face/face001',283),
(733,1186,'accessories/hair/face/face002',283),
(734,1187,'accessories/hair/face/face003',283),
(735,1188,'accessories/hair/face/face004',283),
(736,1189,'accessories/hair/face/face005',283),
(737,1190,'accessories/hair/face/face006',283),
(738,1191,'accessories/hair/face/face007',283),
(739,1346,'creatures/tu/aqua_goblin',283),
(740,1347,'staticobjects/crypt/comland_cem_mausoleum003',283),
(741,1367,'staticobjects/befallen_epic01/coffin_box_1',283),
(742,1368,'staticobjects/befallen_epic01/coffin_lid_1',283),
(743,1369,'creatures/mounts/carpet',283),
(744,1370,'creatures/monsters/gargoyle',283),
(745,1371,'creatures/monsters/gargoyle_fiendish',283),
(746,1372,'creatures/monsters/lioness',283),
(747,1373,'creatures/monsters/manticore_ebon',283),
(748,1374,'creatures/monsters/wolf_dire',283),
(749,1375,'creatures/monsters/wyrm_fire',283),
(750,1376,'creatures/monsters/wyrm_ice',283),
(751,1377,'creatures/mounts/horse',283),
(752,1378,'creatures/tu/succubus',283),
(753,1379,'staticobjects/nektulos/trailor01',283),
(754,1380,'staticobjects/nektulos/wagon01',283),
(755,1381,'staticobjects/ecology/bed_single',283),
(756,1382,'staticobjects/ecology/elfbed01',283),
(757,1383,'staticobjects/ecology/qst_unseenhand_evilchest',283),
(758,1384,'creatures/tu/gnoll',283),
(759,1385,'staticobjects/ecology/qst_unseenhand_bunkbead_1',283),
(760,1386,'staticobjects/ecology/qst_unseenhand_card_table',283),
(761,1387,'staticobjects/ecology/qst_unseenhand_operating_table',283),
(762,1388,'staticobjects/ecology/qst_unseenhand_painting_1',283),
(763,1389,'staticobjects/ecology/qst_unseenhand_barrel_1',283),
(764,1390,'staticobjects/ecology/qst_unseenhand_bookcase_1',283),
(765,1391,'staticobjects/ecology/qst_unseenhand_chair_1',283),
(766,1392,'staticobjects/ecology/qst_unseenhand_chest_1',283),
(767,1393,'staticobjects/ecology/qst_unseenhand_crate_1',283),
(768,1394,'staticobjects/ecology/qst_unseenhand_fireplace_1',283),
(769,1395,'staticobjects/ecology/qst_unseenhand_firewood_1',283),
(770,1396,'staticobjects/ecology/qst_unseenhand_firewood_2',283),
(771,1397,'staticobjects/ecology/qst_unseenhand_floorlight_1',283),
(772,1398,'staticobjects/ecology/qst_unseenhand_keg_1',283),
(773,1399,'staticobjects/ecology/qst_unseenhand_kitchen_1',283),
(774,1400,'staticobjects/ecology/qst_unseenhand_mug_1',283),
(775,1401,'staticobjects/ecology/qst_unseenhand_table_1',283),
(776,1402,'staticobjects/ecology/qst_unseenhand_table_2',283),
(777,1403,'staticobjects/ecology/qst_unseenhand_wine_1',283),
(778,1404,'staticobjects/maps/commonlandsmap01',283),
(779,1405,'staticobjects/maps/placeholder',283),
(780,1406,'staticobjects/ecology/qst_galintos_bedframe_1',283),
(781,1407,'staticobjects/ecology/qst_galintos_bedroll_1',283),
(782,1408,'staticobjects/ecology/qst_galintos_bed_1',283),
(783,1409,'staticobjects/ecology/qst_galintos_bookcase_1',283),
(784,1410,'staticobjects/ecology/qst_galintos_bookcase_2',283),
(785,1411,'staticobjects/ecology/qst_galintos_brazier_1',283),
(786,1412,'staticobjects/ecology/qst_galintos_candelabra_1',283),
(787,1413,'staticobjects/ecology/qst_galintos_chess_1',283),
(788,1414,'staticobjects/ecology/qst_galintos_dresser_1',283),
(789,1415,'staticobjects/ecology/qst_galintos_fairy_bath_1',283),
(790,1416,'staticobjects/ecology/qst_galintos_globe_1',283),
(791,1417,'staticobjects/ecology/qst_galintos_mage_1',283),
(792,1418,'staticobjects/ecology/qst_galintos_ogre_chair_1',283),
(793,1419,'staticobjects/ecology/qst_galintos_ogre_food_1',283),
(794,1420,'staticobjects/ecology/qst_galintos_ogre_mug_1',283),
(795,1421,'staticobjects/ecology/qst_galintos_ogre_soup_1',283),
(796,1422,'staticobjects/ecology/qst_galintos_ogre_table_1',283),
(797,1423,'staticobjects/ecology/qst_galintos_stove_1',283),
(798,1424,'staticobjects/ecology/qst_galintos_table_1',283),
(799,1425,'staticobjects/ecology/qst_galintos_vase_1',283),
(800,1426,'staticobjects/ecology/qst_unseenhand_picture_1',283),
(801,1427,'staticobjects/ecology/qst_unseenhand_smashed_1',283),
(802,1428,'staticobjects/ecology/qst_unseenhand_smashed_barrel_1',283),
(803,1429,'creatures/tu/ice_giant_warrior',283),
(804,1430,'ec/pc/froglok/froglok_male_blackgoo',283),
(805,1431,'ec/pc/froglok/froglok_male_leopard',283),
(806,1432,'staticobjects/fallengate/doors/boss_door_left',283),
(807,1433,'staticobjects/torches/elise_wall_scontz',283),
(808,1434,'staticobjects/jumjum_jar_01',283),
(809,1435,'staticobjects/chairs/orcish_throne',283),
(810,1436,'staticobjects/doors/huge_skull_door_left',283),
(811,1437,'staticobjects/doors/huge_skull_door_right',283),
(812,1438,'staticobjects/doors/orcish_wooden_door',283),
(813,1439,'staticobjects/doorways/heavy_stone_archway',283),
(814,1440,'ec/pc/woodelf/woodelf_female_tattoo01',283),
(815,1441,'ec/pc/woodelf/woodelf_female_tattoo02',283),
(816,1442,'ec/pc/woodelf/woodelf_female_tattoo03',283),
(817,1443,'ec/pc/woodelf/woodelf_female_tattoo04',283),
(818,1444,'ec/pc/woodelf/woodelf_female_tattoo05',283),
(819,1445,'ec/pc/woodelf/woodelf_female_tattoo06',283),
(820,1446,'ec/pc/woodelf/woodelf_female_tattoo07',283),
(821,1447,'ec/pc/woodelf/woodelf_male_tattoo01',283),
(822,1448,'ec/pc/woodelf/woodelf_male_tattoo02',283),
(823,1449,'ec/pc/woodelf/woodelf_male_tattoo03',283),
(824,1450,'ec/pc/woodelf/woodelf_male_tattoo04',283),
(825,1451,'ec/pc/woodelf/woodelf_male_tattoo05',283),
(826,1452,'ec/pc/woodelf/woodelf_male_tattoo06',283),
(827,1453,'staticobjects/books/flat_brown_goldtrim_01',283),
(828,1454,'staticobjects/doors/cazicthule/door_stone_new',283),
(829,1455,'staticobjects/doors/cazicthule/door_stone_worn',283),
(830,1456,'staticobjects/chairs/fprt_hood_chair_broken01',283),
(831,1457,'staticobjects/chairs/qst_broken_chair_warrior_cap',283),
(832,1458,'staticobjects/weapons/longsword_uncommon_nektropos',283),
(833,1459,'staticobjects/tableware/halfling_tablejunk01',283),
(834,1460,'staticobjects/tree/deadtrunk',283),
(835,1462,'ec/pc/barbarian/barbarian_female_tattoo01',283),
(836,1463,'ec/pc/barbarian/barbarian_female_tattoo02',283),
(837,1464,'ec/pc/barbarian/barbarian_female_tattoo03',283),
(838,1465,'ec/pc/barbarian/barbarian_female_tattoo04',283),
(839,1466,'ec/pc/barbarian/barbarian_female_tattoo05',283),
(840,1467,'ec/pc/barbarian/barbarian_male_tattoo01',283),
(841,1468,'ec/pc/barbarian/barbarian_male_tattoo02',283),
(842,1469,'ec/pc/barbarian/barbarian_male_tattoo03',283),
(843,1470,'ec/pc/barbarian/barbarian_male_tattoo04',283),
(844,1471,'ec/pc/barbarian/barbarian_male_tattoo05',283),
(845,1472,'staticobjects/beds/singlebed001',283),
(846,1473,'staticobjects/chests/chest_coll_01',283),
(847,1474,'staticobjects/sacks/qey_floursacksgroup003',283),
(848,1475,'ec/pc/dwarf/dwarf_female_tattoo01',283),
(849,1476,'ec/pc/dwarf/dwarf_female_tattoo02',283),
(850,1477,'ec/pc/dwarf/dwarf_female_tattoo03',283),
(851,1478,'ec/pc/dwarf/dwarf_female_tattoo04',283),
(852,1479,'ec/pc/dwarf/dwarf_female_tattoo05',283),
(853,1480,'ec/pc/dwarf/dwarf_male_tattoo01',283),
(854,1481,'ec/pc/dwarf/dwarf_male_tattoo02',283),
(855,1482,'ec/pc/dwarf/dwarf_male_tattoo03',283),
(856,1483,'ec/pc/dwarf/dwarf_male_tattoo04',283),
(857,1484,'ec/pc/dwarf/dwarf_male_tattoo05',283),
(858,1485,'ec/pc/dwarf/dwarf_male_tattoo06',283),
(859,1486,'ec/pc/woodelf/woodelf_female_tattoo08',283),
(860,1487,'ec/pc/woodelf/woodelf_male_tattoo07',283),
(861,1488,'ec/pc/woodelf/woodelf_male_tattoo08',283),
(862,1489,'staticobjects/sewer_grate_01',283),
(863,1490,'staticobjects/white_tombstone_01',283),
(864,1491,'staticobjects/bookcases/hum_shelf_simple_01',283),
(865,1492,'staticobjects/chairs/fprt_bench_plainlong01',283),
(866,1493,'staticobjects/chests/qey_birdcage001',283),
(867,1494,'staticobjects/chests/qey_birdcage002',283),
(868,1495,'staticobjects/chests/qey_cage001',283),
(869,1496,'staticobjects/chests/qey_cage002',283),
(870,1497,'staticobjects/containers/crate_large_long001',283),
(871,1498,'staticobjects/containers/fprt_chest_large_plain01',283),
(872,1499,'staticobjects/counters/fprt_counter_cornerornatemedium01',283),
(873,1500,'staticobjects/counters/fprt_counter_cornerplainlong01',283),
(874,1501,'staticobjects/counters/fprt_counter_straightornatelong01',283),
(875,1502,'staticobjects/counters/fprt_counter_straightornatemedium01',283),
(876,1503,'staticobjects/counters/fprt_counter_straightornatesmall01',283),
(877,1504,'staticobjects/counters/fprt_counter_straightplainlong01',283),
(878,1505,'staticobjects/counters/fprt_counter_straightplainmedium01',283),
(879,1506,'staticobjects/counters/fprt_hood_counter_wood_2mlong001',283),
(880,1507,'staticobjects/counters/fprt_hood_counter_wood_3mlong001',283),
(881,1508,'staticobjects/counters/fprt_hood_counter_wood_4mlong001',283),
(882,1509,'staticobjects/counters/fprt_hood_counter_wood_corner001',283),
(883,1510,'staticobjects/counters/qey_bar_elbow',283),
(884,1511,'staticobjects/doors/cazicthule/door_stone_ornate',283),
(885,1512,'staticobjects/qeynos/qey_bank_vault',283),
(886,1513,'staticobjects/qeynos/qey_crystal_globe',283),
(887,1514,'staticobjects/relics/cazic_bowl_green',283),
(888,1515,'staticobjects/tables/fprt_hood_table_large01',283),
(889,1516,'staticobjects/tables/fprt_hood_table_small01',283),
(890,1517,'staticobjects/tables/fprt_tables_scribedesk01',283),
(891,1518,'staticobjects/tables/qey_butcherblock',283),
(892,1519,'staticobjects/tables/qey_table_desk_plain',283),
(893,1521,'creatures/tu/skeleton',283),
(894,1522,'staticobjects/relics/cazic_bowl_purple',283),
(895,1523,'staticobjects/tree/nekf_mushroom_a_mature',283),
(896,1524,'staticobjects/tree/nekf_mushroom_a_young',283),
(897,1525,'staticobjects/tree/nekf_mushroom_blue',283),
(898,1526,'staticobjects/cages/goblin_broken_cage01',283),
(899,1527,'staticobjects/cages/goblin_broken_cage02',283),
(900,1528,'staticobjects/cages/goblin_cage01',283),
(901,1529,'staticobjects/chairs/goblin_chairs01',283),
(902,1530,'staticobjects/flags/goblin_flag01',283),
(903,1531,'staticobjects/flags/goblin_flag02',283),
(904,1532,'staticobjects/flags/goblin_flag03',283),
(905,1533,'staticobjects/goblin_misc/hanging_meat01',283),
(906,1534,'staticobjects/racks/weaponrack001',283),
(907,1535,'staticobjects/rubble/goblin_rubble01',283),
(908,1536,'staticobjects/rubble/goblin_rubble02',283),
(909,1537,'staticobjects/rubble/goblin_rubble03',283),
(910,1538,'staticobjects/scafolds/goblin_scafold01',283),
(911,1539,'staticobjects/scafolds/goblin_scafold02',283),
(912,1540,'staticobjects/tables/goblin_cage01',283),
(913,1541,'staticobjects/tables/goblin_table01',283),
(914,1542,'staticobjects/tables/goblin_torture_table01',283),
(915,1543,'staticobjects/targets/training_dummy001',283),
(916,1544,'staticobjects/tents/goblin_tent01',283),
(917,1545,'staticobjects/tents/goblin_tent02',283),
(918,1546,'staticobjects/fallengate_epic01_boss/fallen_wall_01',283),
(919,1547,'staticobjects/fires/goblin_brazier01',283),
(920,1549,'staticobjects/gravestones/gravestone01',283),
(921,1550,'staticobjects/rocks/rock01',283),
(922,1551,'staticobjects/tree/stump01',283),
(923,1552,'staticobjects/books/halfling_bookstand01',283),
(924,1553,'staticobjects/tables/cr_librariansdesk001',283),
(925,1554,'staticobjects/barricades/barricade_corner_left',283),
(926,1555,'staticobjects/barricades/barricade_corner_right',283),
(927,1556,'staticobjects/barricades/barricade_long',283),
(928,1557,'staticobjects/barricades/barricade_short',283),
(929,1558,'staticobjects/trainingdummy/training_dummy',283),
(930,1571,'staticobjects/chests/broken_orc_treasure_chest',283),
(931,1572,'ec/pc/iksar/iksar_female_blk',283),
(932,1573,'ec/pc/iksar/iksar_female_giraf',283),
(933,1574,'ec/pc/iksar/iksar_male2',283),
(934,1575,'ec/pc/iksar/iksar_male3',283),
(935,1576,'staticobjects/crates/interactive_crate',283),
(936,1578,'staticobjects/freeport/fprt_sewer01_gears01',283),
(937,1579,'staticobjects/freeport/fprt_sewer01_gears02',283),
(938,1580,'staticobjects/freeport/fprt_sewer01_gears03',283),
(939,1581,'staticobjects/pictures/castle_painting_01',283),
(940,1582,'staticobjects/trainingdummy/dummy_hanging',283),
(941,1583,'staticobjects/crates/animated_crate',283),
(942,1584,'creatures/monsters/shadowedman',283),
(943,1585,'creatures/tu/nightbloodwarrior',283),
(944,1586,'staticobjects/marinerbell/marinersbell001',283),
(945,1587,'ec/pc/erudite/erudite_female_tattooevil01',283),
(946,1588,'ec/pc/erudite/erudite_female_tattooevil02',283),
(947,1589,'ec/pc/erudite/erudite_female_tattooevil03',283),
(948,1590,'ec/pc/erudite/erudite_female_tattooevil04',283),
(949,1591,'ec/pc/erudite/erudite_female_tattooevil05',283),
(950,1592,'ec/pc/erudite/erudite_female_tattoogood01',283),
(951,1593,'ec/pc/erudite/erudite_female_tattoogood02',283),
(952,1594,'ec/pc/erudite/erudite_female_tattoogood03',283),
(953,1595,'ec/pc/erudite/erudite_female_tattoogood04',283),
(954,1596,'ec/pc/erudite/erudite_female_tattoogood05',283),
(955,1597,'ec/pc/erudite/erudite_male_tattooevil01',283),
(956,1598,'ec/pc/erudite/erudite_male_tattooevil02',283),
(957,1599,'ec/pc/erudite/erudite_male_tattooevil03',283),
(958,1600,'ec/pc/erudite/erudite_male_tattooevil04',283),
(959,1601,'ec/pc/erudite/erudite_male_tattooevil05',283),
(960,1602,'ec/pc/erudite/erudite_male_tattoogood01',283),
(961,1603,'ec/pc/erudite/erudite_male_tattoogood02',283),
(962,1604,'ec/pc/erudite/erudite_male_tattoogood03',283),
(963,1605,'ec/pc/erudite/erudite_male_tattoogood04',283),
(964,1606,'ec/pc/erudite/erudite_male_tattoogood05',283),
(965,1607,'staticobjects/books/halfling_bkstack01',283),
(966,1608,'staticobjects/lighting/halfling_candle_log01',283),
(967,1609,'staticobjects/lighting/halfling_lantern01_handledown',283),
(968,1610,'staticobjects/lighting/halfling_wall_light01_single',283),
(969,1611,'staticobjects/lighting/halfling_wall_light02_metal',283),
(970,1612,'staticobjects/lighting/halfling_wall_light02_wood',283),
(971,1613,'staticobjects/lighting/orc_candle_01',283),
(972,1614,'staticobjects/lighting/troll_candle_01',283),
(973,1615,'staticobjects/statues/edk_hand_eye',283),
(974,1616,'staticobjects/statues/hum_rallosmarker01',283),
(975,1617,'staticobjects/statues/nekf_darkelf_foci001',283),
(976,1618,'staticobjects/statues/prexus_minaret01',283),
(977,1619,'staticobjects/statues/solro_dragontorch01',283),
(978,1620,'staticobjects/statues/trl_tiki001',283),
(979,1621,'staticobjects/containers/halfling_bucket01',283),
(980,1622,'staticobjects/tree/fprt_flowers_purple',283),
(981,1623,'staticobjects/tree/nbhum_branches_leafy_d',283),
(982,1624,'staticobjects/tree/river_flowertree_01',283),
(983,1628,'creatures/monsters/venekor',283),
(984,1635,'accessories/wieldable_items/tools/fisherman/common001',283),
(985,1636,'accessories/wieldable_items/tools/fisherman/uncommon001',283),
(986,1637,'creatures/tu/lizardman_shaman',283),
(987,1638,'creatures/tu/lizardman_warrior',283),
(988,1644,'accessories/wearable_items/magus/artifact/low/hood',283),
(989,1647,'accessories/wearable_items/magus/artifact/low/pants',283),
(990,1659,'staticobjects/chairs/fprt_chair_stool_military01',283),
(991,1663,'staticobjects/containers/fprt_bucket_plainlarge001',283),
(992,1664,'staticobjects/containers/fprt_planter_e',283),
(993,1665,'staticobjects/containers/fprt_vase_ornateface01',283),
(994,1666,'staticobjects/fish/fish_01',283),
(995,1667,'staticobjects/relics/egg_ice_01',283),
(996,1668,'staticobjects/rocks/rock02',283),
(997,1669,'staticobjects/rugs/qey_rug_blackcurveslarge001',283),
(998,1670,'staticobjects/shrub/fanplantgroup_001',283),
(999,1671,'staticobjects/shrub/nbhum_cropplant02',283),
(1000,1672,'staticobjects/tables/fprt_crucible_table_01_smoke_fire_crucible_03',283),
(1001,1673,'staticobjects/tree/tree_log_01',283),
(1002,1678,'staticobjects/tree/feer_plant_pitcher',283),
(1003,1680,'creatures/monsters/dragon_test',283),
(1004,1694,'accessories/wearable_items/magus/uncommon/low/legs',283),
(1005,1696,'ec/pc/barbarian/barbarian_male_tattoo06',283),
(1006,1697,'ec/pc/barbarian/barbarian_male_tattoo07',283),
(1007,1698,'ec/pc/barbarian/barbarian_male_tattoo08',283),
(1008,1699,'ec/pc/barbarian/barbarian_male_tattoo09',283),
(1009,1700,'ec/pc/barbarian/barbarian_male_tattoo10',283),
(1010,1702,'staticobjects/boats/boat',283),
(1011,1703,'staticobjects/boats/boat2',283),
(1012,1704,'staticobjects/statues/binding_shrine',283),
(1013,1705,'staticobjects/statues/greatsword_magic',283),
(1014,1709,'staticobjects/switches/pull_switch_round',283),
(1015,1710,'creatures/tu/bixie_figher',283),
(1016,1711,'creatures/tu/bixie_worker',283),
(1017,1713,'staticobjects/signs/general/barrel_single',283),
(1018,1714,'staticobjects/signs/general/road_sign_post',283),
(1019,1715,'staticobjects/signs/general/sign_wall',283),
(1020,1716,'staticobjects/transports/boats/elizabella_default',283),
(1021,1717,'staticobjects/transports/boats/elizabella_orcish',283),
(1022,1718,'staticobjects/transports/doors/cazicthule/door_stone_ornate',283),
(1023,1719,'staticobjects/transports/doors/cazicthule/door_stone_worn',283),
(1024,1720,'staticobjects/transports/relics/cazic_bowl_green',283),
(1025,1721,'staticobjects/transports/relics/cazic_bowl_purple',283),
(1026,1723,'staticobjects/respawn_tent02',283),
(1027,1724,'staticobjects/rocks/qey_boulder02',283),
(1028,1725,'staticobjects/rocks/qey_boulder03',283),
(1029,1726,'staticobjects/shrub/cazic_roota001',283),
(1030,1727,'staticobjects/shrub/cazic_rootb001',283),
(1031,1728,'staticobjects/shrub/cazic_rootc001',283),
(1032,1729,'staticobjects/shrub/cazic_rootd001',283),
(1033,1730,'staticobjects/shrub/cazic_roote001',283),
(1034,1731,'staticobjects/shrub/cazic_rootg001',283),
(1035,1732,'staticobjects/shrub/cazic_rooth001',283),
(1036,1733,'staticobjects/shrub/cazic_rootj001',283),
(1037,1734,'staticobjects/shrub/cazic_rootk001',283),
(1038,1735,'staticobjects/shrub/feer_plant_bigleaf',283),
(1039,1736,'staticobjects/shrub/feer_plant_fern1',283),
(1040,1737,'staticobjects/shrub/feer_plant_reid',283),
(1041,1738,'staticobjects/shrub/flower',283),
(1042,1739,'staticobjects/shrub/mushroom01',283),
(1043,1740,'staticobjects/shrub/mushroom01_grp5',283),
(1044,1741,'staticobjects/shrub/mushroom01_sk_green',283),
(1045,1742,'staticobjects/shrub/mushroom01_sk_purple',283),
(1046,1743,'staticobjects/shrub/mushroom02',283),
(1047,1744,'staticobjects/shrub/mushroom02_sk_green',283),
(1048,1745,'staticobjects/shrub/mushroom02_sk_purple',283),
(1049,1746,'staticobjects/shrub/mushroom03',283),
(1050,1747,'staticobjects/shrub/mushroom04',283),
(1051,1748,'staticobjects/shrub/nekf_mushroom_009',283),
(1052,1749,'staticobjects/statues/holysymbol01',283),
(1053,1750,'staticobjects/tree/bb_stump01',283),
(1054,1751,'staticobjects/tree/bb_stump02',283),
(1055,1752,'staticobjects/tree/qey_adv04_log01',283),
(1056,1753,'staticobjects/tree/qey_adv04_log03',283),
(1057,1754,'staticobjects/tree/qey_adv04_stump01',283),
(1058,1755,'staticobjects/tree/qey_adv04_stump02',283),
(1059,1756,'staticobjects/tree/qey_adv04_stump03',283),
(1060,1757,'staticobjects/tree/qey_adv04_stump04',283),
(1061,1758,'staticobjects/tree/qey_adv04_stumpcut01',283),
(1062,1843,'code/test',283),
(1063,1844,'creatures/mounts/fancy_horse',283),
(1064,1845,'staticobjects/cauldron/cauldron',283),
(1065,1846,'accessories/wearable_items/magus/uncommon/low/forearms',283),
(1066,1847,'staticobjects/bones/human_skeleton_bones',283),
(1067,1848,'staticobjects/hay/haybail_1',283),
(1068,1852,'accessories/wearable_items/magus/artifact/medium/hood',283),
(1069,1853,'accessories/wearable_items/magus/artifact/medium/pants',283),
(1070,1854,'staticobjects/gravestones/gravestone02',283),
(1071,1855,'staticobjects/urns/small_urn',283),
(1072,1856,'staticobjects/coffins_and_sarcophagus/simple_wooden_coffin',283),
(1073,1857,'staticobjects/doors/wooden_door01',283),
(1074,1858,'staticobjects/statues/monk_statue',283),
(1075,1859,'staticobjects/world_devices/trdskl_qey_forge01',283),
(1076,1860,'staticobjects/weapons/dagger',283),
(1077,1862,'accessories/wearable_items/magus/uncommon/medium/hood',283),
(1078,1864,'accessories/wearable_items/magus/artifact/high/arms',283),
(1079,1865,'accessories/wearable_items/magus/rare/medium/shoulders',283),
(1080,1869,'accessories/wearable_items/clothing/common/high/arms',283),
(1081,1870,'accessories/wearable_items/clothing/common/high/chest',283),
(1082,1871,'accessories/wearable_items/clothing/common/high/legs',283),
(1083,1872,'accessories/wearable_items/clothing/common/low/arms',283),
(1084,1873,'accessories/wearable_items/clothing/common/low/chest',283),
(1085,1874,'accessories/wearable_items/clothing/common/low/legs',283),
(1086,1875,'accessories/wearable_items/clothing/common/medium/arms',283),
(1087,1876,'accessories/wearable_items/clothing/common/medium/chest',283),
(1088,1877,'accessories/wearable_items/clothing/common/medium/legs',283),
(1089,1878,'accessories/wearable_items/clothing/uncommon/high/arms',283),
(1090,1879,'accessories/wearable_items/clothing/uncommon/high/chest',283),
(1091,1880,'accessories/wearable_items/clothing/uncommon/high/legs',283),
(1092,1881,'staticobjects/doors/stormhold_door01',283),
(1093,1882,'accessories/wearable_items/leather/rare/low/skirt',283),
(1094,1883,'staticobjects/relics/magic_globe',283),
(1095,1884,'accessories/wearable_items/journeyman/journeyman_leather/chest',283),
(1096,1885,'accessories/wearable_items/journeyman/journeyman_leather/feet',283),
(1097,1886,'accessories/wearable_items/journeyman/journeyman_leather/forearms',283),
(1098,1887,'accessories/wearable_items/journeyman/journeyman_leather/hands',283),
(1099,1888,'accessories/wearable_items/journeyman/journeyman_leather/head',283),
(1100,1889,'accessories/wearable_items/journeyman/journeyman_leather/legs',283),
(1101,1890,'accessories/wearable_items/journeyman/journeyman_leather/shoulders',283),
(1102,1891,'accessories/wearable_items/brigandine/common/low/skirt',283),
(1103,1892,'accessories/wearable_items/leather/plain/stitched/chest',283),
(1104,1893,'accessories/wearable_items/leather/plain/stitched/feet',283),
(1105,1894,'accessories/wearable_items/leather/plain/stitched/forearms',283),
(1106,1895,'accessories/wearable_items/leather/plain/stitched/hands',283),
(1107,1896,'accessories/wearable_items/leather/plain/stitched/head',283),
(1108,1897,'accessories/wearable_items/leather/plain/stitched/legs',283),
(1109,1898,'accessories/wearable_items/leather/plain/stitched/shoulders',283),
(1110,1899,'accessories/wearable_items/leather/plain/stitched/skirt',283),
(1111,1900,'staticobjects/banners/gnoll_banner_spear',283),
(1112,1903,'staticobjects/benches/floor_bench_human_militia',283),
(1113,1904,'staticobjects/boats/canoe',283),
(1114,1905,'staticobjects/brazier/floor_brazier_erudite_steam',283),
(1115,1906,'staticobjects/carts/covered_cart',283),
(1116,1907,'staticobjects/chairs/floor_chair_halfling_rocking',283),
(1117,1908,'staticobjects/chests/gnoll_bone_chest',283),
(1118,1909,'staticobjects/containers/barrel_small_light',283),
(1119,1910,'staticobjects/crystals/crystals_01',283),
(1120,1911,'staticobjects/crystals/crystals_02',283),
(1121,1912,'staticobjects/crystals/crystals_03',283),
(1122,1913,'staticobjects/dressers/floor_dresser_elf_elddar',283),
(1123,1914,'staticobjects/lighting/ceiling_chandelier_darkelf_candle',283),
(1124,1916,'staticobjects/pictures/wall_painting_orc_oil',283),
(1125,1917,'staticobjects/relics/diamond_ring',283),
(1126,1918,'staticobjects/trainingdummy/scarecrow',283),
(1127,1919,'staticobjects/blacksmith/floor_anvil_any_blacksmith',283),
(1128,1920,'staticobjects/blacksmith/floor_bellows_any_blacksmith',283),
(1129,1921,'staticobjects/blacksmith/floor_oven_any_blacksmith',283),
(1130,1922,'staticobjects/blacksmith/floor_table_any_blacksmith',283),
(1131,1923,'staticobjects/clothspinners/floor_clothrack_any_clothspinners',283),
(1132,1924,'staticobjects/barrels/floor_barrel01_any_wood',283),
(1133,1925,'staticobjects/barrels/floor_barrel02_any_wood',283),
(1134,1926,'staticobjects/barrels/floor_barrel03_any_wood',283),
(1135,1927,'staticobjects/beds/floor_bed_halfling_wood',283),
(1136,1928,'staticobjects/cages/ceiling_birdcage01_any_wood',283),
(1137,1929,'staticobjects/cages/ceiling_birdcage02_any_wood',283),
(1138,1930,'staticobjects/cages/ceiling_birdcage03_any_wood',283),
(1139,1931,'staticobjects/cages/ceiling_birdcage04_any_wood',283),
(1140,1932,'staticobjects/cages/ceiling_birdcage05_any_wood',283),
(1141,1933,'staticobjects/cages/ceiling_birdcage06_any_wood',283),
(1142,1934,'staticobjects/chests/floor_chest01_any_ironband',283),
(1143,1935,'staticobjects/chests/floor_chest01_any_wood',283),
(1144,1936,'staticobjects/chests/floor_chest02_any_ironband',283),
(1145,1937,'staticobjects/chests/floor_chest02_any_wood',283),
(1146,1938,'staticobjects/clothspinners/floor_loom_any_clothspinners',283),
(1147,1939,'staticobjects/clothspinners/floor_sewingtable_any_clothspinners',283),
(1148,1940,'staticobjects/clothspinners/floor_spinningwheel_any_clothspinners',283),
(1149,1941,'staticobjects/containers/floor_bucket_any_wood',283),
(1150,1942,'staticobjects/containers/floor_trough01_any_wood',283),
(1151,1943,'staticobjects/containers/floor_trough02_any_wood',283),
(1152,1944,'staticobjects/containers/floor_tub_any_wood',283),
(1153,1945,'staticobjects/containers/floor_vase01_any_clay',283),
(1154,1946,'staticobjects/containers/floor_vase02_any_clay',283),
(1155,1947,'staticobjects/containers/floor_vase03_any_clay',283),
(1156,1948,'staticobjects/containers/floor_vase04_any_clay',283),
(1157,1949,'staticobjects/crates/floor_crate01_any_wood',283),
(1158,1950,'staticobjects/crates/floor_crate02_any_wood',283),
(1159,1951,'staticobjects/crates/floor_crate03_any_wood',283),
(1160,1952,'staticobjects/crates/floor_crate04_any_wood',283),
(1161,1953,'staticobjects/crystals/floor_globe_any_crystal',283),
(1162,1954,'staticobjects/dressers/floor_dresser_halfling_wood',283),
(1163,1955,'staticobjects/kegs/floor_keg01_any_wood',283),
(1164,1956,'staticobjects/kegs/floor_keg02_any_wood',283),
(1165,1957,'staticobjects/nautical/floor_steeringwheelstand_any_wood',283),
(1166,1958,'staticobjects/pictures/wall_painting_halfling_milestoners',283),
(1167,1959,'staticobjects/urns/floor_urn01_any_clay',283),
(1168,1960,'staticobjects/urns/floor_urn02_any_clay',283),
(1169,1961,'creatures/tu/lord_everling',283),
(1170,1962,'staticobjects/beds/floor_bed01_any_farmer',283),
(1171,1963,'staticobjects/beds/floor_bed02_any_farmer',283),
(1172,1964,'staticobjects/beds/floor_bed_any_bunks',283),
(1173,1965,'staticobjects/beds/floor_bed_any_merchant',283),
(1174,1966,'staticobjects/bookcases/floor_bookcase_any_fancy',283),
(1175,1967,'staticobjects/bookcases/floor_bookcase_any_wood',283),
(1176,1968,'staticobjects/chairs/floor_chair_any_fancy',283),
(1177,1969,'staticobjects/chairs/floor_chair_any_judicial',283),
(1178,1970,'staticobjects/chairs/floor_chair_any_leather',283),
(1179,1971,'staticobjects/chairs/floor_chair_any_wood',283),
(1180,1972,'staticobjects/chairs/floor_stool_any_leather',283),
(1181,1973,'staticobjects/chairs/floor_stool_any_wood',283),
(1182,1974,'staticobjects/counters/floor_counter_any_2mlong',283),
(1183,1975,'staticobjects/counters/floor_counter_any_3mlong',283),
(1184,1976,'staticobjects/counters/floor_counter_any_4mlong',283),
(1185,1977,'staticobjects/counters/floor_counter_any_5mlong',283),
(1186,1978,'staticobjects/counters/floor_counter_any_corner',283),
(1187,1979,'staticobjects/dressers/floor_dresser_any_fancy',283),
(1188,1980,'staticobjects/dressers/floor_dresser_any_tall',283),
(1189,1981,'staticobjects/dressers/floor_dresser_any_wood',283),
(1190,1982,'staticobjects/shelfs/wall_shelf_any_2mlong',283),
(1191,1983,'staticobjects/shelfs/wall_shelf_any_4mlong',283),
(1192,1984,'staticobjects/shelfs/wall_shelf_any_corner',283),
(1193,1985,'staticobjects/signs/general/base_sign',283),
(1194,1986,'staticobjects/statues/floor_statue_human_erudin',283),
(1195,1987,'staticobjects/statues/odd_creature',283),
(1196,1988,'staticobjects/tables/floor_table01_any_fancy',283),
(1197,1989,'staticobjects/tables/floor_table01_any_marble',283),
(1198,1990,'staticobjects/tables/floor_table02_any_fancy',283),
(1199,1991,'staticobjects/tables/floor_table02_any_marble',283),
(1200,1992,'staticobjects/tables/floor_table03_any_marble',283),
(1201,1993,'staticobjects/tables/floor_table04_any_marble',283),
(1202,1994,'staticobjects/tables/floor_table_any_judicial',283),
(1203,1995,'staticobjects/tables/floor_table_any_long',283),
(1204,1996,'staticobjects/tables/floor_table_any_short',283),
(1205,1997,'staticobjects/beds/floor_bedroll01_any_dirty',283),
(1206,1998,'staticobjects/beds/floor_bedroll02_any_dirty',283),
(1207,1999,'staticobjects/beds/floor_bed_human_step',283),
(1208,2000,'staticobjects/beds/floor_bed_human_wood',283),
(1209,2001,'staticobjects/benches/floor_bench01_human_plain',283),
(1210,2002,'staticobjects/benches/floor_bench02_human_plain',283),
(1211,2003,'staticobjects/benches/floor_bench03_human_plain',283),
(1212,2004,'staticobjects/benches/floor_bench04_human_plain',283),
(1213,2005,'staticobjects/benches/floor_bench05_human_plain',283),
(1214,2006,'staticobjects/bookcases/floor_bookcase01_human_step',283),
(1215,2007,'staticobjects/bookcases/floor_bookcase02_human_step',283),
(1216,2008,'staticobjects/bookcases/floor_bookcase_any_slayer',283),
(1217,2009,'staticobjects/chairs/floor_chair01_gnome_plain',283),
(1218,2010,'staticobjects/chairs/floor_chair01_human_hood',283),
(1219,2011,'staticobjects/chairs/floor_chair01_human_plain',283),
(1220,2012,'staticobjects/chairs/floor_chair02_gnome_plain',283),
(1221,2013,'staticobjects/chairs/floor_chair02_human_plain',283),
(1222,2014,'staticobjects/chairs/floor_chair_human_weathered',283),
(1223,2015,'staticobjects/chairs/floor_stool01_human_plain',283),
(1224,2016,'staticobjects/chairs/floor_stool02_human_plain',283),
(1225,2017,'staticobjects/containers/floor_bucket01_human_wood',283),
(1226,2018,'staticobjects/containers/floor_bucket02_human_wood',283),
(1227,2019,'staticobjects/fires/small_ring_fire',283),
(1228,2020,'staticobjects/tents/grey_lean_to',283),
(1229,2021,'staticobjects/barrels/floor_barrel_any_wood01',283),
(1230,2022,'staticobjects/barrels/floor_barrel_any_wood02',283),
(1231,2023,'staticobjects/barrels/floor_barrel_any_wood03',283),
(1232,2025,'staticobjects/brazier/floor_brazier_human_military',283),
(1233,2026,'staticobjects/chairs/floor_chair_human_plain01',283),
(1234,2027,'staticobjects/chairs/floor_stool_human_plain01',283),
(1235,2028,'staticobjects/chests/floor_chest_human_step01',283),
(1236,2029,'staticobjects/chests/floor_chest_human_step02',283),
(1237,2030,'staticobjects/chests/floor_chest_human_wood',283),
(1238,2031,'staticobjects/doors/fprt_door_plain',283),
(1239,2032,'staticobjects/shelves/wall_shelf_any_2mlong',283),
(1240,2033,'staticobjects/shelves/wall_shelf_any_4mlong',283),
(1241,2034,'staticobjects/shelves/wall_shelf_any_corner',283),
(1242,2035,'staticobjects/shelves/wall_shelf_human_2mlong',283),
(1243,2036,'staticobjects/shelves/wall_shelf_human_simple01',283),
(1244,2037,'staticobjects/tables/floor_table_gnome_plain01',283),
(1245,2038,'staticobjects/tables/floor_table_gnome_plain02',283),
(1246,2039,'staticobjects/tables/floor_table_human_generic01',283),
(1247,2040,'staticobjects/tables/floor_table_human_generic02',283),
(1248,2041,'staticobjects/tables/floor_table_human_hood01',283),
(1249,2042,'staticobjects/tables/floor_table_human_hood02',283),
(1250,2043,'staticobjects/tables/floor_table_human_hood03',283),
(1251,2044,'staticobjects/tables/floor_table_human_hood04',283),
(1252,2045,'staticobjects/tables/floor_table_human_hood05',283),
(1253,2046,'staticobjects/tables/floor_table_human_hood06',283),
(1254,2047,'staticobjects/tables/floor_table_human_plain01',283),
(1255,2048,'staticobjects/tables/floor_table_human_plain02',283),
(1256,2049,'staticobjects/tables/floor_table_human_plain03',283),
(1257,2050,'staticobjects/tables/floor_table_human_step01',283),
(1258,2051,'staticobjects/tables/floor_table_human_step02',283),
(1259,2052,'staticobjects/beds/floor_bed_highelf_ornate',283),
(1260,2053,'staticobjects/beds/floor_bed_woodelf_single',283),
(1261,2054,'staticobjects/chairs/floor_chair_darkelf_wood',283),
(1262,2055,'staticobjects/chairs/floor_chair_ogre_rock',283),
(1263,2056,'staticobjects/chairs/floor_chair_troll_wood',283),
(1264,2057,'staticobjects/chairs/floor_chair_woodelf_hood',283),
(1265,2058,'staticobjects/chairs/floor_stool_any_wood01',283),
(1266,2059,'staticobjects/chairs/floor_stool_highelf_wood',283),
(1267,2060,'staticobjects/crates/floor_crate_troll_wood',283),
(1268,2061,'staticobjects/lighting/floor_torch_ogre_rock',283),
(1269,2062,'staticobjects/racks/floor_rack_darkelf_wine',283),
(1270,2063,'staticobjects/tables/floor_table_darkelf_hood',283),
(1271,2064,'staticobjects/tables/floor_table_gnome_round',283),
(1272,2065,'staticobjects/tables/floor_table_highelf_tavern01',283),
(1273,2066,'staticobjects/tables/floor_table_highelf_tavern02',283),
(1274,2067,'staticobjects/tables/floor_table_ogre_rock',283),
(1275,2068,'staticobjects/tables/floor_table_troll_small',283),
(1276,2069,'staticobjects/tables/floor_table_woodelf_hood',283),
(1277,2070,'staticobjects/blacksmith/wall_wallchain_dwarf_forge',283),
(1278,2071,'staticobjects/key/key_oversized',283),
(1279,2072,'staticobjects/lighting/floor_lantern_dwarf_oil',283),
(1280,2073,'staticobjects/containers/floor_bucket_barbarian_wood',283),
(1281,2074,'staticobjects/containers/floor_bucket_dwarf_wood',283),
(1282,2075,'staticobjects/containers/floor_pod_barbarian_iron',283),
(1283,2076,'staticobjects/containers/floor_vase_froglok_clay',283),
(1284,2077,'staticobjects/containers/floor_vase_halfelf_clay01',283),
(1285,2078,'staticobjects/containers/floor_vase_halfelf_clay02',283),
(1286,2079,'staticobjects/containers/floor_vase_halfelf_clay03',283),
(1287,2080,'staticobjects/lighting/floor_floorlamp_human_candle',283),
(1288,2081,'staticobjects/light_sources_player_housing_only/ceiling_chandelier_darkelf_candle',283),
(1289,2082,'staticobjects/light_sources_player_housing_only/floor_brazier_human_military',283),
(1290,2083,'staticobjects/light_sources_player_housing_only/floor_floorlamp_human_candle',283),
(1291,2084,'staticobjects/light_sources_player_housing_only/halfling_candle_log01',283),
(1292,2085,'staticobjects/light_sources_player_housing_only/halfling_lantern01_handledown',283),
(1293,2086,'staticobjects/light_sources_player_housing_only/halfling_wall_light01_single',283),
(1294,2087,'staticobjects/light_sources_player_housing_only/halfling_wall_light02_metal',283),
(1295,2088,'staticobjects/light_sources_player_housing_only/halfling_wall_light02_wood',283),
(1296,2089,'staticobjects/light_sources_player_housing_only/orc_candle_01',283),
(1297,2090,'staticobjects/light_sources_player_housing_only/qst_galintos_candelabra_1',283),
(1298,2091,'staticobjects/light_sources_player_housing_only/troll_candle_01',283),
(1299,2092,'staticobjects/musical/floor_drum_halfling_wood',283),
(1300,2094,'staticobjects/tables/floor_table_barbarian_wood',283),
(1301,2095,'staticobjects/tables/floor_table_halfling_wood',283),
(1302,2096,'staticobjects/beds/floor_bed_human_ornate',283),
(1303,2097,'staticobjects/beds/floor_bed_human_ornate01',283),
(1304,2098,'staticobjects/chairs/floor_chair_human_ornate01',283),
(1305,2099,'staticobjects/chairs/floor_chair_human_ornate02',283),
(1306,2100,'staticobjects/chairs/floor_chair_kerra_wood',283),
(1307,2101,'staticobjects/chests/floor_chest_iksar_skulls',283),
(1308,2102,'staticobjects/chests/floor_chest_ratonga_wood',283),
(1309,2103,'staticobjects/containers/floor_bucket_froglok_wood',283),
(1310,2104,'staticobjects/containers/floor_vase_erudite_marble',283),
(1311,2105,'staticobjects/dressers/floor_dresser_kerra_wood',283),
(1312,2106,'staticobjects/dressers/floor_dresser_ratonga_wood',283),
(1313,2107,'staticobjects/kegs/floor_keg_ratonga_small',283),
(1314,2108,'staticobjects/kitchen/floor_stove_human_iron',283),
(1315,2109,'staticobjects/lighting/floor_floorlamp_kerra_ornate',283),
(1316,2110,'staticobjects/lighting/floor_lamp_erudite_plain',283),
(1317,2111,'staticobjects/mounts/wall_mount_iksar_boarhead',283),
(1318,2112,'staticobjects/posts/floor_post_iksar_skull',283),
(1319,2113,'staticobjects/shelves/wall_shelf_froglok_ironwood',283),
(1320,2114,'staticobjects/tables/floor_table_human_ornate01',283),
(1321,2115,'staticobjects/tables/floor_table_human_ornate02',283),
(1322,2116,'staticobjects/urns/floor_urn_erudite_brazier',283),
(1323,2117,'staticobjects/beds/floor_bed_human_bunks',283),
(1324,2118,'staticobjects/beds/floor_bed_human_double',283),
(1325,2119,'staticobjects/beds/floor_bed_human_double01',283),
(1326,2120,'staticobjects/beds/floor_bed_human_king',283),
(1327,2121,'staticobjects/beds/floor_bed_human_king01',283),
(1328,2122,'staticobjects/beds/floor_bed_human_single',283),
(1329,2123,'staticobjects/beds/floor_bed_human_single01',283),
(1330,2124,'staticobjects/benches/floor_bench_human_ornate01',283),
(1331,2125,'staticobjects/benches/floor_bench_human_ornate02',283),
(1332,2126,'staticobjects/bookcases/floor_bookcase_human_ornate01',283),
(1333,2127,'staticobjects/bookcases/floor_bookcase_human_ornate02',283),
(1334,2128,'staticobjects/bookcases/floor_bookcase_human_plain01',283),
(1335,2129,'staticobjects/bookcases/floor_bookcase_human_stone',283),
(1336,2130,'staticobjects/bookcases/floor_bookcase_human_stone01',283),
(1337,2131,'staticobjects/chairs/floor_chair_human_fancy01',283),
(1338,2132,'staticobjects/chairs/floor_chair_human_fancy02',283),
(1339,2133,'staticobjects/chairs/floor_chair_human_fancy03',283),
(1340,2134,'staticobjects/chairs/floor_chair_human_ornate03',283),
(1341,2135,'staticobjects/chairs/floor_chair_human_ornate04',283),
(1342,2136,'staticobjects/chairs/floor_chair_human_wood01',283),
(1343,2137,'staticobjects/chairs/floor_chair_human_wood02',283),
(1344,2138,'staticobjects/chairs/floor_chair_human_wood03',283),
(1345,2139,'staticobjects/chairs/floor_chair_human_wood04',283),
(1346,2140,'staticobjects/chairs/floor_stool_human_military01',283),
(1347,2141,'staticobjects/chairs/floor_stool_human_ornate01',283),
(1348,2142,'staticobjects/chairs/floor_stool_human_wood01',283),
(1349,2143,'staticobjects/chests/floor_chest_human_wood01',283),
(1350,2144,'staticobjects/containers/floor_vase_human_marble01',283),
(1351,2145,'staticobjects/containers/floor_vase_human_ornate01',283),
(1352,2146,'staticobjects/containers/floor_vase_human_ornate02',283),
(1353,2147,'staticobjects/counters/floor_counter_human_corner01',283),
(1354,2148,'staticobjects/counters/floor_counter_human_round01',283),
(1355,2149,'staticobjects/dressers/floor_dresser_human_ornate01',283),
(1356,2150,'staticobjects/dressers/floor_dresser_human_plain01',283),
(1357,2151,'staticobjects/lighting/ceiling_ceilinglamp_any_fancy',283),
(1358,2152,'staticobjects/lighting/floor_floorlamp_human_ornate01',283),
(1359,2153,'staticobjects/lighting/floor_floorlamp_human_ornate02',283),
(1360,2154,'staticobjects/lighting/floor_floorlamp_human_ornate03',283),
(1361,2155,'staticobjects/lighting/floor_floorlamp_human_stone01',283),
(1362,2156,'staticobjects/lighting/floor_tablelamp_human_ornate01',283),
(1363,2157,'staticobjects/lighting/floor_tablelamp_human_plain01',283),
(1364,2158,'staticobjects/lighting/floor_tablelamp_human_plain02',283),
(1365,2159,'staticobjects/musical/fprt_music_bonechimes001',283),
(1366,2160,'staticobjects/musical/fprt_music_bonexylophone001',283),
(1367,2161,'staticobjects/musical/fprt_music_drum001',283),
(1368,2162,'staticobjects/musical/fprt_music_harp001',283),
(1369,2163,'staticobjects/musical/fprt_music_mandolin001',283),
(1370,2164,'staticobjects/shelves/wall_shelf_human_double01',283),
(1371,2165,'staticobjects/shelves/wall_shelf_human_double02',283),
(1372,2166,'staticobjects/shelves/wall_shelf_human_double03',283),
(1373,2167,'staticobjects/shelves/wall_shelf_human_military01',283),
(1374,2168,'staticobjects/shelves/wall_shelf_human_ornate01',283),
(1375,2169,'staticobjects/tables/floor_endtable_human_ornate',283),
(1376,2170,'staticobjects/tables/floor_endtable_human_plain',283),
(1377,2171,'staticobjects/tables/floor_table_human_bedside01',283),
(1378,2172,'staticobjects/tables/floor_table_human_bedside02',283),
(1379,2173,'staticobjects/tables/floor_table_human_butcherblock',283),
(1380,2174,'staticobjects/tables/floor_table_human_circular01',283),
(1381,2175,'staticobjects/tables/floor_table_human_circular02',283),
(1382,2176,'staticobjects/tables/floor_table_human_desk01',283),
(1383,2177,'staticobjects/tables/floor_table_human_desk02',283),
(1384,2178,'staticobjects/tables/floor_table_human_ornate03',283),
(1385,2179,'staticobjects/tables/floor_table_human_ornate04',283),
(1386,2180,'staticobjects/tables/floor_table_human_oval01',283),
(1387,2181,'staticobjects/tables/floor_table_human_plain04',283),
(1388,2182,'staticobjects/urns/floor_urn_human_ornate01',283),
(1389,2183,'staticobjects/urns/floor_urn_human_plain01',283),
(1390,2184,'staticobjects/urns/floor_urn_human_plain02',283),
(1391,2185,'staticobjects/archery/archery_target',283),
(1392,2186,'staticobjects/chairs/floor_stool_any_simple01',283),
(1393,2187,'staticobjects/chests/floor_chest_barbarian_ornate01',283),
(1394,2188,'staticobjects/containers/floor_bucket_any_handle01',283),
(1395,2189,'staticobjects/counters/floor_counter_any_generic01',283),
(1396,2190,'staticobjects/pictures/wall_painting_human_billportrait',283),
(1397,2191,'staticobjects/pictures/wall_painting_human_brickbuilding',283),
(1398,2192,'staticobjects/pictures/wall_painting_human_castle',283),
(1399,2193,'staticobjects/pictures/wall_painting_human_cathedral',283),
(1400,2194,'staticobjects/pictures/wall_painting_human_claymore',283),
(1401,2195,'staticobjects/pictures/wall_painting_human_cliffs',283),
(1402,2196,'staticobjects/pictures/wall_painting_human_hillbuilding',283),
(1403,2197,'staticobjects/pictures/wall_painting_human_horseknight',283),
(1404,2198,'staticobjects/pictures/wall_painting_human_knight',283),
(1405,2199,'staticobjects/pictures/wall_painting_human_qeynoscastle',283),
(1406,2200,'staticobjects/pictures/wall_painting_human_stonebuilding01',283),
(1407,2201,'staticobjects/pictures/wall_painting_human_stonebuilding02',283),
(1408,2202,'staticobjects/pictures/wall_painting_human_sun',283),
(1409,2203,'staticobjects/pictures/wall_painting_human_trees',283),
(1410,2204,'staticobjects/relics/floor_orb_erudite_warding01',283),
(1411,2205,'staticobjects/rugs/floor_rug_kerra_ornate01',283),
(1412,2206,'staticobjects/rugs/floor_rug_kerra_ornate02',283),
(1413,2207,'staticobjects/tables/floor_table_any_bedside01',283),
(1414,2208,'staticobjects/tables/floor_table_any_coffee01',283),
(1415,2209,'staticobjects/carts/damaged_wood_cart',283),
(1416,2210,'staticobjects/rocks/steppes_flatrock',283),
(1417,2211,'staticobjects/shelves/wall_shelf_human_hook',283),
(1418,2212,'staticobjects/tools/shovel_steppes',283),
(1419,2213,'accessories/wieldable_items/weapons/dagger/dagger/dagger001_ornate',283),
(1420,2214,'accessories/wieldable_items/weapons/dagger/dagger/dagger001_plain',283),
(1421,2215,'accessories/wieldable_items/weapons/dagger/dagger/dagger001_runic',283),
(1422,2216,'accessories/wieldable_items/weapons/dagger/dirk/dirk001_plain',283),
(1423,2217,'accessories/wieldable_items/weapons/dagger/stiletto/stiletto001_rusty',283),
(1424,2218,'accessories/wieldable_items/weapons/dagger/stiletto/stiletto002_runic',283),
(1425,2219,'accessories/wieldable_items/weapons/great_axe/bardiche/bardiche02_ornate',283),
(1426,2220,'accessories/wieldable_items/weapons/great_axe/executioner_axe/executioner_axe003_runic',283),
(1427,2221,'accessories/wieldable_items/weapons/great_axe/halberd/halberd003_plain',283),
(1428,2222,'staticobjects/fires/qey_adv04_stumpcut01',283),
(1429,2223,'staticobjects/statues/goblin_totem',283),
(1430,2224,'accessories/wearable_items/chain/common/low/skirt',283),
(1431,2225,'accessories/wieldable_items/weapons/dagger/dagger/dagger002_rusty',283),
(1432,2226,'accessories/wieldable_items/weapons/dagger/dirk/dirk002_runic',283),
(1433,2227,'accessories/wieldable_items/weapons/great_axe/assault_axe/assault_axe001_ornate',283),
(1434,2228,'accessories/wieldable_items/weapons/great_axe/assault_axe/assault_axe002_plain',283),
(1435,2229,'accessories/wieldable_items/weapons/great_axe/bardiche/bardiche01_runic',283),
(1436,2230,'accessories/wieldable_items/weapons/great_axe/bardiche/bardiche03_rusty',283),
(1437,2231,'accessories/wieldable_items/weapons/great_axe/military_pick/military_pick002_ornate',283),
(1438,2232,'accessories/wearable_items/vanguard/common/low/skirt',283),
(1439,2233,'accessories/wearable_items/vanguard/rare/low/skirt',283),
(1440,2236,'accessories/wieldable_items/weapons/great_axe/executioner_axe/executioner_axe001_plain',283),
(1441,2237,'accessories/wieldable_items/weapons/great_axe/executioner_axe/executioner_axe001_rusty',283),
(1442,2238,'accessories/wieldable_items/weapons/great_axe/halberd/halberd001_runic',283),
(1443,2239,'accessories/wieldable_items/weapons/great_axe/halberd/halberd002_rusty',283),
(1444,2240,'accessories/wieldable_items/weapons/great_axe/military_pick/military_pick001_rusty',283),
(1445,2241,'staticobjects/banners/centaur_banner_steppes',283),
(1446,2242,'staticobjects/carts/damaged_wood_cart_2',283),
(1447,2243,'staticobjects/carts/wood_cart',283),
(1448,2244,'staticobjects/eig/eig_harvest_location',283),
(1449,2245,'staticobjects/freeport/fprt_citizenship_sign',283),
(1450,2246,'staticobjects/qeynos/clear_appearance_plane',283),
(1451,2248,'accessories/wieldable_items/weapons/axe/hand_axe/hand_axe001_ornate',283),
(1452,2249,'accessories/wieldable_items/weapons/axe/hand_axe/hand_axe001_plain',283),
(1453,2250,'accessories/wieldable_items/weapons/axe/hatchet/hatchet001_ornate',283),
(1454,2251,'accessories/wieldable_items/weapons/axe/hatchet/hatchet001_plain',283),
(1455,2252,'accessories/wieldable_items/weapons/axe/hatchet/hatchet002_runic',283),
(1456,2253,'accessories/wieldable_items/weapons/axe/hatchet/hatchet002_rusty',283),
(1457,2254,'accessories/wieldable_items/weapons/great_sword/flamberge/flamberge001_runic',283),
(1458,2255,'accessories/wieldable_items/weapons/great_sword/flamberge/flamberge002_ornate',283),
(1459,2256,'accessories/wieldable_items/weapons/great_sword/tulwar/tulwar001_ornate',283),
(1460,2257,'accessories/wieldable_items/weapons/great_sword/tulwar/tulwar001_plain',283),
(1461,2258,'accessories/wieldable_items/weapons/sword/long_sword/long_sword001_runic',283),
(1462,2259,'accessories/wieldable_items/weapons/sword/long_sword/long_sword002_ornate',283),
(1463,2260,'accessories/wieldable_items/weapons/sword/scimitar/scimitar001_runic',283),
(1464,2261,'accessories/wieldable_items/weapons/sword/scimitar/scimitar002_plain',283),
(1465,2262,'accessories/wieldable_items/weapons/sword/short_sword/short_sword001_runic',283),
(1466,2263,'accessories/wieldable_items/weapons/sword/short_sword/short_sword002_plain',283),
(1467,2264,'accessories/wieldable_items/weapons/sword/short_sword/short_sword002_rusty',283),
(1468,2265,'staticobjects/rocks/rubble_chunks',283),
(1469,2266,'accessories/wieldable_items/weapons/axe/hand_axe/hand_axe001_runic',283),
(1470,2267,'accessories/wieldable_items/weapons/axe/hand_axe/hand_axe002_rusty',283),
(1471,2268,'accessories/wieldable_items/weapons/fist/cestus/spiked_cestus001_plain',283),
(1472,2269,'accessories/wearable_items/vanguard/common/high/skirt',283),
(1473,2270,'accessories/wearable_items/vanguard/common/medium/skirt',283),
(1474,2271,'accessories/wearable_items/vanguard/uncommon/high/skirt',283),
(1475,2272,'accessories/wearable_items/vanguard/uncommon/low/skirt',283),
(1476,2273,'accessories/wearable_items/vanguard/uncommon/medium/skirt',283),
(1477,2274,'accessories/wieldable_items/weapons/fist/claws/claws001_plain',283),
(1478,2275,'accessories/wieldable_items/weapons/fist/katar/katar001_plain',283),
(1479,2278,'accessories/wieldable_items/weapons/great_sword/greatsword/greatsword001_ornate',283),
(1480,2279,'accessories/wieldable_items/weapons/great_sword/greatsword/greatsword002_runic',283),
(1481,2280,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword001_ornate',283),
(1482,2281,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword002_plain',283),
(1483,2282,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword002_rusty',283),
(1484,2283,'staticobjects/mushroom/mushroom_small',283),
(1485,2284,'accessories/wieldable_items/weapons/fist/cestus/spiked_cestus002_ornate',283),
(1486,2285,'accessories/wieldable_items/weapons/fist/cestus/spiked_cestus002_runic',283),
(1487,2286,'accessories/wieldable_items/weapons/hammer/cudgel/cudgel001_plain',283),
(1488,2287,'accessories/wieldable_items/weapons/hammer/cudgel/cudgel002_rusty',283),
(1489,2288,'accessories/wieldable_items/weapons/fist/katar/katar002_runic',283),
(1490,2289,'accessories/wieldable_items/weapons/great_spear/trident/trident001_plain',283),
(1491,2290,'accessories/wieldable_items/weapons/spear/javelin/javeling001_plain',283),
(1492,2291,'accessories/wieldable_items/weapons/spear/spear/spear001_ornate',283),
(1493,2292,'accessories/wieldable_items/weapons/spear/spear/spear001_plain',283),
(1494,2293,'staticobjects/tents/nektulos_small_red01',283),
(1495,2294,'accessories/wieldable_items/weapons/axe/waraxe/waraxe001_ornate',283),
(1496,2295,'accessories/wieldable_items/weapons/axe/waraxe/waraxe001_plain',283),
(1497,2296,'accessories/wieldable_items/weapons/axe/waraxe/waraxe001_rusty',283),
(1498,2297,'accessories/wieldable_items/weapons/axe/waraxe/waraxe002_runic',283),
(1499,2298,'accessories/wieldable_items/weapons/great_hammer/maul/maul001_plain',283),
(1500,2299,'accessories/wieldable_items/weapons/great_hammer/maul/maul002_runic',283),
(1501,2300,'accessories/wieldable_items/weapons/great_spear/great_spear/great_spear001_plain',283),
(1502,2301,'accessories/wieldable_items/weapons/great_spear/trident/trident002_runic',283),
(1503,2302,'accessories/wieldable_items/weapons/spear/leaf_blade/leaf_blade001_plain',283),
(1504,2303,'accessories/wieldable_items/weapons/spear/leaf_blade/leaf_blade001_rusty',283),
(1505,2304,'accessories/wieldable_items/weapons/spear/short_spear/short_spear001_plain',283),
(1506,2305,'accessories/wieldable_items/weapons/sword/falchion_sword/falchion_sword001_plain',283),
(1507,2306,'staticobjects/dpo_invisible_cube/dpo_invisible_cube',283),
(1508,2307,'accessories/wearable_items/tradesman/clothing/plainbluelacey/shoulders',283),
(1509,2308,'accessories/wearable_items/tradesman/clothing/plainbluelacey/chest',283),
(1510,2309,'accessories/wearable_items/tradesman/clothing/plainbluelacey/legs',283),
(1511,2310,'accessories/wieldable_items/weapons/axe/cresent_axe/cresent_axe001_plain',283),
(1512,2311,'accessories/wieldable_items/weapons/axe/cresent_axe/cresent_axe001_runic',283),
(1513,2312,'accessories/wieldable_items/weapons/axe/cresent_axe/cresent_axe001_rusty',283),
(1514,2313,'accessories/wieldable_items/weapons/axe/cresent_axe/cresent_axe002_ornate',283),
(1515,2314,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe001_good',283),
(1516,2315,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe001_ornate',283),
(1517,2316,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe001_plain',283),
(1518,2317,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe001_runic',283),
(1519,2318,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe002_evil',283),
(1520,2319,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe002_rusty',283),
(1521,2320,'accessories/wieldable_items/weapons/hammer/battlehammer/battlehammer001_runic',283),
(1522,2321,'accessories/wieldable_items/weapons/hammer/battlehammer/battlehammer002_rusty',283),
(1523,2322,'accessories/wieldable_items/weapons/hammer/mace/mace01_runic',283),
(1524,2323,'accessories/wieldable_items/weapons/hammer/mace/mace02_plain',283),
(1525,2324,'accessories/wieldable_items/weapons/hammer/mace/mace02_rusty',283),
(1526,2325,'accessories/wieldable_items/weapons/hammer/mace/mace03_ornate',283),
(1527,2326,'staticobjects/tableware/floor_mug_any_dirty',283),
(1528,2328,'staticobjects/lab/floor_flask_iksar_lab',283),
(1529,2329,'staticobjects/artisan/floor_easel_human_wooden01',283),
(1530,2330,'accessories/wearable_items/tradesman/clothing/ornateshinygold/chest',283),
(1531,2331,'accessories/wearable_items/tradesman/clothing/ornateshinygold/legs',283),
(1532,2332,'accessories/wearable_items/tradesman/clothing/ornateshinygold/shoulders',283),
(1533,2333,'accessories/wieldable_items/weapons/axe/tomahawk/tomahawk001_plain',283),
(1534,2334,'accessories/wieldable_items/weapons/axe/tomahawk/tomahawk002_ornate',283),
(1535,2335,'creatures/monsters/seagull',283),
(1536,2336,'creatures/monsters/sheep',283),
(1537,2337,'staticobjects/catapult/catapult_broken',283),
(1538,2338,'staticobjects/world_devices/trdskl_fprt_chemistrytable01',283),
(1539,2339,'staticobjects/world_devices/trdskl_fprt_engraveddesk01',283),
(1540,2340,'staticobjects/world_devices/trdskl_fprt_stoveandkeg01',283),
(1541,2341,'staticobjects/world_devices/trdskl_fprt_woodworkingtable01',283),
(1542,2342,'staticobjects/world_devices/trdskl_fprt_workbench01',283),
(1543,2343,'staticobjects/world_devices/trdskl_qey_chemistrytable01',283),
(1544,2344,'staticobjects/world_devices/trdskl_qey_engraveddesk01',283),
(1545,2345,'staticobjects/world_devices/trdskl_qey_stoveandkeg01',283),
(1546,2346,'staticobjects/world_devices/trdskl_qey_woodworkingtable01',283),
(1547,2347,'accessories/wieldable_items/weapons/dagger/parrying_blade/parrying_blade001_plain',283),
(1548,2348,'accessories/wieldable_items/weapons/dagger/parrying_blade/parrying_blade002_runic',283),
(1549,2349,'accessories/wieldable_items/weapons/dagger/sai/sai001_plain',283),
(1550,2350,'accessories/wieldable_items/weapons/rapier/cutlass/cutlass001_runic',283),
(1551,2351,'accessories/wieldable_items/weapons/rapier/epee/epee001_runic',283),
(1552,2352,'accessories/wieldable_items/weapons/rapier/foil/foil001_ornate',283),
(1553,2353,'accessories/wieldable_items/weapons/rapier/karabela/karabela001_runic',283),
(1554,2354,'accessories/wieldable_items/weapons/rapier/saber/saber001_runic',283),
(1555,2355,'accessories/wieldable_items/weapons/staff/scorcerers_staff/scorcerers_staff001_ornate',283),
(1556,2356,'accessories/wieldable_items/weapons/staff/scorcerers_staff/scorcerers_staff002_runic',283),
(1557,2357,'accessories/wieldable_items/weapons/throwing_weapons/throwing_hammer/throwing_hammer001_runic',283),
(1558,2358,'creatures/monsters/hawk_redtail',283),
(1559,2359,'creatures/pets/diseases_servant',283),
(1560,2360,'creatures/pets/elemental_fire',283),
(1561,2361,'creatures/pets/factor_earth',283),
(1562,2362,'creatures/pets/factor_fire',283),
(1563,2363,'creatures/pets/form_earth',283),
(1564,2364,'creatures/pets/horse',283),
(1565,2365,'creatures/pets/icebone_skeleton',283),
(1566,2366,'staticobjects/bones/bones_weapons',283),
(1567,2367,'staticobjects/bones/bones_weapons_1',283),
(1568,2368,'staticobjects/bones/bone_collection_large',283),
(1569,2369,'staticobjects/bones/jumbled_bones08',283),
(1570,2370,'staticobjects/bones/speared_skeleton',283),
(1571,2371,'staticobjects/carcase/barnyard_dead_dog',283),
(1572,2372,'staticobjects/carcase/horse_carcase',283),
(1573,2373,'staticobjects/catapult/orc_batteringram',283),
(1574,2374,'staticobjects/catapult/orc_siegetower',283),
(1575,2375,'staticobjects/catapult/orc_siegetower_damaged',283),
(1576,2376,'staticobjects/dervish/dervish_outhouse_1',283),
(1577,2377,'staticobjects/gravestones/spreadtombs_1',283),
(1578,2378,'staticobjects/rocks/rock_formation',283),
(1579,2379,'staticobjects/tents/orc_tent_large',283),
(1580,2380,'staticobjects/tree/barricade_corner_left',283),
(1581,2381,'staticobjects/tree/log_dead',283),
(1582,2382,'staticobjects/tree/tree_savanah_dry',283),
(1583,2383,'staticobjects/tree/trunk_tree_dead',283),
(1584,2384,'accessories/wieldable_items/weapons/dagger/kris/kris001_runic',283),
(1585,2385,'accessories/wieldable_items/weapons/great_spear/pike/pike001_plain',283),
(1586,2386,'accessories/wieldable_items/weapons/great_spear/pike/pike001_runic',283),
(1587,2387,'accessories/wieldable_items/weapons/great_spear/voulge/voulge001_ornate',283),
(1588,2388,'accessories/wieldable_items/weapons/spear/ornate_spear/ornate_spear001_ornate',283),
(1589,2389,'creatures/monsters/dragonfly',283),
(1590,2390,'creatures/pets/elemental_water',283),
(1591,2391,'creatures/pets/essence_water',283),
(1592,2392,'creatures/pets/factor_water',283),
(1593,2393,'creatures/pets/form_fire',283),
(1594,2394,'creatures/pets/form_water',283),
(1595,2395,'staticobjects/blacksmith/df_armorhook01',283),
(1596,2396,'accessories/wieldable_items/weapons/spear/tribal_spear/tribal_spear001_plain',283),
(1597,2397,'creatures/monsters/turkey',283),
(1598,2398,'projectiles/spell_spiral',283),
(1599,2399,'staticobjects/nest',283),
(1600,2400,'staticobjects/nests/nest',283),
(1601,2401,'staticobjects/rubble/ratpile',283),
(1602,2402,'accessories/wearable_items/vanguard/rare/medium/skirt',283),
(1603,2403,'accessories/wieldable_items/weapons/great_sword/bastard_sword/bastard_sword001_plain',283),
(1604,2404,'accessories/wieldable_items/weapons/great_sword/bastard_sword/bastard_sword001_runic',283),
(1605,2405,'accessories/wieldable_items/weapons/great_sword/bastard_sword/bastard_sword002_ornate',283),
(1606,2406,'accessories/wieldable_items/weapons/great_sword/broad_sword/broad_sword001_ornate',283),
(1607,2407,'accessories/wieldable_items/weapons/great_sword/broad_sword/broad_sword001_plain',283),
(1608,2408,'accessories/wieldable_items/weapons/great_sword/broad_sword/broad_sword002_runic',283),
(1609,2409,'accessories/wieldable_items/weapons/great_sword/broad_sword/broad_sword002_rusty',283),
(1610,2410,'accessories/wieldable_items/weapons/rapier/rapier/rapier001_ornate',283),
(1611,2411,'creatures/monsters/rumbler_coal',283),
(1612,2412,'creatures/monsters/rumbler_rocky',283),
(1613,2413,'creatures/monsters/rumbler_slimey',283),
(1614,2414,'creatures/monsters/stagg',283),
(1615,2415,'creatures/monsters/tiger',283),
(1616,2416,'creatures/pets/elemental_air',283),
(1617,2417,'staticobjects/gears/gears_table00',283),
(1618,2418,'accessories/wearable_items/magus/robes/fancy_goldburgundy/chest',283),
(1619,2419,'accessories/wearable_items/magus/robes/fancy_goldburgundy/hood',283),
(1620,2420,'accessories/wearable_items/magus/robes/fancy_goldburgundy/pants',283),
(1621,2421,'accessories/wearable_items/magus/robes/fancy_goldburgundy/skirt',283),
(1622,2422,'accessories/wieldable_items/weapons/staff/bo_staff/bo_staff001_plain',283),
(1623,2423,'accessories/wieldable_items/weapons/staff/bo_staff/bo_staff002_ornate',283),
(1624,2424,'accessories/wieldable_items/weapons/staff/fighting_batons/fighting_batons001_runic',283),
(1625,2425,'accessories/wieldable_items/weapons/staff/great_staff/great_staff001_runic',283),
(1626,2426,'accessories/wieldable_items/weapons/staff/great_staff/great_staff002_plain',283),
(1627,2427,'accessories/wieldable_items/weapons/staff/metal_rod/metal_rod001_runic',283),
(1628,2428,'accessories/wieldable_items/weapons/staff/quarterstaff/quarterstaff001_runic',283),
(1629,2429,'projectiles/spell_shriek',283),
(1630,2430,'staticobjects/bones/bone_pile',283),
(1631,2431,'staticobjects/bones/seated_skeleton',283),
(1632,2432,'staticobjects/bones/skull_single',283),
(1633,2433,'staticobjects/containers/mugs_and_plates',283),
(1634,2434,'staticobjects/pictures/halfling_blueprint',283),
(1635,2435,'staticobjects/plants/stump01',283),
(1636,2436,'staticobjects/plants/weeds01',283),
(1637,2437,'staticobjects/plants/weeds02',283),
(1638,2438,'staticobjects/smoking_utensils/waterpipe',283),
(1639,2441,'accessories/wieldable_items/shields/buckler_shield/metal_buckler/metal_buckler001_ornate',283),
(1640,2442,'accessories/wieldable_items/shields/buckler_shield/streatched_leather_buckler/streatched_leather_buckler001_plain',283),
(1641,2443,'accessories/wieldable_items/shields/buckler_shield/wooden_buckler/wooden_buckler001_plain',283),
(1642,2445,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched001_plain',283),
(1643,2446,'accessories/wieldable_items/shields/round_shield/wooden_round/wooden_round_shield001_plain',283),
(1644,2447,'accessories/wieldable_items/shields/tower_shield/tower_shield_freeport/tower_shield_freeport001',283),
(1645,2448,'accessories/wieldable_items/shields/tower_shield/tower_shield_qeynos/tower_shield_qeynos001',283),
(1646,2449,'accessories/wieldable_items/weapons/axe/tomahawk/tomahawk001_rusty',283),
(1647,2450,'accessories/wieldable_items/weapons/axe/tomahawk/tomahawk002_runic',283),
(1648,2451,'staticobjects/dpo_invisible_cube/cage_collision',283),
(1649,2452,'accessories/wieldable_items/shields/buckler_shield/metal_buckler/metal_buckler001_plain',283),
(1650,2453,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield001_ornate',283),
(1651,2454,'accessories/wieldable_items/shields/round_shield/metal_round/metal_round_shield001_plain',283),
(1652,2455,'accessories/wieldable_items/shields/round_shield/wooden_round/wooden_round_shield001_runic',283),
(1653,2456,'creatures/monsters/cow_bell',283),
(1654,2458,'accessories/wieldable_items/shields/kite_shield/kite_shield_freeport/kite_shield_freeport001',283),
(1655,2459,'accessories/wieldable_items/shields/kite_shield/kite_shield_qeynos/kite_shield_qeynos001',283),
(1656,2460,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield001_ornate',283),
(1657,2461,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_ornate',283),
(1658,2462,'creatures/pets/elemental_earth',283),
(1659,2463,'creatures/pets/essence_earth',283),
(1660,2464,'accessories/wieldable_items/shields/tower_shield/metal_tower_shield/metal_tower_shield001_ornate',283),
(1661,2465,'accessories/wieldable_items/weapons/great_axe/military_pick/military_pick002_runic',283),
(1662,2466,'accessories/wieldable_items/weapons/great_axe/military_pick/military_pick001_plain',283),
(1663,2467,'staticobjects/tents/gnoll_tent',283),
(1664,2469,'projectiles/arrow_simple_plain',283),
(1665,2470,'projectiles/spell_blue_star',283),
(1666,2471,'accessories/wearable_items/chain/plain/low/chest',283),
(1667,2472,'accessories/wearable_items/chain/plain/low/feet',283),
(1668,2473,'accessories/wearable_items/chain/plain/low/forearms',283),
(1669,2474,'accessories/wearable_items/chain/plain/low/hands',283),
(1670,2475,'accessories/wearable_items/chain/plain/low/head',283),
(1671,2476,'accessories/wearable_items/chain/plain/low/legs',283),
(1672,2477,'accessories/wearable_items/chain/plain/low/shoulders',283),
(1673,2478,'accessories/wearable_items/chain/plain/low/skirt',283),
(1674,2479,'accessories/wieldable_items/tools/alchemist/beaker',283),
(1675,2480,'accessories/wieldable_items/tools/alchemist/testtube',283),
(1676,2481,'accessories/wieldable_items/tools/cook/pot',283),
(1677,2482,'accessories/wieldable_items/tools/cook/spoon',283),
(1678,2483,'accessories/wieldable_items/tools/jeweler/gem',283),
(1679,2484,'accessories/wieldable_items/tools/jeweler/magnifying_glass',283),
(1680,2485,'accessories/wieldable_items/tools/smith/hammer',283),
(1681,2486,'accessories/wieldable_items/tools/smith/tongs_wmetal',283),
(1682,2487,'accessories/wieldable_items/tools/tailor/cloth',283),
(1683,2488,'accessories/wieldable_items/tools/tailor/needle',283),
(1684,2489,'accessories/wieldable_items/tools/woodworker/saw',283),
(1685,2490,'accessories/wieldable_items/tools/woodworker/wood',283),
(1686,2500,'staticobjects/flying_mount_platform/antonica',283),
(1687,2501,'staticobjects/rubble/rubble_pile01',283),
(1688,2506,'accessories/wieldable_items/tools/tailor/tanning_cloth',283),
(1689,2507,'accessories/wearable_items/tradesman/clothing/plain_brown_female/chest',283),
(1690,2508,'accessories/wearable_items/tradesman/clothing/plain_brown_female/legs',283),
(1691,2509,'accessories/wieldable_items/shields/round_shield/metal_round/metal_round_shield001_rusty',283),
(1692,2512,'staticobjects/doorways/qey_tradeskill_entrance01',283),
(1693,2513,'accessories/wieldable_items/shields/tower_shield/metal_tower_shield/metal_tower_shield001_rusty',283),
(1694,2514,'accessories/wieldable_items/weapons/great_axe/executioner_axe/executioner_axe002_evil',283),
(1695,2515,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace001_plain',283),
(1696,2516,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace002_rusty',283),
(1697,2517,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club001_plain',283),
(1698,2519,'accessories/wieldable_items/weapons/great_hammer/maul/maul001_rusty',283),
(1699,2520,'accessories/wieldable_items/weapons/great_hammer/maul/maul002_ornate',283),
(1700,2521,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer001_ornate',283),
(1701,2522,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer001_plain',283),
(1702,2523,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer001_runic',283),
(1703,2524,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer002_ornate',283),
(1704,2525,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer002_rusty',283),
(1705,2526,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer003_evil',283),
(1706,2527,'accessories/wieldable_items/weapons/sword/scimitar/scimitar002_rusty',283),
(1707,2528,'staticobjects/doors/qey_scribe_village06_door01',283),
(1708,2529,'staticobjects/world_devices/trdskl_fprt_forge01',283),
(1709,2530,'staticobjects/world_devices/trdskl_fprt_sewingtable_mannequin_loom01',283),
(1710,2531,'staticobjects/world_devices/trdskl_qey_workbench01',283),
(1711,2532,'accessories/wieldable_items/weapons/fist/knuckles/knuckles001_ornate',283),
(1712,2533,'accessories/wieldable_items/weapons/fist/knuckles/knuckles001_plain',283),
(1713,2534,'accessories/wieldable_items/weapons/fist/knuckles/knuckles001_rusty',283),
(1714,2535,'accessories/wieldable_items/weapons/fist/knuckles/knuckles002_runic',283),
(1715,2536,'accessories/wieldable_items/weapons/fist/knuckles/knuckles002_rusty',283),
(1716,2537,'accessories/wieldable_items/weapons/great_axe/assault_axe/assault_axe002_rusty',283),
(1717,2538,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star001_rusty',283),
(1718,2539,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star002_plain',283),
(1719,2540,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star002_runic',283),
(1720,2541,'accessories/wieldable_items/weapons/great_sword/claymore_sword/claymore_sword001_ornate',283),
(1721,2542,'accessories/wieldable_items/weapons/great_sword/claymore_sword/claymore_sword001_plain',283),
(1722,2543,'creatures/pets/hawk_ghost',283),
(1723,2544,'staticobjects/scrolls/scroll01',283),
(1724,2545,'staticobjects/world_devices/trdskl_qey_sewingtable_mannequin_loom01',283),
(1725,2546,'accessories/wieldable_items/weapons/fist/katar/katar001_rusty',283),
(1726,2547,'accessories/wieldable_items/weapons/fist/katar/katar002_ornate',283),
(1727,2548,'accessories/wieldable_items/weapons/sword/falchion_sword/falchion_sword002_rusty',283),
(1728,2549,'accessories/wieldable_items/weapons/throwing_weapons/throwing_axe/throwing_axe001_ornate',283),
(1729,2550,'accessories/wieldable_items/weapons/throwing_weapons/throwing_axe/throwing_axe001_rusty',283),
(1730,2551,'accessories/wieldable_items/weapons/throwing_weapons/throwing_axe/throwing_axe002_plain',283),
(1731,2552,'accessories/wieldable_items/weapons/throwing_weapons/throwing_hammer/throwing_hammer001_ornate',283),
(1732,2553,'creatures/tu/golem_ice',283),
(1733,2554,'creatures/tu/siren_queen',283),
(1734,2555,'creatures/tu/tentacleterror_crystal',283),
(1735,2556,'projectiles/spell_electric_ball',283),
(1736,2557,'staticobjects/boats/travel_boat',283),
(1737,2558,'ec/pc/barbarian/barbarian_female_ghost',283),
(1738,2559,'staticobjects/cages/ceiling_petcage_any_wood01',283),
(1739,2560,'staticobjects/fx/icicles',283),
(1740,2561,'staticobjects/artisan/floor_easel_human_canvas01',283),
(1741,2562,'staticobjects/barrels/floor_barrel_any_cask01',283),
(1742,2563,'staticobjects/barrels/floor_barrel_any_ornate01',283),
(1743,2564,'staticobjects/barrels/floor_barrel_any_ornate02',283),
(1744,2565,'staticobjects/barrels/floor_barrel_any_small01',283),
(1745,2566,'staticobjects/barrels/floor_barrel_any_small02',283),
(1746,2567,'staticobjects/barrels/floor_barrel_any_small03',283),
(1747,2568,'staticobjects/barrels/floor_barrel_any_storage01',283),
(1748,2569,'staticobjects/barrels/floor_barrel_any_storage02',283),
(1749,2570,'staticobjects/barrels/floor_barrel_any_wine01',283),
(1750,2571,'staticobjects/barrels/floor_barrel_elf_ornate01',283),
(1751,2572,'staticobjects/beds/floor_bed_any_bunks01',283),
(1752,2573,'staticobjects/beds/floor_bed_any_plain01',283),
(1753,2574,'staticobjects/beds/floor_bed_any_torture01',283),
(1754,2575,'staticobjects/beds/floor_bed_any_torture02',283),
(1755,2576,'staticobjects/beds/floor_bed_darkelf_bunks01',283),
(1756,2577,'staticobjects/bookcases/floor_bookcase_any_plain01',283),
(1757,2578,'staticobjects/bookcases/floor_bookcase_any_stone01',283),
(1758,2579,'staticobjects/bookcases/floor_bookcase_any_stone02',283),
(1759,2580,'staticobjects/bookcases/floor_bookcase_any_wood01',283),
(1760,2581,'staticobjects/bookcases/floor_bookcase_any_wood02',283),
(1761,2582,'staticobjects/bookcases/floor_bookcase_any_wood03',283),
(1762,2583,'staticobjects/bookcases/floor_bookcase_any_wood04',283),
(1763,2584,'staticobjects/bookcases/floor_bookcase_any_wood05',283),
(1764,2585,'staticobjects/bookcases/floor_bookcase_any_wood06',283),
(1765,2586,'staticobjects/bookcases/floor_bookcase_bixie_ornate01',283),
(1766,2587,'staticobjects/bookcases/floor_bookcase_darkelf_ornate01',283),
(1767,2588,'staticobjects/bookcases/floor_bookcase_darkelf_ornate03',283),
(1768,2589,'staticobjects/bookcases/floor_bookcase_darkelf_ornate04',283),
(1769,2590,'staticobjects/bookcases/floor_bookcase_darkelf_ornate05',283),
(1770,2591,'staticobjects/books/floor_books_any_mixed01',283),
(1771,2592,'staticobjects/books/floor_books_any_mixed02',283),
(1772,2593,'staticobjects/books/floor_books_any_mixed03',283),
(1773,2594,'staticobjects/books/floor_books_any_mixed04',283),
(1774,2595,'staticobjects/books/floor_books_any_mixed05',283),
(1775,2596,'staticobjects/books/floor_book_any_cazic01',283),
(1776,2597,'staticobjects/books/floor_book_any_cazic02',283),
(1777,2598,'staticobjects/books/floor_book_any_cazic03',283),
(1778,2599,'staticobjects/books/floor_book_any_cazic04',283),
(1779,2600,'staticobjects/books/floor_book_any_cazic05',283),
(1780,2601,'staticobjects/books/floor_book_darkelf_plain01',283),
(1781,2602,'staticobjects/books/floor_book_darkelf_plain02',283),
(1782,2603,'staticobjects/books/floor_book_darkelf_plain03',283),
(1783,2604,'staticobjects/books/floor_book_darkelf_plain04',283),
(1784,2605,'staticobjects/bottles/floor_bottle_any_fermentation01',283),
(1785,2606,'staticobjects/bottles/floor_bottle_any_potion01',283),
(1786,2607,'staticobjects/bottles/floor_bottle_darkelf_bar01',283),
(1787,2608,'staticobjects/bottles/floor_bottle_darkelf_bar02',283),
(1788,2609,'staticobjects/bottles/floor_bottle_darkelf_bar03',283),
(1789,2610,'staticobjects/bottles/floor_bottle_darkelf_lab01',283),
(1790,2611,'staticobjects/bottles/floor_bottle_darkelf_lab02',283),
(1791,2612,'staticobjects/bottles/floor_bottle_darkelf_lab03',283),
(1792,2613,'staticobjects/bottles/floor_bottle_darkelf_lab04',283),
(1793,2614,'staticobjects/bottles/floor_potionbottle_any_large01',283),
(1794,2615,'staticobjects/bottles/floor_potionbottle_any_large02',283),
(1795,2616,'staticobjects/bottles/floor_potionbottle_any_large03',283),
(1796,2617,'staticobjects/bottles/floor_potionbottle_any_large04',283),
(1797,2618,'staticobjects/bottles/floor_potionbottle_any_large05',283),
(1798,2619,'staticobjects/bottles/floor_potionbottle_any_medium01',283),
(1799,2620,'staticobjects/bottles/floor_potionbottle_any_medium02',283),
(1800,2621,'staticobjects/bottles/floor_potionbottle_any_medium03',283),
(1801,2622,'staticobjects/bottles/floor_potionbottle_any_medium04',283),
(1802,2623,'staticobjects/bottles/floor_potionbottle_any_small01',283),
(1803,2624,'staticobjects/bottles/floor_potionbottle_any_small02',283),
(1804,2625,'staticobjects/bottles/floor_potionbottle_any_small03',283),
(1805,2626,'staticobjects/bottles/floor_potionbottle_any_small04',283),
(1806,2627,'staticobjects/bottles/floor_potionbottle_any_small05',283),
(1807,2628,'staticobjects/cages/floor_cage_any_bone01',283),
(1808,2629,'staticobjects/cauldron/floor_pot_darkelf_cauldron01',283),
(1809,2630,'staticobjects/chairs/floor_bench_any_simple01',283),
(1810,2631,'staticobjects/chairs/floor_bench_darkelf_ornate01',283),
(1811,2632,'staticobjects/chairs/floor_chair_any_bar01',283),
(1812,2633,'staticobjects/chairs/floor_chair_any_bar02',283),
(1813,2634,'staticobjects/chairs/floor_chair_any_dining01',283),
(1814,2635,'staticobjects/chairs/floor_chair_any_dining02',283),
(1815,2636,'staticobjects/chairs/floor_chair_any_dining03',283),
(1816,2637,'staticobjects/chairs/floor_chair_any_office01',283),
(1817,2638,'staticobjects/chairs/floor_chair_any_office02',283),
(1818,2639,'staticobjects/chairs/floor_chair_any_office03',283),
(1819,2640,'staticobjects/chairs/floor_chair_any_stone01',283),
(1820,2641,'staticobjects/chairs/floor_chair_any_stone02',283),
(1821,2642,'staticobjects/chairs/floor_chair_darkelf_ornate01',283),
(1822,2643,'staticobjects/chairs/floor_chair_darkelf_ornate02',283),
(1823,2644,'staticobjects/chairs/floor_chair_darkelf_weathered01',283),
(1824,2645,'staticobjects/chairs/floor_chair_darkelf_wood01',283),
(1825,2646,'staticobjects/chairs/floor_chair_woodelf_hood01',283),
(1826,2647,'staticobjects/chairs/floor_chair_woodelf_hood02',283),
(1827,2648,'staticobjects/chairs/floor_stool_darkelf_ornate01',283),
(1828,2649,'staticobjects/chairs/floor_stool_darkelf_simple01',283),
(1829,2650,'staticobjects/chairs/floor_stool_darkelf_thorny01',283),
(1830,2651,'staticobjects/chairs/floor_stool_darkelf_thorny02',283),
(1831,2652,'staticobjects/chairs/floor_stool_darkelf_wood01',283),
(1832,2653,'staticobjects/chairs/floor_stool_halfling_wood01',283),
(1833,2654,'staticobjects/chests/floor_chest_any_ornate01',283),
(1834,2655,'staticobjects/chests/floor_chest_any_wood01',283),
(1835,2656,'staticobjects/chests/floor_chest_darkelf_ornate01',283),
(1836,2657,'staticobjects/chests/floor_chest_darkelf_ornate02',283),
(1837,2658,'staticobjects/chests/floor_chest_elf_wood01',283),
(1838,2659,'staticobjects/containers/floor_bucket_any_simple01',283),
(1839,2660,'staticobjects/containers/floor_bucket_any_wood01',283),
(1840,2661,'staticobjects/containers/floor_bucket_darkelf_metal01',283),
(1841,2662,'staticobjects/containers/floor_pot_any_canopic01',283),
(1842,2663,'staticobjects/containers/floor_pot_any_ornate01',283),
(1843,2664,'staticobjects/containers/floor_pot_any_ornate02',283),
(1844,2665,'staticobjects/containers/floor_pot_any_ornate03',283),
(1845,2666,'staticobjects/containers/floor_pot_any_ornate04',283),
(1846,2667,'staticobjects/containers/floor_pot_any_ornate05',283),
(1847,2668,'staticobjects/containers/floor_trough_any_wood01',283),
(1848,2669,'staticobjects/containers/floor_trough_darkelf_ornate01',283),
(1849,2670,'staticobjects/containers/floor_vase01_any_capped01',283),
(1850,2671,'staticobjects/containers/floor_vase01_any_capped02',283),
(1851,2672,'staticobjects/containers/floor_vase01_any_capped03',283),
(1852,2673,'staticobjects/containers/floor_vase01_any_capped04',283),
(1853,2674,'staticobjects/counters/floor_counter_any_corner01',283),
(1854,2675,'staticobjects/counters/floor_counter_any_generic02',283),
(1855,2676,'staticobjects/counters/floor_counter_darkelf_bar01',283),
(1856,2677,'staticobjects/crates/floor_crate_darkelf_wood01',283),
(1857,2678,'staticobjects/crates/floor_crate_darkelf_wood02',283),
(1858,2679,'staticobjects/crates/floor_crate_darkelf_wood03',283),
(1859,2680,'staticobjects/crates/floor_crate_darkelf_wood04',283),
(1860,2681,'staticobjects/crystals/floor_sphere_any_crystal',283),
(1861,2682,'staticobjects/diode/floor_diode_any_enchanter',283),
(1862,2683,'staticobjects/diode/floor_diode_any_sorcerer',283),
(1863,2684,'staticobjects/diode/floor_diode_any_summoner',283),
(1864,2685,'staticobjects/dressers/floor_dresser_any_ornate01',283),
(1865,2686,'staticobjects/dressers/floor_dresser_darkelf_ornate01',283),
(1866,2687,'staticobjects/dressers/floor_dresser_darkelf_ornate02',283),
(1867,2688,'staticobjects/dressers/floor_dresser_darkelf_ornate03',283),
(1868,2689,'staticobjects/kitchen/floor_pan_any_frying01',283),
(1869,2690,'staticobjects/kitchen/floor_pan_any_frying02',283),
(1870,2691,'staticobjects/kitchen/floor_pot_any_cooking01',283),
(1871,2692,'staticobjects/kitchen/floor_pot_any_cooking02',283),
(1872,2693,'staticobjects/kitchen/wall_breadholder_any_wood01',283),
(1873,2694,'staticobjects/lighting/ceiling_chandalier_any_antler',283),
(1874,2695,'staticobjects/lighting/ceiling_chandelier_any_skull01',283),
(1875,2696,'staticobjects/lighting/ceiling_chandelier_darkelf_ornate01',283),
(1876,2697,'staticobjects/lighting/ceiling_chandelier_darkelf_ornate02',283),
(1877,2698,'staticobjects/lighting/ceiling_chandelier_darkelf_ornate03',283),
(1878,2699,'staticobjects/lighting/ceiling_lamp_bixie_crystal01',283),
(1879,2700,'staticobjects/lighting/ceiling_lamp_bixie_crystal02',283),
(1880,2701,'staticobjects/lighting/ceiling_lamp_darkelf_skull01',283),
(1881,2702,'staticobjects/lighting/floor_brazier_any_cazic01',283),
(1882,2703,'staticobjects/lighting/floor_brazier_any_cazic02',283),
(1883,2704,'staticobjects/lighting/floor_candelabra_any_table01',283),
(1884,2705,'staticobjects/lighting/floor_candlelamp_any_skull01',283),
(1885,2706,'staticobjects/lighting/floor_candlelamp_any_skull02',283),
(1886,2707,'staticobjects/lighting/floor_candlelamp_any_skull03',283),
(1887,2708,'staticobjects/lighting/floor_candlelamp_any_skull04',283),
(1888,2709,'staticobjects/lighting/floor_candlelamp_any_skull05',283),
(1889,2710,'staticobjects/lighting/floor_candles_any_group01',283),
(1890,2711,'staticobjects/lighting/floor_candles_any_group02',283),
(1891,2712,'staticobjects/lighting/floor_candles_any_group03',283),
(1892,2713,'staticobjects/lighting/floor_lamp_any_table01',283),
(1893,2714,'staticobjects/lighting/floor_lamp_any_table02',283),
(1894,2715,'staticobjects/lighting/floor_lamp_bixie_crystal01',283),
(1895,2716,'staticobjects/lighting/floor_lamp_darkelf_candle01',283),
(1896,2717,'staticobjects/lighting/floor_lamp_darkelf_candle02',283),
(1897,2718,'staticobjects/lighting/floor_lamp_darkelf_globe01',283),
(1898,2719,'staticobjects/lighting/floor_lamp_darkelf_globe02',283),
(1899,2720,'staticobjects/lighting/floor_lamp_darkelf_globe03',283),
(1900,2721,'staticobjects/lighting/floor_lamp_darkelf_globe04',283),
(1901,2722,'staticobjects/lighting/floor_lamp_darkelf_globe05',283),
(1902,2723,'staticobjects/lighting/floor_lamp_darkelf_globe06',283),
(1903,2724,'staticobjects/lighting/floor_lamp_darkelf_ornate01',283),
(1904,2725,'staticobjects/lighting/floor_lamp_elf_candle01',283),
(1905,2726,'staticobjects/lighting/wall_lamp_any_cazic01',283),
(1906,2727,'staticobjects/lighting/wall_lamp_any_cazic02',283),
(1907,2728,'staticobjects/lighting/wall_lamp_any_fancy01',283),
(1908,2729,'staticobjects/lighting/wall_lamp_any_fancy02',283),
(1909,2730,'staticobjects/lighting/wall_lamp_any_militia01',283),
(1910,2731,'staticobjects/lighting/wall_lamp_any_militia02',283),
(1911,2732,'staticobjects/lighting/wall_lamp_bixie_crystal01',283),
(1912,2733,'staticobjects/lighting/wall_lamp_bixie_crystal02',283),
(1913,2734,'staticobjects/lighting/wall_lamp_bixie_ornate01',283),
(1914,2735,'staticobjects/lighting/wall_lamp_bixie_ornate02',283),
(1915,2736,'staticobjects/lighting/wall_lamp_darkelf_candle01',283),
(1916,2737,'staticobjects/lighting/wall_lamp_darkelf_globe01',283),
(1917,2738,'staticobjects/lighting/wall_lamp_darkelf_globe02',283),
(1918,2739,'staticobjects/lighting/wall_lamp_darkelf_globe03',283),
(1919,2740,'staticobjects/lighting/wall_lamp_darkelf_torchbowl01',283),
(1920,2741,'staticobjects/lighting/wall_lamp_elf_candle01',283),
(1921,2742,'staticobjects/lighting/wall_walllamp_any_figurehead01',283),
(1922,2743,'staticobjects/lighting/wall_walllamp_darkelf_ornate01',283),
(1923,2744,'staticobjects/lighting/wall_walllamp_darkelf_ornate02',283),
(1924,2745,'staticobjects/mounts/wall_mount_any_sharkhead',283),
(1925,2746,'staticobjects/nautical/ceiling_shippulley_any_hanging01',283),
(1926,2747,'staticobjects/nautical/floor_shippulley_any_wood01',283),
(1927,2748,'staticobjects/nautical/wall_steeringwheel_any_wood01',283),
(1928,2749,'staticobjects/pillow/floor_pillow_any_display01',283),
(1929,2750,'staticobjects/pillow/floor_pillow_any_display02',283),
(1930,2751,'staticobjects/pillow/floor_pillow_any_display03',283),
(1931,2752,'staticobjects/pillow/floor_pillow_any_display04',283),
(1932,2753,'staticobjects/pillow/floor_pillow_any_display05',283),
(1933,2754,'staticobjects/racks/floor_rack_elf_firewood01',283),
(1934,2755,'staticobjects/relics/floor_offeringbowl_any_cazic01',283),
(1935,2756,'staticobjects/relics/floor_offeringbowl_any_cazic02',283),
(1936,2757,'staticobjects/relics/floor_offeringbowl_any_cazic03',283),
(1937,2758,'staticobjects/rugs/floor_mat_any_dirty01',283),
(1938,2759,'staticobjects/rugs/floor_mat_any_display01',283),
(1939,2760,'staticobjects/shelves/floor_shelf_any_floor01',283),
(1940,2761,'staticobjects/shelves/wall_shelf_any_display01',283),
(1941,2762,'staticobjects/shelves/wall_shelf_any_display02',283),
(1942,2763,'staticobjects/shelves/wall_shelf_any_skull01',283),
(1943,2764,'staticobjects/shelves/wall_shelf_any_skull02',283),
(1944,2765,'staticobjects/shelves/wall_shelf_any_skull03',283),
(1945,2766,'staticobjects/shelves/wall_shelf_any_weathered01',283),
(1946,2767,'staticobjects/shelves/wall_shelf_halfling_wooden01',283),
(1947,2768,'staticobjects/shelves/wall_shelf_halfling_wooden02',283),
(1948,2769,'staticobjects/shelves/wall_shelf_halfling_wooden03',283),
(1949,2770,'staticobjects/shelves/wall_shelf_halfling_wooden04',283),
(1950,2771,'staticobjects/shop/floor_display_darkelf_wooden01',283),
(1951,2772,'staticobjects/shop/floor_display_darkelf_wooden02',283),
(1952,2773,'staticobjects/statues/floor_skeleton_human_display01',283),
(1953,2774,'staticobjects/statues/wall_statue_any_figurehead01',283),
(1954,2775,'staticobjects/tables/floor_desk_any_librarian01',283),
(1955,2776,'staticobjects/tables/floor_desk_any_office01',283),
(1956,2777,'staticobjects/tables/floor_desk_any_ornate01',283),
(1957,2778,'staticobjects/tables/floor_desk_halfling_wood01',283),
(1958,2779,'staticobjects/tables/floor_table_any_bedside02',283),
(1959,2780,'staticobjects/tables/floor_table_any_dining01',283),
(1960,2781,'staticobjects/tables/floor_table_any_dining02',283),
(1961,2782,'staticobjects/tables/floor_table_any_generic01',283),
(1962,2783,'staticobjects/tables/floor_table_any_generic02',283),
(1963,2784,'staticobjects/tables/floor_table_any_generic03',283),
(1964,2785,'staticobjects/tables/floor_table_any_ornate01',283),
(1965,2786,'staticobjects/tables/floor_table_any_ornate02',283),
(1966,2787,'staticobjects/tables/floor_table_any_plain01',283),
(1967,2788,'staticobjects/tables/floor_table_any_plain02',283),
(1968,2789,'staticobjects/tables/floor_table_any_torture01',283),
(1969,2790,'staticobjects/tables/floor_table_any_torture02',283),
(1970,2791,'staticobjects/tables/floor_table_any_torture03',283),
(1971,2792,'staticobjects/tables/floor_table_any_wood01',283),
(1972,2793,'staticobjects/tables/floor_table_any_wood02',283),
(1973,2794,'staticobjects/tables/floor_table_bixie_ornate01',283),
(1974,2795,'staticobjects/tables/floor_table_darkelf_ornate01',283),
(1975,2796,'staticobjects/tables/floor_table_darkelf_ornate02',283),
(1976,2797,'staticobjects/tables/floor_table_darkelf_ornate03',283),
(1977,2798,'staticobjects/tables/floor_table_darkelf_wooden01',283),
(1978,2799,'staticobjects/tables/floor_table_elf_ornate01',283),
(1979,2800,'staticobjects/tables/floor_table_elf_wood01',283),
(1980,2801,'staticobjects/tables/floor_table_halfling_wood01',283),
(1981,2802,'staticobjects/tableware/floor_bowl_darkelf_dining01',283),
(1982,2803,'staticobjects/tableware/floor_bowl_halfling_simple01',283),
(1983,2804,'staticobjects/tableware/floor_bowl_halfling_simple02',283),
(1984,2805,'staticobjects/tableware/floor_cup_any_coffee01',283),
(1985,2806,'staticobjects/tableware/floor_cup_any_coffee02',283),
(1986,2807,'staticobjects/tableware/floor_cup_any_wood01',283),
(1987,2808,'staticobjects/tableware/floor_cup_darkelf_glass01',283),
(1988,2809,'staticobjects/tableware/floor_cup_darkelf_glass02',283),
(1989,2810,'staticobjects/tableware/floor_fork_darkelf_dining01',283),
(1990,2811,'staticobjects/tableware/floor_glass_darkelf_cocktail01',283),
(1991,2812,'staticobjects/tableware/floor_knife_darkelf_dining01',283),
(1992,2813,'staticobjects/tableware/floor_plate_any_dining01',283),
(1993,2814,'staticobjects/tableware/floor_plate_darkelf_dining01',283),
(1994,2815,'staticobjects/tableware/floor_spoon_darkelf_dining01',283),
(1995,2816,'staticobjects/tents/grey_tent_large01',283),
(1996,2817,'staticobjects/tents/grey_tent_small01',283),
(1997,2818,'staticobjects/tools/floor_hammer_darkelf_crafting01',283),
(1998,2819,'staticobjects/tools/floor_handsaw_darkelf_crafting01',283),
(1999,2820,'staticobjects/tools/floor_kiln_darkelf_crafting01',283),
(2000,2821,'staticobjects/tools/floor_pick_darkelf_crafting01',283),
(2001,2822,'staticobjects/tools/floor_pitchfork_darkelf_crafting01',283),
(2002,2823,'staticobjects/tools/floor_potterywheel_darkelf_crafting01',283),
(2003,2824,'staticobjects/tools/floor_scythe_darkelf_crafting01',283),
(2004,2825,'staticobjects/world_devices/temp_alchemy',283),
(2005,2826,'staticobjects/world_devices/temp_desk',283),
(2006,2827,'staticobjects/world_devices/temp_keg',283),
(2007,2828,'staticobjects/world_devices/temp_loom',283),
(2008,2829,'staticobjects/world_devices/temp_rune',283),
(2009,2830,'staticobjects/world_devices/temp_sawhorse',283),
(2010,2831,'staticobjects/world_devices/temp_scribe',283),
(2011,2832,'staticobjects/world_devices/temp_stove',283),
(2012,2833,'creatures/monsters/bat_ghost',283),
(2013,2834,'creatures/monsters/bear_ghost',283),
(2014,2835,'creatures/monsters/wolf_ghost',283),
(2015,2836,'ec/pc/barbarian/barbarian_male_ghost',283),
(2016,2837,'ec/pc/darkelf/darkelf_female_ghost',283),
(2017,2838,'ec/pc/darkelf/darkelf_male_ghost',283),
(2018,2839,'ec/pc/dwarf/dwarf_female_ghost',283),
(2019,2840,'ec/pc/dwarf/dwarf_male_ghost',283),
(2020,2841,'ec/pc/erudite/erudite_female_ghost',283),
(2021,2842,'ec/pc/erudite/erudite_male_ghost',283),
(2022,2843,'ec/pc/gnome/gnome_female_ghost',283),
(2023,2844,'ec/pc/gnome/gnome_male_ghost',283),
(2024,2845,'ec/pc/halfelf/halfelf_female_ghost',283),
(2025,2846,'ec/pc/halfelf/halfelf_male_ghost',283),
(2026,2847,'ec/pc/halfling/halfling_female_ghost',283),
(2027,2848,'ec/pc/halfling/halfling_male_ghost',283),
(2028,2849,'ec/pc/highelf/highelf_female_ghost',283),
(2029,2850,'ec/pc/highelf/highelf_male_ghost',283),
(2030,2851,'ec/pc/human/human_female_ghost',283),
(2031,2852,'ec/pc/human/human_male_ghost',283),
(2032,2853,'ec/pc/iksar/iksar_female_ghost',283),
(2033,2854,'ec/pc/iksar/iksar_male_ghost',283),
(2034,2855,'ec/pc/kerra/kerra_female_ghost',283),
(2035,2856,'ec/pc/kerra/kerra_male_ghost',283),
(2036,2857,'ec/pc/ogre/ogre_female_ghost',283),
(2037,2858,'ec/pc/ogre/ogre_male_ghost',283),
(2038,2859,'ec/pc/ratonga/ratonga_female_ghost',283),
(2039,2860,'ec/pc/ratonga/ratonga_male_ghost',283),
(2040,2861,'ec/pc/troll/troll_female_ghost',283),
(2041,2862,'ec/pc/troll/troll_male_ghost',283),
(2042,2863,'ec/pc/woodelf/woodelf_female_ghost',283),
(2043,2864,'ec/pc/woodelf/woodelf_male_ghost',283),
(2044,2865,'staticobjects/scrolls/obelisk_scroll_case',283),
(2045,2866,'accessories/wearable_items/magus/robes/plain_quilted/chest',283),
(2046,2867,'accessories/wearable_items/magus/robes/plain_quilted/hood',283),
(2047,2868,'accessories/wearable_items/magus/robes/plain_quilted/pants',283),
(2048,2869,'accessories/wearable_items/magus/robes/plain_quilted/skirt',283),
(2049,2870,'staticobjects/barrels/six_barrels',283),
(2050,2871,'staticobjects/candles/evil_skull_flaming',283),
(2051,2872,'staticobjects/canopicjars/large_broken',283),
(2052,2873,'staticobjects/canopicjars/large_broken_laying',283),
(2053,2874,'staticobjects/canopicjars/medium_whole',283),
(2054,2875,'staticobjects/canopicjars/small_whole',283),
(2055,2876,'staticobjects/cobwebs/cobwebs',283),
(2056,2877,'staticobjects/coffins_and_sarcophagus/nektropos_coffin',283),
(2057,2878,'staticobjects/coffins_and_sarcophagus/nektropos_coffin_lid',283),
(2058,2879,'staticobjects/coffins_and_sarcophagus/plain_grey',283),
(2059,2880,'staticobjects/coffins_and_sarcophagus/shroud',283),
(2060,2881,'accessories/wearable_items/magus/robes/plain_quilted_patches/chest',283),
(2061,2882,'accessories/wearable_items/magus/robes/plain_quilted_patches/hood',283),
(2062,2883,'accessories/wearable_items/magus/robes/plain_quilted_patches/pants',283),
(2063,2884,'accessories/wearable_items/magus/robes/plain_quilted_patches/skirt',283),
(2064,2885,'accessories/wearable_items/tradesman/clothing/brawler/brawler_wrapped/chest',283),
(2065,2887,'accessories/wearable_items/tradesman/clothing/brawler/brawler_wrapped/pants',283),
(2066,2888,'accessories/wearable_items/tradesman/clothing/brawler/brawler_wrapped/shoulders',283),
(2067,2890,'accessories/wieldable_items/weapons/rapier/cutlass/cutlass001_plain',283),
(2068,2891,'accessories/wieldable_items/weapons/rapier/cutlass/cutlass001_rusty',283),
(2069,2892,'accessories/wieldable_items/weapons/rapier/epee/epee001_ornate',283),
(2070,2893,'accessories/wieldable_items/weapons/rapier/epee/epee001_plain',283),
(2071,2894,'accessories/wieldable_items/weapons/rapier/epee/epee001_rusty',283),
(2072,2895,'creatures/monsters/gargoyle_graveyard',283),
(2073,2896,'creatures/pets/factor_order',283),
(2074,2897,'creatures/pets/form_order',283),
(2075,2898,'creatures/pets/fragment_order',283),
(2076,2899,'creatures/tu/golem_lava',283),
(2077,2900,'ec/npc/goblin_lava',283),
(2078,2901,'ec/npc/skeleton_darkbone',283),
(2079,2902,'staticobjects/chests/orc_chest_locked',283),
(2080,2903,'staticobjects/pillars/large_pillar',283),
(2081,2904,'staticobjects/pillars/small_pillar',283),
(2082,2905,'staticobjects/racks/gnoll_weapon_rack01',283),
(2083,2906,'staticobjects/trapdoor/trapdoor_frame',283),
(2084,2907,'staticobjects/trapdoor/trapdoor_lid',283),
(2085,2908,'accessories/wieldable_items/weapons/rapier/foil/foil001_plain',283),
(2086,2909,'accessories/wieldable_items/weapons/rapier/foil/foil001_rusty',283),
(2087,2910,'accessories/wieldable_items/weapons/rapier/karabela/karabela001_plain',283),
(2088,2911,'accessories/wieldable_items/weapons/rapier/karabela/karabela001_rusty',283),
(2089,2912,'creatures/monsters/lioness_ghost',283),
(2090,2913,'creatures/monsters/lion_ghost',283),
(2091,2914,'creatures/monsters/mimic_ghost',283),
(2092,2915,'creatures/monsters/thoughtbleeder_ghost',283),
(2093,2916,'staticobjects/gravestones/gravedirt01',283),
(2094,2917,'staticobjects/gravestones/gravedirt02',283),
(2095,2918,'staticobjects/gravestones/gravestone03',283),
(2096,2919,'staticobjects/gravestones/gravestone04',283),
(2097,2920,'staticobjects/gravestones/gravestone05',283),
(2098,2921,'staticobjects/gravestones/gravestone06',283),
(2099,2922,'staticobjects/gravestones/gravestone07',283),
(2100,2923,'staticobjects/gravestones/gravestone08',283),
(2101,2924,'staticobjects/gravestones/gravestone09',283),
(2102,2925,'staticobjects/gravestones/gravestone10',283),
(2103,2926,'accessories/wearable_items/tradesman/clothing/brawler/brawler_wrapped/feet',283),
(2104,2927,'accessories/wieldable_items/weapons/rapier/rapier/rapier001_plain',283),
(2105,2928,'accessories/wieldable_items/weapons/rapier/rapier/rapier001_runic',283),
(2106,2929,'accessories/wieldable_items/weapons/rapier/rapier/rapier001_rusty',283),
(2107,2930,'creatures/monsters/spider_cave_ghost',283),
(2108,2931,'accessories/wieldable_items/weapons/talisman/censer/censer001_ornate',283),
(2109,2933,'ec/npc/skeleton_ghost',283),
(2110,2934,'ec/npc/skeleton_icebone',283),
(2111,2935,'ec/npc/skeleton_meaty',283),
(2112,2936,'ec/npc/skeleton_stone_servant',283),
(2113,2937,'ec/npc/skeleton_terminator',283),
(2114,2938,'staticobjects/alter/floor_alter_any_crucifixion01',283),
(2115,2939,'staticobjects/barrels/floor_barrel_human_ornate01',283),
(2116,2940,'staticobjects/barrels/floor_barrel_human_ornate02',283),
(2117,2941,'staticobjects/barrels/floor_barrel_human_plain01',283),
(2118,2942,'staticobjects/barrels/floor_barrel_human_plain02',283),
(2119,2943,'staticobjects/barrels/floor_barrel_human_weathered01',283),
(2120,2944,'staticobjects/barrels/floor_barrel_human_weathered02',283),
(2121,2945,'staticobjects/barrels/floor_barrel_human_wood01',283),
(2122,2946,'staticobjects/barrels/floor_barrel_human_wood02',283),
(2123,2947,'staticobjects/barrels/floor_barrel_human_wood03',283),
(2124,2948,'staticobjects/beds/floor_bedframe_elf_broken01',283),
(2125,2949,'staticobjects/beds/floor_bedframe_elf_broken02',283),
(2126,2950,'staticobjects/beds/floor_bedframe_human_wood01',283),
(2127,2951,'staticobjects/beds/floor_bed_elf_dirty01',283),
(2128,2952,'staticobjects/beds/floor_bed_human_jail01',283),
(2129,2953,'staticobjects/beds/floor_bed_human_warped01',283),
(2130,2954,'staticobjects/beds/floor_bed_human_warped02',283),
(2131,2955,'staticobjects/beds/floor_bed_human_warped03',283),
(2132,2956,'staticobjects/beds/floor_bed_human_warped04',283),
(2133,2957,'staticobjects/beds/floor_bed_human_warped05',283),
(2134,2958,'staticobjects/beds/floor_bed_human_warped06',283),
(2135,2959,'staticobjects/beds/floor_bed_human_warped07',283),
(2136,2960,'staticobjects/beds/floor_bed_human_warped08',283),
(2137,2961,'staticobjects/beds/floor_bed_human_warped09',283),
(2138,2962,'staticobjects/beds/floor_bed_human_warped10',283),
(2139,2963,'staticobjects/beds/floor_bunkbed_human_step01',283),
(2140,2964,'staticobjects/beds/floor_doublebed_human_grand01',283),
(2141,2965,'staticobjects/beds/floor_doublebed_human_grand02',283),
(2142,2966,'staticobjects/beds/floor_doublebed_human_ornate01',283),
(2143,2967,'staticobjects/beds/floor_doublebed_human_plain01',283),
(2144,2968,'staticobjects/beds/floor_singlebed_human_ornate01',283),
(2145,2969,'staticobjects/beds/floor_singlebed_human_ornate02',283),
(2146,2970,'staticobjects/beds/floor_singlebed_human_ornate03',283),
(2147,2971,'staticobjects/beds/floor_singlebed_human_ornate04',283),
(2148,2972,'staticobjects/beds/floor_singlebed_human_ornate05',283),
(2149,2973,'staticobjects/beds/floor_singlebed_human_ornate06',283),
(2150,2974,'staticobjects/beds/floor_singlebed_human_ornate07',283),
(2151,2975,'staticobjects/beds/floor_singlebed_human_plain01',283),
(2152,2976,'staticobjects/beds/wall_bed_human_jail01',283),
(2153,2977,'staticobjects/bell/floor_bell_human_large01',283),
(2154,2978,'staticobjects/bell/floor_bell_human_large02',283),
(2155,2979,'staticobjects/benches/floor_bench_human_bench01',283),
(2156,2980,'staticobjects/benches/floor_bench_human_bench02',283),
(2157,2981,'staticobjects/benches/floor_bench_human_ornate03',283),
(2158,2982,'staticobjects/benches/floor_bench_human_stone01',283),
(2159,2983,'staticobjects/bixie/floor_den_bixie_ornate01',283),
(2160,2984,'staticobjects/blacksmith/floor_anvil_any_plain01',283),
(2161,2985,'staticobjects/bones/floor_bones_human_eroded01',283),
(2162,2986,'staticobjects/bones/floor_bones_human_eroded02',283),
(2163,2987,'staticobjects/bones/floor_bones_human_eroded03',283),
(2164,2988,'staticobjects/bones/floor_bones_human_eroded04',283),
(2165,2989,'staticobjects/bones/floor_bones_human_plain01',283),
(2166,2990,'staticobjects/bones/floor_bones_human_plain02',283),
(2167,2991,'staticobjects/bones/floor_bones_human_plain03',283),
(2168,2992,'staticobjects/bones/floor_bones_human_plain04',283),
(2169,2993,'staticobjects/bones/floor_bone_human_skull01',283),
(2170,2994,'staticobjects/bones/floor_bone_human_skull02',283),
(2171,2995,'staticobjects/bones/floor_bone_human_skull03',283),
(2172,2996,'staticobjects/bones/floor_bone_iksar_skull01',283),
(2173,2997,'staticobjects/bones/floor_bone_iksar_skull02',283),
(2174,2998,'staticobjects/bones/floor_bone_orc_skull01',283),
(2175,2999,'staticobjects/bones/floor_skull_human_bashed01',283),
(2176,3000,'staticobjects/bones/floor_skull_human_bashed02',283),
(2177,3001,'staticobjects/bones/floor_skull_human_row01',283),
(2178,3002,'staticobjects/bookcases/floor_bookcase_any_tall01',283),
(2179,3003,'staticobjects/bookcases/floor_bookcase_any_tall02',283),
(2180,3004,'staticobjects/bookcases/floor_bookcase_any_tall03',283),
(2181,3005,'staticobjects/bookcases/floor_bookcase_any_tall04',283),
(2182,3006,'staticobjects/bookcases/floor_bookcase_darkelf_broken01',283),
(2183,3007,'staticobjects/bookcases/floor_bookcase_human_ornate03',283),
(2184,3008,'staticobjects/bookcases/floor_bookcase_human_ornate04',283),
(2185,3009,'staticobjects/bookcases/floor_bookcase_human_ornate05',283),
(2186,3010,'staticobjects/bookcases/floor_bookcase_human_ornate06',283),
(2187,3011,'staticobjects/bookcases/floor_bookcase_human_ornate07',283),
(2188,3012,'staticobjects/bookcases/floor_bookcase_human_ornate08',283),
(2189,3013,'staticobjects/bookcases/floor_bookcase_human_plain02',283),
(2190,3014,'staticobjects/bookcases/floor_bookcase_human_plain03',283),
(2191,3015,'staticobjects/bookcases/floor_bookcase_human_plain04',283),
(2192,3016,'staticobjects/bookcases/floor_bookcase_human_plain05',283),
(2193,3017,'staticobjects/bookcases/floor_bookcase_human_preserves01',283),
(2194,3018,'staticobjects/bookcases/floor_bookcase_human_preserves02',283),
(2195,3019,'staticobjects/bookcases/floor_bookcase_human_refined01',283),
(2196,3020,'staticobjects/bookcases/floor_bookcase_human_stone02',283),
(2197,3021,'staticobjects/bookcases/floor_bookcase_human_stone03',283),
(2198,3022,'staticobjects/books/floor_books_human_row01',283),
(2199,3023,'staticobjects/books/floor_books_human_row02',283),
(2200,3024,'staticobjects/books/floor_books_human_row03',283),
(2201,3025,'staticobjects/books/floor_books_human_row04',283),
(2202,3026,'staticobjects/books/floor_books_human_stack01',283),
(2203,3027,'staticobjects/books/floor_books_human_stack02',283),
(2204,3028,'staticobjects/books/floor_books_human_stack03',283),
(2205,3029,'staticobjects/books/floor_books_human_stack04',283),
(2206,3030,'staticobjects/books/floor_book_human_open01',283),
(2207,3031,'staticobjects/books/floor_book_human_ornate01',283),
(2208,3032,'staticobjects/books/floor_book_human_ornate02',283),
(2209,3033,'staticobjects/books/floor_book_human_ornate03',283),
(2210,3034,'staticobjects/books/floor_book_human_plain01',283),
(2211,3035,'staticobjects/books/floor_book_human_plain02',283),
(2212,3036,'staticobjects/books/floor_book_human_plain03',283),
(2213,3037,'staticobjects/books/floor_book_human_plain04',283),
(2214,3038,'staticobjects/cages/ceiling_cage_any_steel01',283),
(2215,3039,'staticobjects/cages/floor_cage_any_stabbing01',283),
(2216,3040,'staticobjects/chairs/floor_chair_darkelf_broken01',283),
(2217,3041,'staticobjects/chairs/floor_chair_darkelf_broken02',283),
(2218,3042,'staticobjects/chairs/floor_chair_darkelf_broken03',283),
(2219,3043,'staticobjects/chairs/floor_chair_darkelf_broken04',283),
(2220,3044,'staticobjects/chairs/floor_chair_darkelf_broken05',283),
(2221,3045,'staticobjects/chairs/floor_chair_gnome_ornate01',283),
(2222,3046,'staticobjects/chairs/floor_chair_human_elite01',283),
(2223,3047,'staticobjects/chairs/floor_chair_human_elite02',283),
(2224,3048,'staticobjects/chairs/floor_chair_human_elite03',283),
(2225,3049,'staticobjects/chairs/floor_chair_human_elite04',283),
(2226,3050,'staticobjects/chairs/floor_chair_human_hood01',283),
(2227,3051,'staticobjects/chairs/floor_chair_human_mahogany01',283),
(2228,3052,'staticobjects/chairs/floor_chair_human_mahogany02',283),
(2229,3053,'staticobjects/chairs/floor_chair_human_mahogany03',283),
(2230,3054,'staticobjects/chairs/floor_chair_human_mahogany04',283),
(2231,3055,'staticobjects/chairs/floor_chair_human_mahogany05',283),
(2232,3056,'staticobjects/chairs/floor_chair_human_mahogany06',283),
(2233,3057,'staticobjects/chairs/floor_chair_human_militia01',283),
(2234,3058,'staticobjects/chairs/floor_chair_human_militia02',283),
(2235,3059,'staticobjects/chairs/floor_chair_human_missingleg01',283),
(2236,3060,'staticobjects/chairs/floor_chair_human_plain03',283),
(2237,3061,'staticobjects/chairs/floor_chair_human_twisted01',283),
(2238,3062,'staticobjects/chairs/floor_chair_human_wooden01',283),
(2239,3063,'staticobjects/chairs/floor_chair_human_wooden02',283),
(2240,3064,'staticobjects/chairs/floor_chair_human_wooden03',283),
(2241,3065,'staticobjects/chairs/floor_chair_woodelf_broken',283),
(2242,3066,'staticobjects/chairs/floor_chair_woodelf_broken01',283),
(2243,3067,'staticobjects/chairs/floor_couch_bixie_ornate01',283),
(2244,3068,'staticobjects/chairs/floor_couch_bixie_ornate02',283),
(2245,3069,'staticobjects/chairs/floor_stool_darkelf_broken01',283),
(2246,3070,'staticobjects/chairs/floor_stool_human_elite01',283),
(2247,3071,'staticobjects/chairs/floor_stool_human_leather01',283),
(2248,3072,'staticobjects/chairs/floor_stool_human_mahogany01',283),
(2249,3073,'staticobjects/chairs/floor_stool_human_simple01',283),
(2250,3074,'staticobjects/chests/floor_chest_human_apothecary01',283),
(2251,3075,'staticobjects/chests/floor_chest_human_apothecary02',283),
(2252,3076,'staticobjects/chests/floor_chest_human_hood01',283),
(2253,3077,'staticobjects/chests/floor_chest_human_hood02',283),
(2254,3078,'staticobjects/chests/floor_chest_human_hood03',283),
(2255,3079,'staticobjects/chests/floor_chest_human_hood04',283),
(2256,3080,'staticobjects/chests/floor_chest_human_militia01',283),
(2257,3081,'staticobjects/chests/floor_chest_human_militia02',283),
(2258,3082,'staticobjects/chests/floor_chest_human_ornate01',283),
(2259,3083,'staticobjects/chests/floor_chest_human_ornate02',283),
(2260,3084,'staticobjects/chests/floor_chest_human_plain01',283),
(2261,3085,'staticobjects/chests/floor_chest_human_plain02',283),
(2262,3086,'staticobjects/chests/floor_chest_human_plain03',283),
(2263,3087,'staticobjects/chests/floor_chest_human_wood02',283),
(2264,3088,'staticobjects/chests/floor_chest_human_wood03',283),
(2265,3089,'staticobjects/clothspinners/floor_loom_any_wooden01',283),
(2266,3090,'staticobjects/clothspinners/floor_spinningwheel_any_wood01',283),
(2267,3091,'staticobjects/coffins_and_sarcophagus/floor_ark_any_sacred01',283),
(2268,3092,'staticobjects/coffins_and_sarcophagus/floor_casket_any_cadaver01',283),
(2269,3093,'staticobjects/coffins_and_sarcophagus/floor_casket_any_ornate01',283),
(2270,3094,'staticobjects/containers/floor_basin_any_ornate01',283),
(2271,3095,'staticobjects/containers/floor_bottle_human_milk01',283),
(2272,3096,'staticobjects/containers/floor_bottle_human_pill01',283),
(2273,3097,'staticobjects/containers/floor_bottle_human_potion01',283),
(2274,3098,'staticobjects/containers/floor_bottle_human_potion02',283),
(2275,3099,'staticobjects/containers/floor_bottle_human_preservation01',283),
(2276,3100,'staticobjects/containers/floor_bottle_human_preservation02',283),
(2277,3101,'staticobjects/containers/floor_bottle_human_preservation03',283),
(2278,3102,'staticobjects/containers/floor_box_any_wood01',283),
(2279,3103,'staticobjects/containers/floor_bucket_any_winepress01',283),
(2280,3104,'staticobjects/containers/floor_bucket_barbarian_wood01',283),
(2281,3105,'staticobjects/containers/floor_bucket_human_ornate01',283),
(2282,3106,'staticobjects/containers/floor_bucket_human_ornate02',283),
(2283,3107,'staticobjects/containers/floor_bucket_human_plain01',283),
(2284,3108,'staticobjects/containers/floor_bucket_human_plain02',283),
(2285,3109,'staticobjects/containers/floor_bucket_human_plain03',283),
(2286,3110,'staticobjects/containers/floor_bucket_human_wood01',283),
(2287,3111,'staticobjects/containers/floor_flask_human_leather01',283),
(2288,3112,'staticobjects/containers/floor_flask_human_leather02',283),
(2289,3113,'staticobjects/containers/floor_jar_any_canopic01',283),
(2290,3114,'staticobjects/containers/floor_jar_any_canopic02',283),
(2291,3115,'staticobjects/containers/floor_jar_any_canopic03',283),
(2292,3116,'staticobjects/containers/floor_jar_halfling_ornate01',283),
(2293,3117,'staticobjects/containers/floor_jar_halfling_ornate02',283),
(2294,3118,'staticobjects/containers/floor_jar_halfling_plain01',283),
(2295,3119,'staticobjects/containers/floor_jar_halfling_plain02',283),
(2296,3120,'staticobjects/containers/floor_trough_human_wood01',283),
(2297,3121,'staticobjects/containers/floor_trough_human_wood02',283),
(2298,3122,'staticobjects/containers/floor_trough_human_wood03',283),
(2299,3123,'staticobjects/containers/floor_urn_any_cazic01',283),
(2300,3124,'staticobjects/containers/floor_urn_any_cazic02',283),
(2301,3125,'staticobjects/containers/wall_flask_human_leather01',283),
(2302,3126,'staticobjects/counters/floor_barcounter_human_ornate01',283),
(2303,3127,'staticobjects/counters/floor_cornercounter_human_plain01',283),
(2304,3128,'staticobjects/counters/floor_cornercounter_human_plain02',283),
(2305,3129,'staticobjects/counters/floor_cornercounter_human_stone01',283),
(2306,3130,'staticobjects/counters/floor_cornercounter_human_stone02',283),
(2307,3131,'staticobjects/counters/floor_counter_human_corner02',283),
(2308,3132,'staticobjects/counters/floor_counter_human_ornate01',283),
(2309,3133,'staticobjects/counters/floor_counter_human_ornate02',283),
(2310,3134,'staticobjects/counters/floor_counter_human_ornate03',283),
(2311,3135,'staticobjects/counters/floor_counter_human_plain01',283),
(2312,3136,'staticobjects/counters/floor_counter_human_plain02',283),
(2313,3137,'staticobjects/counters/floor_counter_human_stone01',283),
(2314,3138,'staticobjects/counters/floor_counter_human_stone02',283),
(2315,3139,'staticobjects/counters/floor_counter_human_wood01',283),
(2316,3140,'staticobjects/counters/floor_counter_human_wood02',283),
(2317,3141,'staticobjects/counters/floor_counter_human_wood03',283),
(2318,3142,'staticobjects/counters/floor_counter_human_wood04',283),
(2319,3143,'staticobjects/counters/floor_counter_human_wood05',283),
(2320,3144,'staticobjects/counters/floor_roundcounter_human_plain01',283),
(2321,3145,'staticobjects/counters/floor_roundcounter_human_stone01',283),
(2322,3146,'staticobjects/crates/floor_crate_human_boarded01',283),
(2323,3147,'staticobjects/crates/floor_crate_human_boarded02',283),
(2324,3148,'staticobjects/crates/floor_crate_human_boarded03',283),
(2325,3149,'staticobjects/crates/floor_crate_human_boarded04',283),
(2326,3150,'staticobjects/crates/floor_crate_human_boarded05',283),
(2327,3151,'staticobjects/crates/floor_crate_human_hood01',283),
(2328,3152,'staticobjects/crates/floor_crate_human_hood02',283),
(2329,3153,'staticobjects/crates/floor_crate_human_hood03',283),
(2330,3154,'staticobjects/crates/floor_crate_human_hood04',283),
(2331,3155,'staticobjects/crates/floor_crate_human_plain01',283),
(2332,3156,'staticobjects/crates/floor_crate_human_plain02',283),
(2333,3157,'staticobjects/crates/floor_crate_human_plain03',283),
(2334,3158,'staticobjects/crystals/floor_crystal_any_gem01',283),
(2335,3159,'staticobjects/crystals/floor_crystal_any_gem02',283),
(2336,3160,'staticobjects/crystals/floor_crystal_any_gem03',283),
(2337,3161,'staticobjects/crystals/floor_crystal_any_gem04',283),
(2338,3162,'staticobjects/crystals/floor_crystal_any_gem05',283),
(2339,3163,'staticobjects/crystals/floor_crystal_any_gem06',283),
(2340,3164,'staticobjects/dressers/floor_cabinet_bixie_ornate01',283),
(2341,3165,'staticobjects/dressers/floor_dresser_human_elite01',283),
(2342,3166,'staticobjects/dressers/floor_dresser_human_warped01',283),
(2343,3167,'staticobjects/dressers/floor_dresser_human_warped02',283),
(2344,3168,'staticobjects/dressers/floor_dresser_human_warped03',283),
(2345,3169,'staticobjects/dressers/floor_dresser_human_warped04',283),
(2346,3170,'staticobjects/dressers/floor_dresser_human_warped05',283),
(2347,3171,'staticobjects/dressers/floor_dresser_human_warped06',283),
(2348,3172,'staticobjects/games/floor_gamecards_human_spread01',283),
(2349,3173,'staticobjects/games/floor_gamecards_human_spread02',283),
(2350,3174,'staticobjects/games/floor_gamecards_human_spread03',283),
(2351,3175,'staticobjects/games/floor_gamecards_human_stack01',283),
(2352,3176,'staticobjects/games/floor_gamechips_human_stack01',283),
(2353,3177,'staticobjects/games/floor_gamechips_human_stack02',283),
(2354,3178,'staticobjects/gears/floor_gear_any_cogwheel01',283),
(2355,3179,'staticobjects/gears/gear_single',283),
(2356,3180,'staticobjects/general/floor_pedestal_any_ornate01',283),
(2357,3181,'staticobjects/kegs/floor_keg_halfing_factory01',283),
(2358,3182,'staticobjects/kegs/floor_keg_halfling_wood01',283),
(2359,3183,'staticobjects/kegs/floor_keg_human_basic01',283),
(2360,3184,'staticobjects/kegs/floor_keg_human_basic02',283),
(2361,3185,'staticobjects/kegs/floor_keg_human_ornate01',283),
(2362,3186,'staticobjects/kegs/floor_keg_human_ornate02',283),
(2363,3187,'staticobjects/kegs/floor_keg_human_plain01',283),
(2364,3188,'staticobjects/kegs/floor_keg_human_plain02',283),
(2365,3189,'staticobjects/kegs/floor_keg_human_wood01',283),
(2366,3190,'staticobjects/kegs/floor_keg_human_wood02',283),
(2367,3191,'staticobjects/kegs/floor_keg_ogre_wood01',283),
(2368,3192,'staticobjects/kegs/floor_keg_ogre_wood02',283),
(2369,3193,'staticobjects/lighting/ceiling_torch_any_flaming01',283),
(2370,3194,'staticobjects/lighting/floor_torch_any_flaming01',283),
(2371,3195,'staticobjects/lighting/floor_torch_any_flaming02',283),
(2372,3196,'staticobjects/lighting/floor_torch_any_horizontal01',283),
(2373,3197,'staticobjects/lighting/wall_torch_any_flaming01',283),
(2374,3198,'staticobjects/lighting/wall_torch_any_palm01',283),
(2375,3199,'staticobjects/maps/floor_globe_any_map01',283),
(2376,3200,'staticobjects/pictures/wall_portrait_human_girl01',283),
(2377,3201,'staticobjects/pictures/wall_portrait_human_girl02',283),
(2378,3202,'staticobjects/pictures/wall_portrait_human_girl03',283),
(2379,3203,'staticobjects/pictures/wall_portrait_human_girl04',283),
(2380,3204,'staticobjects/pictures/wall_portrait_human_girl05',283),
(2381,3205,'staticobjects/pictures/wall_portrait_human_girl06',283),
(2382,3206,'staticobjects/pictures/wall_portrait_human_girl07',283),
(2383,3207,'staticobjects/podium/floor_podium_any_chanting01',283),
(2384,3208,'staticobjects/racks/floor_rack_any_firewood01',283),
(2385,3209,'staticobjects/riser/floor_riser_human_wood01',283),
(2386,3210,'staticobjects/riser/floor_riser_human_wood02',283),
(2387,3211,'staticobjects/rugs/floor_rug_any_ornate01',283),
(2388,3212,'staticobjects/sacks/floor_sack_any_flour01',283),
(2389,3213,'staticobjects/scrolls/floor_scroll_any_cazic01',283),
(2390,3214,'staticobjects/scrolls/floor_scroll_any_cazic02',283),
(2391,3215,'staticobjects/scrolls/floor_scroll_any_cazic03',283),
(2392,3216,'staticobjects/scrolls/floor_scroll_any_cazic04',283),
(2393,3217,'staticobjects/scrolls/floor_scroll_any_plain01',283),
(2394,3218,'staticobjects/scrolls/floor_scroll_any_plain02',283),
(2395,3219,'staticobjects/scrolls/floor_scroll_any_plain03',283),
(2396,3220,'staticobjects/shop/floor_window_any_teller01',283),
(2397,3221,'staticobjects/statues/wall_statue_any_stoneface01',283),
(2398,3222,'staticobjects/tables/floor_chesstable_human_ornate01',283),
(2399,3223,'staticobjects/tables/floor_gametable_gnome_round01',283),
(2400,3224,'staticobjects/tables/floor_gametable_gnome_round02',283),
(2401,3225,'staticobjects/tables/floor_gametable_human_card01',283),
(2402,3226,'staticobjects/tables/floor_gametable_human_missingleg01',283),
(2403,3227,'staticobjects/tables/floor_gametable_human_missingleg02',283),
(2404,3228,'staticobjects/tables/floor_gametable_human_ornate01',283),
(2405,3229,'staticobjects/tables/floor_gametable_human_round01',283),
(2406,3230,'staticobjects/tables/floor_gametable_human_round02',283),
(2407,3231,'staticobjects/tools/floor_grindingwheel_any_wood01',283),
(2408,3232,'staticobjects/tools/floor_scale_any_table01',283),
(2409,3233,'staticobjects/tools/floor_tools_any_torture01',283),
(2410,3234,'staticobjects/tools/floor_tools_any_torture02',283),
(2411,3235,'staticobjects/tools/floor_tool_any_compass01',283),
(2412,3236,'staticobjects/tools/floor_tool_any_rollingpin01',283),
(2413,3237,'staticobjects/tools/wall_spoon_any_wooden01',283),
(2414,3238,'staticobjects/torture_chamber/wall_shackes_any_plain01',283),
(2415,3239,'staticobjects/weapons/floor_cannonball_any_ballistabolt01',283),
(2416,3240,'accessories/wieldable_items/weapons/great_sword/flamberge/flamberge001_plain',283),
(2417,3241,'accessories/wieldable_items/weapons/great_sword/flamberge/flamberge001_rusty',283),
(2418,3242,'accessories/wieldable_items/weapons/great_sword/tulwar/tulwar001_rusty',283),
(2419,3243,'accessories/wieldable_items/weapons/rapier/saber/saber001_plain',283),
(2420,3244,'accessories/wieldable_items/weapons/rapier/saber/saber001_rusty',283),
(2421,3245,'accessories/wieldable_items/weapons/sword/long_sword/long_sword001_rusty',283),
(2422,3246,'accessories/wieldable_items/weapons/sword/long_sword/long_sword002_plain',283),
(2423,3247,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol001_plain',283),
(2424,3248,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol001_rusty',283),
(2425,3249,'accessories/wieldable_items/weapons/talisman/tablet/tablet001_rusty',283),
(2426,3250,'accessories/wieldable_items/weapons/throwing_weapons/throwing_hammer/throwing_hammer001_plain',283),
(2427,3251,'accessories/wieldable_items/weapons/throwing_weapons/throwing_hammer/throwing_hammer001_rusty',283),
(2428,3252,'staticobjects/gnomish_devices/globe_device',283),
(2429,3253,'staticobjects/light_sources_player_housing_only/wall_sewer_torch_01',283),
(2430,3254,'accessories/wieldable_items/shields/buckler_shield/metal_buckler/metal_buckler001_runic',283),
(2431,3255,'accessories/wieldable_items/shields/buckler_shield/metal_buckler/metal_buckler001_rusty',283),
(2432,3256,'accessories/wieldable_items/shields/buckler_shield/streatched_leather_buckler/streatched_leather_buckler001_ornate',283),
(2433,3257,'accessories/wieldable_items/shields/buckler_shield/streatched_leather_buckler/streatched_leather_buckler001_rusty',283),
(2434,3258,'accessories/wieldable_items/shields/buckler_shield/wooden_buckler/wooden_buckler001_ornate',283),
(2435,3259,'accessories/wieldable_items/shields/buckler_shield/wooden_buckler/wooden_buckler001_rusty',283),
(2436,3260,'accessories/wieldable_items/shields/kite_shield/kite_shield_freeport001',283),
(2437,3261,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield001_plain',283),
(2438,3262,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield001_runic',283),
(2439,3263,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield001_rusty',283),
(2440,3264,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield001_plain',283),
(2441,3265,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield001_runic',283),
(2442,3266,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield001_rusty',283),
(2443,3267,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched001_ornate',283),
(2444,3268,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched001_runic',283),
(2445,3269,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched001_rusty',283),
(2446,3270,'accessories/wieldable_items/shields/round_shield/wooden_round/wooden_round_shield001_ornate',283),
(2447,3271,'accessories/wieldable_items/shields/round_shield/wooden_round/wooden_round_shield001_rusty',283),
(2448,3272,'accessories/wieldable_items/shields/tower_shield/metal_tower_shield/metal_tower_shield001_plain',283),
(2449,3273,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_plain',283),
(2450,3274,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_runic',283),
(2451,3275,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_rusty',283),
(2452,3276,'accessories/wieldable_items/weapons/great_sword/greatsword/greatsword001_plain',283),
(2453,3277,'accessories/wieldable_items/weapons/great_sword/greatsword/greatsword001_rusty',283),
(2454,3278,'accessories/wieldable_items/weapons/hammer/sceptre/sceptre001_plain',283),
(2455,3279,'accessories/wieldable_items/weapons/hammer/sceptre/sceptre001_runic',283),
(2456,3280,'accessories/wieldable_items/weapons/hammer/sceptre/sceptre002_ornate',283),
(2457,3281,'accessories/wieldable_items/weapons/hammer/sceptre/sceptre003_rusty',283),
(2458,3282,'accessories/wearable_items/tradesman/clothing/ornateshinygold/sleeves',283),
(2459,3283,'accessories/wearable_items/tradesman/clothing/plainbluelacey/sleeves',283),
(2460,3284,'accessories/wearable_items/tradesman/common/low/sleeves',283),
(2461,3285,'accessories/wearable_items/tradesman/common/medium/sleeves',283),
(2462,3286,'accessories/wieldable_items/weapons/dagger/dirk/dirk001_rusty',283),
(2463,3287,'accessories/wieldable_items/weapons/dagger/kris/kris001_plain',283),
(2464,3288,'accessories/wieldable_items/weapons/dagger/kris/kris001_rusty',283),
(2465,3289,'accessories/wieldable_items/weapons/dagger/sai/sai001_rusty',283),
(2466,3290,'accessories/wieldable_items/weapons/fist/cestus/spiked_cestus001_rusty',283),
(2467,3291,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club001_runic',283),
(2468,3292,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club002_rusty',283),
(2469,3293,'accessories/wieldable_items/weapons/talisman/idol/idol001_rusty',283),
(2470,3294,'ec/npc/fire_soldier',283),
(2471,3295,'ec/npc/illusionary_soldier',283),
(2472,3296,'accessories/wieldable_items/weapons/dagger/stiletto/stiletto001_plain',283),
(2473,3297,'accessories/wieldable_items/weapons/talisman/orb/orb001_plain',283),
(2474,3298,'accessories/wieldable_items/weapons/talisman/orb/orb001_rusty',283),
(2475,3299,'accessories/wieldable_items/weapons/talisman/wand/wand001_plain',283),
(2476,3300,'accessories/wieldable_items/weapons/talisman/wand/wand001_rusty',283),
(2477,3301,'staticobjects/artisan/floor_bowl_human_jewel01',283),
(2478,3302,'staticobjects/artisan/floor_crucible_human_artisan01',283),
(2479,3303,'staticobjects/artisan/floor_easel_human_painting01',283),
(2480,3304,'staticobjects/artisan/floor_pot_human_iron01',283),
(2481,3305,'staticobjects/artisan/floor_pot_human_iron02',283),
(2482,3306,'staticobjects/barrels/floor_barrel_human_broken01',283),
(2483,3307,'staticobjects/barrels/floor_barrel_human_broken02',283),
(2484,3308,'staticobjects/barrels/floor_barrel_human_broken03',283),
(2485,3309,'staticobjects/barrels/floor_barrel_human_broken04',283),
(2486,3310,'staticobjects/barrels/floor_barrel_human_broken05',283),
(2487,3311,'staticobjects/barrels/floor_barrel_human_broken06',283),
(2488,3312,'staticobjects/benches/floor_bench_human_broken01',283),
(2489,3313,'staticobjects/benches/floor_bench_human_broken02',283),
(2490,3314,'staticobjects/blacksmith/floor_anvil_human_blacksmith01',283),
(2491,3315,'staticobjects/blacksmith/floor_anvil_human_blacksmith02',283),
(2492,3316,'staticobjects/blacksmith/floor_anvil_human_large01',283),
(2493,3317,'staticobjects/blacksmith/floor_forge_human_blacksmith01',283),
(2494,3318,'staticobjects/blacksmith/floor_forge_human_blacksmith02',283),
(2495,3319,'staticobjects/blacksmith/floor_forge_human_blacksmith03',283),
(2496,3320,'staticobjects/blacksmith/floor_grindingwheel_any_wood02',283),
(2497,3321,'staticobjects/blacksmith/floor_tongs_human_iron01',283),
(2498,3322,'staticobjects/books/floor_book_human_artisan01',283),
(2499,3323,'staticobjects/books/floor_book_human_open02',283),
(2500,3324,'staticobjects/chairs/floor_chair_human_broken01',283),
(2501,3325,'staticobjects/chairs/floor_chair_human_broken02',283),
(2502,3326,'staticobjects/chairs/floor_chair_human_broken03',283),
(2503,3327,'staticobjects/chairs/floor_chair_human_broken04',283),
(2504,3328,'staticobjects/chairs/floor_chair_human_broken05',283),
(2505,3329,'staticobjects/chairs/floor_chair_human_broken06',283),
(2506,3330,'staticobjects/coffins_and_sarcophagus/floor_sacophagus_human_nektropos01',283),
(2507,3331,'staticobjects/coffins_and_sarcophagus/floor_sacophagus_human_nektropos02',283),
(2508,3332,'staticobjects/coffins_and_sarcophagus/floor_sacophagus_human_nektropos03',283),
(2509,3333,'staticobjects/coffins_and_sarcophagus/floor_sacophagus_human_nektropos04',283),
(2510,3334,'staticobjects/coffins_and_sarcophagus/floor_sacophagus_human_nektropos05',283),
(2511,3335,'staticobjects/containers/floor_bucket_human_iron01',283),
(2512,3336,'staticobjects/containers/floor_bucket_human_iron02',283),
(2513,3337,'staticobjects/containers/floor_trough_human_stable01',283),
(2514,3338,'staticobjects/containers/floor_trough_human_stable02',283),
(2515,3339,'staticobjects/containers/floor_trough_human_wood04',283),
(2516,3340,'staticobjects/containers/floor_vase_elf_broken01',283),
(2517,3341,'staticobjects/containers/floor_vase_elf_broken02',283),
(2518,3342,'staticobjects/containers/floor_vase_elf_broken03',283),
(2519,3343,'staticobjects/containers/floor_vase_elf_broken04',283),
(2520,3344,'staticobjects/fireplace_items/floor_firering_human_stone01',283),
(2521,3345,'staticobjects/fireplace_items/floor_rack_human_wood01',283),
(2522,3346,'staticobjects/fireplace_items/floor_wood_human_stack01',283),
(2523,3347,'staticobjects/fireplace_items/floor_wood_human_stack02',283),
(2524,3348,'staticobjects/fireplace_items/floor_wood_human_stack03',283),
(2525,3349,'staticobjects/fireplace_items/floor_wood_human_stack04',283),
(2526,3350,'staticobjects/fireplace_items/floor_wood_human_stack05',283),
(2527,3351,'staticobjects/gravestones/floor_gravestone_human_plain01',283),
(2528,3352,'staticobjects/kitchen/floor_bowl_human_iron01',283),
(2529,3353,'staticobjects/kitchen/floor_bowl_human_ornate01',283),
(2530,3354,'staticobjects/kitchen/floor_bowl_human_ornate02',283),
(2531,3355,'staticobjects/kitchen/floor_bowl_human_square01',283),
(2532,3356,'staticobjects/kitchen/floor_bowl_human_square02',283),
(2533,3357,'staticobjects/kitchen/floor_bowl_human_wood01',283),
(2534,3358,'staticobjects/kitchen/floor_breadholder_human_wood01',283),
(2535,3359,'staticobjects/kitchen/floor_bread_human_french01',283),
(2536,3360,'staticobjects/kitchen/floor_bread_human_loaf01',283),
(2537,3361,'staticobjects/kitchen/floor_chalice_human_plain01',283),
(2538,3362,'staticobjects/kitchen/floor_fork_human_wood01',283),
(2539,3363,'staticobjects/kitchen/floor_fork_human_wood02',283),
(2540,3364,'staticobjects/kitchen/floor_kitchenpan_human_bake01',283),
(2541,3365,'staticobjects/kitchen/floor_kitchenpan_human_bread01',283),
(2542,3366,'staticobjects/kitchen/floor_kitchenpan_human_bread02',283),
(2543,3367,'staticobjects/kitchen/floor_kitchenpan_human_muffin01',283),
(2544,3368,'staticobjects/kitchen/floor_knife_human_butcher01',283),
(2545,3369,'staticobjects/kitchen/floor_knife_human_butcher02',283),
(2546,3370,'staticobjects/kitchen/floor_knife_human_butcher03',283),
(2547,3371,'staticobjects/kitchen/floor_knife_human_butcher04',283),
(2548,3372,'staticobjects/kitchen/floor_knife_human_kitchen01',283),
(2549,3373,'staticobjects/kitchen/floor_knife_human_kitchen02',283),
(2550,3374,'staticobjects/kitchen/floor_knife_human_kitchen03',283),
(2551,3375,'staticobjects/kitchen/floor_muffin_human_single01',283),
(2552,3376,'staticobjects/kitchen/floor_muffin_human_stack01',283),
(2553,3377,'staticobjects/kitchen/floor_mug_human_ornate01',283),
(2554,3378,'staticobjects/kitchen/floor_mug_human_ornate02',283),
(2555,3379,'staticobjects/kitchen/floor_mug_human_ornate03',283),
(2556,3380,'staticobjects/kitchen/floor_mug_human_ornate04',283),
(2557,3381,'staticobjects/kitchen/floor_mug_human_ornate05',283),
(2558,3382,'staticobjects/kitchen/floor_mug_human_plain01',283),
(2559,3383,'staticobjects/kitchen/floor_mug_human_plain02',283),
(2560,3384,'staticobjects/kitchen/floor_pan_human_bake01',283),
(2561,3385,'staticobjects/kitchen/floor_pan_human_bread01',283),
(2562,3386,'staticobjects/kitchen/floor_pan_human_bread02',283),
(2563,3387,'staticobjects/kitchen/floor_pan_human_muffin01',283),
(2564,3388,'staticobjects/kitchen/floor_pie_human_single01',283),
(2565,3389,'staticobjects/kitchen/floor_pitcher_human_ornate01',283),
(2566,3390,'staticobjects/kitchen/floor_pitcher_human_ornate02',283),
(2567,3391,'staticobjects/kitchen/floor_pitcher_human_plain01',283),
(2568,3392,'staticobjects/kitchen/floor_pitcher_human_plain02',283),
(2569,3393,'staticobjects/kitchen/floor_plate_human_muffin01',283),
(2570,3394,'staticobjects/kitchen/floor_pot_human_cooking01',283),
(2571,3395,'staticobjects/kitchen/floor_pot_human_cooking02',283),
(2572,3396,'staticobjects/kitchen/floor_pot_human_cooking03',283),
(2573,3397,'staticobjects/kitchen/floor_pot_human_cooking04',283),
(2574,3398,'staticobjects/kitchen/floor_pot_human_cooking05',283),
(2575,3399,'staticobjects/kitchen/floor_rollingpin_human_kitchen01',283),
(2576,3400,'staticobjects/kitchen/floor_rollingpin_human_kitchen02',283),
(2577,3401,'staticobjects/kitchen/floor_spatula_human_wooden01',283),
(2578,3402,'staticobjects/kitchen/floor_spoon_human_kitchen01',283),
(2579,3403,'staticobjects/kitchen/floor_spoon_human_kitchen02',283),
(2580,3404,'staticobjects/kitchen/floor_stove_human_kitchen01',283),
(2581,3405,'staticobjects/kitchen/floor_stove_human_kitchen02',283),
(2582,3406,'staticobjects/lab/floor_beaker_human_lab01',283),
(2583,3407,'staticobjects/lab/floor_beaker_human_lab02',283),
(2584,3408,'staticobjects/lab/floor_crucible_human_lab01',283),
(2585,3409,'staticobjects/lab/floor_crucible_human_lab02',283),
(2586,3410,'staticobjects/lab/floor_distillery_human_crucible01',283),
(2587,3411,'staticobjects/lab/floor_distillery_human_crucible02',283),
(2588,3412,'staticobjects/lab/floor_distillery_human_kitchen01',283),
(2589,3413,'staticobjects/lab/floor_distillery_human_lab01',283),
(2590,3414,'staticobjects/lab/floor_distillery_human_lab02',283),
(2591,3415,'staticobjects/lab/floor_distillery_human_lab03',283),
(2592,3416,'staticobjects/lab/floor_distillery_human_lab04',283),
(2593,3417,'staticobjects/lab/floor_egg_human_crystal01',283),
(2594,3418,'staticobjects/lab/floor_egg_human_crystal02',283),
(2595,3419,'staticobjects/lab/floor_egg_human_crystal03',283),
(2596,3420,'staticobjects/lab/floor_stand_human_egg01',283),
(2597,3421,'staticobjects/lab/floor_stand_human_egg02',283),
(2598,3422,'staticobjects/lab/floor_stand_human_egg03',283),
(2599,3423,'staticobjects/lab/floor_stand_human_egg04',283),
(2600,3424,'staticobjects/lab/floor_table_human_lab01',283),
(2601,3425,'staticobjects/lab/floor_table_human_lab02',283),
(2602,3426,'staticobjects/lab/floor_tool_human_compass01',283),
(2603,3427,'staticobjects/lighting/ceiling_chandelier_human_iron01',283),
(2604,3428,'staticobjects/lighting/ceiling_chandelier_human_militia01',283),
(2605,3429,'staticobjects/lighting/ceiling_chandelier_human_ornate01',283),
(2606,3430,'staticobjects/lighting/ceiling_chandelier_human_ornate02',283),
(2607,3431,'staticobjects/lighting/ceiling_chandelier_human_plain01',283),
(2608,3432,'staticobjects/lighting/ceiling_chandelier_human_plain02',283),
(2609,3433,'staticobjects/lighting/ceiling_chandelier_human_plain03',283),
(2610,3434,'staticobjects/lighting/ceiling_lamp_human_ornate01',283),
(2611,3435,'staticobjects/lighting/ceiling_lamp_human_ornate02',283),
(2612,3436,'staticobjects/lighting/ceiling_lamp_human_plain01',283),
(2613,3437,'staticobjects/lighting/ceiling_lamp_human_plain02',283),
(2614,3438,'staticobjects/lighting/ceiling_lantern_human_hanging01',283),
(2615,3439,'staticobjects/lighting/floor_candelabra_human_ornate01',283),
(2616,3440,'staticobjects/lighting/floor_candelabra_human_plain01',283),
(2617,3441,'staticobjects/lighting/floor_candleholder_human_ornate01',283),
(2618,3442,'staticobjects/lighting/floor_candleholder_human_ornate02',283),
(2619,3443,'staticobjects/lighting/floor_candleholder_human_ornate03',283),
(2620,3444,'staticobjects/lighting/floor_candleholder_human_ornate04',283),
(2621,3445,'staticobjects/lighting/floor_candleholder_human_ornate05',283),
(2622,3446,'staticobjects/lighting/floor_candleholder_human_plain01',283),
(2623,3447,'staticobjects/lighting/floor_candleholder_human_plain02',283),
(2624,3448,'staticobjects/lighting/floor_candleholder_human_plain03',283),
(2625,3449,'staticobjects/lighting/floor_candles_human_group01',283),
(2626,3450,'staticobjects/lighting/floor_candle_human_single01',283),
(2627,3451,'staticobjects/lighting/floor_candle_human_single02',283),
(2628,3452,'staticobjects/lighting/floor_candle_human_single03',283),
(2629,3453,'staticobjects/lighting/floor_floorbrazier_human_mililtia01',283),
(2630,3454,'staticobjects/lighting/floor_floorbrazier_human_plain01',283),
(2631,3455,'staticobjects/lighting/floor_floorbrazier_human_plain02',283),
(2632,3456,'staticobjects/lighting/floor_floorbrazier_human_stone01',283),
(2633,3457,'staticobjects/lighting/floor_floorlamp_human_plain01',283),
(2634,3458,'staticobjects/lighting/floor_lamppost_darkelf_globe01',283),
(2635,3459,'staticobjects/lighting/floor_lamppost_darkelf_globe02',283),
(2636,3460,'staticobjects/lighting/floor_lamppost_darkelf_globe03',283),
(2637,3461,'staticobjects/lighting/floor_lamppost_darkelf_globe04',283),
(2638,3462,'staticobjects/lighting/floor_lamppost_darkelf_wingskull01',283),
(2639,3463,'staticobjects/lighting/floor_lamp_human_stoop01',283),
(2640,3464,'staticobjects/lighting/floor_lantern_human_standing01',283),
(2641,3465,'staticobjects/lighting/floor_pot_human_fire01',283),
(2642,3466,'staticobjects/lighting/floor_tablebrazier_human_broken01',283),
(2643,3467,'staticobjects/lighting/floor_tablebrazier_human_coal01',283),
(2644,3468,'staticobjects/lighting/wall_lamp_human_hanging01',283),
(2645,3469,'staticobjects/lighting/wall_sconce_human_iron01',283),
(2646,3470,'staticobjects/lighting/wall_sconce_human_militia01',283),
(2647,3471,'staticobjects/lighting/wall_sconce_human_ornate01',283),
(2648,3472,'staticobjects/lighting/wall_sconce_human_ornate02',283),
(2649,3473,'staticobjects/lighting/wall_sconce_human_ornate03',283),
(2650,3474,'staticobjects/lighting/wall_sconce_human_plain01',283),
(2651,3475,'staticobjects/lighting/wall_sconce_human_plain02',283),
(2652,3476,'staticobjects/lighting/wall_sconce_human_plain03',283),
(2653,3477,'staticobjects/monuments/floor_fountain_human_dragonhead01',283),
(2654,3478,'staticobjects/monuments/floor_fountain_human_griffin01',283),
(2655,3479,'staticobjects/monuments/floor_fountain_human_griffin02',283),
(2656,3480,'staticobjects/monuments/floor_fountain_human_griffin03',283),
(2657,3481,'staticobjects/monuments/floor_marker_human_eaglehead01',283),
(2658,3482,'staticobjects/monuments/floor_marker_human_generic01',283),
(2659,3483,'staticobjects/monuments/floor_marker_human_generic02',283),
(2660,3484,'staticobjects/monuments/floor_marker_human_generic03',283),
(2661,3485,'staticobjects/monuments/floor_marker_human_head01',283),
(2662,3486,'staticobjects/monuments/floor_marker_human_head02',283),
(2663,3487,'staticobjects/monuments/floor_marker_human_head03',283),
(2664,3488,'staticobjects/monuments/floor_marker_human_pail01',283),
(2665,3489,'staticobjects/monuments/floor_pool_human_recreational01',283),
(2666,3490,'staticobjects/musical/floor_chime_human_bone01',283),
(2667,3491,'staticobjects/musical/floor_drumhammers_human_plain01',283),
(2668,3492,'staticobjects/musical/floor_drumhammers_human_plain02',283),
(2669,3493,'staticobjects/musical/floor_drum_human_plain01',283),
(2670,3494,'staticobjects/musical/floor_mandolin_human_wood01',283),
(2671,3495,'staticobjects/musical/floor_xylophone_human_bone01',283),
(2672,3496,'staticobjects/papers/floor_paper_human_blank01',283),
(2673,3497,'staticobjects/papers/floor_paper_human_stack01',283),
(2674,3498,'staticobjects/papers/floor_paper_human_written01',283),
(2675,3499,'staticobjects/papers/floor_paper_human_written02',283),
(2676,3500,'staticobjects/pen_and_ink/floor_inkwell_human_ornate01',283),
(2677,3501,'staticobjects/pen_and_ink/floor_inkwell_human_ornate02',283),
(2678,3502,'staticobjects/pen_and_ink/floor_inkwell_human_plain01',283),
(2679,3503,'staticobjects/pen_and_ink/floor_inkwell_human_plain02',283),
(2680,3504,'staticobjects/pen_and_ink/floor_pen_human_bone01',283),
(2681,3505,'staticobjects/pictures/wall_painting_human_girl01',283),
(2682,3506,'staticobjects/pictures/wall_painting_human_girl02',283),
(2683,3507,'staticobjects/pictures/wall_painting_human_girl03',283),
(2684,3508,'staticobjects/pictures/wall_painting_human_girl04',283),
(2685,3509,'staticobjects/pictures/wall_painting_human_girl05',283),
(2686,3510,'staticobjects/pictures/wall_painting_human_girl06',283),
(2687,3511,'staticobjects/pictures/wall_painting_human_girl07',283),
(2688,3512,'staticobjects/rugs/floor_carpet_human_ornate01',283),
(2689,3513,'staticobjects/rugs/floor_carpet_human_ornate02',283),
(2690,3514,'staticobjects/rugs/floor_carpet_human_ornate03',283),
(2691,3515,'staticobjects/rugs/floor_rug_human_fancy01',283),
(2692,3516,'staticobjects/rugs/floor_rug_human_fancy02',283),
(2693,3517,'staticobjects/rugs/floor_rug_human_fancy03',283),
(2694,3518,'staticobjects/rugs/floor_rug_human_fancy04',283),
(2695,3519,'staticobjects/rugs/floor_rug_human_fancy05',283),
(2696,3520,'staticobjects/rugs/floor_rug_human_fancy06',283),
(2697,3521,'staticobjects/rugs/floor_rug_human_fancy07',283),
(2698,3522,'staticobjects/rugs/floor_rug_human_fancy08',283),
(2699,3523,'staticobjects/rugs/floor_rug_human_fancy09',283),
(2700,3524,'staticobjects/rugs/floor_rug_human_fancy10',283),
(2701,3525,'staticobjects/rugs/floor_rug_human_fancy11',283),
(2702,3526,'staticobjects/rugs/floor_rug_human_fancy12',283),
(2703,3527,'staticobjects/rugs/floor_rug_human_fancy13',283),
(2704,3528,'staticobjects/rugs/floor_rug_human_ornate01',283),
(2705,3529,'staticobjects/rugs/floor_rug_human_ornate02',283),
(2706,3530,'staticobjects/rugs/floor_rug_human_ornate03',283),
(2707,3531,'staticobjects/sacks/floor_sack_human_flour01',283),
(2708,3532,'staticobjects/sacks/floor_sack_human_flour02',283),
(2709,3533,'staticobjects/sacks/floor_sack_human_flour03',283),
(2710,3534,'staticobjects/sacks/floor_sack_human_flour04',283),
(2711,3535,'staticobjects/sacks/floor_sack_human_grain01',283),
(2712,3536,'staticobjects/sacks/floor_sack_human_grain02',283),
(2713,3537,'staticobjects/sacks/floor_sack_human_grain03',283),
(2714,3538,'staticobjects/sacks/floor_sack_human_grain04',283),
(2715,3539,'staticobjects/sacks/floor_sack_human_large01',283),
(2716,3540,'staticobjects/sacks/floor_sack_human_large02',283),
(2717,3541,'staticobjects/sacks/floor_sack_human_large03',283),
(2718,3542,'staticobjects/sacks/floor_sack_human_large04',283),
(2719,3543,'staticobjects/sacks/floor_sack_human_large05',283),
(2720,3544,'staticobjects/sacks/floor_sack_human_large06',283),
(2721,3545,'staticobjects/sacks/floor_sack_human_small01',283),
(2722,3546,'staticobjects/sacks/floor_sack_human_small02',283),
(2723,3547,'staticobjects/sacks/floor_sack_human_small03',283),
(2724,3548,'staticobjects/scrolls/floor_scrollpaper_human_stack01',283),
(2725,3549,'staticobjects/scrolls/floor_scroll_human_ornate01',283),
(2726,3550,'staticobjects/scrolls/floor_scroll_human_ornate02',283),
(2727,3551,'staticobjects/scrolls/floor_scroll_human_ornate03',283),
(2728,3552,'staticobjects/scrolls/floor_scroll_human_paper01',283),
(2729,3553,'staticobjects/scrolls/floor_scroll_human_stack01',283),
(2730,3554,'staticobjects/shelves/wall_shelf_human_double04',283),
(2731,3555,'staticobjects/shelves/wall_shelf_human_double05',283),
(2732,3556,'staticobjects/shelves/wall_shelf_human_hooks01',283),
(2733,3557,'staticobjects/shelves/wall_shelf_human_ironwood01',283),
(2734,3558,'staticobjects/shelves/wall_shelf_human_ironwood02',283),
(2735,3559,'staticobjects/shelves/wall_shelf_human_militia01',283),
(2736,3560,'staticobjects/shelves/wall_shelf_human_multideck01',283),
(2737,3561,'staticobjects/shelves/wall_shelf_human_multideck02',283),
(2738,3562,'staticobjects/shelves/wall_shelf_human_ornate02',283),
(2739,3563,'staticobjects/shelves/wall_shelf_human_ornate03',283),
(2740,3564,'staticobjects/shelves/wall_shelf_human_pegs01',283),
(2741,3565,'staticobjects/shelves/wall_shelf_human_plain01',283),
(2742,3566,'staticobjects/shelves/wall_shelf_human_plain02',283),
(2743,3567,'staticobjects/shop/floor_cabinet_human_display01',283),
(2744,3568,'staticobjects/shop/floor_cabinet_human_display02',283),
(2745,3569,'staticobjects/stable_items/ceiling_hook_human_hanging01',283),
(2746,3570,'staticobjects/stable_items/floor_cultivator_human_stable01',283),
(2747,3571,'staticobjects/stable_items/floor_cultivator_human_stable02',283),
(2748,3572,'staticobjects/stable_items/floor_haybail_human_stable01',283),
(2749,3573,'staticobjects/stable_items/floor_haybail_human_stack01',283),
(2750,3574,'staticobjects/stable_items/floor_rope_human_stable01',283),
(2751,3575,'staticobjects/stable_items/wall_hook_human_iron01',283),
(2752,3576,'staticobjects/stable_items/wall_horseshoe_human_stable01',283),
(2753,3577,'staticobjects/stable_items/wall_rein_human_stable01',283),
(2754,3578,'staticobjects/stable_items/wall_rein_human_stable02',283),
(2755,3579,'staticobjects/stable_items/wall_rope_human_stable01',283),
(2756,3580,'staticobjects/stable_items/wall_rope_human_stable02',283),
(2757,3581,'staticobjects/statues/death',283),
(2758,3582,'staticobjects/statues/valkyrie',283),
(2759,3583,'staticobjects/tables/floor_brokentable_darkelf_hood01',283),
(2760,3584,'staticobjects/tables/floor_brokentable_elf_hood01',283),
(2761,3585,'staticobjects/tables/floor_desk_gnome_wood01',283),
(2762,3586,'staticobjects/tables/floor_endtable_human_mahogany01',283),
(2763,3587,'staticobjects/tables/floor_endtable_human_wood01',283),
(2764,3588,'staticobjects/tables/floor_table_darkelf_broken01',283),
(2765,3589,'staticobjects/tables/floor_table_darkelf_broken02',283),
(2766,3590,'staticobjects/tables/floor_table_darkelf_broken03',283),
(2767,3591,'staticobjects/tables/floor_table_darkelf_broken04',283),
(2768,3592,'staticobjects/tables/floor_table_elf_broken01',283),
(2769,3593,'staticobjects/tables/floor_table_elf_broken02',283),
(2770,3594,'staticobjects/tables/floor_table_elf_broken03',283),
(2771,3595,'staticobjects/tables/floor_table_elf_broken04',283),
(2772,3596,'staticobjects/tables/floor_table_gnome_ornate01',283),
(2773,3597,'staticobjects/tables/floor_table_human_bedside03',283),
(2774,3598,'staticobjects/tables/floor_table_human_desk03',283),
(2775,3599,'staticobjects/tables/floor_table_human_dining01',283),
(2776,3600,'staticobjects/tables/floor_table_human_fancy01',283),
(2777,3601,'staticobjects/tables/floor_table_human_fancy02',283),
(2778,3602,'staticobjects/tables/floor_table_human_militia01',283),
(2779,3603,'staticobjects/tables/floor_table_human_militia02',283),
(2780,3604,'staticobjects/tables/floor_table_human_ornate05',283),
(2781,3605,'staticobjects/tables/floor_table_human_ornate06',283),
(2782,3606,'staticobjects/tables/floor_table_human_ornate07',283),
(2783,3607,'staticobjects/tables/floor_table_human_plain05',283),
(2784,3608,'staticobjects/tables/floor_table_human_plain06',283),
(2785,3609,'staticobjects/tables/floor_table_human_plank01',283),
(2786,3610,'staticobjects/tables/floor_table_human_plank02',283),
(2787,3611,'staticobjects/tables/floor_table_human_riser01',283),
(2788,3612,'staticobjects/tables/floor_table_human_twisted01',283),
(2789,3613,'staticobjects/tables/floor_table_human_twisted02',283),
(2790,3614,'staticobjects/tables/floor_table_human_wood01',283),
(2791,3615,'staticobjects/tables/floor_table_human_wood02',283),
(2792,3616,'staticobjects/tables/floor_table_human_wood03',283),
(2793,3617,'staticobjects/tables/floor_table_human_wood04',283),
(2794,3618,'staticobjects/tables/floor_table_human_wood05',283),
(2795,3619,'staticobjects/tables/floor_table_human_workbench01',283),
(2796,3620,'staticobjects/tableware/floor_fork_human_dining01',283),
(2797,3621,'staticobjects/tableware/floor_knife_human_dining01',283),
(2798,3622,'staticobjects/tableware/floor_mug_human_wood01',283),
(2799,3623,'staticobjects/tableware/floor_pitcher_human_wood01',283),
(2800,3624,'staticobjects/tableware/floor_spoon_human_dining01',283),
(2801,3625,'staticobjects/tools/floor_hammer_human_blacksmith01',283),
(2802,3626,'staticobjects/tools/floor_hammer_human_crafting01',283),
(2803,3627,'staticobjects/tools/floor_handsaw_human_crafting01',283),
(2804,3628,'staticobjects/tools/floor_iron_human_plain01',283),
(2805,3629,'staticobjects/tools/floor_potterywheel_human_crafting01',283),
(2806,3630,'staticobjects/tools/floor_scale_human_table01',283),
(2807,3631,'accessories/wieldable_items/weapons/talisman/doll/doll001_plain',283),
(2808,3632,'accessories/wieldable_items/weapons/talisman/doll/doll001_rusty',283),
(2809,3633,'accessories/wieldable_items/weapons/talisman/book/book001_plain',283),
(2810,3634,'accessories/wieldable_items/weapons/talisman/stringed_instrument/string_instrument001_plain',283),
(2811,3635,'accessories/wieldable_items/weapons/talisman/stringed_instrument/string_instrument001_rusty',283),
(2812,3636,'ec/npc/mistman',283),
(2813,3637,'accessories/wearable_items/tradesman/clothing/plain_green_vest/chest',283),
(2814,3638,'accessories/wearable_items/tradesman/clothing/plain_green_vest/legs',283),
(2815,3639,'accessories/wearable_items/tradesman/clothing/plain_green_vest/sleeves',283),
(2816,3640,'accessories/wieldable_items/weapons/dagger/wizards_dagger/wizards_dagger001_runic',283),
(2817,3641,'accessories/wieldable_items/weapons/dagger/wizards_dagger/wizards_dagger002_plain',283),
(2818,3642,'accessories/wieldable_items/weapons/dagger/wizards_dagger/wizards_dagger002_rusty',283),
(2819,3643,'accessories/wieldable_items/weapons/talisman/drum/drum001_plain',283),
(2820,3644,'accessories/wieldable_items/weapons/talisman/drum/drum001_rusty',283),
(2821,3645,'creatures/tu/fire_soldier_tu',283),
(2822,3646,'creatures/tu/illusionary_soldier_tu',283),
(2823,3647,'creatures/tu/mistman_tu',283),
(2824,3649,'accessories/wieldable_items/weapons/throwing_weapons/boomerang/boomerang001_plain',283),
(2825,3650,'accessories/wieldable_items/weapons/throwing_weapons/boomerang/boomerang001_rusty',283),
(2826,3651,'accessories/wieldable_items/weapons/throwing_weapons/spike/spike001_plain',283),
(2827,3652,'accessories/wieldable_items/weapons/throwing_weapons/spike/spike001_rusty',283),
(2828,3653,'creatures/monsters/vox_ice',283),
(2829,3654,'ec/npc/skeleton_greenfire',283),
(2830,3655,'staticobjects/scrolls/wantedposter',283),
(2831,3656,'accessories/wieldable_items/weapons/staff/bo_staff/bo_staff001_rusty',283),
(2832,3657,'accessories/wieldable_items/weapons/staff/fighting_batons/fighting_batons001_plain',283),
(2833,3658,'accessories/wieldable_items/weapons/staff/fighting_batons/fighting_batons001_rusty',283),
(2834,3659,'accessories/wieldable_items/weapons/staff/great_staff/great_staff002_rusty',283),
(2835,3660,'accessories/wieldable_items/weapons/staff/scorcerers_staff/scorcerers_staff001_plain',283),
(2836,3661,'accessories/wieldable_items/weapons/staff/scorcerers_staff/scorcerers_staff002_rusty',283),
(2837,3662,'accessories/wieldable_items/weapons/throwing_weapons/dart/dart001_plain',283),
(2838,3663,'accessories/wieldable_items/weapons/throwing_weapons/dart/dart001_rusty',283),
(2839,3664,'accessories/wearable_items/tradesman/clothing/smith/common_good/chest',283),
(2840,3665,'accessories/wearable_items/tradesman/clothing/smith/common_good/feet',283),
(2841,3666,'accessories/wearable_items/tradesman/clothing/smith/common_good/hands',283),
(2842,3667,'accessories/wearable_items/tradesman/clothing/smith/common_good/legs',283),
(2843,3668,'accessories/wearable_items/tradesman/clothing/smith/common_good/skirt',283),
(2844,3669,'accessories/wieldable_items/weapons/spear/javelin/javeling001_rusty',283),
(2845,3670,'accessories/wieldable_items/weapons/spear/ornate_spear/ornate_spear001_plain',283),
(2846,3671,'accessories/wieldable_items/weapons/spear/ornate_spear/ornate_spear001_rusty',283),
(2847,3672,'accessories/wieldable_items/weapons/spear/short_spear/short_spear001_rusty',283),
(2848,3673,'accessories/wieldable_items/weapons/spear/spear/spear001_rusty',283),
(2849,3674,'accessories/wieldable_items/weapons/spear/tribal_spear/tribal_spear001_rusty',283),
(2850,3675,'accessories/wieldable_items/weapons/staff/quarterstaff/quarterstaff002_rusty',283),
(2851,3676,'accessories/wieldable_items/weapons/sword/kukri_sword/kukri_sword001_plain',283),
(2852,3677,'accessories/wieldable_items/weapons/throwing_weapons/boomerang/boomerang001_ornate',283),
(2853,3678,'accessories/wieldable_items/weapons/throwing_weapons/boomerang/boomerang001_runic',283),
(2854,3679,'accessories/wieldable_items/weapons/throwing_weapons/glass_vial/glass_vial001_plain',283),
(2855,3680,'accessories/wieldable_items/weapons/throwing_weapons/glass_vial/glass_vial001_rusty',283),
(2856,3681,'accessories/wieldable_items/weapons/throwing_weapons/glass_vial/glass_vial002_ornate',283),
(2857,3682,'accessories/wieldable_items/weapons/throwing_weapons/glass_vial/glass_vial002_runic',283),
(2858,3683,'creatures/monsters/armadillo_ghost',283),
(2859,3684,'creatures/monsters/badger_ghost',283),
(2860,3685,'creatures/monsters/barracuda_ghost',283),
(2861,3686,'creatures/monsters/cow_ghost',283),
(2862,3687,'creatures/monsters/dervish_chaosform',283),
(2863,3688,'creatures/monsters/dervish_ghost',283),
(2864,3689,'creatures/monsters/frog_ghost',283),
(2865,3690,'creatures/monsters/gargoyle_ghost',283),
(2866,3691,'creatures/monsters/goo_chaosform',283),
(2867,3692,'creatures/monsters/goo_ghost',283),
(2868,3693,'creatures/monsters/goo_slime_chaosform',283),
(2869,3694,'creatures/monsters/ground_dragon_ghost',283),
(2870,3695,'creatures/monsters/hawk_ghost_red',283),
(2871,3696,'creatures/monsters/hyena_ghost',283),
(2872,3697,'creatures/monsters/iron_guardian_ghost',283),
(2873,3698,'creatures/monsters/mantaray_ghost',283),
(2874,3699,'creatures/monsters/manticore_ghost',283),
(2875,3700,'creatures/monsters/pihrana_ghost',283),
(2876,3701,'creatures/monsters/rat_ghost',283),
(2877,3702,'creatures/monsters/root_horror_ghost',283),
(2878,3703,'creatures/monsters/rustmonster_ghost',283),
(2879,3704,'creatures/monsters/slug_ghost',283),
(2880,3705,'creatures/monsters/snake_ghost',283),
(2881,3706,'creatures/monsters/tiger_white',283),
(2882,3707,'creatures/monsters/treeent_ghost',283),
(2883,3709,'creatures/monsters/wasp_ghost',283),
(2884,3710,'creatures/monsters/willowisp_cloudofsouls',283),
(2885,3711,'creatures/monsters/wolf_white',283),
(2886,3712,'creatures/monsters/wolf_winter',283),
(2887,3713,'creatures/mounts/carpet_ghost',283),
(2888,3714,'creatures/mounts/fancy_horse_ghost',283),
(2889,3715,'creatures/mounts/horse_ghost',283),
(2890,3716,'creatures/pets/element_order',283),
(2891,3717,'creatures/pets/essence_chaos',283),
(2892,3718,'creatures/tu/bixie_figher_ghost',283),
(2893,3719,'creatures/tu/bixie_ghost',283),
(2894,3720,'creatures/tu/bixie_worker_ghost',283),
(2895,3721,'creatures/tu/dragonfly_faerie_ghost',283),
(2896,3722,'creatures/tu/earth_elem_ghost',283),
(2897,3723,'creatures/tu/gnoll_ghost',283),
(2898,3724,'creatures/tu/livingstatue_ghost',283),
(2899,3725,'creatures/tu/lizardman_ghost',283),
(2900,3726,'creatures/tu/lizardman_shaman_ghost',283),
(2901,3727,'creatures/tu/lizardman_warrior_ghost',283),
(2902,3728,'creatures/tu/shadow',283),
(2903,3729,'creatures/tu/succubus_ghost',283),
(2904,3730,'creatures/tu/tentacleterror_crystal_ghost',283),
(2905,3731,'creatures/tu/tentacleterror_ghost',283),
(2906,3732,'creatures/tu/troglodyte_ghost',283),
(2907,3733,'ec/npc/orcshaman_ghost',283),
(2908,3734,'ec/npc/orc_ghost',283),
(2909,3735,'ec/npc/skeleton_diseased',283),
(2910,3736,'ec/npc/zombie_diseased',283),
(2911,3737,'ec/npc/zombie_ghost',283),
(2912,3738,'staticobjects/doors/fprt_academy_doubledoor_01',283),
(2913,3739,'accessories/wieldable_items/weapons/throwing_weapons/dart/dart002_ornate',283),
(2914,3740,'accessories/wieldable_items/weapons/throwing_weapons/dart/dart002_runic',283),
(2915,3741,'accessories/wieldable_items/weapons/throwing_weapons/spike/spike003_ornate',283),
(2916,3742,'accessories/wearable_items/ghost/ghost_leather/chest',283),
(2917,3743,'accessories/wearable_items/ghost/ghost_leather/feet',283),
(2918,3744,'accessories/wearable_items/ghost/ghost_leather/forearms',283),
(2919,3745,'accessories/wearable_items/ghost/ghost_leather/hands',283),
(2920,3746,'accessories/wearable_items/ghost/ghost_leather/head',283),
(2921,3747,'accessories/wearable_items/ghost/ghost_leather/legs',283),
(2922,3748,'accessories/wearable_items/ghost/ghost_leather/shoulders',283),
(2923,3749,'accessories/wearable_items/ghost/ghost_leather/skirt',283),
(2924,3750,'accessories/wearable_items/ghost/ghost_vanguard/chest',283),
(2925,3751,'accessories/wearable_items/ghost/ghost_vanguard/feet',283),
(2926,3752,'accessories/wearable_items/ghost/ghost_vanguard/forearms',283),
(2927,3753,'accessories/wearable_items/ghost/ghost_vanguard/hands',283),
(2928,3754,'accessories/wearable_items/ghost/ghost_vanguard/head',283),
(2929,3755,'accessories/wearable_items/ghost/ghost_vanguard/left',283),
(2930,3756,'accessories/wearable_items/ghost/ghost_vanguard/legs',283),
(2931,3757,'accessories/wearable_items/ghost/ghost_vanguard/right',283),
(2932,3758,'accessories/wearable_items/ghost/ghost_vanguard/shoulders',283),
(2933,3759,'accessories/wearable_items/ghost/ghost_vanguard/skirt',283),
(2934,3760,'accessories/wearable_items/vanguard/common/high/upperchest',283),
(2935,3761,'accessories/wearable_items/vanguard/common/low/upperchest',283),
(2936,3762,'accessories/wearable_items/vanguard/common/medium/upperchest',283),
(2937,3763,'accessories/wearable_items/vanguard/rare/low/upperchest',283),
(2938,3764,'accessories/wearable_items/vanguard/rare/medium/upperchest',283),
(2939,3765,'accessories/wearable_items/vanguard/uncommon/high/upperchest',283),
(2940,3766,'accessories/wearable_items/vanguard/uncommon/low/upperchest',283),
(2941,3767,'accessories/wearable_items/vanguard/uncommon/medium/upperchest',283),
(2942,3768,'accessories/wieldable_items/shields/buckler_shield/streatched_leather_buckler/streatched_leather_buckler001_runic',283),
(2943,3769,'accessories/wieldable_items/shields/buckler_shield/wooden_buckler/wooden_buckler001_runic',283),
(2944,3770,'accessories/wieldable_items/shields/tower_shield/metal_tower_shield/metal_tower_shield001_runic',283),
(2945,3771,'accessories/wieldable_items/weapons/great_spear/great_spear/great_spear001_rusty',283),
(2946,3772,'accessories/wieldable_items/weapons/great_spear/harpoon/harpoon001_plain',283),
(2947,3773,'accessories/wieldable_items/weapons/great_spear/harpoon/harpoon001_rusty',283),
(2948,3774,'accessories/wieldable_items/weapons/great_spear/lance/lance001_ornate',283),
(2949,3775,'accessories/wieldable_items/weapons/great_spear/lance/lance001_plain',283),
(2950,3776,'accessories/wieldable_items/weapons/great_spear/lance/lance001_rusyt',283),
(2951,3777,'accessories/wieldable_items/weapons/great_spear/pike/pike001_rusty',283),
(2952,3778,'accessories/wieldable_items/weapons/great_spear/trident/trident001_rusty',283),
(2953,3779,'accessories/wieldable_items/weapons/great_spear/voulge/voulge001_plain',283),
(2954,3780,'accessories/wieldable_items/weapons/great_spear/voulge/voulge001_rusty',283),
(2955,3781,'accessories/wieldable_items/weapons/spear/javelin/javeling001_runic',283),
(2956,3782,'accessories/wieldable_items/weapons/talisman/orb/orb001_ornate',283),
(2957,3783,'accessories/wieldable_items/weapons/talisman/orb/orb001_runic',283),
(2958,3784,'accessories/wieldable_items/weapons/throwing_weapons/spike/spike004_runic',283),
(2959,3785,'creatures/pets/enevenomed_servant',283),
(2960,3786,'creatures/pets/essence_order',283),
(2961,3787,'ec/pc/froglok/froglok_male_albino',283),
(2962,3788,'ec/pc/froglok/froglok_male_black1',283),
(2963,3789,'ec/pc/froglok/froglok_male_black2',283),
(2964,3790,'ec/pc/froglok/froglok_male_blackglove',283),
(2965,3791,'ec/pc/froglok/froglok_male_rainbow',283),
(2966,3792,'ec/pc/froglok/froglok_male_toad',283),
(2967,3793,'ec/pc/froglok/froglok_male_toadplain',283),
(2968,3796,'accessories/wieldable_items/weapons/great_axe/doubleheaded_axe/double_axe001_ornate',283),
(2969,3797,'accessories/wieldable_items/weapons/great_axe/doubleheaded_axe/double_axe002_runic',283),
(2970,3798,'accessories/wieldable_items/weapons/staff/metal_rod/metal_rod001_plain',283),
(2971,3799,'accessories/wieldable_items/weapons/staff/metal_rod/metal_rod001_rusty',283),
(2972,3800,'accessories/wieldable_items/weapons/talisman/idol/idol001_ornate',283),
(2973,3801,'accessories/wieldable_items/weapons/talisman/idol/idol001_runic',283),
(2974,3802,'accessories/wieldable_items/weapons/talisman/tablet/tablet002_ornate',283),
(2975,3803,'creatures/monsters/dikdik_undead',283),
(2976,3804,'creatures/monsters/mammoth',283),
(2977,3805,'creatures/tu/giant_hill',283),
(2978,3806,'staticobjects/chests/gnoll_ark_ornate01',283),
(2979,3807,'accessories/wieldable_items/weapons/spear/javelin/javeling001_ornate',283),
(2980,3808,'accessories/wieldable_items/weapons/spear/ornate_spear/ornate_spear001_runic',283),
(2981,3809,'accessories/wieldable_items/weapons/spear/spear/spear001_runic',283),
(2982,3810,'accessories/wieldable_items/weapons/spear/tribal_spear/tribal_spear001_ornate',283),
(2983,3811,'accessories/wieldable_items/weapons/spear/tribal_spear/tribal_spear001_runic',283),
(2984,3812,'creatures/tu/giant_hill_bald',283),
(2985,3813,'creatures/tu/giant_hill_captain',283),
(2986,3814,'creatures/tu/gnoll_guard1',283),
(2987,3815,'creatures/tu/gnoll_guard2',283),
(2988,3816,'creatures/tu/gnoll_paw',283),
(2989,3817,'accessories/wieldable_items/weapons/great_axe/assault_axe/assault_axe001_runic',283),
(2990,3818,'accessories/wieldable_items/weapons/great_axe/executioner_axe/executioner_axe002_ornate',283),
(2991,3819,'accessories/wieldable_items/weapons/great_spear/great_spear/great_spear001_ornate',283),
(2992,3820,'accessories/wieldable_items/weapons/great_spear/great_spear/great_spear001_runic',283),
(2993,3821,'accessories/wieldable_items/weapons/great_spear/harpoon/harpoon001_ornate',283),
(2994,3822,'accessories/wieldable_items/weapons/great_spear/harpoon/harpoon001_runic',283),
(2995,3823,'accessories/wieldable_items/weapons/great_spear/lance/lance001_runic',283),
(2996,3824,'accessories/wieldable_items/weapons/great_spear/lance/lance001_rusty',283),
(2997,3825,'accessories/wieldable_items/weapons/great_spear/pike/pike001_ornate',283),
(2998,3826,'accessories/wieldable_items/weapons/great_spear/trident/trident002_ornate',283),
(2999,3827,'accessories/wieldable_items/weapons/great_spear/voulge/voulge001_runic',283),
(3000,3828,'accessories/wieldable_items/weapons/great_sword/bastard_sword/bastard_sword002_rusty',283),
(3001,3829,'accessories/wieldable_items/weapons/sword/scimitar/scimitar001_ornate',283),
(3002,3830,'accessories/wieldable_items/weapons/throwing_weapons/throwing_axe/throwing_axe002_runic',283),
(3003,3831,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star001_ornate',283),
(3004,3832,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star001_plain',283),
(3005,3833,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star001_runic',283),
(3006,3834,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star001_rusty',283),
(3007,3835,'creatures/monsters/raven',283),
(3008,3836,'creatures/monsters/white_bear',283),
(3009,3837,'accessories/wieldable_items/weapons/great_axe/bardiche/bardiche01_plain',283),
(3010,3838,'accessories/wieldable_items/weapons/great_axe/halberd/halberd003_ornate',283),
(3011,3839,'accessories/wieldable_items/weapons/great_hammer/great_flail/great_flail001_plain',283),
(3012,3840,'accessories/wieldable_items/weapons/great_hammer/great_flail/great_flail001_runic',283),
(3013,3841,'accessories/wieldable_items/weapons/great_hammer/great_flail/great_flail002_ornate',283),
(3014,3842,'accessories/wieldable_items/weapons/great_hammer/great_flail/great_flail002_rusty',283),
(3015,3843,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club001_rusty',283),
(3016,3844,'accessories/wieldable_items/weapons/great_sword/claymore_sword/claymore_sword001_runic',283),
(3017,3845,'accessories/wieldable_items/weapons/great_sword/claymore_sword/claymore_sword002_rusty',283),
(3018,3846,'accessories/wieldable_items/weapons/great_sword/tulwar/tulwar001_runic',283),
(3019,3847,'accessories/wieldable_items/weapons/rapier/cutlass/cutlass001_ornate',283),
(3020,3848,'accessories/wieldable_items/weapons/spear/leaf_blade/leaf_blade001_ornate',283),
(3021,3849,'accessories/wieldable_items/weapons/spear/leaf_blade/leaf_blade001_runic',283),
(3022,3850,'accessories/wieldable_items/weapons/spear/short_spear/short_spear001_ornate',283),
(3023,3851,'accessories/wieldable_items/weapons/spear/short_spear/short_spear001_runic',283),
(3024,3852,'accessories/wieldable_items/weapons/sword/falchion_sword/falchion_sword001_ornate',283),
(3025,3853,'accessories/wieldable_items/weapons/sword/falchion_sword/falchion_sword002_runic',283),
(3026,3854,'accessories/wieldable_items/weapons/sword/kukri_sword/kukri_sword001_rusty',283),
(3027,3855,'accessories/wieldable_items/weapons/sword/kukri_sword/kukri_sword002_ornate',283),
(3028,3856,'accessories/wieldable_items/weapons/sword/kukri_sword/kukri_sword002_runic',283),
(3029,3857,'accessories/wieldable_items/weapons/sword/short_sword/short_sword002_ornate',283),
(3030,3858,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword002_runic',283),
(3031,3859,'accessories/wieldable_items/weapons/sword/whip/whip001_ornate',283),
(3032,3860,'accessories/wieldable_items/weapons/sword/whip/whip001_plain',283),
(3033,3861,'accessories/wieldable_items/weapons/sword/whip/whip001_runic',283),
(3034,3862,'accessories/wieldable_items/weapons/sword/whip/whip001_rusty',283),
(3035,3863,'accessories/wieldable_items/weapons/talisman/book/book001_ornate',283),
(3036,3864,'accessories/wieldable_items/weapons/talisman/book/book001_runic',283),
(3037,3865,'accessories/wieldable_items/weapons/talisman/book/book001_rustu',283),
(3038,3866,'accessories/wieldable_items/weapons/talisman/censer/censer001_plain',283),
(3039,3867,'accessories/wieldable_items/weapons/talisman/censer/censer001_runic',283),
(3040,3868,'accessories/wieldable_items/weapons/talisman/censer/censer001_rusty',283),
(3041,3869,'accessories/wieldable_items/weapons/talisman/doll/doll001_ornate',283),
(3042,3870,'accessories/wieldable_items/weapons/talisman/doll/doll001_runic',283),
(3043,3871,'accessories/wieldable_items/weapons/talisman/drum/drum001_ornate',283),
(3044,3872,'accessories/wieldable_items/weapons/talisman/drum/drum001_runic',283),
(3045,3873,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_sybol001_rusty',283),
(3046,3874,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_fear001',283),
(3047,3875,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_love001',283),
(3048,3876,'accessories/wieldable_items/weapons/talisman/stringed_instrument/string_instrument001_ornate',283),
(3049,3877,'accessories/wieldable_items/weapons/talisman/stringed_instrument/string_instrument001_runic',283),
(3050,3878,'accessories/wieldable_items/weapons/talisman/tablet/tablet002_runic',283),
(3051,3879,'accessories/wieldable_items/weapons/talisman/wand/wand001_ornate',283),
(3052,3880,'accessories/wieldable_items/weapons/talisman/wand/wand001_runic',283),
(3053,3881,'creatures/monsters/goo_ice',283),
(3054,3882,'creatures/monsters/undead_dog',283),
(3055,3883,'creatures/mounts/horse_undead',283),
(3056,3884,'ec/npc/goblin_ice',283),
(3057,3885,'accessories/wieldable_items/weapons/bow/long_bow/long_bow001_ornate',283),
(3058,3886,'accessories/wieldable_items/weapons/bow/long_bow/long_bow001_plain',283),
(3059,3887,'accessories/wieldable_items/weapons/bow/long_bow/long_bow001_runic',283),
(3060,3888,'accessories/wieldable_items/weapons/bow/long_bow/long_bow001_rusty',283),
(3061,3889,'accessories/wieldable_items/weapons/bow/short_bow/short_bow001_ornate',283),
(3062,3890,'accessories/wieldable_items/weapons/bow/short_bow/short_bow001_plain',283),
(3063,3891,'accessories/wieldable_items/weapons/bow/short_bow/short_bow001_runic',283),
(3064,3892,'accessories/wieldable_items/weapons/bow/short_bow/short_bow001_rusty',283),
(3065,3893,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club001_ornate',283),
(3066,3894,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star001_ornate',283),
(3067,3895,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_hate001',283),
(3068,3896,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_tranquility001',283),
(3069,3897,'accessories/wieldable_items/weapons/talisman/idol/idol001_plain',283),
(3070,3898,'accessories/wieldable_items/weapons/talisman/tablet/tablet001_plain',283),
(3071,3899,'accessories/wieldable_items/weapons/throwing_weapons/rock/rock001_ornate',283),
(3072,3900,'accessories/wieldable_items/weapons/throwing_weapons/rock/rock001_plain',283),
(3073,3901,'accessories/wieldable_items/weapons/throwing_weapons/rock/rock001_runic',283),
(3074,3902,'accessories/wieldable_items/weapons/throwing_weapons/rock/rock001_rusty',283),
(3075,3903,'accessories/wieldable_items/weapons/throwing_weapons/throwing_knife/throwing_knife001_ornate',283),
(3076,3904,'accessories/wieldable_items/weapons/throwing_weapons/throwing_knife/throwing_knife001_plain',283),
(3077,3905,'accessories/wieldable_items/weapons/throwing_weapons/throwing_knife/throwing_knife001_runic',283),
(3078,3906,'accessories/wieldable_items/weapons/throwing_weapons/throwing_knife/throwing_knife001_rusty',283),
(3079,3907,'ec/npc/lucan_statue',283),
(3080,3908,'staticobjects/harvested/bushes/hrvst_bush_healthygreenanaconda01',283),
(3081,3909,'staticobjects/harvested/bushes/hrvst_bush_healthygreenanaconda_berries01',283),
(3082,3910,'staticobjects/harvested/coral/hrvst_coral_group001',283),
(3083,3911,'staticobjects/harvested/coral/hrvst_coral_group002',283),
(3084,3912,'staticobjects/harvested/coral/hrvst_coral_single001',283),
(3085,3913,'staticobjects/harvested/coral/hrvst_coral_single002',283),
(3086,3914,'staticobjects/harvested/crystals/hrvst_crystals_roundformation001',283),
(3087,3915,'staticobjects/harvested/crystals/hrvst_crystals_roundformation002',283),
(3088,3916,'staticobjects/harvested/crystals/hrvst_crystals_roundformation003',283),
(3089,3917,'staticobjects/harvested/crystals/hrvst_stalagmite01',283),
(3090,3918,'staticobjects/harvested/crystals/hrvst_stalagmite02',283),
(3091,3919,'staticobjects/harvested/crystals/hrvst_stalagmite03',283),
(3092,3920,'staticobjects/harvested/crystals/hrvst_stalagmite04',283),
(3093,3921,'staticobjects/harvested/debris/hrvst_debris01',283),
(3094,3922,'staticobjects/harvested/debris/hrvst_debris02',283),
(3095,3923,'staticobjects/harvested/debris/hrvst_debris03',283),
(3096,3924,'staticobjects/harvested/debris/hrvst_debris04',283),
(3097,3925,'staticobjects/harvested/logs/hrvst_log_ant_blossom01',283),
(3098,3926,'staticobjects/harvested/logs/hrvst_log_ant_pine01',283),
(3099,3927,'staticobjects/harvested/logs/hrvst_log_ant_pine02',283),
(3100,3928,'staticobjects/harvested/logs/hrvst_log_cmmn_oak01',283),
(3101,3929,'staticobjects/harvested/logs/hrvst_log_cmmn_oak02',283),
(3102,3930,'staticobjects/harvested/logs/hrvst_log_cmmn_savannah01',283),
(3103,3931,'staticobjects/harvested/logs/hrvst_log_ench_blossom01',283),
(3104,3932,'staticobjects/harvested/logs/hrvst_log_ench_jaggedpine01',283),
(3105,3933,'staticobjects/harvested/logs/hrvst_log_ench_jaggedpine02',283),
(3106,3934,'staticobjects/harvested/logs/hrvst_log_jaggedpine_scorched01',283),
(3107,3935,'staticobjects/harvested/logs/hrvst_log_jaggedpine_scorched02',283),
(3108,3936,'staticobjects/harvested/logs/hrvst_log_jaggedpine_scorched03',283),
(3109,3937,'staticobjects/harvested/logs/hrvst_log_nbhum_eucalyptus01',283),
(3110,3938,'staticobjects/harvested/logs/hrvst_log_nbhum_eucalyptus02',283),
(3111,3939,'staticobjects/harvested/logs/hrvst_log_nbhum_pine01',283),
(3112,3940,'staticobjects/harvested/logs/hrvst_log_nekf_twistedfungus01',283),
(3113,3941,'staticobjects/harvested/logs/hrvst_log_nekf_twistedfungus02',283),
(3114,3942,'staticobjects/harvested/logs/hrvst_log_nekf_twistedfungus03',283),
(3115,3943,'staticobjects/harvested/logs/hrvst_log_ow_jaggedpine01',283),
(3116,3944,'staticobjects/harvested/logs/hrvst_log_ow_torreypine01',283),
(3117,3945,'staticobjects/harvested/logs/hrvst_log_ow_torreypine02',283),
(3118,3946,'staticobjects/harvested/logs/hrvst_log_step_jaggedpine01',283),
(3119,3947,'staticobjects/harvested/logs/hrvst_log_step_jaggedpine02',283),
(3120,3948,'staticobjects/harvested/logs/hrvst_log_step_oak01',283),
(3121,3949,'staticobjects/harvested/mushrooms/hrvst_mushrooms_cluster01',283),
(3122,3950,'staticobjects/harvested/mushrooms/hrvst_mushrooms_cluster02',283),
(3123,3951,'staticobjects/harvested/mushrooms/hrvst_mushrooms_cluster03',283),
(3124,3952,'staticobjects/harvested/mushrooms/hrvst_mushrooms_fairyring01',283),
(3125,3953,'staticobjects/harvested/mushrooms/hrvst_mushrooms_fairyring02',283),
(3126,3954,'staticobjects/harvested/mushrooms/hrvst_mushrooms_fairyring03',283),
(3127,3955,'staticobjects/harvested/rocks/hrvst_rocks_mineralveins01',283),
(3128,3956,'staticobjects/harvested/rocks/hrvst_rocks_mineralveins02',283),
(3129,3957,'staticobjects/harvested/rocks/hrvst_rocks_mineralveins03',283),
(3130,3958,'staticobjects/harvested/shells/hrvst_shells_abalone01',283),
(3131,3959,'staticobjects/harvested/shells/hrvst_shells_abalone02',283),
(3132,3960,'staticobjects/harvested/shells/hrvst_shells_abaloneunderside02',283),
(3133,3961,'staticobjects/harvested/shells/hrvst_shells_beach01',283),
(3134,3962,'staticobjects/harvested/shells/hrvst_shells_beachunderside01',283),
(3135,3963,'staticobjects/harvested/shells/hrvst_shells_conch01',283),
(3136,3964,'staticobjects/harvested/shells/hrvst_shells_nautilus01',283),
(3137,3965,'staticobjects/harvested/shells/hrvst_shells_oyster01',283),
(3138,3966,'staticobjects/harvested/shells/hrvst_shells_oyster02',283),
(3139,3967,'staticobjects/harvested/shells/hrvst_shells_oysterunderside01',283),
(3140,3968,'staticobjects/harvested/shells/hrvst_shells_sanddollar01',283),
(3141,3969,'staticobjects/harvested/shells/hrvst_shells_sanddollarunderside01',283),
(3142,3970,'staticobjects/harvested/trapping/hrvst_trapping_ant_dirtmound01',283),
(3143,3971,'staticobjects/harvested/trapping/hrvst_trapping_ant_dirtmound02',283),
(3144,3972,'staticobjects/harvested/trapping/hrvst_trapping_cmmn_dirtmound01',283),
(3145,3973,'staticobjects/harvested/trapping/hrvst_trapping_cmmn_dirtmound02',283),
(3146,3977,'staticobjects/harvested/trapping/hrvst_trapping_dirtmound01',283),
(3147,3978,'staticobjects/harvested/trapping/hrvst_trapping_dirtmound02',283),
(3148,3979,'staticobjects/harvested/trapping/hrvst_trapping_dirtmound03',283),
(3149,3980,'staticobjects/harvested/trapping/hrvst_trapping_ench_dirtmound01',283),
(3150,3981,'staticobjects/harvested/trapping/hrvst_trapping_ench_dirtmound02',283),
(3151,3982,'staticobjects/harvested/trapping/hrvst_trapping_feer_dirtmound01',283),
(3152,3983,'staticobjects/harvested/trapping/hrvst_trapping_feer_dirtmound02',283),
(3153,3984,'staticobjects/harvested/trapping/hrvst_trapping_fprtadv_dirtmound01',283),
(3154,3985,'staticobjects/harvested/trapping/hrvst_trapping_fprtadv_dirtmound02',283),
(3155,3986,'staticobjects/harvested/trapping/hrvst_trapping_ls_dirtmound01',283),
(3156,3987,'staticobjects/harvested/trapping/hrvst_trapping_ls_dirtmound02',283),
(3157,3988,'staticobjects/harvested/trapping/hrvst_trapping_nbhum_dirtmound01',283),
(3158,3989,'staticobjects/harvested/trapping/hrvst_trapping_nbhum_dirtmound02',283),
(3159,3990,'staticobjects/harvested/trapping/hrvst_trapping_nekf_dirtmound01',283),
(3160,3991,'staticobjects/harvested/trapping/hrvst_trapping_nekf_dirtmound02',283),
(3161,3992,'staticobjects/harvested/trapping/hrvst_trapping_ow_dirtmound01',283),
(3162,3993,'staticobjects/harvested/trapping/hrvst_trapping_ow_dirtmound02',283),
(3163,3994,'staticobjects/harvested/trapping/hrvst_trapping_qey_dirtmound01',283),
(3164,3995,'staticobjects/harvested/trapping/hrvst_trapping_qey_dirtmound02',283),
(3165,3996,'staticobjects/harvested/trapping/hrvst_trapping_rockden001',283),
(3166,3997,'staticobjects/harvested/trapping/hrvst_trapping_rockden002',283),
(3167,3998,'staticobjects/harvested/trapping/hrvst_trapping_rockden003',283),
(3168,3999,'staticobjects/harvested/trapping/hrvst_trapping_rockden004',283),
(3169,4000,'staticobjects/harvested/trapping/hrvst_trapping_step_dirtmound01',283),
(3170,4001,'staticobjects/harvested/trapping/hrvst_trapping_step_dirtmound02',283),
(3171,4002,'staticobjects/harvested/trapping/hrvst_trapping_thicket001',283),
(3172,4003,'staticobjects/harvested/trapping/hrvst_trapping_thicket002',283),
(3173,4004,'staticobjects/harvested/trapping/hrvst_trapping_thicket003',283),
(3174,4005,'accessories/wieldable_items/weapons/fist/claws/claws001_ornate',283),
(3175,4006,'accessories/wieldable_items/weapons/fist/claws/claws001_runic',283),
(3176,4007,'accessories/wieldable_items/weapons/fist/claws/claws001_rusty',283),
(3177,4008,'accessories/wieldable_items/weapons/talisman/flute/flute001_plain',283),
(3178,4009,'accessories/wieldable_items/weapons/talisman/flute/flute002_rusty',283),
(3179,4010,'accessories/wieldable_items/weapons/talisman/flute/flute003_ornate',283),
(3180,4011,'accessories/wieldable_items/weapons/talisman/flute/flute004_runic',283),
(3181,4012,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_nature001',283),
(3182,4013,'accessories/wieldable_items/weapons/talisman/holy_symbol/holy_symbol_valor001',283),
(3183,4014,'creatures/tu/giant_frost_captain',283),
(3184,4015,'staticobjects/chests/chest_animated_large',283),
(3185,4016,'staticobjects/chests/chest_animated_medium',283),
(3186,4017,'accessories/wieldable_items/misc/stein001_runic',283),
(3187,4018,'accessories/wieldable_items/misc/stein002_plain',283),
(3188,4019,'accessories/wieldable_items/misc/stein002_rusty',283),
(3189,4020,'accessories/wieldable_items/misc/stein003_ornate',283),
(3190,4023,'accessories/wieldable_items/weapons/hammer/flail/flail001_ornate',283),
(3191,4024,'accessories/wieldable_items/weapons/hammer/flail/flail001_rusty',283),
(3192,4025,'accessories/wieldable_items/weapons/hammer/flail/flail002_plain',283),
(3193,4026,'accessories/wieldable_items/weapons/hammer/flail/flail002_runic',283),
(3194,4027,'accessories/wieldable_items/weapons/hammer/scourge/scourge001_runic',283),
(3195,4028,'accessories/wieldable_items/weapons/hammer/scourge/scourge001_rusty',283),
(3196,4029,'accessories/wieldable_items/weapons/hammer/scourge/scourge002_ornate',283),
(3197,4030,'accessories/wieldable_items/weapons/hammer/scourge/scourge002_plain',283),
(3198,4031,'accessories/wieldable_items/weapons/rapier/karabela/karabela001_ornate',283),
(3199,4032,'accessories/wieldable_items/weapons/rapier/saber/saber001_ornate',283),
(3200,4033,'creatures/tu/lesser_efreeti',283),
(3201,4034,'staticobjects/chests/chest_animated_small',283),
(3202,4035,'accessories/wearable_items/magus/robes/dragon_ornate/chest',283),
(3203,4036,'accessories/wearable_items/magus/robes/dragon_ornate/pants',283),
(3204,4037,'accessories/wearable_items/magus/robes/dragon_ornate/skirt',283),
(3205,4038,'accessories/wearable_items/tradesman/clothing/brawler/med_studded/arms',283),
(3206,4039,'accessories/wearable_items/tradesman/clothing/brawler/med_studded/chest',283),
(3207,4040,'accessories/wearable_items/tradesman/clothing/brawler/med_studded/feet',283),
(3208,4041,'accessories/wearable_items/tradesman/clothing/brawler/med_studded/legs',283),
(3209,4042,'accessories/wieldable_items/misc/treeclub001_plain',283),
(3210,4043,'accessories/wieldable_items/weapons/dagger/dirk/dirk002_ornate',283),
(3211,4044,'accessories/wieldable_items/weapons/dagger/kris/kris001_ornate',283),
(3212,4045,'accessories/wieldable_items/weapons/dagger/parrying_blade/parrying_blade001_ornate',283),
(3213,4046,'accessories/wieldable_items/weapons/dagger/parrying_blade/parrying_blade002_rusty',283),
(3214,4047,'accessories/wieldable_items/weapons/dagger/sai/sai001_ornate',283),
(3215,4048,'accessories/wieldable_items/weapons/dagger/sai/sai001_runic',283),
(3216,4049,'accessories/wieldable_items/weapons/dagger/stiletto/stiletto002_ornate',283),
(3217,4050,'accessories/wieldable_items/weapons/dagger/wizards_dagger/wizards_dagger001_ornate',283),
(3218,4051,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace001_ornate',283),
(3219,4052,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace001_runic',283),
(3220,4053,'accessories/wieldable_items/weapons/hammer/cudgel/cudgel002_ornate',283),
(3221,4054,'accessories/wieldable_items/weapons/hammer/cudgel/cudgel002_runic',283),
(3222,4055,'accessories/wieldable_items/weapons/staff/bo_staff/bo_staff002_runic',283),
(3223,4056,'accessories/wieldable_items/weapons/staff/fighting_batons/fighting_batons001_ornate',283),
(3224,4057,'accessories/wieldable_items/weapons/staff/great_staff/great_staff001_ornate',283),
(3225,4058,'accessories/wieldable_items/weapons/staff/metal_rod/metal_rod001_ornate',283),
(3226,4059,'accessories/wieldable_items/weapons/staff/quarterstaff/quarterstaff001_plain',283),
(3227,4060,'accessories/wieldable_items/weapons/staff/quarterstaff/quarterstaff002_ornate',283),
(3228,4061,'accessories/wieldable_items/weapons/staff/quarterstaff/quarterstaff002_runic',283),
(3229,4062,'creatures/tu/giant_frost_helmet',283),
(3230,4063,'ec/npc/antonia_statue',283),
(3231,4064,'staticobjects/qeynos/qey_citizenship_plain',283),
(3232,4065,'accessories/wieldable_items/weapons/great_axe/doubleheaded_axe/double_axe001_plain',283),
(3233,4066,'accessories/wieldable_items/weapons/great_axe/doubleheaded_axe/double_axe002_rusty',283),
(3234,4067,'staticobjects/market_object/market_object',283),
(3235,4068,'creatures/mounts/horse_bareback',283),
(3236,4069,'projectiles/spell_shriek_wave',283),
(3237,4070,'projectiles/spell_fire_ball',283),
(3238,4071,'projectiles/spell_fire_ball_blue',283),
(3239,4072,'projectiles/spell_fire_ball_green',283),
(3240,4073,'projectiles/spell_fuliginous_ball',283),
(3241,4074,'projectiles/spell_skull',283),
(3242,4075,'staticobjects/harvested/bushes/hrvst_bush_anaconda_brown01',283),
(3243,4076,'staticobjects/harvested/bushes/hrvst_bush_healthygreenoak01',283),
(3244,4077,'staticobjects/harvested/bushes/hrvst_bush_healthygreenoak_berries01',283),
(3245,4078,'staticobjects/harvested/bushes/hrvst_bush_oak_brown01',283),
(3246,4079,'creatures/mounts/fancy_horse_aplossa',283),
(3247,4080,'creatures/mounts/fancy_horse_morgan',283),
(3248,4081,'creatures/mounts/fancy_horse_palomino',283),
(3249,4082,'creatures/mounts/fancy_horse_pinto',283),
(3250,4083,'creatures/mounts/fancy_horse_solid',283),
(3251,4084,'creatures/mounts/horse_aplossa',283),
(3252,4085,'creatures/mounts/horse_morgan',283),
(3253,4086,'creatures/mounts/horse_painted',283),
(3254,4087,'creatures/mounts/horse_palomino',283),
(3255,4088,'creatures/mounts/horse_pinto',283),
(3256,4089,'creatures/mounts/horse_saddle_aplossa',283),
(3257,4090,'creatures/mounts/horse_saddle_morgan',283),
(3258,4091,'creatures/mounts/horse_saddle_paint',283),
(3259,4092,'creatures/mounts/horse_saddle_palomino',283),
(3260,4093,'creatures/mounts/horse_saddle_pinto',283),
(3261,4094,'creatures/mounts/horse_saddle_solid',283),
(3262,4095,'creatures/mounts/horse_solid',283),
(3263,4096,'creatures/pets/baby_dragon',283),
(3264,4097,'accessories/wieldable_items/weapons/rapier/foil/foil001_runic',283),
(3265,4098,'creatures/tu/centaur_male',283),
(3266,4099,'creatures/tu/gnoll_mage',283),
(3267,4100,'projectiles/spell_icy_comet',283),
(3268,4101,'projectiles/spell_poison_spore',283),
(3269,4102,'staticobjects/eye/cazic_eye_red_glow',283),
(3270,4103,'staticobjects/ladders/ladder01',283),
(3271,4104,'staticobjects/ladders/ladder_long01',283),
(3272,4105,'staticobjects/ladders/ladder_short01',283),
(3273,4106,'creatures/tu/centaur_female',283),
(3274,4107,'projectiles/spell_mindblast',283),
(3275,4108,'staticobjects/harvested/crystals/hrvst_crystals_roundformation001_dirty',283),
(3276,4109,'staticobjects/harvested/crystals/hrvst_crystals_roundformation003_purple',283),
(3277,4110,'creatures/tu/giant_fire',283),
(3278,4111,'ec/npc/antonia',283),
(3279,4112,'ec/npc/lucan',283),
(3280,4113,'accessories/wearable_items/npcskirts/antonia_skirt',283),
(3281,4114,'accessories/wearable_items/npcskirts/lucan_skirt',283),
(3282,4115,'creatures/mounts/horse_saddle_ghost',283),
(3283,4116,'creatures/tu/giant_fire_lord',283),
(3284,4117,'creatures/tu/lesser_water_elemental',283),
(3285,4126,'ec/npc/goblin_cave',283),
(3286,4127,'staticobjects/doors/qey_l04_int01_r01_door01',283),
(3287,4128,'staticobjects/oop_buff_widgets/brew_barrel',283),
(3288,4129,'staticobjects/oop_buff_widgets/chest_full_of_skulls',283),
(3289,4130,'staticobjects/oop_buff_widgets/evil_face_cauldron',283),
(3290,4131,'staticobjects/oop_buff_widgets/evil_offering_pedistal',283),
(3291,4132,'staticobjects/oop_buff_widgets/evil_skull_post',283),
(3292,4133,'staticobjects/oop_buff_widgets/evil_skull_with_dagger',283),
(3293,4134,'staticobjects/oop_buff_widgets/evil_statue',283),
(3294,4135,'staticobjects/oop_buff_widgets/gnoll_bone_ark',283),
(3295,4136,'staticobjects/oop_buff_widgets/gnoll_wood_ark',283),
(3296,4137,'staticobjects/oop_buff_widgets/goblin_totem',283),
(3297,4138,'staticobjects/oop_buff_widgets/human_skull_pile',283),
(3298,4139,'staticobjects/oop_buff_widgets/magical_sphere_podium',283),
(3299,4140,'staticobjects/oop_buff_widgets/orc_skull_torch',283),
(3300,4141,'staticobjects/oop_buff_widgets/pottery_bowl_purple',283),
(3301,4142,'staticobjects/oop_buff_widgets/urn_large',283),
(3302,4143,'staticobjects/oop_buff_widgets/urn_three_tier_elf',283),
(3303,4144,'staticobjects/oop_buff_widgets/witches_cauldron',283),
(3304,4145,'projectiles/arrow_ornate',283),
(3305,4146,'projectiles/arrow_ornate_fire',283),
(3306,4147,'projectiles/arrow_plain',283),
(3307,4148,'projectiles/arrow_plain_fire',283),
(3308,4149,'projectiles/arrow_runic',283),
(3309,4150,'projectiles/arrow_runic_fire',283),
(3310,4151,'projectiles/arrow_rusty',283),
(3311,4152,'projectiles/arrow_rusty_fire',283),
(3312,4153,'projectiles/arrow_simple_plain_fire',283),
(3313,4154,'projectiles/spell_fire_ball_purple',283),
(3314,4155,'staticobjects/harvested/fish/hrvst_fish_deep',283),
(3315,4156,'staticobjects/harvested/fish/hrvst_fish_deep_koi',283),
(3316,4157,'staticobjects/harvested/fish/hrvst_fish_medium',283),
(3317,4158,'staticobjects/harvested/fish/hrvst_fish_medium_koi',283),
(3318,4159,'staticobjects/harvested/fish/hrvst_fish_shallow',283),
(3319,4160,'staticobjects/harvested/fish/hrvst_fish_shallow_koi',283),
(3320,4161,'staticobjects/doorways/fprt_tradeskill_entrance01',843),
(3321,4162,'staticobjects/draconic_widgets/armorcollection003',843),
(3322,4163,'staticobjects/draconic_widgets/booknarrow001',843),
(3323,4164,'staticobjects/draconic_widgets/booknarrow003',843),
(3324,4165,'staticobjects/draconic_widgets/cazic_bookblackleather001',843),
(3325,4166,'staticobjects/draconic_widgets/cazic_bookbrownleather001',843),
(3326,4167,'staticobjects/draconic_widgets/cazic_bookcrackedleather001',843),
(3327,4168,'staticobjects/draconic_widgets/cazic_bookredleather001',843),
(3328,4169,'staticobjects/draconic_widgets/cazic_bookwface001',843),
(3329,4170,'staticobjects/draconic_widgets/cazic_lizardmansckullwhole001',843),
(3330,4171,'staticobjects/draconic_widgets/cazic_scroll_leather001',843),
(3331,4172,'staticobjects/draconic_widgets/cazic_scroll_magic001',843),
(3332,4173,'staticobjects/draconic_widgets/cazic_scroll_parchmentbone001',843),
(3333,4174,'staticobjects/draconic_widgets/cazic_scroll_skinbone001',843),
(3334,4175,'staticobjects/draconic_widgets/edk_book001',843),
(3335,4176,'staticobjects/draconic_widgets/edk_book003',843),
(3336,4177,'staticobjects/draconic_widgets/fprt_books_singlethickornate01',843),
(3337,4178,'staticobjects/draconic_widgets/fprt_books_singlethickornate02',843),
(3338,4179,'staticobjects/draconic_widgets/fprt_books_singlethinornate01',843),
(3339,4180,'staticobjects/draconic_widgets/oblost_scroll_lrg_cld',843),
(3340,4181,'staticobjects/draconic_widgets/oblost_scroll_lrg_plain',843),
(3341,4182,'staticobjects/draconic_widgets/oblost_scroll_pile02',843),
(3342,4183,'staticobjects/draconic_widgets/oblost_scroll_pil_l0',843),
(3343,4184,'staticobjects/draconic_widgets/orc_chest_closed001',843),
(3344,4185,'staticobjects/draconic_widgets/qey_3tower_scroll001',843),
(3345,4186,'staticobjects/draconic_widgets/qey_backpack001',843),
(3346,4187,'staticobjects/draconic_widgets/scroll002',843),
(3347,4188,'staticobjects/draconic_widgets/scroll003',843),
(3348,4189,'staticobjects/draconic_widgets/vrsn_book02',843),
(3349,4190,'staticobjects/draconic_widgets/vrsn_book03',843),
(3350,4191,'staticobjects/draconic_widgets/vrsn_scrool01',843),
(3351,4192,'staticobjects/draconic_widgets/vrsn_scrool02',843),
(3352,4193,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal01_guardsmonument_l0',843),
(3353,4194,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal02_dragon_l0',843),
(3354,4195,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal03_hallwayguards_l0',843),
(3355,4196,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal04_evilhouse_l0',843),
(3356,4197,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal05_redbuilding_l0',843),
(3357,4198,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal06_reddragon_l0',843),
(3358,4199,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal07_blackburrow_l0',843),
(3359,4200,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal08_treehouse_l0',843),
(3360,4201,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal09_bluecastle_l0',843),
(3361,4202,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal10_redcourtyard_l0',843),
(3362,4203,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal11_redfountain_l0',843),
(3363,4204,'staticobjects/pictures/fprt_ph_painting_eq1_horizontal12_temple_l0',843),
(3364,4205,'staticobjects/pictures/fprt_ph_painting_eq1_square25_castleonmountain_l0',843),
(3365,4206,'staticobjects/pictures/fprt_ph_painting_eq1_square26_purpleskull_l0',843),
(3366,4207,'staticobjects/pictures/fprt_ph_painting_eq1_square27_rainonguards_l0',843),
(3367,4208,'staticobjects/pictures/fprt_ph_painting_eq1_square28_halassign_l0',843),
(3368,4209,'staticobjects/pictures/fprt_ph_painting_eq1_square29_bluedragon_l0',843),
(3369,4210,'staticobjects/pictures/fprt_ph_painting_eq1_square30_bloodyfrogs_l0',843),
(3370,4211,'staticobjects/pictures/fprt_ph_painting_eq1_square31_torchincave_l0',843),
(3371,4212,'staticobjects/pictures/fprt_ph_painting_eq1_square32_elephanthuts_l0',843),
(3372,4213,'staticobjects/pictures/fprt_ph_painting_eq1_square33_buildingwithvines_l0',843),
(3373,4214,'staticobjects/pictures/fprt_ph_painting_eq1_square34_qeynosentrance_l0',843),
(3374,4215,'staticobjects/pictures/fprt_ph_painting_eq1_square35_catwalk_l0',843),
(3375,4216,'staticobjects/pictures/fprt_ph_painting_eq1_square36_skullentrance_l0',843),
(3376,4217,'staticobjects/pictures/fprt_ph_painting_eq1_vertical13_candleswithsymbol_l0',843),
(3377,4218,'staticobjects/pictures/fprt_ph_painting_eq1_vertical14_sumoguard_l0',843),
(3378,4219,'staticobjects/pictures/fprt_ph_painting_eq1_vertical15_lizardwithape_l0',843),
(3379,4220,'staticobjects/pictures/fprt_ph_painting_eq1_vertical16_manatdock_l0',843),
(3380,4221,'staticobjects/pictures/fprt_ph_painting_eq1_vertical17_eyetemple_l0',843),
(3381,4222,'staticobjects/pictures/fprt_ph_painting_eq1_vertical18_floatingbuilding_l0',843),
(3382,4223,'staticobjects/pictures/fprt_ph_painting_eq1_vertical19_floatingbuildingchains_l0',843),
(3383,4224,'staticobjects/pictures/fprt_ph_painting_eq1_vertical20_evildragonentrance_l0',843),
(3384,4225,'staticobjects/pictures/fprt_ph_painting_eq1_vertical21_hangingcorpse_l0',843),
(3385,4226,'staticobjects/pictures/fprt_ph_painting_eq1_vertical22_citadel_l0',843),
(3386,4228,'staticobjects/pictures/fprt_ph_painting_eq1_vertical24_statuewithclaymore_l0',843),
(3387,4229,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal01_falls_l0',843),
(3388,4230,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal02_treessunset_l0',843),
(3389,4231,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal03_trolllizard_l0',843),
(3390,4232,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal04_lakefish_l0',843),
(3391,4233,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal05_towerssunset_l0',843),
(3392,4234,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal06_sunsetlaketrees_l0',843),
(3393,4235,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal07_sunsettrees_l0',843),
(3394,4236,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal08_freeportskyline_l0',843),
(3395,4237,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal09_fightingfountain_l0',843),
(3396,4238,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal10_foreststream_l0',843),
(3397,4239,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal11_nightsky_l0',843),
(3398,4240,'staticobjects/pictures/fprt_ph_painting_eq2_horizontal12_troops_l0',843),
(3399,4241,'staticobjects/pictures/fprt_ph_painting_eq2_square25_wasps_l0',843),
(3400,4242,'staticobjects/pictures/fprt_ph_painting_eq2_square26_moat_l0',843),
(3401,4243,'staticobjects/pictures/fprt_ph_painting_eq2_square27_ratogre_l0',843),
(3402,4244,'staticobjects/pictures/fprt_ph_painting_eq2_square28_zombie_l0',843),
(3403,4245,'staticobjects/pictures/fprt_ph_painting_eq2_square29_wolfrivervale_l0',843),
(3404,4246,'staticobjects/pictures/fprt_ph_painting_eq2_square30_waterhouse_l0',843),
(3405,4247,'staticobjects/pictures/fprt_ph_painting_eq2_square31_guardhouse_l0',843),
(3406,4248,'staticobjects/pictures/fprt_ph_painting_eq2_square32_lizard_l0',843),
(3407,4249,'staticobjects/pictures/fprt_ph_painting_eq2_square33_treeisland_l0',843),
(3408,4250,'staticobjects/pictures/fprt_ph_painting_eq2_square34_kneelingattorch_l0',843),
(3409,4251,'staticobjects/pictures/fprt_ph_painting_eq2_square35_spire_l0',843),
(3410,4252,'staticobjects/pictures/fprt_ph_painting_eq2_square36_qeynoscottage_l0',843),
(3411,4253,'staticobjects/pictures/fprt_ph_painting_eq2_vertical13_forest_l0',843),
(3412,4254,'staticobjects/pictures/fprt_ph_painting_eq2_vertical14_kerraaquaduct_l0',843),
(3413,4255,'staticobjects/pictures/fprt_ph_painting_eq2_vertical15_forestwoodelf_l0',843),
(3414,4256,'staticobjects/pictures/fprt_ph_painting_eq2_vertical16_ogrewithfairy_l0',843),
(3415,4257,'staticobjects/pictures/fprt_ph_painting_eq2_vertical17_statuewithcandles_l0',843),
(3416,4258,'staticobjects/pictures/fprt_ph_painting_eq2_vertical18_kerranpurplerobe_l0',843),
(3417,4259,'staticobjects/pictures/fprt_ph_painting_eq2_vertical19_ratonga_l0',843),
(3418,4260,'staticobjects/pictures/fprt_ph_painting_eq2_vertical20_skeleton_l0',843),
(3419,4261,'staticobjects/pictures/fprt_ph_painting_eq2_vertical21_troll_l0',843),
(3420,4262,'staticobjects/pictures/fprt_ph_painting_eq2_vertical22_iskar_l0',843),
(3421,4263,'staticobjects/pictures/fprt_ph_painting_eq2_vertical23_highelf_l0',843),
(3422,4264,'staticobjects/pictures/fprt_ph_painting_eq2_vertical24_iskarbystream_l0',843),
(3423,4276,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal01_cecilwhale_l0',843),
(3424,4277,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal02_scuffle_l0',843),
(3425,4278,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal03_triptich_l0',843),
(3426,4279,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal04_diagram_l0',843),
(3427,4280,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal05_skullbatteringram_l0',843),
(3428,4281,'staticobjects/pictures/fprt_ph_painting_prestige_horizontal06_halloftruth_l0',843),
(3429,4282,'staticobjects/pictures/fprt_ph_painting_prestige_square07_centmale_l0',843),
(3430,4283,'staticobjects/pictures/fprt_ph_painting_prestige_square08_bixiequeen_l0',843),
(3431,4284,'staticobjects/pictures/fprt_ph_painting_prestige_square09_avatarstorms_l0',843),
(3432,4285,'staticobjects/pictures/fprt_ph_painting_prestige_square10_rjtree_l0',843),
(3433,4286,'staticobjects/pictures/fprt_ph_painting_prestige_square11_fireydragon_l0',843),
(3434,4287,'staticobjects/pictures/fprt_ph_painting_prestige_square12_succubus_l0',843),
(3435,4288,'staticobjects/pictures/fprt_ph_painting_prestige_vertical13_treefort_l0',843),
(3436,4289,'staticobjects/pictures/fprt_ph_painting_prestige_vertical14_angryfalls_l0',843),
(3437,4291,'staticobjects/pictures/fprt_ph_painting_prestige_vertical15_warrior_l0',843),
(3438,4292,'staticobjects/pictures/fprt_ph_painting_prestige_vertical16_qeynosmap_l0',843),
(3439,4293,'staticobjects/pictures/fprt_ph_painting_prestige_vertical17_freeportmap_l0',843),
(3440,4294,'staticobjects/pictures/fprt_ph_painting_prestige_vertical18_fiestyhalfling_l0',843),
(3441,4319,'staticobjects/pictures/qey_ph_painting_eq1_horizontal01_guardsmonument_l0',843),
(3442,4320,'staticobjects/pictures/qey_ph_painting_eq1_horizontal02_dragon_l0',843),
(3443,4321,'staticobjects/pictures/qey_ph_painting_eq1_horizontal03_hallwayguards_l0',843),
(3444,4322,'staticobjects/pictures/qey_ph_painting_eq1_horizontal04_evilhouse_l0',843),
(3445,4323,'staticobjects/pictures/qey_ph_painting_eq1_horizontal05_redbuilding_l0',843),
(3446,4324,'staticobjects/pictures/qey_ph_painting_eq1_horizontal06_reddragon_l0',843),
(3447,4325,'staticobjects/pictures/qey_ph_painting_eq1_horizontal07_blackburrow_l0',843),
(3448,4326,'staticobjects/pictures/qey_ph_painting_eq1_horizontal08_treehouse_l0',843),
(3449,4327,'staticobjects/pictures/qey_ph_painting_eq1_horizontal09_bluecastle_l0',843),
(3450,4328,'staticobjects/pictures/qey_ph_painting_eq1_horizontal10_redcourtyard_l0',843),
(3451,4329,'staticobjects/pictures/qey_ph_painting_eq1_horizontal11_redfountain_l0',843),
(3452,4330,'staticobjects/pictures/qey_ph_painting_eq1_horizontal12_temple_l0',843),
(3453,4331,'staticobjects/pictures/qey_ph_painting_eq1_square25_castleonmountain_l0',843),
(3454,4332,'staticobjects/pictures/qey_ph_painting_eq1_square26_purpleskull_l0',843),
(3455,4333,'staticobjects/pictures/qey_ph_painting_eq1_square27_rainonguards_l0',843),
(3456,4334,'staticobjects/pictures/qey_ph_painting_eq1_square28_halassign_l0',843),
(3457,4335,'staticobjects/pictures/qey_ph_painting_eq1_square29_bluedragon_l0',843),
(3458,4336,'staticobjects/pictures/qey_ph_painting_eq1_square30_bloodyfrogs_l0',843),
(3459,4337,'staticobjects/pictures/qey_ph_painting_eq1_square31_torchincave_l0',843),
(3460,4338,'staticobjects/pictures/qey_ph_painting_eq1_square32_elephanthuts_l0',843),
(3461,4339,'staticobjects/pictures/qey_ph_painting_eq1_square33_buildingwithvines_l0',843),
(3462,4340,'staticobjects/pictures/qey_ph_painting_eq1_square34_qeynosentrance_l0',843),
(3463,4341,'staticobjects/pictures/qey_ph_painting_eq1_square35_catwalk_l0',843),
(3464,4342,'staticobjects/pictures/qey_ph_painting_eq1_square36_skullentrance_l0',843),
(3465,4343,'staticobjects/pictures/qey_ph_painting_eq1_vertical13_candleswithsymbol_l0',843),
(3466,4344,'staticobjects/pictures/qey_ph_painting_eq1_vertical14_sumoguard_l0',843),
(3467,4345,'staticobjects/pictures/qey_ph_painting_eq1_vertical15_lizardwithape_l0',843),
(3468,4346,'staticobjects/pictures/qey_ph_painting_eq1_vertical16_manatdock_l0',843),
(3469,4347,'staticobjects/pictures/qey_ph_painting_eq1_vertical17_eyetemple_l0',843),
(3470,4348,'staticobjects/pictures/qey_ph_painting_eq1_vertical18_floatingbuilding_l0',843),
(3471,4349,'staticobjects/pictures/qey_ph_painting_eq1_vertical19_floatingbuildingchains_l0',843),
(3472,4350,'staticobjects/pictures/qey_ph_painting_eq1_vertical20_evildragonentrance_l0',843),
(3473,4351,'staticobjects/pictures/qey_ph_painting_eq1_vertical21_hangingcorpse_l0',843),
(3474,4352,'staticobjects/pictures/qey_ph_painting_eq1_vertical22_citadel_l0',843),
(3475,4353,'staticobjects/pictures/qey_ph_painting_eq1_vertical23_greenmonument_l0',843),
(3476,4354,'staticobjects/pictures/qey_ph_painting_eq1_vertical24_statuewithclaymore_l0',843),
(3477,4355,'staticobjects/pictures/qey_ph_painting_eq2_horizontal01_falls_l0',843),
(3478,4356,'staticobjects/pictures/qey_ph_painting_eq2_horizontal02_treessunset_l0',843),
(3479,4357,'staticobjects/pictures/qey_ph_painting_eq2_horizontal03_trolllizard_l0',843),
(3480,4358,'staticobjects/pictures/qey_ph_painting_eq2_horizontal04_lakefish_l0',843),
(3481,4359,'staticobjects/pictures/qey_ph_painting_eq2_horizontal05_towerssunset_l0',843),
(3482,4360,'staticobjects/pictures/qey_ph_painting_eq2_horizontal06_sunsetlaketrees_l0',843),
(3483,4361,'staticobjects/pictures/qey_ph_painting_eq2_horizontal07_sunsettrees_l0',843),
(3484,4362,'staticobjects/pictures/qey_ph_painting_eq2_horizontal08_freeportskyline_l0',843),
(3485,4363,'staticobjects/pictures/qey_ph_painting_eq2_horizontal09_fightingfountain_l0',843),
(3486,4364,'staticobjects/pictures/qey_ph_painting_eq2_horizontal10_foreststream_l0',843),
(3487,4365,'staticobjects/pictures/qey_ph_painting_eq2_horizontal11_nightsky_l0',843),
(3488,4366,'staticobjects/pictures/qey_ph_painting_eq2_horizontal12_troops_l0',843),
(3489,4367,'staticobjects/pictures/qey_ph_painting_eq2_square25_wasps_l0',843),
(3490,4368,'staticobjects/pictures/qey_ph_painting_eq2_square26_moat_l0',843),
(3491,4369,'staticobjects/pictures/qey_ph_painting_eq2_square27_ratogre_l0',843),
(3492,4370,'staticobjects/pictures/qey_ph_painting_eq2_square28_zombie_l0',843),
(3493,4371,'staticobjects/pictures/qey_ph_painting_eq2_square29_wolfrivervale_l0',843),
(3494,4372,'staticobjects/pictures/qey_ph_painting_eq2_square30_waterhouse_l0',843),
(3495,4373,'staticobjects/pictures/qey_ph_painting_eq2_square31_guardhouse_l0',843),
(3496,4374,'staticobjects/pictures/qey_ph_painting_eq2_square32_lizard_l0',843),
(3497,4375,'staticobjects/pictures/qey_ph_painting_eq2_square33_treeisland_l0',843),
(3498,4376,'staticobjects/pictures/qey_ph_painting_eq2_square34_kneelingattorch_l0',843),
(3499,4377,'staticobjects/pictures/qey_ph_painting_eq2_square35_spire_l0',843),
(3500,4378,'staticobjects/pictures/qey_ph_painting_eq2_square36_qeynoscottage_l0',843),
(3501,4379,'staticobjects/pictures/qey_ph_painting_eq2_vertical13_forest_l0',843),
(3502,4380,'staticobjects/pictures/qey_ph_painting_eq2_vertical14_kerraaquaduct_l0',843),
(3503,4381,'staticobjects/pictures/qey_ph_painting_eq2_vertical15_forestwoodelf_l0',843),
(3504,4382,'staticobjects/pictures/qey_ph_painting_eq2_vertical16_ogrewithfairy_l0',843),
(3505,4383,'staticobjects/pictures/qey_ph_painting_eq2_vertical17_statuewithcandles_l0',843),
(3506,4384,'staticobjects/pictures/qey_ph_painting_eq2_vertical18_kerranpurplerobe_l0',843),
(3507,4385,'staticobjects/pictures/qey_ph_painting_eq2_vertical19_ratonga_l0',843),
(3508,4386,'staticobjects/pictures/qey_ph_painting_eq2_vertical20_skeleton_l0',843),
(3509,4387,'staticobjects/pictures/qey_ph_painting_eq2_vertical21_troll_l0',843),
(3510,4388,'staticobjects/pictures/qey_ph_painting_eq2_vertical22_iskar_l0',843),
(3511,4389,'staticobjects/pictures/qey_ph_painting_eq2_vertical23_highelf_l0',843),
(3512,4390,'staticobjects/pictures/qey_ph_painting_eq2_vertical24_iskarbystream_l0',843),
(3513,4404,'staticobjects/pictures/qey_ph_painting_prestige_horizontal01_cecilwhale_l0',843),
(3514,4405,'staticobjects/pictures/qey_ph_painting_prestige_horizontal02_scuffle_l0',843),
(3515,4406,'staticobjects/pictures/qey_ph_painting_prestige_horizontal03_triptich_l0',843),
(3516,4407,'staticobjects/pictures/qey_ph_painting_prestige_horizontal04_diagram_l0',843),
(3517,4408,'staticobjects/pictures/qey_ph_painting_prestige_horizontal05_skullbatteringram_l0',843),
(3518,4409,'staticobjects/pictures/qey_ph_painting_prestige_horizontal06_halloftruth_l0',843),
(3519,4410,'staticobjects/pictures/qey_ph_painting_prestige_square07_centmale_l0',843),
(3520,4411,'staticobjects/pictures/qey_ph_painting_prestige_square08_bixiequeen_l0',843),
(3521,4412,'staticobjects/pictures/qey_ph_painting_prestige_square09_avatarstorms_l0',843),
(3522,4413,'staticobjects/pictures/qey_ph_painting_prestige_square10_rjtree_l0',843),
(3523,4415,'staticobjects/pictures/qey_ph_painting_prestige_square11_fireydragon_l0',843),
(3524,4417,'staticobjects/pictures/qey_ph_painting_prestige_square12_succubus_l0',843),
(3525,4419,'staticobjects/pictures/qey_ph_painting_prestige_vertical13_treefort_l0',843),
(3526,4420,'staticobjects/pictures/qey_ph_painting_prestige_vertical14_angryfalls_l0',843),
(3527,4421,'staticobjects/pictures/qey_ph_painting_prestige_vertical15_warrior_l0',843),
(3528,4422,'staticobjects/pictures/qey_ph_painting_prestige_vertical16_qeynosmap_l0',843),
(3529,4423,'staticobjects/pictures/qey_ph_painting_prestige_vertical17_freeportmap_l0',843),
(3530,4424,'staticobjects/pictures/qey_ph_painting_prestige_vertical18_fiestyhalfling_l0',843),
(3531,4425,'projectiles/spell_rock_ball',843),
(3532,4426,'projectiles/spell_skull_dark',843),
(3533,4427,'staticobjects/wizard_spires/base_circle_1',843),
(3534,4428,'staticobjects/wizard_spires/chunk_glow_1',843),
(3535,4429,'staticobjects/wizard_spires/chunk_glow_2',843),
(3536,4430,'staticobjects/wizard_spires/chunk_glow_3',843),
(3537,4431,'staticobjects/wizard_spires/chunk_pointy_1',843),
(3538,4432,'staticobjects/wizard_spires/fully_destroyed',843),
(3539,4433,'staticobjects/wizard_spires/single_spire_1',843),
(3540,4434,'staticobjects/bottles/floor_bottle_any_distiller01',843),
(3541,4435,'staticobjects/carts/floor_cart_any_display01',843),
(3542,4436,'staticobjects/cauldron/floor_cauldron_any_black01',843),
(3543,4437,'staticobjects/cauldron/floor_cauldron_any_face01',843),
(3544,4438,'staticobjects/chairs/floor_chair_any_skeletal01',843),
(3545,4439,'staticobjects/chests/floor_box_any_collection01',843),
(3546,4440,'staticobjects/chests/floor_box_any_collection02',843),
(3547,4441,'staticobjects/containers/floor_tray_human_incenseburner01',843),
(3548,4442,'staticobjects/containers/floor_vase_any_reflective01',843),
(3549,4443,'staticobjects/containers/floor_vase_any_weaponholder01',843),
(3550,4444,'staticobjects/crystals/floor_orb_human_ornate01',843),
(3551,4445,'staticobjects/games/floor_chessboard_any_ornate01',843),
(3552,4446,'staticobjects/general/floor_pedestal_any_lionpalm01',843),
(3553,4447,'staticobjects/mirrors/floor_mirror_any_desktop01',843),
(3554,4448,'staticobjects/mirrors/wall_mirror_any_ornate01',843),
(3555,4449,'staticobjects/mirrors/wall_mirror_any_ornate02',843),
(3556,4450,'staticobjects/monuments/floor_marker_any_windstalker01',843),
(3557,4451,'staticobjects/monuments/floor_pool_human_divin01',843),
(3558,4452,'staticobjects/musical/floor_harpl_human_ornate01',843),
(3559,4453,'staticobjects/podium/floor_podium_any_chanting02',843),
(3560,4454,'staticobjects/posts/floor_post_any_skulls01',843),
(3561,4455,'staticobjects/racks/floor_rack_any_weapon01',843),
(3562,4456,'staticobjects/relics/floor_box_any_puzzle01',843),
(3563,4457,'staticobjects/relics/floor_orb_any_holder01',843),
(3564,4458,'staticobjects/relics/floor_ornament_any_daggerskull01',843),
(3565,4459,'staticobjects/relics/floor_sword_any_magic01',843),
(3566,4460,'staticobjects/rugs/floor_rug_any_bear01',843),
(3567,4461,'staticobjects/shop/floor_displalycase_any_ornate01',843),
(3568,4462,'staticobjects/statues/floor_statue_any_fiend01',843),
(3569,4463,'staticobjects/statues/floor_statue_any_soldier01',843),
(3570,4464,'staticobjects/statues/floor_statue_orc_kight01',843),
(3571,4465,'staticobjects/statues/floor_statue_troll_tiki01',843),
(3572,4466,'staticobjects/torture_chamber/floor_casket_any_ironmaiden01',843),
(3573,4467,'staticobjects/trainingdummy/floor_dummy_any_training01',843),
(3574,4468,'staticobjects/weapons/floor_staff_any_eagle01',843),
(3575,4469,'staticobjects/weapons/wall_bow_any_ornate01',843),
(3576,4470,'staticobjects/containers/floor_flask_any_glass01',843),
(3577,4471,'projectiles/spell_wavey_neg',843),
(3578,4472,'staticobjects/cages/solusekseye_hanging_cage_open',843),
(3579,4473,'staticobjects/rubble/debris_sewer_00',843),
(3580,4474,'staticobjects/rubble/debris_sewer_01',843),
(3581,4475,'staticobjects/rubble/debris_sewer_02',843),
(3582,4476,'staticobjects/rubble/debris_sewer_03',843),
(3583,4477,'staticobjects/rubble/debris_sewer_04',843),
(3584,4478,'staticobjects/transports/platform',843),
(3585,4479,'staticobjects/artifact/artifact_location',843),
(3586,4480,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_capped_ornate',843),
(3587,4481,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_capped_plain',843),
(3588,4482,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_capped_runic',843),
(3589,4483,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_capped_rusty',843),
(3590,4484,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_ornate',843),
(3591,4485,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_plain',843),
(3592,4486,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_runic',843),
(3593,4487,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_rusty',843),
(3594,4488,'accessories/wieldable_items/weapons/spear/one_handed_spear/assegai_ornate',843),
(3595,4489,'accessories/wieldable_items/weapons/spear/one_handed_spear/assegai_plain',843),
(3596,4490,'accessories/wieldable_items/weapons/spear/one_handed_spear/assegai_runic',843),
(3597,4491,'accessories/wieldable_items/weapons/spear/one_handed_spear/assegai_rusty',843),
(3598,4492,'accessories/wieldable_items/weapons/spear/one_handed_spear/barbed_spear_ornate',843),
(3599,4493,'accessories/wieldable_items/weapons/spear/one_handed_spear/barbed_spear_plain',843),
(3600,4494,'accessories/wieldable_items/weapons/spear/one_handed_spear/barbed_spear_runic',843),
(3601,4495,'accessories/wieldable_items/weapons/spear/one_handed_spear/barbed_spear_rusty',843),
(3602,4496,'creatures/monsters/darathar',843),
(3603,4497,'staticobjects/rocks/solusekseye_cluster',843),
(3604,4498,'staticobjects/solusekseye_elevator/base',843),
(3605,4499,'staticobjects/solusekseye_elevator/handle',843),
(3606,4500,'staticobjects/fires/plane_of_fire',843),
(3607,4501,'staticobjects/fires/plane_of_fire_boat',843),
(3608,4502,'accessories/wieldable_items/weapons/great_sword/claymore_sword/claymore_sword_magic_prismatic_uber',843),
(3609,4503,'accessories/wieldable_items/weapons/hammer/sceptre/sceptre_magic_prismatic_uber',843),
(3610,4504,'accessories/wieldable_items/weapons/staff/fighting_batons/fighting_batons_magic_prismatic_uber',843),
(3611,4505,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_acid_uber',843),
(3612,4506,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_electric_uber',843),
(3613,4507,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_fire_uber',843),
(3614,4508,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_glow_white_uber',843),
(3615,4509,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_ice_uber',843),
(3616,4510,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_lava_uber',843),
(3617,4511,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_plasma_uber',843),
(3618,4512,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_poison_green_uber',843),
(3619,4513,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_prismatic_uber',843),
(3620,4514,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_runes_uber',843),
(3621,4515,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_sparks_green_uber',843),
(3622,4516,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_sparks_red_uber',843),
(3623,4518,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_stone_uber',843),
(3624,4519,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_water_uber',843),
(3625,4520,'accessories/wieldable_items/weapons/sword/short_sword/short_sword_magic_prismatic_uber',843),
(3626,4521,'accessories/wieldable_items/weapons/talisman/wand/wand_magic_prismatic_uber',843),
(3627,4522,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe_magic_prismatic_uber',843),
(3628,4523,'accessories/wieldable_items/weapons/great_axe/doubleheaded_axe/double_axe_magic_prismatic_uber',843),
(3629,4524,'accessories/wieldable_items/weapons/hammer/battlehammer/battlehammer_magic_prismatic_uber',843),
(3630,4525,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_magic_prismatic_uber',843),
(3631,4526,'accessories/wieldable_items/weapons/hammer/mace/mace_magic_prismatic_uber',843),
(3632,4527,'creatures/monsters/hellhound',843),
(3633,4528,'creatures/monsters/hellhound_lava',843),
(3634,4529,'staticobjects/lab/floor_beaker_iksar_capped_redgoo01',843),
(3635,4531,'_exp01/characters/monsters/beetle_dune',546),
(3636,4532,'_exp01/characters/monsters/scorpion_dune',546),
(3637,4533,'_exp01/characters/monsters/scorpion_fire',546),
(3638,4534,'_exp01/characters/monsters/spider_dune',546),
(3639,4535,'creatures/tu/skeleton_mage',843),
(3640,4536,'creatures/tu/skeleton_mystic',843),
(3641,4537,'creatures/tu/skeleton_paladin',843),
(3642,4538,'creatures/tu/skeleton_priest',843),
(3643,4539,'creatures/tu/skeleton_sergeant',843),
(3644,4540,'creatures/tu/skeleton_sergeant_paladin',843),
(3645,4541,'creatures/tu/skeleton_sergeant_rusty',843),
(3646,4542,'creatures/tu/skeleton_warrior',843),
(3647,4543,'creatures/tu/skeleton_warrior_rusty',843),
(3648,4544,'staticobjects/dpo_invisible_wall/invisible_wall_thick',843),
(3649,4545,'creatures/monsters/fleshgoyle',843),
(3650,4546,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_blood_uber',843),
(3651,4547,'creatures/tu/reverant',843),
(3652,4548,'creatures/tu/reverant_lesser',843),
(3653,4550,'staticobjects/mushroom/mushroom_spotted_green',843),
(3654,4551,'staticobjects/mushroom/mushroom_spotted_purple',843),
(3655,4552,'staticobjects/vines/vines_01',843),
(3656,4553,'staticobjects/vines/vines_02',843),
(3657,4554,'staticobjects/vines/vines_03',843),
(3658,4555,'staticobjects/vines/vines_04',843),
(3659,4556,'staticobjects/vines/vines_up_01',843),
(3660,4557,'creatures/tu/skeleton_king_greater',843),
(3661,4558,'creatures/tu/skeleton_king_lesser',843),
(3662,4559,'creatures/tu/skeleton_king_paladin_greater',843),
(3663,4560,'creatures/tu/skeleton_king_paladin_lesser',843),
(3664,4561,'creatures/tu/skeleton_king_ranger_greater',843),
(3665,4562,'creatures/tu/skeleton_king_ranger_lesser',843),
(3666,4563,'accessories/wieldable_items/weapons/sword/vampire_sword/vampire_sword_plain',843),
(3667,4564,'animatedobjects/vases/ton_vase_breakable',843),
(3668,4565,'accessories/wearable_items/leather/artifact/low/legs_noskirt',843),
(3669,4566,'accessories/wearable_items/leather/artifact/medium/legs_noskirt',843),
(3670,4567,'accessories/wearable_items/leather/common/high/legs_noskirt',843),
(3671,4568,'accessories/wearable_items/leather/common/low/legs_noskirt',843),
(3672,4569,'accessories/wearable_items/leather/common/medium/legs_noskirt',843),
(3673,4570,'accessories/wearable_items/leather/uncommon/high/legs_noskirt',843),
(3674,4571,'accessories/wearable_items/leather/uncommon/low/legs_noskirt',843),
(3675,4572,'accessories/wearable_items/leather/uncommon/medium/legs_noskirt',843),
(3676,4573,'accessories/wearable_items/vanguard/common/high/legs_noskirt',843),
(3677,4574,'accessories/wearable_items/vanguard/common/high/shoulders_nopauldrons',843),
(3678,4575,'accessories/wearable_items/vanguard/common/low/legs_noskirt',843),
(3679,4576,'accessories/wearable_items/vanguard/common/low/shoulders_nopauldrons',843),
(3680,4577,'accessories/wearable_items/vanguard/common/medium/legs_noskirt',843),
(3681,4578,'accessories/wearable_items/vanguard/common/medium/shoulders_nopauldrons',843),
(3682,4579,'accessories/wearable_items/vanguard/rare/low/legs_noskirt',843),
(3683,4580,'accessories/wearable_items/vanguard/rare/low/shoulders_nopauldrons',843),
(3684,4581,'accessories/wearable_items/vanguard/rare/medium/legs_noskirt',843),
(3685,4582,'accessories/wearable_items/vanguard/rare/medium/shoulders_nopauldrons',843),
(3686,4583,'accessories/wearable_items/vanguard/uncommon/high/legs_noskirt',843),
(3687,4584,'accessories/wearable_items/vanguard/uncommon/high/shoulders_nopauldrons',843),
(3688,4585,'accessories/wearable_items/vanguard/uncommon/low/legs_noskirt',843),
(3689,4586,'accessories/wearable_items/vanguard/uncommon/low/shoulders_nopauldrons',843),
(3690,4587,'accessories/wearable_items/vanguard/uncommon/medium/legs_noskirt',843),
(3691,4588,'accessories/wearable_items/vanguard/uncommon/medium/shoulders_nopauldrons',843),
(3692,4589,'accessories/wearable_items/woven/common/high/legs_noskirt',843),
(3693,4590,'accessories/wearable_items/woven/common/low/legs_noskirt',843),
(3694,4591,'accessories/wearable_items/woven/common/medium/legs_noskirt',843),
(3695,4592,'accessories/wearable_items/woven/rare/low/legs_noskirt',843),
(3696,4593,'accessories/wearable_items/woven/uncommon/high/legs_noskirt',843),
(3697,4594,'accessories/wearable_items/woven/uncommon/low/legs_noskirt',843),
(3698,4595,'accessories/wearable_items/woven/uncommon/medium/legs_noskirt',843),
(3699,4596,'accessories/wieldable_items/weapons/axe/kopesh/kopesh_axe_plain',843),
(3700,4597,'accessories/wieldable_items/weapons/sword/khanda_sword/khanda_sword001_plain',843),
(3701,4598,'accessories/wieldable_items/weapons/sword/khanda_sword/khanda_sword002_plain',843),
(3702,4599,'accessories/wieldable_items/weapons/sword/vampire_sword/vampire_sword_ornate',843),
(3703,4601,'animatedobjects/sarcophagus/ton_sarcophagus_breakable_boss',843),
(3704,4602,'animatedobjects/sarcophagus/ton_sarcophagus_breakable_common',843),
(3705,4603,'animatedobjects/sarcophagus/ton_sarcophagus_breakable_noble',843),
(3706,4604,'staticobjects/bottles/floor_bottle_any_wine01',843),
(3707,4605,'staticobjects/boxes/floor_storagebox_any_wooden01',843),
(3708,4606,'staticobjects/cauldron/floor_cauldron_darkelf_campfire01',843),
(3709,4607,'staticobjects/chests/floor_treasurechest_any_clean01',843),
(3710,4608,'staticobjects/containers/floor_bucket_orc_bloodore01',843),
(3711,4609,'staticobjects/containers/floor_vase_human_clay03',843),
(3712,4610,'staticobjects/lab/floor_sphereflask_iksar_redgoo01',843),
(3713,4611,'staticobjects/lab/floor_testtuberack_iksar_redgoo01',843),
(3714,4612,'staticobjects/racks/floor_rack_any_clothing01',843),
(3715,4613,'staticobjects/racks/floor_rack_any_clothing02',843),
(3716,4614,'staticobjects/racks/floor_rack_any_weapon02',843),
(3717,4615,'staticobjects/shop/floor_case_any_display01',843),
(3718,4616,'staticobjects/tents/floor_tent_human_closed01',843),
(3719,4617,'staticobjects/tents/floor_tent_human_open01',843),
(3720,4618,'accessories/wieldable_items/weapons/great_sword/scimitar_broad_sword/scimitar_broad_sword001_plain',843),
(3721,4619,'accessories/wieldable_items/weapons/great_sword/scimitar_broad_sword/scimitar_broad_sword001_rusty',843),
(3722,4620,'creatures/monsters/frog_illusion',843),
(3723,4621,'_exp01/characters/tool_users/lizardman_desert_plain',546),
(3724,4622,'_exp01/characters/tool_users/lizardman_desert_priest',546),
(3725,4623,'_exp01/characters/tool_users/lizardman_desert_warrior',546),
(3726,4624,'animatedobjects/walls/breakable_wall_brick',843),
(3727,4625,'staticobjects/statues/statue_of_marr',843),
(3728,4626,'_exp01/characters/tool_users/lizardman_desert_wizard',546),
(3729,4629,'accessories/wieldable_items/weapons/axe/small_dwarf/small_dwarf_axe_plain',843),
(3730,4630,'accessories/wieldable_items/weapons/great_axe/large_dwarf_axe/large_dwarf_axe_plain',843),
(3731,4631,'creatures/tu/vampire_darkelf_female_captain',843),
(3732,4632,'creatures/tu/vampire_darkelf_female_mage',843),
(3733,4633,'creatures/tu/vampire_darkelf_female_warrior',843),
(3734,4634,'creatures/tu/vampire_darkelf_male_captain',843),
(3735,4635,'creatures/tu/vampire_darkelf_male_lord',843),
(3736,4636,'creatures/tu/vampire_darkelf_male_mage',843),
(3737,4637,'creatures/tu/vampire_darkelf_male_warrior',843),
(3738,4638,'staticobjects/coffins_and_sarcophagus/shroud_only',843),
(3739,4639,'staticobjects/tables/pedestal_table',843),
(3740,4640,'_exp01/characters/tool_users/lizardman_desert_king',546),
(3741,4641,'accessories/wieldable_items/weapons/hammer/eagle_sceptre/eagle_sceptre_plain',843),
(3742,4642,'animatedobjects/walls/breakable_wall_plain',843),
(3743,4643,'staticobjects/barrels/floor_barrel_any_water01',843),
(3744,4644,'staticobjects/boats/floor_boat_human_fishing01',843),
(3745,4645,'staticobjects/books/floor_books_halfling_stack01',843),
(3746,4646,'staticobjects/books/floor_books_halfling_stack02',843),
(3747,4647,'staticobjects/boxes/floor_collectionbox_any_wood01',843),
(3748,4648,'staticobjects/carts/floor_displaycart_any_closed01',843),
(3749,4649,'staticobjects/containers/floor_bucket_halfling_fish01',843),
(3750,4650,'staticobjects/containers/floor_bucket_orc_ore01',843),
(3751,4651,'staticobjects/racks/floor_rack_any_weapon03',843),
(3752,4652,'staticobjects/rocks/fallengate_rock01',843),
(3753,4653,'staticobjects/rocks/floor_stones_any_wall01',843),
(3754,4654,'staticobjects/shop/floor_display_halfling_armor01',843),
(3755,4655,'staticobjects/signs/general/floor_signs_elf_roadmarker01',843),
(3756,4656,'staticobjects/tents/nekf_tent_large_purple001',843),
(3757,4657,'staticobjects/dpo_invisible_wall/invisible_bridge',843),
(3758,4658,'staticobjects/chests/floor_chest_any_fancybox01',843),
(3759,4659,'staticobjects/chests/floor_chest_any_flattop01',843),
(3760,4660,'_exp01/characters/monsters/cobra_bone',546),
(3761,4661,'_exp01/characters/monsters/cobra_desert',546),
(3762,4662,'_exp01/characters/monsters/cobra_iron',546),
(3763,4663,'staticobjects/rocks/floor_stones_any_pile01',843),
(3764,4664,'_exp01/characters/monsters/snake_bone',546),
(3765,4665,'staticobjects/ap1_mini_entrances/door01',843),
(3766,4666,'staticobjects/ap1_mini_entrances/door02',843),
(3767,4667,'staticobjects/ap1_mini_entrances/door03vdl',843),
(3768,4668,'staticobjects/ap1_mini_entrances/mound01',843),
(3769,4669,'staticobjects/ap1_mini_entrances/mound02',843),
(3770,4670,'staticobjects/ap1_mini_entrances/mound03',843),
(3771,4671,'animatedobjects/walls/breakable_wall_plain_small',843),
(3772,4672,'ec/npc/goblin_zombie',843),
(3773,4673,'ec/npc/goblin_zombie_aqua',843),
(3774,4674,'staticobjects/rocks/brown_rock_large',843),
(3775,4675,'staticobjects/wood/wood_plank01',843),
(3776,4676,'staticobjects/wood/wood_plank02',843),
(3777,4677,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield_magic_ether_flame_medium',843),
(3778,4678,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield_magic_ice_lesser',843),
(3779,4679,'accessories/wieldable_items/shields/kite_shield/metal_kite/metal_kite_shield_magic_ice_medium',843),
(3780,4680,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield_magic_prismatic_lesser',843),
(3781,4681,'accessories/wieldable_items/shields/kite_shield/wooden_kite/wooden_kite_shield_magic_prismatic_uber',843),
(3782,4682,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched_magic_fire_lesser',843),
(3783,4683,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched_magic_fire_medium',843),
(3784,4684,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched_magic_fire_uber',843),
(3785,4685,'animatedobjects/walls/breakable_wall_plain_collision',843),
(3786,4686,'animatedobjects/walls/breakable_wall_plain_small_collision',843),
(3787,4687,'accessories/wieldable_items/shields/ghost_shields/metal_kite_shield001_ghost',843),
(3788,4688,'accessories/wieldable_items/shields/ghost_shields/round_shield_etched001_ghost',843),
(3789,4689,'accessories/wieldable_items/shields/ghost_shields/streatched_leather_buckler001_ghost',843),
(3790,4690,'accessories/wieldable_items/shields/ghost_shields/wooden_tower_shield001_ghost',843),
(3791,4691,'accessories/wieldable_items/weapons/ghost_weapons/battlehammer001_ghost',843),
(3792,4692,'accessories/wieldable_items/weapons/ghost_weapons/claws001_ghost',843),
(3793,4693,'accessories/wieldable_items/weapons/ghost_weapons/dagger001_ghost',843),
(3794,4694,'accessories/wieldable_items/weapons/ghost_weapons/double_axe001_ghost',843),
(3795,4695,'accessories/wieldable_items/weapons/ghost_weapons/greatsword001_ghost',843),
(3796,4696,'accessories/wieldable_items/weapons/ghost_weapons/great_spear001_ghost',843),
(3797,4697,'accessories/wieldable_items/weapons/ghost_weapons/hand_axe001_ghost',843),
(3798,4698,'accessories/wieldable_items/weapons/ghost_weapons/long_bow001_ghost',843),
(3799,4699,'accessories/wieldable_items/weapons/ghost_weapons/quarterstaff001_ghost',843),
(3800,4700,'accessories/wieldable_items/weapons/ghost_weapons/rapier001_ghost',843),
(3801,4701,'accessories/wieldable_items/weapons/ghost_weapons/short_spear001_ghost',843),
(3802,4702,'accessories/wieldable_items/weapons/ghost_weapons/short_sword002_ghost',843),
(3803,4703,'accessories/wieldable_items/weapons/ghost_weapons/throwing_hammer001_ghost',843),
(3804,4704,'accessories/wieldable_items/weapons/ghost_weapons/wand001_ghost',843),
(3805,4705,'accessories/wieldable_items/weapons/ghost_weapons/war_hammer001_ghost',843),
(3806,4706,'accessories/wieldable_items/weapons/great_hammer/orc_hammer/orc_hammer_plain',843),
(3807,4707,'staticobjects/artifact/mailboxes/mailbox_home',843),
(3808,4708,'staticobjects/artifact/mailboxes/mailbox_kisok',843),
(3809,4709,'staticobjects/mailboxes/mailbox_home',843),
(3810,4710,'staticobjects/mailboxes/mailbox_kisok',843),
(3811,4711,'_exp01/characters/monsters/cobra_metallic',546),
(3812,4712,'accessories/wieldable_items/weapons/hammer/club_stone/club_stone_plain',843),
(3813,4713,'staticobjects/helmet/crown_tranix_chain_uncommon_medium',843),
(3814,4714,'staticobjects/shield/shiny_brass_shield_round_shield_etched001_runic',843),
(3815,4715,'staticobjects/stein/stein_of_moggok_stein001_runic',843),
(3816,4716,'projectiles/spell_electric_ball_red',843),
(3817,4717,'staticobjects/fences/ant_qeynos_fencepiece01',843),
(3818,4718,'staticobjects/fences/ant_qeynos_fencepiece02',843),
(3819,4719,'staticobjects/fences/ant_qeynos_fencepiece03',843),
(3820,4720,'staticobjects/fences/ant_qeynos_fencepiece04',843),
(3821,4721,'staticobjects/rocks/commonlands_rock',843),
(3822,4722,'staticobjects/tree/fprt_datepalm_02',843),
(3823,4723,'accessories/wearable_items/monk/monk_plain/chest',843),
(3824,4724,'accessories/wearable_items/monk/monk_plain/feet',843),
(3825,4725,'accessories/wearable_items/monk/monk_plain/forearms',843),
(3826,4726,'accessories/wearable_items/monk/monk_plain/head',843),
(3827,4728,'accessories/wearable_items/monk/monk_plain/shoulders',843),
(3828,4729,'staticobjects/rocks/lavastorm_black_rock_pile',843),
(3829,4730,'accessories/wieldable_items/weapons/axe/axe_curved_handle/axe_curved_handle_plain',843),
(3830,4731,'accessories/wearable_items/monk/monk_plain/legs',843),
(3831,4732,'creatures/tu/gnoll_skeleton',843),
(3832,4733,'staticobjects/relics/magic_globe_red',843),
(3833,4734,'staticobjects/ap2_ss_rockslide/rockslide_01',843),
(3834,4735,'staticobjects/ap2_ss_rockslide/rockslide_wall_01',843),
(3835,4736,'accessories/wieldable_items/weapons/great_sword/vampire_greatsword/vampire_greatsword_ornate',843),
(3836,4737,'accessories/wieldable_items/weapons/great_sword/vampire_greatsword/vampire_greatsword_plain',843),
(3837,4738,'designdummy/designdummy',843),
(3838,4739,'_exp01/characters/tool_users/giant_sand_plain_beard',546),
(3839,4740,'_exp01/characters/tool_users/giant_sand_plain_goatee',546),
(3840,4741,'_exp01/characters/tool_users/giant_sand_plain_mustache',546),
(3841,4742,'_exp01/characters/tool_users/giant_sand_plain_none',546),
(3842,4743,'staticobjects/majdul_temp_ph_objects/awning_small001',843),
(3843,4744,'staticobjects/majdul_temp_ph_objects/tapestry001_longceiling',843),
(3844,4745,'_exp01/characters/monsters/crocodile',546),
(3845,4746,'animatedobjects/walls/dc_breakable_wall_plain',843),
(3846,4747,'animatedobjects/walls/dc_breakable_wall_plain_small',843),
(3847,4748,'staticobjects/plants/feerrott_plant_bigleaf',843),
(3848,4749,'staticobjects/plants/feerrott_plant_redtop',843),
(3849,4894,'_exp01/zones/animated_objects/djn_mirror_translocation',546),
(3850,4895,'_exp01/zones/animated_objects/djn_mirror_translocation_base',546),
(3851,4896,'accessories/wieldable_items/weapons/hammer/mace_obsidian_edged/mace_obsidian_edged_plain',843),
(3852,4897,'_exp01/characters/monsters/dragon_siyamak',546),
(3853,4898,'staticobjects/feerrott_epic02_froglok/firefly_particles',843),
(3854,4899,'staticobjects/feerrott_epic02_froglok/froglok_totem',843),
(3855,4900,'staticobjects/feerrott_epic02_froglok/ogre_pillar_1',843),
(3856,4901,'staticobjects/feerrott_epic02_froglok/ogre_tower',843),
(3857,4902,'staticobjects/feerrott_epic02_froglok/ogre_wall_1',843),
(3858,4903,'staticobjects/feerrott_epic02_froglok/ogre_wall_2',843),
(3859,4904,'staticobjects/feerrott_epic02_froglok/ogre_wall_3',843),
(3860,4905,'staticobjects/feerrott_epic02_froglok/ogre_wall_low_1',843),
(3861,4906,'staticobjects/feerrott_epic02_froglok/ogre_wall_low_2',843),
(3862,4907,'staticobjects/feerrott_epic02_froglok/ogre_wall_low_3',843),
(3863,4908,'staticobjects/feerrott_epic02_froglok/ogre_wall_low_4',843),
(3864,4909,'staticobjects/feerrott_epic02_froglok/ogre_wall_low_5',843),
(3865,4910,'staticobjects/feerrott_epic02_froglok/tent_large',843),
(3866,4911,'staticobjects/feerrott_epic02_froglok/tent_small',843),
(3867,4912,'staticobjects/feerrott_epic02_froglok/tiki_torch',843),
(3868,4913,'staticobjects/feerrott_epic02_froglok/wall_large_1',843),
(3869,4914,'accessories/wieldable_items/weapons/great_spear/scythe/scythe_plain',843),
(3870,4915,'staticobjects/relics/nekcas_eviltrinket_brokentablet001',843),
(3871,4916,'_exp01/characters/monsters/dragon_barakah',546),
(3872,4917,'_exp01/characters/tool_users/dervish_male_peasant',546),
(3873,4918,'_exp01/characters/tool_users/giant_sand_wizard_beard',546),
(3874,4919,'_exp01/characters/tool_users/giant_sand_wizard_combo',546),
(3875,4920,'_exp01/characters/tool_users/giant_sand_wizard_mustache',546),
(3876,4921,'_exp01/characters/tool_users/giant_sand_wizard_plain',546),
(3877,4922,'_exp01/characters/tool_users/dervish_male_peasant_beard',546),
(3878,4923,'staticobjects/ap2/terraporter',843),
(3879,4924,'staticobjects/tables/floor_table_troll_large',843),
(3880,4925,'accessories/wieldable_items/weapons/hammer/mace_eagle_prongs/mace_eagle_prongs_plain',843),
(3881,4926,'staticobjects/brazier/floor_brazier_gnoll',843),
(3882,4927,'_exp01/characters/tool_users/dervish_female_peasant',546),
(3883,4928,'accessories/wearable_items/magus/common/high/hood',843),
(3884,4930,'accessories/wearable_items/magus/rare/high/hood',843),
(3885,4931,'staticobjects/ap2/gnoll_totem',843),
(3886,4932,'staticobjects/ap2/gnoll_wall_teeth1',843),
(3887,4933,'staticobjects/ap2/gnoll_wall_teeth2',843),
(3888,4934,'staticobjects/ap2/gnoll_wall_teeth3',843),
(3889,4935,'staticobjects/chairs/gnoll_chair',843),
(3890,4936,'ec/pc/froglok/froglok_female_toadplain',843),
(3891,4937,'ec/pc/froglok/froglok_female_toad',843),
(3892,4938,'ec/pc/froglok/froglok_female_rainbow',843),
(3893,4939,'ec/pc/froglok/froglok_female_leopard',843),
(3894,4940,'ec/pc/froglok/froglok_female_blackgoo',843),
(3895,4941,'ec/pc/froglok/froglok_female_blackglove',843),
(3896,4942,'ec/pc/froglok/froglok_female_black2',843),
(3897,4943,'ec/pc/froglok/froglok_female_black1',843),
(3898,4944,'ec/pc/froglok/froglok_female_albino',843),
(3899,4945,'_exp01/characters/tool_users/orc_desert_worker',546),
(3900,4946,'accessories/wearable_items/ghost/ghost_plate/chest',843),
(3901,4947,'accessories/wearable_items/ghost/ghost_plate/legs',843),
(3902,4948,'accessories/wearable_items/ghost/ghost_plate/feet',843),
(3903,4949,'accessories/wearable_items/ghost/ghost_plate/forearms',843),
(3904,4950,'accessories/wearable_items/ghost/ghost_plate/hands',843),
(3905,4951,'accessories/wearable_items/ghost/ghost_plate/head',843),
(3906,4952,'accessories/wearable_items/ghost/ghost_plate/shoulders',843),
(3907,4953,'ec/pc/froglok/froglok_male_zombie',843),
(3908,4954,'accessories/wearable_items/ghost/ghost_mage/arms',843),
(3909,4955,'accessories/wearable_items/ghost/ghost_mage/chest',843),
(3910,4956,'accessories/wearable_items/ghost/ghost_mage/skirt',843),
(3911,4957,'accessories/wearable_items/ghost/ghost_robes/chest',843),
(3912,4958,'accessories/wearable_items/ghost/ghost_robes/pants',843),
(3913,4959,'accessories/wearable_items/ghost/ghost_robes/skirt',843),
(3914,4960,'accessories/wearable_items/magus/robes/dragon_ornate/hood',843),
(3915,4961,'accessories/wieldable_items/weapons/dagger/embalming_blade/embalming_blade_plain',843),
(3916,4962,'accessories/wieldable_items/weapons/axe/ratskull_hatchet/ratskull_hatchet_plain',843),
(3917,4963,'ec/pc/barbarian/soga_barbarian_female',843),
(3918,4964,'ec/pc/barbarian/soga_barbarian_male',843),
(3919,4965,'ec/pc/darkelf/soga_darkelf_female',843),
(3920,4966,'ec/pc/darkelf/soga_darkelf_male',843),
(3921,4967,'ec/pc/dwarf/soga_dwarf_female',843),
(3922,4968,'ec/pc/dwarf/soga_dwarf_male',843),
(3923,4969,'ec/pc/erudite/soga_erudite_female',843),
(3924,4970,'ec/pc/erudite/soga_erudite_male',843),
(3925,4971,'ec/pc/gnome/soga_gnome_female',843),
(3926,4972,'ec/pc/gnome/soga_gnome_male',843),
(3927,4973,'ec/pc/halfelf/soga_halfelf_female',843),
(3928,4974,'ec/pc/halfelf/soga_halfelf_female_scar01',843),
(3929,4975,'ec/pc/halfelf/soga_halfelf_female_scar02',843),
(3930,4976,'ec/pc/halfelf/soga_halfelf_female_scar03',843),
(3931,4977,'ec/pc/halfelf/soga_halfelf_female_scar04',843),
(3932,4978,'ec/pc/halfelf/soga_halfelf_female_scar05',843),
(3933,4979,'ec/pc/halfelf/soga_halfelf_male',843),
(3934,4980,'ec/pc/halfelf/soga_halfelf_male_scar01',843),
(3935,4981,'ec/pc/halfelf/soga_halfelf_male_scar02',843),
(3936,4982,'ec/pc/halfelf/soga_halfelf_male_scar03',843),
(3937,4983,'ec/pc/halfelf/soga_halfelf_male_scar04',843),
(3938,4984,'ec/pc/halfelf/soga_halfelf_male_scar05',843),
(3939,4985,'ec/pc/halfling/soga_halfling_female',843),
(3940,4986,'ec/pc/halfling/soga_halfling_male',843),
(3941,4987,'ec/pc/highelf/soga_highelf_female',843),
(3942,4988,'ec/pc/highelf/soga_highelf_male',843),
(3943,4989,'ec/pc/human/soga_human_female',843),
(3944,4990,'ec/pc/human/soga_human_male',843),
(3945,4991,'ec/pc/woodelf/soga_woodelf_female',843),
(3946,4992,'ec/pc/woodelf/soga_woodelf_male',843),
(3947,4993,'ec/pc/ogre/soga_ogre_female',843),
(3948,4994,'ec/pc/ogre/soga_ogre_male',843),
(3949,4995,'staticobjects/ladders/orc_tilted_ladder01',843),
(3950,4997,'staticobjects/doors/evefrost_snow_large_door',843),
(3951,4998,'staticobjects/doorways/evefrost_snow_large_archway',843),
(3952,4999,'_exp01/characters/tool_users/dervish_male_guard',546),
(3953,5000,'_exp01/characters/tool_users/specter_phantom',546),
(3954,5001,'_exp01/characters/tool_users/specter_phantom_ghost',546),
(3955,5002,'_exp01/characters/tool_users/specter_skeleton',546),
(3956,5003,'_exp01/characters/tool_users/specter_skeleton_ghost',546),
(3957,5004,'_exp01/characters/monsters/dragon_barakah_flying',546),
(3958,5005,'_exp01/characters/monsters/dragon_siyamak_flying',546),
(3959,5006,'_exp01/characters/monsters/monkey',546),
(3960,5007,'staticobjects/land/icefloat',843),
(3961,5008,'animatedobjects/barrels/barrel_plainlarge',843),
(3962,5009,'accessories/wieldable_items/weapons/great_spear/scythe_dragon_tooth/scythe_dragon_tooth_plain',843),
(3963,5010,'_exp01/characters/tool_users/dervish_female_guard',546),
(3964,5011,'animatedobjects/walls/perm_breakable_wall_plain_small',843),
(3965,5012,'animatedobjects/walls/perm_breakable_wall_plain',843),
(3966,5013,'staticobjects/statues/floor_statue_nagafen',843),
(3967,5014,'staticobjects/rocks/perm_boulder01',843),
(3968,5015,'staticobjects/dueling_banner/dueling_banner',843),
(3969,5016,'_exp01/characters/tool_users/cyclops',546),
(3970,5017,'_exp01/characters/tool_users/cyclops_horn1',546),
(3971,5018,'_exp01/characters/tool_users/cyclops_horn2',546),
(3972,5019,'ap02/gnoll_dobermann',843),
(3973,5020,'ap02/rock_crawler',843),
(3974,5021,'_exp01/characters/tool_users/orc_desert_worker_bald',546),
(3975,5022,'_exp01/characters/tool_users/orc_desert_warrior_bald',546),
(3976,5023,'_exp01/characters/tool_users/orc_desert_warrior_bald_round',546),
(3977,5024,'_exp01/characters/tool_users/orc_desert_warrior_bald_square',546),
(3978,5025,'_exp01/characters/tool_users/orc_desert_warrior_helm',546),
(3979,5026,'_exp01/characters/tool_users/orc_desert_warrior_helm_round',546),
(3980,5027,'_exp01/characters/tool_users/orc_desert_warrior_helm_square',546),
(3981,5028,'ec/pc/barbarian/soga_barbarian_female_tattoo01',843),
(3982,5029,'ec/pc/barbarian/soga_barbarian_female_tattoo02',843),
(3983,5030,'ec/pc/barbarian/soga_barbarian_female_tattoo03',843),
(3984,5031,'ec/pc/barbarian/soga_barbarian_female_tattoo04',843),
(3985,5032,'ec/pc/barbarian/soga_barbarian_female_tattoo05',843),
(3986,5033,'ec/pc/barbarian/soga_barbarian_male_tattoo01',843),
(3987,5034,'ec/pc/barbarian/soga_barbarian_male_tattoo02',843),
(3988,5035,'ec/pc/barbarian/soga_barbarian_male_tattoo03',843),
(3989,5036,'ec/pc/barbarian/soga_barbarian_male_tattoo04',843),
(3990,5037,'ec/pc/barbarian/soga_barbarian_male_tattoo05',843),
(3991,5038,'ec/pc/dwarf/soga_dwarf_female_tattoo01',843),
(3992,5039,'ec/pc/dwarf/soga_dwarf_female_tattoo02',843),
(3993,5040,'ec/pc/dwarf/soga_dwarf_female_tattoo03',843),
(3994,5041,'ec/pc/dwarf/soga_dwarf_female_tattoo04',843),
(3995,5042,'ec/pc/dwarf/soga_dwarf_female_tattoo05',843),
(3996,5043,'ec/pc/dwarf/soga_dwarf_male_tattoo01',843),
(3997,5044,'ec/pc/dwarf/soga_dwarf_male_tattoo02',843),
(3998,5045,'ec/pc/dwarf/soga_dwarf_male_tattoo03',843),
(3999,5046,'ec/pc/dwarf/soga_dwarf_male_tattoo04',843),
(4000,5047,'ec/pc/dwarf/soga_dwarf_male_tattoo05',843),
(4001,5048,'ec/pc/dwarf/soga_dwarf_male_tattoo06',843),
(4002,5049,'ec/pc/erudite/soga_erudite_female_tattooevil01',843),
(4003,5050,'ec/pc/erudite/soga_erudite_female_tattooevil02',843),
(4004,5051,'ec/pc/erudite/soga_erudite_female_tattooevil03',843),
(4005,5052,'ec/pc/erudite/soga_erudite_female_tattooevil04',843),
(4006,5053,'ec/pc/erudite/soga_erudite_female_tattooevil05',843),
(4007,5054,'ec/pc/erudite/soga_erudite_female_tattoogood01',843),
(4008,5055,'ec/pc/erudite/soga_erudite_female_tattoogood02',843),
(4009,5056,'ec/pc/erudite/soga_erudite_female_tattoogood03',843),
(4010,5057,'ec/pc/erudite/soga_erudite_female_tattoogood04',843),
(4011,5058,'ec/pc/erudite/soga_erudite_female_tattoogood05',843),
(4012,5059,'ec/pc/erudite/soga_erudite_male_tattooevil01',843),
(4013,5060,'ec/pc/erudite/soga_erudite_male_tattooevil02',843),
(4014,5061,'ec/pc/erudite/soga_erudite_male_tattooevil03',843),
(4015,5062,'ec/pc/erudite/soga_erudite_male_tattooevil04',843),
(4016,5063,'ec/pc/erudite/soga_erudite_male_tattooevil05',843),
(4017,5064,'ec/pc/erudite/soga_erudite_male_tattoogood01',843),
(4018,5065,'ec/pc/erudite/soga_erudite_male_tattoogood02',843),
(4019,5066,'ec/pc/erudite/soga_erudite_male_tattoogood03',843),
(4020,5067,'ec/pc/erudite/soga_erudite_male_tattoogood04',843),
(4021,5068,'ec/pc/erudite/soga_erudite_male_tattoogood05',843),
(4022,5069,'ec/pc/woodelf/soga_woodelf_female_tattoo01',843),
(4023,5070,'ec/pc/woodelf/soga_woodelf_female_tattoo02',843),
(4024,5071,'ec/pc/woodelf/soga_woodelf_female_tattoo03',843),
(4025,5072,'ec/pc/woodelf/soga_woodelf_female_tattoo04',843),
(4026,5073,'ec/pc/woodelf/soga_woodelf_female_tattoo05',843),
(4027,5074,'ec/pc/woodelf/soga_woodelf_female_tattoo06',843),
(4028,5075,'ec/pc/woodelf/soga_woodelf_female_tattoo07',843),
(4029,5076,'ec/pc/woodelf/soga_woodelf_female_tattoo08',843),
(4030,5077,'ec/pc/woodelf/soga_woodelf_male_tattoo01',843),
(4031,5078,'ec/pc/woodelf/soga_woodelf_male_tattoo02',843),
(4032,5079,'ec/pc/woodelf/soga_woodelf_male_tattoo03',843),
(4033,5080,'ec/pc/woodelf/soga_woodelf_male_tattoo04',843),
(4034,5081,'ec/pc/woodelf/soga_woodelf_male_tattoo05',843),
(4035,5082,'ec/pc/woodelf/soga_woodelf_male_tattoo06',843),
(4036,5083,'ec/pc/woodelf/soga_woodelf_male_tattoo07',843),
(4037,5084,'ec/pc/woodelf/soga_woodelf_male_tattoo08',843),
(4038,5085,'_exp01/zones/dungeons/living_tombs/lt_rm02/lt_rm02_fountain01_symbol',546),
(4039,5086,'staticobjects/wood/wood_plank03',843),
(4040,5087,'staticobjects/ap2/gnoll_crystal_wheelbarrow',843),
(4041,5088,'_exp01/zones/regions/sinking_sands/ss_objects/ss_rocks/ss_rocks_group03',546),
(4042,5090,'_exp01/zones/regions/pillars_of_flame/pf_objects/pf_rock/pf_rock_medium05',546),
(4043,5094,'_exp01/zones/regions/pillars_of_flame/pf_objects/pf_rock/pf_rock_medium04',546),
(4044,5095,'ap02/hellboar',843),
(4045,5096,'ap02/fungusman',843),
(4046,5098,'ap02/gnoll_overlord',843),
(4047,5099,'_exp01/zones/animated_objects/cr_vase_breakable',546),
(4048,5100,'_exp01/zones/animated_objects/md_vase_breakable',546),
(4049,5101,'_exp01/zones/animated_objects/pf_vase_breakable',546),
(4050,5102,'_exp01/zones/animated_objects/sc_vase_breakable',546),
(4051,5103,'_exp01/zones/animated_objects/ss_vase_breakable',546),
(4052,5105,'_exp01/zones/regions/sinking_sands/ss_objects/ss_rocks/ss_rocks_group01',546),
(4053,5106,'_exp01/zones/regions/sinking_sands/ss_objects/ss_rocks/ss_rocks_group02',546),
(4054,5107,'_exp01/characters/tool_users/orc_desert_shaman',546),
(4055,5108,'_exp01/characters/tool_users/orc_desert_shaman_bald',546),
(4056,5118,'_exp01/characters/tool_users/cyclops_berserker_heavy',546),
(4057,5119,'_exp01/characters/tool_users/cyclops_berserker_light',546),
(4058,5120,'_exp01/characters/tool_users/cyclops_berserker_medium',546),
(4059,5121,'staticobjects/staff/sorcerers_staff001_ornate_upright',843),
(4060,5123,'ap02/gnoll_overlord_armored',843),
(4061,5124,'ap02/gnoll_dobermann_ghost',843),
(4062,5125,'ap02/gnoll_overlord_armored_ghost',843),
(4063,5126,'ap02/gnoll_overlord_ghost',843),
(4064,5127,'_exp01/zones/objects/mirrors/djin_mirror_teleporter01',546),
(4065,5128,'staticobjects/interiors/scenes/dungeons/adv02/objects/adv02_debris001',843),
(4066,5129,'accessories/wieldable_items/weapons/dagger/dagger/dpo_housing/dagger001_plain_upright',843),
(4067,5130,'_exp01/characters/tool_users/mummy',546),
(4068,5131,'_exp01/characters/tool_users/mummy_pharoh1',546),
(4069,5132,'_exp01/characters/tool_users/mummy_pharoh2',546),
(4070,5133,'_exp01/characters/tool_users/mummy_priest',546),
(4071,5134,'_exp01/characters/tool_users/mummy_soldier',546),
(4072,5135,'_exp01/characters/tool_users/mummy_zombie',546),
(4073,5136,'_exp01/characters/tool_users/mummy_zombie_pharoh1',546),
(4074,5137,'_exp01/characters/tool_users/mummy_zombie_pharoh2',546),
(4075,5138,'_exp01/characters/tool_users/mummy_zombie_priest',546),
(4076,5139,'_exp01/characters/tool_users/mummy_zombie_soldier',546),
(4077,5140,'staticobjects/cobwebs/dpo_spiderweb_corner01',843),
(4078,5141,'staticobjects/cobwebs/dpo_spiderweb_large01',843),
(4079,5142,'staticobjects/cobwebs/dpo_spiderweb_large02',843),
(4080,5143,'staticobjects/cobwebs/dpo_spiderweb_small01',843),
(4081,5144,'staticobjects/cobwebs/dpo_spiderweb_small02',843),
(4082,5146,'_exp01/zones/regions/pillars_of_flame/pf_objects/pf_rock/pf_rock_small01',546),
(4083,5148,'_exp01/zones/objects/containers/drv_container_merch_basketshort01',546),
(4084,5149,'_exp01/zones/objects/containers/ss_crate_small01',546),
(4085,5150,'_exp01/zones/flora/cacti/ss_flora_cacti_med01',546),
(4086,5151,'_exp01/zones/flora/cacti/ss_flora_cacti_multi01',546),
(4087,5152,'_exp01/zones/flora/cacti/ss_flora_cacti_round01',546),
(4088,5155,'_exp01/zones/objects/tents/drv_tent_merchant_blue',546),
(4089,5156,'_exp01/zones/objects/tents/drv_tent_merchant_orange',546),
(4090,5157,'_exp01/zones/objects/tents/drv_tent_merchant_red',546),
(4091,5158,'_exp01/zones/objects/tents/drv_tent_merchant_teal',546),
(4092,5159,'_exp01/zones/objects/tents/pf_tent_monk01',546),
(4093,5160,'_exp01/zones/objects/tents/sc_tent_bard01',546),
(4094,5161,'_exp01/zones/objects/tents/ss_tent_nomad_double01',546),
(4095,5162,'_exp01/zones/objects/tents/pf_tent/pf_tent_crude_nomad01',546),
(4096,5163,'_exp01/zones/objects/tents/pf_tent/pf_tent_crude_nomad02',546),
(4097,5164,'_exp01/zones/objects/tents/pf_tent/pf_tent_purple_nomad01',546),
(4098,5165,'_exp01/zones/objects/buckets/cr_bucket_orc_full_meat',546),
(4099,5166,'_exp01/zones/objects/butcher_tools/cr_meat_hanger_orc',546),
(4100,5167,'_exp01/zones/objects/chairs/cr_stool_orc_wood01',546),
(4101,5168,'_exp01/zones/objects/firepits/cr_firepit_orc01',546),
(4102,5169,'_exp01/zones/objects/firepits/cr_signal_fire',546),
(4103,5170,'_exp01/zones/objects/mats/cr_straw_mat_worn01',546),
(4104,5171,'_exp01/zones/objects/mats/cr_straw_mat_worn02',546),
(4105,5172,'_exp01/zones/objects/rubbish/cr_orc_rubbishpile01',546),
(4106,5173,'_exp01/zones/objects/rubbish/cr_orc_rubbishpile02',546),
(4107,5174,'_exp01/zones/objects/eggs/pf_scorpion_egg_group',546),
(4108,5175,'_exp01/zones/objects/eggs/pf_scorpion_egg_group_broken',546),
(4109,5176,'_exp01/characters/tool_users/cyclops_shaman1',546),
(4110,5177,'_exp01/characters/tool_users/cyclops_shaman1_tattoo1',546),
(4111,5178,'_exp01/characters/tool_users/cyclops_shaman1_tattoo2',546),
(4112,5179,'_exp01/characters/tool_users/cyclops_shaman1_tattoo3',546),
(4113,5180,'_exp01/characters/tool_users/cyclops_shaman2',546),
(4114,5181,'_exp01/characters/tool_users/cyclops_shaman2_tattoo1',546),
(4115,5182,'_exp01/characters/tool_users/cyclops_shaman2_tattoo2',546),
(4116,5183,'_exp01/characters/tool_users/cyclops_shaman2_tattoo3',546),
(4117,5184,'_exp01/characters/tool_users/cyclops_shaman3',546),
(4118,5185,'_exp01/characters/tool_users/cyclops_shaman3_tattoo1',546),
(4119,5186,'_exp01/characters/tool_users/cyclops_shaman3_tattoo2',546),
(4120,5187,'_exp01/characters/tool_users/cyclops_shaman3_tattoo3',546),
(4121,5188,'_exp01/zones/objects/musical_instruments/djn_music_mandolin01',546),
(4122,5189,'_exp01/zones/objects/musical_instruments/djn_music_harp01',546),
(4123,5190,'_exp01/characters/tool_users/sand_goblin_worker',546),
(4124,5191,'_exp01/characters/monsters/sphinx',546),
(4125,5192,'_exp01/characters/monsters/sphinx_crio',546),
(4126,5193,'_exp01/characters/monsters/sphinx_hieraco',546),
(4127,5194,'_exp01/characters/monsters/sphinx_zombie',546),
(4128,5195,'_exp01/characters/tool_users/gnolll_anubis',546),
(4129,5196,'_exp01/characters/tool_users/gnolll_anubis_mummy',546),
(4130,5197,'_exp01/zones/objects/doorknocker/md_doorknocker01',546),
(4131,5198,'_exp01/zones/objects/eggs/pf_falconeggs_broken',546),
(4132,5199,'_exp01/zones/objects/eggs/pf_falconeggs_mixed',546),
(4133,5200,'_exp01/zones/objects/eggs/pf_falconeggs_unbroken',546),
(4134,5201,'_exp01/zones/objects/nests/pf_nest_harpy01',546),
(4135,5202,'_exp01/zones/objects/climbables/md_p20_lattice_large01',546),
(4136,5203,'_exp01/zones/objects/climbables/md_p20_oh_med01',546),
(4137,5204,'_exp01/zones/objects/climbables/md_p20_oh_med02',546),
(4138,5205,'_exp01/zones/objects/climbables/md_p20_oh_med03',546),
(4139,5206,'_exp01/zones/objects/climbables/md_p20_oh_small01',546),
(4140,5207,'_exp01/zones/objects/climbables/md_p20_plank_large01',546),
(4141,5208,'_exp01/zones/objects/climbables/md_p20_plank_small01',546),
(4142,5209,'staticobjects/gnomish_devices/cog_table',843),
(4143,5210,'staticobjects/gnomish_devices/crank_machine',843),
(4144,5211,'staticobjects/gnomish_devices/sproket_cluster',843),
(4145,5212,'_exp01/zones/objects/tower_banners/court_banner_blades',546),
(4146,5213,'_exp01/zones/objects/tower_banners/court_banner_dagger',546),
(4147,5214,'_exp01/zones/objects/tower_banners/court_banner_suncoin',546),
(4148,5215,'_exp01/zones/objects/tower_banners/court_banner_truth',546),
(4149,5216,'_exp01/characters/tool_users/minotaur_golden',546),
(4150,5217,'_exp01/characters/monsters/monkey_golden',546),
(4151,5218,'_exp01/characters/tool_users/sand_goblin_warrior',546),
(4152,5219,'_exp01/characters/monsters/harpy',546),
(4153,5220,'_exp01/zones/objects/pottery/drv_vase_ornate_porcelain_large02',546),
(4154,5221,'_exp01/zones/objects/training_items/drv_lashingboard',546),
(4155,5222,'_exp01/zones/objects/rugs/drv_rug_round01',546),
(4156,5223,'_exp01/zones/objects/rugs/drv_rug_square01',546),
(4157,5224,'_exp01/zones/objects/potted_plants/djn_pottedplant_palm01_small_blue',546),
(4158,5225,'_exp01/zones/objects/pillows/djn_pillow_floor_group01',546),
(4159,5226,'_exp01/zones/objects/urns/drv_urn_large02',546),
(4160,5227,'_exp01/zones/objects/urns/drv_urn_small01',546),
(4161,5228,'_exp01/zones/objects/urns/drv_urn_small02',546),
(4162,5229,'_exp01/characters/monsters/naga',546),
(4163,5230,'_exp01/characters/monsters/naga_guardian',546),
(4164,5231,'_exp01/characters/monsters/naga_mummy',546),
(4165,5232,'_exp01/characters/monsters/naga_zombie',546),
(4166,5233,'_exp01/characters/tool_users/genie_male',546),
(4167,5234,'_exp01/characters/tool_users/genie_female',546),
(4168,5235,'_exp01/characters/tool_users/genie_female_bluegold',546),
(4169,5236,'_exp01/characters/tool_users/genie_female_purplepink',546),
(4170,5237,'_exp01/characters/monsters/velociraptor',546),
(4171,5238,'_exp01/zones/objects/pillows/drv_pillow_seat_weights01',546),
(4172,5240,'_exp01/zones/objects/vases/djn_vase_gold02',546),
(4173,5241,'_exp01/zones/objects/vases/djn_vase_brass02',546),
(4174,5242,'_exp01/zones/objects/basins/djn_basin_water_goldbrass01',546),
(4175,5243,'_exp01/zones/objects/basins/djn_basin_water_steel01',546),
(4176,5244,'_exp01/zones/objects/urns/lt_urn01',546),
(4177,5245,'_exp01/zones/objects/pottery/drv_vase_ornate_large01',546),
(4178,5246,'_exp01/zones/objects/musical_instruments/djn_music_mandolin_broken01',546),
(4179,5247,'_exp01/zones/objects/roomdivider/drv_divider_ornate01',546),
(4180,5248,'_exp01/zones/dungeons/shimmering_citadel/objects/shim_obj_liftplatform01',546),
(4181,5249,'_exp01/characters/monsters/sabertooth',546),
(4182,5250,'_exp01/zones/objects/tables/drv_table_coffee_ornate01',546),
(4183,5251,'_exp01/zones/objects/tapestries/drv_tapestry_short01',546),
(4184,5252,'_exp01/zones/objects/tapestries/drv_tapestry_short02',546),
(4185,5253,'_exp01/zones/objects/tapestries/drv_tapestry_tall01',546),
(4186,5254,'_exp01/zones/objects/tapestries/drv_tapestry_tall02',546),
(4187,5255,'_exp01/zones/objects/chairs/drv_bench_brass_ornate01',546),
(4188,5256,'_exp01/zones/objects/chairs/drv_stool_wicker_plain01',546),
(4189,5257,'_exp01/zones/objects/pillows/drv_pillow_bench_pattern01',546),
(4190,5258,'_exp01/zones/objects/light_sources/drv_lightsource_int_lantern_ornate01',546),
(4191,5259,'_exp01/zones/objects/rugs/drv_rug_rect_palaceblue01',546),
(4192,5260,'_exp01/zones/objects/rugs/drv_rug_rect_palacered01',546),
(4193,5261,'staticobjects/papers/floor_paper_human_written01_slightly_raised',843),
(4194,5262,'_exp01/characters/tool_users/dervish_male_noble',546),
(4195,5263,'_exp01/characters/tool_users/dervish_female_noble',546),
(4196,5264,'_exp01/zones/objects/orbs/drv_orb_gazing01',546),
(4197,5265,'_exp01/zones/objects/orbs/djn_orb_elevatorswitch01',546),
(4198,5266,'_exp01/zones/objects/arena/arena_flag_and_stand_blue01',546),
(4199,5267,'_exp01/zones/objects/arena/arena_flag_and_stand_red01',546),
(4200,5268,'_exp01/zones/objects/arena/arena_flag_captured_blue01',546),
(4201,5269,'_exp01/zones/objects/arena/arena_flag_captured_red01',546),
(4202,5270,'_exp01/zones/objects/arena/arena_flag_stand_base01',546),
(4203,5271,'staticobjects/pictures/fprt_ph_painting_eq2exp01_horizontal01_poetsforestroom_l0',843),
(4204,5272,'staticobjects/pictures/fprt_ph_painting_eq2exp01_horizontal02_palmcastledawn_l0',843),
(4205,5273,'staticobjects/pictures/fprt_ph_painting_eq2exp01_horizontal03_palmatsunset_l0',843),
(4206,5274,'staticobjects/pictures/fprt_ph_painting_eq2exp01_horizontal04_sinkingsandsfacade_l0',843),
(4207,5275,'staticobjects/pictures/qey_ph_painting_eq2exp01_horizontal01_poetsforestroom_l0',843),
(4208,5276,'staticobjects/pictures/qey_ph_painting_eq2exp01_horizontal02_palmcastledawn_l0',843),
(4209,5277,'staticobjects/pictures/qey_ph_painting_eq2exp01_horizontal03_palmatsunset_l0',843),
(4210,5278,'staticobjects/pictures/qey_ph_painting_eq2exp01_horizontal04_sinkingsandsfacade_l0',843),
(4211,5279,'_exp01/zones/objects/mats/pf_monk_mat02',546),
(4212,5280,'_exp01/zones/objects/musical_instruments/djn_music_harp_broken01',546),
(4213,5281,'_exp01/zones/objects/mats/pf_monk_mat01',546),
(4214,5282,'_exp01/zones/objects/vases/djn_vase_gold_broken01',546),
(4215,5283,'_exp01/zones/objects/pillows/drv_pillow_floor_square_worn01',546),
(4216,5284,'_exp01/zones/dungeons/poets_palace/objects/poet_hallofdoors_door01',546),
(4217,5285,'_exp01/zones/objects/beds/djn_bed_gold01',546),
(4218,5286,'_exp01/zones/objects/barrels/drv_barrel_large01',546),
(4219,5287,'_exp01/zones/objects/barrels/cr_barrel_orc_large01',546),
(4220,5288,'_exp01/zones/objects/barrels/drv_barrel_small01',546),
(4221,5289,'_exp01/zones/objects/barrels/drv_barrels_group01',546),
(4222,5290,'_exp01/zones/objects/barrels/drv_barrels_group02',546),
(4223,5291,'_exp01/zones/objects/barrels/drv_barrels_group03',546),
(4224,5292,'_exp01/zones/objects/barrels/pf_barrels_sandfang_group01',546),
(4225,5293,'_exp01/zones/objects/barrels/pf_barrels_sandfang_single01',546),
(4226,5294,'_exp01/zones/objects/barricades/pf_goblin_barricade_long01',546),
(4227,5295,'_exp01/zones/objects/carts/pf_cart_nomad01',546),
(4228,5296,'_exp01/zones/objects/chairs/cr_chair_orc_wood01',546),
(4229,5297,'_exp01/zones/objects/chairs/djn_chair_artiststool_brass01',546),
(4230,5298,'_exp01/zones/objects/chairs/djn_chair_artiststool_steel01',546),
(4231,5299,'_exp01/zones/objects/chairs/djn_chair_high_brass01',546),
(4232,5300,'_exp01/zones/objects/chairs/djn_chair_high_gold01',546),
(4233,5301,'_exp01/zones/objects/chairs/djn_chair_high_platinum01',546),
(4234,5302,'_exp01/zones/objects/chairs/drv_bench_wicker_plain01',546),
(4235,5303,'_exp01/zones/objects/chairs/drv_bench_wood_ornate01',546),
(4236,5304,'_exp01/zones/objects/chairs/drv_chair_sultan_ornate01',546),
(4237,5305,'_exp01/zones/objects/chairs/drv_chair_wood_octagonal01',546),
(4238,5306,'_exp01/zones/objects/chairs/drv_stool_brass_ornate01',546),
(4239,5307,'_exp01/zones/objects/chests/cr_chest_orc_closed01',546),
(4240,5308,'_exp01/zones/objects/chests/cr_treasurechest_orc01',546),
(4241,5309,'_exp01/zones/objects/chests/cr_treasurechest_orc_open01',546),
(4242,5310,'_exp01/zones/objects/chests/drv_chest_ornate02',546),
(4243,5311,'_exp01/zones/objects/chests/drv_chest_wood01',546),
(4244,5312,'_exp01/zones/objects/chests/drv_chest_wood02',546),
(4245,5313,'_exp01/zones/objects/containers/drv_container_merch_basketlong_open01',546),
(4246,5314,'_exp01/zones/objects/containers/drv_container_merch_basketshort_open01',546),
(4247,5315,'_exp01/zones/objects/containers/drv_container_merch_basketshort_open02',546),
(4248,5316,'_exp01/zones/objects/containers/drv_container_merch_bowl01',546),
(4249,5317,'_exp01/zones/objects/containers/drv_container_merch_bowl02',546),
(4250,5318,'_exp01/zones/objects/firepits/cr_firepit_orc_withutensils01',546),
(4251,5319,'_exp01/zones/objects/incense_burners/djn_genielamp_gold01',546),
(4252,5320,'_exp01/zones/objects/incense_burners/djn_incenseburner_brass01',546),
(4253,5321,'_exp01/zones/objects/incense_burners/djn_genielamp_rusty01',546),
(4254,5322,'_exp01/zones/objects/incense_burners/djn_incenseburner_gold01',546),
(4255,5323,'_exp01/zones/objects/kegs/drv_keg_large01',546),
(4256,5324,'_exp01/zones/objects/kegs/drv_keg_small01',546),
(4257,5325,'_exp01/zones/objects/kegs/drv_kegstand01',546),
(4258,5326,'_exp01/zones/objects/kegs/drv_kegstand_base01',546),
(4259,5327,'_exp01/zones/objects/kegs/drv_kegstand_double01',546),
(4260,5328,'_exp01/zones/objects/kegs/drv_kegstand_keg01',546),
(4261,5329,'_exp01/zones/objects/kegs/drv_kegstand_keg01_swinging',546),
(4262,5330,'_exp01/zones/objects/light_sources/cr_lightsource_orc_torch_ornate01',546),
(4263,5331,'_exp01/zones/objects/light_sources/drv_lightsource_candles_group01',546),
(4264,5332,'_exp01/zones/objects/light_sources/drv_lightsource_ext_lantern01',546),
(4265,5333,'_exp01/zones/objects/light_sources/drv_lightsource_ext_lantern01_swinging',546),
(4266,5334,'_exp01/zones/objects/mirrors/drv_mirror_ornate01',546),
(4267,5335,'_exp01/zones/objects/mirrors/drv_mirror_plain01',546),
(4268,5336,'_exp01/zones/objects/pillows/djn_pillow_floor_redsquare01',546),
(4269,5337,'_exp01/zones/objects/pillows/drv_pillow_bench_pattern02',546),
(4270,5338,'_exp01/zones/objects/pillows/drv_pillow_floor_palace_oval01',546),
(4271,5339,'_exp01/zones/objects/pillows/drv_pillow_floor_palace_round01',546),
(4272,5340,'_exp01/zones/objects/pillows/drv_pillow_floor_palace_square01',546),
(4273,5341,'_exp01/zones/objects/pillows/drv_pillow_floor_palace_square02',546),
(4274,5342,'_exp01/zones/objects/pillows/drv_pillow_floor_round_worn01',546),
(4275,5343,'_exp01/zones/objects/pillows/drv_pillow_floor_round_worn02',546),
(4276,5344,'_exp01/zones/objects/pillows/drv_pillow_floor_square_worn02',546),
(4277,5345,'_exp01/zones/objects/pillows/drv_pillow_seat01',546),
(4278,5346,'_exp01/zones/objects/pillows/drv_pillow_seat02',546),
(4279,5347,'_exp01/zones/objects/pillows/drv_pillow_seat_weights_worn02',546),
(4280,5348,'_exp01/zones/objects/pillows/drv_pillow_seat_worn01',546),
(4281,5349,'_exp01/zones/objects/pillows/drv_pillow_seat_worn02',546),
(4282,5350,'_exp01/zones/objects/pillows/drv_pillow_bench_pattern01_worn',546),
(4283,5351,'_exp01/zones/objects/pillows/drv_pillow_bench_dirty01',546),
(4284,5352,'_exp01/zones/objects/pillows/drv_pillow_bench_clean01',546),
(4285,5353,'_exp01/zones/objects/pillows/drv_pillow_floor_oval_worn02',546),
(4286,5354,'_exp01/zones/objects/pillows/drv_pillow_floor_oval_worn01',546),
(4287,5355,'_exp01/zones/objects/podiums/sc_podium_nosphinx_small01',546),
(4288,5356,'_exp01/zones/objects/potted_plants/djn_pottedplant_palm02_med_blue',546),
(4289,5357,'_exp01/zones/objects/pottery/djn_vase_brokenpieces_group01',546),
(4290,5358,'_exp01/zones/objects/pottery/djn_vase_brokenpieces_group02',546),
(4291,5359,'_exp01/zones/objects/pottery/djn_vase_gold_broken01',546),
(4292,5360,'_exp01/zones/objects/pottery/drv_vase_brass_broken02',546),
(4293,5361,'_exp01/zones/objects/pottery/drv_vase_broken01',546),
(4294,5362,'_exp01/zones/objects/pottery/drv_vase_broken02',546),
(4295,5363,'_exp01/zones/objects/pottery/drv_vase_brokenpieces_group01',546),
(4296,5364,'_exp01/zones/objects/pottery/drv_vase_brokenpieces_group02',546),
(4297,5365,'_exp01/zones/objects/pottery/drv_vase_brokenpieces_group03',546),
(4298,5366,'_exp01/zones/objects/pottery/drv_vase_brokenpieces_group04',546),
(4299,5367,'_exp01/zones/objects/pottery/drv_vase_brokenpieces_group05',546),
(4300,5368,'_exp01/zones/objects/pottery/drv_vase_ornate01',546),
(4301,5369,'_exp01/zones/objects/pottery/drv_vase_ornate02',546),
(4302,5370,'_exp01/zones/objects/pottery/drv_vase_ornate_large02',546),
(4303,5371,'_exp01/zones/objects/pottery/drv_vase_ornate_porcelain_large01',546),
(4304,5372,'_exp01/zones/objects/pottery/drv_vase_plain01',546),
(4305,5373,'_exp01/zones/objects/pottery/drv_vase_porcelain_ornate01',546),
(4306,5374,'_exp01/zones/objects/pottery/drv_vase_porcelain_ornate02',546),
(4307,5375,'_exp01/zones/objects/rocks/pf_rocks_gnollboulders_painted01',546),
(4308,5376,'_exp01/zones/objects/roomdivider/drv_divider_plain01',546),
(4309,5377,'_exp01/zones/objects/rugs/cr_animal_hide_rug',546),
(4310,5378,'_exp01/zones/objects/rugs/drv_rug_group01',546),
(4311,5379,'_exp01/zones/objects/rugs/drv_rug_group02',546),
(4312,5380,'_exp01/zones/objects/rugs/drv_rug_group03',546),
(4313,5381,'_exp01/zones/objects/rugs/drv_rug_rect_worn01',546),
(4314,5382,'_exp01/zones/objects/rugs/drv_rug_rect_worn02',546),
(4315,5383,'_exp01/zones/objects/rugs/drv_rug_rolled_worn01',546),
(4316,5384,'_exp01/zones/objects/rugs/drv_rug_rolled_worn02',546),
(4317,5385,'_exp01/zones/objects/rugs/drv_rug_round02',546),
(4318,5386,'_exp01/zones/objects/rugs/drv_rug_round_worn01',546),
(4319,5387,'_exp01/zones/objects/rugs/drv_rug_round_worn02',546),
(4320,5388,'_exp01/zones/objects/rugs/drv_rug_square02',546),
(4321,5389,'_exp01/zones/objects/rugs/drv_rug_square03',546),
(4322,5390,'_exp01/zones/objects/rugs/drv_rug_square04',546),
(4323,5391,'_exp01/zones/objects/rugs/drv_rug_square_worn01',546),
(4324,5392,'_exp01/zones/objects/rugs/drv_rug_square_worn02',546),
(4325,5393,'_exp01/zones/objects/rugs/drv_rug_square_worn03',546),
(4326,5394,'_exp01/zones/objects/rugs/drv_rugs_rolled_group01',546),
(4327,5395,'_exp01/zones/objects/rugs/drv_rugs_rolled_group02',546),
(4328,5396,'_exp01/zones/objects/rugs/drv_rugs_rolled_worn_group01',546),
(4329,5397,'_exp01/zones/objects/scrolls/djn_scriptorium_scrollracks_6m',546),
(4330,5398,'_exp01/zones/objects/tables/djn_table_bedside01',546),
(4331,5399,'_exp01/zones/objects/tables/djn_table_floating02',546),
(4332,5400,'_exp01/zones/objects/tables/drv_table_coffee_plain01',546),
(4333,5401,'_exp01/zones/objects/tables/drv_table_dining_ornate01',546),
(4334,5402,'_exp01/zones/objects/tables/drv_table_dining_ornate02',546),
(4335,5403,'_exp01/zones/objects/tables/drv_table_dining_roundplain01',546),
(4336,5404,'_exp01/zones/objects/tables/drv_table_dining_squareplain01',546),
(4337,5405,'_exp01/zones/objects/tables/drv_table_end_round01',546),
(4338,5406,'_exp01/zones/objects/tables/drv_table_merchant01',546),
(4339,5407,'_exp01/zones/objects/tables/drv_table_merchant_long01',546),
(4340,5408,'_exp01/zones/objects/tablets/lt_tablet01',546),
(4341,5409,'_exp01/zones/objects/tablets/pf_tablet_broken01',546),
(4342,5410,'_exp01/zones/objects/tablets/pf_tablet_broken02',546),
(4343,5411,'_exp01/zones/objects/tapestries/drv_tapestry_4m_brasstrim_beige01_swinging',546),
(4344,5412,'_exp01/zones/objects/tapestries/drv_tapestry_4m_woodtrim_beige01_swinging',546),
(4345,5413,'_exp01/zones/objects/tapestries/drv_tapestry_4m_woodtrim_purple01_swinging',546),
(4346,5414,'_exp01/zones/objects/tapestries/drv_tapestry_6m_brasstrim_purple01_swinging',546),
(4347,5415,'_exp01/zones/objects/tapestries/drv_tapestry_6m_brasstrim_red01_swinging',546),
(4348,5416,'_exp01/zones/objects/tapestries/drv_tapestry_6m_wood_purple01_swinging',546),
(4349,5417,'_exp01/zones/objects/tapestries/drv_tapestry_6m_wood_red01_swinging',546),
(4350,5418,'_exp01/zones/objects/tapestries/drv_tapestry_apparatus01',546),
(4351,5419,'_exp01/zones/objects/tapestries/drv_tapestry_brass_apparatus02',546),
(4352,5420,'_exp01/zones/objects/tapestries/drv_tapestry_brass_ceilingmount01',546),
(4353,5421,'_exp01/zones/objects/tapestries/drv_tapestry_brass_dualhooks01',546),
(4354,5422,'_exp01/zones/objects/tapestries/drv_tapestry_wood_apparatus02',546),
(4355,5423,'_exp01/zones/objects/tapestries/drv_tapestry_wood_ceilingmount01',546),
(4356,5425,'_exp01/zones/objects/tents/drv_tent_merchant_hanging_blue',546),
(4357,5426,'_exp01/zones/objects/tents/drv_tent_merchant_hanging_orange',546),
(4358,5427,'_exp01/zones/objects/tents/drv_tent_merchant_hanging_red',546),
(4359,5428,'_exp01/zones/objects/tents/drv_tent_merchant_hanging_teal',546),
(4360,5429,'_exp01/zones/objects/tents/pf_goblin_tent',546),
(4361,5430,'_exp01/zones/objects/tents/pf_tent',546),
(4362,5431,'_exp01/zones/objects/tents/pf_tent_sandgiant',546),
(4363,5432,'_exp01/zones/objects/tents/ss_tent_lizardmen',546),
(4364,5433,'_exp01/zones/objects/tents/ss_tent_gnoll_anubis01',546),
(4365,5434,'_exp01/zones/objects/tents/ss_tent_nomad_double_group01',546),
(4366,5435,'_exp01/zones/objects/tents/ss_tent_orc01',546),
(4367,5436,'_exp01/zones/objects/tools/cr_tool_orc_forge_anvil',546),
(4368,5437,'_exp01/zones/objects/urns/drv_urn_large01',546),
(4369,5438,'_exp01/zones/objects/vases/djn_vase_brass01',546),
(4370,5439,'_exp01/zones/objects/vases/djn_vase_brass_broken01',546),
(4371,5440,'_exp01/zones/objects/vases/djn_vase_gold01',546),
(4372,5441,'_exp01/zones/objects/wallchargers/drv_wallcharger_brass01',546),
(4373,5442,'_exp01/zones/objects/wallchargers/drv_wallcharger_brass02',546),
(4374,5443,'_exp01/zones/objects/wallchargers/drv_wallcharger_ceramic01',546),
(4375,5444,'_exp01/zones/objects/wallchargers/drv_wallcharger_ceramic02',546),
(4376,5445,'_exp01/zones/objects/wallchargers/drv_wallcharger_porcelain01',546),
(4377,5446,'_exp01/zones/objects/pillows/djn_pillow_floor_bluesquare01',546),
(4378,5447,'_exp01/zones/objects/tables/djn_table_artist_brass01',546),
(4379,5448,'_exp01/zones/objects/arena/powerups/arena_powerup_potion_red',546),
(4380,5449,'_exp01/zones/objects/arena/powerups/arena_powerup_potion_blue',546),
(4381,5450,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_blue',546),
(4382,5451,'_exp01/zones/objects/arena/powerups/arena_powerup_star_orange',546),
(4383,5452,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_red',546),
(4384,5453,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_yellow',546),
(4385,5454,'_exp01/zones/objects/doorknocker/md_doorknocker01',546),
(4386,5455,'_exp01/zones/objects/columns/prism_column01',546),
(4387,5456,'accessories/wearable_items/starter_clothes/barbarian_female/arms',843),
(4388,5457,'accessories/wearable_items/starter_clothes/barbarian_female/chest',843),
(4389,5458,'accessories/wearable_items/starter_clothes/barbarian_female/legs',843),
(4390,5459,'accessories/wearable_items/starter_clothes/barbarian_female/sleeves',843),
(4391,5460,'accessories/wearable_items/starter_clothes/barbarian_male/arms',843),
(4392,5461,'accessories/wearable_items/starter_clothes/barbarian_male/chest',843),
(4393,5462,'accessories/wearable_items/starter_clothes/barbarian_male/legs',843),
(4394,5463,'accessories/wearable_items/starter_clothes/barbarian_male/sleeves',843),
(4395,5464,'accessories/wearable_items/starter_clothes/darkelf_female/arms',843),
(4396,5465,'accessories/wearable_items/starter_clothes/darkelf_female/chest',843),
(4397,5466,'accessories/wearable_items/starter_clothes/darkelf_female/legs',843),
(4398,5467,'accessories/wearable_items/starter_clothes/darkelf_female/sleeves',843),
(4399,5468,'accessories/wearable_items/starter_clothes/darkelf_male/arms',843),
(4400,5469,'accessories/wearable_items/starter_clothes/darkelf_male/chest',843),
(4401,5470,'accessories/wearable_items/starter_clothes/darkelf_male/legs',843),
(4402,5471,'accessories/wearable_items/starter_clothes/darkelf_male/sleeves',843),
(4403,5472,'accessories/wearable_items/starter_clothes/dwarf_female/arms',843),
(4404,5473,'accessories/wearable_items/starter_clothes/dwarf_female/chest',843),
(4405,5474,'accessories/wearable_items/starter_clothes/dwarf_female/legs',843),
(4406,5475,'accessories/wearable_items/starter_clothes/dwarf_female/sleeves',843),
(4407,5476,'accessories/wearable_items/starter_clothes/dwarf_male/arms',843),
(4408,5477,'accessories/wearable_items/starter_clothes/dwarf_male/chest',843),
(4409,5478,'accessories/wearable_items/starter_clothes/dwarf_male/legs',843),
(4410,5479,'accessories/wearable_items/starter_clothes/dwarf_male/sleeves',843),
(4411,5480,'accessories/wearable_items/starter_clothes/erudite_female/arms',843),
(4412,5481,'accessories/wearable_items/starter_clothes/erudite_female/chest',843),
(4413,5482,'accessories/wearable_items/starter_clothes/erudite_female/legs',843),
(4414,5483,'accessories/wearable_items/starter_clothes/erudite_female/sleeves',843),
(4415,5484,'accessories/wearable_items/starter_clothes/erudite_male/arms',843),
(4416,5485,'accessories/wearable_items/starter_clothes/erudite_male/chest',843),
(4417,5486,'accessories/wearable_items/starter_clothes/erudite_male/legs',843),
(4418,5487,'accessories/wearable_items/starter_clothes/erudite_male/sleeves',843),
(4419,5488,'accessories/wearable_items/starter_clothes/froglok_female/arms',843),
(4420,5489,'accessories/wearable_items/starter_clothes/froglok_female/chest',843),
(4421,5490,'accessories/wearable_items/starter_clothes/froglok_female/legs',843),
(4422,5491,'accessories/wearable_items/starter_clothes/froglok_female/sleeves',843),
(4423,5492,'accessories/wearable_items/starter_clothes/froglok_male/arms',843),
(4424,5493,'accessories/wearable_items/starter_clothes/froglok_male/chest',843),
(4425,5494,'accessories/wearable_items/starter_clothes/froglok_male/legs',843),
(4426,5495,'accessories/wearable_items/starter_clothes/froglok_male/sleeves',843),
(4427,5496,'accessories/wearable_items/starter_clothes/gnome_female/arms',843),
(4428,5497,'accessories/wearable_items/starter_clothes/gnome_female/chest',843),
(4429,5498,'accessories/wearable_items/starter_clothes/gnome_female/legs',843),
(4430,5499,'accessories/wearable_items/starter_clothes/gnome_female/sleeves',843),
(4431,5500,'accessories/wearable_items/starter_clothes/gnome_male/arms',843),
(4432,5501,'accessories/wearable_items/starter_clothes/gnome_male/chest',843),
(4433,5502,'accessories/wearable_items/starter_clothes/gnome_male/legs',843),
(4434,5503,'accessories/wearable_items/starter_clothes/gnome_male/sleeves',843),
(4435,5504,'accessories/wearable_items/starter_clothes/halfelf_female/arms',843),
(4436,5505,'accessories/wearable_items/starter_clothes/halfelf_female/chest',843),
(4437,5506,'accessories/wearable_items/starter_clothes/halfelf_female/legs',843),
(4438,5507,'accessories/wearable_items/starter_clothes/halfelf_female/sleeves',843),
(4439,5508,'accessories/wearable_items/starter_clothes/halfelf_male/arms',843),
(4440,5509,'accessories/wearable_items/starter_clothes/halfelf_male/chest',843),
(4441,5510,'accessories/wearable_items/starter_clothes/halfelf_male/legs',843),
(4442,5511,'accessories/wearable_items/starter_clothes/halfelf_male/sleeves',843),
(4443,5512,'accessories/wearable_items/starter_clothes/halfling_female/arms',843),
(4444,5513,'accessories/wearable_items/starter_clothes/halfling_female/chest',843),
(4445,5514,'accessories/wearable_items/starter_clothes/halfling_female/legs',843),
(4446,5515,'accessories/wearable_items/starter_clothes/halfling_female/sleeves',843),
(4447,5516,'accessories/wearable_items/starter_clothes/halfling_male/arms',843),
(4448,5517,'accessories/wearable_items/starter_clothes/halfling_male/chest',843),
(4449,5518,'accessories/wearable_items/starter_clothes/halfling_male/legs',843),
(4450,5519,'accessories/wearable_items/starter_clothes/halfling_male/sleeves',843),
(4451,5520,'accessories/wearable_items/starter_clothes/highelf_female/arms',843),
(4452,5521,'accessories/wearable_items/starter_clothes/highelf_female/chest',843),
(4453,5522,'accessories/wearable_items/starter_clothes/highelf_female/legs',843),
(4454,5523,'accessories/wearable_items/starter_clothes/highelf_female/sleeves',843),
(4455,5524,'accessories/wearable_items/starter_clothes/highelf_male/arms',843),
(4456,5525,'accessories/wearable_items/starter_clothes/highelf_male/chest',843),
(4457,5526,'accessories/wearable_items/starter_clothes/highelf_male/legs',843),
(4458,5527,'accessories/wearable_items/starter_clothes/highelf_male/sleeves',843),
(4459,5528,'accessories/wearable_items/starter_clothes/human_female/arms',843),
(4460,5529,'accessories/wearable_items/starter_clothes/human_female/chest',843),
(4461,5530,'accessories/wearable_items/starter_clothes/human_female/legs',843),
(4462,5531,'accessories/wearable_items/starter_clothes/human_female/sleeves',843),
(4463,5532,'accessories/wearable_items/starter_clothes/human_male/arms',843),
(4464,5533,'accessories/wearable_items/starter_clothes/human_male/chest',843),
(4465,5534,'accessories/wearable_items/starter_clothes/human_male/legs',843),
(4466,5535,'accessories/wearable_items/starter_clothes/human_male/sleeves',843),
(4467,5536,'accessories/wearable_items/starter_clothes/iksar_female/arms',843),
(4468,5537,'accessories/wearable_items/starter_clothes/iksar_female/chest',843),
(4469,5538,'accessories/wearable_items/starter_clothes/iksar_female/legs',843),
(4470,5539,'accessories/wearable_items/starter_clothes/iksar_female/sleeves',843),
(4471,5540,'accessories/wearable_items/starter_clothes/iksar_male/arms',843),
(4472,5541,'accessories/wearable_items/starter_clothes/iksar_male/chest',843),
(4473,5542,'accessories/wearable_items/starter_clothes/iksar_male/legs',843),
(4474,5543,'accessories/wearable_items/starter_clothes/iksar_male/sleeves',843),
(4475,5544,'accessories/wearable_items/starter_clothes/kerra_female/arms',843),
(4476,5545,'accessories/wearable_items/starter_clothes/kerra_female/chest',843),
(4477,5546,'accessories/wearable_items/starter_clothes/kerra_female/legs',843),
(4478,5547,'accessories/wearable_items/starter_clothes/kerra_female/sleeves',843),
(4479,5548,'accessories/wearable_items/starter_clothes/kerra_male/arms',843),
(4480,5549,'accessories/wearable_items/starter_clothes/kerra_male/chest',843),
(4481,5550,'accessories/wearable_items/starter_clothes/kerra_male/legs',843),
(4482,5551,'accessories/wearable_items/starter_clothes/kerra_male/sleeves',843),
(4483,5552,'accessories/wearable_items/starter_clothes/ogre_female/arms',843),
(4484,5553,'accessories/wearable_items/starter_clothes/ogre_female/chest',843),
(4485,5554,'accessories/wearable_items/starter_clothes/ogre_female/legs',843),
(4486,5555,'accessories/wearable_items/starter_clothes/ogre_female/sleeves',843),
(4487,5556,'accessories/wearable_items/starter_clothes/ogre_male/arms',843),
(4488,5557,'accessories/wearable_items/starter_clothes/ogre_male/chest',843),
(4489,5558,'accessories/wearable_items/starter_clothes/ogre_male/legs',843),
(4490,5559,'accessories/wearable_items/starter_clothes/ogre_male/sleeves',843),
(4491,5560,'accessories/wearable_items/starter_clothes/ratonga_female/arms',843),
(4492,5561,'accessories/wearable_items/starter_clothes/ratonga_female/chest',843),
(4493,5562,'accessories/wearable_items/starter_clothes/ratonga_female/legs',843),
(4494,5563,'accessories/wearable_items/starter_clothes/ratonga_female/sleeves',843),
(4495,5564,'accessories/wearable_items/starter_clothes/troll_female/arms',843),
(4496,5565,'accessories/wearable_items/starter_clothes/troll_female/chest',843),
(4497,5566,'accessories/wearable_items/starter_clothes/troll_female/legs',843),
(4498,5567,'accessories/wearable_items/starter_clothes/troll_female/sleeves',843),
(4499,5568,'accessories/wearable_items/starter_clothes/troll_male/arms',843),
(4500,5569,'accessories/wearable_items/starter_clothes/troll_male/chest',843),
(4501,5570,'accessories/wearable_items/starter_clothes/troll_male/legs',843),
(4502,5571,'accessories/wearable_items/starter_clothes/troll_male/sleeves',843),
(4503,5572,'accessories/wearable_items/starter_clothes/woodelf_female/arms',843),
(4504,5573,'accessories/wearable_items/starter_clothes/woodelf_female/chest',843),
(4505,5574,'accessories/wearable_items/starter_clothes/woodelf_female/legs',843),
(4506,5575,'accessories/wearable_items/starter_clothes/woodelf_female/sleeves',843),
(4507,5576,'accessories/wearable_items/starter_clothes/woodelf_male/arms',843),
(4508,5577,'accessories/wearable_items/starter_clothes/woodelf_male/chest',843),
(4509,5578,'accessories/wearable_items/starter_clothes/woodelf_male/legs',843),
(4510,5579,'accessories/wearable_items/starter_clothes/woodelf_male/sleeves',843),
(4511,5580,'_exp01/zones/objects/arena/arena_poi_tower01',546),
(4512,5581,'_exp01/zones/objects/arena/arena_poi_wallspike01',546),
(4513,5582,'_exp01/zones/objects/arena/arena_poi_arch01',546),
(4514,5583,'_exp01/zones/objects/arena/arena_poi_bridge01',546),
(4515,5584,'_exp01/zones/objects/arena/arena_poi_pillar01',546),
(4516,5585,'_exp01/zones/objects/arena/arena_poi_platform01',546),
(4517,5586,'_exp01/zones/objects/arena/arena_poi_wall01',546),
(4518,5587,'_exp01/zones/objects/arena/arena_poi_dugout01',546),
(4519,5588,'_exp01/zones/objects/beds/djn_bed_brass01',546),
(4520,5590,'creatures/tu/noteman_tu',843),
(4521,5591,'_exp01/zones/cities/majdul/md_p11/md_p11_int_truth_door04',546),
(4522,5592,'_exp01/zones/dungeons/clefts_of_rujark/clefts_int2/clefts_int2_door_dead01',546),
(4523,5593,'_exp01/zones/dungeons/clefts_of_rujark/clefts_int2/clefts_int2_door_frsme_dead01',546),
(4524,5594,'_exp01/zones/objects/arena/arena_flag_team_red',546),
(4525,5595,'_exp01/zones/objects/arena/arena_flag_team_blue',546),
(4526,5596,'_exp01/characters/monsters/devil_dust',546),
(4527,5597,'_exp01/characters/monsters/devil_fire',546),
(4528,5598,'_exp01/zones/objects/mobile_barricades/drv_mobile_barricade',546),
(4529,5601,'_exp01/zones/objects/md_doors/md_doors_03_02_l',546),
(4530,5602,'_exp01/characters/tool_users/orc_desert_warrior_bald_ghost',546),
(4531,5603,'_exp01/characters/tool_users/orc_desert_warrior_bald_square_ghost',546),
(4532,5604,'_exp01/characters/tool_users/orc_desert_warrior_helm_round_ghost',546),
(4533,5605,'_exp01/characters/tool_users/orc_desert_warrior_helm_square_ghost',546),
(4534,5606,'_exp01/characters/monsters/camel',546),
(4535,5607,'_exp01/characters/monsters/camel_pack',546),
(4536,5609,'_exp01/zones/objects/light_sources/drv_lightsource_candlestick_plain01',546),
(4537,5610,'_exp01/zones/objects/chairs/drv_bench_wood_plain01',546),
(4538,5611,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/chest',843),
(4539,5612,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/feet',843),
(4540,5613,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/forearms',843),
(4541,5614,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/hands',843),
(4542,5615,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/head',843),
(4543,5616,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/legs',843),
(4544,5617,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/shoulders',843),
(4545,5618,'_exp01/characters/tool_users/mummy_godking_anuk',546),
(4546,5619,'staticobjects/fx/medium_fire',843),
(4547,5620,'staticobjects/fx/wind_smoke',843),
(4548,5621,'staticobjects/fx/smoke_medium_thin',843),
(4549,5622,'_exp01/zones/objects/beds/drv_bed_doubleplain001',546),
(4550,5623,'_exp01/zones/objects/beds/drv_bed_kingplain001',546),
(4551,5624,'_exp01/zones/objects/beds/drv_bed_singleplain001',546),
(4552,5625,'_exp01/zones/objects/bookcases/drv_bookcase_ornate_short01',546),
(4553,5626,'_exp01/zones/objects/bookcases/drv_bookcase_ornate_tall01',546),
(4554,5627,'_exp01/characters/monsters/spider_terrorantula',546),
(4555,5628,'accessories/wieldable_items/weapons/axe/cobra_hatchet/cobra_hatchet_plain',843),
(4556,5629,'accessories/wieldable_items/weapons/dagger/jambiya/jambiya_plain',843),
(4557,5630,'accessories/wieldable_items/weapons/staff/cobra_staff/cobra_staff_plain',843),
(4558,5631,'accessories/wieldable_items/weapons/hammer/lotus_sceptre/lotus_sceptre_plain',843),
(4559,5632,'accessories/wieldable_items/weapons/hammer/amber_sceptre/amber_sceptre_plain',843),
(4560,5633,'accessories/wieldable_items/weapons/hammer/crab_sceptre/crab_sceptre_plain',843),
(4561,5634,'_exp01/characters/monsters/devil_dust_tornado',546),
(4562,5635,'_exp01/characters/monsters/camel_dromedary',546),
(4563,5638,'_exp01/zones/objects/bottle/bottle_with_ship01',546),
(4564,5640,'staticobjects/bookcases/scrollcase01',843),
(4565,5641,'staticobjects/bookcases/scrollcase01_brkn',843),
(4566,5642,'_exp01/zones/objects/doors_doorways/drv_manhole_cover',546),
(4567,5643,'_exp01/zones/animated_objects/djn_mirror_translocation_citadelexterior',546),
(4568,5644,'_exp01/zones/animated_objects/djn_mirror_translocation_firstfloor_sphinx',546),
(4569,5645,'_exp01/zones/animated_objects/djn_mirror_translocation_fourthfloor',546),
(4570,5646,'_exp01/zones/animated_objects/djn_mirror_translocation_hallofdoors',546),
(4571,5647,'_exp01/zones/animated_objects/djn_mirror_translocation_pillars',546),
(4572,5648,'_exp01/zones/animated_objects/djn_mirror_translocation_secondfloor',546),
(4573,5649,'_exp01/zones/objects/bench/lt_stonebench01',546),
(4574,5650,'_exp01/zones/objects/light_sources/sc_lightsource_flamingfeather01',546),
(4575,5651,'_exp01/zones/objects/light_sources/sc_lightsource_glassvessel01',546),
(4576,5652,'_exp01/zones/objects/urns/lt_vase01',546),
(4577,5653,'_exp01/zones/objects/urns/lt_vase02',546),
(4578,5654,'_exp01/zones/objects/urns/lt_vase03',546),
(4579,5655,'_exp01/zones/objects/lights/md_light_5m00',546),
(4580,5656,'_exp01/zones/objects/lights/md_light_5m01',546),
(4581,5657,'_exp01/zones/objects/lights/md_light_2m00',546),
(4582,5658,'_exp01/zones/objects/lights/md_light_2m01',546),
(4583,5660,'_exp01/zones/objects/kitchen_tools/drv_cup_ornate_brass',546),
(4584,5661,'_exp01/zones/objects/kitchen_tools/drv_cup_ornate_pewter',546),
(4585,5662,'_exp01/zones/objects/kitchen_tools/drv_wine_bottle_ornate_brass',546),
(4586,5663,'_exp01/zones/objects/kitchen_tools/drv_wine_bottle_ornate_pewter',546),
(4587,5664,'_exp01/zones/objects/light_sources/sc_lightsource_flamingfeather01_no_lightsource',546),
(4588,5665,'_exp01/zones/objects/light_sources/drv_lightsource_int_lanternhanging_plain01',546),
(4589,5666,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_01_pink',546),
(4590,5667,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_02_yellow',546),
(4591,5668,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_03_orange',546),
(4592,5669,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_04_green',546),
(4593,5670,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_05_blue',546),
(4594,5671,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_06_purple',546),
(4595,5672,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_07_red',546),
(4596,5673,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_08_white',546),
(4597,5674,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_symbol_09_black',546),
(4598,5675,'_exp01/zones/objects/banners/ss_orc_tribalbanner01_l0',546),
(4599,5676,'_exp01/zones/objects/beetle/ss_dunebeetle_carapace01',546),
(4600,5677,'_exp01/zones/objects/crates/ss_crate_boarded_long01',546),
(4601,5678,'_exp01/zones/objects/crates/ss_crate_large01',546),
(4602,5679,'_exp01/zones/objects/crates/ss_crate_small01',546),
(4603,5680,'_exp01/zones/objects/switches/sc_objects_puzzlebox_switch01',546),
(4604,5681,'_exp01/zones/objects/urns/lt_urn02',546),
(4605,5682,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_ewer',546),
(4606,5683,'_exp01/zones/dungeons/silent_city/sc_temple/sc_temple_int_waterfall02_up',546),
(4607,5684,'_exp01/characters/monsters/leopard_yellow',546),
(4608,5685,'_exp01/characters/monsters/leopard_black',546),
(4609,5686,'_exp01/characters/tool_users/djinn_master',546),
(4610,5687,'_exp01/zones/objects/light_sources/drv_lightsource_ext_torch01',546),
(4611,5688,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_blue',546),
(4612,5689,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_green',546),
(4613,5690,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_orange',546),
(4614,5691,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_purple',546),
(4615,5692,'_exp01/zones/objects/arena/powerups/arena_powerup_bolt_red',546),
(4616,5693,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_green',546),
(4617,5694,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_orange',546),
(4618,5695,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_purple',546),
(4619,5696,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_red',546),
(4620,5697,'_exp01/zones/objects/arena/powerups/arena_powerup_star_blue',546),
(4621,5698,'_exp01/zones/objects/arena/powerups/arena_powerup_star_green',546),
(4622,5699,'_exp01/zones/objects/arena/powerups/arena_powerup_star_purple',546),
(4623,5700,'_exp01/zones/objects/arena/powerups/arena_powerup_star_red',546),
(4624,5701,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_blue',546),
(4625,5702,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_green',546),
(4626,5703,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_purple',546),
(4627,5704,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_yellow',546),
(4628,5705,'accessories/wearable_items/white_robe/chest',843),
(4629,5706,'accessories/wearable_items/white_robe/hood',843),
(4630,5707,'accessories/wearable_items/white_robe/pants',843),
(4631,5708,'accessories/wearable_items/white_robe/skirt',843),
(4632,5709,'accessories/wearable_items/heavy_plate/plain/chest',843),
(4633,5710,'accessories/wearable_items/heavy_plate/plain/feet',843),
(4634,5711,'accessories/wearable_items/heavy_plate/plain/forearms',843),
(4635,5712,'accessories/wearable_items/heavy_plate/plain/hands',843),
(4636,5713,'accessories/wearable_items/heavy_plate/plain/head',843),
(4637,5714,'accessories/wearable_items/heavy_plate/plain/left',843),
(4638,5715,'accessories/wearable_items/heavy_plate/plain/legs',843),
(4639,5716,'accessories/wearable_items/heavy_plate/plain/legs_noskirt',843),
(4640,5717,'accessories/wearable_items/heavy_plate/plain/shoulders',843),
(4641,5718,'accessories/wearable_items/heavy_plate/plain/shoulders_nopauldrons',843),
(4642,5719,'accessories/wearable_items/heavy_plate/plain/skirt',843),
(4643,5720,'accessories/wearable_items/heavy_plate/plain/upperchest',843),
(4644,5721,'creatures/mounts/carpet_sun',843),
(4645,5722,'_exp01/characters/tool_users/orc_desert_warrior_helm_ghost',546),
(4646,5723,'accessories/wearable_items/heavy_plate/plain/right',843),
(4647,5724,'accessories/wearable_items/starter_clothes/ratonga_male/arms',843),
(4648,5725,'accessories/wearable_items/starter_clothes/ratonga_male/chest',843),
(4649,5726,'accessories/wearable_items/starter_clothes/ratonga_male/legs',843),
(4650,5727,'accessories/wearable_items/starter_clothes/ratonga_male/sleeves',843),
(4651,5738,'_exp01/zones/objects/arena/powerups/arena_powerup_shield_yellow',546),
(4652,5739,'_exp01/zones/objects/arena/powerups/arena_powerup_star_yellow',546),
(4653,5740,'_exp01/zones/objects/arena/powerups/arena_powerup_axe_orange',546),
(4654,5741,'_exp01/zones/objects/firepits/pf_campfire_spit_sandfang01',546),
(4655,5742,'_exp01/zones/objects/hay/pf_haypile01',546),
(4656,5743,'_exp01/zones/regions/pillars_of_flame/pf_objects/pf_rock/pf_rock_pillar01',546),
(4657,5744,'accessories/wieldable_items/weapons/hammer/battle_spoon/battle_spoon',843),
(4658,5745,'staticobjects/fish/fishing_pole_00',843),
(4659,5747,'_exp01/zones/objects/lights/md_light_10m00',546),
(4660,5748,'_exp01/zones/objects/lights/md_light_10m01',546),
(4661,5749,'_exp01/zones/objects/arena/arenaflag_ph_500win',546),
(4662,5750,'_exp01/zones/objects/arena/arenaflag_ph_1000win',546),
(4663,5751,'_exp01/zones/objects/arena/arenaflag_ph_championship_win',546),
(4664,5752,'_exp01/zones/objects/arena/arenaflag_ph_perfect_game',546),
(4665,5753,'_exp01/zones/objects/arena/arenaflag_ph_tournament_win',546),
(4666,5754,'_exp01/zones/objects/arena/arenaflag_ph_undefeated',546),
(4667,5755,'accessories/wieldable_items/weapons/staff/cobra_staff/cobra_staff_special',843),
(4668,5756,'_exp01/zones/objects/tapestries/drv_tapestry_wall_jollyroger',546),
(4669,5757,'_exp02/characters/tool_users/insectoid_worker',561),
(4670,5758,'staticobjects/banners/drv_tapestries_wall_jollyroger',843),
(4671,5759,'creatures/monsters/stagg_deer_female',843),
(4672,5760,'accessories/wearable_items/chain/common/low/legs_noskirt',843),
(4673,5761,'accessories/wearable_items/chain/plain/low/legs_noskirt',843),
(4674,5762,'accessories/wieldable_items/weapons/staff/cobra_staff/cobra_staff_ornate',843),
(4675,5763,'staticobjects/chests/chest_animated_ornate_highbrass',843),
(4676,5766,'staticobjects/chests/chest_animated_ornate_woodgold',843),
(4677,5767,'staticobjects/chests/chest_animated_ornate_silvergold',843),
(4678,5768,'staticobjects/chests/chest_animated_ornate_woodsilver',843),
(4679,5769,'_exp02/characters/monsters/beholder_undead',561),
(4680,5770,'_exp02/characters/monsters/beholder_undead_bloody',561),
(4681,5771,'creatures/tu/golem_water',843),
(4682,5772,'_exp01/characters/monsters/cobra_water_elemental',546),
(4683,5773,'accessories/wearable_items/halloween_masks/antonia_mask/head',843),
(4684,5774,'accessories/wearable_items/halloween_masks/cat_mask/head',843),
(4685,5775,'accessories/wearable_items/halloween_masks/goblin_mask/head',843),
(4686,5776,'accessories/wearable_items/halloween_masks/hatchet_mask/head',843),
(4687,5777,'accessories/wearable_items/halloween_masks/lucan_mask/head',843),
(4688,5778,'accessories/wearable_items/halloween_masks/mask_mask/head',843),
(4689,5779,'accessories/wearable_items/halloween_masks/scarecrow_mask/head',843),
(4690,5780,'accessories/wearable_items/halloween_masks/skeleton_mask/head',843),
(4691,5781,'staticobjects/statues/holysymbol01_localpivot',843),
(4692,5782,'projectiles/spell_fire_ball_long_trail',843),
(4693,5783,'staticobjects/interiors/scenes/objects_race/human/halloween/le_evilpitchfork01',843),
(4694,5784,'staticobjects/interiors/scenes/objects_race/human/halloween/le_hanging_bat01_swinging',843),
(4695,5785,'staticobjects/interiors/scenes/objects_race/human/halloween/le_jackolantern01',843),
(4696,5786,'staticobjects/interiors/scenes/objects_race/human/halloween/le_jackolantern02',843),
(4697,5787,'staticobjects/interiors/scenes/objects_race/human/halloween/le_jackolantern03',843),
(4698,5788,'staticobjects/rocks/ant_p5_meteor01',843),
(4699,5791,'staticobjects/gravestones/gravestone11',843),
(4700,5792,'staticobjects/beds/sleepingrollleather02',843),
(4701,5793,'accessories/wearable_items/chain/chain_tint01/chest',843),
(4702,5794,'accessories/wearable_items/chain/chain_tint01/feet',843),
(4703,5795,'accessories/wearable_items/chain/chain_tint01/forearms',843),
(4704,5796,'accessories/wearable_items/chain/chain_tint01/hands',843),
(4705,5797,'accessories/wearable_items/chain/chain_tint01/head',843),
(4706,5798,'accessories/wearable_items/chain/chain_tint01/legs',843),
(4707,5799,'accessories/wearable_items/chain/chain_tint01/legs_noskirt',843),
(4708,5800,'accessories/wearable_items/chain/chain_tint01/shoulders',843),
(4709,5801,'accessories/wearable_items/chain/chain_tint01/skirt',843),
(4710,5802,'accessories/wearable_items/brigandine/brigandine_tint01/chest',843),
(4711,5803,'accessories/wearable_items/brigandine/brigandine_tint01/feet',843),
(4712,5804,'accessories/wearable_items/brigandine/brigandine_tint01/forearms',843),
(4713,5805,'accessories/wearable_items/brigandine/brigandine_tint01/hands',843),
(4714,5806,'accessories/wearable_items/brigandine/brigandine_tint01/head',843),
(4715,5807,'accessories/wearable_items/brigandine/brigandine_tint01/legs',843),
(4716,5808,'accessories/wearable_items/brigandine/brigandine_tint01/shoulders',843),
(4717,5809,'accessories/wearable_items/plate/plate_tint02/chest',843),
(4718,5810,'accessories/wearable_items/plate/plate_tint02/feet',843),
(4719,5811,'accessories/wearable_items/plate/plate_tint02/forearms',843),
(4720,5812,'accessories/wearable_items/plate/plate_tint02/hands',843),
(4721,5813,'accessories/wearable_items/plate/plate_tint02/head',843),
(4722,5814,'accessories/wearable_items/plate/plate_tint02/legs',843),
(4723,5815,'accessories/wearable_items/plate/plate_tint02/shoulders',843),
(4724,5816,'accessories/wearable_items/leather/leather_tint01/chest',843),
(4725,5817,'accessories/wearable_items/leather/leather_tint01/feet',843),
(4726,5818,'accessories/wearable_items/leather/leather_tint01/forearms',843),
(4727,5819,'accessories/wearable_items/leather/leather_tint01/hands',843),
(4728,5820,'accessories/wearable_items/leather/leather_tint01/head',843),
(4729,5821,'accessories/wearable_items/leather/leather_tint01/legs',843),
(4730,5822,'accessories/wearable_items/leather/leather_tint01/shoulders',843),
(4731,5823,'accessories/wearable_items/leather/leather_tint01/skirt',843),
(4732,5824,'accessories/wearable_items/leather/leather_tint01/legs_noskirt',843),
(4733,5825,'accessories/wearable_items/magus/uncommon/high/hood',843),
(4734,5826,'accessories/wearable_items/vanguard/vanguard_tint01/chest',843),
(4735,5827,'accessories/wearable_items/vanguard/vanguard_tint01/feet',843),
(4736,5828,'accessories/wearable_items/vanguard/vanguard_tint01/forearms',843),
(4737,5829,'accessories/wearable_items/vanguard/vanguard_tint01/hands',843),
(4738,5830,'accessories/wearable_items/vanguard/vanguard_tint01/head',843),
(4739,5831,'accessories/wearable_items/vanguard/vanguard_tint01/legs',843),
(4740,5832,'accessories/wearable_items/vanguard/vanguard_tint01/right',843),
(4741,5833,'accessories/wearable_items/vanguard/vanguard_tint01/shoulders',843),
(4742,5834,'accessories/wearable_items/vanguard/vanguard_tint01/shoulders_nopauldrons',843),
(4743,5835,'staticobjects/platforms/fstc_flying_mount_station',843),
(4744,5836,'staticobjects/platforms/fstc_flying_mount_station_build01',843),
(4745,5837,'staticobjects/platforms/fstc_flying_mount_station_build02',843),
(4746,5838,'accessories/wearable_items/heavy_chain/plain/chest',843),
(4747,5839,'accessories/wearable_items/heavy_chain/plain/feet',843),
(4748,5840,'accessories/wearable_items/heavy_chain/plain/forearms',843),
(4749,5841,'accessories/wearable_items/heavy_chain/plain/hands',843),
(4750,5842,'accessories/wearable_items/heavy_chain/plain/head',843),
(4751,5843,'accessories/wearable_items/heavy_chain/plain/legs',843),
(4752,5844,'accessories/wearable_items/heavy_chain/plain/legs_noskirt',843),
(4753,5845,'accessories/wearable_items/heavy_chain/plain/pauldrons',843),
(4754,5846,'accessories/wearable_items/heavy_chain/plain/shoulders',843),
(4755,5847,'accessories/wearable_items/heavy_chain/plain/shoulders_no_pauldrons',843),
(4756,5848,'accessories/wearable_items/heavy_chain/plain/skirt',843),
(4757,5849,'accessories/wearable_items/plate/plate_tint01/chest',843),
(4758,5850,'accessories/wearable_items/plate/plate_tint01/feet',843),
(4759,5851,'accessories/wearable_items/plate/plate_tint01/forearms',843),
(4760,5852,'accessories/wearable_items/plate/plate_tint01/hands',843),
(4761,5853,'accessories/wearable_items/plate/plate_tint01/head',843),
(4762,5854,'accessories/wearable_items/plate/plate_tint01/legs',843),
(4763,5855,'accessories/wearable_items/plate/plate_tint01/shoulders',843),
(4764,5856,'_exp02/characters/tool_users/insectoid_worker_white',561),
(4765,5857,'_exp02/characters/tool_users/insectoid_warlord_noarmor_white',561),
(4766,5858,'_exp02/characters/tool_users/insectoid_warlord_white',561),
(4767,5859,'_exp02/characters/tool_users/insectoid_spellcaster',561),
(4768,5860,'_exp02/characters/tool_users/insectoid_warlord',561),
(4769,5861,'_exp02/characters/tool_users/insectoid_warlord_noarmor',561),
(4770,5862,'_exp02/characters/monsters/basilisk',561),
(4771,5863,'_exp02/characters/monsters/otyugh',561),
(4772,5864,'staticobjects/chests/chest_animated_treasured',843),
(4773,5865,'staticobjects/chests/chest_animated_legendary',843),
(4774,5866,'staticobjects/statues/idol_rusty_upright',843),
(4775,5867,'staticobjects/shelves/wall_shelf_halfling_wooden02_houseitem',843),
(4776,5868,'staticobjects/shelves/wall_shelf_halfling_wooden03_houseitem',843),
(4777,5869,'staticobjects/lighting/wall_sconce_human_iron02',843),
(4778,5870,'accessories/wieldable_items/weapons/bow/long_bow/long_bow001_ornate_house_item',843),
(4779,5871,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star001_ornate_houseitem',843),
(4780,5872,'accessories/wieldable_items/weapons/talisman/orb/orb001_rusty_houseitem',843),
(4781,5873,'staticobjects/trophies/griffon_tower_trophy',843),
(4782,5874,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/legs_noskirt',843),
(4783,5875,'accessories/wearable_items/heavy_cloth/heavy_cloth_dervish_plain/skirt',843),
(4784,5876,'accessories/wearable_items/profesion_hats/illusionist/illusionist_01/head',843),
(4785,5877,'staticobjects/clock_akanon',843),
(4786,5878,'_exp02/zones/objects/banners/ls_banner_minion01',561),
(4787,5879,'_exp02/zones/objects/beds/hf_bed_guard_ornate01',561),
(4788,5880,'_exp02/zones/objects/books/hf_book_single01',561),
(4789,5881,'_exp02/zones/objects/books/ls_tome_dragon_brass01',561),
(4790,5882,'_exp02/zones/objects/books/ls_tome_dragon_brass02',561),
(4791,5883,'_exp02/zones/objects/books/ls_tome_dragon_group01',561),
(4792,5884,'_exp02/zones/objects/books/ls_tome_dragon_group02',561),
(4793,5885,'_exp02/zones/objects/books/ls_tome_dragon_purple01',561),
(4794,5886,'_exp02/zones/objects/books/ls_tome_dragon_purple02',561),
(4795,5887,'_exp02/zones/objects/chairs_benches/hf_bench_ornate01',561),
(4796,5888,'_exp02/zones/objects/chests/ls_chest_metal01',561),
(4797,5889,'_exp02/zones/objects/crude_tools/hf_tools_excavation_drill',561),
(4798,5890,'_exp02/zones/objects/crude_tools/hf_tools_excavation_group01',561),
(4799,5891,'_exp02/zones/objects/crude_tools/hf_tools_excavation_hammer',561),
(4800,5892,'_exp02/zones/objects/crude_tools/hf_tools_excavation_pick',561),
(4801,5894,'_exp02/zones/objects/crude_tools/hf_tools_excavation_toolbox',561),
(4802,5895,'_exp02/zones/objects/decorations/hf_decoration_scrimshawfang_floor01',561),
(4803,5896,'_exp02/zones/objects/decorations/hf_decoration_scrimshawfang_floor02',561),
(4804,5897,'_exp02/zones/objects/decorations/hf_decoration_scrimshawfang_wall01',561),
(4805,5898,'_exp02/zones/objects/desks/hf_desk_ornate01',561),
(4806,5899,'_exp02/zones/objects/dragon_bones/rn_bones_dragon01',561),
(4807,5900,'_exp02/zones/objects/dragon_bones/rn_bones_dragon02',561),
(4808,5901,'_exp02/zones/objects/plants/rn_stinkweed_group01',561),
(4809,5902,'_exp02/zones/objects/plants/rn_stinkweed_group02',561),
(4810,5903,'_exp02/zones/objects/plants/rn_stinkweed_group03',561),
(4811,5904,'_exp02/zones/objects/plants/rn_stinkweed_intertwined01',561),
(4812,5905,'_exp02/zones/objects/plants/rn_stinkweed_intertwined02',561),
(4813,5906,'_exp02/zones/objects/plants/rn_stinkweed_single01',561),
(4814,5907,'_exp02/characters/tool_users/aviak_eagle_warrior_dark',561),
(4815,5908,'_exp02/characters/tool_users/aviak_eagle_king_dark',561),
(4816,5909,'_exp02/characters/tool_users/aviak_eagle_king_light',561),
(4817,5910,'_exp02/characters/tool_users/aviak_eagle_warrior_light',561),
(4818,5911,'_exp02/characters/tool_users/hooluk_owl_mystic',561),
(4819,5912,'accessories/wieldable_items/weapons/staff/anubis_staff/anubis_staff_plain',843),
(4820,5913,'accessories/wearable_items/profesion_hats/shadowknight/shadowknight_01/head',843),
(4821,5914,'creatures/pets/wyrm_fire',843),
(4822,5915,'_exp02/characters/monsters/dragon_evil_tint01',561),
(4823,5916,'_exp02/characters/monsters/dragon_good_albino',561),
(4824,5917,'_exp02/characters/monsters/dragon_good_tint01',561),
(4825,5918,'_exp02/characters/monsters/beholder',561),
(4826,5919,'_exp02/characters/monsters/tarranax',561),
(4827,5920,'accessories/wieldable_items/weapons/great_sword/qeynos_claymore_sword/qeynos_claymore_sword',843),
(4828,5921,'accessories/wearable_items/profesion_hats/wizard/wizard_01/head',843),
(4829,5922,'staticobjects/interiors/scenes/objects_race/dp_objects/nests/beehive01',843),
(4830,5923,'staticobjects/interiors/scenes/objects_race/dp_objects/nests/beehive02',843),
(4831,5924,'staticobjects/interiors/scenes/objects_race/dp_objects/nests/beehive03',843),
(4832,5926,'projectiles/exp02/hof_molotov_cocktail',561),
(4833,5927,'_exp02/characters/tool_users/vultak_vulture_spellcaster',561),
(4834,5928,'staticobjects/flora/rocks/commonlands/commonlands_central/scenes/nbhum_rock01',843),
(4835,5929,'_exp02/zones/objects/jail_cells/los_jail_cell_piece01',561),
(4836,5930,'accessories/wieldable_items/weapons/great_spear/wyrmslayer/exp02_wyrmslayer',843),
(4837,5932,'accessories/wieldable_items/weapons/staff/djinn_staff/djinn_staff_plain',843),
(4838,5933,'accessories/wieldable_items/weapons/sword/katana/katana_plain',843),
(4839,5934,'accessories/wieldable_items/weapons/sword/katana/katana_ornate',843),
(4840,5935,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_plain',843),
(4841,5936,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_ornate',843),
(4842,5937,'accessories/wieldable_items/weapons/staff/escrima/escrima001_plain',843),
(4843,5938,'accessories/wieldable_items/weapons/staff/escrima/escrima002_ornate',843),
(4844,5939,'_exp02/characters/tool_users/aviak_eagle_white',561),
(4845,5940,'_exp02/characters/tool_users/aviak_eagle_dark',561),
(4846,5941,'_exp02/zones/objects/dragon_statues/ls_statue_dragon_bust01',561),
(4847,5942,'accessories/wearable_items/profesion_hats/swashbuckler/swashbuckler_01/head',843),
(4848,5945,'_exp02/characters/tool_users/vultak_vulture_king',561),
(4849,5946,'_exp02/characters/monsters/carnivorous_plant',561),
(4850,5947,'_exp02/characters/tool_users/draconian',561),
(4851,5948,'_exp02/zones/objects/bottles/glass_vial001_rusty',561),
(4852,5949,'accessories/wearable_items/profesion_hats/inquisitor/inquisitor_01/head',843),
(4853,5951,'accessories/wearable_items/christmas_hats/santa_hat/head',843),
(4854,5952,'_exp02/zones/objects/lift/sos_lift_platform',561),
(4855,5953,'_exp02/characters/tool_users/vultak_vulture_warrior',561),
(4856,5954,'_exp02/zones/objects/dragon_statues/ls_statue_dragon01',561),
(4857,5955,'_exp02/characters/monsters/harla_dar',561),
(4858,5956,'staticobjects/liveevent/rainbow_bridge',843),
(4859,5957,'staticobjects/liveevent/dpo_bucket_snowballs01',843),
(4860,5958,'staticobjects/liveevent/dpo_holiday05_stocking_green',843),
(4861,5959,'staticobjects/liveevent/dpo_holiday05_stocking_red',843),
(4862,5960,'staticobjects/liveevent/dpo_holiday05_stocking_redgold',843),
(4863,5961,'staticobjects/liveevent/dpo_holiday_candlegroup01_bluesilver',843),
(4864,5962,'staticobjects/liveevent/dpo_holiday_candlegroup01_redgreen',843),
(4865,5963,'staticobjects/liveevent/dpo_holiday_candlegroup02_bluesilver',843),
(4866,5964,'staticobjects/liveevent/dpo_holiday_wallcandles01_gold',843),
(4867,5965,'staticobjects/liveevent/dpo_holiday_wallcandles01_silver',843),
(4868,5967,'staticobjects/liveevent/dpo_present01_medium',843),
(4869,5968,'staticobjects/liveevent/dpo_present01_small',843),
(4870,5969,'staticobjects/liveevent/dpo_present02_big',843),
(4871,5970,'staticobjects/liveevent/dpo_present02_medium',843),
(4872,5971,'staticobjects/liveevent/dpo_present_group01',843),
(4873,5972,'staticobjects/liveevent/dpo_present_group02',843),
(4874,5973,'staticobjects/liveevent/dpo_snowglobe_freeport01',843),
(4875,5974,'staticobjects/liveevent/dpo_snowglobe_qeynos01',843),
(4876,5975,'staticobjects/liveevent/dpo_snowman01',843),
(4877,5976,'staticobjects/liveevent/dpo_snowwoman01',843),
(4878,5977,'staticobjects/liveevent/dpo_present01_big',843),
(4879,5978,'staticobjects/boxes/floor_collectionbox_any_ornate01',843),
(4880,5979,'staticobjects/boxes/floor_collectionbox_any_ornate02',843),
(4881,5980,'staticobjects/boxes/floor_collectionbox_any_rough01',843),
(4882,5981,'staticobjects/boxes/floor_collectionbox_any_wood02',843),
(4883,5982,'staticobjects/liveevent/dpo_everfrost_wonderlandwalls01',843),
(4884,5983,'staticobjects/liveevent/dpo_holiday_candycane_large01',843),
(4885,5984,'staticobjects/liveevent/dpo_holiday_candycane_large02',843),
(4886,5985,'staticobjects/liveevent/dpo_holiday_candycane_small01',843),
(4887,5986,'staticobjects/liveevent/dpo_holiday_candycane_small02',843),
(4888,5987,'creatures/tu/invisible_soldier_tu',843),
(4889,5988,'accessories/wearable_items/pauldrons/evil01/pauldron_evil01',843),
(4890,5989,'accessories/wearable_items/pauldrons/evil01/shoulders_pauldron_evil01',843),
(4891,5990,'staticobjects/liveevent/christmas_tree01',843),
(4892,5991,'staticobjects/weapons/dpo_voulge001_ornate',843),
(4893,5992,'_exp02/characters/monsters/gold_flyingsnake',561),
(4894,5993,'_exp02/characters/tool_users/draconian_skeleton',561),
(4895,5994,'creatures/monsters/wyrm_undead',843),
(4896,5995,'creatures/monsters/drake_undead',843),
(4897,5996,'staticobjects/dpo_invisible_wall/invisible_platform',843),
(4898,5997,'creatures/mounts/carpet_nodraw',843),
(4899,5998,'_exp02/zones/objects/bookcases/ss_bookcase_ornate_ceiling01',561),
(4900,5999,'_exp02/zones/objects/bookcases/ss_bookcase_ornate01',561),
(4901,6000,'_exp02/zones/objects/chairs_benches/ls_chair_metal02',561),
(4902,6001,'_exp02/zones/objects/decorations/ls_decoration_wall_dragonhead01',561),
(4903,6002,'accessories/wearable_items/_exp02/heavy_cloth_heroic/legs',561),
(4904,6003,'creatures/monsters/flyingsnake_undead',843),
(4905,6004,'creatures/monsters/drake_goowater',843),
(4906,6005,'accessories/wearable_items/_exp02/heavy_cloth_heroic/shoulders',561),
(4907,6008,'_exp02/characters/monsters/lord_vyemm',561),
(4908,6009,'projectiles/spell_snowball',843),
(4909,6010,'_exp02/zones/objects/tents/dn_tent_red',561),
(4910,6011,'_exp02/characters/monsters/dragon_good_essence',561),
(4911,6012,'accessories/wearable_items/pauldrons/evil02/pauldron_evil02',843),
(4912,6013,'accessories/wearable_items/pauldrons/evil02/shoulders_pauldron_evil02',843),
(4913,6014,'_exp02/characters/tool_users/draconian_assassin',561),
(4914,6015,'_exp02/characters/tool_users/draconian_warlord',561),
(4915,6016,'_exp02/characters/tool_users/draconian_wizard',561),
(4916,6017,'_exp02/characters/tool_users/draconian_undead',561),
(4917,6018,'creatures/monsters/ground_dragon_ghost_pc',843),
(4918,6019,'_exp02/zones/objects/lift/rd_ter_palace_floater',561),
(4919,6021,'accessories/wearable_items/profesion_hats/animal_hide/animal_hide_01/head',843),
(4920,6022,'accessories/wearable_items/profesion_hats/ranger/ranger_01/head',843),
(4921,6023,'staticobjects/monuments/fprt_lucanstatue_pedestal',843),
(4922,6024,'_exp02/zones/objects/plants/rn_stinkweed_bud01',561),
(4923,6025,'staticobjects/spires/spire_construction_1',843),
(4924,6026,'staticobjects/spires/spire_construction_2',843),
(4925,6027,'staticobjects/spires/spire_construction_3',843),
(4926,6028,'staticobjects/spires/spire_construction_4',843),
(4927,6029,'staticobjects/spires/spire_construction_5',843),
(4928,6030,'_exp02/zones/objects/eggs/ls_dragoneggs_broken',561),
(4929,6031,'_exp02/zones/objects/eggs/ls_dragoneggs_mixed',561),
(4930,6032,'_exp02/zones/objects/eggs/ls_dragoneggs_unbroken',561),
(4931,6033,'_exp02/characters/monsters/basilisk_undead',561),
(4932,6034,'accessories/wearable_items/magus/robes/robe_newbie_tint01/chest',843),
(4933,6035,'accessories/wearable_items/magus/robes/robe_newbie_tint01/hood',843),
(4934,6036,'accessories/wearable_items/magus/robes/robe_newbie_tint01/pants',843),
(4935,6037,'accessories/wearable_items/magus/robes/robe_newbie_tint01/skirt',843),
(4936,6038,'_exp02/zones/objects/doors/sos_wood_door',561),
(4937,6039,'accessories/wearable_items/profesion_hats/paladin/paladin_01/head',843),
(4938,6040,'_exp02/characters/tool_users/hooluk_owl',561),
(4939,6041,'_exp02/characters/tool_users/hooluk_owl_hood',561),
(4940,6042,'_exp02/zones/objects/doors/hf_door01',561),
(4941,6043,'_exp02/zones/objects/doors/hf_door02',561),
(4942,6044,'_exp02/zones/objects/eggs/hf_egg_single_blue_upright01',561),
(4943,6045,'_exp02/zones/objects/eggs/hf_egg_single_bronze_upright01',561),
(4944,6046,'accessories/wieldable_items/weapons/fist/chakram/chakram_plain',843),
(4945,6047,'accessories/wearable_items/_exp02/leather_heavy/chest',561),
(4946,6048,'accessories/wearable_items/_exp02/leather_heavy/feet',561),
(4947,6049,'accessories/wearable_items/_exp02/leather_heavy/forearms',561),
(4948,6050,'accessories/wearable_items/_exp02/leather_heavy/hands',561),
(4949,6051,'accessories/wearable_items/_exp02/leather_heavy/head',561),
(4950,6052,'accessories/wearable_items/_exp02/leather_heavy/legs',561),
(4951,6053,'accessories/wearable_items/_exp02/leather_heavy/legs_noskirt',561),
(4952,6054,'accessories/wearable_items/_exp02/leather_heavy/shoulders',561),
(4953,6055,'accessories/wearable_items/_exp02/leather_heavy/skirt',561),
(4954,6056,'staticobjects/mirrors/dpo_djn_mirror_translocation01',843),
(4955,6057,'accessories/wieldable_items/weapons/great_sword/dragon_katana/exp02_dragon_katana_ornate_fire',843),
(4956,6058,'_exp02/zones/objects/dragon_bones/rn_bones_dragon_skullfull01',561),
(4957,6059,'_exp02/zones/objects/dragon_bones/rn_bones_dragon_verte01',561),
(4958,6060,'accessories/wearable_items/_exp02/vanguard_chitin/legs_noskirt',561),
(4959,6061,'accessories/wearable_items/_exp02/vanguard_chitin/right',561),
(4960,6062,'accessories/wearable_items/_exp02/vanguard_chitin/shoulders',561),
(4961,6063,'accessories/wearable_items/_exp02/vanguard_chitin/shoulders_nopauldrons',561),
(4962,6064,'accessories/wearable_items/_exp02/vanguard_chitin/skirt',561),
(4963,6065,'accessories/wearable_items/_exp02/vanguard_chitin/head',561),
(4964,6066,'accessories/wearable_items/_exp02/vanguard_chitin/legs',561),
(4965,6067,'accessories/wearable_items/_exp02/vanguard_chitin/feet',561),
(4966,6068,'accessories/wearable_items/_exp02/vanguard_chitin/forearms',561),
(4967,6069,'accessories/wearable_items/_exp02/vanguard_chitin/chest',561),
(4968,6070,'accessories/wearable_items/_exp02/vanguard_chitin/hands',561),
(4969,6071,'accessories/wieldable_items/weapons/ghost_weapons/exp02_wand001_ghost_magic',843),
(4970,6072,'accessories/wieldable_items/weapons/dagger/dirk/exp02_dirk002_magic',843),
(4971,6073,'accessories/wieldable_items/weapons/staff/djinn_staff/exp02_djinn_staff_fire',843),
(4972,6074,'accessories/wieldable_items/weapons/hammer/lotus_sceptre/exp02_lotus_sceptre_red_sparkles',843),
(4973,6075,'_exp02/zones/objects/chests/hf_chest_reliquary_bones01',561),
(4974,6076,'_exp02/zones/objects/chests/hf_chest_reliquary_bones02',561),
(4975,6077,'accessories/wieldable_items/weapons/axe/pick_axe/pick_axe01',843),
(4976,6079,'_exp02/zones/objects/light_sources/dn_lightsource_orb01_purple',561),
(4977,6080,'staticobjects/pictures/fprt_ph_painting_eq1_vertical23_greenmonument_l0',843),
(4978,6081,'accessories/wearable_items/_exp02/plate_heroic/shoulders',561),
(4979,6082,'accessories/wearable_items/_exp02/plate_heroic/chest',561),
(4980,6083,'accessories/wearable_items/_exp02/plate_heroic/feet',561),
(4981,6084,'accessories/wearable_items/_exp02/plate_heroic/forearms',561),
(4982,6085,'accessories/wearable_items/_exp02/plate_heroic/hands',561),
(4983,6086,'accessories/wearable_items/_exp02/plate_heroic/head',561),
(4984,6087,'accessories/wearable_items/_exp02/plate_heroic/legs',561),
(4985,6088,'_exp02/zones/objects/eggs/sos_dragoneggs_broken_blue',561),
(4986,6089,'_exp02/zones/objects/gears/gear_single',561),
(4987,6090,'_exp02/characters/monsters/beholder_illusion',561),
(4988,6091,'_exp02/characters/monsters/carnivorous_plant_illusion',561),
(4989,6092,'_exp02/zones/objects/bookcases/hf_bookcase_largeornate01',561),
(4990,6093,'_exp02/zones/objects/bookcases/hf_bookcase_largeornate02',561),
(4991,6094,'_exp02/zones/objects/chairs_benches/hf_bench_ornate01_global',561),
(4992,6095,'_exp02/zones/objects/chairs_benches/ls_chair_metal01',561),
(4993,6096,'_exp02/zones/objects/chairs_benches/rd_chair_vulture_papasan01',561),
(4994,6097,'_exp02/zones/objects/chairs_benches/ls_chair_metal02_global',561),
(4995,6098,'_exp02/zones/objects/chests/ls_chest_metal01_global',561),
(4996,6099,'_exp02/zones/objects/desks/hf_desk_ornate01_global',561),
(4997,6100,'_exp02/zones/objects/fountain/sos_fountain_birdbath_floor',561),
(4998,6101,'_exp02/zones/objects/fountain/sos_fountain_birdbath_wall',561),
(4999,6102,'_exp02/zones/objects/light_sources/ls_lamp_metal_blue',561),
(5000,6103,'_exp02/zones/objects/light_sources/ls_lightsource_walltorch02',561),
(5001,6104,'_exp02/zones/objects/rugs/ls_ring_scales01',561),
(5002,6105,'_exp02/zones/objects/sculptures/hf_decoration_scrimshawfang_floor01',561),
(5003,6106,'_exp02/zones/objects/sculptures/hf_decoration_scrimshawfang_floor02',561),
(5004,6107,'_exp02/zones/objects/sculptures/ls_sculpture_glass02',561),
(5005,6108,'_exp02/zones/objects/sculptures/ls_sculpture_glass03',561),
(5006,6109,'_exp02/zones/objects/sculptures/ls_sculpture_glass_double01',561),
(5007,6110,'_exp02/zones/objects/sculptures/ls_sculpture_glass_double02',561),
(5008,6111,'_exp02/zones/objects/sculptures/sos_orb_gazing01',561),
(5009,6112,'_exp02/zones/objects/statues/ls_statue_dragon01',561),
(5010,6113,'_exp02/zones/objects/statues/ls_statue_dragon02',561),
(5011,6114,'_exp02/zones/objects/statues/ls_statue_dragon_bust01',561),
(5012,6115,'_exp02/zones/objects/tables/ls_table_long01',561),
(5013,6116,'_exp02/zones/objects/tables/ls_table_long02',561),
(5014,6117,'_exp02/zones/objects/tables/ls_table_short01',561),
(5015,6118,'_exp02/zones/objects/tables/ls_table_short02',561),
(5016,6119,'_exp02/zones/objects/tables/sos_aviak_table01',561),
(5017,6120,'_exp02/zones/objects/tapestry/ls_tapestry_awakened_cult01',561),
(5018,6121,'_exp02/zones/objects/tapestry/ls_tapestry_kerafyrm_apocalypse01',561),
(5019,6122,'_exp02/zones/objects/tapestry/ls_tapestry_kerafyrm_awakening01',561),
(5020,6123,'accessories/wearable_items/_exp02/woven_monk/chest',561),
(5021,6124,'accessories/wearable_items/_exp02/woven_monk/feet',561),
(5022,6125,'accessories/wearable_items/_exp02/woven_monk/forearms',561),
(5023,6126,'accessories/wearable_items/_exp02/woven_monk/hands',561),
(5024,6127,'accessories/wearable_items/_exp02/woven_monk/head',561),
(5025,6128,'accessories/wearable_items/_exp02/woven_monk/legs',561),
(5026,6129,'accessories/wearable_items/_exp02/woven_monk/legs_noskirt',561),
(5027,6130,'accessories/wearable_items/_exp02/woven_monk/shoulders',561),
(5028,6131,'accessories/wearable_items/_exp02/woven_monk/skirt',561),
(5029,6132,'accessories/wieldable_items/weapons/bow/long_bow/exp02_long_bow001_runic_soulseeker',843),
(5030,6133,'accessories/wieldable_items/weapons/great_spear/scythe_dragon_tooth/exp02_scythe_dragon_tooth_spine',843),
(5031,6134,'accessories/wieldable_items/weapons/hammer/crab_sceptre/exp02_crab_sceptre_destruction',843),
(5032,6135,'accessories/wieldable_items/weapons/talisman/tablet/exp02_tablet002_ornate_runes',843),
(5033,6136,'accessories/wieldable_items/shields/kite_shield/kite_shield_freeport/exp02_kite_shield_flesh',843),
(5034,6137,'accessories/wieldable_items/weapons/bow/short_bow/exp02_short_bow001_runic_heartstinger',843),
(5035,6138,'accessories/wearable_items/_exp02/brigandine_heavy/chest',561),
(5036,6139,'accessories/wearable_items/_exp02/brigandine_heavy/feet',561),
(5037,6140,'accessories/wearable_items/_exp02/brigandine_heavy/forearms',561),
(5038,6141,'accessories/wearable_items/_exp02/brigandine_heavy/hands',561),
(5039,6142,'accessories/wearable_items/_exp02/brigandine_heavy/head',561),
(5040,6143,'accessories/wearable_items/_exp02/brigandine_heavy/legs',561),
(5041,6144,'accessories/wearable_items/_exp02/brigandine_heavy/shoulders',561),
(5042,6145,'staticobjects/spires/spire_construction_6',843),
(5043,6146,'creatures/monsters/root_horror_exp02',843),
(5044,6147,'staticobjects/spires/dpo_teleportspires_houseitem01',843),
(5045,6148,'projectiles/bone_human_skull01',843),
(5046,6149,'accessories/wieldable_items/weapons/great_axe/executioner_axe/exp02_executioner_axe002_helmsplitter',843),
(5047,6150,'accessories/wieldable_items/weapons/great_axe/halberd/halberd001_runic_anuk',843),
(5048,6151,'accessories/wieldable_items/weapons/staff/cobra_staff/cobra_staff_plain_anuk',843),
(5049,6152,'accessories/wieldable_items/weapons/hammer/eagle_sceptre/eagle_sceptre_plain_anuk',843),
(5050,6153,'accessories/wieldable_items/weapons/rapier/epee/epee001_runic_anuk',843),
(5051,6154,'accessories/wieldable_items/weapons/hammer/amber_sceptre/amber_sceptre_plain_anuk',843),
(5052,6155,'accessories/wearable_items/_exp02/robe_fire/chest',561),
(5053,6156,'accessories/wearable_items/_exp02/robe_fire/hood',561),
(5054,6157,'accessories/wearable_items/_exp02/robe_fire/pants',561),
(5055,6158,'accessories/wearable_items/_exp02/robe_fire/skirt',561),
(5056,6159,'staticobjects/dpo_invisible_cube/dpo_invisible_cube_cached',843),
(5057,6160,'accessories/wearable_items/_exp02/heavy_cloth_heroic/chest',561),
(5058,6161,'accessories/wearable_items/_exp02/heavy_cloth_heroic/feet',561),
(5059,6162,'accessories/wearable_items/_exp02/heavy_cloth_heroic/forearms',561),
(5060,6163,'accessories/wearable_items/_exp02/heavy_cloth_heroic/hands',561),
(5061,6165,'accessories/wieldable_items/weapons/great_spear/droag_butchering_tools/droag_butcher01',843),
(5062,6166,'accessories/wieldable_items/weapons/great_spear/droag_butchering_tools/droag_butcher02',843),
(5063,6167,'accessories/wieldable_items/weapons/great_spear/droag_butchering_tools/droag_butcher03',843),
(5064,6168,'_exp02/zones/objects/light_sources/hf_lightsource_brazier_blue01',561),
(5065,6169,'accessories/wearable_items/_exp02/chain_heroic/chest',561),
(5066,6170,'accessories/wearable_items/_exp02/chain_heroic/feet',561),
(5067,6171,'accessories/wearable_items/_exp02/chain_heroic/forearms',561),
(5068,6172,'accessories/wearable_items/_exp02/chain_heroic/hands',561),
(5069,6173,'accessories/wearable_items/_exp02/chain_heroic/head',561),
(5070,6174,'accessories/wearable_items/_exp02/chain_heroic/legs',561),
(5071,6175,'accessories/wearable_items/_exp02/chain_heroic/legs_noskirt',561),
(5072,6176,'accessories/wearable_items/_exp02/chain_heroic/shoulders',561),
(5073,6177,'accessories/wearable_items/_exp02/chain_heroic/skirt',561),
(5074,6178,'accessories/wieldable_items/weapons/sword/long_sword/exp02_long_sword_of_rage',843),
(5075,6179,'accessories/wieldable_items/weapons/dagger/embalming_blade/exp02_embalming_blade_vyemms_fang',843),
(5076,6180,'accessories/wieldable_items/weapons/great_sword/vampire_greatsword/exp02_vampire_greatsword_gaudralek',843),
(5077,6181,'accessories/wieldable_items/weapons/hammer/mace_obsidian_edged/exp02_mace_dragonrib_club',843),
(5078,6182,'accessories/wieldable_items/weapons/great_hammer/war_hammer/exp02_war_hammer001_sledge_of_smashing',843),
(5079,6183,'accessories/wieldable_items/weapons/axe/small_dwarf/exp02_dwarf_axe_frostwrath',843),
(5080,6184,'accessories/wieldable_items/weapons/bow/short_bow/exp02_short_bow001_wurm_destroyer',843),
(5081,6185,'accessories/wieldable_items/weapons/staff/scorcerers_staff/exp02_staff_of_the_silent_star',843),
(5082,6186,'_exp02/zones/objects/crystals/dp_crystal_shard01',561),
(5083,6187,'_exp01/zones/objects/containers/dpo_brownweave_basket01',546),
(5084,6188,'accessories/wearable_items/_exp02/vanguard_chitin/exp02_chest_parasite',561),
(5085,6189,'accessories/wieldable_items/misc/stein002_ichor',843),
(5086,6190,'accessories/wieldable_items/shields/buckler_shield/streatched_leather_buckler/streatched_leather_buckler001_spikes',843),
(5087,6191,'accessories/wieldable_items/shields/ghost_shields/round_shield_etched001_mists',843),
(5088,6192,'accessories/wieldable_items/shields/round_shield/metal_etched_round/round_shield_etched001_retina',843),
(5089,6193,'accessories/wieldable_items/shields/round_shield/metal_round/metal_round_shield001_flameshield',843),
(5090,6194,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_viscera',843),
(5091,6195,'accessories/wieldable_items/weapons/axe/axe_curved_handle/axe_curved_handle_ascendant',843),
(5092,6196,'accessories/wieldable_items/weapons/great_sword/scimitar_broad_sword/scimitar_broad_sword001_runic',843),
(5093,6197,'accessories/wieldable_items/weapons/great_sword/scimitar_broad_sword/scimitar_broad_sword001_pride',843),
(5094,6198,'accessories/wieldable_items/weapons/throwing_weapons/spike/exp02_spike004_spine',843),
(5095,6199,'_exp02/zones/objects/aviak_totems/sos_totem_aviak_dualwieldaxe01',561),
(5096,6200,'_exp02/zones/objects/aviak_totems/sos_totem_aviak_dualwieldswordshield01',561),
(5097,6201,'_exp02/zones/regions/realm_of_dawn/rd_rock_small01',561),
(5098,6202,'_exp02/zones/regions/realm_of_dawn/rd_rock_small04',561),
(5099,6203,'accessories/wearable_items/profesion_hats/brigand_hat/head',843),
(5100,6204,'_exp02/zones/regions/realm_of_dawn/rd_arena_warp_cylinder01',561),
(5101,6205,'accessories/wieldable_items/weapons/dagger/parrying_blade/exp02_parrying_blade001_talon',843),
(5102,6206,'accessories/wieldable_items/weapons/talisman/orb/orb001_soulless',843),
(5103,6207,'accessories/wieldable_items/weapons/fist/cestus/spiked_cestus002_bone',843),
(5104,6208,'accessories/wieldable_items/weapons/great_spear/droag_butchering_tools/droag_butcher_render',843),
(5105,6209,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star001_dominance',843),
(5106,6210,'accessories/wieldable_items/weapons/bow/short_bow/exp02_short_bow001_ichorstrand',843),
(5107,6211,'accessories/wieldable_items/weapons/great_hammer/orc_hammer/exp02_orc_hammer_spinesnapper',843),
(5108,6212,'accessories/wieldable_items/weapons/great_sword/broad_sword/exp02_broad_sword002_runic',843),
(5109,6213,'accessories/wieldable_items/shields/buckler_shield/buckler_fae/buckler_fae_01',843),
(5110,6214,'accessories/wieldable_items/weapons/dagger/embalming_blade/exp02_embalming_blade_dragonfang',843),
(5111,6215,'accessories/wieldable_items/weapons/dagger/kris/exp02_kris001_absolution',843),
(5112,6216,'accessories/wieldable_items/weapons/great_spear/droag_butchering_tools/droag_butcher_manslayer',843),
(5113,6217,'accessories/wieldable_items/weapons/great_sword/greatsword/exp02_greatsword002_runeblade',843),
(5114,6218,'accessories/wieldable_items/weapons/fist/katar/exp02_katar002_twin_calamities1',843),
(5115,6219,'accessories/wieldable_items/weapons/hammer/crab_sceptre/exp02_crab_sceptre_doomsworn',843),
(5116,6220,'accessories/wieldable_items/weapons/spear/one_handed_spear/exp02_barbed_spear_skewer',843),
(5117,6221,'accessories/wieldable_items/weapons/rapier/rapier/exp02_rapier001_conflagrant',843),
(5118,6222,'accessories/wieldable_items/weapons/sword/long_sword/exp02_long_sword_annealed_defender',843),
(5119,6223,'accessories/wieldable_items/weapons/sword/katana/exp02_katana_oblivions_edge',843),
(5120,6224,'accessories/wieldable_items/weapons/hammer/battlehammer/exp02_battlehammer_doomhammer',843),
(5121,6225,'accessories/wieldable_items/weapons/sword/scimitar/exp02_scimitar001_accord_blade',843),
(5122,6226,'_exp02/zones/objects/orbs/sos_orb_gazing01',561),
(5123,6227,'accessories/wieldable_items/weapons/great_spear/wyrmslayer/exp02_wyrmslayer_magic',843),
(5124,6228,'accessories/wieldable_items/weapons/great_spear/wyrmslayer/exp02_wyrmslayer_rusty',843),
(5125,6229,'_exp03/characters/tool_users/orc_crushbone/orc_crushbone_soldier_bald',625),
(5126,6231,'ec/pc/fae_wings/fae_wing01',843),
(5127,6232,'ec/pc/fae_wings/fae_wing02',843),
(5128,6233,'ec/pc/fae_wings/fae_wing03',843),
(5129,6235,'accessories/wearable_items/profesion_hats/troubadour/troubadour_01/head',843),
(5130,6236,'_exp02/zones/objects/weapon_racks_displays/ls_minion_weapons_armorstand01',561),
(5131,6237,'accessories/wieldable_items/weapons/bow/long_bow/exp02_long_bow001_dragonhorn_recurve',843),
(5132,6238,'accessories/wieldable_items/weapons/dagger/dirk/exp02_dirk002_mordiggian',843),
(5133,6239,'accessories/wieldable_items/weapons/dagger/jambiya/exp02_jambiya_blade_numinos',843),
(5134,6240,'accessories/wieldable_items/weapons/fist/cestus/exp02_spiked_cestus002_fist',843),
(5135,6241,'accessories/wieldable_items/weapons/great_axe/bardiche/exp02_bardiche01_ashbringer',843),
(5136,6242,'accessories/wieldable_items/weapons/hammer/mace_obsidian_edged/exp02_mace_obsidian_obscenity',843),
(5137,6243,'accessories/wieldable_items/weapons/sword/scimitar/exp02_scimitar001_hierophant',843),
(5138,6244,'_exp03/characters/tool_users/orc_crushbone/orc_crushbone_warlord',625),
(5139,6245,'accessories/wearable_items/profesion_hats/templar/templar_helm_01/head',843),
(5140,6246,'accessories/wieldable_items/weapons/ghost_weapons/war_hammer002_ornate_ghost',843),
(5141,6247,'accessories/wieldable_items/shields/tower_shield/qeynos_guard_tower_shield/exp02_qeynos_guard_tower_shield_plain',843),
(5142,6248,'accessories/wieldable_items/weapons/hammer/cudgel/exp02_cudgel002_ornate',843),
(5143,6249,'accessories/wieldable_items/weapons/sword/qeynos_cutlass/exp02_qeynos_cutlass',843),
(5144,6250,'accessories/wearable_items/profesion_hats/berserker/berserker_helm_01/head',843),
(5145,6251,'accessories/wieldable_items/shields/buckler_shield/qeynos_buckler/exp02_qeynos_buckler',843),
(5146,6252,'accessories/wearable_items/profesion_hats/berserker/berserker_helm_02/head',843),
(5147,6253,'_exp03/characters/tool_users/orc_crushbone/orc_crushbone_scout',625),
(5148,6254,'accessories/wieldable_items/weapons/fist/qeynos_wraps/exp02_qeynos_wraps',843),
(5149,6255,'accessories/wieldable_items/shields/buckler_shield/qeynos_buckler/exp02_qeynos_buckler_red',843),
(5150,6256,'creatures/monsters/goo_spikes',843),
(5151,6259,'_exp03/characters/tool_users/orc_crushbone/orc_crushbone_mystic',625),
(5152,6261,'accessories/wearable_items/profesion_hats/dirge/dirge_01/head',843),
(5153,6262,'staticobjects/racks/fprt_weaponrack_sword001',843),
(5154,6263,'staticobjects/containers/fprt_crate_large_militaryboarded01',843),
(5155,6264,'staticobjects/containers/fprt_crate_small_military01',843),
(5156,6265,'staticobjects/weapons/fprt_weapons_arrowgroup01',843),
(5157,6266,'staticobjects/weapons/fprt_weapons_tableshortbow01',843),
(5158,6267,'staticobjects/weapons/fprt_weapons_tablethrowaxe01',843),
(5159,6271,'ec/pc/fae_wings/fae_wing04',843),
(5160,6272,'ec/pc/fae_wings/fae_wing05',843),
(5161,6273,'ec/pc/fae_wings/fae_wing06',843),
(5162,6274,'ec/pc/fae_wings/fae_wing07',843),
(5163,6275,'ec/pc/fae_wings/fae_wing08',843),
(5164,6276,'ec/pc/fae_wings/fae_wing09',843),
(5165,6277,'ec/pc/fae_wings/fae_wing10',843),
(5166,6278,'ec/pc/fae_wings/fae_wing11',843),
(5167,6279,'ec/pc/fae_wings/fae_wing12',843),
(5168,6280,'_exp03/characters/monsters/golem_crystal',625),
(5169,6281,'_exp03/characters/monsters/golem_magma',625),
(5170,6282,'_exp03/characters/monsters/golem_shambling_mound',625),
(5171,6283,'_exp03/characters/monsters/golem_marble',625),
(5172,6284,'_exp03/characters/monsters/golem_stone',625),
(5173,6285,'_exp03/characters/monsters/clockwork_menace',625),
(5174,6286,'_exp03/characters/monsters/copter_enforcer',625),
(5175,6287,'_exp03/characters/monsters/copter_fixer',625),
(5176,6288,'_exp03/characters/monsters/copter_welder',625),
(5177,6289,'_exp03/characters/monsters/stirge',625),
(5178,6290,'_exp03/characters/monsters/werewolf',625),
(5179,6291,'_exp03/characters/monsters/wood_elemental',625),
(5180,6292,'accessories/wearable_items/starter_clothes/fae_male/arms',843),
(5181,6293,'accessories/wearable_items/starter_clothes/fae_male/chest',843),
(5182,6294,'accessories/wearable_items/starter_clothes/fae_male/legs',843),
(5183,6295,'accessories/wearable_items/starter_clothes/fae_male/sleeves',843),
(5184,6296,'accessories/wearable_items/starter_clothes/fae_female/arms',843),
(5185,6297,'accessories/wearable_items/starter_clothes/fae_female/chest',843),
(5186,6298,'accessories/wearable_items/starter_clothes/fae_female/legs',843),
(5187,6299,'accessories/wearable_items/starter_clothes/fae_female/sleeves',843),
(5188,6301,'ap04/adv04_dun_end_of_endless/end_r143_int_door04',843),
(5189,6302,'ap04/adv04_dun_end_of_endless/end_r149_int_backdoor01',843),
(5190,6304,'staticobjects/tents/qey_tent03',843),
(5191,6305,'soga_appearances/ec/npc/ghost_soga_vl_child_female01_h1',843),
(5192,6306,'soga_appearances/ec/npc/ghost_soga_vl_child_male01_h2',843),
(5193,6307,'soga_appearances/ec/npc/ghost_soga_vl_old_female01_h2',843),
(5194,6308,'soga_appearances/ec/npc/ghost_soga_vl_old_male01_h1_b1',843),
(5195,6309,'soga_appearances/ec/npc/ghost_soga_vl_young_female01_h2',843),
(5196,6310,'soga_appearances/ec/npc/ghost_soga_vl_young_female02_h3',843),
(5197,6311,'soga_appearances/ec/npc/ghost_soga_vl_young_male01_h1_b0',843),
(5198,6312,'soga_appearances/ec/npc/ghost_soga_vl_young_male02_h2_b3',843),
(5199,6313,'staticobjects/dpo_invisible_cube/dpo_invisible_cube_big',843),
(5200,6314,'staticobjects/crystals/crystals_04',843),
(5201,6315,'_exp03/characters/monsters/bone_golem',625),
(5202,6316,'accessories/wearable_items/profesion_hats/guardian/guardian_01/head',843),
(5203,6317,'soga_appearances/ec/npc/tc_soga_vl_young_female01_h1',843),
(5204,6318,'soga_appearances/ec/npc/tc_soga_vl_young_female01_h3',843),
(5205,6319,'soga_appearances/ec/npc/tc_soga_vl_young_female03',843),
(5206,6320,'soga_appearances/ec/npc/tc_soga_vl_young_male01_h0_b1',843),
(5207,6321,'soga_appearances/ec/npc/tc_soga_vl_young_male01_h0_b2',843),
(5208,6322,'soga_appearances/ec/npc/tc_soga_vl_young_male01_h1_b0',843),
(5209,6323,'soga_appearances/ec/npc/tc_soga_vl_young_male01_h2_b0',843),
(5210,6324,'staticobjects/freeport/fprt_a04_floatingplatform01',843),
(5211,6325,'accessories/wieldable_items/weapons/great_hammer/morning_star/morning_star01_2h',843),
(5212,6326,'accessories/wearable_items/profesion_hats/jester/jester_01/head',843),
(5213,6327,'staticobjects/liveevent/diamond_ring_april',843),
(5214,6328,'_exp03/zones/objects/banners/sfm_kobold_banner01',625),
(5215,6329,'_exp03/zones/objects/beds/sfm_bed_single01',625),
(5216,6330,'_exp03/zones/objects/chairs/sfm_bench_ornate01',625),
(5217,6331,'_exp03/zones/objects/chairs/sfm_bench_ornate01_long',625),
(5218,6332,'_exp03/zones/objects/mechanical_parts/sfm_gear_panel01',625),
(5219,6333,'_exp03/zones/objects/mechanical_parts/sfm_gear_panel02',625),
(5220,6334,'_exp03/zones/objects/mechanical_parts/sfm_wrench01',625),
(5221,6335,'_exp03/zones/objects/tables/sfm_table_wood01',625),
(5222,6336,'_exp03/zones/objects/tables/sfm_table_woodround01',625),
(5223,6337,'_exp03/zones/objects/tents/sf_tent_kobold01',625),
(5224,6338,'staticobjects/doors/arch_iron_grid',843),
(5225,6339,'accessories/wieldable_items/soga_weapons/fighter/blade_of_fist',843),
(5226,6340,'accessories/wieldable_items/soga_weapons/fighter/calamity_of_sky',843),
(5227,6341,'accessories/wieldable_items/soga_weapons/fighter/destroyer',843),
(5228,6342,'accessories/wieldable_items/soga_weapons/fighter/invincibility_of_eight',843),
(5229,6343,'accessories/wieldable_items/soga_weapons/fighter/sword_of_nova',843),
(5230,6344,'accessories/wieldable_items/soga_weapons/fighter/sword_of_serpent',843),
(5231,6345,'accessories/wieldable_items/soga_weapons/mage/staff_of_blackwind',843),
(5232,6346,'accessories/wieldable_items/soga_weapons/mage/staff_of_bloody',843),
(5233,6347,'accessories/wieldable_items/soga_weapons/mage/staff_of_creator',843),
(5234,6348,'accessories/wieldable_items/soga_weapons/mage/staff_of_elemental',843),
(5235,6349,'accessories/wieldable_items/soga_weapons/mage/staff_of_octahedral',843),
(5236,6350,'accessories/wieldable_items/soga_weapons/mage/staff_of_phenix',843),
(5237,6351,'accessories/wieldable_items/soga_weapons/priest/deadman_call',843),
(5238,6352,'accessories/wieldable_items/soga_weapons/priest/eternal_flame',843),
(5239,6353,'accessories/wieldable_items/soga_weapons/priest/massive_hammer',843),
(5240,6354,'accessories/wieldable_items/soga_weapons/priest/seal_of_templar',843),
(5241,6355,'accessories/wieldable_items/soga_weapons/priest/the_holy_spirit',843),
(5242,6356,'accessories/wieldable_items/soga_weapons/priest/thunder_blade',843),
(5243,6357,'accessories/wieldable_items/soga_weapons/scout/dragon_sharp',843),
(5244,6358,'accessories/wieldable_items/soga_weapons/scout/great_shark',843),
(5245,6359,'accessories/wieldable_items/soga_weapons/scout/misty_silver',843),
(5246,6360,'accessories/wieldable_items/soga_weapons/scout/silver_moon',843),
(5247,6361,'accessories/wieldable_items/soga_weapons/scout/traceless',843),
(5248,6362,'accessories/wieldable_items/soga_weapons/scout/wannish_dream',843),
(5249,6363,'accessories/wieldable_items/soga_weapons/unique4/decree_executor',843),
(5250,6364,'accessories/wieldable_items/soga_weapons/unique4/demon_eye_black',843),
(5251,6365,'accessories/wieldable_items/soga_weapons/unique4/demon_eye_red',843),
(5252,6366,'accessories/wieldable_items/soga_weapons/unique4/dragon_flame',843),
(5253,6367,'accessories/wieldable_items/soga_weapons/unique4/flame_of_truth',843),
(5254,6368,'accessories/wearable_items/clothing/common_tint01/chest',843),
(5255,6369,'accessories/wearable_items/clothing/common_tint01/legs',843),
(5256,6370,'accessories/wearable_items/clothing/common_tint01/shoulders',843),
(5257,6371,'ec/npc/curt_schilling',843),
(5258,6372,'ec/npc/curt_schilling_helm',843),
(5259,6373,'staticobjects/adv04/end_r143_int_obj_brazier01',843),
(5260,6374,'staticobjects/adv04/furniture/objects_004_bottle',843),
(5261,6375,'staticobjects/adv04/furniture/objects_008_bottle',843),
(5262,6376,'staticobjects/adv04/furniture/objects_009_bottle',843),
(5263,6377,'staticobjects/adv04/furniture/objects_bamboo_capboard',843),
(5264,6378,'staticobjects/adv04/furniture/objects_bamboo_chair',843),
(5265,6379,'staticobjects/adv04/furniture/objects_bed',843),
(5266,6380,'staticobjects/adv04/furniture/objects_bed_2',843),
(5267,6381,'staticobjects/adv04/furniture/objects_big_square_desk',843),
(5268,6382,'staticobjects/adv04/furniture/objects_circledesk',843),
(5269,6383,'staticobjects/adv04/furniture/objects_circledesk_chair',843),
(5270,6384,'staticobjects/adv04/furniture/objects_cupboard02',843),
(5271,6385,'staticobjects/adv04/furniture/objects_desk_lamp',843),
(5272,6386,'staticobjects/adv04/furniture/objects_small_square_chair',843),
(5273,6387,'staticobjects/adv04/furniture/objects_small_square_desk',843),
(5274,6388,'staticobjects/adv04/furniture/objects_wood_capboard',843),
(5275,6389,'staticobjects/adv04/furniture/potted_bonsai_1',843),
(5276,6390,'staticobjects/adv04/furniture/potted_bonsai_2',843),
(5277,6391,'ap04/adv04_rgn_mystic_lake/lake_obj_humanstatue_01',843),
(5278,6392,'creatures/tu/livingstatue_tc',843),
(5279,6393,'accessories/wieldable_items/weapons/talisman/orb/adv04_orb001_necromantic',843),
(5280,6394,'staticobjects/traps/befallen_spikes_trap',843),
(5281,6395,'staticobjects/traps/cmmn_orccatpult_weight',843),
(5282,6396,'accessories/wearable_items/profesion_hats/bruiser/bruiser_01/head',843),
(5283,6397,'accessories/wieldable_items/misc/bottle_invisibleman',843),
(5284,6398,'staticobjects/walls/nektropos_basement',843),
(5285,6399,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_elven_scepter_plain',625),
(5286,6400,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_human_skull_scepter_plain',625),
(5287,6401,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_ivy_shrouded_glowing_orb',625),
(5288,6402,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_kama_plain',625),
(5289,6403,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_long_plain_wand',625),
(5290,6404,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_particle_battlehammer_plain',625),
(5291,6405,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_zombie_arm_club_animated',625),
(5292,6406,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_zombie_arm_club_plain',625),
(5293,6407,'accessories/wieldable_items/weapons/exp03/1h_pierce/exp03_1hp_unicorn_horn_dagger_plain',625),
(5294,6408,'accessories/wieldable_items/weapons/exp03/1h_pierce/exp03_1hp_vampiric_sacrificial_dagger',625),
(5295,6409,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_orc_machete_plain',625),
(5296,6410,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_ornate_elven_rapier',625),
(5297,6411,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_wakizashi_plain',625),
(5298,6412,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_bugbear_rock_club',625),
(5299,6413,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_bugbear_rock_sword',625),
(5300,6414,'accessories/wieldable_items/weapons/exp03/bow/exp03_bow_giant_wooden_bow',625),
(5301,6415,'accessories/wieldable_items/shields/exp03/exp03_diamond_shaped_round_shield_plain',625),
(5302,6416,'accessories/wieldable_items/shields/exp03/exp03_high_elven_kite_shield_plain',625),
(5303,6417,'staticobjects/liveevent/exp03/dpo_fear_gate',625),
(5304,6418,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_wooden_vine_scepter_plain',625),
(5305,6419,'staticobjects/containers/floor_vase_human_qey_lovingcup01',843),
(5306,6420,'staticobjects/containers/floor_vase_human_marbleblack_med02',843),
(5307,6421,'staticobjects/containers/floor_vase_human_obsidian_med01',843),
(5308,6422,'staticobjects/chairs/floor_chair_solro_chair01',843),
(5309,6423,'staticobjects/chairs/floor_chair_solro_chair02_wide',843),
(5310,6424,'staticobjects/chests/floor_chest_orc_treasurechest01',843),
(5311,6425,'staticobjects/torches/floor_torch_solro_tabletorch01',843),
(5312,6426,'staticobjects/tables/floor_table_solro_square01',843),
(5313,6427,'staticobjects/tables/floor_table_solro_long01',843),
(5314,6428,'staticobjects/tables/floor_table_befallen_round01',843),
(5315,6429,'staticobjects/chairs/floor_chair_befallen_office01',843),
(5316,6430,'staticobjects/dressers/floor_closet_befallen_02',843),
(5317,6431,'staticobjects/dressers/floor_armoire_befallen_01',843),
(5318,6432,'staticobjects/beds/floor_bed_befallen_lord01',843),
(5319,6433,'staticobjects/dressers/floor_closet_befallen_01',843),
(5320,6434,'staticobjects/tables/floor_table_befallen_office01',843),
(5321,6435,'staticobjects/tables/floor_table_befallen_square01',843),
(5322,6436,'accessories/wieldable_items/soga_weapons/scout/dragon_sharp_magic_poison',843),
(5323,6437,'accessories/wieldable_items/soga_weapons/scout/wannish_dream_smoking',843),
(5324,6438,'accessories/wieldable_items/soga_weapons/fighter/invincibility_of_eight_magic_ninja',843),
(5325,6439,'accessories/wieldable_items/soga_weapons/fighter/calamity_of_sky_magic',843),
(5326,6440,'accessories/wieldable_items/soga_weapons/scout/silver_moon_magic_poison',843),
(5327,6441,'creatures/tu/gelatinouscube_crate',843),
(5328,6442,'staticobjects/liveevent/exp03/life_statue',625),
(5329,6443,'staticobjects/liveevent/exp03/valor_statue',625),
(5330,6444,'staticobjects/gravestones/gravestone12',843),
(5331,6445,'creatures/monsters/dervish_stone',843),
(5332,6446,'_exp03/characters/tool_users/clockwork_protector',625),
(5333,6447,'_exp03/characters/tool_users/clockwork_soldier',625),
(5334,6448,'_exp03/characters/tool_users/kobold_caster_base',625),
(5335,6449,'_exp03/characters/tool_users/kobold_caster_hyena',625),
(5336,6450,'_exp03/characters/tool_users/kobold_caster_leopard',625),
(5337,6451,'_exp03/characters/tool_users/kobold_chieftan',625),
(5338,6452,'_exp03/characters/tool_users/kobold_soldier_base',625),
(5339,6453,'_exp03/characters/tool_users/kobold_soldier_hyena',625),
(5340,6454,'_exp03/characters/tool_users/kobold_soldier_leopard',625),
(5341,6455,'_exp03/characters/tool_users/kobold_woker_base',625),
(5342,6456,'_exp03/characters/tool_users/kobold_woker_hyena',625),
(5343,6457,'_exp03/characters/tool_users/kobold_woker_leopard',625),
(5344,6458,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_wrench01',625),
(5345,6459,'ec/pc/fae_wings/fae_wing01_t',843),
(5346,6460,'ec/pc/fae_wings/fae_wing02_t',843),
(5347,6461,'ec/pc/fae_wings/fae_wing03_t',843),
(5348,6462,'ec/pc/fae_wings/fae_wing04_t',843),
(5349,6463,'ec/pc/fae_wings/fae_wing05_t',843),
(5350,6464,'ec/pc/fae_wings/fae_wing06_t',843),
(5351,6465,'ec/pc/fae_wings/fae_wing07_t',843),
(5352,6466,'ec/pc/fae_wings/fae_wing08_t',843),
(5353,6467,'ec/pc/fae_wings/fae_wing09_t',843),
(5354,6468,'ec/pc/fae_wings/fae_wing10_t',843),
(5355,6469,'accessories/wearable_items/cloak/exp03/cloak_sq_01',625),
(5356,6470,'staticobjects/doors/df_jaildoor01',843),
(5357,6471,'staticobjects/crates/floor_crate05_any_wood',843),
(5358,6472,'staticobjects/shop/floor_display_any_bags01',843),
(5359,6473,'accessories/wearable_items/profesion_hats/assassin/assassin_01/head',843),
(5360,6474,'staticobjects/gong/ogr_gong001',843),
(5361,6475,'staticobjects/lighting/wall_walllamp_darkelf_ornate01_tradeskill',843),
(5362,6476,'accessories/wearable_items/cloak/exp03/cloak_di_01',625),
(5363,6477,'accessories/wearable_items/cloak/exp03/cloak_dt_01',625),
(5364,6478,'staticobjects/switches/door_switchfloor1',843),
(5365,6479,'staticobjects/switches/door_switchfloor01_handle',843),
(5366,6480,'staticobjects/switches/door_switchwall01',843),
(5367,6481,'staticobjects/switches/door_switchwall01_handle',843),
(5368,6483,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_soulfire',625),
(5369,6484,'staticobjects/adv04/furniture/objects_wood_capboard_dpo',843),
(5370,6485,'ec/pc/fae_silvani/fae_silvani',843),
(5371,6486,'ec/pc/fae/fae_dark_female',843),
(5372,6487,'ec/pc/fae/fae_dark_male',843),
(5373,6488,'ec/pc/fae/fae_light_female',843),
(5374,6489,'ec/pc/fae/fae_light_male',843),
(5375,6490,'_exp03/characters/tool_users/vampire_greater/vampire_greater_male01',625),
(5376,6491,'_exp03/characters/tool_users/vampire_greater/vampire_greater_male02',625),
(5377,6492,'accessories/wearable_items/profesion_hats/evil_helm/evil_helm_01/head',843),
(5378,6493,'_exp03/zones/objects/weapon_rack/cbk_weapon_rack_floor02',625),
(5379,6494,'_exp03/zones/objects/weapon_rack/cbk_weapon_rack_floor02_blue',625),
(5380,6495,'_exp03/zones/objects/weapon_rack/cbk_weapon_rack_floor',625),
(5381,6496,'_exp03/zones/objects/weapon_rack/cbk_weapon_rack_floor_blue',625),
(5382,6497,'_exp03/zones/objects/rubbish/cbk_rubbish_muckbones01',625),
(5383,6498,'_exp03/zones/objects/rubbish/cbk_rubbish_muckbones02',625),
(5384,6499,'_exp03/zones/objects/tables/cbk_table_small01',625),
(5385,6500,'_exp03/zones/objects/tables/cbk_table_small01_blue',625),
(5386,6501,'_exp03/zones/objects/tables/cbk_table_long',625),
(5387,6502,'_exp03/zones/objects/tables/cbk_table_long_blue',625),
(5388,6503,'_exp03/zones/objects/chests/cbk_chest_metal01',625),
(5389,6504,'_exp03/zones/objects/chests/cbk_chest_metal02',625),
(5390,6505,'_exp03/zones/objects/chests/cbk_trunk_shoddy',625),
(5391,6506,'_exp03/zones/objects/weapon_rack/cbk_weaponsrack_wall01',625),
(5392,6507,'_exp03/zones/objects/weapon_rack/cbk_weaponsrack_wall01_blue',625),
(5393,6508,'_exp03/zones/objects/weapon_rack/cbk_weaponsrack_wall02',625),
(5394,6509,'_exp03/zones/objects/weapon_rack/cbk_weaponsrack_wall02_blue',625),
(5395,6510,'_exp03/zones/objects/bookcases/cbk_bookcase01',625),
(5396,6511,'_exp03/zones/objects/bookcases/cbk_bookcase02',625),
(5397,6512,'_exp03/zones/objects/bookcases/cbk_potionsack',625),
(5398,6513,'_exp03/zones/objects/chairs/cbk_chair01',625),
(5399,6514,'_exp03/zones/objects/chairs/cbk_chair01_blue',625),
(5400,6515,'accessories/wieldable_items/misc/pillow_invisibleman',843),
(5401,6516,'_exp03/characters/tool_users/goblin_aqua_exp03',625),
(5402,6517,'_exp03/zones/exp03_dun_klakanon/recharging_station',625),
(5403,6518,'_exp03/zones/exp03_rgn_greater_faydark/gf_rock_medium02',625),
(5404,6519,'accessories/wieldable_items/weapons/hammer/fighting_stick/fighting_stick_capped_flaming',843),
(5405,6520,'_exp03/characters/tool_users/vampire_greater/vampire_greater_female01',625),
(5406,6521,'_exp03/characters/tool_users/vampire_greater/vampire_greater_female02',625),
(5407,6522,'_exp03/zones/exp03_dun_klakanon/recharging_station_cm',625),
(5408,6523,'accessories/wieldable_items/weapons/hammer/wine_bottle/winebottle01_blue',843),
(5409,6524,'_exp03/characters/monsters/clockwork_worker',625),
(5410,6525,'_exp03/characters/tool_users/myrdal_chieftain',625),
(5411,6526,'_exp03/characters/tool_users/myrdal_mystic',625),
(5412,6527,'_exp03/characters/tool_users/myrdal_warrior',625),
(5413,6528,'_exp03/characters/tool_users/myrdal_worker',625),
(5414,6529,'_exp03/characters/monsters/fairy_drake',625),
(5415,6530,'_exp03/zones/objects/switches/klakanon_large_switch_base',625),
(5416,6531,'_exp03/zones/objects/switches/klakanon_large_switch_lever',625),
(5417,6532,'_exp03/zones/objects/switches/klakanon_small_switch_base',625),
(5418,6533,'_exp03/zones/objects/switches/klakanon_small_switch_lever',625),
(5419,6534,'projectiles/spell_electric_ball_eyepoint',843),
(5420,6535,'_exp03/characters/monsters/clockwork_dustpan',625),
(5421,6536,'_exp03/characters/monsters/fairy_drake01',625),
(5422,6537,'_exp03/characters/tool_users/vampire_greater/mayong_mistmoore',625),
(5423,6538,'_exp03/characters/tool_users/satyr',625),
(5424,6539,'_exp03/characters/tool_users/satyr01',625),
(5425,6540,'_exp03/characters/monsters/rumbler_shambler',625),
(5426,6541,'accessories/wieldable_items/weapons/great_sword/dragon_katana/exp03_dragon_katana_plain_mist',843),
(5427,6542,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1h_orc_machete_maestro',625),
(5428,6543,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_wakizashi_plain_cyphermist',625),
(5429,6544,'_exp03/zones/objects/idols/kal_idol_kobold_sitting',625),
(5430,6545,'_exp03/zones/objects/idols/kal_idol_kobold_standing',625),
(5431,6546,'_exp03/zones/objects/door/kal_obj_hatch01',625),
(5432,6547,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_massive_hammer_miststrike',625),
(5433,6548,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_staff_of_elemental_fiery',625),
(5434,6549,'accessories/wieldable_items/weapons/exp03/talisman/exp03_book_ornate_penta',625),
(5435,6550,'accessories/wearable_items/_exp03/chain_heroic_pristine/chest',625),
(5436,6551,'accessories/wearable_items/_exp03/chain_heroic_pristine/feet',625),
(5437,6552,'accessories/wearable_items/_exp03/chain_heroic_pristine/forearms',625),
(5438,6553,'accessories/wearable_items/_exp03/chain_heroic_pristine/hands',625),
(5439,6554,'accessories/wearable_items/_exp03/chain_heroic_pristine/head',625),
(5440,6555,'accessories/wearable_items/_exp03/chain_heroic_pristine/legs',625),
(5441,6556,'accessories/wearable_items/_exp03/chain_heroic_pristine/legs_noskirt',625),
(5442,6557,'accessories/wearable_items/_exp03/chain_heroic_pristine/shoulders',625),
(5443,6558,'accessories/wearable_items/_exp03/chain_heroic_pristine/skirt',625),
(5444,6559,'_exp03/zones/objects/altar/kal_altar_paladin',625),
(5445,6560,'accessories/wieldable_items/shields/exp03/exp03_high_elven_kite_shield_defender',625),
(5446,6561,'accessories/wearable_items/_exp03/faydark_leather_01/chest',625),
(5447,6562,'accessories/wearable_items/_exp03/faydark_leather_01/feet',625),
(5448,6563,'accessories/wearable_items/_exp03/faydark_leather_01/forearms',625),
(5449,6564,'accessories/wearable_items/_exp03/faydark_leather_01/hands',625),
(5450,6565,'accessories/wearable_items/_exp03/faydark_leather_01/head',625),
(5451,6566,'accessories/wearable_items/_exp03/faydark_leather_01/legs',625),
(5452,6567,'accessories/wearable_items/_exp03/faydark_leather_01/legs_noskirt',625),
(5453,6568,'accessories/wearable_items/_exp03/faydark_leather_01/shoulders',625),
(5454,6569,'accessories/wearable_items/_exp03/faydark_leather_01/skirt',625),
(5455,6570,'_exp03/zones/objects/greater_faydark/lightsources/gf_lightsource_lamppost03',625),
(5456,6571,'_exp03/zones/objects/lesser_faydark/lightsources/lf_lightsource_nybright_torch01',625),
(5457,6572,'_exp03/zones/objects/lesser_faydark/tents/lf_satyr_tent01',625),
(5458,6573,'_exp03/zones/objects/lesser_faydark/tents/lf_satyr_wall_tent01',625),
(5459,6574,'_exp03/zones/objects/banners/gf_crushbone_post01',625),
(5460,6575,'_exp03/zones/objects/firepits/gf_firepit_bugbear01',625),
(5461,6576,'_exp03/zones/objects/lesser_faydark/tents/lf_tent_nybright01',625),
(5462,6577,'staticobjects/halloween/le_jackolantern01',843),
(5463,6578,'staticobjects/halloween/le_jackolantern02',843),
(5464,6579,'staticobjects/halloween/le_jackolantern03',843),
(5465,6580,'_exp03/zones/objects/kelethin/tents/kel_fae_tent_merchant01',625),
(5466,6581,'_exp03/zones/objects/kelethin/tents/kel_fae_tent_merchant02',625),
(5467,6582,'_exp03/zones/objects/kelethin/forge/kel_fae_forge01',625),
(5468,6583,'_exp03/zones/objects/kelethin/containers/kel_container_basket02',625),
(5469,6584,'_exp03/zones/objects/kelethin/containers/kel_container_basket03',625),
(5470,6585,'_exp03/zones/objects/kelethin/banners/kel_banner_standing_sylvanhunters01',625),
(5471,6586,'_exp03/zones/objects/kelethin/banners/kel_banner_post',625),
(5472,6587,'_exp03/zones/objects/kelethin/banners/kel_banner_scout01',625),
(5473,6588,'_exp02/zones/objects/eggs/sos_dragoneggs_broken_pink',561),
(5474,6589,'_exp02/zones/objects/eggs/sos_dragoneggs_broken_purple',561),
(5475,6590,'_exp02/zones/objects/eggs/sos_dragoneggs_unbroken_blue',561),
(5476,6591,'_exp02/zones/objects/eggs/sos_dragoneggs_unbroken_pink',561),
(5477,6592,'_exp02/zones/objects/eggs/sos_dragoneggs_mixed_purple',561),
(5478,6593,'_exp03/zones/regions/greater_faydark/gf_flora/gf_flora_mushroom_huge03',625),
(5479,6594,'_exp03/zones/objects/lesser_faydark/lightsources/lf_lightsource_monk_torch_withbase01',625),
(5480,6595,'staticobjects/tree/tree_pine_jagged01',843),
(5481,6596,'_exp03/zones/regions/lesser_faydark/lf_flora/lf_flora_mushroom_bent02',625),
(5482,6597,'_exp03/zones/regions/lesser_faydark/lf_flora/lf_flora_mushroom_bent01',625),
(5483,6598,'projectiles/exp03/pumpkin_flaming',625),
(5484,6599,'accessories/wieldable_items/soga_weapons/mage/dpo_housing/staff_of_creator_dpo',843),
(5485,6600,'_exp03/zones/objects/emerald_halls/eh_flora_wuoshi_victim02',625),
(5486,6601,'_exp03/zones/objects/firepits/cbk_lightsource_firepot_small01',625),
(5487,6602,'_exp03/zones/objects/signs/lp_roadsign_post01',625),
(5488,6603,'_exp03/zones/objects/signs/lp_roadsign_post_double01',625),
(5489,6604,'_exp03/zones/objects/signs/lp_roadsign_post_doubleangle01',625),
(5490,6605,'_exp03/zones/objects/signs/lp_roadsign_post_triple01',625),
(5491,6606,'_exp03/zones/objects/signs/lp_roadsign_sign01',625),
(5492,6607,'_exp03/zones/objects/signs/lp_roadsign_sign02',625),
(5493,6610,'accessories/wieldable_items/weapons/exp03/bostaff/exp03_bws_tribal_spear_frost',625),
(5494,6611,'_exp03/characters/tool_users/vampire_greater/vampire_greater_armored_female01',625),
(5495,6612,'_exp03/characters/tool_users/vampire_greater/vampire_greater_armored_male01',625),
(5496,6613,'_exp03/characters/monsters/wuoshi',625),
(5497,6614,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_elven_wizard_staff',625),
(5498,6615,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_elven_wizard_staff_princess',625),
(5499,6616,'accessories/wieldable_items/weapons/exp03/bow/exp03_bow_wannish_dreams_raincaller',625),
(5500,6617,'_exp03/zones/exp03_dun_klakanon_epic02_court/power_cell',625),
(5501,6618,'_exp03/zones/objects/mechanical_parts/clockwork_gear',625),
(5502,6619,'accessories/wieldable_items/shields/exp03/exp03_gnomish_shield',625),
(5503,6620,'accessories/wieldable_items/shields/exp03/exp03_mistmoore_shield',625),
(5504,6621,'accessories/wieldable_items/shields/exp03/exp03_orc_round_shield',625),
(5505,6622,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol',625),
(5506,6623,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_blue',625),
(5507,6624,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_gold',625),
(5508,6625,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_green',625),
(5509,6626,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_red',625),
(5510,6627,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_violet',625),
(5511,6628,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_white',625),
(5512,6629,'accessories/wearable_items/_exp03/kaladim_chain_01/chest',625),
(5513,6630,'accessories/wearable_items/_exp03/kaladim_chain_01/feet',625),
(5514,6631,'accessories/wearable_items/_exp03/kaladim_chain_01/forearms',625),
(5515,6632,'accessories/wearable_items/_exp03/kaladim_chain_01/hands',625),
(5516,6633,'accessories/wearable_items/_exp03/kaladim_chain_01/head',625),
(5517,6634,'accessories/wearable_items/_exp03/kaladim_chain_01/legs',625),
(5518,6635,'accessories/wearable_items/_exp03/kaladim_chain_01/legs_noskirt',625),
(5519,6636,'accessories/wearable_items/_exp03/kaladim_chain_01/shoulders',625),
(5520,6637,'accessories/wearable_items/_exp03/kaladim_chain_01/skirt',625),
(5521,6638,'accessories/wieldable_items/weapons/staff/bo_staff/bo_staff002_ornate_fiery',843),
(5522,6639,'accessories/wieldable_items/shields/exp03/exp03_fae_buckler',625),
(5523,6640,'accessories/wearable_items/_exp03/kaladim_vanguard_01/chest',625),
(5524,6641,'accessories/wearable_items/_exp03/kaladim_vanguard_01/feet',625),
(5525,6642,'accessories/wearable_items/_exp03/kaladim_vanguard_01/forearms',625),
(5526,6643,'accessories/wearable_items/_exp03/kaladim_vanguard_01/hands',625),
(5527,6644,'accessories/wearable_items/_exp03/kaladim_vanguard_01/head',625),
(5528,6645,'accessories/wearable_items/_exp03/kaladim_vanguard_01/legs',625),
(5529,6646,'accessories/wearable_items/_exp03/kaladim_vanguard_01/legs_noskirt',625),
(5530,6647,'accessories/wearable_items/_exp03/kaladim_vanguard_01/right',625),
(5531,6648,'accessories/wearable_items/_exp03/kaladim_vanguard_01/shoulders',625),
(5532,6649,'accessories/wearable_items/_exp03/kaladim_vanguard_01/shoulders_nopauldrons',625),
(5533,6650,'accessories/wearable_items/_exp03/kaladim_vanguard_01/skirt',625),
(5534,6651,'_exp03/zones/objects/mechanical_parts/clockwork_gear2',625),
(5535,6652,'staticobjects/liveevent/exp03/dpo_houseitem_solusekro',625),
(5536,6653,'staticobjects/dock_items/fprt_hood_fish01',843),
(5537,6654,'staticobjects/dock_items/fprt_hood_fish_bucket01',843),
(5538,6655,'accessories/wieldable_items/shields/exp03/exp03_decaying_tower_shield',625),
(5539,6656,'_exp03/zones/objects/kelethin/dresser/kel_dresser01',625),
(5540,6657,'staticobjects/papers/hanging_clipboard',843),
(5541,6658,'accessories/wieldable_items/weapons/exp03/bostaff/exp03_bws_elven_wizard_staff',625),
(5542,6659,'accessories/wearable_items/_exp03/faydark_robe_01/chest',625),
(5543,6660,'accessories/wearable_items/_exp03/faydark_robe_01/hood',625),
(5544,6661,'accessories/wearable_items/_exp03/faydark_robe_01/pants',625),
(5545,6662,'accessories/wearable_items/_exp03/faydark_robe_01/skirt',625),
(5546,6663,'_exp03/characters/monsters/mcp',625),
(5547,6664,'_exp03/zones/regions/greater_faydark/gf_door/gf_door_rock_frame01',625),
(5548,6665,'_exp03/zones/regions/greater_faydark/gf_door/gf_door_wood_door01',625),
(5549,6666,'_exp03/zones/regions/greater_faydark/gf_door/gf_door_wood_frame01',625),
(5550,6667,'_exp03/zones/objects/idols/holy_symbol_nature001',625),
(5551,6668,'staticobjects/halloween/lavastorm_fire_bridge',843),
(5552,6669,'_exp03/characters/tool_users/clockwork_gnome_female',625),
(5553,6670,'_exp03/characters/tool_users/clockwork_gnome_male',625),
(5554,6672,'accessories/wearable_items/halloween_masks/nightblood_mask/head',843),
(5555,6673,'creatures/mounts/hover_pad',843),
(5556,6674,'staticobjects/eig/exp03_eig_harvest_location_rare',843),
(5557,6675,'staticobjects/doors/qey_ph_int_5r01_rm06_door01',843),
(5558,6676,'accessories/wearable_items/halloween_masks/arrow_mask/head',843),
(5559,6677,'accessories/wieldable_items/weapons/exp03/pike/exp03_pik_solusekro',625),
(5560,6678,'accessories/wearable_items/halloween_masks/amygdalan_mask/head',843),
(5561,6679,'_exp03/characters/monsters/clockwork_spider',625),
(5562,6680,'_exp03/zones/regions/steamfont_mountains/sfm_epic01/sfm_epic01_mainroom_bridge01',625),
(5563,6681,'_exp03/zones/regions/steamfont_mountains/sfm_epic01/sfm_epic01_mainroom_bridge02',625),
(5564,6682,'_exp03/zones/regions/steamfont_mountains/sfm_epic01/sfm_epic01_mainroom_bridge03',625),
(5565,6683,'accessories/wearable_items/cloak/exp03/cloak_sq_02',625),
(5566,6684,'staticobjects/liveevent/halloween/cazic_bonefetisha001',843),
(5567,6685,'staticobjects/liveevent/halloween/cazic_bonefetishb001',843),
(5568,6686,'staticobjects/liveevent/halloween/cazic_bonefetishc001',843),
(5569,6687,'_exp03/zones/objects/tents/gf_tent_fprtexile_red01',625),
(5570,6688,'_exp03/zones/objects/tents/gf_tent_fprtexile_yellow01',625),
(5571,6689,'_exp03/zones/objects/kaladim/barricade/kal_barricade_dwarf01',625),
(5572,6690,'_exp03/zones/objects/kaladim/chairs/kal_chair_dwarf',625),
(5573,6691,'_exp03/zones/objects/kaladim/chairs/kal_stool_dwarf',625),
(5574,6692,'_exp03/zones/objects/kaladim/stein/kal_stein_dwarf01',625),
(5575,6693,'_exp03/zones/objects/kaladim/tables/kal_table_dwarf_large',625),
(5576,6694,'_exp03/zones/objects/kaladim/tables/kal_table_dwarf_sm',625),
(5577,6695,'_exp03/zones/objects/kaladim/throne/kal_throne_dwarf',625),
(5578,6696,'_exp03/zones/objects/kaladim/bookcases/bbm_bookcase_dwarf01',625),
(5579,6697,'_exp03/zones/objects/kaladim/chests/bbm_crate_wood01',625),
(5580,6698,'_exp03/zones/objects/kaladim/chests/bbm_crate_wood02',625),
(5581,6699,'_exp03/zones/objects/kaladim/doors/kal_obj_door_static01',625),
(5582,6700,'_exp03/zones/objects/kaladim/signs/kal_obj_sign01',625),
(5583,6701,'_exp03/zones/objects/kaladim/doors/kal_obj_stormguard_door_solid01',625),
(5584,6702,'_exp03/zones/objects/kaladim/doors/kal_obj_stormguard_doorframe_solid01',625),
(5585,6703,'_exp03/zones/objects/kaladim/pillars/kal_obj_wallbrace01',625),
(5586,6704,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_mithanielmarr',625),
(5587,6705,'staticobjects/halloween/halloween_greenblack_candles01',843),
(5588,6706,'staticobjects/halloween/halloween_orangeblack_candles01',843),
(5589,6707,'_exp03/characters/monsters/bugbear_mystic',625),
(5590,6708,'accessories/wieldable_items/weapons/exp03/npc_only/bugbear_mystic_staff',625),
(5591,6709,'staticobjects/bucket/orc_bucket_full_meat001',843),
(5592,6710,'_exp03/zones/objects/food_items/mc_meat_piece',625),
(5593,6711,'_exp03/characters/tool_users/honor_elf/honor_elf_female',625),
(5594,6712,'_exp03/characters/tool_users/honor_elf/honor_elf_male',625),
(5595,6713,'accessories/wearable_items/_exp03/kaladim_bruiser_gi_01/chest',625),
(5596,6714,'accessories/wearable_items/_exp03/kaladim_bruiser_gi_01/pants',625),
(5597,6715,'accessories/wearable_items/_exp03/kaladim_bruiser_gi_01/shoulders',625),
(5598,6716,'creatures/tu/gods_brell_serilis',843),
(5599,6717,'creatures/tu/gods_innoruuk',843),
(5600,6718,'creatures/tu/gods_mithaniel_marr',843),
(5601,6719,'creatures/tu/gods_quellious',843),
(5602,6720,'creatures/tu/gods_rallos_zek',843),
(5603,6721,'creatures/tu/gods_solusek_ro',843),
(5604,6722,'creatures/tu/gods_tunare',843),
(5605,6723,'_exp03/zones/objects/greater_faydark/roadsigns/gf_roadsign_post',625),
(5606,6724,'_exp03/zones/objects/greater_faydark/roadsigns/gf_roadsign01',625),
(5607,6725,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_ralloszek',625),
(5608,6726,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_bishop',625),
(5609,6727,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_king',625),
(5610,6728,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_knight',625),
(5611,6729,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_pawn',625),
(5612,6730,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_queen',625),
(5613,6731,'_exp03/characters/tool_users/skeleton_marble/exp03_marble_skeleton_rook',625),
(5614,6732,'accessories/wearable_items/_exp03/faydark_plate_01/chest',625),
(5615,6733,'accessories/wearable_items/_exp03/faydark_plate_01/feet',625),
(5616,6734,'accessories/wearable_items/_exp03/faydark_plate_01/forearms',625),
(5617,6735,'accessories/wearable_items/_exp03/faydark_plate_01/hands',625),
(5618,6736,'accessories/wearable_items/_exp03/faydark_plate_01/head',625),
(5619,6737,'accessories/wearable_items/_exp03/faydark_plate_01/legs',625),
(5620,6738,'accessories/wearable_items/_exp03/faydark_plate_01/shoulders',625),
(5621,6739,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/chest',625),
(5622,6740,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/feet',625),
(5623,6741,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/forearms',625),
(5624,6742,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/hands',625),
(5625,6743,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/head',625),
(5626,6744,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/legs',625),
(5627,6745,'accessories/wearable_items/_exp03/mistmoore_brigandine_01/shoulders',625),
(5628,6746,'accessories/wearable_items/_exp03/mistmoore_chain_01/chest',625),
(5629,6747,'accessories/wearable_items/_exp03/mistmoore_chain_01/feet',625),
(5630,6748,'accessories/wearable_items/_exp03/mistmoore_chain_01/forearms',625),
(5631,6749,'accessories/wearable_items/_exp03/mistmoore_chain_01/hands',625),
(5632,6750,'accessories/wearable_items/_exp03/mistmoore_chain_01/head',625),
(5633,6751,'accessories/wearable_items/_exp03/mistmoore_chain_01/legs',625),
(5634,6752,'accessories/wearable_items/_exp03/mistmoore_chain_01/legs_noskirt',625),
(5635,6753,'accessories/wearable_items/_exp03/mistmoore_chain_01/shoulders',625),
(5636,6754,'accessories/wearable_items/_exp03/mistmoore_chain_01/skirt',625),
(5637,6755,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/chest',625),
(5638,6756,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/feet',625),
(5639,6757,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/forearms',625),
(5640,6758,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/hands',625),
(5641,6760,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/legs',625),
(5642,6761,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/legs_noskirt',625),
(5643,6762,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/shoulders',625),
(5644,6763,'accessories/wearable_items/_exp03/mistmoore_heavy_cloth_01/skirt',625),
(5645,6764,'accessories/wearable_items/_exp03/mistmoore_leather_01/chest',625),
(5646,6765,'accessories/wearable_items/_exp03/mistmoore_leather_01/feet',625),
(5647,6766,'accessories/wearable_items/_exp03/mistmoore_leather_01/forearms',625),
(5648,6767,'accessories/wearable_items/_exp03/mistmoore_leather_01/hands',625),
(5649,6768,'accessories/wearable_items/_exp03/mistmoore_leather_01/head',625),
(5650,6769,'accessories/wearable_items/_exp03/mistmoore_leather_01/legs',625),
(5651,6770,'accessories/wearable_items/_exp03/mistmoore_leather_01/legs_noskirt',625),
(5652,6771,'accessories/wearable_items/_exp03/mistmoore_leather_01/shoulders',625),
(5653,6772,'accessories/wearable_items/_exp03/mistmoore_leather_01/skirt',625),
(5654,6773,'accessories/wearable_items/_exp03/mistmoore_plate_01/chest',625),
(5655,6774,'accessories/wearable_items/_exp03/mistmoore_plate_01/feet',625),
(5656,6775,'accessories/wearable_items/_exp03/mistmoore_plate_01/forearms',625),
(5657,6776,'accessories/wearable_items/_exp03/mistmoore_plate_01/hands',625),
(5658,6777,'accessories/wearable_items/_exp03/mistmoore_plate_01/head',625),
(5659,6778,'accessories/wearable_items/_exp03/mistmoore_plate_01/legs',625),
(5660,6779,'accessories/wearable_items/_exp03/mistmoore_plate_01/shoulders',625),
(5661,6780,'accessories/wearable_items/_exp03/mistmoore_robe_01/chest',625),
(5662,6781,'accessories/wearable_items/_exp03/mistmoore_robe_01/hood',625),
(5663,6782,'accessories/wearable_items/_exp03/mistmoore_robe_01/pants',625),
(5664,6783,'accessories/wearable_items/_exp03/mistmoore_robe_01/skirt',625),
(5665,6784,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/chest',625),
(5666,6785,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/feet',625),
(5667,6786,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/forearms',625),
(5668,6787,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/hands',625),
(5669,6788,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/head',625),
(5670,6789,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/legs',625),
(5671,6790,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/legs_noskirt',625),
(5672,6791,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/right',625),
(5673,6792,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/shoulders',625),
(5674,6793,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/shoulders_nopauldrons',625),
(5675,6794,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/skirt',625),
(5676,6795,'accessories/wearable_items/_exp03/mistmoore_woven_01/chest',625),
(5677,6796,'accessories/wearable_items/_exp03/mistmoore_woven_01/feet',625),
(5678,6797,'accessories/wearable_items/_exp03/mistmoore_woven_01/forearms',625),
(5679,6798,'accessories/wearable_items/_exp03/mistmoore_woven_01/hands',625),
(5680,6799,'accessories/wearable_items/_exp03/mistmoore_woven_01/head',625),
(5681,6800,'accessories/wearable_items/_exp03/mistmoore_woven_01/legs',625),
(5682,6801,'accessories/wearable_items/_exp03/mistmoore_woven_01/legs_noskirt',625),
(5683,6802,'accessories/wearable_items/_exp03/mistmoore_woven_01/shoulders',625),
(5684,6803,'accessories/wearable_items/_exp03/mistmoore_woven_01/skirt',625),
(5685,6804,'accessories/wearable_items/_exp03/faydark_chain_01/chest',625),
(5686,6805,'accessories/wearable_items/_exp03/faydark_chain_01/feet',625),
(5687,6806,'accessories/wearable_items/_exp03/faydark_chain_01/forearms',625),
(5688,6807,'accessories/wearable_items/_exp03/faydark_chain_01/hands',625),
(5689,6808,'accessories/wearable_items/_exp03/faydark_chain_01/head',625),
(5690,6809,'accessories/wearable_items/_exp03/faydark_chain_01/legs',625),
(5691,6810,'accessories/wearable_items/_exp03/faydark_chain_01/legs_noskirt',625),
(5692,6811,'accessories/wearable_items/_exp03/faydark_chain_01/shoulders',625),
(5693,6812,'accessories/wearable_items/_exp03/faydark_chain_01/skirt',625),
(5694,6814,'_exp03/zones/objects/idols/kal_totem_brell',625),
(5695,6815,'accessories/wieldable_items/weapons/exp03/pike/exp03_pik_tunare',625),
(5696,6816,'accessories/wieldable_items/soga_weapons/priest/exp03_deadman_call_countenance',843),
(5697,6817,'_exp03/zones/regions/emeraldhalls/eh_flora/eh_flora_rm05_bloom_of_growth',625),
(5698,6818,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin',625),
(5699,6819,'_exp03/characters/tool_users/honor_elf/honor_elf_female_wizard',625),
(5700,6821,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_brellserilis',625),
(5701,6822,'_exp03/zones/objects/lesser_faydark/stones/lf_obj_game_stone_dark01',625),
(5702,6823,'_exp03/zones/objects/lesser_faydark/stones/lf_obj_game_stone_light01',625),
(5703,6824,'_exp03/characters/monsters/imp',625),
(5704,6825,'_exp03/characters/monsters/carnivorous_ape',625),
(5705,6826,'_exp03/characters/tool_users/orc_crushbone/orc_crushbone_crush',625),
(5706,6827,'_exp03/zones/exp03_dun_klakanon_epic02_court/power_cell_collision_cylinder',625),
(5707,6828,'creatures/mounts/horse_armor01/horse01_armor01_appoloosa',843),
(5708,6829,'creatures/mounts/horse_armor01/horse01_armor01_misty',843),
(5709,6830,'creatures/mounts/horse_armor01/horse01_armor01_morgan',843),
(5710,6831,'creatures/mounts/horse_armor01/horse01_armor01_nightmare',843),
(5711,6832,'creatures/mounts/horse_armor01/horse01_armor01_paint',843),
(5712,6833,'creatures/mounts/horse_armor01/horse01_armor01_palomino',843),
(5713,6834,'creatures/mounts/horse_armor01/horse01_armor01_pinto',843),
(5714,6835,'creatures/mounts/horse_armor01/horse01_armor01_solid',843),
(5715,6836,'creatures/mounts/horse_armor02/horse01_armor02_appoloosa',843),
(5716,6837,'creatures/mounts/horse_armor02/horse01_armor02_morgan',843),
(5717,6838,'creatures/mounts/horse_armor02/horse01_armor02_palomino',843),
(5718,6839,'creatures/mounts/horse_armor02/horse01_armor02_pinto',843),
(5719,6840,'creatures/mounts/horse_armor02/horse01_armor02_solid',843),
(5720,6841,'creatures/mounts/horse_base/horse01_appoloosa',843),
(5721,6842,'creatures/mounts/horse_base/horse01_morgan',843),
(5722,6843,'creatures/mounts/horse_base/horse01_paint',843),
(5723,6844,'creatures/mounts/horse_base/horse01_palomino',843),
(5724,6845,'creatures/mounts/horse_base/horse01_pinto',843),
(5725,6846,'creatures/mounts/horse_base/horse01_solid',843),
(5726,6847,'creatures/mounts/horse_saddle01/horse01_sadle01_appoloosa',843),
(5727,6848,'creatures/mounts/horse_saddle01/horse01_sadle01_morgan',843),
(5728,6849,'creatures/mounts/horse_saddle01/horse01_sadle01_paint',843),
(5729,6850,'creatures/mounts/horse_saddle01/horse01_sadle01_palomino',843),
(5730,6851,'creatures/mounts/horse_saddle01/horse01_sadle01_pinto',843),
(5731,6852,'creatures/mounts/horse_saddle01/horse01_sadle01_solid',843),
(5732,6853,'creatures/mounts/horse_saddle02/horse01_sadle02_appoloosa',843),
(5733,6854,'creatures/mounts/horse_saddle02/horse01_sadle02_morgan',843),
(5734,6855,'creatures/mounts/horse_saddle02/horse01_sadle02_paint',843),
(5735,6856,'creatures/mounts/horse_saddle02/horse01_sadle02_palomino',843),
(5736,6857,'creatures/mounts/horse_saddle02/horse01_sadle02_pinto',843),
(5737,6858,'creatures/mounts/horse_saddle02/horse01_sadle02_solid',843),
(5738,6859,'_exp03/characters/monsters/werewolf_01',625),
(5739,6860,'accessories/wearable_items/character_create/chest',843),
(5740,6861,'creatures/tu/gods_cazic_thule',843),
(5741,6862,'_exp03/zones/objects/kelethin/mailbox/kel_obj_mail_kiosk01',625),
(5742,6863,'_exp03/zones/objects/banners/fel_banner_fallingstar01',625),
(5743,6864,'staticobjects/deity_altars/altar_brellserilis_basic',843),
(5744,6865,'staticobjects/deity_altars/altar_brellserilis_crafted',843),
(5745,6866,'staticobjects/deity_altars/altar_brellserilis_exceptional',843),
(5746,6867,'staticobjects/deity_altars/altar_cazicthule_basic02',843),
(5747,6868,'staticobjects/deity_altars/altar_cazicthule_crafted02',843),
(5748,6869,'staticobjects/deity_altars/altar_cazicthule_exceptional02',843),
(5749,6870,'staticobjects/deity_altars/altar_innoruuk_basic01',843),
(5750,6871,'staticobjects/deity_altars/altar_innoruuk_crafted01',843),
(5751,6872,'staticobjects/deity_altars/altar_innoruuk_exceptional01',843),
(5752,6873,'staticobjects/deity_altars/altar_mithanielmarr_basic',843),
(5753,6874,'staticobjects/deity_altars/altar_mithanielmarr_crafted',843),
(5754,6875,'staticobjects/deity_altars/altar_mithanielmarr_exceptional',843),
(5755,6876,'staticobjects/deity_altars/altar_quellious_basic',843),
(5756,6877,'staticobjects/deity_altars/altar_quellious_crafted',843),
(5757,6878,'staticobjects/deity_altars/altar_quellious_exceptional',843),
(5758,6879,'staticobjects/deity_altars/altar_ralloszek_basic',843),
(5759,6880,'staticobjects/deity_altars/altar_ralloszek_crafted',843),
(5760,6881,'staticobjects/deity_altars/altar_ralloszek_exceptional',843),
(5761,6882,'staticobjects/deity_altars/altar_solusekro_basic',843),
(5762,6883,'staticobjects/deity_altars/altar_solusekro_crafted',843),
(5763,6884,'staticobjects/deity_altars/altar_solusekro_exceptional',843),
(5764,6885,'staticobjects/deity_altars/altar_tunare_basic',843),
(5765,6886,'staticobjects/deity_altars/altar_tunare_crafted',843),
(5766,6887,'staticobjects/deity_altars/altar_tunare_exceptional',843),
(5767,6888,'staticobjects/statues/binding_shrine_no_fx',843),
(5768,6889,'_exp03/characters/tool_users/bugbear',625),
(5769,6890,'accessories/wieldable_items/weapons/exp03/bostaff/exp03_bws_elven_wizard_staff_princess',625),
(5770,6891,'_exp03/characters/tool_users/bugbear_mystic_tu',625),
(5771,6892,'_exp03/characters/tool_users/bugbear_warrior_tu',625),
(5772,6893,'staticobjects/harvested/gems_mining/exp03_harvesting_gems_tier01',843),
(5773,6894,'staticobjects/harvested/gems_mining/exp03_harvesting_gems_tier02',843),
(5774,6895,'staticobjects/harvested/gems_mining/exp03_harvesting_gems_tier03',843),
(5775,6896,'staticobjects/harvested/lairs_trapping/exp03_harvesting_trapping_tier01',843),
(5776,6897,'staticobjects/harvested/lairs_trapping/exp03_harvesting_trapping_tier02',843),
(5777,6898,'staticobjects/harvested/lairs_trapping/exp03_harvesting_trapping_tier03',843),
(5778,6899,'staticobjects/harvested/logs_foresting/exp03_harvesting_logs_tier01',843),
(5779,6900,'staticobjects/harvested/logs_foresting/exp03_harvesting_logs_tier02',843),
(5780,6901,'staticobjects/harvested/logs_foresting/exp03_harvesting_logs_tier03',843),
(5781,6902,'staticobjects/harvested/ore_mining/exp03_harvesting_ore_tier01',843),
(5782,6903,'staticobjects/harvested/ore_mining/exp03_harvesting_ore_tier02',843),
(5783,6904,'staticobjects/harvested/ore_mining/exp03_harvesting_ore_tier03',843),
(5784,6905,'staticobjects/harvested/roots_gathering/exp03_harvesting_roots_tier01',843),
(5785,6906,'staticobjects/harvested/roots_gathering/exp03_harvesting_roots_tier02',843),
(5786,6907,'staticobjects/harvested/roots_gathering/exp03_harvesting_roots_tier03',843),
(5787,6908,'_exp03/zones/objects/mistmoore_catacombs/pedestal/mc_pedestal_statue01',625),
(5788,6909,'creatures/mounts/horse_armor01/horse01_armor01_good',843),
(5789,6910,'creatures/monsters/vulwretch',843),
(5790,6911,'creatures/monsters/horse01',843),
(5791,6912,'staticobjects/dock_items/fprt_hood_fish02',843),
(5792,6913,'_exp03/zones/exp03_dun_klakanon/energy_cell_menace_factory_key',625),
(5793,6914,'_exp03/zones/objects/chests/cm_chest_treasure02',625),
(5794,6915,'_exp03/zones/objects/vases/cm_vase_large01',625),
(5795,6916,'_exp03/zones/objects/mechanical_parts/clockwork_gear_small',625),
(5796,6917,'creatures/mounts/horse_armor01/horse01_armor01_ghost',843),
(5797,6918,'creatures/mounts/horse_armor02/horse01_armor02_ghost',843),
(5798,6919,'creatures/mounts/horse_base/horse01_ghost',843),
(5799,6920,'creatures/mounts/horse_saddle01/horse01_sadle01_ghost',843),
(5800,6921,'creatures/mounts/horse_saddle02/horse01_sadle02_ghost',843),
(5801,6922,'accessories/wearable_items/_exp03/newbee_cloth_01/chest',625),
(5802,6923,'accessories/wearable_items/_exp03/newbee_cloth_01/feet',625),
(5803,6924,'accessories/wearable_items/_exp03/newbee_cloth_01/forearms',625),
(5804,6925,'accessories/wearable_items/_exp03/newbee_cloth_01/hands',625),
(5805,6926,'accessories/wearable_items/_exp03/newbee_cloth_01/head',625),
(5806,6927,'accessories/wearable_items/_exp03/newbee_cloth_01/legs',625),
(5807,6928,'accessories/wearable_items/_exp03/newbee_cloth_01/legs_noskirt',625),
(5808,6929,'accessories/wearable_items/_exp03/newbee_cloth_01/shoulders',625),
(5809,6930,'accessories/wearable_items/_exp03/newbee_cloth_01/skirt',625),
(5810,6931,'_exp03/characters/monsters/bugbear_warrior',625),
(5811,6932,'accessories/wieldable_items/weapons/exp03/npc_only/bugbear_warrior_sword',625),
(5812,6933,'accessories/wieldable_items/weapons/exp03/npc_only/crush_sword',625),
(5813,6934,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_crush',625),
(5814,6935,'_exp03/zones/objects/crushbone_keep/tents/cbk_tent_orc01',625),
(5815,6936,'_exp03/zones/objects/crushbone_keep/tents/cbk_tent_orc02',625),
(5816,6937,'_exp03/zones/objects/crushbone_keep/chests/cbk_chest_metal01',625),
(5817,6938,'_exp03/zones/objects/crushbone_keep/chests/cbk_chest_metal02',625),
(5818,6939,'_exp03/zones/objects/crushbone_keep/chests/cbk_trunk_shoddy',625),
(5819,6940,'_exp03/zones/objects/crushbone_keep/banners/cbk_post_orc_crushbone',625),
(5820,6941,'_exp03/zones/objects/crushbone_keep/beds/cbk_bunk_orc01',625),
(5821,6942,'staticobjects/pumpkin_flaming/pumpkin_flaming',843),
(5822,6943,'_exp03/zones/objects/kelethin/signpost_signs/kel_roadsign_post01',625),
(5823,6944,'_exp03/zones/objects/kelethin/signpost_signs/kel_roadsign_sign01',625),
(5824,6945,'staticobjects/lighting/halfling_wall_light02_metal_dpo',843),
(5825,6946,'_exp03/zones/objects/oil_can/eu_oil_can01',625),
(5826,6947,'_exp03/zones/objects/gaming/eu_gaming_pawnpiece01',625),
(5827,6948,'_exp03/zones/objects/key/eu_key_single01',625),
(5828,6949,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1h_crescent_axe_hope_devourer',625),
(5829,6950,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_short_sword002_eitholi',625),
(5830,6951,'accessories/wearable_items/cloak/exp03/cloak_sq_01_flames',625),
(5831,6952,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/chest',843),
(5832,6953,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/feet',843),
(5833,6954,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/forearms',843),
(5834,6955,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/hands',843),
(5835,6956,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/legs',843),
(5836,6957,'accessories/wearable_items/heavy_cloth/heavy_cloth_commoner_plain/shoulders',843),
(5837,6959,'accessories/wearable_items/_exp03/npc_only/cloak_mayong_sq_01',625),
(5838,6960,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/cbk_torture_chair01',843),
(5839,6961,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/cm_piano_bench01',843),
(5840,6962,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/cm_piano_open01',843),
(5841,6963,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/eu_gaming_chesstable01',843),
(5842,6964,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/fel_bonsaitree_planter01',843),
(5843,6965,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/fel_trinket_fireice_twisted01',843),
(5844,6966,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/kal_altar_paladin',843),
(5845,6967,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/kel_distillery_hanging01',843),
(5846,6968,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/kel_globe_fallingstar01',843),
(5847,6969,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/kel_incense_burner01',843),
(5848,6970,'accessories/wearable_items/cloak/exp03/cloak_dt_01_dark_lord',625),
(5849,6971,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_battlehammer_plain',625),
(5850,6972,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_ivy_shrouded_orb',625),
(5851,6973,'accessories/wieldable_items/weapons/exp03/bostaff/exp03_bws_elven_staff',625),
(5852,6974,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_elven_staff',625),
(5853,6975,'_exp03/zones/objects/firepits/eu_fireplace_andiron01',625),
(5854,6976,'_exp03/zones/objects/signs/sfm_roadsign_post01',625),
(5855,6977,'_exp03/zones/objects/signs/sfm_roadsign_sign01',625),
(5856,6978,'_exp03/zones/objects/signs/sfm_sign_wall01',625),
(5857,6979,'accessories/wearable_items/_exp03/npc_only/cloak_innoruuk_sq_01',625),
(5858,6980,'_exp03/zones/exp03_dun_klakanon_epic02_court/power_cell_dead',625),
(5859,6981,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_orc_cudgel01',625),
(5860,6982,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_orc_hammer01',625),
(5861,6983,'accessories/wieldable_items/weapons/exp03/1h_pierce/exp03_1hp_orc_stake01',625),
(5862,6984,'accessories/wieldable_items/weapons/exp03/bostaff/exp03_bws_orc_spear01',625),
(5863,6985,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_orc_halberd01',625),
(5864,6986,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_orc_halberd02',625),
(5865,6987,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_orc_halberd03',625),
(5866,6988,'accessories/wieldable_items/weapons/exp03/pike/exp03_pke_orc_trident03',625),
(5867,6989,'accessories/wieldable_items/shields/exp03/exp03_gnomish_shield_electrified',625),
(5868,6990,'accessories/wieldable_items/shields/exp03/exp03_high_elven_kite_shield_grove',625),
(5869,6991,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_electrified',843),
(5870,6992,'accessories/wieldable_items/weapons/axe/small_dwarf/exp03_small_dwarf_axe_natural',843),
(5871,6993,'accessories/wieldable_items/weapons/dagger/dirk/exp03_dirk002_balanced',843),
(5872,6994,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_battlehammer_emerald',625),
(5873,6995,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_long_plain_wand_particle',625),
(5874,6996,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_ornate_elven_rapier_tunarian',625),
(5875,6997,'accessories/wieldable_items/weapons/great_spear/harpoon/exp03_harpoon001_tunare',843),
(5876,6998,'_exp03/zones/objects/coffins/lp_coffin_stone01_closed',625),
(5877,6999,'_exp03/zones/objects/coffins/lp_coffin_stone01_open01',625),
(5878,7000,'_exp03/zones/objects/coffins/lp_coffin_stone01_open02',625),
(5879,7001,'_exp03/zones/objects/kelethin/crates/kel_crate_fay01',625),
(5880,7002,'_exp03/zones/objects/kelethin/crates/kel_crate_fay02',625),
(5881,7003,'_exp03/zones/objects/kelethin/crates/kel_crate_fay03',625),
(5882,7004,'_exp03/zones/objects/graveyard_crypts/lp_graveyard_crypt_plaque',625),
(5883,7005,'accessories/wieldable_items/weapons/exp03/fist/exp03_monk_1h_glow',625),
(5884,7006,'accessories/wieldable_items/soga_weapons/mage/staff_of_the_observers',843),
(5885,7007,'accessories/wieldable_items/shields/exp03/exp03_small_held_symbol_prismatic',625),
(5886,7008,'ui_fx/fx/systems/environment/any/instance_portal',843),
(5887,7009,'_exp03/zones/objects/coffins/cm_coffin_mistmoore01',625),
(5888,7010,'_exp03/zones/objects/coffins/cm_coffin_stone01',625),
(5889,7011,'_exp03/zones/objects/coffins/cm_pedestal_coffin_mistmoore01',625),
(5890,7012,'staticobjects/nests/nest_harpy01',843),
(5891,7013,'_exp03/zones/objects/lesser_faydark/eggs/lf_drake_eggs_unbroken_blue',625),
(5892,7014,'_exp03/zones/objects/statues/gf_statue_fey',625),
(5893,7015,'accessories/wieldable_items/weapons/sword/long_sword/exp03_long_sword001_balance',843),
(5894,7016,'accessories/wieldable_items/weapons/sword/scimitar/exp03_scimitar001_grove',843),
(5895,7017,'accessories/wieldable_items/shields/exp03/exp03_qeynos_buckler',625),
(5896,7018,'accessories/wieldable_items/soga_weapons/scout/exp03_traceless_wounding',843),
(5897,7019,'accessories/wearable_items/starter_clothes/fae_dark_male/arms',843),
(5898,7020,'accessories/wearable_items/starter_clothes/fae_dark_male/chest',843),
(5899,7021,'accessories/wearable_items/starter_clothes/fae_dark_male/legs',843),
(5900,7022,'accessories/wearable_items/starter_clothes/fae_dark_male/sleeves',843),
(5901,7023,'accessories/wearable_items/starter_clothes/fae_dark_female/arms',843),
(5902,7024,'accessories/wearable_items/starter_clothes/fae_dark_female/chest',843),
(5903,7025,'accessories/wearable_items/starter_clothes/fae_dark_female/legs',843),
(5904,7026,'accessories/wearable_items/starter_clothes/fae_dark_female/sleeves',843),
(5905,7027,'accessories/wearable_items/starter_clothes/fae_light_male/arms',843),
(5906,7028,'accessories/wearable_items/starter_clothes/fae_light_male/chest',843),
(5907,7029,'accessories/wearable_items/starter_clothes/fae_light_male/legs',843),
(5908,7030,'accessories/wearable_items/starter_clothes/fae_light_male/sleeves',843),
(5909,7031,'accessories/wearable_items/starter_clothes/fae_light_female/arms',843),
(5910,7032,'accessories/wearable_items/starter_clothes/fae_light_female/chest',843),
(5911,7033,'accessories/wearable_items/starter_clothes/fae_light_female/legs',843),
(5912,7034,'accessories/wearable_items/starter_clothes/fae_light_female/sleeves',843),
(5913,7035,'projectiles/spell_fruitcake',843),
(5914,7036,'accessories/wieldable_items/weapons/sword/candy_cane_1hs/candy_cane_1hs_01',843),
(5915,7037,'accessories/wearable_items/christmas_hats/santa_hat_02/head',843),
(5916,7038,'_exp03/characters/tool_users/satyr_snow',625),
(5917,7039,'ec/npc/goblin_snow',843),
(5918,7040,'creatures/monsters/snowman01',843),
(5919,7041,'creatures/monsters/snowwoman01',843),
(5920,7042,'projectiles/spell_snowball_big',843),
(5921,7043,'_exp03/characters/monsters/carnivorous_ape_boss',625),
(5922,7044,'staticobjects/shelves/wall_shelf_halfling_wooden01_houseitem',843),
(5923,7045,'staticobjects/lighting/wall_lamp_darkelf_torchbowl01_dpohousing',843),
(5924,7046,'accessories/wieldable_items/weapons/dagger/dirk/exp02_dirk002_nightfall',843),
(5925,7047,'staticobjects/liveevent/frostfell/dpo_holiday_candlegroup01_greensilver',843),
(5926,7048,'staticobjects/liveevent/frostfell/dpo_holiday_candlegroup01_redsilver',843),
(5927,7049,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large03_blue',843),
(5928,7050,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large04_green',843),
(5929,7051,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large05_redpink',843),
(5930,7052,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_small03_blue',843),
(5931,7053,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_small04_green',843),
(5932,7054,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_small05_redpink',843),
(5933,7055,'staticobjects/liveevent/frostfell/dpo_holiday_wallcandles02_goldgreen',843),
(5934,7056,'staticobjects/liveevent/frostfell/dpo_holiday_wallcandles02_silverred',843),
(5935,7057,'staticobjects/liveevent/frostfell/dpo_snowglobe_cazicthule01',843),
(5936,7058,'staticobjects/liveevent/frostfell/dpo_snowglobe_drafling01',843),
(5937,7059,'staticobjects/liveevent/frostfell/dpo_snowglobe_frostfelltree01',843),
(5938,7060,'staticobjects/liveevent/frostfell/dpo_snowglobe_kelethin01',843),
(5939,7061,'staticobjects/liveevent/frostfell/dpo_snowglobe_lavastorm01',843),
(5940,7062,'staticobjects/liveevent/frostfell/dpo_snowglobe_majdul01',843),
(5941,7063,'staticobjects/liveevent/frostfell/dpo_snowglobe_nektropos01',843),
(5942,7064,'staticobjects/liveevent/frostfell/dpo_snowglobe_pagoda01',843),
(5943,7065,'staticobjects/liveevent/frostfell/dpo_snowglobe_qeyclamore01',843),
(5944,7066,'staticobjects/liveevent/frostfell/dpo_snowman01_sad',843),
(5945,7067,'staticobjects/liveevent/frostfell/dpo_snowwoman01_sad',843),
(5946,7068,'staticobjects/liveevent/frostfell/dpo_xmas_apples',843),
(5947,7069,'staticobjects/liveevent/frostfell/dpo_xmas_candy',843),
(5948,7070,'staticobjects/liveevent/frostfell/dpo_xmas_eggnog',843),
(5949,7071,'staticobjects/liveevent/frostfell/holiday_fruitcake',843),
(5950,7072,'staticobjects/liveevent/frostfell/holiday_turkey',843),
(5951,7073,'staticobjects/liveevent/frostfell/holiday_wreath01',843),
(5952,7074,'staticobjects/liveevent/frostfell/dpo_bow01_gold',843),
(5953,7075,'staticobjects/liveevent/frostfell/dpo_bow01_green',843),
(5954,7076,'staticobjects/liveevent/frostfell/dpo_bow01_red',843),
(5955,7077,'staticobjects/liveevent/frostfell/dpo_present03_big',843),
(5956,7078,'staticobjects/liveevent/frostfell/dpo_present03_medium',843),
(5957,7079,'staticobjects/liveevent/frostfell/dpo_bow01_gold_wall',843),
(5958,7080,'staticobjects/liveevent/frostfell/dpo_bow01_green_wall',843),
(5959,7081,'staticobjects/liveevent/frostfell/dpo_bow01_red_wall',843),
(5960,7082,'staticobjects/liveevent/frostfell/ice_throne',843),
(5961,7083,'staticobjects/liveevent/frostfell/dpo_christmas_tree_small01_houseitem',843),
(5962,7084,'staticobjects/liveevent/frostfell/dpo_christmas_tree_small01_kelethin',843),
(5963,7085,'staticobjects/liveevent/frostfell/lamp_post',843),
(5964,7086,'accessories/wieldable_items/weapons/great_spear/voulge/voulge001_ornate_pike',843),
(5965,7087,'staticobjects/fireplaces/dpo_fireplace01_houseitem',843),
(5966,7088,'staticobjects/fireplaces/dpo_fireplace02_houseitem',843),
(5967,7089,'staticobjects/fireplaces/dpo_fireplace03_houseitem',843),
(5968,7090,'staticobjects/liveevent/frostfell/holiday_cranberrie_plate',843),
(5969,7091,'accessories/wieldable_items/weapons/exp03/fist/exp03_quellious_1h_glow',625),
(5970,7092,'staticobjects/stoves/floor_stove_halfling_round01',843),
(5971,7093,'staticobjects/liveevent/frostfell/dpo_holiday_snowpile01',843),
(5972,7094,'_exp03/zones/objects/crib/eu_crib01',625),
(5973,7095,'_exp04/monsters/apopheli',843),
(5974,7096,'ec/pc/fae_wings/fae_d_wing01',843),
(5975,7097,'ec/pc/fae_wings/fae_d_wing01_t',843),
(5976,7098,'ec/pc/fae_wings/fae_d_wing02',843),
(5977,7099,'ec/pc/fae_wings/fae_d_wing02_t',843),
(5978,7100,'ec/pc/fae_wings/fae_d_wing03',843),
(5979,7101,'ec/pc/fae_wings/fae_d_wing03_t',843),
(5980,7102,'ec/pc/fae_wings/fae_d_wing04',843),
(5981,7103,'ec/pc/fae_wings/fae_d_wing04_t',843),
(5982,7104,'ec/pc/fae_wings/fae_d_wing05',843),
(5983,7105,'ec/pc/fae_wings/fae_d_wing05_t',843),
(5984,7106,'ec/pc/fae_wings/fae_d_wing06',843),
(5985,7107,'ec/pc/fae_wings/fae_d_wing06_t',843),
(5986,7108,'ec/pc/fae_wings/fae_d_wing07',843),
(5987,7109,'ec/pc/fae_wings/fae_d_wing07_t',843),
(5988,7110,'ec/pc/fae_wings/fae_d_wing08',843),
(5989,7111,'ec/pc/fae_wings/fae_d_wing08_t',843),
(5990,7112,'ec/pc/fae_wings/fae_d_wing09',843),
(5991,7113,'ec/pc/fae_wings/fae_d_wing09_t',843),
(5992,7114,'ec/pc/fae_wings/fae_d_wing10',843),
(5993,7115,'ec/pc/fae_wings/fae_d_wing10_t',843),
(5994,7116,'ec/pc/fae_wings/fae_d_wing11',843),
(5995,7117,'ec/pc/fae_wings/fae_d_wing11_t',843),
(5996,7118,'ec/pc/fae_wings/fae_d_wing12',843),
(5997,7119,'ec/pc/fae_wings/fae_d_wing12_t',843),
(5998,7120,'staticobjects/liveevent/erollisi_objects/errolisi_box0choclates',843),
(5999,7121,'staticobjects/liveevent/erollisi_objects/errolisi_goodheartvase01',843),
(6000,7122,'staticobjects/liveevent/erollisi_objects/errolisi_goodheartvase02',843),
(6001,7123,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow',843),
(6002,7124,'staticobjects/liveevent/erollisi_objects/errolisi_heartvase01',843),
(6003,7125,'staticobjects/liveevent/erollisi_objects/errolisi_heartvase02',843),
(6004,7126,'staticobjects/liveevent/erollisi_objects/errolisi_multithreeroses01',843),
(6005,7127,'staticobjects/liveevent/erollisi_objects/errolisi_pink_purplerose_ovalvase01',843),
(6006,7128,'staticobjects/liveevent/erollisi_objects/errolisi_pink_redrosevase01',843),
(6007,7129,'staticobjects/liveevent/erollisi_objects/errolisi_pinkrose01',843),
(6008,7130,'staticobjects/liveevent/erollisi_objects/errolisi_pinkrose_ovalvase01',843),
(6009,7131,'staticobjects/liveevent/erollisi_objects/errolisi_pinkrosevase01',843),
(6010,7132,'staticobjects/liveevent/erollisi_objects/errolisi_pinkthreeroses01',843),
(6011,7133,'staticobjects/liveevent/erollisi_objects/errolisi_purple_redrose_ovalvase01',843),
(6012,7134,'staticobjects/liveevent/erollisi_objects/errolisi_purple_redrosevase01',843),
(6013,7135,'staticobjects/liveevent/erollisi_objects/errolisi_purplerose01',843),
(6014,7136,'staticobjects/liveevent/erollisi_objects/errolisi_purplerose_ovalvase01',843),
(6015,7137,'staticobjects/liveevent/erollisi_objects/errolisi_purplerosevase01',843),
(6016,7138,'staticobjects/liveevent/erollisi_objects/errolisi_purplethreeroses01',843),
(6017,7139,'staticobjects/liveevent/erollisi_objects/errolisi_red_pinkrose_ovalvase01',843),
(6018,7140,'staticobjects/liveevent/erollisi_objects/errolisi_red_whiterose_ovalvase01',843),
(6019,7141,'staticobjects/liveevent/erollisi_objects/errolisi_red_whiterosevase01',843),
(6020,7142,'staticobjects/liveevent/erollisi_objects/errolisi_redrose01',843),
(6021,7143,'staticobjects/liveevent/erollisi_objects/errolisi_redrose_ovalvase01',843),
(6022,7144,'staticobjects/liveevent/erollisi_objects/errolisi_redrosevase01',843),
(6023,7145,'staticobjects/liveevent/erollisi_objects/errolisi_redthreeroses01',843),
(6024,7149,'staticobjects/liveevent/erollisi_objects/errolisi_whiterose01',843),
(6025,7150,'staticobjects/liveevent/erollisi_objects/errolisi_whiterose_ovalvase01',843),
(6026,7151,'staticobjects/liveevent/erollisi_objects/errolisi_whiterosevase01',843),
(6027,7152,'staticobjects/liveevent/erollisi_objects/errolisi_whitethreeroses01',843),
(6028,7153,'accessories/wearable_items/profesion_hats/warden/warden_01/head',843),
(6029,7154,'accessories/wearable_items/profesion_hats/fury/fury_01/head',843),
(6030,7155,'accessories/wearable_items/profesion_hats/necromancer/necromancer_01/head',843),
(6031,7156,'accessories/wearable_items/profesion_hats/warlock/warlock_01/head',843),
(6032,7157,'_exp04/tool_users/sarnak',843),
(6033,7158,'accessories/wieldable_items/soga_weapons/priest/exp03_thunder_blade_waning_moon',843),
(6034,7159,'accessories/wieldable_items/soga_weapons/scout/exp03_great_shark_sariks_fang',843),
(6035,7160,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_battlehammer_inlaid_rock',625),
(6036,7161,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_ivy_shrouded_orb_sparkling',625),
(6037,7162,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_wooden_vine_scepter_knotted_pine',625),
(6038,7163,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_orc_machete_clearcutter',625),
(6039,7164,'accessories/wieldable_items/weapons/exp03/bow/exp03_bow_giant_wooden_grove',625),
(6040,7165,'accessories/wieldable_items/weapons/fist/claws/claws001_thorn_wrapped',843),
(6041,7166,'accessories/wieldable_items/weapons/rapier/epee/exp03_epee001_bixie_sticker',843),
(6042,7167,'accessories/wieldable_items/weapons/rapier/saber/exp03_saber001_bisected_saber',843),
(6043,7168,'accessories/wieldable_items/weapons/spear/one_handed_spear/exp03_barbed_spear_bee_sting',843),
(6044,7169,'staticobjects/shield/exp03_mistmoore_shield_heritage_housteitem',843),
(6045,7170,'staticobjects/shelves/houseitems/wall_shelf_any_skull01',843),
(6046,7171,'staticobjects/shelves/houseitems/wall_shelf_any_skull02',843),
(6047,7172,'staticobjects/shelves/houseitems/wall_shelf_any_skull03',843),
(6048,7173,'staticobjects/statues/wall_statue_any_figurehead01_housedpo',843),
(6049,7174,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_ornate_elven_rapier_beeswarm',625),
(6050,7175,'_exp04/monsters/fishman',843),
(6051,7176,'staticobjects/world_devices/trdskl_fprt_chemistrytable_summoned',843),
(6052,7177,'staticobjects/world_devices/trdskl_fprt_engraveddesk_summoned',843),
(6053,7178,'staticobjects/world_devices/trdskl_fprt_forge_summoned',843),
(6054,7179,'staticobjects/world_devices/trdskl_fprt_sewingtable_mannequin_loom_summoned',843),
(6055,7180,'staticobjects/world_devices/trdskl_fprt_stoveandkeg_summoned',843),
(6056,7181,'staticobjects/world_devices/trdskl_fprt_woodworkingtable_summoned',843),
(6057,7182,'staticobjects/world_devices/trdskl_fprt_workbench_summoned',843),
(6058,7183,'creatures/mounts/horse_armor01/horse01_armor01_nightmare_blue',843),
(6059,7184,'staticobjects/catapult/catapult',843),
(6060,7185,'_exp04/monsters/wyvern',843),
(6061,7186,'_exp04/tool_users/fishman_tu',843),
(6062,7187,'accessories/wieldable_items/misc/stein001_runic_tumpy_tankard',843),
(6063,7188,'accessories/wieldable_items/soga_weapons/fighter/invincibility_of_eight_flowing_blood',843),
(6064,7189,'accessories/wieldable_items/soga_weapons/fighter/sword_of_nova_infirmity',843),
(6065,7190,'accessories/wieldable_items/soga_weapons/mage/staff_of_elemental_wand_of_crystalized_plasma',843),
(6066,7191,'accessories/wieldable_items/soga_weapons/scout/wannish_dream_torn_ligament',843),
(6067,7192,'accessories/wearable_items/cloak/exp03/cloak_sq_01_unrest_vapor',625),
(6068,7193,'accessories/wieldable_items/weapons/great_axe/large_dwarf_axe/large_dwarf_axe_plain_bloodbath',843),
(6069,7194,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer002_ornate_torklars',843),
(6070,7195,'accessories/wieldable_items/weapons/sword/vampire_sword/vampire_sword_plain_modinthalis',843),
(6071,7196,'accessories/wieldable_items/weapons/exp03/1h_pierce/exp03_1hp_vampiric_sacrificial_dagger_cold_blooded',625),
(6072,7197,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_ornate_elven_rapier_bloodspiller',625),
(6073,7198,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_wrench01_cogturner',625),
(6074,7199,'_exp03/zones/objects/castle_mistmoore/cm_statues_mayong_bust',625),
(6075,7200,'_exp03/zones/objects/greater_faydark/lightsources/gf_lamppost_flower01',625),
(6076,7201,'accessories/wearable_items/profesion_hats/conjuror/conjuror_01/head',843),
(6077,7202,'accessories/wearable_items/profesion_hats/coercer/coercer_01/head',843),
(6078,7203,'staticobjects/world_devices/orc_forge',843),
(6079,7204,'accessories/wearable_items/profesion_hats/coercer/coercer_02/head',843),
(6080,7206,'creatures/mounts/rhino_mount/rhino_armor01',843),
(6081,7207,'creatures/monsters/elephant_white',843),
(6082,7208,'staticobjects/plants/dw_objects_plant_tree01',843),
(6083,7209,'staticobjects/plants/dw_objects_planttreebark01',843),
(6084,7210,'_exp03/zones/felwithe_castle/fel_rod_crystal',625),
(6085,7211,'_exp04/monsters/fishman_warrior',843),
(6086,7212,'_exp04/tool_users/fishman_warrior_tu',843),
(6087,7213,'creatures/mounts/warg_mount/warg',843),
(6088,7214,'creatures/mounts/warg_mount/warg_armor01',843),
(6089,7215,'creatures/mounts/warg_mount/warg_armor02',843),
(6090,7216,'creatures/mounts/warg_mount/warg_saddle01',843),
(6091,7217,'_exp04/monsters/erollisi',843),
(6092,7218,'creatures/mounts/warg_mount/warg_armor01_spotted',843),
(6093,7219,'creatures/mounts/warg_mount/warg_armor01_twotoned',843),
(6094,7220,'creatures/mounts/warg_mount/warg_armor02_spotted',843),
(6095,7221,'creatures/mounts/warg_mount/warg_armor02_twotoned',843),
(6096,7222,'creatures/mounts/warg_mount/warg_spotted',843),
(6097,7223,'creatures/mounts/warg_mount/warg_twotoned',843),
(6098,7224,'staticobjects/brazier/floor_brazier_erudite_smoke',843),
(6099,7225,'_exp03/zones/felwithe_castle/fel_rod_crystal_dropped',625),
(6100,7226,'_exp04/tool_users/drachnid_female',843),
(6101,7227,'_exp04/tool_users/drachnid_queen',843),
(6102,7228,'creatures/mounts/warg_mount/warg_saddle01_spotted',843),
(6103,7229,'creatures/mounts/warg_mount/warg_saddle01_twotoned',843),
(6104,7230,'creatures/monsters/willowisp_dark',843),
(6105,7231,'accessories/wieldable_items/weapons/staff/felwithe_staff/felwithe_bws_staff',843),
(6106,7232,'_exp03/zones/felwithe_castle/dpo_invisible_cube_felwithe',625),
(6107,7233,'_exp03/zones/regions/greater_faydark/gf_flora/gf_flora_mushroom_limecap_dpo',625),
(6108,7234,'_exp04/monsters/xygoz',843),
(6109,7235,'_exp04/monsters/cockatrice',843),
(6110,7236,'_exp04/monsters/skorpikis',843),
(6111,7237,'staticobjects/dpo_invisible_wall/invisible_wall_dw_shadow_oak_drwy',843),
(6112,7238,'staticobjects/dpo_invisible_wall/invisible_wall_dw_tower_of_bone_drwy',843),
(6113,7239,'staticobjects/dpo_invisible_wall/invisible_wall_nk_seagate_teleporter',843),
(6114,7240,'creatures/monsters/hellhound_blue',843),
(6115,7241,'creatures/monsters/willowisp_ball_lightning',843),
(6116,7242,'creatures/mounts/warg_mount/warg_armor02_blue',843),
(6117,7243,'creatures/mounts/warg_mount/warg_armor02_fire',843),
(6118,7244,'creatures/mounts/warg_mount/warg_armor02_misty',843),
(6119,7245,'projectiles/nightmare_ghost',843),
(6120,7246,'_exp04/monsters/clay_golem',843),
(6121,7247,'_exp04/monsters/clay_keeper',843),
(6122,7248,'creatures/monsters/willowisp_vampire_orb',843),
(6123,7249,'ec/npc/nightmare_ghost',843),
(6124,7250,'_exp04/monsters/cinder_wasp',843),
(6125,7251,'_exp04/monsters/clay_shackled',843),
(6126,7252,'_exp04/monsters/carrion_crawler',843),
(6127,7253,'_exp04/monsters/sokokar',843),
(6128,7254,'_exp04/tool_users/spiroc',843),
(6129,7255,'_exp04/monsters/succulent',843),
(6130,7256,'staticobjects/rugs/qey_rug_beigeblacklarge',843),
(6131,7257,'_exp04/monsters/yeti',843),
(6132,7258,'_exp04/monsters/brute',843),
(6133,7259,'staticobjects/lighting/torchsword001',843),
(6134,7260,'staticobjects/chairs/vrsn_chair03_dpo',843),
(6135,7261,'staticobjects/globes/globe001',843),
(6136,7262,'staticobjects/lighting/bonetorch001',843),
(6137,7263,'staticobjects/lighting/candleholderlarge001',843),
(6138,7264,'staticobjects/musical/halfling_drum03_dpo',843),
(6139,7265,'staticobjects/lighting/tablelamp002',843),
(6140,7266,'staticobjects/lighting/tablelamp003',843),
(6141,7267,'staticobjects/kitchen/fprt_kitchen_chaliceshort001_dpo',843),
(6142,7268,'staticobjects/pillars/column001',843),
(6143,7269,'staticobjects/pillars/columnsmall002',843),
(6144,7270,'staticobjects/kitchen/muffin_pan_dpo',843),
(6145,7271,'staticobjects/racks/winerack001_assembly001',843),
(6146,7272,'staticobjects/tapestry/tapestry001_longcealing_dirty',843),
(6147,7273,'staticobjects/books/marketing_book',843),
(6148,7274,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_soulfire_hammer',625),
(6149,7275,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_soulfire_kama',625),
(6150,7276,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_soulfire_bastard',625),
(6151,7277,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_soulfire_gladius',625),
(6152,7278,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_soulfire_sabre',625),
(6153,7279,'accessories/wieldable_items/weapons/exp03/pike/exp03_pike_soulfire_staff',625),
(6154,7280,'staticobjects/lighting/chandelier001_dpo',843),
(6155,7281,'staticobjects/lighting/torchsword001_dpo',843),
(6156,7282,'creatures/tu/gods_bristlebane',843),
(6157,7283,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_triblade_dagger',843),
(6158,7284,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_truncheon',843),
(6159,7285,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_lamentation',843),
(6160,7286,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_truncheon_koadavie',843),
(6161,7287,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_triblade_dagger_koadavie',843),
(6162,7288,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_vampiric_sacrificial_dagger_koadavie',843),
(6163,7289,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_lamentation_koadavie',843),
(6164,7290,'accessories/wieldable_items/shields/buckler_shield/wooden_buckler/wooden_buckler001_runic_koadavie',843),
(6165,7291,'accessories/wieldable_items/shields/round_shield/wooden_round/wooden_round_shield001_ornate_koadavie',843),
(6166,7292,'accessories/wieldable_items/shields/tower_shield/wooden_tower_shield/wooden_tower_shield001_koadavie',843),
(6167,7293,'_exp04/monsters/devourer',843),
(6168,7294,'accessories/wieldable_items/shields/buckler_shield/buckler_fae/buckler_fae_01_koadavie',843),
(6169,7295,'code/spawn_ring',843),
(6170,7296,'_exp04/tool_users/goblin_shaman',843),
(6171,7297,'_exp04/monsters/wurm',843),
(6172,7298,'staticobjects/armor/undead_iksar_male_breastplate',843),
(6173,7299,'accessories/wieldable_items/soga_weapons/fighter/sword_of_serpent_koadavie',843),
(6174,7300,'_exp04/tool_users/drachnid_female_chain',843),
(6175,7301,'_exp04/tool_users/drachnid_male',843),
(6176,7302,'_exp04/tool_users/drachnid_male_plate',843),
(6177,7303,'staticobjects/mirrors/mirror001_wallmnt_dpo',843),
(6178,7304,'_exp04/monsters/devil_dust_tornado_timorous',843),
(6179,7305,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_lucanic_hammer',625),
(6180,7306,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_lucanic_kama',625),
(6181,7307,'accessories/wieldable_items/weapons/exp03/pike/exp03_pike_lucanic_staff',625),
(6182,7308,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_lucanic_bastard',625),
(6183,7309,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_lucanic_gladius',625),
(6184,7310,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_lucanic_sabre',625),
(6185,7311,'_exp04/tool_users/goblin_warrior',843),
(6186,7312,'staticobjects/musical/floor_horn_halfling',843),
(6187,7313,'creatures/mounts/warg_mount/warg_armor02_albino',843),
(6188,7314,'accessories/wearable_items/cloak/exp03/cloak_sq_01_water',625),
(6189,7315,'ec/pc01/sarnak_male/sarnak_male_thin',843),
(6190,7316,'accessories/wearable_items/cloak/exp03/cloak_sq_01_chelsith',625),
(6191,7317,'accessories/wearable_items/cloak/exp03/cloak_sq_01_disguise',625),
(6192,7318,'accessories/wearable_items/cloak/exp03/cloak_sq_01_lon',625),
(6193,7319,'accessories/wieldable_items/weapons/sword/long_sword/long_sword_magic_uber',843),
(6194,7320,'creatures/mounts/carpet_lon',843),
(6195,7321,'_exp04/monsters/chokidai_armoured',843),
(6196,7322,'creatures/mounts/carpet_lon02',843),
(6197,7323,'_exp04/monsters/chokidai',843),
(6198,7324,'_exp04/tool_users/goblin_scout',843),
(6199,7325,'code/target_aoe_ring',843),
(6200,7326,'staticobjects/lighting/halfling_lantern01_handledown_dpo',843),
(6201,7327,'staticobjects/lighting/halfling_lantern01_handleup_dpo',843),
(6202,7328,'staticobjects/tables/halfing_desk01_dpo',843),
(6203,7329,'staticobjects/benches/floor_bench_halfing_paded01_ltwd_dpo',843),
(6204,7330,'staticobjects/chairs/floor_loveseat_halfing_paded01',843),
(6205,7331,'staticobjects/chairs/halfling_chair_padded_dpo',843),
(6206,7332,'staticobjects/beds/halfing_bed01_wdlt_dpo',843),
(6207,7333,'staticobjects/lighting/halfling_candle_log01_dpo',843),
(6208,7334,'staticobjects/counters/halfing_counter_merchant01_dpo',843),
(6209,7335,'staticobjects/stoves/floor_stove_halfling_square01_dpo',843),
(6210,7336,'staticobjects/musical/halfling_zylophone_dpo',843),
(6211,7337,'staticobjects/musical/halfling_music_chimes01_dpo',843),
(6212,7338,'staticobjects/plants/halfling_hangingpot01_dpo',843),
(6213,7339,'staticobjects/rugs/halfing_rugcircle01_dpo',843),
(6214,7340,'staticobjects/rugs/halfing_rugsquare01_dpo',843),
(6215,7341,'staticobjects/fountains_and_pools/sos_fountain_birdbath_floor_small_dpo',843),
(6216,7342,'staticobjects/musical/halfling_jimba01_dpo',843),
(6217,7343,'staticobjects/plants/potted_shrub_dpo',843),
(6218,7344,'staticobjects/plants/potted_shrub_berries_dpo',843),
(6219,7345,'staticobjects/chairs/floor_chair_halfing_paded02',843),
(6220,7346,'staticobjects/kitchen/qey_kitchen_breadpan_withbread001_dpo',843),
(6221,7347,'staticobjects/kitchen/bowl_steam02_dpo',843),
(6222,7348,'staticobjects/kitchen/bowl_steam03_dpo',843),
(6223,7349,'staticobjects/stoves/qey_kitchen_stoveornate001_dpo',843),
(6224,7350,'staticobjects/fountains_and_pools/sos_fountain_birdbath_floor_dpo',843),
(6225,7351,'staticobjects/fountains_and_pools/sos_fountain_birdbath_wall_dpo',843),
(6226,7352,'accessories/hair/hair026',843),
(6227,7353,'accessories/wearable_items/cloak/exp03/cloak_sq_01_iksar',625),
(6228,7354,'_exp04/zones/objects/timorous_deep/sarnak_spear_phalanx',843),
(6229,7355,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_lucanic',625),
(6230,7356,'_exp04/tool_users/sarnak_caster',843),
(6231,7357,'accessories/wieldable_items/weapons/exp03/2h_sword/exp03_2hs_soulfire',625),
(6232,7358,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_lucanic_staff',625),
(6233,7359,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_soulfire_staff',625),
(6234,7360,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_solusekro',625),
(6235,7361,'_exp04/monsters/leech',843),
(6236,7362,'_exp04/monsters/stoneent',843),
(6237,7363,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_cardcase01',843),
(6238,7364,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting01',843),
(6239,7365,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting02',843),
(6240,7366,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting03',843),
(6241,7367,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_paintingarray01',843),
(6242,7368,'_exp04/tool_users/sarnak_warrior',843),
(6243,7369,'ec/pc01/sarnak_male/sarnak_male_thin02',843),
(6244,7370,'ec/pc01/sarnak_male/sarnak_male_thin03',843),
(6245,7371,'ec/pc01/sarnak_male/sarnak_male_thin04',843),
(6246,7372,'ec/pc01/sarnak_male/sarnak_male_thin05',843),
(6247,7373,'ec/pc01/sarnak_male/sarnak_male_thin06',843),
(6248,7374,'ec/pc01/sarnak_male/sarnak_male_thin07',843),
(6249,7375,'ec/pc01/sarnak_male/sarnak_male_thin08',843),
(6250,7376,'ec/pc01/sarnak_male/sarnak_male_thin09',843),
(6251,7377,'ec/pc01/sarnak_female/sarnak_female_thin',843),
(6252,7378,'staticobjects/fountains_and_pools/griffin_fountain_dpo',843),
(6253,7379,'staticobjects/fountains_and_pools/rectangular_pool_dpo',843),
(6254,7380,'staticobjects/fountains_and_pools/fallen_soldier_fountain_dpo',843),
(6255,7381,'staticobjects/fountains_and_pools/sundial_pool_dpo',843),
(6256,7382,'staticobjects/fountains_and_pools/oracle_fountain_dpo',843),
(6257,7383,'staticobjects/fountains_and_pools/thunder_fountain_dpo',843),
(6258,7384,'staticobjects/lighting/darklight_crystal',843),
(6259,7385,'staticobjects/banners/indigo_brotherhood_banner_dpo',843),
(6260,7386,'staticobjects/arches/forest_archway',843),
(6261,7387,'staticobjects/fountains_and_pools/neriak_fountain_dpo',843),
(6262,7388,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_sharktooth_mace',843),
(6263,7389,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_spiked_mace',843),
(6264,7390,'ec/pc01/sarnak_female/sarnak_female_thin04',843),
(6265,7391,'ec/pc01/sarnak_female/sarnak_female_thin05',843),
(6266,7392,'_exp04/monsters/raptor',843),
(6267,7393,'_exp04/monsters/skyfiredrake',843),
(6268,7394,'_exp04/tool_users/burynai',843),
(6269,7395,'_exp04/tool_users/froglok_kunark',843),
(6270,7396,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_linked',843),
(6271,7397,'_exp04/zones/objects/timorous_deep/tablets/deep_tablet_iksar02',843),
(6272,7398,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_kunzar',843),
(6273,7399,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_reaver',843),
(6274,7400,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_jagged',843),
(6275,7401,'accessories/wieldable_items/weapons/exp04/bow/exp04_bow_dragon_bow',843),
(6276,7402,'accessories/wieldable_items/weapons/exp04/pike/exp04_pike_spiney_spear',843),
(6277,7403,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_dragonhead_shield',843),
(6278,7404,'accessories/wieldable_items/weapons/exp04/fist/exp04_fist_ornate_knuckledusters',843),
(6279,7405,'accessories/wieldable_items/weapons/exp04/2h_crush/exp04_2hc_sarnak_skull_staff',843),
(6280,7406,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dual_bladed_stiletto',843),
(6281,7407,'accessories/wieldable_items/weapons/exp04/staff/exp04_staff_spiked_staff',843),
(6282,7408,'accessories/wieldable_items/weapons/exp04/pike/exp04_pike_fisherman_trident',843),
(6283,7409,'accessories/wieldable_items/weapons/exp04/bow/exp04_bow_ornate_bow',843),
(6284,7410,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_spiney_shield_shield',843),
(6285,7411,'accessories/wieldable_items/weapons/exp04/fist/exp04_fist_dull_ulak',843),
(6286,7412,'accessories/wieldable_items/weapons/exp04/2h_crush/exp04_2hc_iksar_skull_staff',843),
(6287,7413,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_dragon_axe',843),
(6288,7414,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_jagged_mace',843),
(6289,7415,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dragonhilt_dagger',843),
(6290,7416,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_cleaver_sword',843),
(6291,7417,'accessories/wieldable_items/weapons/exp04/2h_crush/exp04_2hc_spiked_hammer',843),
(6292,7418,'accessories/wieldable_items/weapons/exp04/pike/exp04_pike_spikey_spear',843),
(6293,7419,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_sebilisian_shield',843),
(6294,7420,'accessories/wieldable_items/weapons/exp04/2h_sword/exp04_2hs_jagged_sword',843),
(6295,7421,'accessories/wearable_items01/_exp03/kaladim_bruiser_gi_01/feet',625),
(6296,7422,'accessories/wieldable_items/weapons/exp04/2h_sword/exp04_2hs_cleaver_sword',843),
(6297,7423,'_exp04/tool_users/drolvarg_berserker',843),
(6298,7424,'_exp04/tool_users/drolvarg_priest',843),
(6299,7425,'_exp04/tool_users/drolvarg_warrior',843),
(6300,7426,'projectiles/lava_rock_burning',843),
(6301,7427,'staticobjects/pictures/df_painting04_dpo',843),
(6302,7428,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_cudgel_of_obviation',843),
(6303,7429,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_dragons_marrow',843),
(6304,7430,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_elemental_dominance',843),
(6305,7431,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_eye_of_siren',843),
(6306,7432,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_penitents_absolution',843),
(6307,7433,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_the_impact_of_the_sacrosanct',843),
(6308,7434,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_torrid_gore',843),
(6309,7435,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_charms_way',843),
(6310,7436,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_deaths_grip',843),
(6311,7437,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_fang_of_ichor',843),
(6312,7438,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_ayonic_axe',843),
(6313,7439,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_dragons_temper',843),
(6314,7440,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_fire_of_the_stalwart',843),
(6315,7441,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_lamentation_of_the_intrepid',843),
(6316,7442,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_night_terror',843),
(6317,7443,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_sedition',843),
(6318,7444,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_the_bite_of_the_wolf',843),
(6319,7445,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_the_truth_of_marr',843),
(6320,7446,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_wrath_of_nature',843),
(6321,7447,'accessories/wieldable_items/weapons/exp04/_epic/bow/exp04_bow_eagles_talon',843),
(6322,7448,'accessories/wieldable_items/weapons/exp04/_epic/fist/exp04_fist_gorynn''s_fist',843),
(6323,7449,'accessories/wieldable_items/weapons/exp04/_epic/fist/exp04_fist_hand_of_serenity',843),
(6324,7450,'accessories/wieldable_items/weapons/exp04/_epic/pike/exp04_pike_dream_scorcher',843),
(6325,7451,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_mirage_star',843),
(6326,7453,'accessories/wieldable_items/weapons/exp04/2h_sword/exp04_2hs_dragon',843),
(6327,7454,'_exp04/tool_users/golem_jade',843),
(6328,7455,'staticobjects/pictures/df_painting01_dpo',843),
(6329,7456,'staticobjects/pictures/df_painting02_dpo',843),
(6330,7457,'staticobjects/pictures/df_painting03_dpo',843),
(6331,7458,'staticobjects/pictures/df_painting05_dpo',843),
(6332,7459,'staticobjects/pictures/df_painting06_dpo',843),
(6333,7460,'staticobjects/light_sources_player_housing_only/dt_bee_walllamp01_dpo',843),
(6334,7461,'staticobjects/light_sources_player_housing_only/dt_wall_lamp01_dpo',843),
(6335,7462,'staticobjects/plants/dt_flowerpot01_dpo',843),
(6336,7463,'staticobjects/plants/dt_flowerpot02_dpo',843),
(6337,7464,'staticobjects/dpo_invisible_wall/invisible_wall_sof_well_drwy',843),
(6338,7465,'_exp04/tool_users/golem_iron',843),
(6339,7466,'staticobjects/dpo_invisible_cube/wisp_collision',843),
(6340,7467,'accessories/wearable_items/_exp04/dragon_chain/chest',843),
(6341,7468,'accessories/wearable_items/_exp04/dragon_chain/feet',843),
(6342,7469,'accessories/wearable_items/_exp04/dragon_chain/forearms',843),
(6343,7470,'accessories/wearable_items/_exp04/dragon_chain/hands',843),
(6344,7471,'accessories/wearable_items/_exp04/dragon_chain/head',843),
(6345,7472,'accessories/wearable_items/_exp04/dragon_chain/legs',843),
(6346,7473,'accessories/wearable_items/_exp04/dragon_chain/legs_noskirt',843),
(6347,7474,'accessories/wearable_items/_exp04/dragon_chain/shoulders',843),
(6348,7475,'accessories/wearable_items/_exp04/dragon_chain/skirt',843),
(6349,7476,'accessories/wearable_items/_exp04/dragon_gi/chest',843),
(6350,7477,'accessories/wearable_items/_exp04/dragon_gi/pants',843),
(6351,7478,'accessories/wearable_items/_exp04/dragon_gi/shoulders',843),
(6352,7479,'accessories/wearable_items/_exp04/dragon_leather/chest',843),
(6353,7480,'accessories/wearable_items/_exp04/dragon_leather/feet',843),
(6354,7481,'accessories/wearable_items/_exp04/dragon_leather/forearms',843),
(6355,7482,'accessories/wearable_items/_exp04/dragon_leather/hands',843),
(6356,7483,'accessories/wearable_items/_exp04/dragon_leather/head',843),
(6357,7484,'accessories/wearable_items/_exp04/dragon_leather/legs',843),
(6358,7485,'accessories/wearable_items/_exp04/dragon_leather/legs_noskirt',843),
(6359,7486,'accessories/wearable_items/_exp04/dragon_leather/shoulders',843),
(6360,7487,'accessories/wearable_items/_exp04/dragon_leather/skirt',843),
(6361,7488,'accessories/wearable_items/_exp04/dragon_robe/chest',843),
(6362,7489,'accessories/wearable_items/_exp04/dragon_robe/hood',843),
(6363,7490,'accessories/wearable_items/_exp04/dragon_robe/pants',843),
(6364,7491,'accessories/wearable_items/_exp04/dragon_robe/skirt',843),
(6365,7492,'accessories/wearable_items/_exp04/dragon_vanguard/chest',843),
(6366,7493,'accessories/wearable_items/_exp04/dragon_vanguard/feet',843),
(6367,7494,'accessories/wearable_items/_exp04/dragon_vanguard/forearms',843),
(6368,7495,'accessories/wearable_items/_exp04/dragon_vanguard/hands',843),
(6369,7496,'accessories/wearable_items/_exp04/dragon_vanguard/head',843),
(6370,7497,'accessories/wearable_items/_exp04/dragon_vanguard/legs',843),
(6371,7498,'accessories/wearable_items/_exp04/dragon_vanguard/legs_noskirt',843),
(6372,7499,'accessories/wearable_items/_exp04/dragon_vanguard/shoulders',843),
(6373,7500,'accessories/wearable_items/_exp04/dragon_vanguard/shoulders_nopauldrons',843),
(6374,7501,'accessories/wearable_items/_exp04/dragon_vanguard/skirt',843),
(6375,7502,'accessories/wearable_items/_exp04/dragon_vanguard_priest/chest',843),
(6376,7503,'accessories/wearable_items/_exp04/dragon_vanguard_priest/feet',843),
(6377,7504,'accessories/wearable_items/_exp04/dragon_vanguard_priest/forearms',843),
(6378,7505,'accessories/wearable_items/_exp04/dragon_vanguard_priest/hands',843),
(6379,7506,'accessories/wearable_items/_exp04/dragon_vanguard_priest/head',843),
(6380,7507,'accessories/wearable_items/_exp04/dragon_vanguard_priest/legs',843),
(6381,7508,'accessories/wearable_items/_exp04/dragon_vanguard_priest/legs_noskirt',843),
(6382,7509,'accessories/wearable_items/_exp04/dragon_vanguard_priest/shoulders',843),
(6383,7510,'accessories/wearable_items/_exp04/dragon_vanguard_priest/shoulders_nopauldrons',843),
(6384,7511,'accessories/wearable_items/_exp04/dragon_vanguard_priest/skirt',843),
(6385,7512,'accessories/wearable_items/_exp04/iksar_chain/chest',843),
(6386,7513,'accessories/wearable_items/_exp04/iksar_chain/feet',843),
(6387,7514,'accessories/wearable_items/_exp04/iksar_chain/forearms',843),
(6388,7515,'accessories/wearable_items/_exp04/iksar_chain/hands',843),
(6389,7516,'accessories/wearable_items/_exp04/iksar_chain/head',843),
(6390,7517,'accessories/wearable_items/_exp04/iksar_chain/legs',843),
(6391,7518,'accessories/wearable_items/_exp04/iksar_chain/legs_noskirt',843),
(6392,7519,'accessories/wearable_items/_exp04/iksar_chain/shoulders',843),
(6393,7520,'accessories/wearable_items/_exp04/iksar_chain/skirt',843),
(6394,7521,'accessories/wearable_items/_exp04/iksar_gi/chest',843),
(6395,7522,'accessories/wearable_items/_exp04/iksar_gi/pants',843),
(6396,7523,'accessories/wearable_items/_exp04/iksar_gi/shoulders',843),
(6397,7524,'accessories/wearable_items/_exp04/iksar_leather/chest',843),
(6398,7525,'accessories/wearable_items/_exp04/iksar_leather/feet',843),
(6399,7526,'accessories/wearable_items/_exp04/iksar_leather/forearms',843),
(6400,7527,'accessories/wearable_items/_exp04/iksar_leather/hands',843),
(6401,7528,'accessories/wearable_items/_exp04/iksar_leather/head',843),
(6402,7529,'accessories/wearable_items/_exp04/iksar_leather/legs',843),
(6403,7530,'accessories/wearable_items/_exp04/iksar_leather/legs_noskirt',843),
(6404,7531,'accessories/wearable_items/_exp04/iksar_leather/shoulders',843),
(6405,7532,'accessories/wearable_items/_exp04/iksar_leather/skirt',843),
(6406,7533,'accessories/wearable_items/_exp04/iksar_robe/chest',843),
(6407,7534,'accessories/wearable_items/_exp04/iksar_robe/hood',843),
(6408,7535,'accessories/wearable_items/_exp04/iksar_robe/pants',843),
(6409,7536,'accessories/wearable_items/_exp04/iksar_robe/skirt',843),
(6410,7537,'accessories/wearable_items/_exp04/iksar_vanguard/chest',843),
(6411,7538,'accessories/wearable_items/_exp04/iksar_vanguard/feet',843),
(6412,7539,'accessories/wearable_items/_exp04/iksar_vanguard/forearms',843),
(6413,7540,'accessories/wearable_items/_exp04/iksar_vanguard/hands',843),
(6414,7541,'accessories/wearable_items/_exp04/iksar_vanguard/head',843),
(6415,7542,'accessories/wearable_items/_exp04/iksar_vanguard/legs',843),
(6416,7543,'accessories/wearable_items/_exp04/iksar_vanguard/legs_noskirt',843),
(6417,7545,'accessories/wearable_items/_exp04/iksar_vanguard/shoulders',843),
(6418,7546,'accessories/wearable_items/_exp04/iksar_vanguard/shoulders_nopauldrons',843),
(6419,7547,'accessories/wearable_items/_exp04/iksar_vanguard/skirt',843),
(6420,7548,'accessories/wearable_items/_exp04/sarnak_chain/chest',843),
(6421,7549,'accessories/wearable_items/_exp04/sarnak_chain/feet',843),
(6422,7550,'accessories/wearable_items/_exp04/sarnak_chain/forearms',843),
(6423,7551,'accessories/wearable_items/_exp04/sarnak_chain/hands',843),
(6424,7552,'accessories/wearable_items/_exp04/sarnak_chain/head',843),
(6425,7553,'accessories/wearable_items/_exp04/sarnak_chain/legs',843),
(6426,7554,'accessories/wearable_items/_exp04/sarnak_chain/legs_noskirt',843),
(6427,7555,'accessories/wearable_items/_exp04/sarnak_chain/shoulders',843),
(6428,7556,'accessories/wearable_items/_exp04/sarnak_chain/skirt',843),
(6429,7557,'accessories/wearable_items/_exp04/sarnak_chain_caster/chest',843),
(6430,7558,'accessories/wearable_items/_exp04/sarnak_chain_caster/feet',843),
(6431,7559,'accessories/wearable_items/_exp04/sarnak_chain_caster/forearms',843),
(6432,7560,'accessories/wearable_items/_exp04/sarnak_chain_caster/hands',843),
(6433,7561,'accessories/wearable_items/_exp04/sarnak_chain_caster/head',843),
(6434,7562,'accessories/wearable_items/_exp04/sarnak_chain_caster/legs',843),
(6435,7563,'accessories/wearable_items/_exp04/sarnak_chain_caster/legs_noskirt',843),
(6436,7564,'accessories/wearable_items/_exp04/sarnak_chain_caster/shoulders',843),
(6437,7565,'accessories/wearable_items/_exp04/sarnak_chain_caster/skirt',843),
(6438,7566,'accessories/wearable_items/_exp04/sarnak_leather/chest',843),
(6439,7567,'accessories/wearable_items/_exp04/sarnak_leather/feet',843),
(6440,7568,'accessories/wearable_items/_exp04/sarnak_leather/forearms',843),
(6441,7569,'accessories/wearable_items/_exp04/sarnak_leather/hands',843),
(6442,7570,'accessories/wearable_items/_exp04/sarnak_leather/head',843),
(6443,7571,'accessories/wearable_items/_exp04/sarnak_leather/legs',843),
(6444,7572,'accessories/wearable_items/_exp04/sarnak_leather/legs_noskirt',843),
(6445,7573,'accessories/wearable_items/_exp04/sarnak_leather/shoulders',843),
(6446,7574,'accessories/wearable_items/_exp04/sarnak_leather/skirt',843),
(6447,7575,'accessories/wearable_items/_exp04/sarnak_robe/chest',843),
(6448,7576,'accessories/wearable_items/_exp04/sarnak_robe/hood',843),
(6449,7577,'accessories/wearable_items/_exp04/sarnak_robe/pants',843),
(6450,7578,'accessories/wearable_items/_exp04/sarnak_robe/skirt',843),
(6451,7579,'accessories/wearable_items/_exp04/sarnak_vanguard/chest',843),
(6452,7580,'accessories/wearable_items/_exp04/sarnak_vanguard/feet',843),
(6453,7581,'accessories/wearable_items/_exp04/sarnak_vanguard/forearms',843),
(6454,7582,'accessories/wearable_items/_exp04/sarnak_vanguard/hands',843),
(6455,7583,'accessories/wearable_items/_exp04/sarnak_vanguard/head',843),
(6456,7584,'accessories/wearable_items/_exp04/sarnak_vanguard/legs',843),
(6457,7585,'accessories/wearable_items/_exp04/sarnak_vanguard/legs_noskirt',843),
(6458,7586,'accessories/wearable_items/_exp04/sarnak_vanguard/shoulders',843),
(6459,7587,'accessories/wearable_items/_exp04/sarnak_vanguard/shoulders_nopauldrons',843),
(6460,7588,'accessories/wearable_items/_exp04/sarnak_vanguard/skirt',843),
(6461,7589,'projectiles/cow_launched',843),
(6462,7590,'_exp04/zones/objects/jarsath_wastes/jw_barricade01_iksar',843),
(6463,7591,'_exp04/monsters/trakanon',843),
(6464,7593,'projectiles/spell_beehive',843),
(6465,7594,'_exp04/zones/objects/veeshans_peak/field_generator/vp_fieldgenerator_base01',843),
(6466,7595,'_exp04/zones/objects/veeshans_peak/weapon_rack/vp_weapon_rack01',843),
(6467,7596,'_exp04/zones/objects/timorous_deep/spiroc_cage',843),
(6468,7597,'_exp04/zones/objects/timorous_deep/spiroc_cagedoor',843),
(6469,7598,'_exp04/tool_users/drolvarg_pawbuster',843),
(6470,7599,'accessories/wieldable_items/weapons/staff/escrima/escrima002_bristlebane',843),
(6471,7600,'_exp04/monsters/clay_golem_magma',843),
(6472,7601,'staticobjects/deity_altars/altar_bristlebane_basic',843),
(6473,7602,'staticobjects/deity_altars/altar_bristlebane_crafted',843),
(6474,7603,'staticobjects/deity_altars/altar_bristlebane_exceptional',843),
(6475,7604,'staticobjects/bookcases/qey_bookcase_ornate001_dpo',843),
(6476,7605,'staticobjects/bookcases/qey_bookcase_plain001_dpo',843),
(6477,7606,'staticobjects/games/qey_gametable_card_withcards001_dpo',843),
(6478,7607,'staticobjects/light_sources_player_housing_only/vrsn_candelabra01_skel_dpo',843),
(6479,7608,'staticobjects/light_sources_player_housing_only/vrsn_torch01_wall_green_dpo',843),
(6480,7609,'staticobjects/light_sources_player_housing_only/vrsn_torch02_wall_green_dpo',843),
(6481,7610,'staticobjects/pictures/qey_painting_billportrait001_dpo',843),
(6482,7611,'staticobjects/pictures/qey_painting_claymore001_dpo',843),
(6483,7612,'staticobjects/pictures/qey_painting_horseknight001_dpo',843),
(6484,7613,'staticobjects/bookcases/fprt_bookcase_smallornate03_dpo',843),
(6485,7614,'staticobjects/bookcases/nk_obj_bookcase_large01_dpo',843),
(6486,7615,'staticobjects/counters/nk_obj_counterlarge01_dpo',843),
(6487,7616,'staticobjects/counters/nk_obj_counterlarge03_dpo',843),
(6488,7617,'staticobjects/counters/nk_obj_counternormal01_dpo',843),
(6489,7618,'staticobjects/chairs/nk_obj_chair_ornate_metal01_dpo',843),
(6490,7619,'staticobjects/tables/nk_obj_table_ornate01_dpo',843),
(6491,7620,'staticobjects/beds/nk_obj_ornate_metal_bed01_dpo',843),
(6492,7621,'staticobjects/beds/nk_obj_darklight_palace_bed01_dpo',843),
(6493,7622,'staticobjects/chairs/nk_obj_brotherhood_dpo',843),
(6494,7623,'staticobjects/light_sources_player_housing_only/dw_obj_chandelier_gothic01_red_dpo',843),
(6495,7624,'staticobjects/light_sources_player_housing_only/dw_obj_chandelier_crystal01_green_dpo',843),
(6496,7625,'_exp04/zones/objects/misc/hitching_post',843),
(6497,7626,'staticobjects/games/qey_gametable_roundcard_withcards001_dpo',843),
(6498,7627,'_exp04/monsters/skyfiredrake_cinder',843),
(6499,7628,'_exp04/zones/objects/veeshans_peak/field_generator/vp_fieldgenerator_base02',843),
(6500,7629,'_exp04/composed/zones/objects/sebilis/crates/seb_crate_closed01',843),
(6501,7630,'_exp04/zones/objects/veeshans_peak/vp_teleporter',843),
(6502,7631,'_exp04/monsters/dragon_skeleton',843),
(6503,7632,'_exp04/monsters/hoshkar',843),
(6504,7633,'_exp04/monsters/nexona',843),
(6505,7634,'_exp04/monsters/phara_dar',843),
(6506,7635,'_exp04/monsters/silverwing',843),
(6507,7636,'_exp04/tool_users/burynai_caster',843),
(6508,7637,'_exp04/tool_users/burynai_warrior',843),
(6509,7638,'_exp04/tool_users/iksar_skeleton',843),
(6510,7639,'_exp04/tool_users/mountain_giant',843),
(6511,7640,'_exp04/tool_users/xalgoz',843),
(6512,7641,'_exp04/monsters/behemoth_medusa',843),
(6513,7642,'ec/npc/zombie_fresh_male_halfling',843),
(6514,7643,'_exp04/zones/objects/misc/sebilis_obj_gate02',843),
(6515,7644,'staticobjects/boats/fullboat',843),
(6516,7645,'_exp04/monsters/fishman_scout',843),
(6517,7646,'_exp04/tool_users/fishman_scout_tu',843),
(6518,7647,'staticobjects/dpo_invisible_cube/dpo_invisible_cube_bigger',843),
(6519,7648,'_exp04/tool_users/froglok_kunark_chain',843),
(6520,7649,'_exp04/zones/objects/chardok/char_totem',843),
(6521,7650,'staticobjects/crates/floor_crate_sebilis_closed01',843),
(6522,7651,'_exp04/zones/objects/charasis/cha_crystal_purple01',843),
(6523,7652,'_exp04/zones/objects/charasis/cha_crystal_turquoise01',843),
(6524,7653,'_exp04/zones/objects/charasis/cha_crystal01_invisiblepurple',843),
(6525,7654,'_exp04/zones/objects/charasis/cha_crystal01_invisibleturquoise',843),
(6526,7655,'_exp04/zones/objects/sebilis/desk_torch ',843),
(6527,7656,'staticobjects/eig/eig_harvest_location_green',843),
(6528,7657,'staticobjects/eig/eig_harvest_location_purple',843),
(6529,7658,'staticobjects/eig/eig_harvest_location_red',843),
(6530,7659,'_exp04/zones/objects/fens_of_nathsar/riliss_pen_fence',843),
(6531,7660,'staticobjects/candles/df_candelabra02_dpo',843),
(6532,7661,'staticobjects/torture_chamber/df_bars01_dpo',843),
(6533,7662,'staticobjects/torture_chamber/df_shackle03_dpo',843),
(6534,7663,'staticobjects/torture_chamber/bef_stolentorturechair001_dpo',843),
(6535,7664,'staticobjects/platforms/df_banquetplatform_dpo',843),
(6536,7665,'staticobjects/torture_chamber/df_torturestockade01_dpo',843),
(6537,7666,'staticobjects/torture_chamber/df_torturetable01_dpo',843),
(6538,7667,'staticobjects/torture_chamber/df_torturechair01_dpo',843),
(6539,7668,'staticobjects/light_sources_player_housing_only/orc_roadsign_dpo',843),
(6540,7669,'staticobjects/platforms/df_dais02_dpo',843),
(6541,7670,'staticobjects/pillars/df_thronepillar01_dpo',843),
(6542,7671,'staticobjects/light_sources_player_housing_only/df_columnfire_dpo',843),
(6543,7672,'staticobjects/light_sources_player_housing_only/orc_brazier02_dpo',843),
(6544,7673,'staticobjects/beds/df_emperorbed01_dpo',843),
(6545,7674,'staticobjects/tapestry/df_drapes01_dpo',843),
(6546,7675,'staticobjects/light_sources_player_housing_only/df_torch02_dpo',843),
(6547,7676,'staticobjects/candles/df_candle03_dpo',843),
(6548,7677,'staticobjects/torture_chamber/df_skeletonbox01_dpo',843),
(6549,7678,'staticobjects/torture_chamber/df_skeletonbox006_dpo',843),
(6550,7679,'staticobjects/torture_chamber/df_skeletonbox03_dpo',843),
(6551,7680,'staticobjects/torture_chamber/df_spearedskele02_dpo',843),
(6552,7681,'_exp04/zones/objects/chardok/chardok_gate_energy_field',843),
(6553,7682,'_exp04/monsters/behemoth_piercer',843),
(6554,7683,'_exp04/tool_users/drusella_sathir',843),
(6555,7684,'_exp04/zones/objects/jarsath_wastes/lava_hrvst_fish_shallow',843),
(6556,50000,'soga_appearances/ec/npc/jj_guy',843),
(6557,50001,'soga_appearances/ec/npc/soga_bird_man',843),
(6558,50002,'soga_appearances/ec/npc/soga_dragon_turtle',843),
(6559,50003,'soga_appearances/ec/npc/soga_snake_woman_boss',843),
(6560,50004,'soga_appearances/ec/npc/soga_snake_woman_captain',843),
(6561,50005,'soga_appearances/ec/npc/soga_snake_woman_mira',843),
(6562,50006,'soga_appearances/ec/npc/soga_snake_woman_soldier',843),
(6563,50007,'soga_appearances/ec/npc/soga_vl_child_female01',843),
(6564,50008,'soga_appearances/ec/npc/soga_vl_child_male01',843),
(6565,50009,'soga_appearances/ec/npc/soga_vl_old_female01',843),
(6566,50010,'soga_appearances/ec/npc/soga_vl_old_male01',843),
(6567,50011,'soga_appearances/ec/npc/soga_vl_young_female01',843),
(6568,50012,'soga_appearances/ec/npc/soga_vl_young_female02',843),
(6569,50013,'soga_appearances/ec/npc/soga_vl_young_female03',843),
(6570,50014,'soga_appearances/ec/npc/soga_vl_young_male01',843),
(6571,50015,'soga_appearances/ec/npc/soga_vl_young_male02',843),
(6572,50016,'soga_appearances/ec/npc/soga_vl_young_male03',843),
(6573,50017,'soga_appearances/accessories/facial_hair/soga_vl_old_male_facialhair01',843),
(6574,50018,'soga_appearances/accessories/facial_hair/soga_vl_old_male_facialhair02',843),
(6575,50019,'soga_appearances/accessories/facial_hair/soga_vl_young_male_facialhair01',843),
(6576,50020,'soga_appearances/accessories/facial_hair/soga_vl_young_male_facialhair02',843),
(6577,50021,'soga_appearances/accessories/hair/soga_jj_hair',843),
(6578,50022,'soga_appearances/accessories/hair/soga_vl_child_female_hair01',843),
(6579,50023,'soga_appearances/accessories/hair/soga_vl_child_female_hair02',843),
(6580,50024,'soga_appearances/accessories/hair/soga_vl_child_male_hair01',843),
(6581,50025,'soga_appearances/accessories/hair/soga_vl_child_male_hair02',843),
(6582,50026,'soga_appearances/accessories/hair/soga_vl_old_female_hair01',843),
(6583,50027,'soga_appearances/accessories/hair/soga_vl_old_female_hair02',843),
(6584,50028,'soga_appearances/accessories/hair/soga_vl_old_male_hair01',843),
(6585,50029,'soga_appearances/accessories/hair/soga_vl_old_male_hair02',843),
(6586,50030,'soga_appearances/accessories/hair/soga_vl_young_female_hair01',843),
(6587,50031,'soga_appearances/accessories/hair/soga_vl_young_female_hair02',843),
(6588,50032,'soga_appearances/accessories/hair/soga_vl_young_female_hair03',843),
(6589,50033,'soga_appearances/accessories/hair/soga_vl_young_male_hair01',843),
(6590,50034,'soga_appearances/accessories/hair/soga_vl_young_male_hair02',843),
(6591,50064,'soga_appearances/ec/npc/soga_vl_child_female01_h1',843),
(6592,50065,'soga_appearances/ec/npc/soga_vl_child_female01_h2',843),
(6593,50066,'soga_appearances/ec/npc/soga_vl_child_male01_h1',843),
(6594,50067,'soga_appearances/ec/npc/soga_vl_child_male01_h2',843),
(6595,50068,'soga_appearances/ec/npc/soga_vl_old_female01_h1',843),
(6596,50069,'soga_appearances/ec/npc/soga_vl_old_female01_h2',843),
(6597,50070,'soga_appearances/ec/npc/soga_vl_old_male01_h0_b1',843),
(6598,50071,'soga_appearances/ec/npc/soga_vl_old_male01_h0_b2',843),
(6599,50072,'soga_appearances/ec/npc/soga_vl_old_male01_h1_b0',843),
(6600,50073,'soga_appearances/ec/npc/soga_vl_old_male01_h1_b1',843),
(6601,50074,'soga_appearances/ec/npc/soga_vl_old_male01_h1_b2',843),
(6602,50075,'soga_appearances/ec/npc/soga_vl_old_male01_h2_b0',843),
(6603,50076,'soga_appearances/ec/npc/soga_vl_old_male01_h2_b1',843),
(6604,50077,'soga_appearances/ec/npc/soga_vl_old_male01_h2_b2',843),
(6605,50078,'soga_appearances/ec/npc/soga_vl_young_female01_h1',843),
(6606,50079,'soga_appearances/ec/npc/soga_vl_young_female01_h2',843),
(6607,50080,'soga_appearances/ec/npc/soga_vl_young_female01_h3',843),
(6608,50081,'soga_appearances/ec/npc/soga_vl_young_female02_h1',843),
(6609,50082,'soga_appearances/ec/npc/soga_vl_young_female02_h2',843),
(6610,50083,'soga_appearances/ec/npc/soga_vl_young_female02_h3',843),
(6611,50084,'soga_appearances/ec/npc/soga_vl_young_male01_h0_b1',843),
(6612,50085,'soga_appearances/ec/npc/soga_vl_young_male01_h0_b2',843),
(6613,50086,'soga_appearances/ec/npc/soga_vl_young_male01_h0_b3',843),
(6614,50087,'soga_appearances/ec/npc/soga_vl_young_male01_h1_b0',843),
(6615,50088,'soga_appearances/ec/npc/soga_vl_young_male01_h1_b1',843),
(6616,50089,'soga_appearances/ec/npc/soga_vl_young_male01_h1_b2',843),
(6617,50090,'soga_appearances/ec/npc/soga_vl_young_male01_h1_b3',843),
(6618,50091,'soga_appearances/ec/npc/soga_vl_young_male01_h2_b0',843),
(6619,50092,'soga_appearances/ec/npc/soga_vl_young_male01_h2_b1',843),
(6620,50093,'soga_appearances/ec/npc/soga_vl_young_male01_h2_b2',843),
(6621,50094,'soga_appearances/ec/npc/soga_vl_young_male01_h2_b3',843),
(6622,50095,'soga_appearances/ec/npc/soga_vl_young_male02_h0_b1',843),
(6623,50096,'soga_appearances/ec/npc/soga_vl_young_male02_h0_b2',843),
(6624,50097,'soga_appearances/ec/npc/soga_vl_young_male02_h0_b3',843),
(6625,50098,'soga_appearances/ec/npc/soga_vl_young_male02_h1_b0',843),
(6626,50099,'soga_appearances/ec/npc/soga_vl_young_male02_h1_b1',843),
(6627,50100,'soga_appearances/ec/npc/soga_vl_young_male02_h1_b2',843),
(6628,50101,'soga_appearances/ec/npc/soga_vl_young_male02_h1_b3',843),
(6629,50102,'soga_appearances/ec/npc/soga_vl_young_male02_h2_b0',843),
(6630,50103,'soga_appearances/ec/npc/soga_vl_young_male02_h2_b1',843),
(6631,50104,'soga_appearances/ec/npc/soga_vl_young_male02_h2_b2',843),
(6632,50105,'soga_appearances/ec/npc/soga_vl_young_male02_h2_b3',843),
(6633,50106,'staticobjects/adv04/end_r143_int_door',843),
(6634,50107,'staticobjects/adv04/statue_dragon',843),
(6635,50108,'staticobjects/adv04/statue_lion',843),
(6636,50109,'staticobjects/adv04/vessel',843),
(6637,50110,'staticobjects/adv04/door_2',843),
(6638,50111,'staticobjects/adv04/small_bag',843),
(6639,51000,'ec/pc01/human_male/human_male_standard',843),
(6640,51001,'accessories/wearable_items01/_exp00/brigandine/artifact/low/chest',546),
(6641,51002,'accessories/wearable_items01/_exp00/brigandine/artifact/low/feet',546),
(6642,51003,'accessories/wearable_items01/_exp00/brigandine/artifact/low/forearms',546),
(6643,51004,'accessories/wearable_items01/_exp00/brigandine/artifact/low/hands',546),
(6644,51005,'accessories/wearable_items01/_exp00/brigandine/artifact/low/head',546),
(6645,51006,'accessories/wearable_items01/_exp00/brigandine/artifact/low/legs',546),
(6646,51007,'accessories/wearable_items01/_exp00/brigandine/artifact/low/shoulders',546),
(6647,51008,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/chest',546),
(6648,51009,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/feet',546),
(6649,51010,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/forearms',546),
(6650,51011,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/hands',546),
(6651,51012,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/head',546),
(6652,51013,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/legs',546),
(6653,51014,'accessories/wearable_items01/_exp00/brigandine/brigandine_tint01/shoulders',546),
(6654,51015,'accessories/wearable_items01/_exp00/brigandine/common/high/chest',546),
(6655,51016,'accessories/wearable_items01/_exp00/brigandine/common/high/feet',546),
(6656,51017,'accessories/wearable_items01/_exp00/brigandine/common/high/forearms',546),
(6657,51018,'accessories/wearable_items01/_exp00/brigandine/common/high/hands',546),
(6658,51019,'accessories/wearable_items01/_exp00/brigandine/common/high/head',546),
(6659,51020,'accessories/wearable_items01/_exp00/brigandine/common/high/legs',546),
(6660,51021,'accessories/wearable_items01/_exp00/brigandine/common/high/shoulders',546),
(6661,51022,'accessories/wearable_items01/_exp00/brigandine/common/low/chest',546),
(6662,51023,'accessories/wearable_items01/_exp00/brigandine/common/low/feet',546),
(6663,51024,'accessories/wearable_items01/_exp00/brigandine/common/low/forearms',546),
(6664,51025,'accessories/wearable_items01/_exp00/brigandine/common/low/hands',546),
(6665,51026,'accessories/wearable_items01/_exp00/brigandine/common/low/head',546),
(6666,51027,'accessories/wearable_items01/_exp00/brigandine/common/low/legs',546),
(6667,51028,'accessories/wearable_items01/_exp00/brigandine/common/low/shoulders',546),
(6668,51029,'accessories/wearable_items01/_exp00/brigandine/common/low/skirt',546),
(6669,51030,'accessories/wearable_items01/_exp00/brigandine/common/medium/chest',546),
(6670,51031,'accessories/wearable_items01/_exp00/brigandine/common/medium/feet',546),
(6671,51032,'accessories/wearable_items01/_exp00/brigandine/common/medium/forearms',546),
(6672,51033,'accessories/wearable_items01/_exp00/brigandine/common/medium/hands',546),
(6673,51034,'accessories/wearable_items01/_exp00/brigandine/common/medium/head',546),
(6674,51035,'accessories/wearable_items01/_exp00/brigandine/common/medium/legs',546),
(6675,51036,'accessories/wearable_items01/_exp00/brigandine/common/medium/shoulders',546),
(6676,51037,'accessories/wearable_items01/_exp00/brigandine/rare/high/chest',546),
(6677,51038,'accessories/wearable_items01/_exp00/brigandine/rare/high/feet',546),
(6678,51039,'accessories/wearable_items01/_exp00/brigandine/rare/high/forearms',546),
(6679,51040,'accessories/wearable_items01/_exp00/brigandine/rare/high/hands',546),
(6680,51041,'accessories/wearable_items01/_exp00/brigandine/rare/high/head',546),
(6681,51042,'accessories/wearable_items01/_exp00/brigandine/rare/high/legs',546),
(6682,51043,'accessories/wearable_items01/_exp00/brigandine/rare/high/shoulders',546),
(6683,51044,'accessories/wearable_items01/_exp00/brigandine/rare/low/chest',546),
(6684,51045,'accessories/wearable_items01/_exp00/brigandine/rare/low/feet',546),
(6685,51046,'accessories/wearable_items01/_exp00/brigandine/rare/low/forearms',546),
(6686,51047,'accessories/wearable_items01/_exp00/brigandine/rare/low/hands',546),
(6687,51048,'accessories/wearable_items01/_exp00/brigandine/rare/low/head',546),
(6688,51049,'accessories/wearable_items01/_exp00/brigandine/rare/low/legs',546),
(6689,51050,'accessories/wearable_items01/_exp00/brigandine/rare/low/shoulders',546),
(6690,51051,'accessories/wearable_items01/_exp00/brigandine/rare/medium/chest',546),
(6691,51052,'accessories/wearable_items01/_exp00/brigandine/rare/medium/feet',546),
(6692,51053,'accessories/wearable_items01/_exp00/brigandine/rare/medium/forearms',546),
(6693,51054,'accessories/wearable_items01/_exp00/brigandine/rare/medium/hands',546),
(6694,51055,'accessories/wearable_items01/_exp00/brigandine/rare/medium/head',546),
(6695,51056,'accessories/wearable_items01/_exp00/brigandine/rare/medium/legs',546),
(6696,51057,'accessories/wearable_items01/_exp00/brigandine/rare/medium/shoulders',546),
(6697,51058,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/chest',546),
(6698,51059,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/feet',546),
(6699,51060,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/forearms',546),
(6700,51061,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/hands',546),
(6701,51062,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/head',546),
(6702,51063,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/legs',546),
(6703,51064,'accessories/wearable_items01/_exp00/brigandine/uncommon/high/shoulders',546),
(6704,51065,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/chest',546),
(6705,51066,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/feet',546),
(6706,51067,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/forearms',546),
(6707,51068,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/hands',546),
(6708,51069,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/head',546),
(6709,51070,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/legs',546),
(6710,51071,'accessories/wearable_items01/_exp00/brigandine/uncommon/low/shoulders',546),
(6711,51072,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/chest',546),
(6712,51073,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/feet',546),
(6713,51074,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/forearms',546),
(6714,51075,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/hands',546),
(6715,51076,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/head',546),
(6716,51077,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/legs',546),
(6717,51078,'accessories/wearable_items01/_exp00/brigandine/uncommon/medium/shoulders',546),
(6718,51079,'accessories/wearable_items01/_exp00/chain/chain_tint01/chest',546),
(6719,51080,'accessories/wearable_items01/_exp00/chain/chain_tint01/feet',546),
(6720,51081,'accessories/wearable_items01/_exp00/chain/chain_tint01/forearms',546),
(6721,51082,'accessories/wearable_items01/_exp00/chain/chain_tint01/hands',546),
(6722,51083,'accessories/wearable_items01/_exp00/chain/chain_tint01/head',546),
(6723,51084,'accessories/wearable_items01/_exp00/chain/chain_tint01/legs',546),
(6724,51085,'accessories/wearable_items01/_exp00/chain/chain_tint01/legs_noskirt',546),
(6725,51086,'accessories/wearable_items01/_exp00/chain/chain_tint01/shoulders',546),
(6726,51087,'accessories/wearable_items01/_exp00/chain/chain_tint01/skirt',546),
(6727,51088,'accessories/wearable_items01/_exp00/chain/common/high/chest',546),
(6728,51089,'accessories/wearable_items01/_exp00/chain/common/high/feet',546),
(6729,51090,'accessories/wearable_items01/_exp00/chain/common/high/forearms',546),
(6730,51091,'accessories/wearable_items01/_exp00/chain/common/high/hands',546),
(6731,51092,'accessories/wearable_items01/_exp00/chain/common/high/head',546),
(6732,51093,'accessories/wearable_items01/_exp00/chain/common/high/legs',546),
(6733,51094,'accessories/wearable_items01/_exp00/chain/common/high/shoulders',546),
(6734,51095,'accessories/wearable_items01/_exp00/chain/common/low/chest',546),
(6735,51096,'accessories/wearable_items01/_exp00/chain/common/low/feet',546),
(6736,51097,'accessories/wearable_items01/_exp00/chain/common/low/forearms',546),
(6737,51098,'accessories/wearable_items01/_exp00/chain/common/low/hands',546),
(6738,51099,'accessories/wearable_items01/_exp00/chain/common/low/head',546),
(6739,51100,'accessories/wearable_items01/_exp00/chain/common/low/legs',546),
(6740,51101,'accessories/wearable_items01/_exp00/chain/common/low/legs_noskirt',546),
(6741,51102,'accessories/wearable_items01/_exp00/chain/common/low/shoulders',546),
(6742,51103,'accessories/wearable_items01/_exp00/chain/common/low/skirt',546),
(6743,51104,'accessories/wearable_items01/_exp00/chain/common/medium/chest',546),
(6744,51105,'accessories/wearable_items01/_exp00/chain/common/medium/feet',546),
(6745,51106,'accessories/wearable_items01/_exp00/chain/common/medium/forearms',546),
(6746,51107,'accessories/wearable_items01/_exp00/chain/common/medium/hands',546),
(6747,51108,'accessories/wearable_items01/_exp00/chain/common/medium/head',546),
(6748,51109,'accessories/wearable_items01/_exp00/chain/common/medium/legs',546),
(6749,51110,'accessories/wearable_items01/_exp00/chain/common/medium/shoulders',546),
(6750,51111,'accessories/wearable_items01/_exp00/chain/plain/low/chest',546),
(6751,51112,'accessories/wearable_items01/_exp00/chain/plain/low/feet',546),
(6752,51113,'accessories/wearable_items01/_exp00/chain/plain/low/forearms',546),
(6753,51114,'accessories/wearable_items01/_exp00/chain/plain/low/hands',546),
(6754,51115,'accessories/wearable_items01/_exp00/chain/plain/low/head',546),
(6755,51116,'accessories/wearable_items01/_exp00/chain/plain/low/legs',546),
(6756,51117,'accessories/wearable_items01/_exp00/chain/plain/low/legs_noskirt',546),
(6757,51118,'accessories/wearable_items01/_exp00/chain/plain/low/shoulders',546),
(6758,51119,'accessories/wearable_items01/_exp00/chain/plain/low/skirt',546),
(6759,51120,'accessories/wearable_items01/_exp00/chain/uncommon/low/chest',546),
(6760,51121,'accessories/wearable_items01/_exp00/chain/uncommon/low/feet',546),
(6761,51122,'accessories/wearable_items01/_exp00/chain/uncommon/low/forearms',546),
(6762,51123,'accessories/wearable_items01/_exp00/chain/uncommon/low/hands',546),
(6763,51124,'accessories/wearable_items01/_exp00/chain/uncommon/low/head',546),
(6764,51125,'accessories/wearable_items01/_exp00/chain/uncommon/low/legs',546),
(6765,51126,'accessories/wearable_items01/_exp00/chain/uncommon/low/shoulders',546),
(6766,51127,'accessories/wearable_items01/_exp00/chain/uncommon/medium/chest',546),
(6767,51128,'accessories/wearable_items01/_exp00/chain/uncommon/medium/feet',546),
(6768,51129,'accessories/wearable_items01/_exp00/chain/uncommon/medium/forearms',546),
(6769,51130,'accessories/wearable_items01/_exp00/chain/uncommon/medium/hands',546),
(6770,51131,'accessories/wearable_items01/_exp00/chain/uncommon/medium/head',546),
(6771,51132,'accessories/wearable_items01/_exp00/chain/uncommon/medium/legs',546),
(6772,51133,'accessories/wearable_items01/_exp00/chain/uncommon/medium/shoulders',546),
(6773,51134,'accessories/wearable_items01/_exp00/chain/uncommon/medium/skirt',546),
(6774,51135,'accessories/wearable_items01/_exp00/character_create/chest',546),
(6775,51136,'accessories/wearable_items01/_exp00/christmas_hats/santa_hat/head',546),
(6776,51137,'accessories/wearable_items01/_exp00/christmas_hats/santa_hat_02/head',546),
(6777,51138,'accessories/wearable_items01/_exp00/cloak/cloak_anims/cloak_anims',546),
(6778,51139,'accessories/wearable_items01/_exp00/cloak/cloak_anims/cloak_combat_anims',546),
(6779,51140,'accessories/wearable_items01/_exp00/cloak/cloak_anims/cloak_female_anims',546),
(6780,51141,'accessories/wearable_items01/_exp00/cloak/cloak_anims/cloak_long_anims',546),
(6781,51142,'accessories/wearable_items01/_exp00/cloak/cloak_anims/cloak_short_anims',546),
(6782,51143,'accessories/wearable_items01/_exp00/cloak/cloak_anims/fae_male/cloak_fae_male_anims',546),
(6783,51144,'accessories/wearable_items01/_exp00/cloak/cloak_anims/froglok_male/cloak_froglok_male_anims',546),
(6784,51145,'accessories/wearable_items01/_exp00/cloak/cloak_anims/iksar_male/cloak_iksar_tail_anims',546),
(6785,51146,'accessories/wearable_items01/_exp00/cloak/cloak_anims/kerra_male/cloak_kerra_tail_anims',546),
(6786,51147,'accessories/wearable_items01/_exp00/cloak/cloak_anims/ratonga_male/cloak_ratonga_tail_anims',546),
(6787,51148,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_di_01',625),
(6788,51149,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_dt_01',625),
(6789,51150,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_dt_01_dark_lord',625),
(6790,51151,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_sq_01',625),
(6791,51152,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_sq_01_flames',625),
(6792,51153,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_sq_01_unrest_vapor',625),
(6793,51154,'accessories/wearable_items01/_exp00/cloak/exp03/cloak_sq_02',625),
(6794,51155,'accessories/wearable_items01/_exp00/clothing/common/high/arms',546),
(6795,51156,'accessories/wearable_items01/_exp00/clothing/common/high/chest',546),
(6796,51157,'accessories/wearable_items01/_exp00/clothing/common/high/legs',546),
(6797,51158,'accessories/wearable_items01/_exp00/clothing/common/low/arms',546),
(6798,51159,'accessories/wearable_items01/_exp00/clothing/common/low/chest',546),
(6799,51160,'accessories/wearable_items01/_exp00/clothing/common/low/legs',546),
(6800,51161,'accessories/wearable_items01/_exp00/clothing/common/medium/arms',546),
(6801,51162,'accessories/wearable_items01/_exp00/clothing/common/medium/chest',546),
(6802,51163,'accessories/wearable_items01/_exp00/clothing/common/medium/legs',546),
(6803,51164,'accessories/wearable_items01/_exp00/clothing/common_tint01/chest',546),
(6804,51165,'accessories/wearable_items01/_exp00/clothing/common_tint01/legs',546),
(6805,51166,'accessories/wearable_items01/_exp00/clothing/common_tint01/shoulders',546),
(6806,51167,'accessories/wearable_items01/_exp00/clothing/uncommon/high/arms',546),
(6807,51168,'accessories/wearable_items01/_exp00/clothing/uncommon/high/chest',546),
(6808,51169,'accessories/wearable_items01/_exp00/clothing/uncommon/high/legs',546),
(6809,51170,'accessories/wearable_items01/_exp00/ghost/ghost_leather/chest',546),
(6810,51171,'accessories/wearable_items01/_exp00/ghost/ghost_leather/feet',546),
(6811,51172,'accessories/wearable_items01/_exp00/ghost/ghost_leather/forearms',546),
(6812,51173,'accessories/wearable_items01/_exp00/ghost/ghost_leather/hands',546),
(6813,51174,'accessories/wearable_items01/_exp00/ghost/ghost_leather/head',546),
(6814,51175,'accessories/wearable_items01/_exp00/ghost/ghost_leather/legs',546),
(6815,51176,'accessories/wearable_items01/_exp00/ghost/ghost_leather/shoulders',546),
(6816,51177,'accessories/wearable_items01/_exp00/ghost/ghost_leather/skirt',546),
(6817,51178,'accessories/wearable_items01/_exp00/ghost/ghost_mage/arms',546),
(6818,51179,'accessories/wearable_items01/_exp00/ghost/ghost_mage/chest',546),
(6819,51180,'accessories/wearable_items01/_exp00/ghost/ghost_mage/skirt',546),
(6820,51181,'accessories/wearable_items01/_exp00/ghost/ghost_plate/chest',546),
(6821,51182,'accessories/wearable_items01/_exp00/ghost/ghost_plate/feet',546),
(6822,51183,'accessories/wearable_items01/_exp00/ghost/ghost_plate/forearms',546),
(6823,51184,'accessories/wearable_items01/_exp00/ghost/ghost_plate/hands',546),
(6824,51185,'accessories/wearable_items01/_exp00/ghost/ghost_plate/head',546),
(6825,51186,'accessories/wearable_items01/_exp00/ghost/ghost_plate/legs',546),
(6826,51187,'accessories/wearable_items01/_exp00/ghost/ghost_plate/shoulders',546),
(6827,51188,'accessories/wearable_items01/_exp00/ghost/ghost_robes/chest',546),
(6828,51189,'accessories/wearable_items01/_exp00/ghost/ghost_robes/hood',546),
(6829,51190,'accessories/wearable_items01/_exp00/ghost/ghost_robes/pants',546),
(6830,51191,'accessories/wearable_items01/_exp00/ghost/ghost_robes/skirt',546),
(6831,51192,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/chest',546),
(6832,51193,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/feet',546),
(6833,51194,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/forearms',546),
(6834,51195,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/hands',546),
(6835,51196,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/head',546),
(6836,51197,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/left',546),
(6837,51198,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/legs',546),
(6838,51199,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/right',546),
(6839,51200,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/shoulders',546),
(6840,51201,'accessories/wearable_items01/_exp00/ghost/ghost_vanguard/skirt',546),
(6841,51202,'accessories/wearable_items01/_exp00/halloween_masks/amygdalan_mask/head',546),
(6842,51203,'accessories/wearable_items01/_exp00/halloween_masks/antonia_mask/head',546),
(6843,51204,'accessories/wearable_items01/_exp00/halloween_masks/arrow_mask/head',546),
(6844,51205,'accessories/wearable_items01/_exp00/halloween_masks/cat_mask/head',546),
(6845,51206,'accessories/wearable_items01/_exp00/halloween_masks/goblin_mask/head',546),
(6846,51207,'accessories/wearable_items01/_exp00/halloween_masks/hatchet_mask/head',546),
(6847,51208,'accessories/wearable_items01/_exp00/halloween_masks/lucan_mask/head',546),
(6848,51209,'accessories/wearable_items01/_exp00/halloween_masks/mask_mask/head',546),
(6849,51210,'accessories/wearable_items01/_exp00/halloween_masks/nightblood_mask/head',546),
(6850,51211,'accessories/wearable_items01/_exp00/halloween_masks/scarecrow_mask/head',546),
(6851,51212,'accessories/wearable_items01/_exp00/halloween_masks/skeleton_mask/head',546),
(6852,51213,'accessories/wearable_items01/_exp00/heavy_chain/plain/chest',546),
(6853,51214,'accessories/wearable_items01/_exp00/heavy_chain/plain/feet',546),
(6854,51215,'accessories/wearable_items01/_exp00/heavy_chain/plain/forearms',546),
(6855,51216,'accessories/wearable_items01/_exp00/heavy_chain/plain/hands',546),
(6856,51217,'accessories/wearable_items01/_exp00/heavy_chain/plain/head',546),
(6857,51218,'accessories/wearable_items01/_exp00/heavy_chain/plain/legs',546),
(6858,51219,'accessories/wearable_items01/_exp00/heavy_chain/plain/legs_noskirt',546),
(6859,51220,'accessories/wearable_items01/_exp00/heavy_chain/plain/pauldrons',546),
(6860,51221,'accessories/wearable_items01/_exp00/heavy_chain/plain/shoulders',546),
(6861,51222,'accessories/wearable_items01/_exp00/heavy_chain/plain/shoulders_no_pauldrons',546),
(6862,51223,'accessories/wearable_items01/_exp00/heavy_chain/plain/skirt',546),
(6863,51224,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/chest',546),
(6864,51225,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/feet',546),
(6865,51226,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/forearms',546),
(6866,51227,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/hands',546),
(6867,51228,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/legs',546),
(6868,51229,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_commoner_plain/shoulders',546),
(6869,51230,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/chest',546),
(6870,51231,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/feet',546),
(6871,51232,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/forearms',546),
(6872,51233,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/hands',546),
(6873,51234,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/head',546),
(6874,51235,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/legs',546),
(6875,51236,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/legs_noskirt',546),
(6876,51237,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/shoulders',546),
(6877,51238,'accessories/wearable_items01/_exp00/heavy_cloth/heavy_cloth_dervish_plain/skirt',546),
(6878,51239,'accessories/wearable_items01/_exp00/heavy_plate/plain/chest',546),
(6879,51240,'accessories/wearable_items01/_exp00/heavy_plate/plain/feet',546),
(6880,51241,'accessories/wearable_items01/_exp00/heavy_plate/plain/forearms',546),
(6881,51242,'accessories/wearable_items01/_exp00/heavy_plate/plain/hands',546),
(6882,51243,'accessories/wearable_items01/_exp00/heavy_plate/plain/head',546),
(6883,51244,'accessories/wearable_items01/_exp00/heavy_plate/plain/left',546),
(6884,51245,'accessories/wearable_items01/_exp00/heavy_plate/plain/legs',546),
(6885,51246,'accessories/wearable_items01/_exp00/heavy_plate/plain/legs_noskirt',546),
(6886,51247,'accessories/wearable_items01/_exp00/heavy_plate/plain/right',546),
(6887,51248,'accessories/wearable_items01/_exp00/heavy_plate/plain/shoulders',546),
(6888,51249,'accessories/wearable_items01/_exp00/heavy_plate/plain/shoulders_nopauldrons',546),
(6889,51250,'accessories/wearable_items01/_exp00/heavy_plate/plain/skirt',546),
(6890,51251,'accessories/wearable_items01/_exp00/heavy_plate/plain/upperchest',546),
(6891,51252,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/chest',546),
(6892,51253,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/feet',546),
(6893,51254,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/forearms',546),
(6894,51255,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/hands',546),
(6895,51256,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/head',546),
(6896,51257,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/legs',546),
(6897,51258,'accessories/wearable_items01/_exp00/journeyman/journeyman_leather/shoulders',546),
(6898,51259,'accessories/wearable_items01/_exp00/leather/artifact/high/chest',546),
(6899,51260,'accessories/wearable_items01/_exp00/leather/artifact/high/feet',546),
(6900,51261,'accessories/wearable_items01/_exp00/leather/artifact/high/forearms',546),
(6901,51262,'accessories/wearable_items01/_exp00/leather/artifact/high/hands',546),
(6902,51263,'accessories/wearable_items01/_exp00/leather/artifact/high/head',546),
(6903,51264,'accessories/wearable_items01/_exp00/leather/artifact/high/legs',546),
(6904,51265,'accessories/wearable_items01/_exp00/leather/artifact/high/shoulders',546),
(6905,51266,'accessories/wearable_items01/_exp00/leather/artifact/low/chest',546),
(6906,51267,'accessories/wearable_items01/_exp00/leather/artifact/low/feet',546),
(6907,51268,'accessories/wearable_items01/_exp00/leather/artifact/low/forearms',546),
(6908,51269,'accessories/wearable_items01/_exp00/leather/artifact/low/hands',546),
(6909,51270,'accessories/wearable_items01/_exp00/leather/artifact/low/head',546),
(6910,51271,'accessories/wearable_items01/_exp00/leather/artifact/low/legs',546),
(6911,51272,'accessories/wearable_items01/_exp00/leather/artifact/low/legs_noskirt',546),
(6912,51273,'accessories/wearable_items01/_exp00/leather/artifact/low/shoulders',546),
(6913,51274,'accessories/wearable_items01/_exp00/leather/artifact/low/skirt',546),
(6914,51275,'accessories/wearable_items01/_exp00/leather/artifact/medium/chest',546),
(6915,51276,'accessories/wearable_items01/_exp00/leather/artifact/medium/feet',546),
(6916,51277,'accessories/wearable_items01/_exp00/leather/artifact/medium/forearms',546),
(6917,51278,'accessories/wearable_items01/_exp00/leather/artifact/medium/hands',546),
(6918,51279,'accessories/wearable_items01/_exp00/leather/artifact/medium/head',546),
(6919,51280,'accessories/wearable_items01/_exp00/leather/artifact/medium/legs',546),
(6920,51281,'accessories/wearable_items01/_exp00/leather/artifact/medium/legs_noskirt',546),
(6921,51282,'accessories/wearable_items01/_exp00/leather/artifact/medium/shoulders',546),
(6922,51283,'accessories/wearable_items01/_exp00/leather/artifact/medium/skirt',546),
(6923,51284,'accessories/wearable_items01/_exp00/leather/common/high/chest',546),
(6924,51285,'accessories/wearable_items01/_exp00/leather/common/high/feet',546),
(6925,51286,'accessories/wearable_items01/_exp00/leather/common/high/forearms',546),
(6926,51287,'accessories/wearable_items01/_exp00/leather/common/high/hands',546),
(6927,51288,'accessories/wearable_items01/_exp00/leather/common/high/head',546),
(6928,51289,'accessories/wearable_items01/_exp00/leather/common/high/legs',546),
(6929,51290,'accessories/wearable_items01/_exp00/leather/common/high/legs_noskirt',546),
(6930,51291,'accessories/wearable_items01/_exp00/leather/common/high/shoulders',546),
(6931,51292,'accessories/wearable_items01/_exp00/leather/common/high/skirt',546),
(6932,51293,'accessories/wearable_items01/_exp00/leather/common/low/chest',546),
(6933,51294,'accessories/wearable_items01/_exp00/leather/common/low/feet',546),
(6934,51295,'accessories/wearable_items01/_exp00/leather/common/low/forearms',546),
(6935,51296,'accessories/wearable_items01/_exp00/leather/common/low/hands',546),
(6936,51297,'accessories/wearable_items01/_exp00/leather/common/low/head',546),
(6937,51298,'accessories/wearable_items01/_exp00/leather/common/low/legs',546),
(6938,51299,'accessories/wearable_items01/_exp00/leather/common/low/legs_noskirt',546),
(6939,51300,'accessories/wearable_items01/_exp00/leather/common/low/shoulders',546),
(6940,51301,'accessories/wearable_items01/_exp00/leather/common/low/skirt',546),
(6941,51302,'accessories/wearable_items01/_exp00/leather/common/medium/chest',546),
(6942,51303,'accessories/wearable_items01/_exp00/leather/common/medium/feet',546),
(6943,51304,'accessories/wearable_items01/_exp00/leather/common/medium/forearms',546),
(6944,51305,'accessories/wearable_items01/_exp00/leather/common/medium/hands',546),
(6945,51306,'accessories/wearable_items01/_exp00/leather/common/medium/head',546),
(6946,51307,'accessories/wearable_items01/_exp00/leather/common/medium/legs',546),
(6947,51308,'accessories/wearable_items01/_exp00/leather/common/medium/legs_noskirt',546),
(6948,51309,'accessories/wearable_items01/_exp00/leather/common/medium/shoulders',546),
(6949,51310,'accessories/wearable_items01/_exp00/leather/common/medium/skirt',546),
(6950,51311,'accessories/wearable_items01/_exp00/leather/leather_tint01/chest',546),
(6951,51312,'accessories/wearable_items01/_exp00/leather/leather_tint01/feet',546),
(6952,51313,'accessories/wearable_items01/_exp00/leather/leather_tint01/forearms',546),
(6953,51314,'accessories/wearable_items01/_exp00/leather/leather_tint01/hands',546),
(6954,51315,'accessories/wearable_items01/_exp00/leather/leather_tint01/head',546),
(6955,51316,'accessories/wearable_items01/_exp00/leather/leather_tint01/legs',546),
(6956,51317,'accessories/wearable_items01/_exp00/leather/leather_tint01/legs_noskirt',546),
(6957,51318,'accessories/wearable_items01/_exp00/leather/leather_tint01/shoulders',546),
(6958,51319,'accessories/wearable_items01/_exp00/leather/leather_tint01/skirt',546),
(6959,51320,'accessories/wearable_items01/_exp00/leather/plain/stitched/chest',546),
(6960,51321,'accessories/wearable_items01/_exp00/leather/plain/stitched/feet',546),
(6961,51322,'accessories/wearable_items01/_exp00/leather/plain/stitched/forearms',546),
(6962,51323,'accessories/wearable_items01/_exp00/leather/plain/stitched/hands',546),
(6963,51324,'accessories/wearable_items01/_exp00/leather/plain/stitched/head',546),
(6964,51325,'accessories/wearable_items01/_exp00/leather/plain/stitched/legs',546),
(6965,51326,'accessories/wearable_items01/_exp00/leather/plain/stitched/shoulders',546),
(6966,51327,'accessories/wearable_items01/_exp00/leather/plain/stitched/skirt',546),
(6967,51328,'accessories/wearable_items01/_exp00/leather/rare/high/chest',546),
(6968,51329,'accessories/wearable_items01/_exp00/leather/rare/high/feet',546),
(6969,51330,'accessories/wearable_items01/_exp00/leather/rare/high/forearms',546),
(6970,51331,'accessories/wearable_items01/_exp00/leather/rare/high/hands',546),
(6971,51332,'accessories/wearable_items01/_exp00/leather/rare/high/head',546),
(6972,51333,'accessories/wearable_items01/_exp00/leather/rare/high/legs',546),
(6973,51334,'accessories/wearable_items01/_exp00/leather/rare/high/shoulders',546),
(6974,51335,'accessories/wearable_items01/_exp00/leather/rare/low/chest',546),
(6975,51336,'accessories/wearable_items01/_exp00/leather/rare/low/feet',546),
(6976,51337,'accessories/wearable_items01/_exp00/leather/rare/low/forearms',546),
(6977,51338,'accessories/wearable_items01/_exp00/leather/rare/low/hands',546),
(6978,51339,'accessories/wearable_items01/_exp00/leather/rare/low/head',546),
(6979,51340,'accessories/wearable_items01/_exp00/leather/rare/low/legs',546),
(6980,51341,'accessories/wearable_items01/_exp00/leather/rare/low/shoulders',546),
(6981,51342,'accessories/wearable_items01/_exp00/leather/rare/medium/chest',546),
(6982,51343,'accessories/wearable_items01/_exp00/leather/rare/medium/feet',546),
(6983,51344,'accessories/wearable_items01/_exp00/leather/rare/medium/forearms',546),
(6984,51345,'accessories/wearable_items01/_exp00/leather/rare/medium/hands',546),
(6985,51346,'accessories/wearable_items01/_exp00/leather/rare/medium/head',546),
(6986,51347,'accessories/wearable_items01/_exp00/leather/rare/medium/legs',546),
(6987,51348,'accessories/wearable_items01/_exp00/leather/rare/medium/shoulders',546),
(6988,51349,'accessories/wearable_items01/_exp00/leather/uncommon/high/chest',546),
(6989,51350,'accessories/wearable_items01/_exp00/leather/uncommon/high/feet',546),
(6990,51351,'accessories/wearable_items01/_exp00/leather/uncommon/high/forearms',546),
(6991,51352,'accessories/wearable_items01/_exp00/leather/uncommon/high/hands',546),
(6992,51353,'accessories/wearable_items01/_exp00/leather/uncommon/high/head',546),
(6993,51354,'accessories/wearable_items01/_exp00/leather/uncommon/high/legs',546),
(6994,51355,'accessories/wearable_items01/_exp00/leather/uncommon/high/legs_noskirt',546),
(6995,51356,'accessories/wearable_items01/_exp00/leather/uncommon/high/shoulders',546),
(6996,51357,'accessories/wearable_items01/_exp00/leather/uncommon/high/skirt',546),
(6997,51358,'accessories/wearable_items01/_exp00/leather/uncommon/low/chest',546),
(6998,51359,'accessories/wearable_items01/_exp00/leather/uncommon/low/feet',546),
(6999,51360,'accessories/wearable_items01/_exp00/leather/uncommon/low/forearms',546),
(7000,51361,'accessories/wearable_items01/_exp00/leather/uncommon/low/hands',546),
(7001,51362,'accessories/wearable_items01/_exp00/leather/uncommon/low/head',546),
(7002,51363,'accessories/wearable_items01/_exp00/leather/uncommon/low/legs',546),
(7003,51364,'accessories/wearable_items01/_exp00/leather/uncommon/low/legs_noskirt',546),
(7004,51365,'accessories/wearable_items01/_exp00/leather/uncommon/low/shoulders',546),
(7005,51366,'accessories/wearable_items01/_exp00/leather/uncommon/low/skirt',546),
(7006,51367,'accessories/wearable_items01/_exp00/leather/uncommon/medium/chest',546),
(7007,51368,'accessories/wearable_items01/_exp00/leather/uncommon/medium/feet',546),
(7008,51369,'accessories/wearable_items01/_exp00/leather/uncommon/medium/forearms',546),
(7009,51370,'accessories/wearable_items01/_exp00/leather/uncommon/medium/hands',546),
(7010,51371,'accessories/wearable_items01/_exp00/leather/uncommon/medium/head',546),
(7011,51372,'accessories/wearable_items01/_exp00/leather/uncommon/medium/legs',546),
(7012,51373,'accessories/wearable_items01/_exp00/leather/uncommon/medium/legs_noskirt',546),
(7013,51374,'accessories/wearable_items01/_exp00/leather/uncommon/medium/shoulders',546),
(7014,51375,'accessories/wearable_items01/_exp00/leather/uncommon/medium/skirt',546),
(7015,51376,'accessories/wearable_items01/_exp00/magus/artifact/high/arms',546),
(7016,51377,'accessories/wearable_items01/_exp00/magus/artifact/high/chest',546),
(7017,51378,'accessories/wearable_items01/_exp00/magus/artifact/high/skirt',546),
(7018,51379,'accessories/wearable_items01/_exp00/magus/artifact/low/chest',546),
(7019,51380,'accessories/wearable_items01/_exp00/magus/artifact/low/hood',546),
(7020,51381,'accessories/wearable_items01/_exp00/magus/artifact/low/pants',546),
(7021,51382,'accessories/wearable_items01/_exp00/magus/artifact/low/skirt',546),
(7022,51383,'accessories/wearable_items01/_exp00/magus/artifact/medium/chest',546),
(7023,51384,'accessories/wearable_items01/_exp00/magus/artifact/medium/hood',546),
(7024,51385,'accessories/wearable_items01/_exp00/magus/artifact/medium/pants',546),
(7025,51386,'accessories/wearable_items01/_exp00/magus/artifact/medium/skirt',546),
(7026,51387,'accessories/wearable_items01/_exp00/magus/common/high/chest',546),
(7027,51388,'accessories/wearable_items01/_exp00/magus/common/high/hood',546),
(7028,51389,'accessories/wearable_items01/_exp00/magus/common/high/pants',546),
(7029,51390,'accessories/wearable_items01/_exp00/magus/common/high/skirt',546),
(7030,51391,'accessories/wearable_items01/_exp00/magus/common/low/chest',546),
(7031,51392,'accessories/wearable_items01/_exp00/magus/common/low/hood',546),
(7032,51393,'accessories/wearable_items01/_exp00/magus/common/low/pants',546),
(7033,51394,'accessories/wearable_items01/_exp00/magus/common/low/skirt',546),
(7034,51395,'accessories/wearable_items01/_exp00/magus/common/medium/chest',546),
(7035,51396,'accessories/wearable_items01/_exp00/magus/common/medium/hood',546),
(7036,51397,'accessories/wearable_items01/_exp00/magus/common/medium/pants',546),
(7037,51398,'accessories/wearable_items01/_exp00/magus/common/medium/skirt',546),
(7038,51399,'accessories/wearable_items01/_exp00/magus/rare/high/chest',546),
(7039,51400,'accessories/wearable_items01/_exp00/magus/rare/high/hood',546),
(7040,51401,'accessories/wearable_items01/_exp00/magus/rare/high/pants',546),
(7041,51402,'accessories/wearable_items01/_exp00/magus/rare/high/skirt',546),
(7042,51403,'accessories/wearable_items01/_exp00/magus/rare/low/chest',546),
(7043,51404,'accessories/wearable_items01/_exp00/magus/rare/low/hood',546),
(7044,51405,'accessories/wearable_items01/_exp00/magus/rare/low/pants',546),
(7045,51406,'accessories/wearable_items01/_exp00/magus/rare/low/skirt',546),
(7046,51407,'accessories/wearable_items01/_exp00/magus/rare/medium/chest',546),
(7047,51408,'accessories/wearable_items01/_exp00/magus/rare/medium/pants',546),
(7048,51409,'accessories/wearable_items01/_exp00/magus/rare/medium/shoulders',546),
(7049,51410,'accessories/wearable_items01/_exp00/magus/robes/dragon_ornate/chest',546),
(7050,51411,'accessories/wearable_items01/_exp00/magus/robes/dragon_ornate/hood',546),
(7051,51412,'accessories/wearable_items01/_exp00/magus/robes/dragon_ornate/pants',546),
(7052,51413,'accessories/wearable_items01/_exp00/magus/robes/dragon_ornate/skirt',546),
(7053,51414,'accessories/wearable_items01/_exp00/magus/robes/fancy_goldburgundy/chest',546),
(7054,51415,'accessories/wearable_items01/_exp00/magus/robes/fancy_goldburgundy/hood',546),
(7055,51416,'accessories/wearable_items01/_exp00/magus/robes/fancy_goldburgundy/pants',546),
(7056,51417,'accessories/wearable_items01/_exp00/magus/robes/fancy_goldburgundy/skirt',546),
(7057,51418,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted/chest',546),
(7058,51419,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted/hood',546),
(7059,51420,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted/pants',546),
(7060,51421,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted/skirt',546),
(7061,51422,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted_patches/chest',546),
(7062,51423,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted_patches/hood',546),
(7063,51424,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted_patches/pants',546),
(7064,51425,'accessories/wearable_items01/_exp00/magus/robes/plain_quilted_patches/skirt',546),
(7065,51426,'accessories/wearable_items01/_exp00/magus/robes/robe_newbie_tint01/chest',546),
(7066,51427,'accessories/wearable_items01/_exp00/magus/robes/robe_newbie_tint01/hood',546),
(7067,51428,'accessories/wearable_items01/_exp00/magus/robes/robe_newbie_tint01/pants',546),
(7068,51429,'accessories/wearable_items01/_exp00/magus/robes/robe_newbie_tint01/skirt',546),
(7069,51430,'accessories/wearable_items01/_exp00/magus/uncommon/high/chest',546),
(7070,51431,'accessories/wearable_items01/_exp00/magus/uncommon/high/hood',546),
(7071,51432,'accessories/wearable_items01/_exp00/magus/uncommon/high/pants',546),
(7072,51433,'accessories/wearable_items01/_exp00/magus/uncommon/high/skirt',546),
(7073,51434,'accessories/wearable_items01/_exp00/magus/uncommon/low/chest',546),
(7074,51435,'accessories/wearable_items01/_exp00/magus/uncommon/low/forearms',546),
(7075,51436,'accessories/wearable_items01/_exp00/magus/uncommon/low/legs',546),
(7076,51437,'accessories/wearable_items01/_exp00/magus/uncommon/low/skirt',546),
(7077,51438,'accessories/wearable_items01/_exp00/magus/uncommon/medium/chest',546),
(7078,51439,'accessories/wearable_items01/_exp00/magus/uncommon/medium/hood',546),
(7079,51440,'accessories/wearable_items01/_exp00/magus/uncommon/medium/pants',546),
(7080,51441,'accessories/wearable_items01/_exp00/magus/uncommon/medium/skirt',546),
(7081,51442,'accessories/wearable_items01/_exp00/monk/monk_plain/chest',546),
(7082,51443,'accessories/wearable_items01/_exp00/monk/monk_plain/feet',546),
(7083,51444,'accessories/wearable_items01/_exp00/monk/monk_plain/forearms',546),
(7084,51445,'accessories/wearable_items01/_exp00/monk/monk_plain/head',546),
(7085,51446,'accessories/wearable_items01/_exp00/monk/monk_plain/legs',546),
(7086,51447,'accessories/wearable_items01/_exp00/monk/monk_plain/shoulders',546),
(7087,51448,'accessories/wearable_items01/_exp00/npcskirts/antonia_skirt',546),
(7088,51449,'accessories/wearable_items01/_exp00/npcskirts/lucan_skirt',546),
(7089,51450,'accessories/wearable_items01/_exp00/pauldrons/evil01/pauldron_evil01',546),
(7090,51451,'accessories/wearable_items01/_exp00/pauldrons/evil01/shoulders_pauldron_evil01',546),
(7091,51452,'accessories/wearable_items01/_exp00/pauldrons/evil02/pauldron_evil02',546),
(7092,51453,'accessories/wearable_items01/_exp00/pauldrons/evil02/shoulders_pauldron_evil02',546),
(7093,51454,'accessories/wearable_items01/_exp00/plate/common/high/chest',546),
(7094,51455,'accessories/wearable_items01/_exp00/plate/common/high/feet',546),
(7095,51456,'accessories/wearable_items01/_exp00/plate/common/high/forearms',546),
(7096,51457,'accessories/wearable_items01/_exp00/plate/common/high/hands',546),
(7097,51458,'accessories/wearable_items01/_exp00/plate/common/high/head',546),
(7098,51459,'accessories/wearable_items01/_exp00/plate/common/high/legs',546),
(7099,51460,'accessories/wearable_items01/_exp00/plate/common/high/shoulders',546),
(7100,51461,'accessories/wearable_items01/_exp00/plate/common/low/chest',546),
(7101,51462,'accessories/wearable_items01/_exp00/plate/common/low/feet',546),
(7102,51463,'accessories/wearable_items01/_exp00/plate/common/low/forearms',546),
(7103,51464,'accessories/wearable_items01/_exp00/plate/common/low/hands',546),
(7104,51465,'accessories/wearable_items01/_exp00/plate/common/low/head',546),
(7105,51466,'accessories/wearable_items01/_exp00/plate/common/low/legs',546),
(7106,51467,'accessories/wearable_items01/_exp00/plate/common/low/shoulders',546),
(7107,51468,'accessories/wearable_items01/_exp00/plate/common/medium/chest',546),
(7108,51469,'accessories/wearable_items01/_exp00/plate/common/medium/feet',546),
(7109,51470,'accessories/wearable_items01/_exp00/plate/common/medium/forearms',546),
(7110,51471,'accessories/wearable_items01/_exp00/plate/common/medium/hands',546),
(7111,51472,'accessories/wearable_items01/_exp00/plate/common/medium/head',546),
(7112,51473,'accessories/wearable_items01/_exp00/plate/common/medium/legs',546),
(7113,51474,'accessories/wearable_items01/_exp00/plate/common/medium/shoulders',546),
(7114,51475,'accessories/wearable_items01/_exp00/plate/plate_tint01/chest',546),
(7115,51476,'accessories/wearable_items01/_exp00/plate/plate_tint01/feet',546),
(7116,51477,'accessories/wearable_items01/_exp00/plate/plate_tint01/forearms',546),
(7117,51478,'accessories/wearable_items01/_exp00/plate/plate_tint01/hands',546),
(7118,51479,'accessories/wearable_items01/_exp00/plate/plate_tint01/head',546),
(7119,51480,'accessories/wearable_items01/_exp00/plate/plate_tint01/legs',546),
(7120,51481,'accessories/wearable_items01/_exp00/plate/plate_tint01/shoulders',546),
(7121,51482,'accessories/wearable_items01/_exp00/plate/plate_tint02/chest',546),
(7122,51483,'accessories/wearable_items01/_exp00/plate/plate_tint02/feet',546),
(7123,51484,'accessories/wearable_items01/_exp00/plate/plate_tint02/forearms',546),
(7124,51485,'accessories/wearable_items01/_exp00/plate/plate_tint02/hands',546),
(7125,51486,'accessories/wearable_items01/_exp00/plate/plate_tint02/head',546),
(7126,51487,'accessories/wearable_items01/_exp00/plate/plate_tint02/legs',546),
(7127,51488,'accessories/wearable_items01/_exp00/plate/plate_tint02/shoulders',546),
(7128,51489,'accessories/wearable_items01/_exp00/plate/uncommon/low/chest',546),
(7129,51490,'accessories/wearable_items01/_exp00/plate/uncommon/low/feet',546),
(7130,51491,'accessories/wearable_items01/_exp00/plate/uncommon/low/forearms',546),
(7131,51492,'accessories/wearable_items01/_exp00/plate/uncommon/low/hands',546),
(7132,51493,'accessories/wearable_items01/_exp00/plate/uncommon/low/head',546),
(7133,51494,'accessories/wearable_items01/_exp00/plate/uncommon/low/legs',546),
(7134,51495,'accessories/wearable_items01/_exp00/plate/uncommon/low/shoulders',546),
(7135,51496,'accessories/wearable_items01/_exp00/plate/uncommon/medium/chest',546),
(7136,51497,'accessories/wearable_items01/_exp00/plate/uncommon/medium/feet',546),
(7137,51498,'accessories/wearable_items01/_exp00/plate/uncommon/medium/forearms',546),
(7138,51499,'accessories/wearable_items01/_exp00/plate/uncommon/medium/hands',546),
(7139,51500,'accessories/wearable_items01/_exp00/plate/uncommon/medium/head',546),
(7140,51501,'accessories/wearable_items01/_exp00/plate/uncommon/medium/legs',546),
(7141,51502,'accessories/wearable_items01/_exp00/plate/uncommon/medium/shoulders',546),
(7142,51503,'accessories/wearable_items01/_exp00/profesion_hats/animal_hide/animal_hide_01/head',546),
(7143,51504,'accessories/wearable_items01/_exp00/profesion_hats/assassin/assassin_01/head',546),
(7144,51505,'accessories/wearable_items01/_exp00/profesion_hats/berserker/berserker_helm_01/head',546),
(7145,51506,'accessories/wearable_items01/_exp00/profesion_hats/berserker/berserker_helm_02/head',546),
(7146,51507,'accessories/wearable_items01/_exp00/profesion_hats/brigand_hat/head',546),
(7147,51508,'accessories/wearable_items01/_exp00/profesion_hats/bruiser/bruiser_01/head',546),
(7148,51509,'accessories/wearable_items01/_exp00/profesion_hats/coercer/coercer_01/head',546),
(7149,51510,'accessories/wearable_items01/_exp00/profesion_hats/coercer/coercer_02/head',546),
(7150,51511,'accessories/wearable_items01/_exp00/profesion_hats/conjuror/conjuror_01/head',546),
(7151,51512,'accessories/wearable_items01/_exp00/profesion_hats/dirge/dirge_01/head',546),
(7152,51513,'accessories/wearable_items01/_exp00/profesion_hats/evil_helm/evil_helm_01/head',546),
(7153,51514,'accessories/wearable_items01/_exp00/profesion_hats/fury/fury_01/head',546),
(7154,51515,'accessories/wearable_items01/_exp00/profesion_hats/guardian/guardian_01/head',546),
(7155,51516,'accessories/wearable_items01/_exp00/profesion_hats/illusionist/illusionist_01/head',546),
(7156,51517,'accessories/wearable_items01/_exp00/profesion_hats/inquisitor/inquisitor_01/head',546),
(7157,51518,'accessories/wearable_items01/_exp00/profesion_hats/jester/jester_01/head',546),
(7158,51519,'accessories/wearable_items01/_exp00/profesion_hats/necromancer/necromancer_01/head',546),
(7159,51520,'accessories/wearable_items01/_exp00/profesion_hats/paladin/paladin_01/head',546),
(7160,51521,'accessories/wearable_items01/_exp00/profesion_hats/ranger/ranger_01/head',546),
(7161,51522,'accessories/wearable_items01/_exp00/profesion_hats/shadowknight/shadowknight_01/head',546),
(7162,51523,'accessories/wearable_items01/_exp00/profesion_hats/swashbuckler/swashbuckler_01/head',546),
(7163,51524,'accessories/wearable_items01/_exp00/profesion_hats/templar/templar_helm_01/head',546),
(7164,51525,'accessories/wearable_items01/_exp00/profesion_hats/troubadour/troubadour_01/head',546),
(7165,51526,'accessories/wearable_items01/_exp00/profesion_hats/warden/warden_01/head',546),
(7166,51527,'accessories/wearable_items01/_exp00/profesion_hats/warlock/warlock_01/head',546),
(7167,51528,'accessories/wearable_items01/_exp00/profesion_hats/wizard/wizard_01/head',546),
(7168,51529,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_female/arms',546),
(7169,51530,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_female/chest',546),
(7170,51531,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_female/legs',546),
(7171,51532,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_female/sleeves',546),
(7172,51533,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_male/arms',546),
(7173,51534,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_male/chest',546),
(7174,51535,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_male/legs',546),
(7175,51536,'accessories/wearable_items01/_exp00/starter_clothes/barbarian_male/sleeves',546),
(7176,51537,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_female/arms',546),
(7177,51538,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_female/chest',546),
(7178,51539,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_female/legs',546),
(7179,51540,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_female/sleeves',546),
(7180,51541,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_male/arms',546),
(7181,51542,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_male/chest',546),
(7182,51543,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_male/legs',546),
(7183,51544,'accessories/wearable_items01/_exp00/starter_clothes/darkelf_male/sleeves',546),
(7184,51545,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_female/arms',546),
(7185,51546,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_female/chest',546),
(7186,51547,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_female/legs',546),
(7187,51548,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_female/sleeves',546),
(7188,51549,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_male/arms',546),
(7189,51550,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_male/chest',546),
(7190,51551,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_male/legs',546),
(7191,51552,'accessories/wearable_items01/_exp00/starter_clothes/dwarf_male/sleeves',546),
(7192,51553,'accessories/wearable_items01/_exp00/starter_clothes/erudite_female/arms',546),
(7193,51554,'accessories/wearable_items01/_exp00/starter_clothes/erudite_female/chest',546),
(7194,51555,'accessories/wearable_items01/_exp00/starter_clothes/erudite_female/legs',546),
(7195,51556,'accessories/wearable_items01/_exp00/starter_clothes/erudite_female/sleeves',546),
(7196,51557,'accessories/wearable_items01/_exp00/starter_clothes/erudite_male/arms',546),
(7197,51558,'accessories/wearable_items01/_exp00/starter_clothes/erudite_male/chest',546),
(7198,51559,'accessories/wearable_items01/_exp00/starter_clothes/erudite_male/legs',546),
(7199,51560,'accessories/wearable_items01/_exp00/starter_clothes/erudite_male/sleeves',546),
(7200,51561,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_female/arms',546),
(7201,51562,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_female/chest',546),
(7202,51563,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_female/legs',546),
(7203,51564,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_female/sleeves',546),
(7204,51565,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_male/arms',546),
(7205,51566,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_male/chest',546),
(7206,51567,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_male/legs',546),
(7207,51568,'accessories/wearable_items01/_exp00/starter_clothes/fae_dark_male/sleeves',546),
(7208,51569,'accessories/wearable_items01/_exp00/starter_clothes/fae_female/arms',546),
(7209,51570,'accessories/wearable_items01/_exp00/starter_clothes/fae_female/chest',546),
(7210,51571,'accessories/wearable_items01/_exp00/starter_clothes/fae_female/legs',546),
(7211,51572,'accessories/wearable_items01/_exp00/starter_clothes/fae_female/sleeves',546),
(7212,51573,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_female/arms',546),
(7213,51574,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_female/chest',546),
(7214,51575,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_female/legs',546),
(7215,51576,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_female/sleeves',546),
(7216,51577,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_male/arms',546),
(7217,51578,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_male/chest',546),
(7218,51579,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_male/legs',546),
(7219,51580,'accessories/wearable_items01/_exp00/starter_clothes/fae_light_male/sleeves',546),
(7220,51581,'accessories/wearable_items01/_exp00/starter_clothes/fae_male/arms',546),
(7221,51582,'accessories/wearable_items01/_exp00/starter_clothes/fae_male/chest',546),
(7222,51583,'accessories/wearable_items01/_exp00/starter_clothes/fae_male/legs',546),
(7223,51584,'accessories/wearable_items01/_exp00/starter_clothes/fae_male/sleeves',546),
(7224,51585,'accessories/wearable_items01/_exp00/starter_clothes/froglok_female/arms',546),
(7225,51586,'accessories/wearable_items01/_exp00/starter_clothes/froglok_female/chest',546),
(7226,51587,'accessories/wearable_items01/_exp00/starter_clothes/froglok_female/legs',546),
(7227,51588,'accessories/wearable_items01/_exp00/starter_clothes/froglok_female/sleeves',546),
(7228,51589,'accessories/wearable_items01/_exp00/starter_clothes/froglok_male/arms',546),
(7229,51590,'accessories/wearable_items01/_exp00/starter_clothes/froglok_male/chest',546),
(7230,51591,'accessories/wearable_items01/_exp00/starter_clothes/froglok_male/legs',546),
(7231,51592,'accessories/wearable_items01/_exp00/starter_clothes/froglok_male/sleeves',546),
(7232,51593,'accessories/wearable_items01/_exp00/starter_clothes/gnome_female/arms',546),
(7233,51594,'accessories/wearable_items01/_exp00/starter_clothes/gnome_female/chest',546),
(7234,51595,'accessories/wearable_items01/_exp00/starter_clothes/gnome_female/legs',546),
(7235,51596,'accessories/wearable_items01/_exp00/starter_clothes/gnome_female/sleeves',546),
(7236,51597,'accessories/wearable_items01/_exp00/starter_clothes/gnome_male/arms',546),
(7237,51598,'accessories/wearable_items01/_exp00/starter_clothes/gnome_male/chest',546),
(7238,51599,'accessories/wearable_items01/_exp00/starter_clothes/gnome_male/legs',546),
(7239,51600,'accessories/wearable_items01/_exp00/starter_clothes/gnome_male/sleeves',546),
(7240,51601,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_female/arms',546),
(7241,51602,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_female/chest',546),
(7242,51603,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_female/legs',546),
(7243,51604,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_female/sleeves',546),
(7244,51605,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_male/arms',546),
(7245,51606,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_male/chest',546),
(7246,51607,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_male/legs',546),
(7247,51608,'accessories/wearable_items01/_exp00/starter_clothes/halfelf_male/sleeves',546),
(7248,51609,'accessories/wearable_items01/_exp00/starter_clothes/halfling_female/arms',546),
(7249,51610,'accessories/wearable_items01/_exp00/starter_clothes/halfling_female/chest',546),
(7250,51611,'accessories/wearable_items01/_exp00/starter_clothes/halfling_female/legs',546),
(7251,51612,'accessories/wearable_items01/_exp00/starter_clothes/halfling_female/sleeves',546),
(7252,51613,'accessories/wearable_items01/_exp00/starter_clothes/halfling_male/arms',546),
(7253,51614,'accessories/wearable_items01/_exp00/starter_clothes/halfling_male/chest',546),
(7254,51615,'accessories/wearable_items01/_exp00/starter_clothes/halfling_male/legs',546),
(7255,51616,'accessories/wearable_items01/_exp00/starter_clothes/halfling_male/sleeves',546),
(7256,51617,'accessories/wearable_items01/_exp00/starter_clothes/highelf_female/arms',546),
(7257,51618,'accessories/wearable_items01/_exp00/starter_clothes/highelf_female/chest',546),
(7258,51619,'accessories/wearable_items01/_exp00/starter_clothes/highelf_female/legs',546),
(7259,51620,'accessories/wearable_items01/_exp00/starter_clothes/highelf_female/sleeves',546),
(7260,51621,'accessories/wearable_items01/_exp00/starter_clothes/highelf_male/arms',546),
(7261,51622,'accessories/wearable_items01/_exp00/starter_clothes/highelf_male/chest',546),
(7262,51623,'accessories/wearable_items01/_exp00/starter_clothes/highelf_male/legs',546),
(7263,51624,'accessories/wearable_items01/_exp00/starter_clothes/highelf_male/sleeves',546),
(7264,51625,'accessories/wearable_items01/_exp00/starter_clothes/human_female/arms',546),
(7265,51626,'accessories/wearable_items01/_exp00/starter_clothes/human_female/chest',546),
(7266,51627,'accessories/wearable_items01/_exp00/starter_clothes/human_female/legs',546),
(7267,51628,'accessories/wearable_items01/_exp00/starter_clothes/human_female/sleeves',546),
(7268,51629,'accessories/wearable_items01/_exp00/starter_clothes/human_male/arms',546),
(7269,51630,'accessories/wearable_items01/_exp00/starter_clothes/human_male/chest',546),
(7270,51631,'accessories/wearable_items01/_exp00/starter_clothes/human_male/legs',546),
(7271,51632,'accessories/wearable_items01/_exp00/starter_clothes/human_male/sleeves',546),
(7272,51633,'accessories/wearable_items01/_exp00/starter_clothes/iksar_female/arms',546),
(7273,51634,'accessories/wearable_items01/_exp00/starter_clothes/iksar_female/chest',546),
(7274,51635,'accessories/wearable_items01/_exp00/starter_clothes/iksar_female/legs',546),
(7275,51636,'accessories/wearable_items01/_exp00/starter_clothes/iksar_female/sleeves',546),
(7276,51637,'accessories/wearable_items01/_exp00/starter_clothes/iksar_male/arms',546),
(7277,51638,'accessories/wearable_items01/_exp00/starter_clothes/iksar_male/chest',546),
(7278,51639,'accessories/wearable_items01/_exp00/starter_clothes/iksar_male/legs',546),
(7279,51640,'accessories/wearable_items01/_exp00/starter_clothes/iksar_male/sleeves',546),
(7280,51641,'accessories/wearable_items01/_exp00/starter_clothes/kerra_female/arms',546),
(7281,51642,'accessories/wearable_items01/_exp00/starter_clothes/kerra_female/chest',546),
(7282,51643,'accessories/wearable_items01/_exp00/starter_clothes/kerra_female/legs',546),
(7283,51644,'accessories/wearable_items01/_exp00/starter_clothes/kerra_female/sleeves',546),
(7284,51645,'accessories/wearable_items01/_exp00/starter_clothes/kerra_male/arms',546),
(7285,51646,'accessories/wearable_items01/_exp00/starter_clothes/kerra_male/chest',546),
(7286,51647,'accessories/wearable_items01/_exp00/starter_clothes/kerra_male/legs',546),
(7287,51648,'accessories/wearable_items01/_exp00/starter_clothes/kerra_male/sleeves',546),
(7288,51649,'accessories/wearable_items01/_exp00/starter_clothes/ogre_female/arms',546),
(7289,51650,'accessories/wearable_items01/_exp00/starter_clothes/ogre_female/chest',546),
(7290,51651,'accessories/wearable_items01/_exp00/starter_clothes/ogre_female/legs',546),
(7291,51652,'accessories/wearable_items01/_exp00/starter_clothes/ogre_female/sleeves',546),
(7292,51653,'accessories/wearable_items01/_exp00/starter_clothes/ogre_male/arms',546),
(7293,51654,'accessories/wearable_items01/_exp00/starter_clothes/ogre_male/chest',546),
(7294,51655,'accessories/wearable_items01/_exp00/starter_clothes/ogre_male/legs',546),
(7295,51656,'accessories/wearable_items01/_exp00/starter_clothes/ogre_male/sleeves',546),
(7296,51657,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_female/arms',546),
(7297,51658,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_female/chest',546),
(7298,51659,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_female/legs',546),
(7299,51660,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_female/sleeves',546),
(7300,51661,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_male/arms',546),
(7301,51662,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_male/chest',546),
(7302,51663,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_male/legs',546),
(7303,51664,'accessories/wearable_items01/_exp00/starter_clothes/ratonga_male/sleeves',546),
(7304,51665,'accessories/wearable_items01/_exp00/starter_clothes/troll_female/arms',546),
(7305,51666,'accessories/wearable_items01/_exp00/starter_clothes/troll_female/chest',546),
(7306,51667,'accessories/wearable_items01/_exp00/starter_clothes/troll_female/legs',546),
(7307,51668,'accessories/wearable_items01/_exp00/starter_clothes/troll_female/sleeves',546),
(7308,51669,'accessories/wearable_items01/_exp00/starter_clothes/troll_male/arms',546),
(7309,51670,'accessories/wearable_items01/_exp00/starter_clothes/troll_male/chest',546),
(7310,51671,'accessories/wearable_items01/_exp00/starter_clothes/troll_male/legs',546),
(7311,51672,'accessories/wearable_items01/_exp00/starter_clothes/troll_male/sleeves',546),
(7312,51673,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_female/arms',546),
(7313,51674,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_female/chest',546),
(7314,51675,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_female/legs',546),
(7315,51676,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_female/sleeves',546),
(7316,51677,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_male/arms',546),
(7317,51678,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_male/chest',546),
(7318,51679,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_male/legs',546),
(7319,51680,'accessories/wearable_items01/_exp00/starter_clothes/woodelf_male/sleeves',546),
(7320,51681,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/brawler_wrapped/chest',546),
(7321,51682,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/brawler_wrapped/feet',546),
(7322,51683,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/brawler_wrapped/pants',546),
(7323,51684,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/brawler_wrapped/shoulders',546),
(7324,51685,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/med_studded/arms',546),
(7325,51686,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/med_studded/chest',546),
(7326,51687,'accessories/wearable_items01/_exp00/tradesman/clothing/brawler/med_studded/legs',546),
(7327,51688,'accessories/wearable_items01/_exp00/tradesman/clothing/ornateshinygold/chest',546),
(7328,51689,'accessories/wearable_items01/_exp00/tradesman/clothing/ornateshinygold/legs',546),
(7329,51690,'accessories/wearable_items01/_exp00/tradesman/clothing/ornateshinygold/shoulders',546),
(7330,51691,'accessories/wearable_items01/_exp00/tradesman/clothing/ornateshinygold/sleeves',546),
(7331,51692,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_brown_female/chest',546),
(7332,51693,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_brown_female/legs',546),
(7333,51694,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_green_vest/arms',546),
(7334,51695,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_green_vest/chest',546),
(7335,51696,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_green_vest/legs',546),
(7336,51697,'accessories/wearable_items01/_exp00/tradesman/clothing/plain_green_vest/sleeves',546),
(7337,51698,'accessories/wearable_items01/_exp00/tradesman/clothing/plainbluelacey/chest',546),
(7338,51699,'accessories/wearable_items01/_exp00/tradesman/clothing/plainbluelacey/legs',546),
(7339,51700,'accessories/wearable_items01/_exp00/tradesman/clothing/plainbluelacey/shoulders',546),
(7340,51701,'accessories/wearable_items01/_exp00/tradesman/clothing/plainbluelacey/sleeves',546),
(7341,51702,'accessories/wearable_items01/_exp00/tradesman/clothing/smith/common_good/chest',546),
(7342,51703,'accessories/wearable_items01/_exp00/tradesman/clothing/smith/common_good/feet',546),
(7343,51704,'accessories/wearable_items01/_exp00/tradesman/clothing/smith/common_good/hands',546),
(7344,51705,'accessories/wearable_items01/_exp00/tradesman/clothing/smith/common_good/legs',546),
(7345,51706,'accessories/wearable_items01/_exp00/tradesman/clothing/smith/common_good/skirt',546),
(7346,51707,'accessories/wearable_items01/_exp00/tradesman/common/low/arms',546),
(7347,51708,'accessories/wearable_items01/_exp00/tradesman/common/low/chest',546),
(7348,51709,'accessories/wearable_items01/_exp00/tradesman/common/low/legs',546),
(7349,51710,'accessories/wearable_items01/_exp00/tradesman/common/low/sleeves',546),
(7350,51711,'accessories/wearable_items01/_exp00/tradesman/common/medium/arms',546),
(7351,51712,'accessories/wearable_items01/_exp00/tradesman/common/medium/chest',546),
(7352,51713,'accessories/wearable_items01/_exp00/tradesman/common/medium/legs',546),
(7353,51714,'accessories/wearable_items01/_exp00/tradesman/common/medium/sleeves',546),
(7354,51715,'accessories/wearable_items01/_exp00/vanguard/common/high/chest',546),
(7355,51716,'accessories/wearable_items01/_exp00/vanguard/common/high/feet',546),
(7356,51717,'accessories/wearable_items01/_exp00/vanguard/common/high/forearms',546),
(7357,51718,'accessories/wearable_items01/_exp00/vanguard/common/high/hands',546),
(7358,51719,'accessories/wearable_items01/_exp00/vanguard/common/high/head',546),
(7359,51720,'accessories/wearable_items01/_exp00/vanguard/common/high/left',546),
(7360,51721,'accessories/wearable_items01/_exp00/vanguard/common/high/legs',546),
(7361,51722,'accessories/wearable_items01/_exp00/vanguard/common/high/legs_noskirt',546),
(7362,51723,'accessories/wearable_items01/_exp00/vanguard/common/high/right',546),
(7363,51724,'accessories/wearable_items01/_exp00/vanguard/common/high/shoulders',546),
(7364,51725,'accessories/wearable_items01/_exp00/vanguard/common/high/shoulders_nopauldrons',546),
(7365,51726,'accessories/wearable_items01/_exp00/vanguard/common/high/skirt',546),
(7366,51727,'accessories/wearable_items01/_exp00/vanguard/common/high/upperchest',546),
(7367,51728,'accessories/wearable_items01/_exp00/vanguard/common/low/chest',546),
(7368,51729,'accessories/wearable_items01/_exp00/vanguard/common/low/feet',546),
(7369,51730,'accessories/wearable_items01/_exp00/vanguard/common/low/forearms',546),
(7370,51731,'accessories/wearable_items01/_exp00/vanguard/common/low/hands',546),
(7371,51732,'accessories/wearable_items01/_exp00/vanguard/common/low/head',546),
(7372,51733,'accessories/wearable_items01/_exp00/vanguard/common/low/left',546),
(7373,51734,'accessories/wearable_items01/_exp00/vanguard/common/low/legs',546),
(7374,51735,'accessories/wearable_items01/_exp00/vanguard/common/low/legs_noskirt',546),
(7375,51736,'accessories/wearable_items01/_exp00/vanguard/common/low/right',546),
(7376,51737,'accessories/wearable_items01/_exp00/vanguard/common/low/shoulders',546),
(7377,51738,'accessories/wearable_items01/_exp00/vanguard/common/low/shoulders_nopauldrons',546),
(7378,51739,'accessories/wearable_items01/_exp00/vanguard/common/low/skirt',546),
(7379,51740,'accessories/wearable_items01/_exp00/vanguard/common/low/upperchest',546),
(7380,51741,'accessories/wearable_items01/_exp00/vanguard/common/medium/chest',546),
(7381,51742,'accessories/wearable_items01/_exp00/vanguard/common/medium/feet',546),
(7382,51743,'accessories/wearable_items01/_exp00/vanguard/common/medium/forearms',546),
(7383,51744,'accessories/wearable_items01/_exp00/vanguard/common/medium/hands',546),
(7384,51745,'accessories/wearable_items01/_exp00/vanguard/common/medium/head',546),
(7385,51746,'accessories/wearable_items01/_exp00/vanguard/common/medium/left',546),
(7386,51747,'accessories/wearable_items01/_exp00/vanguard/common/medium/legs',546),
(7387,51748,'accessories/wearable_items01/_exp00/vanguard/common/medium/legs_noskirt',546),
(7388,51749,'accessories/wearable_items01/_exp00/vanguard/common/medium/right',546),
(7389,51750,'accessories/wearable_items01/_exp00/vanguard/common/medium/shoulders',546),
(7390,51751,'accessories/wearable_items01/_exp00/vanguard/common/medium/shoulders_nopauldrons',546),
(7391,51752,'accessories/wearable_items01/_exp00/vanguard/common/medium/skirt',546),
(7392,51753,'accessories/wearable_items01/_exp00/vanguard/common/medium/upperchest',546),
(7393,51754,'accessories/wearable_items01/_exp00/vanguard/rare/low/chest',546),
(7394,51755,'accessories/wearable_items01/_exp00/vanguard/rare/low/feet',546),
(7395,51756,'accessories/wearable_items01/_exp00/vanguard/rare/low/forearms',546),
(7396,51757,'accessories/wearable_items01/_exp00/vanguard/rare/low/hands',546),
(7397,51758,'accessories/wearable_items01/_exp00/vanguard/rare/low/head',546),
(7398,51759,'accessories/wearable_items01/_exp00/vanguard/rare/low/left',546),
(7399,51760,'accessories/wearable_items01/_exp00/vanguard/rare/low/legs',546),
(7400,51761,'accessories/wearable_items01/_exp00/vanguard/rare/low/legs_noskirt',546),
(7401,51762,'accessories/wearable_items01/_exp00/vanguard/rare/low/right',546),
(7402,51763,'accessories/wearable_items01/_exp00/vanguard/rare/low/shoulders',546),
(7403,51764,'accessories/wearable_items01/_exp00/vanguard/rare/low/shoulders_nopauldrons',546),
(7404,51765,'accessories/wearable_items01/_exp00/vanguard/rare/low/skirt',546),
(7405,51766,'accessories/wearable_items01/_exp00/vanguard/rare/low/upperchest',546),
(7406,51767,'accessories/wearable_items01/_exp00/vanguard/rare/medium/chest',546),
(7407,51768,'accessories/wearable_items01/_exp00/vanguard/rare/medium/feet',546),
(7408,51769,'accessories/wearable_items01/_exp00/vanguard/rare/medium/forearms',546),
(7409,51770,'accessories/wearable_items01/_exp00/vanguard/rare/medium/hands',546),
(7410,51771,'accessories/wearable_items01/_exp00/vanguard/rare/medium/head',546),
(7411,51772,'accessories/wearable_items01/_exp00/vanguard/rare/medium/left',546),
(7412,51773,'accessories/wearable_items01/_exp00/vanguard/rare/medium/legs',546),
(7413,51774,'accessories/wearable_items01/_exp00/vanguard/rare/medium/legs_noskirt',546),
(7414,51775,'accessories/wearable_items01/_exp00/vanguard/rare/medium/right',546),
(7415,51776,'accessories/wearable_items01/_exp00/vanguard/rare/medium/shoulders',546),
(7416,51777,'accessories/wearable_items01/_exp00/vanguard/rare/medium/shoulders_nopauldrons',546),
(7417,51778,'accessories/wearable_items01/_exp00/vanguard/rare/medium/skirt',546),
(7418,51779,'accessories/wearable_items01/_exp00/vanguard/rare/medium/upperchest',546),
(7419,51780,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/chest',546),
(7420,51781,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/feet',546),
(7421,51782,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/forearms',546),
(7422,51783,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/hands',546),
(7423,51784,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/head',546),
(7424,51785,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/left',546),
(7425,51786,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/legs',546),
(7426,51787,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/legs_noskirt',546),
(7427,51788,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/right',546),
(7428,51789,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/shoulders',546),
(7429,51790,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/shoulders_nopauldrons',546),
(7430,51791,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/skirt',546),
(7431,51792,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/upperchest',546),
(7432,51793,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/chest',546),
(7433,51794,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/feet',546),
(7434,51795,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/forearms',546),
(7435,51796,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/hands',546),
(7436,51797,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/head',546),
(7437,51798,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/left',546),
(7438,51799,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/legs',546),
(7439,51800,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/legs_noskirt',546),
(7440,51801,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/right',546),
(7441,51802,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/shoulders',546),
(7442,51803,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/shoulders_nopauldrons',546),
(7443,51804,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/skirt',546),
(7444,51805,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/upperchest',546),
(7445,51806,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/chest',546),
(7446,51807,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/feet',546),
(7447,51808,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/forearms',546),
(7448,51809,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/hands',546),
(7449,51810,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/head',546),
(7450,51811,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/left',546),
(7451,51812,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/legs',546),
(7452,51813,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/legs_noskirt',546),
(7453,51814,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/right',546),
(7454,51815,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/shoulders',546),
(7455,51816,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/shoulders_nopauldrons',546),
(7456,51817,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/skirt',546),
(7457,51818,'accessories/wearable_items01/_exp00/vanguard/uncommon/medium/upperchest',546),
(7458,51819,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/chest',546),
(7459,51820,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/feet',546),
(7460,51821,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/forearms',546),
(7461,51822,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/hands',546),
(7462,51823,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/head',546),
(7463,51824,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/legs',546),
(7464,51825,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/right',546),
(7465,51826,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/shoulders',546),
(7466,51827,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/shoulders_nopauldrons',546),
(7467,51828,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/upperchest',546),
(7468,51829,'accessories/wearable_items01/_exp00/white_robe/chest',546),
(7469,51830,'accessories/wearable_items01/_exp00/white_robe/hood',546),
(7470,51831,'accessories/wearable_items01/_exp00/white_robe/pants',546),
(7471,51832,'accessories/wearable_items01/_exp00/white_robe/skirt',546),
(7472,51833,'accessories/wearable_items01/_exp00/woven/common/high/chest',546),
(7473,51834,'accessories/wearable_items01/_exp00/woven/common/high/feet',546),
(7474,51835,'accessories/wearable_items01/_exp00/woven/common/high/forearms',546),
(7475,51836,'accessories/wearable_items01/_exp00/woven/common/high/hands',546),
(7476,51837,'accessories/wearable_items01/_exp00/woven/common/high/head',546),
(7477,51838,'accessories/wearable_items01/_exp00/woven/common/high/legs',546),
(7478,51839,'accessories/wearable_items01/_exp00/woven/common/high/legs_noskirt',546),
(7479,51840,'accessories/wearable_items01/_exp00/woven/common/high/shoulders',546),
(7480,51841,'accessories/wearable_items01/_exp00/woven/common/high/skirt',546),
(7481,51842,'accessories/wearable_items01/_exp00/woven/common/low/chest',546),
(7482,51843,'accessories/wearable_items01/_exp00/woven/common/low/feet',546),
(7483,51844,'accessories/wearable_items01/_exp00/woven/common/low/forearms',546),
(7484,51845,'accessories/wearable_items01/_exp00/woven/common/low/hands',546),
(7485,51846,'accessories/wearable_items01/_exp00/woven/common/low/head',546),
(7486,51847,'accessories/wearable_items01/_exp00/woven/common/low/legs',546),
(7487,51848,'accessories/wearable_items01/_exp00/woven/common/low/legs_noskirt',546),
(7488,51849,'accessories/wearable_items01/_exp00/woven/common/low/shoulders',546),
(7489,51850,'accessories/wearable_items01/_exp00/woven/common/low/skirt',546),
(7490,51851,'accessories/wearable_items01/_exp00/woven/common/medium/chest',546),
(7491,51852,'accessories/wearable_items01/_exp00/woven/common/medium/feet',546),
(7492,51853,'accessories/wearable_items01/_exp00/woven/common/medium/forearms',546),
(7493,51854,'accessories/wearable_items01/_exp00/woven/common/medium/hands',546),
(7494,51855,'accessories/wearable_items01/_exp00/woven/common/medium/head',546),
(7495,51856,'accessories/wearable_items01/_exp00/woven/common/medium/legs',546),
(7496,51857,'accessories/wearable_items01/_exp00/woven/common/medium/legs_noskirt',546),
(7497,51858,'accessories/wearable_items01/_exp00/woven/common/medium/shoulders',546),
(7498,51859,'accessories/wearable_items01/_exp00/woven/common/medium/skirt',546),
(7499,51860,'accessories/wearable_items01/_exp00/woven/rare/low/chest',546),
(7500,51861,'accessories/wearable_items01/_exp00/woven/rare/low/feet',546),
(7501,51862,'accessories/wearable_items01/_exp00/woven/rare/low/forearms',546),
(7502,51863,'accessories/wearable_items01/_exp00/woven/rare/low/hands',546),
(7503,51864,'accessories/wearable_items01/_exp00/woven/rare/low/head',546),
(7504,51865,'accessories/wearable_items01/_exp00/woven/rare/low/legs',546),
(7505,51866,'accessories/wearable_items01/_exp00/woven/rare/low/legs_noskirt',546),
(7506,51867,'accessories/wearable_items01/_exp00/woven/rare/low/shoulders',546),
(7507,51868,'accessories/wearable_items01/_exp00/woven/rare/low/skirt',546),
(7508,51869,'accessories/wearable_items01/_exp00/woven/uncommon/high/chest',546),
(7509,51870,'accessories/wearable_items01/_exp00/woven/uncommon/high/feet',546),
(7510,51871,'accessories/wearable_items01/_exp00/woven/uncommon/high/forearms',546),
(7511,51872,'accessories/wearable_items01/_exp00/woven/uncommon/high/hands',546),
(7512,51873,'accessories/wearable_items01/_exp00/woven/uncommon/high/head',546),
(7513,51874,'accessories/wearable_items01/_exp00/woven/uncommon/high/legs',546),
(7514,51875,'accessories/wearable_items01/_exp00/woven/uncommon/high/legs_noskirt',546),
(7515,51876,'accessories/wearable_items01/_exp00/woven/uncommon/high/shoulders',546),
(7516,51877,'accessories/wearable_items01/_exp00/woven/uncommon/high/skirt',546),
(7517,51878,'accessories/wearable_items01/_exp00/woven/uncommon/low/chest',546),
(7518,51879,'accessories/wearable_items01/_exp00/woven/uncommon/low/feet',546),
(7519,51880,'accessories/wearable_items01/_exp00/woven/uncommon/low/forearms',546),
(7520,51881,'accessories/wearable_items01/_exp00/woven/uncommon/low/hands',546),
(7521,51882,'accessories/wearable_items01/_exp00/woven/uncommon/low/head',546),
(7522,51883,'accessories/wearable_items01/_exp00/woven/uncommon/low/legs',546),
(7523,51884,'accessories/wearable_items01/_exp00/woven/uncommon/low/legs_noskirt',546),
(7524,51885,'accessories/wearable_items01/_exp00/woven/uncommon/low/shoulders',546),
(7525,51886,'accessories/wearable_items01/_exp00/woven/uncommon/low/skirt',546),
(7526,51887,'accessories/wearable_items01/_exp00/woven/uncommon/medium/chest',546),
(7527,51888,'accessories/wearable_items01/_exp00/woven/uncommon/medium/feet',546),
(7528,51889,'accessories/wearable_items01/_exp00/woven/uncommon/medium/forearms',546),
(7529,51890,'accessories/wearable_items01/_exp00/woven/uncommon/medium/hands',546),
(7530,51891,'accessories/wearable_items01/_exp00/woven/uncommon/medium/head',546),
(7531,51892,'accessories/wearable_items01/_exp00/woven/uncommon/medium/legs',546),
(7532,51893,'accessories/wearable_items01/_exp00/woven/uncommon/medium/legs_noskirt',546),
(7533,51894,'accessories/wearable_items01/_exp00/woven/uncommon/medium/shoulders',546),
(7534,51895,'accessories/wearable_items01/_exp00/woven/uncommon/medium/skirt',546),
(7535,51896,'accessories/wearable_items01/_exp02/brigandine_heavy/chest',561),
(7536,51897,'accessories/wearable_items01/_exp02/brigandine_heavy/feet',561),
(7537,51898,'accessories/wearable_items01/_exp02/brigandine_heavy/forearms',561),
(7538,51899,'accessories/wearable_items01/_exp02/brigandine_heavy/hands',561),
(7539,51900,'accessories/wearable_items01/_exp02/brigandine_heavy/head',561),
(7540,51901,'accessories/wearable_items01/_exp02/brigandine_heavy/legs',561),
(7541,51902,'accessories/wearable_items01/_exp02/brigandine_heavy/shoulders',561),
(7542,51903,'accessories/wearable_items01/_exp02/chain_heroic/chest',561),
(7543,51904,'accessories/wearable_items01/_exp02/chain_heroic/feet',561),
(7544,51905,'accessories/wearable_items01/_exp02/chain_heroic/forearms',561),
(7545,51906,'accessories/wearable_items01/_exp02/chain_heroic/hands',561),
(7546,51907,'accessories/wearable_items01/_exp02/chain_heroic/head',561),
(7547,51908,'accessories/wearable_items01/_exp02/chain_heroic/legs',561),
(7548,51909,'accessories/wearable_items01/_exp02/chain_heroic/legs_noskirt',561),
(7549,51910,'accessories/wearable_items01/_exp02/chain_heroic/shoulders',561),
(7550,51911,'accessories/wearable_items01/_exp02/chain_heroic/skirt',561),
(7551,51912,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/chest',561),
(7552,51913,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/feet',561),
(7553,51914,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/forearms',561),
(7554,51915,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/hands',561),
(7555,51916,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/legs',561),
(7556,51917,'accessories/wearable_items01/_exp02/heavy_cloth_heroic/shoulders',561),
(7557,51918,'accessories/wearable_items01/_exp02/leather_heavy/chest',561),
(7558,51919,'accessories/wearable_items01/_exp02/leather_heavy/feet',561),
(7559,51920,'accessories/wearable_items01/_exp02/leather_heavy/forearms',561),
(7560,51921,'accessories/wearable_items01/_exp02/leather_heavy/hands',561),
(7561,51922,'accessories/wearable_items01/_exp02/leather_heavy/head',561),
(7562,51923,'accessories/wearable_items01/_exp02/leather_heavy/legs',561),
(7563,51924,'accessories/wearable_items01/_exp02/leather_heavy/legs_noskirt',561),
(7564,51925,'accessories/wearable_items01/_exp02/leather_heavy/shoulders',561),
(7565,51926,'accessories/wearable_items01/_exp02/leather_heavy/skirt',561),
(7566,51927,'accessories/wearable_items01/_exp02/plate_heroic/chest',561),
(7567,51928,'accessories/wearable_items01/_exp02/plate_heroic/feet',561),
(7568,51929,'accessories/wearable_items01/_exp02/plate_heroic/forearms',561),
(7569,51930,'accessories/wearable_items01/_exp02/plate_heroic/hands',561),
(7570,51931,'accessories/wearable_items01/_exp02/plate_heroic/head',561),
(7571,51932,'accessories/wearable_items01/_exp02/plate_heroic/legs',561),
(7572,51933,'accessories/wearable_items01/_exp02/plate_heroic/shoulders',561),
(7573,51934,'accessories/wearable_items01/_exp02/robe_fire/chest',561),
(7574,51935,'accessories/wearable_items01/_exp02/robe_fire/hood',561),
(7575,51936,'accessories/wearable_items01/_exp02/robe_fire/pants',561),
(7576,51937,'accessories/wearable_items01/_exp02/robe_fire/skirt',561),
(7577,51938,'accessories/wearable_items01/_exp02/vanguard_chitin/chest',561),
(7578,51939,'accessories/wearable_items01/_exp02/vanguard_chitin/exp02_chest_parasite',561),
(7579,51940,'accessories/wearable_items01/_exp02/vanguard_chitin/feet',561),
(7580,51941,'accessories/wearable_items01/_exp02/vanguard_chitin/forearms',561),
(7581,51942,'accessories/wearable_items01/_exp02/vanguard_chitin/hands',561),
(7582,51943,'accessories/wearable_items01/_exp02/vanguard_chitin/head',561),
(7583,51944,'accessories/wearable_items01/_exp02/vanguard_chitin/legs',561),
(7584,51945,'accessories/wearable_items01/_exp02/vanguard_chitin/legs_noskirt',561),
(7585,51946,'accessories/wearable_items01/_exp02/vanguard_chitin/right',561),
(7586,51947,'accessories/wearable_items01/_exp02/vanguard_chitin/shoulders',561),
(7587,51948,'accessories/wearable_items01/_exp02/vanguard_chitin/shoulders_nopauldrons',561),
(7588,51949,'accessories/wearable_items01/_exp02/vanguard_chitin/skirt',561),
(7589,51950,'accessories/wearable_items01/_exp02/woven_monk/chest',561),
(7590,51951,'accessories/wearable_items01/_exp02/woven_monk/feet',561),
(7591,51952,'accessories/wearable_items01/_exp02/woven_monk/forearms',561),
(7592,51953,'accessories/wearable_items01/_exp02/woven_monk/hands',561),
(7593,51954,'accessories/wearable_items01/_exp02/woven_monk/head',561),
(7594,51955,'accessories/wearable_items01/_exp02/woven_monk/legs',561),
(7595,51956,'accessories/wearable_items01/_exp02/woven_monk/legs_noskirt',561),
(7596,51957,'accessories/wearable_items01/_exp02/woven_monk/shoulders',561),
(7597,51958,'accessories/wearable_items01/_exp02/woven_monk/skirt',561),
(7598,51959,'accessories/wearable_items01/_exp03/chain_heroic_pristine/chest',625),
(7599,51960,'accessories/wearable_items01/_exp03/chain_heroic_pristine/feet',625),
(7600,51961,'accessories/wearable_items01/_exp03/chain_heroic_pristine/forearms',625),
(7601,51962,'accessories/wearable_items01/_exp03/chain_heroic_pristine/hands',625),
(7602,51963,'accessories/wearable_items01/_exp03/chain_heroic_pristine/head',625),
(7603,51964,'accessories/wearable_items01/_exp03/chain_heroic_pristine/legs',625),
(7604,51965,'accessories/wearable_items01/_exp03/chain_heroic_pristine/legs_noskirt',625),
(7605,51966,'accessories/wearable_items01/_exp03/chain_heroic_pristine/shoulders',625),
(7606,51967,'accessories/wearable_items01/_exp03/chain_heroic_pristine/skirt',625),
(7607,51968,'accessories/wearable_items01/_exp03/faydark_chain_01/chest',625),
(7608,51969,'accessories/wearable_items01/_exp03/faydark_chain_01/feet',625),
(7609,51970,'accessories/wearable_items01/_exp03/faydark_chain_01/forearms',625),
(7610,51971,'accessories/wearable_items01/_exp03/faydark_chain_01/hands',625),
(7611,51972,'accessories/wearable_items01/_exp03/faydark_chain_01/head',625),
(7612,51973,'accessories/wearable_items01/_exp03/faydark_chain_01/legs',625),
(7613,51974,'accessories/wearable_items01/_exp03/faydark_chain_01/legs_noskirt',625),
(7614,51975,'accessories/wearable_items01/_exp03/faydark_chain_01/shoulders',625),
(7615,51976,'accessories/wearable_items01/_exp03/faydark_chain_01/skirt',625),
(7616,51977,'accessories/wearable_items01/_exp03/faydark_leather_01/chest',625),
(7617,51978,'accessories/wearable_items01/_exp03/faydark_leather_01/feet',625),
(7618,51979,'accessories/wearable_items01/_exp03/faydark_leather_01/forearms',625),
(7619,51980,'accessories/wearable_items01/_exp03/faydark_leather_01/hands',625),
(7620,51981,'accessories/wearable_items01/_exp03/faydark_leather_01/head',625),
(7621,51982,'accessories/wearable_items01/_exp03/faydark_leather_01/legs',625),
(7622,51983,'accessories/wearable_items01/_exp03/faydark_leather_01/legs_noskirt',625),
(7623,51984,'accessories/wearable_items01/_exp03/faydark_leather_01/shoulders',625),
(7624,51985,'accessories/wearable_items01/_exp03/faydark_leather_01/skirt',625),
(7625,51986,'accessories/wearable_items01/_exp03/faydark_plate_01/chest',625),
(7626,51987,'accessories/wearable_items01/_exp03/faydark_plate_01/feet',625),
(7627,51988,'accessories/wearable_items01/_exp03/faydark_plate_01/forearms',625),
(7628,51989,'accessories/wearable_items01/_exp03/faydark_plate_01/hands',625),
(7629,51990,'accessories/wearable_items01/_exp03/faydark_plate_01/head',625),
(7630,51991,'accessories/wearable_items01/_exp03/faydark_plate_01/legs',625),
(7631,51992,'accessories/wearable_items01/_exp03/faydark_plate_01/shoulders',625),
(7632,51993,'accessories/wearable_items01/_exp03/faydark_robe_01/chest',625),
(7633,51994,'accessories/wearable_items01/_exp03/faydark_robe_01/hood',625),
(7634,51995,'accessories/wearable_items01/_exp03/faydark_robe_01/pants',625),
(7635,51996,'accessories/wearable_items01/_exp03/faydark_robe_01/skirt',625),
(7636,51997,'accessories/wearable_items01/_exp03/kaladim_bruiser_gi_01/chest',625),
(7637,51998,'accessories/wearable_items01/_exp03/kaladim_bruiser_gi_01/pants',625),
(7638,51999,'accessories/wearable_items01/_exp03/kaladim_bruiser_gi_01/shoulders',625),
(7639,52000,'accessories/wearable_items01/_exp03/kaladim_chain_01/chest',625),
(7640,52001,'accessories/wearable_items01/_exp03/kaladim_chain_01/feet',625),
(7641,52002,'accessories/wearable_items01/_exp03/kaladim_chain_01/forearms',625),
(7642,52003,'accessories/wearable_items01/_exp03/kaladim_chain_01/hands',625),
(7643,52004,'accessories/wearable_items01/_exp03/kaladim_chain_01/head',625),
(7644,52005,'accessories/wearable_items01/_exp03/kaladim_chain_01/legs',625),
(7645,52006,'accessories/wearable_items01/_exp03/kaladim_chain_01/legs_noskirt',625),
(7646,52007,'accessories/wearable_items01/_exp03/kaladim_chain_01/shoulders',625),
(7647,52008,'accessories/wearable_items01/_exp03/kaladim_chain_01/skirt',625),
(7648,52009,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/chest',625),
(7649,52010,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/feet',625),
(7650,52011,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/forearms',625),
(7651,52012,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/hands',625),
(7652,52013,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/head',625),
(7653,52014,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/legs',625),
(7654,52015,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/legs_noskirt',625),
(7655,52016,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/right',625),
(7656,52017,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/shoulders',625),
(7657,52018,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/shoulders_nopauldrons',625),
(7658,52019,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/skirt',625),
(7659,52020,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/chest',625),
(7660,52021,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/feet',625),
(7661,52022,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/forearms',625),
(7662,52023,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/hands',625),
(7663,52024,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/head',625),
(7664,52025,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/legs',625),
(7665,52026,'accessories/wearable_items01/_exp03/mistmoore_brigandine_01/shoulders',625),
(7666,52027,'accessories/wearable_items01/_exp03/mistmoore_chain_01/chest',625),
(7667,52028,'accessories/wearable_items01/_exp03/mistmoore_chain_01/feet',625),
(7668,52029,'accessories/wearable_items01/_exp03/mistmoore_chain_01/forearms',625),
(7669,52030,'accessories/wearable_items01/_exp03/mistmoore_chain_01/hands',625),
(7670,52031,'accessories/wearable_items01/_exp03/mistmoore_chain_01/head',625),
(7671,52032,'accessories/wearable_items01/_exp03/mistmoore_chain_01/legs',625),
(7672,52033,'accessories/wearable_items01/_exp03/mistmoore_chain_01/legs_noskirt',625),
(7673,52034,'accessories/wearable_items01/_exp03/mistmoore_chain_01/shoulders',625),
(7674,52035,'accessories/wearable_items01/_exp03/mistmoore_chain_01/skirt',625),
(7675,52036,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/chest',625),
(7676,52037,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/feet',625),
(7677,52038,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/forearms',625),
(7678,52039,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/hands',625),
(7679,52040,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/legs',625),
(7680,52041,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/legs_noskirt',625),
(7681,52042,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/shoulders',625),
(7682,52043,'accessories/wearable_items01/_exp03/mistmoore_heavy_cloth_01/skirt',625),
(7683,52044,'accessories/wearable_items01/_exp03/mistmoore_leather_01/chest',625),
(7684,52045,'accessories/wearable_items01/_exp03/mistmoore_leather_01/feet',625),
(7685,52046,'accessories/wearable_items01/_exp03/mistmoore_leather_01/forearms',625),
(7686,52047,'accessories/wearable_items01/_exp03/mistmoore_leather_01/hands',625),
(7687,52048,'accessories/wearable_items01/_exp03/mistmoore_leather_01/head',625),
(7688,52049,'accessories/wearable_items01/_exp03/mistmoore_leather_01/legs',625),
(7689,52050,'accessories/wearable_items01/_exp03/mistmoore_leather_01/legs_noskirt',625),
(7690,52051,'accessories/wearable_items01/_exp03/mistmoore_leather_01/shoulders',625),
(7691,52052,'accessories/wearable_items01/_exp03/mistmoore_leather_01/skirt',625),
(7692,52053,'accessories/wearable_items01/_exp03/mistmoore_plate_01/chest',625),
(7693,52054,'accessories/wearable_items01/_exp03/mistmoore_plate_01/feet',625),
(7694,52055,'accessories/wearable_items01/_exp03/mistmoore_plate_01/forearms',625),
(7695,52056,'accessories/wearable_items01/_exp03/mistmoore_plate_01/hands',625),
(7696,52057,'accessories/wearable_items01/_exp03/mistmoore_plate_01/head',625),
(7697,52058,'accessories/wearable_items01/_exp03/mistmoore_plate_01/legs',625),
(7698,52059,'accessories/wearable_items01/_exp03/mistmoore_plate_01/shoulders',625),
(7699,52060,'accessories/wearable_items01/_exp03/mistmoore_robe_01/chest',625),
(7700,52061,'accessories/wearable_items01/_exp03/mistmoore_robe_01/hood',625),
(7701,52062,'accessories/wearable_items01/_exp03/mistmoore_robe_01/pants',625),
(7702,52063,'accessories/wearable_items01/_exp03/mistmoore_robe_01/skirt',625),
(7703,52064,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/chest',625),
(7704,52065,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/feet',625),
(7705,52066,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/forearms',625),
(7706,52067,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/hands',625),
(7707,52068,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/head',625),
(7708,52069,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/legs',625),
(7709,52070,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/legs_noskirt',625),
(7710,52071,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/right',625),
(7711,52072,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/shoulders',625),
(7712,52073,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/shoulders_nopauldrons',625),
(7713,52074,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/skirt',625),
(7714,52075,'accessories/wearable_items01/_exp03/mistmoore_woven_01/chest',625),
(7715,52076,'accessories/wearable_items01/_exp03/mistmoore_woven_01/feet',625),
(7716,52077,'accessories/wearable_items01/_exp03/mistmoore_woven_01/forearms',625),
(7717,52078,'accessories/wearable_items01/_exp03/mistmoore_woven_01/hands',625),
(7718,52079,'accessories/wearable_items01/_exp03/mistmoore_woven_01/head',625),
(7719,52080,'accessories/wearable_items01/_exp03/mistmoore_woven_01/legs',625),
(7720,52081,'accessories/wearable_items01/_exp03/mistmoore_woven_01/legs_noskirt',625),
(7721,52082,'accessories/wearable_items01/_exp03/mistmoore_woven_01/shoulders',625),
(7722,52083,'accessories/wearable_items01/_exp03/mistmoore_woven_01/skirt',625),
(7723,52084,'accessories/wearable_items01/_exp03/newbee_cloth_01/chest',625),
(7724,52085,'accessories/wearable_items01/_exp03/newbee_cloth_01/feet',625),
(7725,52086,'accessories/wearable_items01/_exp03/newbee_cloth_01/forearms',625),
(7726,52087,'accessories/wearable_items01/_exp03/newbee_cloth_01/hands',625),
(7727,52088,'accessories/wearable_items01/_exp03/newbee_cloth_01/head',625),
(7728,52089,'accessories/wearable_items01/_exp03/newbee_cloth_01/legs',625),
(7729,52090,'accessories/wearable_items01/_exp03/newbee_cloth_01/legs_noskirt',625),
(7730,52091,'accessories/wearable_items01/_exp03/newbee_cloth_01/shoulders',625),
(7731,52092,'accessories/wearable_items01/_exp03/newbee_cloth_01/skirt',625),
(7732,52093,'accessories/wearable_items01/_exp03/npc_only/cloak_innoruuk_sq_01',625),
(7733,52094,'accessories/wearable_items01/_exp03/npc_only/cloak_mayong_sq_01',625),
(7734,7685,'accessories/wearable_items01/_exp00/magus/artifact/high/legs',1008),
(7735,7686,'accessories/wearable_items01/_exp00/magus/artifact/high/feet',1008),
(7736,7687,'_exp04/monsters/clay_golem_storm',1008),
(7737,7689,'ec/pc01/sarnak_female/sarnak_female_thin02',1008),
(7738,7690,'ec/pc01/sarnak_female/sarnak_female_thin03',1008),
(7739,7691,'staticobjects/armor/brigandine_iksar_male_chest',1008),
(7740,7692,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_translucent_sword',1008),
(7741,7693,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_flailcensor',1008),
(7742,7694,'accessories/wieldable_items/weapons/exp04/2h_sword/exp04_2hs_translucent_greatsword',1008),
(7743,7695,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_hook_dagger',1008),
(7744,7696,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_pronged_sword',1008),
(7745,7697,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_flame_dagger',1008),
(7746,7698,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_dragonscale_shield',1008),
(7747,7699,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_hooked_sword',1008),
(7748,7700,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_tiki_shield',1008),
(7749,7701,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_vampiric_sacrificial_dagger',1008),
(7750,7702,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_diamond_shield',1008),
(7751,7703,'staticobjects/plants/qey_objects_treeplanter01_dpo',1008),
(7752,7704,'staticobjects/light_sources_player_housing_only/halfling_streetlamp01_sm_dpo',1008),
(7753,7705,'staticobjects/light_sources_player_housing_only/halfling_streetlamp01_pot_lrg_dpo',1008),
(7754,7706,'staticobjects/light_sources_player_housing_only/halfling_streetlamp01_lrg_dpo',1008),
(7755,7707,'staticobjects/light_sources_player_housing_only/halfling_streetlamp01_pot_sm_dpo',1008),
(7756,7708,'staticobjects/tools/qey_3towers_hourglass001_dpo',1008),
(7757,7709,'staticobjects/tools/fprt_scribe_inkwellornate01_dpo',1008),
(7758,7710,'staticobjects/tools/fprt_bank_scalestipped01_dpo',1008),
(7759,7711,'_exp04/zones/objects/sebilis/audiencechamber_door',1008),
(7760,7712,'_exp04/zones/objects/veeshans_peak/vp_light_game_door_barrier',1008),
(7761,7713,'_exp04/tool_users/venril_sathir',1008),
(7762,7714,'ui_fx/fx/systems/wieldables/1h_sword_invisible',1008),
(7763,7715,'ui_fx/fx/systems/wieldables/1h_crush_invisible',1008),
(7764,7716,'accessories/wieldable_items/weapons/exp04/2h_crush/exp04_2hc_mage_staff',1008),
(7765,7717,'_exp04/zones/objects/veeshans_peak/eggs/vp_dragoneggs_broken01',1008),
(7766,7718,'_exp04/zones/objects/veeshans_peak/eggs/vp_dragoneggs_broken02',1008),
(7767,7719,'_exp04/zones/objects/veeshans_peak/eggs/vp_dragoneggs_unbroken01',1008),
(7768,7720,'_exp04/zones/objects/veeshans_peak/eggs/vp_dragoneggs_unbroken02',1008),
(7769,7721,'_exp04/zones/objects/veeshans_peak/switch_block/vp_switchblock_base',1008),
(7770,7722,'_exp04/zones/objects/veeshans_peak/switch_block/vp_switchblock_switch',1008),
(7771,7723,'_exp04/zones/objects/chardok/chardok_bunks01',1008),
(7772,7724,'_exp04/zones/objects/chardok/chardok_bunks02',1008),
(7773,7725,'_exp04/monsters/behemoth_basher',1008),
(7774,7726,'_exp04/monsters/behemoth_eyestalk',1008),
(7775,7727,'_exp04/monsters/behemoth_main',1008),
(7776,7728,'_exp04/monsters/behemoth_spitter',1008),
(7777,7729,'_exp04/zones/objects/veeshans_peak/statues/vp_ring_of_scale01',1008),
(7778,7730,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_crystal_wand',1008),
(7779,7731,'accessories/wearable_items/starter_clothes/sarnak_male/chest',1008),
(7780,7732,'accessories/wearable_items/starter_clothes/sarnak_male/legs',1008),
(7781,7733,'accessories/wearable_items/starter_clothes/sarnak_female/chest',1008),
(7782,7734,'accessories/wearable_items/starter_clothes/sarnak_female/legs',1008),
(7783,7735,'_exp04/zones/objects/charasis/cha_totem_south',1008),
(7784,7736,'_exp04/zones/objects/charasis/cha_canopic_vase02',1008),
(7785,7737,'accessories/wieldable_items/weapons/exp04/talisman/exp04_tribal_idol',1008),
(7786,7738,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_golden_wand',1008),
(7787,7739,'creatures/tu/gods_tribunal',1008),
(7788,7740,'accessories/wieldable_items/weapons/exp04/orb/exp04_orb_multicolored_glass_ball',1008),
(7789,7741,'creatures/monsters/crab_timorous',1008),
(7790,7742,'creatures/monsters/griffin_tintable',1008),
(7791,7743,'_exp04/zones/objects/chardok/char_lever_wall_base01',1008),
(7792,7744,'_exp04/zones/objects/chardok/char_lever_wall_switch01',1008),
(7793,7745,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_venril_painting01',1008),
(7794,7746,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_sarnak_shield',1008),
(7795,7747,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_unusual_shield',1008),
(7796,7748,'_exp04/zones/objects/chardok/sarnak_barricade',1008),
(7797,7749,'accessories/wieldable_items/shields/exp04/exp04_small_held_symbol_green_praetor',1008),
(7798,7750,'accessories/wieldable_items/shields/exp04/exp04_small_held_symbol_blue_ice',1008),
(7799,7751,'accessories/wieldable_items/shields/exp04/exp04_small_held_symbol_green_poison',1008),
(7800,7752,'accessories/wieldable_items/shields/exp04/exp04_small_held_symbol_red_fire',1008),
(7801,7754,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_shipwheel_shield01',1008),
(7802,7755,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_shipwheel_shield02',1008),
(7803,7756,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_shipwheel_shield03',1008),
(7804,7757,'staticobjects/deity_altars/altar_bertoxxulous_basic',1008),
(7805,7758,'staticobjects/deity_altars/altar_bertoxxulous_crafted',1008),
(7806,7759,'staticobjects/deity_altars/altar_bertoxxulous_exceptional',1008),
(7807,7760,'staticobjects/deity_altars/altar_karana_basic',1008),
(7808,7761,'staticobjects/deity_altars/altar_karana_crafted',1008),
(7809,7762,'staticobjects/deity_altars/altar_karana_exceptional',1008),
(7810,7763,'staticobjects/deity_altars/altar_tribunal_basic',1008),
(7811,7764,'staticobjects/deity_altars/altar_tribunal_crafted',1008),
(7812,7765,'staticobjects/deity_altars/altar_tribunal_exceptional',1008),
(7813,7766,'accessories/wearable_items01/_exp04/dragon_chain/chest',1008),
(7814,7767,'accessories/wearable_items01/_exp04/dragon_chain/feet',1008),
(7815,7768,'accessories/wearable_items01/_exp04/dragon_chain/forearms',1008),
(7816,7769,'accessories/wearable_items01/_exp04/dragon_chain/hands',1008),
(7817,7770,'accessories/wearable_items01/_exp04/dragon_chain/head',1008),
(7818,7771,'accessories/wearable_items01/_exp04/dragon_chain/legs',1008),
(7819,7772,'accessories/wearable_items01/_exp04/dragon_chain/legs_noskirt',1008),
(7820,7773,'accessories/wearable_items01/_exp04/dragon_chain/shoulders',1008),
(7821,7774,'accessories/wearable_items01/_exp04/dragon_chain/skirt',1008),
(7822,7775,'accessories/wearable_items01/_exp04/dragon_gi/chest',1008),
(7823,7776,'accessories/wearable_items01/_exp04/dragon_gi/pants',1008),
(7824,7777,'accessories/wearable_items01/_exp04/dragon_gi/shoulders',1008),
(7825,7778,'accessories/wearable_items01/_exp04/dragon_leather/chest',1008),
(7826,7779,'accessories/wearable_items01/_exp04/dragon_leather/feet',1008),
(7827,7780,'accessories/wearable_items01/_exp04/dragon_leather/forearms',1008),
(7828,7781,'accessories/wearable_items01/_exp04/dragon_leather/hands',1008),
(7829,7782,'accessories/wearable_items01/_exp04/dragon_leather/head',1008),
(7830,7783,'accessories/wearable_items01/_exp04/dragon_leather/legs',1008),
(7831,7784,'accessories/wearable_items01/_exp04/dragon_leather/legs_noskirt',1008),
(7832,7785,'accessories/wearable_items01/_exp04/dragon_leather/shoulders',1008),
(7833,7786,'accessories/wearable_items01/_exp04/dragon_leather/skirt',1008),
(7834,7787,'accessories/wearable_items01/_exp04/dragon_robe/chest',1008),
(7835,7788,'accessories/wearable_items01/_exp04/dragon_robe/hood',1008),
(7836,7789,'accessories/wearable_items01/_exp04/dragon_robe/pants',1008),
(7837,7790,'accessories/wearable_items01/_exp04/dragon_robe/skirt',1008),
(7838,7791,'accessories/wearable_items01/_exp04/dragon_vanguard/chest',1008),
(7839,7792,'accessories/wearable_items01/_exp04/dragon_vanguard/feet',1008),
(7840,7793,'accessories/wearable_items01/_exp04/dragon_vanguard/forearms',1008),
(7841,7794,'accessories/wearable_items01/_exp04/dragon_vanguard/hands',1008),
(7842,7795,'accessories/wearable_items01/_exp04/dragon_vanguard/head',1008),
(7843,7796,'accessories/wearable_items01/_exp04/dragon_vanguard/legs',1008),
(7844,7797,'accessories/wearable_items01/_exp04/dragon_vanguard/legs_noskirt',1008),
(7845,7798,'accessories/wearable_items01/_exp04/dragon_vanguard/right',1008),
(7846,7799,'accessories/wearable_items01/_exp04/dragon_vanguard/shoulders',1008),
(7847,7800,'accessories/wearable_items01/_exp04/dragon_vanguard/shoulders_nopauldrons',1008),
(7848,7801,'accessories/wearable_items01/_exp04/dragon_vanguard/skirt',1008),
(7849,7802,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/chest',1008),
(7850,7803,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/feet',1008),
(7851,7804,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/forearms',1008),
(7852,7805,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/hands',1008),
(7853,7806,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/head',1008),
(7854,7807,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/legs',1008),
(7855,7808,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/legs_noskirt',1008),
(7856,7809,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/right',1008),
(7857,7810,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/shoulders',1008),
(7858,7811,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/shoulders_nopauldrons',1008),
(7859,7812,'accessories/wearable_items01/_exp04/dragon_vanguard_priest/skirt',1008),
(7860,7813,'accessories/wearable_items01/_exp04/iksar_chain/chest',1008),
(7861,7814,'accessories/wearable_items01/_exp04/iksar_chain/feet',1008),
(7862,7815,'accessories/wearable_items01/_exp04/iksar_chain/forearms',1008),
(7863,7816,'accessories/wearable_items01/_exp04/iksar_chain/hands',1008),
(7864,7817,'accessories/wearable_items01/_exp04/iksar_chain/head',1008),
(7865,7818,'accessories/wearable_items01/_exp04/iksar_chain/legs',1008),
(7866,7819,'accessories/wearable_items01/_exp04/iksar_chain/legs_noskirt',1008),
(7867,7820,'accessories/wearable_items01/_exp04/iksar_chain/shoulders',1008),
(7868,7821,'accessories/wearable_items01/_exp04/iksar_chain/skirt',1008),
(7869,7822,'accessories/wearable_items01/_exp04/iksar_gi/chest',1008),
(7870,7823,'accessories/wearable_items01/_exp04/iksar_gi/pants',1008),
(7871,7824,'accessories/wearable_items01/_exp04/iksar_gi/shoulders',1008),
(7872,7825,'accessories/wearable_items01/_exp04/iksar_leather/chest',1008),
(7873,7826,'accessories/wearable_items01/_exp04/iksar_leather/feet',1008),
(7874,7827,'accessories/wearable_items01/_exp04/iksar_leather/forearms',1008),
(7875,7828,'accessories/wearable_items01/_exp04/iksar_leather/hands',1008),
(7876,7829,'accessories/wearable_items01/_exp04/iksar_leather/head',1008),
(7877,7830,'accessories/wearable_items01/_exp04/iksar_leather/legs',1008),
(7878,7831,'accessories/wearable_items01/_exp04/iksar_leather/legs_noskirt',1008),
(7879,7832,'accessories/wearable_items01/_exp04/iksar_leather/shoulders',1008),
(7880,7833,'accessories/wearable_items01/_exp04/iksar_leather/skirt',1008),
(7881,7834,'accessories/wearable_items01/_exp04/iksar_robe/chest',1008),
(7882,7835,'accessories/wearable_items01/_exp04/iksar_robe/hood',1008),
(7883,7836,'accessories/wearable_items01/_exp04/iksar_robe/pants',1008),
(7884,7837,'accessories/wearable_items01/_exp04/iksar_robe/skirt',1008),
(7885,7838,'accessories/wearable_items01/_exp04/iksar_vanguard/chest',1008),
(7886,7839,'accessories/wearable_items01/_exp04/iksar_vanguard/feet',1008),
(7887,7840,'accessories/wearable_items01/_exp04/iksar_vanguard/forearms',1008),
(7888,7841,'accessories/wearable_items01/_exp04/iksar_vanguard/hands',1008),
(7889,7842,'accessories/wearable_items01/_exp04/iksar_vanguard/head',1008),
(7890,7843,'accessories/wearable_items01/_exp04/iksar_vanguard/legs',1008),
(7891,7844,'accessories/wearable_items01/_exp04/iksar_vanguard/legs_noskirt',1008),
(7892,7845,'accessories/wearable_items01/_exp04/iksar_vanguard/right',1008),
(7893,7846,'accessories/wearable_items01/_exp04/iksar_vanguard/shoulders',1008),
(7894,7847,'accessories/wearable_items01/_exp04/iksar_vanguard/shoulders_nopauldrons',1008),
(7895,7848,'accessories/wearable_items01/_exp04/iksar_vanguard/skirt',1008),
(7896,7849,'accessories/wearable_items01/_exp04/sarnak_chain/chest',1008),
(7897,7850,'accessories/wearable_items01/_exp04/sarnak_chain/feet',1008),
(7898,7851,'accessories/wearable_items01/_exp04/sarnak_chain/forearms',1008),
(7899,7852,'accessories/wearable_items01/_exp04/sarnak_chain/hands',1008),
(7900,7853,'accessories/wearable_items01/_exp04/sarnak_chain/head',1008),
(7901,7854,'accessories/wearable_items01/_exp04/sarnak_chain/legs',1008),
(7902,7855,'accessories/wearable_items01/_exp04/sarnak_chain/legs_noskirt',1008),
(7903,7856,'accessories/wearable_items01/_exp04/sarnak_chain/shoulders',1008),
(7904,7857,'accessories/wearable_items01/_exp04/sarnak_chain/skirt',1008),
(7905,7858,'accessories/wearable_items01/_exp04/sarnak_chain_caster/chest',1008),
(7906,7859,'accessories/wearable_items01/_exp04/sarnak_chain_caster/feet',1008),
(7907,7860,'accessories/wearable_items01/_exp04/sarnak_chain_caster/forearms',1008),
(7908,7861,'accessories/wearable_items01/_exp04/sarnak_chain_caster/hands',1008),
(7909,7862,'accessories/wearable_items01/_exp04/sarnak_chain_caster/head',1008),
(7910,7863,'accessories/wearable_items01/_exp04/sarnak_chain_caster/legs',1008),
(7911,7864,'accessories/wearable_items01/_exp04/sarnak_chain_caster/legs_noskirt',1008),
(7912,7865,'accessories/wearable_items01/_exp04/sarnak_chain_caster/shoulders',1008),
(7913,7866,'accessories/wearable_items01/_exp04/sarnak_chain_caster/skirt',1008),
(7914,7867,'accessories/wearable_items01/_exp04/sarnak_leather/chest',1008),
(7915,7868,'accessories/wearable_items01/_exp04/sarnak_leather/feet',1008),
(7916,7869,'accessories/wearable_items01/_exp04/sarnak_leather/forearms',1008),
(7917,7870,'accessories/wearable_items01/_exp04/sarnak_leather/hands',1008),
(7918,7871,'accessories/wearable_items01/_exp04/sarnak_leather/head',1008),
(7919,7872,'accessories/wearable_items01/_exp04/sarnak_leather/legs',1008),
(7920,7873,'accessories/wearable_items01/_exp04/sarnak_leather/legs_noskirt',1008),
(7921,7874,'accessories/wearable_items01/_exp04/sarnak_leather/shoulders',1008),
(7922,7875,'accessories/wearable_items01/_exp04/sarnak_leather/skirt',1008),
(7923,7876,'accessories/wearable_items01/_exp04/sarnak_robe/chest',1008),
(7924,7877,'accessories/wearable_items01/_exp04/sarnak_robe/hood',1008),
(7925,7878,'accessories/wearable_items01/_exp04/sarnak_robe/pants',1008),
(7926,7879,'accessories/wearable_items01/_exp04/sarnak_robe/skirt',1008),
(7927,7880,'accessories/wearable_items01/_exp04/sarnak_vanguard/chest',1008),
(7928,7881,'accessories/wearable_items01/_exp04/sarnak_vanguard/feet',1008),
(7929,7882,'accessories/wearable_items01/_exp04/sarnak_vanguard/forearms',1008),
(7930,7883,'accessories/wearable_items01/_exp04/sarnak_vanguard/hands',1008),
(7931,7884,'accessories/wearable_items01/_exp04/sarnak_vanguard/head',1008),
(7932,7885,'accessories/wearable_items01/_exp04/sarnak_vanguard/legs',1008),
(7933,7886,'accessories/wearable_items01/_exp04/sarnak_vanguard/legs_noskirt',1008),
(7934,7887,'accessories/wearable_items01/_exp04/sarnak_vanguard/right',1008),
(7935,7888,'accessories/wearable_items01/_exp04/sarnak_vanguard/shoulders',1008),
(7936,7889,'accessories/wearable_items01/_exp04/sarnak_vanguard/shoulders_nopauldrons',1008),
(7937,7890,'accessories/wearable_items01/_exp04/sarnak_vanguard/skirt',1008),
(7938,7891,'_exp04/zones/objects/chelsith/water_barrier_1a',1008),
(7939,7892,'_exp04/zones/objects/chelsith/water_barrier_1b',1008),
(7940,7893,'_exp04/zones/objects/timorous_deep/mail/mail_kiosk_outdoor',1008),
(7941,7894,'_exp04/zones/objects/timorous_deep/mail/mail_kiosk_indoor',1008),
(7942,7895,'staticobjects/mirrors/dpo_cha_mirror01_north',1008),
(7943,7896,'staticobjects/rugs/dpo_cha_rug_square03',1008),
(7944,7897,'staticobjects/exp04_collections/dpo_cha_rug_square04',1008),
(7945,7898,'staticobjects/exp04_collections/dpo_cha_stand_scroll',1008),
(7946,7899,'staticobjects/tables/dpo_cha_table_sm01_north',1008),
(7947,7900,'staticobjects/exp04_collections/dpo_cha_bowl_jewels',1008),
(7948,7901,'staticobjects/light_sources_player_housing_only/dpo_char_lantern_antibat',1008),
(7949,7902,'staticobjects/light_sources_player_housing_only/dpo_char_lightsource_brazier',1008),
(7950,7903,'staticobjects/exp04_collections/dpo_char_lightsource_iksarskull',1008),
(7951,7904,'staticobjects/dressers/dpo_kc_locker_standing_closed',1008),
(7952,7905,'staticobjects/rugs/dpo_kc_rug01',1008),
(7953,7906,'staticobjects/exp04_collections/dpo_kc_scrying_pool',1008),
(7954,7907,'staticobjects/light_sources_player_housing_only/dpo_kp_lightsource_iksar_temple',1008),
(7955,7908,'staticobjects/pillow/dpo_seb_bed_froglok_slave',1008),
(7956,7909,'staticobjects/tables/dpo_seb_table_bedside01',1008),
(7957,7910,'staticobjects/light_sources_player_housing_only/dpo_seb_lightsource_firepot',1008),
(7958,7911,'staticobjects/exp04_collections/dpo_seb_lightsource_floor',1008),
(7959,7912,'staticobjects/light_sources_player_housing_only/dpo_seb_lightsource_table01',1008),
(7960,7913,'staticobjects/chairs/dpo_deep_stool_sarnak01',1008),
(7961,7914,'staticobjects/bookcases/dpo_goro_scrollcase_empty',1008),
(7962,7915,'staticobjects/tables/dpo_deep_table_sarnak01',1008),
(7963,7916,'staticobjects/statues/dpo_vp_statue_trakanon04',1008),
(7964,7917,'ec/pc01/sarnak_male/sarnak_male_thin12',1008),
(7965,7918,'ec/pc01/sarnak_female/sarnak_female_thin15',1008),
(7966,7919,'ec/pc01/sarnak_female/sarnak_female_thin14',1008),
(7967,7921,'ec/pc01/sarnak_male/sarnak_male_thin13',1008),
(7968,7922,'ec/pc01/sarnak_male/sarnak_male_thin10',1008),
(7969,7923,'_exp04/zones/objects/fens_of_nathsar/fon_table_riliss01_dpo',1008),
(7970,7924,'ec/pc01/sarnak_female/sarnak_female_thin11',1008),
(7971,7925,'_exp04/zones/objects/kylong_plains/mail/klp_obj_mail_kiosk01',1008),
(7972,7926,'_exp04/zones/objects/fens_of_nathsar/fon_obj_mail_kiosk01',1008),
(7973,7927,'_exp04/zones/objects/kunzar_jungle/mail/kj_obj_mail_kiosk01',1008),
(7974,7928,'staticobjects/fountains_and_pools/round_griffin_fountain_dpo',1008),
(7975,7929,'projectiles/spell_barracuda',1008),
(7976,7930,'code/lights_for_screenshots',1008),
(7977,7931,'code/lights_for_screenshots_bright',1008),
(7978,7932,'ec/pc01/sarnak_female/sarnak_female_thin07',1008),
(7979,7933,'_exp04/monsters/jaled_dar_ghost',1008),
(7980,7934,'_exp04/zones/objects/veeshans_peak/statues/vp_ring_of_scale01_fx',1008),
(7981,7935,'_exp04/zones/objects/veeshans_peak/trakanons_orb',1008),
(7982,7936,'accessories/wearable_items/_exp04/dragon_vanguard/right',1008),
(7983,7937,'accessories/wearable_items/_exp04/dragon_vanguard_priest/right',1008),
(7984,7938,'accessories/wearable_items/_exp04/iksar_vanguard/right',1008),
(7985,7939,'accessories/wearable_items/_exp04/sarnak_vanguard/right',1008),
(7986,7940,'staticobjects/boats/travel_boat_freeport',1008),
(7987,7941,'staticobjects/boats/travel_boat_magic',1008),
(7988,7942,'_exp04/zones/objects/karnors/capacitor_nub01',1008),
(7989,7943,'_exp04/zones/objects/karnors/capacitor_nub02',1008),
(7990,7944,'_exp04/zones/objects/karnors/capacitor_nub03',1008),
(7991,7945,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_crystal_wand_blueflame',1008),
(7992,7946,'_exp04/zones/objects/fens_of_nathsar/fon_crate_small_closed02_dpo',1008),
(7993,7947,'_exp04/zones/objects/jarsath_wastes/mail/jw_obj_mail_kiosk01',1008),
(7994,7948,'_exp04/zones/objects/misc/dpo_chelsith_stone',1008),
(7995,7949,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large_greenblk01',1008),
(7996,7950,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large_purpleblk01',1008),
(7997,7951,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large_redblk01',1008),
(7998,7952,'accessories/wieldable_items/weapons/sword/whip/whip002_ornate',1008),
(7999,7953,'accessories/wieldable_items/weapons/sword/whip/whip002_plain',1008),
(8000,7954,'accessories/wieldable_items/weapons/sword/whip/whip002_runic',1008),
(8001,7955,'accessories/wieldable_items/weapons/sword/whip/whip002_rusty',1008),
(8002,7956,'staticobjects/general/tcg_neriak_teleporter',1008),
(8003,7957,'staticobjects/general/tcg_scryingcube_everfrost',1008),
(8004,7958,'accessories/wieldable_items/weapons/great_sword/greatsword/tunaria_greatsword',1008),
(8005,7959,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting04_warelf',1008),
(8006,7960,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting05_chosen',1008),
(8007,7961,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting06_basilisk',1008),
(8008,7962,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting07_lucan',1008),
(8009,7963,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting08_nagafen',1008),
(8010,7964,'staticobjects/books/frostfell_card01_dpo',1008),
(8011,7965,'staticobjects/books/frostfell_card02_dpo',1008),
(8012,7966,'staticobjects/books/frostfell_card03_dpo',1008),
(8013,7967,'staticobjects/books/frostfell_card04_dpo',1008),
(8014,7968,'staticobjects/liveevent/frostfell/dpo_cookie_plate01',1008),
(8015,7969,'staticobjects/liveevent/frostfell/dpo_cookie_plate02',1008),
(8016,7970,'staticobjects/liveevent/frostfell/dpo_snowglobe_gorowynn01',1008),
(8017,7971,'staticobjects/liveevent/frostfell/dpo_snowglobe_neriak01',1008),
(8018,7972,'staticobjects/liveevent/frostfell/holiday_custard_pie',1008),
(8019,7973,'staticobjects/liveevent/frostfell/holiday_mistletoe',1008),
(8020,7974,'staticobjects/liveevent/frostfell/holliday_fatcandle_green',1008),
(8021,7975,'staticobjects/liveevent/frostfell/holliday_fatcandle_red',1008),
(8022,7976,'staticobjects/liveevent/frostfell/holliday_fatcandle_white',1008),
(8023,7977,'staticobjects/lighting/ceiling_goro_obj_lantern01_blue',1008),
(8024,7978,'staticobjects/lighting/ceiling_goro_obj_lantern01_purple',1008),
(8025,7979,'staticobjects/lighting/ceiling_goro_obj_lantern01_yellow',1008),
(8026,7980,'creatures/mounts/rhino_mount/rhino_armor01_fire',1008),
(8027,7981,'creatures/mounts/rhino_mount/rhino_armor01_fire_purple',1008),
(8028,7982,'projectiles/spell_pie',1008),
(8029,7983,'accessories/wearable_items/cloak/exp03/cloak_sq_01_dragon',1008),
(8030,7984,'accessories/wearable_items/cloak/exp03/cloak_sq_01_iksar_01',1008),
(8031,7985,'accessories/wearable_items/cloak/exp03/cloak_sq_01_pirate',1008),
(8032,7986,'accessories/wearable_items/cloak/exp03/cloak_sq_01_sarnak',1008),
(8033,7987,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_tribunal',1008),
(8034,7988,'accessories/wieldable_items/weapons/exp04/2h_crush/exp04_2hc_tribunal',1008),
(8035,7989,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_innoruukarm_goblin_thrower',1008),
(8036,7990,'accessories/wearable_items/profesion_hats/jester/jester_02/head',1008),
(8037,7991,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_cudgel_of_obviation_raid',1008),
(8038,7992,'accessories/wearable_items/profesion_hats/pirate/pirate_01/head',1008),
(8039,7993,'projectiles/spell_glob',1008),
(8040,7994,'accessories/wearable_items/profesion_hats/ninja/ninja_01/head',1008),
(8041,7995,'staticobjects/liveevent/frostfell/dpo_plain_tree_small01',1008),
(8042,7996,'projectiles/spell_bread',1008),
(8043,7997,'accessories/wearable_items/_exp03/npc_only/cloak_tribunal_sq_01',1008),
(8044,7998,'staticobjects/bookcases/nekcas_int_library_bookcase01_dpo',1008),
(8045,7999,'staticobjects/bookcases/nekcas_int_library_bookcase02_dpo',1008),
(8046,8000,'staticobjects/bookcases/nekcas_int_library_bookcase03_dpo',1008),
(8047,8001,'staticobjects/scrolls/nekcas_eviltrinket_fancyscroll_dpo',1008),
(8048,8002,'staticobjects/weapons/drafling_tower_giant_arrow',1008),
(8049,8003,'creatures/tu/gods_karna',1008),
(8050,8004,'accessories/wearable_items/_exp03/npc_only/cloak_karana_sq_01',1008),
(8051,8005,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_karana',1008),
(8052,8006,'accessories/wieldable_items/weapons/exp04/pike/exp04_pike_karana',1008),
(8053,8007,'staticobjects/books/nekcas_eviltrinket_book001_vertical_dpo',1008),
(8054,8008,'creatures/tu/gods_bertoxxulous',1008),
(8055,8009,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_dragons_marrow_raid',1008),
(8056,8010,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_elemental_dominance_raid',1008),
(8057,8011,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_eye_of_siren_raid',1008),
(8058,8012,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_mirage_star_raid',1008),
(8059,8013,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_the_impact_of_the_sacrosanct_raid',1008),
(8060,8014,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_torrid_gore_raid',1008),
(8061,8015,'accessories/wieldable_items/weapons/exp04/_epic/1h_crush/exp04_1hc_penitents_absolution_raid',1008),
(8062,8016,'_exp04/zones/objects/kunzar_jungle/kp_weaponrack_iksar01',1008),
(8063,8017,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_charms_way_raid',1008),
(8064,8018,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_deaths_grip_raid',1008),
(8065,8019,'accessories/wieldable_items/weapons/exp04/_epic/1h_pierce/exp04_1hp_fang_of_ichor_raid',1008),
(8066,8020,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_bertox',1008),
(8067,8021,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_ayonic_axe_raid',1008),
(8068,8022,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_dragons_temper_raid',1008),
(8069,8023,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_fire_of_the_stalwart_raid',1008),
(8070,8024,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_lamentation_of_the_intrepid_raid',1008),
(8071,8025,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_night_terror_raid',1008),
(8072,8026,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_sedition_raid',1008),
(8073,8027,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_the_bite_of_the_wolf_raid',1008),
(8074,8028,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_the_truth_of_marr_raid',1008),
(8075,8029,'accessories/wieldable_items/weapons/exp04/_epic/1h_sword/exp04_1hs_wrath_of_nature_raid',1008),
(8076,8030,'accessories/wieldable_items/weapons/exp04/_epic/bow/exp04_bow_eagles_talon_raid',1008),
(8077,8031,'accessories/wieldable_items/weapons/exp04/_epic/fist/exp04_fist_gorynn''s_fist_raid',1008),
(8078,8032,'accessories/wieldable_items/weapons/exp04/_epic/fist/exp04_fist_hand_of_serenity_raid',1008),
(8079,8033,'accessories/wieldable_items/weapons/exp04/_epic/pike/exp04_pike_dream_scorcher_raid',1008),
(8080,8034,'staticobjects/rugs/dpo_char_rug02',1008),
(8081,8035,'staticobjects/banners/dpo_jw_banner_droag01',1008),
(8082,8036,'staticobjects/light_sources_player_housing_only/dpo_jw_lightsource_firepot_iksar',1008),
(8083,8037,'staticobjects/torture_chamber/dpo_char_chain_hook_skull_swinging',1008),
(8084,8038,'staticobjects/light_sources_player_housing_only/dpo_kj_lightsource_iksar_lantern01',1008),
(8085,8039,'staticobjects/canopicjars/dpo_cha_iksar_skull_bobbing',1008),
(8086,8040,'staticobjects/rugs/dpo_goro_rug_round01',1008),
(8087,8041,'staticobjects/coffins_and_sarcophagus/dpo_cha_sarcophagi_ornate',1008),
(8088,8042,'staticobjects/rugs/dpo_seb_rug01',1008),
(8089,8043,'staticobjects/banners/dpo_char_banner_dizok02',1008),
(8090,8044,'staticobjects/statues/dpo_kp_statue_iksar_kneel',1008),
(8091,8045,'staticobjects/statues/dpo_vp_statue_sarnak01',1008),
(8092,8046,'staticobjects/banners/dpo_cha_banner_iksar_hanging',1008),
(8093,8047,'staticobjects/statues/dpo_kp_statue_iksar_standing02',1008),
(8094,8048,'staticobjects/chairs/dpo_cha_stool_ornate01',1008),
(8095,8049,'soga_appearances/ec/npc/ghost_soga_vl_young_male02_pet',1008),
(8096,8050,'creatures/tu/armor_dummy',1008),
(8097,8051,'accessories/armor_dummy/armor_dummy_idle',1008),
(8098,8052,'accessories/armor_dummy/armor_dummy_female_idle',1008),
(8099,8053,'creatures/tu/armor_dummy_female',1008),
(8100,8054,'staticobjects/lighting/dpo_goro_obj_lantern03_red_pfx',1008),
(8101,8055,'accessories/equipment_display/equipment_display_01',1008),
(8102,8056,'accessories/equipment_display/equipment_display_02',1008),
(8103,8057,'accessories/equipment_display/equipment_display_03',1008),
(8104,8058,'creatures/monsters/willowisp_air_elemental',1008),
(8105,8059,'creatures/monsters/willowisp_earth_elemental',1008),
(8106,8060,'creatures/monsters/willowisp_fire_elemental',1008),
(8107,8061,'creatures/monsters/willowisp_water_elemental',1008),
(8108,8062,'accessories/wearable_items/profesion_hats/turtleshell_helm/turtleshell_helm01/head',1008),
(8109,8063,'creatures/tu/sarnak_skeleton',1008),
(8110,8064,'projectiles/spell_book',1008),
(8111,8065,'staticobjects/mirrors/dpo_cha_mirror01_south',1008),
(8112,8066,'staticobjects/chairs/dpo_cm_chair_chaise01',1008),
(8113,8067,'staticobjects/chairs/dpo_cm_chair_chaise02',1008),
(8114,8068,'accessories/wearable_items/cloak/exp03/cloak_dir_01_fur',1008),
(8115,8069,'accessories/wearable_items/cloak/exp03/cloak_sq_01_armorer',1008),
(8116,8070,'accessories/wearable_items/cloak/exp03/cloak_sq_01_chain',1008),
(8117,8071,'accessories/wearable_items/cloak/exp03/cloak_sq_01_hanging_chain',1008),
(8118,8072,'accessories/wearable_items/cloak/exp03/cloak_sq_01_leather_fur',1008),
(8119,8073,'accessories/wearable_items/cloak/exp03/cloak_sq_01_shreaded',1008),
(8120,8074,'accessories/wearable_items/cloak/exp03/cloak_sq_01_weaponsmith',1008),
(8121,8075,'accessories/wearable_items/cloak/exp03/cloak_sq_01_woodworker',1008),
(8122,8076,'accessories/wearable_items/cloak/exp03/cloak_sq_01_alchemist',1008),
(8123,8077,'accessories/wearable_items/cloak/exp03/cloak_sq_01_provisioner',1008),
(8124,8078,'accessories/wearable_items/cloak/exp03/cloak_sq_01_sage',1008),
(8125,8079,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_plate0cookies01',1008),
(8126,8080,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_plate0marrsipan01',1008),
(8127,8081,'staticobjects/liveevent/erollisi_objects/errolisi_gold_threeroses01',1008),
(8128,8082,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_purple_whiteribbon',1008),
(8129,8083,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_white_redribbon',1008),
(8130,8084,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_yellow_whiteribbon',1008),
(8131,8085,'staticobjects/liveevent/erollisi_objects/errolisi_silver_threeroses01',1008),
(8132,8086,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_teddyburynai',1008),
(8133,8087,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_purfume_closed01',1008),
(8134,8088,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_purfume_open01',1008),
(8135,8089,'staticobjects/gears/gnome_mech03_gears_01_dpo',1008),
(8136,8090,'accessories/wearable_items/cloak/exp03/cloak_sq_01_carpenter',1008),
(8137,8091,'accessories/wearable_items/cloak/exp03/cloak_sq_01_jeweler',1008),
(8138,8092,'accessories/wearable_items/cloak/exp03/cloak_sq_01_tailer',1008),
(8139,8093,'accessories/armor_dummy/armor_dummy_dwarf_female_idle',1008),
(8140,8094,'accessories/armor_dummy/armor_dummy_dwarf_male_idle',1008),
(8141,8095,'creatures/tu/armor_dummy_dwarf_female',1008),
(8142,8096,'creatures/tu/armor_dummy_dwarf_male',1008),
(8143,8097,'accessories/armor_dummy/armor_dummy_froglok_female_idle',1008),
(8144,8098,'accessories/armor_dummy/armor_dummy_froglok_male_idle',1008),
(8145,8099,'creatures/tu/armor_dummy_froglok_female',1008),
(8146,8100,'creatures/tu/armor_dummy_froglok_male',1008),
(8147,8101,'accessories/wearable_items/cloak/exp03/cloak_sq_01_beerfest',1008),
(8148,8102,'staticobjects/counters/qey_bar_singleplain001_dpo',1008),
(8149,8103,'accessories/wieldable_items/weapons/misc/metalpoker',1008),
(8150,8104,'accessories/wieldable_items/weapons/staff/woodenhand/woodenhand',1008),
(8151,8105,'_exp01/zones/dungeons/poets_palace/objects/drv_lightsource_candles_group01_dpo',1008),
(8152,8106,'_exp01/zones/dungeons/poets_palace/objects/djn_pillow_floor_blue_round02_dpo',1008),
(8153,8107,'_exp01/zones/dungeons/poets_palace/objects/djn_pillow_floor_blue_square02_dpo',1008),
(8154,8108,'_exp01/zones/dungeons/poets_palace/objects/djn_scriptorium_scrollracks_3m_dpo',1008),
(8155,8109,'_exp01/zones/dungeons/poets_palace/objects/djn_scrollrack_bookcase_6m_dpo',1008),
(8156,8110,'_exp01/zones/dungeons/poets_palace/objects/djn_vase_gold01_dpo',1008),
(8157,8111,'_exp01/zones/objects/display_stands/djn_display_stand_platinum',1008),
(8158,8112,'accessories/wieldable_items/shields/round_shield/wood_shield/shld_spikedwood_bathezid_shield',1008),
(8159,8113,'accessories/wieldable_items/shields/round_shield/wood_shield/shld_spikedwood_sarnak_shield',1008),
(8160,8114,'accessories/wieldable_items/shields/round_shield/wood_shield/shld_wood_shield',1008),
(8161,8115,'accessories/wieldable_items/shields/buckler_shield/spikedwood_buckler/spikedwood_bathezid_buckler',1008),
(8162,8116,'accessories/wieldable_items/shields/buckler_shield/spikedwood_buckler/spikedwood_sarnak_buckler',1008),
(8163,8117,'accessories/wieldable_items/shields/buckler_shield/spikedwood_buckler/wood_buckler',1008),
(8164,8118,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_cardcase02',1008),
(8165,8119,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_drinkcart',1008),
(8166,8120,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_foodcart',1008),
(8167,8121,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting09_cristanos',1008),
(8168,8122,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting10_clockwork',1008),
(8169,8123,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting11_mayong',1008),
(8170,8124,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting12_musicians',1008),
(8171,8125,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting14_vox',1008),
(8172,8126,'creatures/tu/froglok_skeleton',1008),
(8173,8127,'_exp01/zones/objects/pillows/djn_pillow_floor_bluesquare02_small_dpo',1008),
(8174,8128,'creatures/mounts/warg_mount/warg_armor02_spirit',1008),
(8175,8129,'creatures/mounts/warg_mount/warg_armor02_fire_spirit',1008),
(8176,8130,'staticobjects/liveevent/bristlebane_day/dpo_gigglegibber_crateofcomfort',1008),
(8177,8131,'accessories/wearable_items/halloween_masks/mask_fire/head',1008),
(8178,8132,'staticobjects/liveevent/brew_day/dpo_brewday_tumpy_tonic',1008),
(8179,8133,'staticobjects/liveevent/bristlebane_day/qey_kitchen_ironpotlarge001_dpo',1008),
(8180,8134,'staticobjects/promo_items/dpo_vp_treasure_chest01',1008),
(8181,8135,'accessories/wearable_items01/_exp00/halloween_masks/mask_fire/head',1008),
(8182,8136,'creatures/mounts/warg_mount/warg_armor03',1008),
(8183,8137,'accessories/wieldable_items/weapons/talisman/orb/orb001_eyeball',1008),
(8184,8138,'accessories/wieldable_items/shields/kite_shield/righteous_barrier_devotion',1008),
(8185,8139,'accessories/wieldable_items/shields/buckler_shield/brace_corporeal_darklight',1008),
(8186,8140,'accessories/wieldable_items/weapons/dagger/dagger/dagger_deadly_seduction',1008),
(8187,8141,'creatures/mounts/warg_mount/warg_armor02_gold',1008),
(8188,8142,'creatures/mounts/warg_mount/warg_armor02_silver',1008),
(8189,8143,'creatures/tu/froglok_zombie_kunark',1008),
(8190,8144,'staticobjects/fires/soh_firepit_houseitem',1008),
(8191,8145,'accessories/wieldable_items/weapons/axe/battleaxe/battleaxe_venom',1008),
(8192,8146,'accessories/wieldable_items/weapons/talisman/censer/censer001_runic_darkfx',1008),
(8193,8147,'accessories/wieldable_items/weapons/talisman/book/book001_runic_poisonfx',1008),
(8194,8148,'accessories/wieldable_items/shields/exp03/exp03_mistmoore_shield_cloudfx',1008),
(8195,8149,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_zombie_arm_club_animated_fx',1008),
(8196,8150,'accessories/wieldable_items/weapons/great_hammer/knotted_club/knotted_club001_runic_bugs',1008),
(8197,8151,'accessories/wieldable_items/weapons/exp04/bow/exp04_bow_dragon_bow_spikes_fx',1008),
(8198,8152,'accessories/wieldable_items/weapons/exp04/1h_sword/exp04_1hs_hooked_sword_darkfx',1008),
(8199,8154,'creatures/monsters/gargoyle_bronze',1008),
(8200,8155,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_flailcensor_darkfx',1008),
(8201,8156,'accessories/wieldable_items/weapons/exp03/1h_sword/exp03_1hs_ornate_elven_rapier_bardfx',1008),
(8202,8157,'staticobjects/fires/soh_firepit_houseitem_tranquil',1008),
(8203,8158,'_exp05/zones/objects/exp05_dun_veksar/vek_mirror01',1008),
(8204,8159,'_exp05/zones/objects/exp05_dun_veksar/golem_head',1008),
(8205,8160,'_exp05/zones/objects/exp05_dun_veksar/golem_left_leg',1008),
(8206,8161,'_exp05/zones/objects/exp05_dun_veksar/golem_right_leg',1008),
(8207,8162,'_exp05/zones/objects/exp05_dun_veksar/golem_torso',1008),
(8208,8171,'creatures/tu/fungusman_02_big',1008),
(8209,8172,'creatures/tu/fungusman_02_big_white',1008),
(8210,8173,'creatures/tu/fungusman_02_burly',1008),
(8211,8174,'creatures/tu/fungusman_02_burly_white',1008),
(8212,8175,'creatures/tu/fungusman_02_skinny',1008),
(8213,8176,'creatures/tu/fungusman_02_skinny_white',1008),
(8214,8177,'accessories/wearable_items/magus/common/low/pants_tintable',1008),
(8215,8178,'accessories/wearable_items/magus/common/high/chest_tintpants',1008),
(8216,8179,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_dragonscale_buckler',1008),
(8217,8180,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dragonhilt_dagger_blood',1008),
(8218,8181,'accessories/wieldable_items/soga_weapons/unique4/flame_of_truth_02',1008),
(8219,8182,'accessories/wearable_items/cloak/exp03/cloak_sq_01_vampire_regalia',1008),
(8220,8183,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_sebilisian_metal_shield',1008),
(8221,8184,'accessories/wearable_items/cloak/exp03/cloak_sq_01_eye_in_dark',1008),
(8222,8185,'ui_fx/fx/systems/environment/shard_of_hate/teleport_vision_shard_of_hate',1008),
(8223,8186,'accessories/wearable_items/cloak/exp03/cloak_sq_01_death',1008),
(8224,8187,'staticobjects/books/cazic_bookwface001_flat_dpo',1008),
(8225,8188,'projectiles/spell_netting',1008),
(8226,8189,'creatures/mounts/warg_mount/warg_armor03_albino',1008),
(8227,8190,'creatures/mounts/warg_mount/warg_armor03_fire_spirit',1008),
(8228,8191,'creatures/mounts/warg_mount/warg_armor03_spotted',1008),
(8229,8192,'creatures/mounts/warg_mount/warg_armor03_twotoned',1008),
(8230,8193,'creatures/mounts/warg_mount/warg_armor03_spirit',1008),
(8231,8194,'staticobjects/weapons/great_spear_ornate001_dpo',1008),
(8232,8195,'_exp05/monsters/elemental_wave_dirt',1008),
(8233,8196,'_exp05/monsters/elemental_wave_electro',1008),
(8234,8197,'_exp05/monsters/elemental_wave_jello',1008),
(8235,8198,'_exp05/monsters/elemental_wave_magma',1008),
(8236,8199,'_exp05/monsters/elemental_wave_mercury',1008),
(8237,8200,'_exp05/monsters/elemental_wave_oil',1008),
(8238,8201,'_exp05/monsters/elemental_wave_snow',1008),
(8239,8202,'_exp05/monsters/elemental_wave_vomit',1008),
(8240,8203,'_exp05/monsters/elemental_wave_water',1008),
(8241,8204,'_exp05/monsters/elemental_wave_sand',1008),
(8242,8205,'_exp03/zones/exp03_dun_klakanon_craftingdemo/sfm_housing_door_smallbuilding01_dpo',1008),
(8243,8206,'_exp03/zones/exp03_dun_klakanon_craftingdemo/sfm_gear_medium02_yellow_dpo',1008),
(8244,8207,'_exp03/zones/exp03_dun_klakanon_craftingdemo/sfm_mine_cart_ore01_dpo',1008),
(8245,8208,'creatures/tu/gods_anashti_sul',1008),
(8246,8209,'accessories/wearable_items/cloak/exp03/cloak_sq_01_anashti_sul',1008),
(8247,8210,'creatures/mounts/horse_armor01/horse01_armor01_misty_purple',1008),
(8248,8211,'creatures/mounts/horse_armor01/horse01_armor01_nightmare_purple',1008),
(8249,8212,'_exp03/zones/objects/kitchen_tools/eu_winebottle_red01',1008),
(8250,8213,'staticobjects/harvested/fish/hrvst_fish_shallow_rainbow_koi',1008),
(8251,8214,'projectiles/spell_brick',1008),
(8252,8215,'_exp05/monsters/elemental_wave_ice',1008),
(8253,8216,'_exp05/monsters/elemental_wave_light',1008),
(8254,8217,'_exp05/monsters/elemental_wave_magma02',1008),
(8255,8218,'_exp05/monsters/elemental_wave_magma03',1008),
(8256,8219,'_exp05/monsters/elemental_wave_wisp',1008),
(8257,8220,'_exp05/monsters/void_beast_01',1008),
(8258,8221,'_exp05/monsters/void_beast_02',1008),
(8259,8222,'_exp05/monsters/void_beast_03',1008),
(8260,8223,'_exp05/monsters/void_beast_04',1008),
(8261,8224,'_exp05/monsters/void_beast_05',1008),
(8262,8225,'_exp05/monsters/void_beast_06',1008),
(8263,8226,'creatures/mounts/horse_armor01/horse01_armor01_firespirit',1008),
(8264,8227,'creatures/mounts/horse_armor01/horse01_armor01_manaspirit',1008),
(8265,8228,'_exp05/zones/objects/exp05_dun_nuroga/dun_nuroga_skull_brazier',1008),
(8266,8229,'staticobjects/tcg/tcg_boomerang',1008),
(8267,8230,'_exp03/zones/objects/crib/eu_crib_rattle',1008),
(8268,8231,'accessories/wearable_items/jester_hat/head',1008),
(8269,8232,'accessories/wearable_items/profesion_hats/clockwork/clockwork_hat_01/head',1008),
(8270,8233,'creatures/tu/valkyrie_greater',1008),
(8271,8234,'creatures/tu/valkyrie_icemaiden',1008),
(8272,8236,'_exp03/zones/objects/door/unrest_door',1008),
(8273,8237,'creatures/pets/gigglegibber_crate',1008),
(8274,8238,'_exp05/zones/objects/exp05_dun_miragul_upper/glass_orb',1008),
(8275,8240,'_exp05/zones/objects/exp05_dun_miragul_upper/glass_orb_ped_real',1008),
(8276,8241,'staticobjects/clothing/wedding_veil',1008),
(8277,8242,'accessories/wearable_items/cloak/exp05/cloak_sq_01_bertoxxulous_01',1008),
(8278,8243,'accessories/wearable_items/cloak/exp05/cloak_sq_01_comfort_01',1008),
(8279,8244,'accessories/wearable_items/cloak/exp05/cloak_sq_01_fizzlethorpebristlebane',1008),
(8280,8245,'accessories/wearable_items/cloak/exp05/cloak_sq_01_generic_floral',1008),
(8281,8246,'creatures/tu/skeleton_king_greater_ice',1008),
(8282,8247,'staticobjects/kitchen/floor_muffin_plate_dpo',1008),
(8283,8248,'staticobjects/kitchen/floor_pie_plate_steaming_dpo',1008),
(8284,8249,'staticobjects/kitchen/ornate_fork_dpo',1008),
(8285,8250,'staticobjects/kitchen/ornate_knife_dpo',1008),
(8286,8251,'staticobjects/kitchen/tableware_wooden_set',1008),
(8287,8252,'staticobjects/clothing/wedding_veil_01',1008),
(8288,8253,'accessories/wearable_items/cloak/exp05/cloak_sq_01_dark_energy',1008),
(8289,8254,'accessories/wearable_items/cloak/exp05/cloak_sq_01_dark_water',1008),
(8290,8255,'accessories/wearable_items/cloak/exp05/cloak_sq_01_sludge',1008),
(8291,8256,'accessories/wearable_items/cloak/exp05/cloak_sq_01_traveler',1008),
(8292,8257,'accessories/wearable_items/cloak/exp05/cloak_sq_01_vile_putridness',1008),
(8293,8258,'staticobjects/kitchen/ornate_spoon_dpo',1008),
(8294,8259,'staticobjects/books/tcg_book_volume01',1008),
(8295,8260,'staticobjects/books/tcg_book_volume02',1008),
(8296,8261,'staticobjects/books/tcg_book_volume03',1008),
(8297,8262,'staticobjects/books/tcg_book_volume04',1008),
(8298,8263,'staticobjects/books/tcg_book_volume05',1008),
(8299,8264,'_exp05/monsters/void_storm_tornado',1008),
(8300,8265,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_chelsith',1008),
(8301,8266,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_dragon',1008),
(8302,8267,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_flowingwater',1008),
(8303,8268,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_iksar',1008),
(8304,8269,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_sarnak',1008),
(8305,8270,'accessories/wearable_items/cloak/exp05/cloak_sq_01_anashti_sul_undead',1008),
(8306,8271,'creatures/tu/gods_anashti_sul_undead',1008),
(8307,8272,'accessories/npc_wearables/fungusman_02_appearances/chest_fungusman_02_armor',1008),
(8308,8273,'accessories/npc_wearables/fungusman_02_appearances/chest_fungusman_02_armor_white',1008),
(8309,8274,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_flat',1008),
(8310,8275,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_flat_white',1008),
(8311,8276,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_pointy',1008),
(8312,8277,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_pointy_white',1008),
(8313,8278,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_round',1008),
(8314,8279,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_round_white',1008),
(8315,8280,'accessories/wieldable_items/weapons/exp05/1h_void_sword01',1008),
(8316,8281,'accessories/wieldable_items/weapons/exp05/1hc_void_axe01',1008),
(8317,8282,'accessories/wieldable_items/weapons/exp05/1hc_void_hammer01',1008),
(8318,8283,'accessories/wieldable_items/weapons/exp05/2h_void_staff01',1008),
(8319,8284,'accessories/wieldable_items/weapons/exp05/void_bow01',1008),
(8320,8285,'accessories/wearable_items/cloak/exp05/cloak_sq_01_oathbreaker',1008),
(8321,8286,'accessories/wearable_items/cloak/exp05/cloak_sq_01_brellserilis',1008),
(8322,8287,'accessories/wearable_items/cloak/exp05/cloak_sq_01_cazicthule',1008),
(8323,8288,'accessories/wearable_items/cloak/exp05/cloak_sq_01_innoruuk',1008),
(8324,8289,'staticobjects/interiors/scenes/objects_race/dp_objects/exp03_objects/cm_piano_closed01',1008),
(8325,8290,'_exp05/monsters/bat_swarm',1008),
(8326,8291,'accessories/wearable_items/halloween_masks/mask_evil_fire/head',1008),
(8327,8292,'accessories/wearable_items/cloak/exp05/cloak_sq_01_tunare',1008),
(8328,8293,'accessories/wearable_items/cloak/exp05/cloak_sq_01_ralloszek',1008),
(8329,8294,'accessories/wearable_items/cloak/exp05/cloak_sq_01_tribunal',1008),
(8330,8295,'accessories/wearable_items/cloak/exp05/cloak_sq_01_quellious',1008),
(8331,8296,'accessories/wearable_items/cloak/exp05/cloak_sq_01_solusekro',1008),
(8332,8297,'accessories/wearable_items/cloak/exp05/cloak_sq_01_mithanielmarr',1008),
(8333,8298,'accessories/wearable_items/cloak/exp05/cloak_sq_01_karana',1008),
(8334,8299,'accessories/wearable_items01/_exp00/halloween_masks/mask_evil_fire/head',1008),
(8335,8300,'accessories/wearable_items/cloak/exp05/cloak_sq_01_void_energy',1008),
(8336,8301,'creatures/tu/gods_rodcet_nife',1008),
(8337,8302,'_exp04/monsters/clay_golem_pet',1008),
(8338,8303,'creatures/tu/earth_elem_pet',1008),
(8339,8304,'creatures/tu/riverrock_earth_elem_pet',1008),
(8340,8305,'_exp03/characters/monsters/golem_magma_pet',1008),
(8341,8306,'_exp04/monsters/clay_keeper_pet',1008),
(8342,8307,'_exp04/tool_users/golem_jade_pet',1008),
(8343,8308,'creatures/tu/obsidian_earth_elem_pet',1008),
(8344,8309,'_exp05/monsters/skull_wisp',1008),
(8345,8310,'_exp04/zones/objects/sebilis/desk_torch',1008),
(8346,8311,'accessories/wieldable_items/weapons/talisman/censer/censer001_runic_cloudfx',1008),
(8347,8312,'staticobjects/books/floor_booknarrow002_dpo',1008),
(8348,8313,'staticobjects/books/floor_bookwide01_dpo',1008),
(8349,8314,'staticobjects/books/floor_bookwide02_dpo',1008),
(8350,8315,'staticobjects/books/floor_bookwide03_dpo',1008),
(8351,8316,'staticobjects/books/floor_df_book01_dpo',1008),
(8352,8317,'staticobjects/books/floor_df_book03_dpo',1008),
(8353,8318,'staticobjects/books/floor_df_book04_dpo',1008),
(8354,8319,'staticobjects/books/floor_vrsn_book01_dpo',1008),
(8355,8320,'staticobjects/books/floor_vrsn_book04_dpo',1008),
(8356,8321,'staticobjects/books/floor_vrsn_book05_dpo',1008),
(8357,8322,'staticobjects/books/floor_vrsn_book06_dpo',1008),
(8358,8323,'staticobjects/banners/dpo_kel_banner_royal01',1008),
(8359,8324,'staticobjects/benches/dpo_eu_bench_long02_wcushion',1008),
(8360,8325,'staticobjects/benches/dpo_eu_bench_short_wcushion01',1008),
(8361,8326,'staticobjects/chairs/dpo_eu_chair_dining03',1008),
(8362,8327,'staticobjects/chairs/dpo_eu_chair_dining06',1008),
(8363,8328,'staticobjects/chairs/dpo_eu_chair_head_dining01',1008),
(8364,8329,'staticobjects/chairs/dpo_eu_couch01',1008),
(8365,8330,'staticobjects/chairs/dpo_eu_couch02',1008),
(8366,8331,'staticobjects/chairs/dpo_eu_gaming_cardtable01_empty',1008),
(8367,8332,'staticobjects/chairs/dpo_eu_stool_round01',1008),
(8368,8333,'staticobjects/chairs/dpo_kel_chair_wood02',1008),
(8369,8334,'staticobjects/chairs/dpo_kel_tavern_stool01_green',1008),
(8370,8335,'staticobjects/counters/dpo_kel_tavern_counter01',1008),
(8371,8336,'staticobjects/dividers/dpo_drv_divider_ornate01',1008),
(8372,8337,'staticobjects/dividers/dpo_drv_divider_plain01',1008),
(8373,8338,'staticobjects/light_sources_player_housing_only/dpo_gf_lightsource_lampppost01',1008),
(8374,8339,'staticobjects/light_sources_player_housing_only/dpo_gf_lightsource_wall_flower02',1008),
(8375,8340,'staticobjects/light_sources_player_housing_only/dpo_kel_lightsource_chandelier_crystal01',1008),
(8376,8341,'staticobjects/light_sources_player_housing_only/dpo_kel_lightsource_wisplantern_wall01',1008),
(8377,8342,'staticobjects/musical/dpo_eu_piano_open01',1008),
(8378,8343,'staticobjects/plants/dpo_gf_lamppost_flower02',1008),
(8379,8344,'staticobjects/rugs/dpo_kel_rug_blue_round01',1008),
(8380,8345,'staticobjects/rugs/dpo_kel_rug_green_round02',1008),
(8381,8346,'staticobjects/rugs/dpo_kel_rug_leaf',1008),
(8382,8347,'staticobjects/shelves/dpo_kel_tavern_shelves01',1008),
(8383,8348,'staticobjects/tables/desk_with_book_and_candle_dpo',1008),
(8384,8349,'staticobjects/tables/dpo_eu_gaming_cardtable01_empty',1008),
(8385,8350,'staticobjects/tables/dpo_eu_gaming_cardtable02',1008),
(8386,8351,'staticobjects/tables/dpo_eu_table_bedside01',1008),
(8387,8352,'staticobjects/tables/dpo_eu_table_coffee01',1008),
(8388,8353,'staticobjects/tables/dpo_eu_table_long01',1008),
(8389,8354,'staticobjects/tableware/dpo_kel_tavern_cup02',1008),
(8390,8355,'staticobjects/tableware/dpo_kel_tavern_jar_honey01',1008),
(8391,8356,'staticobjects/tableware/dpo_kel_tavern_mug02',1008),
(8392,8357,'staticobjects/tableware/dpo_kel_tavern_mug03',1008),
(8393,8358,'staticobjects/tapestry/dpo_kel_tapestry_starchart01',1008),
(8394,8359,'staticobjects/walls/dpo_gf_kel_int_divider_wall01',1008),
(8395,8360,'projectiles/spell_barrel',1008),
(8396,8361,'_exp05/monsters/book_dervish',1008),
(8397,8362,'projectiles/spell_book_trail',1008),
(8398,8363,'accessories/wearable_items/leather/common/low/pauldron01_leather_heavy_left',1008),
(8399,8364,'accessories/wearable_items/leather/common/low/pauldron01_leather_heavy_right',1008),
(8400,8365,'accessories/wearable_items/leather/common/low/shoulders_pauldron01_both',1008),
(8401,8366,'accessories/wearable_items/leather/common/low/shoulders_pauldron01_left',1008),
(8402,8367,'accessories/wearable_items/leather/common/low/shoulders_pauldron01_right',1008),
(8403,8368,'accessories/wearable_items/_exp02/woven_monk/pauldron01_leather_heavy_left',1008),
(8404,8369,'accessories/wearable_items/_exp02/woven_monk/pauldron01_leather_heavy_right',1008),
(8405,8370,'accessories/wearable_items/_exp02/woven_monk/shoulders_pauldron01_both',1008),
(8406,8371,'accessories/wearable_items/_exp02/woven_monk/shoulders_pauldron01_left',1008),
(8407,8372,'accessories/wearable_items/_exp02/woven_monk/shoulders_pauldron01_right',1008),
(8408,8373,'accessories/wearable_items/_exp03/chain_heroic_pristine/pauldron01_leather_heavy_left',1008),
(8409,8374,'accessories/wearable_items/_exp03/chain_heroic_pristine/pauldron01_leather_heavy_right',1008),
(8410,8375,'accessories/wearable_items/_exp03/chain_heroic_pristine/shoulders_pauldron01_both',1008),
(8411,8376,'accessories/wearable_items/_exp03/chain_heroic_pristine/shoulders_pauldron01_left',1008),
(8412,8377,'accessories/wearable_items/_exp03/chain_heroic_pristine/shoulders_pauldron01_right',1008),
(8413,8378,'accessories/wearable_items/chain/chain_tint01/pauldron01_leather_heavy_left',1008),
(8414,8379,'accessories/wearable_items/chain/chain_tint01/pauldron01_leather_heavy_right',1008),
(8415,8380,'accessories/wearable_items/chain/chain_tint01/shoulders_pauldron01_both',1008),
(8416,8381,'accessories/wearable_items/chain/chain_tint01/shoulders_pauldron01_left',1008),
(8417,8382,'accessories/wearable_items/chain/chain_tint01/shoulders_pauldron01_right',1008),
(8418,8383,'accessories/wearable_items/heavy_plate/plain02/pauldron02_vanguard_ridged_left',1008),
(8419,8384,'accessories/wearable_items/heavy_plate/plain02/pauldron02_vanguard_ridged_right',1008),
(8420,8385,'accessories/wearable_items/heavy_plate/plain02/pauldron03_vanguard_flared_left',1008),
(8421,8386,'accessories/wearable_items/heavy_plate/plain02/pauldron03_vanguard_flared_right',1008),
(8422,8387,'accessories/wearable_items/heavy_plate/plain02/pauldron04_vanguard_medium_left',1008),
(8423,8388,'accessories/wearable_items/heavy_plate/plain02/pauldron04_vanguard_medium_right',1008),
(8424,8389,'accessories/wearable_items/heavy_plate/plain02/pauldron05_vanguard_heavy_left',1008),
(8425,8390,'accessories/wearable_items/heavy_plate/plain02/pauldron05_vanguard_heavy_right',1008),
(8426,8391,'accessories/wearable_items/heavy_plate/plain02/pauldron06_vanguard_horns_left',1008),
(8427,8392,'accessories/wearable_items/heavy_plate/plain02/pauldron06_vanguard_horns_right',1008),
(8428,8393,'accessories/wearable_items/heavy_plate/plain02/pauldron07_vanguard_gothic_left',1008),
(8429,8394,'accessories/wearable_items/heavy_plate/plain02/pauldron07_vanguard_gothic_right',1008),
(8430,8395,'accessories/wearable_items/heavy_plate/plain02/pauldron08_vanguard_horns_skulls_left',1008),
(8431,8396,'accessories/wearable_items/heavy_plate/plain02/pauldron08_vanguard_horns_skulls_right',1008),
(8432,8397,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron02_both',1008),
(8433,8398,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron02_left',1008),
(8434,8399,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron02_right',1008),
(8435,8400,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron03_both',1008),
(8436,8401,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron03_left',1008),
(8437,8402,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron03_right',1008),
(8438,8403,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron04_both',1008),
(8439,8404,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron04_left',1008),
(8440,8405,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron04_right',1008),
(8441,8406,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron05_both',1008),
(8442,8407,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron05_left',1008),
(8443,8408,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron05_right',1008),
(8444,8409,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron06_both',1008),
(8445,8410,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron06_left',1008),
(8446,8411,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron06_right',1008),
(8447,8412,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron07_both',1008),
(8448,8413,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron07_left',1008),
(8449,8414,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron07_right',1008),
(8450,8415,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron08_both',1008),
(8451,8416,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron08_left',1008),
(8452,8417,'accessories/wearable_items/heavy_plate/plain02/shoulders_pauldron08_right',1008),
(8453,8418,'accessories/wearable_items/_exp04/sarnak_vanguard/pauldron02_vanguard_ridged_left',1008),
(8454,8419,'accessories/wearable_items/_exp04/sarnak_vanguard/pauldron02_vanguard_ridged_right',1008),
(8455,8420,'accessories/wearable_items/_exp04/sarnak_vanguard/shoulders_pauldron02_both',1008),
(8456,8421,'accessories/wearable_items/_exp04/sarnak_vanguard/shoulders_pauldron02_left',1008),
(8457,8422,'accessories/wearable_items/_exp04/sarnak_vanguard/shoulders_pauldron02_right',1008),
(8458,8423,'accessories/wearable_items/_exp02/vanguard_chitin/pauldron02_vanguard_ridged_left',1008),
(8459,8424,'accessories/wearable_items/_exp02/vanguard_chitin/pauldron02_vanguard_ridged_right',1008),
(8460,8425,'accessories/wearable_items/_exp02/vanguard_chitin/shoulders_pauldron02_both',1008),
(8461,8426,'accessories/wearable_items/_exp02/vanguard_chitin/shoulders_pauldron02_left',1008),
(8462,8427,'accessories/wearable_items/_exp02/vanguard_chitin/shoulders_pauldron02_right',1008),
(8463,8428,'accessories/wearable_items/heavy_plate/plain_white/pauldron03_vanguard_flared_left',1008),
(8464,8429,'accessories/wearable_items/heavy_plate/plain_white/pauldron03_vanguard_flared_right',1008),
(8465,8430,'accessories/wearable_items/heavy_plate/plain_white/pauldron05_vanguard_heavy_left',1008),
(8466,8431,'accessories/wearable_items/heavy_plate/plain_white/pauldron05_vanguard_heavy_right',1008),
(8467,8432,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron03_both',1008),
(8468,8433,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron03_left',1008),
(8469,8434,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron03_right',1008),
(8470,8435,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron05_both',1008),
(8471,8436,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron05_left',1008),
(8472,8437,'accessories/wearable_items/heavy_plate/plain_white/shoulders_pauldron05_right',1008),
(8473,8438,'accessories/wearable_items/_exp03/kaladim_vanguard_01/pauldron03_vanguard_flared_left',1008),
(8474,8439,'accessories/wearable_items/_exp03/kaladim_vanguard_01/pauldron03_vanguard_flared_right',1008),
(8475,8440,'accessories/wearable_items/_exp03/kaladim_vanguard_01/shoulders_pauldron03_both',1008),
(8476,8441,'accessories/wearable_items/_exp03/kaladim_vanguard_01/shoulders_pauldron03_left',1008),
(8477,8442,'accessories/wearable_items/_exp03/kaladim_vanguard_01/shoulders_pauldron03_right',1008),
(8478,8443,'accessories/wearable_items/vanguard/common/low/pauldron03_vanguard_flared_left',1008),
(8479,8444,'accessories/wearable_items/vanguard/common/low/pauldron03_vanguard_flared_right',1008),
(8480,8445,'accessories/wearable_items/vanguard/common/low/shoulders_pauldron03_both',1008),
(8481,8446,'accessories/wearable_items/vanguard/common/low/shoulders_pauldron03_left',1008),
(8482,8447,'accessories/wearable_items/vanguard/common/low/shoulders_pauldron03_right',1008),
(8483,8448,'accessories/wearable_items/heavy_plate/plain/pauldron03_vanguard_flared_left',1008),
(8484,8449,'accessories/wearable_items/heavy_plate/plain/pauldron03_vanguard_flared_right',1008),
(8485,8450,'accessories/wearable_items/heavy_plate/plain/shoulders_pauldron03_both',1008),
(8486,8451,'accessories/wearable_items/heavy_plate/plain/shoulders_pauldron03_left',1008),
(8487,8452,'accessories/wearable_items/heavy_plate/plain/shoulders_pauldron03_right',1008),
(8488,8453,'accessories/wearable_items/vanguard/vanguard_tint01/pauldron04_vanguard_medium_left',1008),
(8489,8454,'accessories/wearable_items/vanguard/vanguard_tint01/pauldron04_vanguard_medium_right',1008),
(8490,8455,'accessories/wearable_items/vanguard/vanguard_tint01/shoulders_pauldron04_both',1008),
(8491,8456,'accessories/wearable_items/vanguard/vanguard_tint01/shoulders_pauldron04_left',1008),
(8492,8457,'accessories/wearable_items/vanguard/vanguard_tint01/shoulders_pauldron04_right',1008),
(8493,8458,'accessories/wearable_items/vanguard/common/high/pauldron06_vanguard_horns_left',1008),
(8494,8459,'accessories/wearable_items/vanguard/common/high/pauldron06_vanguard_horns_right',1008),
(8495,8460,'accessories/wearable_items/vanguard/common/high/shoulders_pauldron06_both',1008),
(8496,8461,'accessories/wearable_items/vanguard/common/high/shoulders_pauldron06_left',1008),
(8497,8462,'accessories/wearable_items/vanguard/common/high/shoulders_pauldron06_right',1008),
(8498,8463,'accessories/wearable_items/vanguard/uncommon/low/pauldron06_vanguard_horns_left',1008),
(8499,8464,'accessories/wearable_items/vanguard/uncommon/low/pauldron06_vanguard_horns_right',1008),
(8500,8465,'accessories/wearable_items/vanguard/uncommon/low/shoulders_pauldron06_both',1008),
(8501,8466,'accessories/wearable_items/vanguard/uncommon/low/shoulders_pauldron06_left',1008),
(8502,8467,'accessories/wearable_items/vanguard/uncommon/low/shoulders_pauldron06_right',1008),
(8503,8468,'accessories/wearable_items/heavy_plate/plain02/chest',1008),
(8504,8469,'accessories/wearable_items/heavy_plate/plain02/feet',1008),
(8505,8470,'accessories/wearable_items/heavy_plate/plain02/forearms',1008),
(8506,8471,'accessories/wearable_items/heavy_plate/plain02/hands',1008),
(8507,8472,'accessories/wearable_items/heavy_plate/plain02/head',1008),
(8508,8473,'accessories/wearable_items/heavy_plate/plain02/left',1008),
(8509,8474,'accessories/wearable_items/heavy_plate/plain02/legs',1008),
(8510,8475,'accessories/wearable_items/heavy_plate/plain02/legs_noskirt',1008),
(8511,8476,'accessories/wearable_items/heavy_plate/plain02/right',1008),
(8512,8477,'accessories/wearable_items/heavy_plate/plain02/shoulders',1008),
(8513,8478,'accessories/wearable_items/heavy_plate/plain02/shoulders_nopauldrons',1008),
(8514,8479,'accessories/wearable_items/heavy_plate/plain02/skirt',1008),
(8515,8480,'accessories/wearable_items/heavy_plate/plain02/upperchest',1008),
(8516,8481,'accessories/wearable_items/heavy_plate/plain_white/chest',1008),
(8517,8482,'accessories/wearable_items/heavy_plate/plain_white/feet',1008),
(8518,8483,'accessories/wearable_items/heavy_plate/plain_white/forearms',1008),
(8519,8484,'accessories/wearable_items/heavy_plate/plain_white/hands',1008),
(8520,8485,'accessories/wearable_items/heavy_plate/plain_white/head',1008),
(8521,8486,'accessories/wearable_items/heavy_plate/plain_white/left',1008),
(8522,8487,'accessories/wearable_items/heavy_plate/plain_white/legs',1008),
(8523,8488,'accessories/wearable_items/heavy_plate/plain_white/legs_noskirt',1008),
(8524,8489,'accessories/wearable_items/heavy_plate/plain_white/right',1008),
(8525,8490,'accessories/wearable_items/heavy_plate/plain_white/shoulders',1008),
(8526,8491,'accessories/wearable_items/heavy_plate/plain_white/shoulders_nopauldrons',1008),
(8527,8492,'accessories/wearable_items/heavy_plate/plain_white/skirt',1008),
(8528,8493,'accessories/wearable_items/heavy_plate/plain_white/upperchest',1008),
(8529,8494,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_both',1008),
(8530,8495,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_left',1008),
(8531,8496,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_right',1008),
(8532,8497,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/chest',1008),
(8533,8498,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/feet',1008),
(8534,8499,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/forearms',1008),
(8535,8500,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/hands',1008),
(8536,8501,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/head',1008),
(8537,8502,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/left',1008),
(8538,8503,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/legs',1008),
(8539,8504,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/legs_noskirt',1008),
(8540,8505,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/right',1008),
(8541,8506,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/shoulders',1008),
(8542,8507,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/shoulders_nopauldrons',1008),
(8543,8508,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/skirt',1008),
(8544,8509,'accessories/wearable_items/heavy_plate/plain_white_sun_symbol/upperchest',1008),
(8545,8510,'accessories/wearable_items01/_exp00/heavy_plate/plain02/chest',1008),
(8546,8511,'accessories/wearable_items01/_exp00/heavy_plate/plain02/feet',1008),
(8547,8512,'accessories/wearable_items01/_exp00/heavy_plate/plain02/forearms',1008),
(8548,8513,'accessories/wearable_items01/_exp00/heavy_plate/plain02/hands',1008),
(8549,8514,'accessories/wearable_items01/_exp00/heavy_plate/plain02/left',1008),
(8550,8515,'accessories/wearable_items01/_exp00/heavy_plate/plain02/legs',1008),
(8551,8516,'accessories/wearable_items01/_exp00/heavy_plate/plain02/legs_noskirt',1008),
(8552,8517,'accessories/wearable_items01/_exp00/heavy_plate/plain02/right',1008),
(8553,8518,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders',1008),
(8554,8519,'accessories/wearable_items01/_exp00/heavy_plate/plain02/skirt',1008),
(8555,8520,'accessories/wearable_items01/_exp00/heavy_plate/plain02/upperchest',1008),
(8556,8521,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/chest',1008),
(8557,8522,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/feet',1008),
(8558,8523,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/forearms',1008),
(8559,8524,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/hands',1008),
(8560,8525,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/head',1008),
(8561,8526,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/left',1008),
(8562,8527,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/legs',1008),
(8563,8528,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/legs_noskirt',1008),
(8564,8529,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/right',1008),
(8565,8530,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders',1008),
(8566,8531,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/skirt',1008),
(8567,8532,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/upperchest',1008),
(8568,8533,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/chest',1008),
(8569,8534,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/feet',1008),
(8570,8535,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/forearms',1008),
(8571,8536,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/hands',1008),
(8572,8537,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/head',1008),
(8573,8538,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/left',1008),
(8574,8539,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/legs',1008),
(8575,8540,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/legs_noskirt',1008),
(8576,8541,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/right',1008),
(8577,8542,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_nopauldrons',1008),
(8578,8543,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron03_both',1008),
(8579,8544,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron03_left',1008),
(8580,8545,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron03_right',1008),
(8581,8546,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron05_both',1008),
(8582,8547,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron05_left',1008),
(8583,8548,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders_pauldron05_right',1008),
(8584,8549,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/skirt',1008),
(8585,8550,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/upperchest',1008),
(8586,8551,'accessories/wearable_items01/_exp00/chain/chain_tint01/shoulders_pauldron01_both',1008),
(8587,8552,'accessories/wearable_items01/_exp00/chain/chain_tint01/shoulders_pauldron01_left',1008),
(8588,8553,'accessories/wearable_items01/_exp00/chain/chain_tint01/shoulders_pauldron01_right',1008),
(8589,8554,'accessories/wearable_items01/_exp00/heavy_plate/plain/shoulders_pauldron03_both',1008),
(8590,8555,'accessories/wearable_items01/_exp00/heavy_plate/plain/shoulders_pauldron03_left',1008),
(8591,8556,'accessories/wearable_items01/_exp00/heavy_plate/plain/shoulders_pauldron03_right',1008),
(8592,8557,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron02_both',1008),
(8593,8558,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron02_left',1008),
(8594,8559,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron02_right',1008),
(8595,8560,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron03_both',1008),
(8596,8561,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron03_left',1008),
(8597,8562,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron03_right',1008),
(8598,8563,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron04_both',1008),
(8599,8564,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron04_left',1008),
(8600,8565,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron04_right',1008),
(8601,8566,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron05_both',1008),
(8602,8567,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron05_left',1008),
(8603,8568,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron05_right',1008),
(8604,8569,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron06_both',1008),
(8605,8570,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron06_left',1008),
(8606,8571,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron06_right',1008),
(8607,8572,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron07_both',1008),
(8608,8573,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron07_left',1008),
(8609,8574,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron07_right',1008),
(8610,8575,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron08_both',1008),
(8611,8576,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron08_left',1008),
(8612,8577,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_pauldron08_right',1008),
(8613,8578,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron03_both',1008),
(8614,8579,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron03_left',1008),
(8615,8580,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron03_right',1008),
(8616,8581,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron05_both',1008),
(8617,8582,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron05_left',1008),
(8618,8583,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_pauldron05_right',1008),
(8619,8584,'accessories/wearable_items01/_exp00/leather/common/low/shoulders_pauldron01_both',1008),
(8620,8585,'accessories/wearable_items01/_exp00/leather/common/low/shoulders_pauldron01_left',1008),
(8621,8586,'accessories/wearable_items01/_exp00/leather/common/low/shoulders_pauldron01_right',1008),
(8622,8587,'accessories/wearable_items01/_exp00/vanguard/common/low/shoulders_pauldron03_both',1008),
(8623,8588,'accessories/wearable_items01/_exp00/vanguard/common/low/shoulders_pauldron03_left',1008),
(8624,8589,'accessories/wearable_items01/_exp00/vanguard/common/low/shoulders_pauldron03_right',1008),
(8625,8590,'accessories/wearable_items01/_exp00/vanguard/common/high/shoulders_pauldron06_both',1008),
(8626,8591,'accessories/wearable_items01/_exp00/vanguard/common/high/shoulders_pauldron06_left',1008),
(8627,8592,'accessories/wearable_items01/_exp00/vanguard/common/high/shoulders_pauldron06_right',1008),
(8628,8593,'accessories/wearable_items01/_exp02/vanguard_chitin/shoulders_pauldron02_both',1008),
(8629,8594,'accessories/wearable_items01/_exp02/vanguard_chitin/shoulders_pauldron02_left',1008),
(8630,8595,'accessories/wearable_items01/_exp02/vanguard_chitin/shoulders_pauldron02_right',1008),
(8631,8596,'accessories/wearable_items01/_exp02/woven_monk/shoulders_pauldron01_both',1008),
(8632,8597,'accessories/wearable_items01/_exp02/woven_monk/shoulders_pauldron01_left',1008),
(8633,8598,'accessories/wearable_items01/_exp02/woven_monk/shoulders_pauldron01_right',1008),
(8634,8599,'accessories/wearable_items01/_exp03/chain_heroic_pristine/shoulders_pauldron01_both',1008),
(8635,8600,'accessories/wearable_items01/_exp03/chain_heroic_pristine/shoulders_pauldron01_left',1008),
(8636,8601,'accessories/wearable_items01/_exp03/chain_heroic_pristine/shoulders_pauldron01_right',1008),
(8637,8602,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/shoulders_pauldron03_both',1008),
(8638,8603,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/shoulders_pauldron03_left',1008),
(8639,8604,'accessories/wearable_items01/_exp03/kaladim_vanguard_01/shoulders_pauldron03_right',1008),
(8640,8605,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_both',1008),
(8641,8606,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_left',1008),
(8642,8607,'accessories/wearable_items01/_exp03/mistmoore_vanguard_01/shoulders_pauldron02_right',1008),
(8643,8608,'accessories/wearable_items01/_exp04/sarnak_vanguard/shoulders_pauldron02_both',1008),
(8644,8609,'accessories/wearable_items01/_exp04/sarnak_vanguard/shoulders_pauldron02_left',1008),
(8645,8610,'accessories/wearable_items01/_exp04/sarnak_vanguard/shoulders_pauldron02_right',1008),
(8646,8611,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/shoulders_pauldron06_both',1008),
(8647,8612,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/shoulders_pauldron06_left',1008),
(8648,8613,'accessories/wearable_items01/_exp00/vanguard/uncommon/low/shoulders_pauldron06_right',1008),
(8649,8614,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin02',1008),
(8650,8615,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin03',1008),
(8651,8616,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin04',1008),
(8652,8617,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin05',1008),
(8653,8618,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin06',1008),
(8654,8619,'_exp03/characters/tool_users/honor_elf/honor_elf_male_paladin07',1008),
(8655,8620,'accessories/wieldable_items/misc/pillow01',1008),
(8656,8621,'staticobjects/tapestry/dpo_tapestry_design_flames',1008),
(8657,8622,'staticobjects/tapestry/runny_standflag01_fire_blue_dpo',1008),
(8658,8623,'staticobjects/cauldron/runnyeye_meltingpot_with_eyes_dpo',1008),
(8659,8624,'staticobjects/torture_chamber/hanging_evileye_dpo',1008),
(8660,8625,'staticobjects/tapestry/dpo_tapestry_design_vampire',1008),
(8661,8626,'staticobjects/tapestry/dpo_tapestry_design_death',1008),
(8662,8627,'staticobjects/tapestry/dpo_tapestry_design_eyesdark',1008),
(8663,8628,'staticobjects/containers/dpo_kel_container_basket02',1008),
(8664,8629,'staticobjects/chairs/dpo_kel_chair_wood01',1008),
(8665,8630,'staticobjects/tableware/dpo_lt_cup01',1008),
(8666,8631,'staticobjects/tableware/dpo_lt_jug01',1008),
(8667,8632,'staticobjects/crystals/dpo_kel_crystal_cylinder_growing01',1008),
(8668,8633,'staticobjects/pillow/dpo_drv_pillow_floor_round_worn01',1008),
(8669,8634,'staticobjects/pillow/dpo_djn_pillow_floor_bluesquare02',1008),
(8670,8635,'staticobjects/carcase/dpo_ss_dunebeetle_carapace01',1008),
(8671,8636,'staticobjects/tables/dpo_drv_table_end_round01',1008),
(8672,8637,'staticobjects/tools/dpo_djn_artist_inkbottle01',1008),
(8673,8638,'accessories/wieldable_items/shields/exp05/tribal_shield',1008),
(8674,8639,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting13_sporali',1008),
(8675,8640,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting15_cyndras',1008),
(8676,8641,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting16_greaves',1008),
(8677,8642,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting17_bunny',1008),
(8678,8643,'staticobjects/tableware/dpo_lt_openbowl01',1008),
(8679,8648,'creatures/tu/gods_varsoon',1008),
(8680,8649,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/shoulders_pauldron04_right',1008),
(8681,8650,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/shoulders_pauldron04_left',1008),
(8682,8651,'accessories/wearable_items01/_exp00/vanguard/vanguard_tint01/shoulders_pauldron04_both',1008),
(8683,8652,'accessories/wearable_items01/_exp00/profesion_hats/clockwork/clockwork_hat_01/head',1008),
(8684,8653,'accessories/wearable_items01/_exp00/heavy_plate/plain02/head',1008),
(8685,8654,'accessories/wearable_items01/_exp00/heavy_plate/plain02/shoulders_nopauldrons',1008),
(8686,8655,'accessories/wearable_items01/_exp00/heavy_plate/plain_white/shoulders_nopauldrons',1008),
(8687,8656,'_exp01/characters/tool_users/genie_male_warterlord',1008),
(8688,8657,'ec/pc/darkelf/darkelf_male_vampire',1008),
(8689,8658,'ec/pc/darkelf/darkelf_female_vampire',1008),
(8690,8659,'accessories/wearable_items/sallet_helmet/heavy_plate_plain/head',1008),
(8691,8660,'accessories/wearable_items01/_exp00/sallet_helmet/heavy_plate_plain/head',1008),
(8692,8661,'_exp05/tool_users/troll_male_pirate',1008),
(8693,8662,'accessories/npc_wearables/pirates/troll_male_pirate_hat',1008),
(8694,8663,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/pauldron02_vanguard_ridged_left',1008),
(8695,8664,'accessories/wearable_items/_exp03/mistmoore_vanguard_01/pauldron02_vanguard_ridged_right',1008),
(8696,8665,'ec/pc/ogre/fire_ogre_male',1008),
(8697,8666,'_exp05/zones/objects/exp05_dun_najena_forge/nh_spin_wheel_gold',1008),
(8698,8667,'_exp05/zones/objects/exp05_dun_najena_forge/nh_wheel_control_panel',1008),
(8699,8668,'creatures/monsters/wolf_shade',1008),
(8700,8669,'_exp01/characters/tool_users/water_djinn_master',1008),
(8701,8670,'_exp02/characters/monsters/basilisk_ice',1008),
(8702,8671,'ec/pc/ogre/green_mist_ogre_female',1008),
(8703,8672,'ec/pc/ogre/green_mist_ogre_male',1008),
(8704,8673,'staticobjects/weapons/dpo_zombie_club_animated02',1008),
(8705,8674,'accessories/wearable_items/heavy_plate/plain02/pauldron08_vanguard_skulls_sarnak_left',1008),
(8706,8675,'accessories/wearable_items/heavy_plate/plain02/pauldron08_vanguard_skulls_sarnak_right',1008),
(8707,8676,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/chest',1008),
(8708,8677,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/feet',1008),
(8709,8678,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/forearms',1008),
(8710,8679,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/hands',1008),
(8711,8680,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/head',1008),
(8712,8681,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/left',1008),
(8713,8682,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/legs',1008),
(8714,8683,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/legs_noskirt',1008),
(8715,8684,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/pauldron07_vanguard_gothic_left',1008),
(8716,8685,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/pauldron07_vanguard_gothic_right',1008),
(8717,8686,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/right',1008),
(8718,8687,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/shoulders',1008),
(8719,8688,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/shoulders_nopauldrons',1008),
(8720,8689,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_both',1008),
(8721,8690,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_left',1008),
(8722,8691,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_right',1008),
(8723,8692,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/skirt',1008),
(8724,8693,'accessories/wearable_items/vanguard/vanguard_chitin_fresnel/upperchest',1008),
(8725,8694,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/chest',1008),
(8726,8695,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/feet',1008),
(8727,8696,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/forearms',1008),
(8728,8697,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/hands',1008),
(8729,8698,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/head',1008),
(8730,8699,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/legs',1008),
(8731,8700,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/legs_noskirt',1008),
(8732,8701,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/right',1008),
(8733,8702,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/shoulders',1008),
(8734,8703,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/shoulders_nopauldrons',1008),
(8735,8704,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_both',1008),
(8736,8705,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_left',1008),
(8737,8706,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/shoulders_pauldron07_right',1008),
(8738,8707,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/skirt',1008),
(8739,8708,'accessories/wearable_items01/_exp00/vanguard/vanguard_chitin_fresnel/upperchest',1008),
(8740,8709,'creatures/tu/iksar_skeleton__bruiser_01_female',1008),
(8741,8710,'creatures/tu/iksar_skeleton__mage_01_female',1008),
(8742,8711,'creatures/tu/iksar_skeleton_female',1008),
(8743,8712,'creatures/tu/iksar_skeleton_mage_01',1008),
(8744,8713,'creatures/tu/iksar_skeleton_miniboss_01',1008),
(8745,8714,'creatures/tu/iksar_skeleton_warrior_01',1008),
(8746,8715,'creatures/tu/iksar_skeleton_warrior_01_female',1008),
(8747,8716,'creatures/tu/iksar_skeleton_warrior_02',1008),
(8748,8717,'creatures/tu/iksar_skeleton_warrior_02_female',1008),
(8749,8718,'creatures/tu/iksar_skeleton_warrior_03',1008),
(8750,8719,'accessories/wearable_items/sallet_helmet/vanguard_chitin_fresnel/head',1008),
(8751,8720,'staticobjects/liveevent/frostfell/dpo_apple_pie',1008),
(8752,8721,'staticobjects/liveevent/frostfell/dpo_apple_pie2',1008),
(8753,8722,'staticobjects/liveevent/frostfell/dpo_bauble_blue01',1008),
(8754,8723,'staticobjects/liveevent/frostfell/dpo_bauble_glass_blue01',1008),
(8755,8724,'staticobjects/liveevent/frostfell/dpo_bauble_glass_green01',1008),
(8756,8725,'staticobjects/liveevent/frostfell/dpo_bauble_glass_red01',1008),
(8757,8726,'staticobjects/liveevent/frostfell/dpo_bauble_gold01',1008),
(8758,8727,'staticobjects/liveevent/frostfell/dpo_bauble_green01',1008),
(8759,8728,'staticobjects/liveevent/frostfell/dpo_bauble_red01',1008),
(8760,8729,'staticobjects/liveevent/frostfell/dpo_bauble_silver01',1008),
(8761,8730,'staticobjects/liveevent/frostfell/dpo_candle_darkver_black01',1008),
(8762,8731,'staticobjects/liveevent/frostfell/dpo_candle_darkver_black02',1008),
(8763,8732,'staticobjects/liveevent/frostfell/dpo_candle_darkver_floating01',1008),
(8764,8733,'staticobjects/liveevent/frostfell/dpo_candle_darkver_purple01',1008),
(8765,8734,'staticobjects/liveevent/frostfell/dpo_candle_darkver_purple02',1008),
(8766,8735,'staticobjects/liveevent/frostfell/dpo_candlegroup_darkver_greenblack',1008),
(8767,8736,'staticobjects/liveevent/frostfell/dpo_candlegroup_darkver_greensilver',1008),
(8768,8737,'staticobjects/liveevent/frostfell/dpo_candlegroup_darkver_purpleblack',1008),
(8769,8738,'staticobjects/liveevent/frostfell/dpo_candlegroup_darkver_purplesilver',1008),
(8770,8739,'staticobjects/liveevent/frostfell/dpo_ham01',1008),
(8771,8740,'staticobjects/liveevent/frostfell/dpo_pastries01',1008),
(8772,8741,'staticobjects/liveevent/frostfell/dpo_present_darkver_black_big',1008),
(8773,8742,'staticobjects/liveevent/frostfell/dpo_present_darkver_black_medium',1008),
(8774,8743,'staticobjects/liveevent/frostfell/dpo_present_darkver_leather_cracked_large',1008),
(8775,8744,'staticobjects/liveevent/frostfell/dpo_present_darkver_leather_group01',1008),
(8776,8745,'staticobjects/liveevent/frostfell/dpo_present_darkver_leather_patched_medium',1008),
(8777,8746,'staticobjects/liveevent/frostfell/dpo_present_darkver_leather_small',1008),
(8778,8747,'staticobjects/liveevent/frostfell/dpo_present_darkver_purple_big',1008),
(8779,8748,'staticobjects/liveevent/frostfell/dpo_present_darkver_purple_group01',1008),
(8780,8749,'staticobjects/liveevent/frostfell/dpo_present_darkver_purple_small',1008),
(8781,8750,'staticobjects/liveevent/frostfell/dpo_sack_of_coal01',1008),
(8782,8751,'staticobjects/liveevent/frostfell/dpo_snowflake01',1008),
(8783,8752,'staticobjects/liveevent/frostfell/dpo_snowflake01_rotate',1008),
(8784,8753,'staticobjects/liveevent/frostfell/dpo_snowflake02',1008),
(8785,8754,'staticobjects/liveevent/frostfell/dpo_snowflake02_rotate',1008),
(8786,8755,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_female_purple',1008),
(8787,8756,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_female_warg_spotted',1008),
(8788,8757,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_female_warg_striped',1008),
(8789,8758,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_green_elven',1008),
(8790,8759,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_green_elven_female',1008),
(8791,8760,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_leathercracked',1008),
(8792,8761,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_leatherpatch',1008),
(8793,8762,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_purple_large',1008),
(8794,8763,'staticobjects/liveevent/frostfell/dpo_stocking_darkver_purple_small',1008),
(8795,8764,'staticobjects/liveevent/frostfell/dpo_wallcandles01_darkver_gold',1008),
(8796,8765,'staticobjects/liveevent/frostfell/dpo_wallcandles01_darkver_iron',1008),
(8797,8766,'staticobjects/liveevent/frostfell/dpo_wallcandles01_darkver_silver',1008),
(8798,8767,'staticobjects/liveevent/halloween/dpo_pumpkin_pie',1008),
(8799,8768,'_exp05/tool_users/lich_knight',1008),
(8800,8769,'_exp05/tool_users/lich_mage_01',1008),
(8801,8770,'_exp05/tool_users/lich_mage_02',1008),
(8802,8771,'_exp05/tool_users/lich_specter_01',1008),
(8803,8772,'_exp05/tool_users/lich_specter_02',1008),
(8804,8773,'_exp05/tool_users/lich_wizard',1008),
(8805,8774,'_exp04/monsters/clay_golem_water',1008),
(8806,8775,'creatures/monsters/rumbler_water',1008),
(8807,8776,'accessories/wieldable_items/weapons/great_sword/greatsword/greatsword002_runic_ice',1008),
(8808,8777,'accessories/wieldable_items/weapons/sword/long_sword/long_sword001_runic_ice',1008),
(8809,8778,'accessories/wieldable_items/weapons/great_axe/large_dwarf_axe/large_dwarf_axe_ice',1008),
(8810,8779,'accessories/wieldable_items/weapons/hammer/mace/mace01_runic_ice',1008),
(8811,8780,'accessories/wieldable_items/weapons/great_hammer/war_hammer/war_hammer001_runic_ice',1008),
(8812,8781,'accessories/wieldable_items/weapons/axe/waraxe/waraxe002_runic_ice',1008),
(8813,8782,'creatures/tu/froglok_kunark_king',1008),
(8814,8783,'staticobjects/crates/floor_crate_darkelf_pile',1008),
(8815,8784,'creatures/tu/froglok_undead_guard',1008),
(8816,8785,'_exp05/monsters/animatedhand_01',1008),
(8817,8786,'_exp05/monsters/animatedhand_01_bracers',1008),
(8818,8787,'_exp05/monsters/animatedhand_02',1008),
(8819,8788,'_exp05/monsters/animatedhand_02_bracers',1008),
(8820,8789,'staticobjects/liveevent/erollisi_objects/vase_with_gold_roses',1008),
(8821,8790,'staticobjects/liveevent/erollisi_objects/vase_with_red_roses',1008),
(8822,8791,'staticobjects/urns/fprt_vase_glass01_dpo',1008),
(8823,8792,'accessories/wearable_items01/_exp00/sallet_helmet/vanguard_chitin_fresnel/head',1008),
(8824,8793,'accessories/wieldable_items/weapons/staff/anashti_sul_staff/anashti_sul_staff',1008),
(8825,8794,'accessories/wieldable_items/weapons/staff/anashti_sul_staff/anashti_sul_staff_undead',1008),
(8826,8795,'staticobjects/dressers/floor_mayong_dresser',1008),
(8827,8796,'staticobjects/beds/floor_mayong_bed',1008),
(8828,8797,'staticobjects/dressers/floor_mayong_desk',1008),
(8829,8798,'staticobjects/statues/female_suit_of_armor',1008),
(8830,8799,'staticobjects/chairs/floor_chair_mayong_desk',1008),
(8831,8800,'staticobjects/chairs/floor_couch_mayong_blue_double',1008),
(8832,8801,'staticobjects/chairs/floor_couch_mayong_blue_single',1008),
(8833,8802,'staticobjects/chairs/floor_couch_mayong_gold_double',1008),
(8834,8803,'staticobjects/chairs/floor_couch_mayong_gold_single',1008),
(8835,8804,'staticobjects/bookcases/floor_mayong_bookcase',1008),
(8836,8805,'staticobjects/beds/floor_bed_mayong_blue',1008),
(8837,8806,'staticobjects/beds/floor_bed_mayong_purple',1008),
(8838,8807,'staticobjects/brazier/floor_basin',1008),
(8839,8808,'staticobjects/dressers/floor_mayong_dresser02',1008),
(8840,8809,'staticobjects/weapons/dpo_axe_curved_handle_plain',1008),
(8841,8810,'staticobjects/weapons/dpo_battleaxe_uncom',1008),
(8842,8811,'staticobjects/weapons/dpo_battleaxe_uncom3_dwarven',1008),
(8843,8812,'staticobjects/weapons/dpo_cobra_hatchet_plain',1008),
(8844,8813,'staticobjects/weapons/dpo_crescentaxe_uncom',1008),
(8845,8814,'staticobjects/weapons/dpo_executioners_axe',1008),
(8846,8815,'staticobjects/weapons/dpo_executioners_axe_com',1008),
(8847,8816,'staticobjects/weapons/dpo_executioners_cleaver',1008),
(8848,8817,'staticobjects/weapons/dpo_pickaxe_uncommon1',1008),
(8849,8818,'_exp05/monsters/dire_bear01_warmor01',1008),
(8850,8819,'_exp05/monsters/dire_bear01_warmor02',1008),
(8851,8820,'_exp05/monsters/dire_bear01_wsaddle',1008),
(8852,8821,'_exp05/monsters/dire_bear01_wsaddle_armor01',1008),
(8853,8822,'_exp05/monsters/dire_bear01_wsaddle_armor02',1008),
(8854,8823,'_exp05/monsters/dire_bear02_warmor01',1008),
(8855,8824,'_exp05/monsters/dire_bear02_warmor02',1008),
(8856,8825,'_exp05/monsters/dire_bear02_wsaddle',1008),
(8857,8826,'_exp05/monsters/dire_bear02_wsaddle_armor01',1008),
(8858,8827,'_exp05/monsters/dire_bear02_wsaddle_armor02',1008),
(8859,8828,'_exp05/monsters/dire_bear03_warmor01',1008),
(8860,8829,'_exp05/monsters/dire_bear03_warmor02',1008),
(8861,8830,'_exp05/monsters/dire_bear03_wsaddle',1008),
(8862,8831,'_exp05/monsters/dire_bear03_wsaddle_armor01',1008),
(8863,8832,'_exp05/monsters/dire_bear03_wsaddle_armor02',1008),
(8864,8833,'_exp05/monsters/dire_bear04_warmor01',1008),
(8865,8834,'_exp05/monsters/dire_bear04_warmor02',1008),
(8866,8835,'_exp05/monsters/dire_bear04_wsaddle',1008),
(8867,8836,'_exp05/monsters/dire_bear04_wsaddle_armor01',1008),
(8868,8837,'_exp05/monsters/dire_bear04_wsaddle_armor02',1008),
(8869,8838,'_exp05/tool_users/troll_female_pirate',1008),
(8870,8839,'accessories/wearable_items01/_exp00/magus/common/low/pants_tintable',1008),
(8871,8840,'accessories/wearable_items01/_exp00/magus/common/high/chest_tintpants',1008),
(8872,8841,'staticobjects/transports/carriage',1008),
(8873,8842,'accessories/wieldable_items/weapons/exp03/1h_pierce/exp03_1hp_unicorn_horn_dagger_ice',1008),
(8874,8843,'_exp05/monsters/animatedhand_03',1008),
(8875,8844,'_exp05/monsters/animatedhand_03_bracers',1008),
(8876,8845,'_exp05/zones/objects/exp05_dun_mistmoore_repository/projector_base',1008),
(8877,8846,'_exp05/zones/objects/exp05_dun_mistmoore_repository/projector_coin',1008),
(8878,8847,'creatures/monsters/drake_fire',1008),
(8879,8848,'staticobjects/chairs/dpo_djn_chair_artiststool_brass01',1008),
(8880,8849,'staticobjects/chairs/dpo_djn_chair_high_brass01',1008),
(8881,8850,'staticobjects/dressers/dpo_kel_dresser01',1008),
(8882,8851,'staticobjects/pillow/dpo_djn_pillow_floor_redround02',1008),
(8883,8852,'staticobjects/tables/dpo_djn_table_bedside02_brass01',1008),
(8884,8853,'staticobjects/tables/dpo_drv_bench_brass_ornate01',1008),
(8885,8857,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/head',1008),
(8886,8858,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/straight_crest_shiny',1008),
(8887,8859,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/transverse_crest_shiny',1008),
(8888,8863,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/head',1008),
(8889,8864,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/straight_crest_shiny',1008),
(8890,8866,'ec/pc/cyclops/cyclops_male',1008),
(8891,8867,'ec/pc/cyclops/cyclops_male_fire',1008),
(8892,8868,'accessories/wearable_items/cloak/exp05/cloak_void_01',1008),
(8893,8869,'_exp05/monsters/dire_bear01',1008),
(8894,8870,'_exp05/monsters/dire_bear02',1008),
(8895,8871,'_exp05/monsters/dire_bear03',1008),
(8896,8872,'_exp05/monsters/dire_bear04',1008),
(8897,8873,'creatures/pets/pet_rock01',1008),
(8898,8874,'creatures/pets/pet_rock02',1008),
(8899,8875,'creatures/pets/pet_rock03',1008),
(8900,8876,'creatures/pets/pet_rock04',1008),
(8901,8877,'creatures/pets/pet_rock05',1008),
(8902,8878,'creatures/pets/pet_rock01_copperspots',1008),
(8903,8879,'creatures/pets/pet_rock01_purplespots',1008),
(8904,8880,'creatures/pets/pet_rock02_copperspots',1008),
(8905,8881,'creatures/pets/pet_rock02_purplespots',1008),
(8906,8882,'creatures/pets/pet_rock03_copperspots',1008),
(8907,8883,'creatures/pets/pet_rock03_purplespots',1008),
(8908,8884,'creatures/pets/pet_rock04_copperspots',1008),
(8909,8885,'creatures/pets/pet_rock04_purplespots',1008),
(8910,8886,'creatures/pets/pet_rock05_coppespots',1008),
(8911,8887,'creatures/pets/pet_rock05_purplespots',1008),
(8912,8888,'accessories/wearable_items/cloak/exp05/cloak_sq_01_beer_stained_01',1008),
(8913,8889,'creatures/monsters/mantaray_shadow',1008),
(8914,8890,'_exp05/tool_users/lich_shadow_01',1008),
(8915,8891,'_exp05/tool_users/lich_shadow_02',1008),
(8916,8892,'_exp05/tool_users/lich_knight_ghost',1008),
(8917,8893,'_exp05/tool_users/lich_shadow_03',1008),
(8918,8894,'_exp05/tool_users/lich_shadow_04',1008),
(8919,8895,'accessories/npc_wearables/voidman_armor/voidman_chest_01',1008),
(8920,8896,'accessories/npc_wearables/voidman_armor/voidman_head_01',1008),
(8921,8897,'accessories/npc_wearables/voidman_armor/voidman_head_02',1008),
(8922,8898,'accessories/npc_wearables/voidman_armor/voidman_head_03',1008),
(8923,8899,'accessories/npc_wearables/voidman_armor/voidman_head_04',1008),
(8924,8900,'accessories/npc_wearables/voidman_armor/voidman_legs_01',1008),
(8925,8901,'accessories/npc_wearables/voidman_armor/voidman_legs_02',1008),
(8926,8902,'accessories/npc_wearables/voidman_armor/voidman_legs_03',1008),
(8927,8903,'accessories/npc_wearables/voidman_armor/voidman_legs_04',1008),
(8928,8904,'accessories/npc_wearables/voidman_armor/voidman_legs_06',1008),
(8929,8905,'accessories/npc_wearables/voidman_armor/voidman_shoulders_01',1008),
(8930,8906,'accessories/npc_wearables/voidman_armor/voidman_shoulders_02',1008),
(8931,8907,'accessories/npc_wearables/voidman_armor/voidman_shoulders_03',1008),
(8932,8908,'accessories/npc_wearables/voidman_armor/voidman_shoulders_04',1008),
(8933,8909,'accessories/npc_wearables/voidman_armor/runes/all_orbs',1008),
(8934,8910,'accessories/npc_wearables/voidman_armor/runes/all_runes',1008),
(8935,8911,'accessories/npc_wearables/voidman_armor/runes/orb01',1008),
(8936,8912,'accessories/npc_wearables/voidman_armor/runes/orb02',1008),
(8937,8913,'accessories/npc_wearables/voidman_armor/runes/orb03',1008),
(8938,8914,'accessories/npc_wearables/voidman_armor/runes/orb04',1008),
(8939,8915,'accessories/npc_wearables/voidman_armor/runes/orb05',1008),
(8940,8916,'accessories/npc_wearables/voidman_armor/runes/orb06',1008),
(8941,8917,'accessories/npc_wearables/voidman_armor/runes/rune01',1008),
(8942,8918,'accessories/npc_wearables/voidman_armor/runes/rune02',1008),
(8943,8919,'accessories/npc_wearables/voidman_armor/runes/rune03',1008),
(8944,8920,'accessories/npc_wearables/voidman_armor/runes/rune04',1008),
(8945,8921,'accessories/npc_wearables/voidman_armor/runes/rune05',1008),
(8946,8922,'accessories/npc_wearables/voidman_armor/runes/rune06',1008),
(8947,8923,'_exp05/tool_users/voidman',1008),
(8948,8924,'_exp05/tool_users/voidman_commoner_01',1008),
(8949,8925,'_exp05/tool_users/voidman_commoner_02',1008),
(8950,8926,'_exp05/tool_users/voidman_mage_01',1008),
(8951,8927,'_exp05/tool_users/voidman_mage_02',1008),
(8952,8928,'_exp05/tool_users/voidman_warrior_01',1008),
(8953,8929,'_exp05/tool_users/voidman_warrior_02',1008),
(8954,8930,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_no_crest',1008),
(8955,8931,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_straight_crest',1008),
(8956,8932,'accessories/wearable_items/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_transverse_crest',1008),
(8957,8933,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_no_crest',1008),
(8958,8934,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_straight_crest',1008),
(8959,8936,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_dock_dpo',1008),
(8960,8937,'_exp01/characters/tool_users/specter_shade',1008),
(8961,8938,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/transverse_crest_shiny',1008),
(8962,8939,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/shiny/centurion_helmet_shiny_head_transverse_crest',1008),
(8963,8940,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/centurion_helmet_plain01_head_no_crest',1008),
(8964,8941,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/centurion_helmet_plain01_head_straight_crest',1008),
(8965,8942,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/centurion_helmet_plain01_head_transverse_crest',1008),
(8966,8943,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/head',1008),
(8967,8944,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/straight_crest_plain01',1008),
(8968,8945,'accessories/wearable_items/profesion_hats/centurion_helm/plain01/transverse_crest_plain01',1008),
(8969,8946,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/centurion_helmet_plain01_head_no_crest',1008),
(8970,8947,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/centurion_helmet_plain01_head_straight_crest',1008),
(8971,8948,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/centurion_helmet_plain01_head_transverse_crest',1008),
(8972,8949,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/head',1008),
(8973,8950,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/straight_crest_plain01',1008),
(8974,8951,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/plain_01/transverse_crest_plain01',1008),
(8975,8952,'staticobjects/kitchen/spoon_wall_dpo',1008),
(8976,8953,'_exp05/tool_users/ogre_male_pirate',1008),
(8977,8954,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_side_supports01_dpo',1008),
(8978,8955,'ec/pc/troll/troll_female_void',1008),
(8979,8956,'ec/pc/troll/troll_male_void',1008),
(8980,8957,'creatures/monsters/thoughtbleeder_shade',1008),
(8981,8958,'creatures/tu/illusionary_soldier_void',1008),
(8982,8959,'_exp05/tool_users/grummus_01',1008),
(8983,8960,'accessories/wearable_items/profesion_hats/proffiddlewiz_cap/head',1008),
(8984,8961,'accessories/wearable_items01/_exp00/profesion_hats/miners_helm/head',1008),
(8985,8962,'accessories/wearable_items/profesion_hats/miners_helm/head',1008),
(8986,8963,'accessories/wieldable_items/weapons/exp05/shld_nurgg_shield',1008),
(8987,8964,'accessories/wieldable_items/weapons/exp05/exp05_1hs_kruzz_sword',1008),
(8988,8965,'accessories/wieldable_items/weapons/exp05/exp05_1hp_asharae_dagger',1008),
(8989,8966,'staticobjects/guildhall/gh_loot_cm_coffin_mistmoore01',1008),
(8990,8967,'staticobjects/guildhall/gh_loot_darathar_head_floor',1008),
(8991,8969,'staticobjects/guildhall/gh_loot_gnoll_head_floor',1008),
(8992,8971,'staticobjects/guildhall/gh_loot_godking_anuk01',1008),
(8993,8972,'staticobjects/guildhall/gh_loot_tarinax_head_floor',1008),
(8994,8974,'staticobjects/guildhall/gh_loot_venekor_head_floor',1008),
(8995,8976,'staticobjects/guildhall/gh_loot_vox_head_floor',1008),
(8996,8978,'staticobjects/guildhall/fprt_obj_landmarkstatue01',1008),
(8997,8979,'staticobjects/guildhall/fprt_obj_squarestatue01',1008),
(8998,8980,'staticobjects/guildhall/qey_obj_landmarkstatue01',1008),
(8999,8981,'staticobjects/guildhall/qey_obj_squarestatue01',1008),
(9000,8982,'_exp05/zones/objects/exp05_dun_mistmoore_repository/projector_complete',1008),
(9001,8983,'accessories/wieldable_items/weapons/exp05/exp05_1hc_eylee_drum',1008),
(9002,8984,'accessories/wieldable_items/weapons/exp05/exp05_1hs_claymore_bayle',1008),
(9003,8985,'accessories/wieldable_items/weapons/exp05/exp05_bow_illisia_bow',1008),
(9004,8986,'accessories/wieldable_items/shields/tower_shield/marrowguts_blocker/marrowguts_blocker',1008),
(9005,8987,'accessories/wearable_items/crown_of_tearis/head',1008),
(9006,8988,'accessories/wearable_items/crown_of_tearis/head_crown_unbroken',1008),
(9007,8989,'accessories/wearable_items01/_exp00/crown_of_tearis/head',1008),
(9008,8990,'accessories/wearable_items01/_exp00/crown_of_tearis/head_crown_unbroken',1008),
(9009,8991,'accessories/wieldable_items/weapons/exp05/exp05_1hc_katluk_censor',1008),
(9010,8992,'accessories/wearable_items/cloak/exp05/cloak_sq_01_roadyle_mage',1008),
(9011,8993,'_exp05/tool_users/proto_myrdal_01',1008),
(9012,8994,'staticobjects/racks/winerack_assembly_dpo',1008),
(9013,8995,'accessories/wearable_items/profesion_hats/centurion_helm/fire_crest/centurion_helmet_shiny_head_straight_fire_crest',1008),
(9014,8996,'accessories/wearable_items/profesion_hats/centurion_helm/fire_crest/centurion_helmet_shiny_head_transverse_fire_crest',1008),
(9015,8997,'accessories/wearable_items/profesion_hats/centurion_helm/fire_crest/straight_fire_crest_shiny',1008),
(9016,8998,'accessories/wearable_items/profesion_hats/centurion_helm/fire_crest/transverse_fire_crest_shiny',1008),
(9017,8999,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/fire_crest/centurion_helmet_shiny_head_straight_fire_crest',1008),
(9018,9000,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/fire_crest/centurion_helmet_shiny_head_transverse_fire_crest',1008),
(9019,9001,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/fire_crest/straight_fire_crest_shiny',1008),
(9020,9002,'accessories/wearable_items01/_exp00/profesion_hats/centurion_helm/fire_crest/transverse_fire_crest_shiny',1008),
(9021,9003,'staticobjects/dressers/dpo_kel_container_merch_acorn02',1008),
(9022,9004,'accessories/wieldable_items/shields/exp05/ethernaut_shield',1008),
(9023,9005,'creatures/tu/nightbloodwarrior_shade',1008),
(9024,9006,'_exp05/zones/objects/exp05_dun_mistmoore_manor/man_portrait_big_goldblack',1008),
(9025,9007,'_exp05/tool_users/lich_light_spirit',1008),
(9026,9008,'_exp05/tool_users/lich_specter_02_negativelight',1008),
(9027,9009,'accessories/wearable_items/cloak/exp05/cloak_sq_01_ethernaut',1008),
(9028,9010,'creatures/mounts/carpet_ethernaut',1008),
(9029,9011,'_exp05/zones/objects/exp05_dun_miragul_shard/miragul_obj_crystal',1008),
(9030,9012,'staticobjects/tapestry/dpo_tapestry_beer_stained_fan_faire_2008',1008),
(9031,9013,'accessories/npc_wearables/dire_bear_armor/direbear_armor01_chest',1008),
(9032,9014,'accessories/npc_wearables/dire_bear_armor/direbear_armor01_hands',1008),
(9033,9015,'accessories/npc_wearables/dire_bear_armor/direbear_armor01_head',1008),
(9034,9016,'accessories/npc_wearables/dire_bear_armor/direbear_armor01_legs',1008),
(9035,9017,'accessories/npc_wearables/dire_bear_armor/direbear_armor01_shoulders',1008),
(9036,9018,'accessories/npc_wearables/dire_bear_armor/direbear_armor02_chest',1008),
(9037,9019,'accessories/npc_wearables/dire_bear_armor/direbear_armor02_hands',1008),
(9038,9020,'accessories/npc_wearables/dire_bear_armor/direbear_armor02_head',1008),
(9039,9021,'accessories/npc_wearables/dire_bear_armor/direbear_armor02_legs',1008),
(9040,9022,'accessories/npc_wearables/dire_bear_armor/direbear_armor02_shoulders',1008),
(9041,9023,'accessories/npc_wearables/dire_bear_armor/direbear_saddle01_chest',1008),
(9042,9024,'creatures/mounts/horse_armor01/horse01_armor01_shadow',1008),
(9043,9025,'ec/npc/skeletonorc_shadow',1008),
(9044,9026,'ec/npc/skeletonorc_shadow_negativelight',1008),
(9045,9027,'creatures/tu/nightbloodwarrior_shade_negativelight',1008),
(9046,9028,'creatures/tu/skeleton_king_greater_shade_negativelight',1008),
(9047,9029,'creatures/tu/froglok_skeleton_redeyes',1008),
(9048,9030,'_exp01/characters/monsters/harpy_raven',1008),
(9049,9031,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_appoloosa',1008),
(9050,9032,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_palomino',1008),
(9051,9033,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_solid',1008),
(9052,9034,'creatures/monsters/dervish_glass_tintable',1008),
(9053,9035,'ec/pc/human/human_female_ghost_loop',1008),
(9054,9036,'ec/pc/human/human_male_ghost_loop',1008),
(9055,9037,'creatures/monsters/gargoyle_shade',1008),
(9056,9038,'_exp05/tool_users/gynok_moltor_shade',1008),
(9057,9039,'staticobjects/tcg/tcg_tempest_teacup',1008),
(9058,9040,'accessories/wearable_items/_exp05/guk_heavycloth/chest',1008),
(9059,9041,'accessories/wearable_items/_exp05/guk_heavycloth/feet',1008),
(9060,9042,'accessories/wearable_items/_exp05/guk_heavycloth/forearms',1008),
(9061,9043,'accessories/wearable_items/_exp05/guk_heavycloth/hands',1008),
(9062,9044,'accessories/wearable_items/_exp05/guk_heavycloth/legs',1008),
(9063,9045,'accessories/wearable_items/_exp05/guk_heavycloth/shoulders',1008),
(9064,9046,'accessories/wearable_items/_exp05/guk_leather/chest',1008),
(9065,9047,'accessories/wearable_items/_exp05/guk_leather/feet',1008),
(9066,9048,'accessories/wearable_items/_exp05/guk_leather/forearms',1008),
(9067,9049,'accessories/wearable_items/_exp05/guk_leather/hands',1008),
(9068,9050,'accessories/wearable_items/_exp05/guk_leather/legs',1008),
(9069,9051,'accessories/wearable_items/_exp05/guk_leather/legs_noskirt',1008),
(9070,9052,'accessories/wearable_items/_exp05/guk_leather/shoulders',1008),
(9071,9053,'accessories/wearable_items/_exp05/guk_leather/skirt',1008),
(9072,9054,'accessories/wearable_items/_exp05/guk_vanguard/chest',1008),
(9073,9055,'accessories/wearable_items/_exp05/guk_vanguard/feet',1008),
(9074,9056,'accessories/wearable_items/_exp05/guk_vanguard/forearms',1008),
(9075,9057,'accessories/wearable_items/_exp05/guk_vanguard/hands',1008),
(9076,9058,'accessories/wearable_items/_exp05/guk_vanguard/legs',1008),
(9077,9059,'accessories/wearable_items/_exp05/guk_vanguard/legs_noskirt',1008),
(9078,9060,'accessories/wearable_items/_exp05/guk_vanguard/right',1008),
(9079,9061,'accessories/wearable_items/_exp05/guk_vanguard/shoulders',1008),
(9080,9062,'accessories/wearable_items/_exp05/guk_vanguard/shoulders_nopauldrons',1008),
(9081,9063,'accessories/wearable_items/_exp05/guk_vanguard/skirt',1008),
(9082,9064,'_exp05/tool_users/troll_female_pirate_skimpy',1008),
(9083,9065,'_exp05/tool_users/troll_male_pirate_pegleg',1008),
(9084,9066,'staticobjects/guildhall/majdul_derv_orrey01',1008),
(9085,9067,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_stone_bench_01',1008),
(9086,9068,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_stone_bench_02',1008),
(9087,9069,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_stone_table_01',1008),
(9088,9070,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_stone_table_long_01',1008),
(9089,9071,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_canopic_jar_01',1008),
(9090,9072,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_bar_counter_broken_01',1008),
(9091,9073,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_bar_counter_broken_02',1008),
(9092,9074,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_bench_broken_01',1008),
(9093,9075,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_chair_broken_01',1008),
(9094,9076,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_chair_broken_02',1008),
(9095,9077,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_chair_broken_03',1008),
(9096,9078,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_table_large_broken_01',1008),
(9097,9079,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_table_large_broken_02',1008),
(9098,9080,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_table_small_broken_01',1008),
(9099,9081,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fprt_hood_table_small_broken_02',1008),
(9100,9082,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_stone_chair_01',1008),
(9101,9083,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_clay_pot_tall_01',1008),
(9102,9084,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fallengate_swordrack_01',1008),
(9103,9085,'_exp05/zones/objects/exp05_dun_befallen_forsaken/fallengate_swordrack_busted_01',1008),
(9104,9086,'accessories/wearable_items/cloak/exp05/cloak_sq_01_ethernaut_asharae',1008),
(9105,9087,'accessories/wearable_items/cloak/exp05/cloak_sq_01_ethernaut_illisia',1008),
(9106,9088,'accessories/wearable_items/_exp05/guk_magus/chest',1008),
(9107,9091,'accessories/wearable_items/_exp05/guk_robe/chest',1008),
(9108,9092,'accessories/wearable_items/_exp05/guk_robe/pants',1008),
(9109,9093,'accessories/wearable_items/_exp05/guk_robe/skirt',1008),
(9110,9094,'staticobjects/guildhall/fprt_obj_landmarkstatue01_nobirds',1008),
(9111,9095,'staticobjects/guildhall/qey_obj_landmarkstatue01_nobirds',1008),
(9112,9096,'_exp05/tool_users/gynok_moltor',1008),
(9113,9097,'_exp05/tool_users/mummy_variant_mage_01',1008),
(9114,9098,'_exp05/zones/objects/exp05_dun_guk_lower/banners/guk_lower_banner01_wall01',1008),
(9115,9099,'_exp05/zones/objects/exp05_dun_guk_lower/banners/guk_lower_banner01_wall02',1008),
(9116,9100,'accessories/wieldable_items/weapons/hammer/rolling_pin/rolling_pin_01',1008),
(9117,9101,'accessories/wieldable_items/weapons/hammer/rolling_pin/rolling_pin_metal',1008),
(9118,9102,'_exp05/tool_users/proto_drachnid_01',1008),
(9119,9103,'accessories/wearable_items/cloak/exp05/cloak_sq_01_ethernaut_bayle',1008),
(9120,9104,'staticobjects/tcg/tcg_ice_cream_cart_01',1008),
(9121,9105,'accessories/wieldable_items/misc/npc_torch_01',1008),
(9122,9106,'_exp01/characters/monsters/naga_shade',1008),
(9123,9107,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_statue_mounted_knight',1008),
(9124,9108,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_statue_mounted_knight_headless',1008),
(9125,9109,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_statue_knight',1008),
(9126,9110,'staticobjects/liveevent/dpo_temple_of_life',1008),
(9127,9111,'accessories/wieldable_items/weapons/exp05/2h_void_staff01_bubbles',1008),
(9128,9112,'creatures/mounts/unicorn/unicorn_saddle01',1008),
(9129,9113,'creatures/mounts/unicorn/unicorn_saddle02',1008),
(9130,9114,'creatures/mounts/unicorn/unicorn_saddle_bags_01',1008),
(9131,9115,'_exp05/tool_users/boarfiend_armor_light',1008),
(9132,9116,'_exp05/tool_users/boarfiend_armor_medium',1008),
(9133,9117,'_exp05/tool_users/boarfiend_armor_heavy',1008),
(9134,9118,'_exp05/zones/objects/exp05_dun_befallen_forsaken/befallen_hourglass',1008),
(9135,9119,'accessories/wearable_items/_exp05/guk_heavycloth/guk_pauldron01_left',1008),
(9136,9120,'accessories/wearable_items/_exp05/guk_heavycloth/guk_pauldron01_right',1008),
(9137,9121,'accessories/wearable_items/_exp05/guk_heavycloth/guk_pauldron02_left',1008),
(9138,9122,'accessories/wearable_items/_exp05/guk_heavycloth/guk_pauldron02_right',1008),
(9139,9123,'accessories/wearable_items/_exp05/guk_heavycloth/guk_wrist01_left',1008),
(9140,9124,'accessories/wearable_items/_exp05/guk_heavycloth/guk_wrist01_right',1008),
(9141,9125,'accessories/wearable_items/_exp05/guk_heavycloth/guk_wrist02_left',1008),
(9142,9126,'accessories/wearable_items/_exp05/guk_heavycloth/guk_wrist02_right',1008),
(9143,9127,'accessories/wearable_items/_exp05/guk_heavycloth/hands_wrist01_both',1008),
(9144,9128,'accessories/wearable_items/_exp05/guk_heavycloth/hands_wrist02_both',1008),
(9145,9129,'accessories/wearable_items/_exp05/guk_heavycloth/shoulders_pauldron01_both',1008),
(9146,9130,'accessories/wearable_items/_exp05/guk_heavycloth/shoulders_pauldron02_both',1008),
(9147,9131,'accessories/wearable_items/_exp05/guk_helms/guk_hat01',1008),
(9148,9132,'accessories/wearable_items/_exp05/guk_helms/guk_hat02',1008),
(9149,9133,'accessories/wearable_items/_exp05/guk_leather/hands_wrist01_both',1008),
(9150,9134,'accessories/wearable_items/_exp05/guk_leather/hands_wrist02_both',1008),
(9151,9135,'accessories/wearable_items/_exp05/guk_leather/shoulders_pauldron01_both',1008),
(9152,9136,'accessories/wearable_items/_exp05/guk_leather/shoulders_pauldron02_both',1008),
(9153,9137,'accessories/wearable_items/_exp05/guk_magus/chest_pauldrons01_both',1008),
(9154,9138,'accessories/wearable_items/_exp05/guk_magus/chest_pauldrons02_both',1008),
(9155,9139,'accessories/wearable_items/_exp05/guk_robe/chest_pauldrons01_both',1008),
(9156,9140,'accessories/wearable_items/_exp05/guk_robe/chest_pauldrons02_both',1008),
(9157,9141,'accessories/wearable_items/_exp05/guk_vanguard/hands_wrist01_both',1008),
(9158,9142,'accessories/wearable_items/_exp05/guk_vanguard/hands_wrist02_both',1008),
(9159,9143,'accessories/wearable_items/_exp05/guk_vanguard/shoulders_pauldrons01_both',1008),
(9160,9144,'accessories/wearable_items/_exp05/guk_vanguard/shoulders_pauldrons02_both',1008),
(9161,9145,'creatures/tu/lavastatue_boss',1008),
(9162,9146,'accessories/wieldable_items/shields/tower_shield/turtle_shield/turtle_shield01',1008),
(9163,9147,'accessories/wearable_items/_exp05/void_heavycloth/chest',1008),
(9164,9148,'accessories/wearable_items/_exp05/void_heavycloth/feet',1008),
(9165,9149,'accessories/wearable_items/_exp05/void_heavycloth/forearms',1008),
(9166,9150,'accessories/wearable_items/_exp05/void_heavycloth/hands',1008),
(9167,9151,'accessories/wearable_items/_exp05/void_heavycloth/head',1008),
(9168,9152,'accessories/wearable_items/_exp05/void_heavycloth/legs',1008),
(9169,9153,'accessories/wearable_items/_exp05/void_heavycloth/shoulders',1008),
(9170,9154,'accessories/wearable_items/_exp05/void_leather/chest',1008),
(9171,9155,'accessories/wearable_items/_exp05/void_leather/feet',1008),
(9172,9156,'accessories/wearable_items/_exp05/void_leather/forearms',1008),
(9173,9157,'accessories/wearable_items/_exp05/void_leather/hands',1008),
(9174,9158,'accessories/wearable_items/_exp05/void_leather/head',1008),
(9175,9159,'accessories/wearable_items/_exp05/void_leather/legs',1008),
(9176,9160,'accessories/wearable_items/_exp05/void_leather/legs_noskirt',1008),
(9177,9161,'accessories/wearable_items/_exp05/void_leather/shoulders',1008),
(9178,9162,'accessories/wearable_items/_exp05/void_leather/skirt',1008),
(9179,9163,'accessories/wearable_items/_exp05/void_magus/chest',1008),
(9180,9166,'accessories/wearable_items/_exp05/void_robe/chest',1008),
(9181,9167,'accessories/wearable_items/_exp05/void_robe/hood',1008),
(9182,9168,'accessories/wearable_items/_exp05/void_robe/pants',1008),
(9183,9169,'accessories/wearable_items/_exp05/void_robe/skirt',1008),
(9184,9170,'accessories/wearable_items/_exp05/void_vanguard/chest',1008),
(9185,9171,'accessories/wearable_items/_exp05/void_vanguard/feet',1008),
(9186,9172,'accessories/wearable_items/_exp05/void_vanguard/forearms',1008),
(9187,9173,'accessories/wearable_items/_exp05/void_vanguard/hands',1008),
(9188,9174,'accessories/wearable_items/_exp05/void_vanguard/head',1008),
(9189,9175,'accessories/wearable_items/_exp05/void_vanguard/legs',1008),
(9190,9176,'accessories/wearable_items/_exp05/void_vanguard/legs_noskirt',1008),
(9191,9177,'accessories/wearable_items/_exp05/void_vanguard/right',1008),
(9192,9178,'accessories/wearable_items/_exp05/void_vanguard/shoulders',1008),
(9193,9179,'accessories/wearable_items/_exp05/void_vanguard/shoulders_nopauldrons',1008),
(9194,9180,'accessories/wearable_items/_exp05/void_vanguard/skirt',1008),
(9195,9181,'accessories/wieldable_items/weapons/staff/staff_of_theer/staff_of_theer',1008),
(9196,9182,'_exp05/zones/objects/exp05_dun_mistmoore_manor/female_suit_of_armor',1008),
(9197,9183,'_exp05/zones/objects/exp05_dun_void_anchor/void_lamp01',1008),
(9198,9184,'_exp05/tool_users/mummy_variant_warrior_01',1008),
(9199,9185,'accessories/npc_wearables/voidman_armor/voidman_legs_05',1008),
(9200,9186,'accessories/wearable_items/cloak/exp05/cloak_sq_01_antonia',1008),
(9201,9187,'accessories/wearable_items/cloak/exp05/cloak_sq_01_lucan',1008),
(9202,9188,'_exp05/zones/objects/exp05_dun_befallen_forsaken/bef_shield_statue01',1008),
(9203,9189,'_exp05/zones/objects/exp05_dun_befallen_forsaken/bef_statue_warrior_shield01',1008),
(9204,9190,'_exp05/zones/objects/exp05_dun_befallen_forsaken/bef_statue_warrior01',1008),
(9205,9191,'_exp05/tool_users/boarfiend_chieftan',1008),
(9206,9192,'_exp05/tool_users/trollzombie_male',1008),
(9207,9193,'accessories/wearable_items/cloak/nights_of_the_dead/notd_fire_cloak',1008),
(9208,9194,'accessories/wearable_items/cloak/nights_of_the_dead/notd_night_sky_cloak',1008),
(9209,9195,'accessories/wearable_items/cloak/nights_of_the_dead/notd_web_spider_cloak',1008),
(9210,9196,'_exp05/tool_users/mummy_variant_toturer_01',1008),
(9211,9197,'_exp05/tool_users/mummy_variant_toturer_full_armor',1008),
(9212,9198,'_exp05/tool_users/mummy_variant_toturer_no_armor',1008),
(9213,9199,'accessories/wearable_items/_exp05/guk_heavycloth/guk_turrtle_pauldron01_left',1008),
(9214,9200,'accessories/wearable_items/_exp05/guk_heavycloth/guk_turrtle_pauldron01_right',1008),
(9215,9201,'accessories/wearable_items/_exp05/guk_heavycloth/shoulders_turtle_both',1008),
(9216,9202,'accessories/wearable_items/_exp05/guk_magus/arms',1008),
(9217,9203,'accessories/wearable_items/_exp05/guk_magus/skirt',1008),
(9218,9204,'accessories/wearable_items/_exp05/guk_robe/hood',1008),
(9219,9205,'accessories/wearable_items/_exp05/void_magus/arms',1008),
(9220,9206,'accessories/wearable_items/_exp05/void_magus/skirt',1008),
(9221,9207,'creatures/tu/livingstatue_blackmarble',1008),
(9222,9208,'creatures/tu/livingstatue_whitemarble',1008),
(9223,9209,'staticobjects/boats/shipwreck',1008),
(9224,9210,'accessories/wearable_items/cloak/frostfell/frostfell_cloak_gigglegibber',1008),
(9225,9211,'staticobjects/liveevent/halloween/halloween_alchemist_flasks',1008),
(9226,9212,'staticobjects/liveevent/halloween/halloween_butcher_block',1008),
(9227,9213,'staticobjects/liveevent/halloween/halloween_candelabra_skel',1008),
(9228,9214,'staticobjects/liveevent/halloween/halloween_cauldron',1008),
(9229,9215,'staticobjects/liveevent/halloween/halloween_iron_maiden',1008),
(9230,9216,'staticobjects/liveevent/halloween/halloween_orangegreen_pillows',1008),
(9231,9217,'staticobjects/liveevent/halloween/halloween_orb_chandelier',1008),
(9232,9218,'staticobjects/liveevent/halloween/halloween_shackled_skeleton01',1008),
(9233,9219,'staticobjects/liveevent/halloween/halloween_shackled_skeleton02',1008),
(9234,9220,'staticobjects/liveevent/halloween/halloween_shackles',1008),
(9235,9221,'staticobjects/liveevent/halloween/halloween_skeleton_cage',1008),
(9236,9222,'staticobjects/liveevent/halloween/halloween_skull_chandelier',1008),
(9237,9223,'staticobjects/liveevent/halloween/halloween_skull_drapery',1008),
(9238,9224,'staticobjects/liveevent/halloween/halloween_wall_candle',1008),
(9239,9225,'accessories/wearable_items/cloak/frostfell/frostfell_cloak_giftwrap_01',1008),
(9240,9226,'accessories/wieldable_items/weapons/exp05/claymore_sword001_ornate_epic',1008),
(9241,9227,'_exp05/tool_users/mummy_variant_priest_01',1008),
(9242,9228,'accessories/wearable_items/cloak/frostfell/frostfell_cloak_giftwrap_02',1008),
(9243,9229,'staticobjects/liveevent/halloween/halloween_spider_eggs',1008),
(9244,9230,'_exp05/tool_users/trollzombie_female',1008),
(9245,9231,'_exp05/tool_users/mummy_variant_captain',1008),
(9246,9232,'_exp05/tool_users/mummy_variant_brawler',1008),
(9247,9233,'accessories/wearable_items/cloak/frostfell/frostfell_cloak_snowflakes',1008),
(9248,9234,'staticobjects/kitchen/floor_plate_of_rats',1008),
(9249,9235,'staticobjects/rubble/boarfiend_garbage',1008),
(9250,9236,'accessories/wearable_items/cloak/frostfell/frostfell_cloak_candy_canes',1008),
(9251,9237,'staticobjects/guildhall/druidring_drystone',1008),
(9252,9238,'accessories/wieldable_items/weapons/exp05/exp05_1hc_thex_mallet',1008),
(9253,9239,'staticobjects/liveevent/frostfell/dpo_christmas_snowtree_small01_houseitem',1008),
(9254,9240,'accessories/wieldable_items/weapons/exp05/exp05_2hc_thex_mallet',1008),
(9255,9241,'accessories/wearable_items/cloak/exp05/cloak_sq_01_akella_01',1008),
(9256,9242,'accessories/wieldable_items/weapons/exp05/exp05_1hs_greenmist_katana',1008),
(9257,9243,'staticobjects/liveevent/frostfell/dpo_christmas_evil_tree_small01_houseitem',1008),
(9258,9244,'accessories/wieldable_items/weapons/exp05/1hc_battlehammer_shadow',1008),
(9259,9245,'accessories/wieldable_items/weapons/exp05/1hc_human_skull_scepter_shadow',1008),
(9260,9246,'accessories/wieldable_items/weapons/exp05/1hp_dual_bladed_stiletto_shadow',1008),
(9261,9247,'accessories/wieldable_items/weapons/exp05/1hs_lamentation_shadow',1008),
(9262,9248,'accessories/wieldable_items/weapons/exp05/1hs_ornate_elven_rapier_shadow',1008),
(9263,9249,'accessories/wieldable_items/weapons/exp05/battleaxe001_shadow',1008),
(9264,9250,'accessories/wieldable_items/weapons/exp05/blade_of_fist_shadow',1008),
(9265,9251,'accessories/wieldable_items/weapons/exp05/bow_giant_wooden_bow_shadow',1008),
(9266,9252,'accessories/wieldable_items/weapons/exp05/claymore_sword001_shadow',1008),
(9267,9253,'accessories/wieldable_items/weapons/exp05/cobra_staff_shadow',1008),
(9268,9254,'accessories/wieldable_items/weapons/exp05/crab_sceptre_shadow',1008),
(9269,9255,'accessories/wieldable_items/weapons/exp05/deadman_call_shadow',1008),
(9270,9256,'accessories/wieldable_items/weapons/exp05/dragon_flame_shadow',1008),
(9271,9257,'accessories/wieldable_items/weapons/exp05/dragon_katana_shadow',1008),
(9272,9258,'accessories/wieldable_items/weapons/exp05/holy_symbol001_shadow',1008),
(9273,9259,'accessories/wieldable_items/weapons/exp05/orb001_shadow',1008),
(9274,9260,'accessories/wieldable_items/weapons/exp05/silver_moon_shadow',1008),
(9275,9261,'accessories/wieldable_items/weapons/exp05/staff_of_bloody_shadow',1008),
(9276,9262,'accessories/wieldable_items/weapons/exp05/sword_of_nova_shadow',1008),
(9277,9263,'accessories/wieldable_items/weapons/exp05/wannish_dream_shadow',1008),
(9278,9264,'accessories/wieldable_items/weapons/exp05/waraxe002_shadow',1008),
(9279,9265,'accessories/wieldable_items/weapons/exp05/wizards_dagger001_shadow',1008),
(9280,9266,'_exp05/tool_users/humanzombie_male',1008),
(9281,9267,'_exp05/zones/objects/exp05_rgn_innothule/fungusman_husk_01',1008),
(9282,9268,'_exp05/zones/objects/exp05_rgn_innothule/fungusman_husk_02',1008),
(9283,9269,'_exp05/zones/objects/exp05_rgn_innothule/fungusman_husk_03',1008),
(9284,9270,'_exp05/zones/objects/exp05_rgn_innothule/fungusman_husk_04',1008),
(9285,9271,'_exp05/zones/objects/exp05_rgn_innothule/fungusman_husk_05',1008),
(9286,9272,'accessories/wearable_items/leather/plain/plain/chest',1008),
(9287,9273,'accessories/wearable_items/leather/plain/plain/feet',1008),
(9288,9274,'accessories/wearable_items/leather/plain/plain/forearms',1008),
(9289,9275,'accessories/wearable_items/leather/plain/plain/hands',1008),
(9290,9276,'accessories/wearable_items/leather/plain/plain/head',1008),
(9291,9277,'accessories/wearable_items/leather/plain/plain/legs',1008),
(9292,9278,'accessories/wearable_items/leather/plain/plain/legs_noskirt',1008),
(9293,9279,'accessories/wearable_items/leather/plain/plain/shoulders',1008),
(9294,9280,'accessories/wearable_items/leather/plain/plain/skirt',1008),
(9295,9281,'accessories/wearable_items/leather/plain/plain_studded/chest',1008),
(9296,9282,'accessories/wearable_items/leather/plain/plain_studded/feet',1008),
(9297,9283,'accessories/wearable_items/leather/plain/plain_studded/forearms',1008),
(9298,9284,'accessories/wearable_items/leather/plain/plain_studded/hands',1008),
(9299,9285,'accessories/wearable_items/leather/plain/plain_studded/head',1008),
(9300,9286,'accessories/wearable_items/leather/plain/plain_studded/legs',1008),
(9301,9287,'accessories/wearable_items/leather/plain/plain_studded/pauldron01_leather_heavy_right',1008),
(9302,9288,'accessories/wearable_items/leather/plain/plain_studded/pauldron01_leather_heavy_left',1008),
(9303,9289,'accessories/wearable_items/leather/plain/plain_studded/legs_noskirt',1008),
(9304,9290,'accessories/wearable_items/leather/plain/plain_studded/shoulders',1008),
(9305,9291,'accessories/wearable_items/leather/plain/plain_studded/shoulders_pauldron01_both',1008),
(9306,9292,'accessories/wearable_items/leather/plain/plain_studded/skirt',1008),
(9307,9293,'accessories/wearable_items/leather/plain/unseen_hand/chest',1008),
(9308,9294,'accessories/wearable_items/leather/plain/unseen_hand/feet',1008),
(9309,9295,'accessories/wearable_items/leather/plain/unseen_hand/forearms',1008),
(9310,9296,'accessories/wearable_items/leather/plain/unseen_hand/head',1008),
(9311,9297,'accessories/wearable_items/leather/plain/unseen_hand/hands',1008),
(9312,9298,'accessories/wearable_items/leather/plain/unseen_hand/legs',1008),
(9313,9299,'accessories/wearable_items/leather/plain/unseen_hand/legs_noskirt',1008),
(9314,9300,'accessories/wearable_items/leather/plain/unseen_hand/shoulders',1008),
(9315,9301,'accessories/wearable_items/leather/plain/unseen_hand/skirt',1008),
(9316,9302,'accessories/wieldable_items/misc/ice_cream_cone01',1008),
(9317,9303,'accessories/wearable_items/profesion_hats/ice_cream_hat/ice_cream_hat01',1008),
(9318,9304,'accessories/wearable_items/christmas_hats/santa_hat_03/head',1008),
(9319,9305,'accessories/wearable_items01/_exp00/christmas_hats/santa_hat_03/head',1008),
(9320,9306,'accessories/wearable_items/_exp05/flowing_black_robe/chest',1008),
(9321,9307,'accessories/wearable_items/_exp05/flowing_black_robe/hood',1008),
(9322,9308,'accessories/wearable_items/_exp05/flowing_black_robe/pants',1008),
(9323,9309,'accessories/wearable_items/_exp05/flowing_black_robe/skirt',1008),
(9324,9310,'accessories/wearable_items/cloak/exp05/cloak_sq_01_flowing_black_cloak',1008),
(9325,9311,'creatures/monsters/flyingsnake_ghost',1008),
(9326,9312,'_exp03/characters/monsters/bone_golem_spirit',1008),
(9327,9313,'_exp04/monsters/xygoz_spirit',1008),
(9328,9314,'staticobjects/plants/dpo_gf_lamppost_flower01',1008),
(9329,9315,'staticobjects/plants/dpo_kel_fae_arbor',1008),
(9330,9316,'staticobjects/light_sources_player_housing_only/dpo_wallflower_pink',1008),
(9331,9317,'staticobjects/light_sources_player_housing_only/dpo_wallflower_yellow',1008),
(9332,9318,'accessories/wieldable_items/weapons/exp05/1h_void_sword02',1008),
(9333,9319,'accessories/wieldable_items/weapons/exp05/1hc_void_axe02',1008),
(9334,9320,'accessories/wieldable_items/weapons/exp05/1hc_void_hammer02',1008),
(9335,9321,'accessories/wieldable_items/weapons/exp05/2h_void_staff02',1008),
(9336,9322,'accessories/wieldable_items/weapons/exp05/void_bow02',1008),
(9337,9323,'_exp05/tool_users/trollzombie_female_ec',1008),
(9338,9324,'accessories/wieldable_items/shields/peppermint_shield/peppermint_shield',1008),
(9339,9325,'_exp01/zones/regions/sinking_sands/ss_objects/ss_landing_dock/dpo_ss_landing_dock_phase1',1008),
(9340,9326,'staticobjects/mirrors/vampire_mirror',1008),
(9341,9327,'_exp05/tool_users/trollzombie_male_ec',1008),
(9342,9328,'staticobjects/liveevent/community/dpo_assembly_campfire',1008),
(9343,9329,'staticobjects/liveevent/community/dpo_assembly_curved_stone_bar_01',1008),
(9344,9330,'staticobjects/liveevent/community/dpo_assembly_curved_wooden_bar_01',1008),
(9345,9331,'staticobjects/liveevent/community/dpo_assembly_evil_lamppost_with_pillows',1008),
(9346,9332,'staticobjects/liveevent/community/dpo_assembly_evil_military_bench_and_wine',1008),
(9347,9333,'staticobjects/liveevent/community/dpo_assembly_evil_purple_tent_01',1008),
(9348,9334,'staticobjects/liveevent/community/dpo_assembly_evil_red_tent_01',1008),
(9349,9335,'staticobjects/liveevent/community/dpo_assembly_evil_stone_bench_and_lamps',1008),
(9350,9336,'staticobjects/liveevent/community/dpo_assembly_good_blue_tent_01',1008),
(9351,9337,'staticobjects/liveevent/community/dpo_assembly_good_maroon_tent_01',1008),
(9352,9338,'staticobjects/liveevent/community/dpo_assembly_good_wooden_bench_and_lamps',1008),
(9353,9339,'_exp05/tool_users/humanzombie_male_ec',1008),
(9354,9340,'_exp05/tool_users/humanzombie_female',1008),
(9355,9341,'_exp05/tool_users/humanzombie_female_ec',1008),
(9356,9342,'accessories/wearable_items/_exp05/shinny_metallic_robe/chest',1008),
(9357,9343,'accessories/wearable_items/_exp05/shinny_metallic_robe/hood',1008),
(9358,9344,'accessories/wearable_items/_exp05/shinny_metallic_robe/pants',1008),
(9359,9345,'accessories/wearable_items/_exp05/shinny_metallic_robe/skirt',1008),
(9360,9346,'accessories/wearable_items/cloak/exp05/cloak_sq_01_shinny_metallic_cloak',1008),
(9361,9347,'staticobjects/brazier/dpo_tablebrazier001_lit',1008),
(9362,9348,'staticobjects/brazier/dpo_tablebrazier001_unlit',1008),
(9363,9349,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting18_nurgg',1008),
(9364,9350,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting19_illisia',1008),
(9365,9351,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting20_bayle',1008),
(9366,9352,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting21_asharae',1008),
(9367,9353,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting22_detonation',1008),
(9368,9354,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting23_flight',1008),
(9369,9355,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting24_stamina',1008),
(9370,9356,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting25_mermaid',1008),
(9371,9357,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting26_kaltuk',1008),
(9372,9358,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting27_chestplate',1008),
(9373,9359,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting28_fetid',1008),
(9374,9360,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_painting29_lightning',1008),
(9375,9361,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_asharae',1008),
(9376,9362,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_bayle',1008),
(9377,9363,'staticobjects/interiors/scenes/objects_race/dp_objects/tcg_items/tcg_tapestry01_design_illisia',1008),
(9378,9364,'accessories/wearable_items/cloak/exp05/cloak_sq_01_harvester',1008),
(9379,9365,'accessories/wieldable_items/weapons/exp05/exp04_orb_of_tishan',1008),
(9380,9366,'accessories/wearable_items/cloak/exp05/cloak_sq_01_white_dragonscale_cloak',1008),
(9381,9367,'accessories/wieldable_items/weapons/exp05/whip001_rusty_shadow',1008),
(9382,9368,'_exp05/zones/objects/exp05_dun_guk_stronghold/dun_guk_stronghold_statues_statue01',1008),
(9383,9369,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_boat_stage1_dpo',1008),
(9384,9370,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_boat_stage2_dpo',1008),
(9385,9371,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_boat_stage3_dpo',1008),
(9386,9372,'_exp05/zones/objects/tradeskill_dungeons/shipyard/shipyard_boat_complete_dpo',1008),
(9387,9373,'_exp01/zones/regions/sinking_sands/ss_objects/ss_landing_dock/ss_landing_dock_complete',1008),
(9388,9374,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/chest',1008),
(9389,9375,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/feet',1008),
(9390,9376,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/forearms',1008),
(9391,9377,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/hands',1008),
(9392,9378,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/head',1008),
(9393,9379,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/legs',1008),
(9394,9380,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/legs_noskirt',1008),
(9395,9381,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/pauldron02_vanguard_ridged_left',1008),
(9396,9382,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/pauldron02_vanguard_ridged_right',1008),
(9397,9383,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/pauldron04_vanguard_medium_left',1008),
(9398,9384,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/pauldron04_vanguard_medium_right',1008),
(9399,9385,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/right',1008),
(9400,9386,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders',1008),
(9401,9387,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders_nopauldrons',1008),
(9402,9388,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders_pauldron02_both',1008),
(9403,9389,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders_pauldron02_left',1008),
(9404,9390,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders_pauldron02_right',1008),
(9405,9391,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/shoulders_pauldron04_both',1008),
(9406,9392,'accessories/wearable_items/_exp03/mistmoore_vanguard_01_golden/skirt',1008),
(9407,9393,'accessories/wearable_items/cloak/exp05/cloak_sq_01_twiddy_cloudskipper_cloak',1008),
(9408,9394,'ec/pc/troll/troll_male_golden',1008),
(9409,9395,'creatures/monsters/gargoyle_guk',1008),
(9410,9396,'staticobjects/halloween/dpo_halloween_hanging_bat_ghost_swinging',1008),
(9411,9397,'ec/npc/gigglegibber_goblin',1008),
(9412,9398,'staticobjects/liveevent/dpo_anashti_sul_staff_houseitem',1008),
(9413,9399,'staticobjects/liveevent/dpo_anashti_sul_staff_undead_houseitem',1008),
(9414,9400,'staticobjects/tapestry/dpo_tapestry_design_ethernaut',1008),
(9415,9401,'_exp05/tool_users/troll_strategist',1008),
(9416,9402,'_exp05/tool_users/troll_guard_captain',1008),
(9417,9403,'creatures/tu/froglok_skeleton_armor',1008),
(9418,9404,'creatures/tu/froglok_skeleton_chain',1008),
(9419,9405,'creatures/tu/froglok_skeleton_guard',1008),
(9420,9406,'creatures/tu/froglok_zombie_chain',1008),
(9421,9407,'staticobjects/liveevent/guides/dpo_guide_lizard_cage',1008),
(9422,9408,'staticobjects/liveevent/guides/dpo_guide_lizard_cage_reward',1008),
(9423,9409,'staticobjects/deity_altars/altar_anashtisul_basic',1008),
(9424,9410,'staticobjects/deity_altars/altar_anashtisul_crafted',1008),
(9425,9411,'staticobjects/deity_altars/altar_anashtisul_exceptional',1008),
(9426,9412,'staticobjects/deity_altars/altar_rodcetnife_basic',1008),
(9427,9413,'staticobjects/deity_altars/altar_rodcetnife_crafted',1008),
(9428,9414,'staticobjects/deity_altars/altar_rodcetnife_exceptional',1008),
(9429,9415,'accessories/wearable_items/cloak/exp05/cloak_sq_01_magmatic_bronze_splinted',1008),
(9430,9416,'accessories/wieldable_items/weapons/exp05/exp05_2hs_bone_blade_claymore',1008),
(9431,9417,'accessories/wieldable_items/weapons/exp05/exp05_2hs_bone_blade_claymore_epic',1008),
(9432,9418,'staticobjects/books/floor_book_any_thex01',1008),
(9433,9419,'staticobjects/doors/dpo_comland_gate',1008),
(9434,9420,'staticobjects/doors/dpo_comland_wallsection',1008),
(9435,9421,'_exp05/monsters/iksar_greenmist_boss',1008),
(9436,9422,'_exp05/tool_users/troll_guard_ykesha',1008),
(9437,9423,'accessories/wieldable_items/weapons/exp05/exp05_2hc_zombie_shovel',1008),
(9438,9424,'creatures/tu/froglok_undead_executioner',1008),
(9439,9425,'creatures/pets/baby_dragon_ice',1008),
(9440,9426,'accessories/wieldable_items/weapons/exp05/exp05_1hs_froglok_executioner',1008),
(9441,9427,'accessories/wearable_items/cloak/exp05/cloak_pirate_01',1008),
(9442,9428,'accessories/wearable_items/cloak/exp05/cloak_icecream_01',1008),
(9443,9429,'accessories/wieldable_items/weapons/exp05/shld_guk_tower_shield',1008),
(9444,9430,'staticobjects/pictures/dpo_man_portrait_big_goldred',1008),
(9445,9431,'accessories/wieldable_items/weapons/exp05/shld_shield_01',1008),
(9446,9432,'accessories/wieldable_items/weapons/exp05/shld_shield_02',1008),
(9447,9433,'accessories/wieldable_items/weapons/exp05/shld_shield_03',1008),
(9448,9434,'accessories/wieldable_items/weapons/exp05/shld_shield_04',1008),
(9449,9435,'accessories/wieldable_items/weapons/exp05/shld_shield_05',1008),
(9450,9436,'accessories/wieldable_items/weapons/exp05/shld_shield_06',1008),
(9451,9437,'accessories/wieldable_items/weapons/exp05/shld_shield_07',1008),
(9452,9438,'accessories/wieldable_items/weapons/exp05/shld_shield_08',1008),
(9453,9439,'accessories/wieldable_items/weapons/exp05/shld_shield_09',1008),
(9454,9440,'accessories/wieldable_items/weapons/exp05/shld_shield_10',1008),
(9455,9441,'staticobjects/pictures/dpo_man_portrait_big_goldblack',1008),
(9456,9442,'staticobjects/liveevent/frostfell/holiday_custard_pie_flambe',1008),
(9457,9443,'accessories/wieldable_items/weapons/exp05/exp05_1hp_guk_dagger',1008),
(9458,9444,'accessories/wieldable_items/weapons/exp05/shld_guk_buckler',1008),
(9459,9445,'accessories/wieldable_items/weapons/exp05/exp05_bow_guk_bow',1008),
(9460,9446,'staticobjects/boats/skyblade_full',1008),
(9461,9447,'accessories/wieldable_items/weapons/exp05/exp05_1hs_guk_axe',1008),
(9462,9448,'accessories/wieldable_items/weapons/exp05/exp05_guk_totem',1008),
(9463,9449,'accessories/wieldable_items/weapons/exp05/exp05_guk_orb',1008),
(9464,9450,'accessories/wearable_items/leather/plain/unseen_hand/pauldron01_leather_heavy_left',1008),
(9465,9451,'accessories/wearable_items/leather/plain/unseen_hand/pauldron01_leather_heavy_right',1008),
(9466,9452,'accessories/wearable_items/leather/plain/unseen_hand/shoulders_leather_heavy_both',1008),
(9467,9453,'accessories/wieldable_items/misc/exp05_stein_guk',1008),
(9468,9454,'staticobjects/liveevent/frostfell/dpo_peppermint_shield',1008),
(9469,9455,'creatures/mounts/zeppelin_01',1008),
(9470,9456,'staticobjects/tapestry/torn_hangingcloth',1008),
(9471,9457,'staticobjects/scrolls/wantedposter02',1008),
(9472,9459,'_exp05/zones/objects/exp05_rgn_innothule/dpo_inna_high_container_tall01_stone',1008),
(9473,9460,'_exp05/zones/objects/tradeskill_dungeons/adv04_rgn_village/dpo_innb_obj_barnacle01',1008),
(9474,9461,'staticobjects/pirate/dpo_inna_pirate_floater_globes01',1008),
(9475,9462,'accessories/wieldable_items/weapons/exp05/exp05_korsha_staff2h',1008),
(9476,9463,'accessories/wieldable_items/weapons/exp05/exp05_korsha_longbow',1008),
(9477,9464,'accessories/wieldable_items/weapons/exp05/exp05_korsha_claymore2h',1008),
(9478,9465,'accessories/wieldable_items/weapons/exp05/exp05_korsha_axe1h',1008),
(9479,9466,'accessories/wieldable_items/weapons/exp05/exp05_korsha_hammer1h',1008),
(9480,9467,'accessories/wieldable_items/shields/exp05/exp05_korsha_kiteshield',1008),
(9481,9468,'accessories/wieldable_items/shields/exp05/exp05_korsha_roundshield',1008),
(9482,9469,'accessories/wearable_items/heavy_chain/plain02/chest',1008),
(9483,9470,'accessories/wearable_items/heavy_chain/plain02/feet',1008),
(9484,9471,'accessories/wearable_items/heavy_chain/plain02/forearms',1008),
(9485,9472,'accessories/wearable_items/heavy_chain/plain02/hands',1008),
(9486,9473,'accessories/wearable_items/heavy_chain/plain02/head',1008),
(9487,9474,'accessories/wearable_items/heavy_chain/plain02/legs',1008),
(9488,9475,'accessories/wearable_items/heavy_chain/plain02/legs_noskirt',1008),
(9489,9476,'accessories/wearable_items/heavy_chain/plain02/pauldron_leahter_light_left',1008),
(9490,9477,'accessories/wearable_items/heavy_chain/plain02/pauldron_leahter_light_right',1008),
(9491,9478,'accessories/wearable_items/heavy_chain/plain02/shoulders',1008),
(9492,9479,'accessories/wearable_items/heavy_chain/plain02/shoulders_no_pauldrons',1008),
(9493,9480,'accessories/wearable_items/heavy_chain/plain02/skirt',1008),
(9494,9481,'accessories/wearable_items/cloak/exp05/cloak_water_01',1008),
(9495,9482,'_exp04/tool_users/golem_jade_ice',1008),
(9496,9483,'_exp05/tool_users/mummy_variant_toturer_full_armor_ice',1008),
(9497,9484,'_exp05/monsters/dragon_vampire',1008),
(9498,9485,'projectiles/spear_ornate',1008),
(9499,9487,'staticobjects/pirate/plate_of_dead_rats',1008),
(9500,9488,'staticobjects/flora/fungusmen_flowerpot',1008),
(9501,9489,'_exp05/zones/objects/exp05_rgn_innothule/dpo_seb_mushroom_cave_wall01',1008),
(9502,9490,'_exp05/zones/objects/exp05_dun_guk_upper/guk_upper_table01_sacrifice01_dpo',1008),
(9503,9491,'_exp05/zones/objects/exp05_dun_guk_lower/keyhole/dun_guk_lower_keyhole01_dpo',1008),
(9504,9492,'_exp05/zones/objects/exp05_dun_guk_lower/switch/guk_lower_switch01_base_dpo',1008),
(9505,9493,'_exp05/zones/objects/exp05_dun_guk_lower/switch/guk_lower_switch01_shaft_dpo',1008),
(9506,9494,'_exp05/zones/objects/exp05_rgn_innothule/boat_platform_innothule',1008),
(9507,9495,'accessories/wearable_items/cloak/exp05/cloak_sq_01_kor''sha_atrebe',1008),
(9508,9496,'accessories/wearable_items/cloak/exp05/cloak_sq_01_kor''sha_fighter',1008),
(9509,9497,'accessories/wearable_items/cloak/exp05/cloak_sq_01_kor''sha_mage',1008),
(9510,9498,'accessories/wearable_items/cloak/exp05/cloak_sq_01_kor''sha_priest',1008),
(9511,9499,'accessories/wearable_items/cloak/exp05/cloak_sq_01_kor''sha_scout',1008),
(9512,9500,'_exp05/zones/objects/exp05_dun_nuroga/drogan_crystal',1008),
(9513,9501,'accessories/wearable_items/sallet_helmet/galvanized/head',1008),
(9514,9502,'accessories/wearable_items/vanguard/uncommon/high/pauldron02_vanguard_ridged_left',1008),
(9515,9503,'accessories/wearable_items/vanguard/uncommon/high/pauldron02_vanguard_ridged_right',1008),
(9516,9504,'accessories/wearable_items/vanguard/uncommon/high/pauldron05_vanguard_heavy_left',1008),
(9517,9505,'accessories/wearable_items/vanguard/uncommon/high/pauldron05_vanguard_heavy_right',1008),
(9518,9506,'accessories/wearable_items/vanguard/uncommon/high/pauldron07_vanguard_gothic_left',1008),
(9519,9507,'accessories/wearable_items/vanguard/uncommon/high/pauldron07_vanguard_gothic_right',1008),
(9520,9508,'accessories/wearable_items/vanguard/uncommon/high/shoulders_pauldron02_both',1008),
(9521,9509,'accessories/wearable_items/vanguard/uncommon/high/shoulders_pauldron05_both',1008),
(9522,9510,'accessories/wearable_items/vanguard/uncommon/high/shoulders_pauldron07_both',1008),
(9523,9511,'accessories/wearable_items/_exp05/token_reward_01_robe/chest',1008),
(9524,9512,'accessories/wearable_items/_exp05/token_reward_01_robe/hood',1008),
(9525,9513,'accessories/wearable_items/_exp05/token_reward_01_robe/pants',1008),
(9526,9514,'accessories/wearable_items/_exp05/token_reward_01_robe/skirt',1008),
(9527,9515,'accessories/wearable_items/_exp05/token_reward_02_robe/chest',1008),
(9528,9516,'accessories/wearable_items/_exp05/token_reward_02_robe/hood',1008),
(9529,9517,'accessories/wearable_items/_exp05/token_reward_02_robe/pants',1008),
(9530,9518,'accessories/wearable_items/_exp05/token_reward_02_robe/skirt',1008),
(9531,9519,'accessories/wearable_items/_exp05/token_reward_03_robe/chest',1008),
(9532,9520,'accessories/wearable_items/_exp05/token_reward_03_robe/hood',1008),
(9533,9521,'accessories/wearable_items/_exp05/token_reward_03_robe/pants',1008),
(9534,9522,'accessories/wearable_items/_exp05/token_reward_03_robe/skirt',1008),
(9535,9523,'accessories/wearable_items/_exp05/token_reward_04_robe/chest',1008),
(9536,9524,'accessories/wearable_items/_exp05/token_reward_04_robe/hood',1008),
(9537,9525,'accessories/wearable_items/_exp05/token_reward_04_robe/pants',1008),
(9538,9526,'accessories/wearable_items/_exp05/token_reward_04_robe/skirt',1008),
(9539,9527,'staticobjects/creatures/slug_dpo',1008),
(9540,9528,'_exp05/monsters/void_beast_case',1008),
(9541,9529,'accessories/wearable_items01/_exp00/profesion_hats/priest_helm/heavy_plate_plain/head',1008),
(9542,9530,'accessories/wearable_items/profesion_hats/priest_helm/heavy_plate_plain/head',1008),
(9543,9531,'creatures/mounts/horse_pack/horse_pack',1008),
(9544,9532,'_exp05/monsters/golem_shambling_mound_swamp',1008),
(9545,9533,'accessories/wearable_items/cloak/exp05/cloak_sq_01_unseen_hand',1008),
(9546,9534,'_exp05/zones/objects/exp05_rgn_innothule/boat_platform_innothule_02',1008),
(9547,9535,'accessories/wearable_items/cloak/exp05/cloak_sq_01_far_seas_trader',1008),
(9548,9536,'accessories/wearable_items01/_exp00/sallet_helmet/galvanized/head',1008),
(9549,9537,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/shoulders_pauldron02_both',1008),
(9550,9538,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/shoulders_pauldron05_both',1008),
(9551,9539,'accessories/wearable_items01/_exp00/vanguard/uncommon/high/shoulders_pauldron07_both',1008),
(9552,9540,'accessories/wearable_items/_exp05/guk_leather/shoulders_turtle_pauldron_both',1008),
(9553,9541,'accessories/wearable_items/_exp05/guk_magus/chest_turtle_pauldrons_both',1008),
(9554,9542,'accessories/wearable_items/_exp05/guk_robe/chest_turtle_pauldrons_both',1008),
(9555,9543,'accessories/wearable_items/_exp05/guk_vanguard/shoulders_turtle_pauldrons_both',1008),
(9556,9544,'accessories/wieldable_items/weapons/exp05/shld_congealed_gore_buckler',1008),
(9557,9545,'accessories/wieldable_items/weapons/exp05/exp05_talisman_undead_idol',1008),
(9558,9546,'staticobjects/light_sources_player_housing_only/dpo_bef_asylum_wall_lamp_small',1008),
(9559,9547,'staticobjects/tapestry/dpo_bef_banner_asylum02',1008),
(9560,9548,'staticobjects/tapestry/dpo_bef_banner_forsaken01',1008),
(9561,9549,'staticobjects/tapestry/dpo_bef_banner_forsaken02',1008),
(9562,9550,'staticobjects/light_sources_player_housing_only/dpo_bef_lightsource_candelabra_hanging01',1008),
(9563,9551,'staticobjects/light_sources_player_housing_only/dpo_bef_lightsource_floor01',1008),
(9564,9552,'staticobjects/light_sources_player_housing_only/dpo_bef_lightsource_wall_asylum',1008),
(9565,9553,'staticobjects/light_sources_player_housing_only/dpo_bef_lightsource_wallsconce01',1008),
(9566,9554,'staticobjects/light_sources_player_housing_only/dpo_inna_high_lightsource_wall01_grobb',1008),
(9567,9555,'staticobjects/statues/dpo_bef_lion_statue01',1008),
(9568,9556,'staticobjects/rugs/dpo_bef_rug_blue01',1008),
(9569,9557,'staticobjects/tableware/dpo_sfm_gnome_cup01',1008),
(9570,9558,'staticobjects/rugs/dpo_bef_rug_yellow01',1008),
(9571,9559,'staticobjects/banners/dpo_dn_banners001_wallbrace07',1008),
(9572,9560,'staticobjects/statues/dpo_dun_guk_stronghold_statues_statue01',1008),
(9573,9561,'staticobjects/banners/dpo_guk_lower_banner01_wall01',1008),
(9574,9562,'staticobjects/banners/dpo_guk_lower_banner01_wall02',1008),
(9575,9563,'staticobjects/flora/dpo_guk_lower_foliage_bush01',1008),
(9576,9564,'staticobjects/flora/dpo_guk_stronghold_foliage_bush01',1008),
(9577,9565,'staticobjects/flora/dpo_guk_upper_foliage_bush02',1008),
(9578,9566,'staticobjects/dressers/dpo_inna_bank_vault01',1008),
(9579,9567,'staticobjects/benches/dpo_inna_high_bench01_grobb',1008),
(9580,9568,'staticobjects/chairs/dpo_inna_high_chair01_grobb',1008),
(9581,9569,'staticobjects/chairs/dpo_inna_high_chair_troll01',1008),
(9582,9570,'staticobjects/chairs/dpo_inna_high_chair_troll02',1008),
(9583,9571,'staticobjects/containers/dpo_inna_high_container_tall01_stone',1008),
(9584,9572,'staticobjects/tables/dpo_inna_high_table02_grobb',1008),
(9585,9573,'staticobjects/tables/dpo_inna_high_table_troll01',1008),
(9586,9574,'staticobjects/light_sources_player_housing_only/dpo_inna_lightsource_pirate_lantern',1008),
(9587,9575,'staticobjects/pirate/dpo_inna_pirate_net_floaters01_swinging',1008),
(9588,9576,'staticobjects/light_sources_player_housing_only/dpo_inna_lightsource_tupta_hangingvine01',1008),
(9589,9577,'staticobjects/light_sources_player_housing_only/dpo_inna_lightsource_tupta_lamppost01',1008),
(9590,9578,'staticobjects/light_sources_player_housing_only/dpo_inna_lightsource_tupta_wall01',1008),
(9591,9579,'staticobjects/light_sources_player_housing_only/dpo_miragul_obj_coldflamebrazier',1008),
(9592,9580,'staticobjects/tableware/dpo_inna_low_bowl01_fungusmen',1008),
(9593,9581,'staticobjects/tableware/dpo_inna_low_shells01',1008),
(9594,9582,'staticobjects/tableware/dpo_inna_pirate_cup_gold01',1008),
(9595,9583,'staticobjects/urns/dpo_inna_vase_clay04',1008),
(9596,9584,'staticobjects/tableware/dpo_inna_pirate_jug_gold01',1008),
(9597,9585,'staticobjects/tableware/dpo_inna_pirate_stein_blue02',1008),
(9598,9586,'staticobjects/tableware/dpo_inna_pirate_stein_gold01',1008),
(9599,9587,'staticobjects/fountains_and_pools/dpo_inna_tupta_tadpole_bowl01',1008),
(9600,9588,'staticobjects/banners/dpo_inna_tupta_wall_banner01',1008),
(9601,9589,'staticobjects/urns/dpo_inna_vase_clay02',1008),
(9602,9590,'staticobjects/urns/dpo_inna_vase_clay_tall01',1008),
(9603,9591,'staticobjects/pictures/dpo_man_portrait2_big_purple',1008),
(9604,9592,'staticobjects/pictures/dpo_man_portrait3_big_purple',1008),
(9605,9593,'staticobjects/pictures/dpo_man_portrait4_big_purple',1008),
(9606,9594,'staticobjects/pictures/dpo_man_portrait5_big_purple',1008),
(9607,9595,'staticobjects/chairs/dpo_miragul_chair01',1008),
(9608,9596,'staticobjects/light_sources_player_housing_only/dpo_miragul_obj_chandellier',1008),
(9609,9597,'staticobjects/light_sources_player_housing_only/dpo_miragul_obj_chandellier_large',1008),
(9610,9598,'staticobjects/statues/dpo_miragul_obj_statue01',1008),
(9611,9599,'staticobjects/statues/dpo_miragul_obj_statue02',1008),
(9612,9600,'staticobjects/tapestry/dpo_na_banner01',1008),
(9613,9601,'staticobjects/banners/dpo_na_banner02',1008),
(9614,9602,'staticobjects/tapestry/dpo_ols_hangingcloth_airship01',1008),
(9615,9603,'staticobjects/tapestry/dpo_ols_hangingcloth_bow01',1008),
(9616,9604,'staticobjects/tapestry/dpo_seb_banner_iksar01',1008),
(9617,9605,'staticobjects/artifact/dpo_vek_headpiece01',1008),
(9618,9606,'staticobjects/artifact/dpo_vek_headpiece02',1008),
(9619,9607,'staticobjects/light_sources_player_housing_only/dpo_vek_lightsource_jar_fireflies01_fx',1008),
(9620,9608,'staticobjects/light_sources_player_housing_only/dpo_vek_lightsource_jar_standalone',1008),
(9621,9609,'accessories/wieldable_items/weapons/exp05/exp05_befallen_book',1008),
(9622,9610,'accessories/wieldable_items/weapons/exp05/exp05_bow_befallen_bow',1008),
(9623,9611,'accessories/wieldable_items/weapons/exp05/shld_shield_10_ice',1008),
(9624,9612,'staticobjects/tapestry/dpo_tapestry_design_white_dragonscale_hq',1008),
(9625,9613,'accessories/wieldable_items/weapons/exp05/exp05_1hs_befallen_sabre',1008),
(9626,9614,'creatures/pets/dice/eight_sided_dice_black_marble',1008),
(9627,9615,'creatures/pets/dice/four_sided_dice_black_marble',1008),
(9628,9616,'creatures/pets/dice/four_sided_dice_cyanblack_marble',1008),
(9629,9617,'creatures/pets/dice/four_sided_dice_golden_marble',1008),
(9630,9618,'creatures/pets/dice/four_sided_dice_green_marble',1008),
(9631,9619,'creatures/pets/dice/four_sided_dice_grey_marble',1008),
(9632,9620,'creatures/pets/dice/four_sided_dice_orange_marble',1008),
(9633,9621,'creatures/pets/dice/four_sided_dice_plastic_tint',1008),
(9634,9622,'creatures/pets/dice/four_sided_dice_white_marble',1008),
(9635,9623,'creatures/pets/dice/twelve_sided_dice_black_marble',1008),
(9636,9624,'creatures/pets/dice/twelve_sided_dice_cyanblack_marble',1008),
(9637,9625,'creatures/pets/dice/twelve_sided_dice_golden_marble',1008),
(9638,9626,'creatures/pets/dice/twelve_sided_dice_green_marble',1008),
(9639,9627,'creatures/pets/dice/twelve_sided_dice_grey_marble',1008),
(9640,9628,'creatures/pets/dice/twelve_sided_dice_orange_marble',1008),
(9641,9629,'creatures/pets/dice/twelve_sided_dice_plastic_tint',1008),
(9642,9630,'creatures/pets/dice/twelve_sided_dice_red_marble',1008),
(9643,9631,'creatures/pets/dice/twelve_sided_dice_white_marble',1008),
(9644,9632,'creatures/pets/dice/twenty_sided_dice_black_marble',1008),
(9645,9633,'creatures/pets/dice/twenty_sided_dice_cyanblack_marble',1008),
(9646,9634,'creatures/pets/dice/twenty_sided_dice_golden_marble',1008),
(9647,9635,'creatures/pets/dice/twenty_sided_dice_green_marble',1008),
(9648,9636,'creatures/pets/dice/twenty_sided_dice_grey_marble',1008),
(9649,9637,'creatures/pets/dice/twenty_sided_dice_orange_marble',1008),
(9650,9638,'creatures/pets/dice/twenty_sided_dice_plastic_tint',1008),
(9651,9639,'creatures/pets/dice/twenty_sided_dice_red_marble',1008),
(9652,9640,'creatures/pets/dice/twenty_sided_dice_white_marble',1008),
(9653,9641,'creatures/monsters/wall_slug',1008),
(9654,9642,'accessories/wieldable_items/weapons/exp05/exp05_1hs_befallen_rapier',1008),
(9655,9643,'accessories/wieldable_items/weapons/exp05/exp05_orb_of_earth',1008),
(9656,9644,'accessories/wieldable_items/weapons/exp05/exp05_orb_of_fire',1008),
(9657,9645,'accessories/wieldable_items/weapons/exp05/exp05_orb_of_fire_sun',1008),
(9658,9646,'accessories/wieldable_items/weapons/exp05/exp05_orb_of_ice',1008),
(9659,9647,'accessories/wieldable_items/shields/buckler_shield/metal_buckler/metal_buckler001_ice',1008),
(9660,9648,'accessories/wieldable_items/shields/tower_shield/metal_tower_shield/planar_tower_shield',1008),
(9661,9649,'accessories/wieldable_items/weapons/bow/long_bow/dreadnaughts_longbow',1008),
(9662,9650,'_exp05/zones/objects/exp05_rgn_innothule/rubbish_pile',1008),
(9663,9651,'staticobjects/gnomish_devices/zeppelin_mobile',1008),
(9664,9652,'accessories/wieldable_items/weapons/exp05/exp05_befallen_censor',1008),
(9665,9653,'accessories/wieldable_items/weapons/exp05/exp05_lance_of_dreams',1008),
(9666,9654,'staticobjects/gnomish_devices/zeppelin_mobile_03',1008),
(9667,9655,'creatures/pets/dice/four_sided_dice_red_marble',1008),
(9668,9656,'_exp01/characters/tool_users/djinn_master_fire',1008),
(9669,9657,'_exp01/characters/tool_users/genie_male_efreeti',1008),
(9670,9658,'_exp01/characters/tool_users/genie_male_evil',1008),
(9671,9659,'_exp01/characters/tool_users/genie_male_evil_hair',1008),
(9672,9660,'_exp01/characters/tool_users/genie_male_lesser',1008),
(9673,9661,'_exp01/characters/tool_users/genie_male_lesser_hair',1008),
(9674,9662,'accessories/wearable_items/_exp05/far_seas_trader_leather/chest',1008),
(9675,9663,'accessories/wearable_items/_exp05/far_seas_trader_leather/feet',1008),
(9676,9664,'accessories/wearable_items/_exp05/far_seas_trader_leather/hands',1008),
(9677,9665,'accessories/wearable_items/_exp05/far_seas_trader_leather/forearms',1008),
(9678,9666,'accessories/wearable_items/_exp05/far_seas_trader_leather/head',1008),
(9679,9667,'accessories/wearable_items/_exp05/far_seas_trader_leather/legs',1008),
(9680,9668,'accessories/wearable_items/_exp05/far_seas_trader_leather/legs_noskirt',1008),
(9681,9669,'accessories/wearable_items/_exp05/far_seas_trader_leather/shoulders',1008),
(9682,9670,'accessories/wearable_items/_exp05/far_seas_trader_leather/skirt',1008),
(9683,9671,'staticobjects/urns/dpo_inna_vase_clay_tall02',1008),
(9684,9672,'staticobjects/statues/unicorn_statue',1008),
(9685,9673,'accessories/wearable_items/cloak/exp05/cloak_sq_01_bechoi',1008),
(9686,9674,'accessories/wearable_items/cloak/exp05/cloak_sq_01_lubesh',1008),
(9687,9675,'accessories/wearable_items/cloak/exp05/cloak_sq_01_rajadevi',1008),
(9688,9676,'accessories/wearable_items/cloak/exp05/cloak_sq_01_yciid',1008),
(9689,9677,'accessories/wearable_items/cloak/exp05/cloak_sq_01_vashota',1008),
(9690,9678,'staticobjects/liveevent/frostfell/goblinpop01',1008),
(9691,9679,'staticobjects/liveevent/frostfell/goblinpop02',1008),
(9692,9680,'staticobjects/liveevent/frostfell/goblinpop03',1008),
(9693,9681,'accessories/wearable_items/profesion_hats/priest_helm/heavy_plate_white/head',1008),
(9694,9682,'accessories/wearable_items01/_exp00/profesion_hats/priest_helm/heavy_plate_white/head',1008),
(9695,9683,'staticobjects/tapestry/dpo_tapestry_design_unseen',1008),
(9696,9684,'staticobjects/weapons/dpo_battle_spoon',1008),
(9697,9685,'staticobjects/weapons/dpo_rolling_pin',1008),
(9698,9686,'staticobjects/light_sources_player_housing_only/dpo_gf_lightsource_lampppost01',1008),
(9699,9687,'staticobjects/carts/damaged_wood_cart_no_collide',1008),
(9700,9688,'staticobjects/liveevent/frostfell/dpo_greeting_card_frostfell01',1008),
(9701,9689,'staticobjects/liveevent/frostfell/dpo_greeting_card_frostfell02',1008),
(9702,9690,'staticobjects/liveevent/frostfell/dpo_greeting_card_frostfell03',1008),
(9703,9691,'staticobjects/liveevent/frostfell/dpo_greeting_card_frostfell04',1008),
(9704,9692,'_exp05/zones/objects/exp05_dun_void_palace/fx_void_teleporter',1008),
(9705,9693,'_exp05/zones/objects/exp05_dun_void_palace/void_case',1008),
(9706,9694,'staticobjects/signs/neriak/dpo_sign_small_business01',1008),
(9707,9695,'accessories/wearable_items/_exp05/tradeskill_magus_low/chest',1008),
(9708,9696,'accessories/wearable_items/_exp05/tradeskill_magus_low/arms',1008),
(9709,9697,'accessories/wearable_items/_exp05/tradeskill_magus_low/skirt',1008),
(9710,9698,'_exp05/zones/objects/exp05_dun_veksar/vek_container_egg_bobbing',1008),
(9711,9699,'staticobjects/tapestry/dpo_tapestry_design_water',1008),
(9712,9700,'_exp05/zones/objects/exp05_dun_void_palace/fx_glowing_blue_sphere',1008),
(9713,9701,'accessories/wearable_items/cloak/exp05/cloak_sq_01_guide',1008),
(9714,9702,'_exp01/zones/dungeons/silent_city/sc_temple/sc_ewer_exp5_quest',1008),
(9715,9703,'_exp05/zones/objects/exp05_dun_miragul_shard/miragul_amygdalan_scaled',1008),
(9716,9704,'_exp05/zones/objects/exp05_dun_miragul_shard/miragul_tree_scaled',1008),
(9717,9705,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web01',1008),
(9718,9706,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web02',1008),
(9719,9707,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web03',1008),
(9720,9708,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web04',1008),
(9721,9709,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web05',1008),
(9722,9710,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web06',1008),
(9723,9711,'_exp05/zones/objects/exp05_dun_befallen_forsaken/spider_web07',1008),
(9724,9712,'staticobjects/lighting/floor_lamp_ice',1008),
(9725,9713,'creatures/tu/froglok_skeleton_ghost',1008),
(9726,9714,'_exp05/zones/objects/exp05_dun_guk_upper/dn_guk_upper_shinlordtower01_poison01',1008),
(9727,9715,'_exp05/monsters/dire_bear01_wsaddle_armor03',1008),
(9728,9716,'_exp05/monsters/dire_bear01_wsaddle_armor04',1008),
(9729,9717,'_exp05/monsters/dire_bear01_wsaddle_armor05',1008),
(9730,9718,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_airship_stage1',1008),
(9731,9719,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_airship_stage2',1008),
(9732,9720,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_airship_stage3',1008),
(9733,9721,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_airship_stage4',1008),
(9734,9722,'_exp05/zones/objects/tradeskill_dungeons/void/tinkered_workstation_dpo',1008),
(9735,9723,'staticobjects/beds/dpo_cm_bed_twin01',1008),
(9736,9724,'staticobjects/beds/dpo_cm_bed_twin02',1008),
(9737,9725,'staticobjects/beds/dpo_kel_bed_inn01',1008),
(9738,9726,'staticobjects/cages/dpo_drv_cage_gilded01_swinging',1008),
(9739,9727,'staticobjects/scrolls/dpo_goro_scrolls_stack01',1008),
(9740,9728,'staticobjects/scrolls/dpo_goro_scrolls_stack02',1008),
(9741,9729,'staticobjects/tables/dpo_djn_table_brass02',1008),
(9742,9730,'accessories/wearable_items/halloween_masks/skull_circlet/skull_circlet_head',1008),
(9743,9731,'accessories/wearable_items/christmas_hats/ice_crown/ice_crown_head',1008),
(9744,9732,'creatures/mounts/dire_bear/dire_bear01',1008),
(9745,9733,'creatures/mounts/dire_bear/dire_bear01_wsaddle',1008),
(9746,9734,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor01',1008),
(9747,9735,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor02',1008),
(9748,9736,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor03',1008),
(9749,9737,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor04',1008),
(9750,9738,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor05',1008),
(9751,9739,'creatures/mounts/dire_bear/dire_bear02_wsaddle',1008),
(9752,9740,'creatures/mounts/dire_bear/dire_bear02_wsaddle_armor01',1008),
(9753,9741,'creatures/mounts/dire_bear/dire_bear02_wsaddle_armor02',1008),
(9754,9742,'creatures/mounts/dire_bear/dire_bear03_wsaddle',1008),
(9755,9743,'creatures/mounts/dire_bear/dire_bear03_wsaddle_armor01',1008),
(9756,9744,'creatures/mounts/dire_bear/dire_bear03_wsaddle_armor02',1008),
(9757,9745,'creatures/mounts/dire_bear/dire_bear04_wsaddle',1008),
(9758,9746,'creatures/mounts/dire_bear/dire_bear04_wsaddle_armor01',1008),
(9759,9747,'creatures/mounts/dire_bear/dire_bear04_wsaddle_armor02',1008),
(9760,9748,'accessories/wearable_items/_exp06/elf_armor_vanguard/chest',1008),
(9761,9749,'accessories/wearable_items/_exp06/elf_armor_vanguard/elf_armor_pauldron_left',1008),
(9762,9750,'accessories/wearable_items/_exp06/elf_armor_vanguard/elf_armor_pauldron_right',1008),
(9763,9751,'accessories/wearable_items/_exp06/elf_armor_vanguard/feet',1008),
(9764,9752,'accessories/wearable_items/_exp06/elf_armor_vanguard/forearms',1008),
(9765,9753,'accessories/wearable_items/_exp06/elf_armor_vanguard/hands',1008),
(9766,9754,'accessories/wearable_items/_exp06/elf_armor_vanguard/head',1008),
(9767,9755,'accessories/wearable_items/_exp06/elf_armor_vanguard/head_elf_armor',1008),
(9768,9756,'accessories/wearable_items/_exp06/elf_armor_vanguard/legs',1008),
(9769,9757,'accessories/wearable_items/_exp06/elf_armor_vanguard/legs_noskirt',1008),
(9770,9758,'accessories/wearable_items/_exp06/elf_armor_vanguard/right',1008),
(9771,9759,'accessories/wearable_items/_exp06/elf_armor_vanguard/shoulders',1008),
(9772,9760,'accessories/wearable_items/_exp06/elf_armor_vanguard/shoulders_elf_amor',1008),
(9773,9761,'accessories/wearable_items/_exp06/elf_armor_vanguard/shoulders_nopauldrons',1008),
(9774,9762,'accessories/wearable_items/_exp06/elf_armor_vanguard/skirt',1008),
(9775,9763,'staticobjects/liveevent/guides/dpo_guide_halfling_table',1008),
(9776,9764,'staticobjects/liveevent/guides/dpo_guide_hanging_light',1008),
(9777,9765,'staticobjects/liveevent/guides/dpo_guide_rolling_pin_metal',1008),
(9778,9766,'accessories/wearable_items/_exp06/elf_armor_chain/chest',1008),
(9779,9767,'accessories/wearable_items/_exp06/elf_armor_chain/elf_armor_pauldron_left',1008),
(9780,9768,'accessories/wearable_items/_exp06/elf_armor_chain/elf_armor_pauldron_right',1008),
(9781,9769,'accessories/wearable_items/_exp06/elf_armor_chain/feet',1008),
(9782,9770,'accessories/wearable_items/_exp06/elf_armor_chain/forearms',1008),
(9783,9771,'accessories/wearable_items/_exp06/elf_armor_chain/hands',1008),
(9784,9772,'accessories/wearable_items/_exp06/elf_armor_chain/head',1008),
(9785,9773,'accessories/wearable_items/_exp06/elf_armor_chain/head_elf_armor',1008),
(9786,9774,'accessories/wearable_items/_exp06/elf_armor_chain/legs',1008),
(9787,9775,'accessories/wearable_items/_exp06/elf_armor_chain/legs_noskirt',1008),
(9788,9776,'accessories/wearable_items/_exp06/elf_armor_chain/shoulders',1008),
(9789,9777,'accessories/wearable_items/_exp06/elf_armor_chain/shoulders_nopauldrons',1008),
(9790,9778,'accessories/wearable_items/_exp06/elf_armor_chain/skirt',1008),
(9791,9779,'_exp04/monsters/xygoz_fire',1008),
(9792,9780,'_exp04/monsters/xygoz_shade',1008),
(9793,9781,'_exp05/monsters/ice_dervish',1008),
(9794,9782,'creatures/tu/elementalfire_greater',1008),
(9795,9783,'creatures/tu/void_stalker',1008),
(9796,9784,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor01_firespirit',1008),
(9797,9785,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor01_void',1008),
(9798,9786,'creatures/mounts/dire_bear/dire_bear01_wsaddle_armor01_icepirit',1008),
(9799,9788,'accessories/wearable_items/elemental_crowns/elemental_crown_fire',1008),
(9800,9789,'accessories/wearable_items/elemental_crowns/elemental_crown_ice',1008),
(9801,9790,'accessories/wearable_items/elemental_crowns/sparkle_crown',1008),
(9802,9791,'accessories/wearable_items/elemental_crowns/star_crown',1008),
(9803,9792,'creatures/tu/gelatinouscube_comfort_spring',1008),
(9804,9793,'creatures/tu/gelatinouscube_spring',1008),
(9805,9794,'accessories/wearable_items/_exp06/elf_armor_leather/chest',1008),
(9806,9795,'accessories/wearable_items/_exp06/elf_armor_leather/elf_armor_pauldron_right',1008),
(9807,9796,'accessories/wearable_items/_exp06/elf_armor_leather/feet',1008),
(9808,9797,'accessories/wearable_items/_exp06/elf_armor_leather/forearms',1008),
(9809,9798,'accessories/wearable_items/_exp06/elf_armor_leather/hands',1008),
(9810,9799,'accessories/wearable_items/_exp06/elf_armor_leather/head',1008),
(9811,9800,'accessories/wearable_items/_exp06/elf_armor_leather/head_elf_armor',1008),
(9812,9801,'accessories/wearable_items/_exp06/elf_armor_leather/legs',1008),
(9813,9802,'accessories/wearable_items/_exp06/elf_armor_leather/legs_noskirt',1008),
(9814,9803,'accessories/wearable_items/_exp06/elf_armor_leather/shoulders',1008),
(9815,9804,'accessories/wearable_items/_exp06/elf_armor_leather/shoulders_nopauldrons',1008),
(9816,9805,'accessories/wearable_items/_exp06/elf_armor_leather/skirt',1008),
(9817,9806,'creatures/tu/nightbloodwarrior_golden',1008),
(9818,9807,'accessories/wearable_items/robe_02/chest',1008),
(9819,9808,'accessories/wearable_items/robe_02/head',1008),
(9820,9809,'accessories/wearable_items/robe_02/hood',1008),
(9821,9811,'accessories/wearable_items/robe_02/skirt',1008),
(9822,9812,'accessories/wearable_items/cloak/exp06/cloak_kaltuk',1008),
(9823,9813,'accessories/wearable_items/_exp06/dwarf_armor_chain/breastplate_disc',1008),
(9824,9814,'accessories/wearable_items/_exp06/dwarf_armor_chain/chest',1008),
(9825,9815,'accessories/wearable_items/_exp06/dwarf_armor_chain/chest_disc_chain_dwarf',1008),
(9826,9816,'accessories/wearable_items/_exp06/dwarf_armor_chain/crest_boar_01',1008),
(9827,9817,'accessories/wearable_items/_exp06/dwarf_armor_chain/feet',1008),
(9828,9818,'accessories/wearable_items/_exp06/dwarf_armor_chain/forearms',1008),
(9829,9819,'accessories/wearable_items/_exp06/dwarf_armor_chain/hands',1008),
(9830,9820,'accessories/wearable_items/_exp06/dwarf_armor_chain/head',1008),
(9831,9824,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_01_left',1008),
(9832,9825,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_01_right',1008),
(9833,9826,'accessories/wearable_items/_exp06/dwarf_armor_chain/legs',1008),
(9834,9827,'accessories/wearable_items/_exp06/dwarf_armor_chain/legs_noskirt',1008),
(9835,9828,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_flat_boar_left',1008),
(9836,9829,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_flat_boar_right',1008),
(9837,9830,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_flat_left',1008),
(9838,9831,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_flat_right',1008),
(9839,9832,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_light_left',1008),
(9840,9833,'accessories/wearable_items/_exp06/dwarf_armor_chain/pauldron_leather_light_right',1008),
(9841,9834,'accessories/wearable_items/_exp06/dwarf_armor_chain/shoulders',1008),
(9842,9835,'accessories/wearable_items/_exp06/dwarf_armor_chain/shoulders_leather_flat_boar_pauldrons_both',1008),
(9843,9836,'accessories/wearable_items/_exp06/dwarf_armor_chain/shoulders_leather_flat_pauldrons_both',1008),
(9844,9837,'accessories/wearable_items/_exp06/dwarf_armor_chain/shoulders_no_pauldrons',1008),
(9845,9838,'accessories/wearable_items/_exp06/dwarf_armor_chain/skirt',1008),
(9846,9839,'accessories/wearable_items/cloak/exp06/cloak_nurgg',1008),
(9847,9840,'accessories/wearable_items/cloak/exp06/cloak_journeyman',1008),
(9848,9841,'accessories/wearable_items/cloak/exp06/cloak_journeyman_blue',1008),
(9849,9842,'accessories/wearable_items/cloak/exp06/cloak_journeyman_green',1008),
(9850,9843,'accessories/wearable_items/cloak/exp06/cloak_journeyman_red',1008),
(9851,9844,'creatures/tu/water_elemental_soldier',1008),
(9852,9845,'creatures/tu/fire_elemental_soldier',1008),
(9853,9846,'creatures/tu/poison_elemental_soldier_',1008),
(9854,9847,'creatures/tu/snow_flake_soldier',1008),
(9855,9848,'creatures/tu/storm_elemental_soldier',1008),
(9856,9849,'accessories/wearable_items/_exp06/mayan_robe/chest',1008),
(9857,9850,'accessories/wearable_items/_exp06/mayan_robe/head',1008),
(9858,9851,'accessories/wearable_items/_exp06/mayan_robe/pants',1008),
(9859,9852,'accessories/wearable_items/_exp06/mayan_robe/skirt',1008),
(9860,9853,'staticobjects/bank/dpo_inna_chest_treasure_open01',1008),
(9861,9854,'staticobjects/bank/dpo_inna_coin_pile_large01',1008),
(9862,9855,'staticobjects/bank/dpo_inna_crate_closed01_single',1008),
(9863,9856,'staticobjects/bank/dpo_inna_crate_treasure_open01',1008),
(9864,9857,'staticobjects/bank/dpo_inna_gold_coin_pile01',1008),
(9865,9858,'staticobjects/bank/dpo_inna_gold_coin_pile02',1008),
(9866,9859,'accessories/wearable_items/_exp06/dwarf_armor_chain/crest_horns_01',1008),
(9867,9860,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_boarcrest',1008),
(9868,9861,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_boarcrest_horns_01',1008),
(9869,9862,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_boarcrest_horns_02',1008),
(9870,9863,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_boarcrest_horns_03',1008),
(9871,9864,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_boarcrest_horns_04',1008),
(9872,9865,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_hornedcrest_horns_03',1008),
(9873,9866,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_02_left',1008),
(9874,9867,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_02_right',1008),
(9875,9868,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_03_left',1008),
(9876,9869,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_03_right',1008),
(9877,9870,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_04_left',1008),
(9878,9871,'accessories/wearable_items/_exp06/dwarf_armor_chain/horn_04_right',1008),
(9879,9872,'accessories/wearable_items/_exp06/elf_armor_robe/chest',1008),
(9880,9873,'accessories/wearable_items/_exp06/elf_armor_robe/elf_armor_pauldron_left',1008),
(9881,9874,'accessories/wearable_items/_exp06/elf_armor_robe/elf_armor_pauldron_right',1008),
(9882,9875,'accessories/wearable_items/_exp06/elf_armor_robe/head',1008),
(9883,9876,'accessories/wearable_items/_exp06/elf_armor_robe/hood',1008),
(9884,9877,'accessories/wearable_items/_exp06/elf_armor_robe/pants',1008),
(9885,9878,'accessories/wearable_items/_exp06/elf_armor_robe/skirt',1008),
(9886,9879,'_exp05/zones/objects/exp05_dun_najena_atheneum/gold_bar',1008),
(9887,9880,'accessories/wearable_items/_exp06/plain_01_robe/chest',1008),
(9888,9881,'accessories/wearable_items/_exp06/plain_01_robe/head',1008),
(9889,9882,'accessories/wearable_items/_exp06/plain_01_robe/pants',1008),
(9890,9883,'accessories/wearable_items/_exp06/plain_01_robe/skirt',1008),
(9891,9884,'accessories/wearable_items01/_exp00/heavy_plate/plain_white_sun_symbol/shoulders',1008),
(9892,9885,'_exp05/zones/objects/exp05_dun_najena_atheneum/lava_boulder_01',1008),
(9893,9886,'_exp05/zones/objects/exp05_dun_najena_atheneum/lava_boulder_02',1008),
(9894,9887,'_exp05/zones/objects/exp05_dun_najena_atheneum/lava_boulder_03',1008),
(9895,9888,'_exp05/zones/objects/exp05_dun_najena_atheneum/lava_boulder_04',1008),
(9896,9889,'staticobjects/doors/qey_obj_door_type05_1',1008),
(9897,9890,'staticobjects/doors/qey_obj_door_type05_2',1008),
(9898,9891,'accessories/wearable_items/cloak/exp06/cloak_erollisi_sister',1008),
(9899,9892,'accessories/wearable_items/cloak/exp06/erollisi_head',1008),
(9900,9893,'accessories/wearable_items/profesion_hats/wizard_hat_merlin/wizard_hat_merlin',1008),
(9901,9894,'accessories/wearable_items/cloak/exp06/fae_d_wing01_void',1008),
(9902,9895,'accessories/wearable_items/heavy_plate/lava/chest',1008),
(9903,9896,'accessories/wearable_items/heavy_plate/lava/feet',1008),
(9904,9897,'accessories/wearable_items/heavy_plate/lava/forearms',1008),
(9905,9898,'accessories/wearable_items/heavy_plate/lava/hands',1008),
(9906,9899,'accessories/wearable_items/heavy_plate/lava/head',1008),
(9907,9900,'accessories/wearable_items/heavy_plate/lava/left',1008),
(9908,9901,'accessories/wearable_items/heavy_plate/lava/legs',1008),
(9909,9902,'accessories/wearable_items/heavy_plate/lava/legs_noskirt',1008),
(9910,9903,'accessories/wearable_items/heavy_plate/lava/pauldron03_vanguard_flared_left',1008),
(9911,9904,'accessories/wearable_items/heavy_plate/lava/pauldron03_vanguard_flared_right',1008),
(9912,9905,'accessories/wearable_items/heavy_plate/lava/pauldron_plain_left',1008),
(9913,9906,'accessories/wearable_items/heavy_plate/lava/pauldron_plain_right',1008),
(9914,9907,'accessories/wearable_items/heavy_plate/lava/right',1008),
(9915,9908,'accessories/wearable_items/heavy_plate/lava/shoulders',1008),
(9916,9909,'accessories/wearable_items/heavy_plate/lava/shoulders_flared_both',1008),
(9917,9910,'accessories/wearable_items/heavy_plate/lava/shoulders_nopauldrons',1008),
(9918,9911,'accessories/wearable_items/heavy_plate/lava/skirt',1008),
(9919,9912,'accessories/wearable_items/heavy_plate/lava/upperchest',1008),
(9920,9913,'ec/pc/darkelf/darkelf_female_voidtainted',1008),
(9921,9914,'ec/pc/ogre/fire_ogre_male_voidtainted',1008),
(9922,9915,'_exp04/tool_users/burynai_warrior_voidtainted',1008),
(9923,9916,'_exp01/characters/tool_users/water_djinn_master_voidtainted',1008),
(9924,9917,'accessories/wearable_items/profesion_hats/vampire_hunter/vampire_hunter',1008),
(9925,9918,'accessories/wearable_items/_exp06/elf_armor_robe/chest_with_pauldrons',1008),
(9926,9919,'accessories/wearable_items/profesion_hats/executioner_helm/head',1008),
(9927,9920,'accessories/wearable_items/_exp06/varsoon_robe/chest_with_skull_pauldrons',1008),
(9928,9921,'accessories/wearable_items/_exp06/varsoon_robe/chest',1008),
(9929,9922,'accessories/wearable_items/_exp06/varsoon_robe/head',1008),
(9930,9923,'accessories/wearable_items/_exp06/varsoon_robe/pants',1008),
(9931,9924,'accessories/wearable_items/_exp06/varsoon_robe/pauldron_varsoon_left',1008),
(9932,9925,'accessories/wearable_items/_exp06/varsoon_robe/pauldron_varsoon_right',1008),
(9933,9926,'accessories/wearable_items/_exp06/varsoon_robe/skirt',1008),
(9934,9927,'accessories/wearable_items/profesion_hats/priest_helm/priest_templar_helm/head',1008),
(9935,9928,'accessories/wearable_items/profesion_hats/warrior_helm/warrior_helm',1008),
(9936,9929,'staticobjects/liveevent/erollisi_objects/errolisi_grass_patch_butterflies_01',1008),
(9937,9930,'staticobjects/liveevent/erollisi_objects/errolisi_grass_patch_fireflies_01',1008),
(9938,9931,'accessories/wearable_items/_exp06/elf_armor_robe_red/chest',1008),
(9939,9932,'accessories/wearable_items/_exp06/elf_armor_robe_red/chest_with_pauldrons',1008),
(9940,9933,'accessories/wearable_items/_exp06/elf_armor_robe_red/elf_armor_pauldron_left',1008),
(9941,9934,'accessories/wearable_items/_exp06/elf_armor_robe_red/elf_armor_pauldron_right',1008),
(9942,9935,'accessories/wearable_items/_exp06/elf_armor_robe_red/head',1008),
(9943,9936,'accessories/wearable_items/_exp06/elf_armor_robe_red/hood',1008),
(9944,9937,'accessories/wearable_items/_exp06/elf_armor_robe_red/pants',1008),
(9945,9938,'accessories/wearable_items/_exp06/elf_armor_robe_red/skirt',1008),
(9946,9939,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_horns_01',1008),
(9947,9940,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_horns_02',1008),
(9948,9941,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_horns_03',1008),
(9949,9942,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_horns_04',1008),
(9950,9943,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_bone_spike',1008),
(9951,9944,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_double_fang',1008),
(9952,9945,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_dragon_eater',1008),
(9953,9946,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_emerald_ripper',1008),
(9954,9947,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_golden_eagle_talon',1008),
(9955,9948,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_golden_sun',1008),
(9956,9949,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_holey_defiler',1008),
(9957,9950,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_jagged_diamond',1008),
(9958,9951,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_mayan_smasher',1008),
(9959,9952,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_quad_impaler',1008),
(9960,9953,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_arasai_slicer',1008),
(9961,9954,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_crystal_blade_of_chaos',1008),
(9962,9955,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_necrobone',1008),
(9963,9956,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_serpent_tongue',1008),
(9964,9957,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_silver_tip',1008),
(9965,9958,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_skewed_escargo',1008),
(9966,9959,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_soulleach',1008),
(9967,9960,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_spirit_of_the_forest',1008),
(9968,9961,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_tangler',1008),
(9969,9962,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_toothed_cleaver',1008),
(9970,9963,'creatures/mounts/horse_armor02/horse01_armor02_lava',1008),
(9971,9964,'creatures/mounts/horse_armor02/horse01_armor02_ice',1008),
(9972,9965,'accessories/wearable_items/elemental_crowns/elemental_crown_fire_purple',1008),
(9973,9966,'accessories/wearable_items/elemental_crowns/elemental_crown_ice_green',1008),
(9974,9967,'accessories/wearable_items/elemental_crowns/elemental_crown_ice_purple',1008),
(9975,9968,'accessories/wearable_items/elemental_crowns/sparkle_crown_purple',1008),
(9976,9969,'accessories/wearable_items/elemental_crowns/star_crown_purple',1008),
(9977,9970,'creatures/mounts/horse_armor_warhorse/horse01_armor_warhorse_pinto',1008),
(9978,9971,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_black',1008),
(9979,9972,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_blue',1008),
(9980,9973,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_bronze',1008),
(9981,9974,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_gold',1008),
(9982,9975,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_purple',1008),
(9983,9976,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_red',1008),
(9984,9977,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_silver',1008),
(9985,9978,'creatures/mounts/horse_demon/horse_demon',1008),
(9986,9979,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_transport_stage1',1008),
(9987,9980,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_transport_stage2',1008),
(9988,9981,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_transport_stage3',1008),
(9989,9982,'_exp05/zones/objects/tradeskill_dungeons/void/dpo_transport_stage4',1008),
(9990,9983,'accessories/wearable_items/profesion_hats/centurion_helm/ice_crest/head_centurion_ice_crest',1008),
(9991,9984,'accessories/wearable_items/profesion_hats/centurion_helm/ice_crest/ice_crest',1008),
(9992,9985,'accessories/wearable_items/profesion_hats/centurion_helm/lightning_crest/head_centurion_lightning_crest',1008),
(9993,9986,'accessories/wearable_items/profesion_hats/centurion_helm/lightning_crest/lightning_crest',1008),
(9994,9987,'accessories/wearable_items/profesion_hats/centurion_helm/poison_crest/head_centurion_poison_crest',1008),
(9995,9988,'accessories/wearable_items/profesion_hats/centurion_helm/poison_crest/poison_crest',1008),
(9996,9989,'creatures/mounts/unicorn/unicorn_saddle01_love',1008),
(9997,9990,'accessories/wearable_items/profesion_hats/tin_foil_helm/tin_foil_helm_dome',1008),
(9998,9991,'accessories/wearable_items/profesion_hats/tin_foil_helm/tin_foil_helm_pointy',1008),
(9999,9992,'accessories/wearable_items/cloak/exp06/cloak_community_team',1008),
(10000,9993,'staticobjects/liveevent/brew_day/dpo_kal_jug_dwarf01',1008),
(10001,9994,'staticobjects/liveevent/bristlebane_day/dpo_cm_arcane_bottle_glass02',1008),
(10002,9995,'staticobjects/liveevent/bristlebane_day/dpo_fprt_kitchen_winebottleplain001',1008),
(10003,9996,'staticobjects/liveevent/bristlebane_day/dpo_vp_jar0202',1008),
(10004,9997,'creatures/monsters/shadowedman_void',1008),
(10005,9998,'accessories/wearable_items/cloak/exp06/cloak_burning_dead',1008),
(10006,9999,'staticobjects/adv04/vessel_ice',1008),
(10007,10000,'staticobjects/bookcases/floor_bookcase_any_fancy_ice',1008),
(10008,10001,'staticobjects/brazier/floor_brazier_erudite_steam_ice',1008),
(10009,10002,'staticobjects/dressers/floor_dresser_any_fancy_ice',1008),
(10010,10003,'staticobjects/pillars/columnsmall002_ice',1008),
(10011,10004,'staticobjects/statues/binding_shrine_ice',1008),
(10012,10005,'staticobjects/walls/dpo_gf_kel_int_divider_wall01_ice',1008),
(10013,10006,'staticobjects/portals/lavastorm_teleporter_ring',1008),
(10014,10007,'staticobjects/torches/solro_dragontorch',1008),
(10015,10008,'staticobjects/bookcases/solro_bookcase01_dpo',1008),
(10016,10009,'staticobjects/bookcases/solro_bookcase02_dpo',1008),
(10017,10010,'staticobjects/bookcases/solro_bookcase03_dpo',1008),
(10018,10011,'staticobjects/books/solro_book01_dpo',1008),
(10019,10012,'staticobjects/books/solro_book01_flat_dpo',1008),
(10020,10013,'staticobjects/papers/solro_page01_dpo',1008),
(10021,10014,'staticobjects/papers/solro_page02_dpo',1008),
(10022,10015,'staticobjects/papers/solro_page03_dpo',1008),
(10023,10016,'staticobjects/tables/solro_desk_dpo',1008),
(10024,10017,'accessories/wieldable_items/weapons/exp05/1hp_dual_bladed_stiletto_blue',1008),
(10025,10018,'staticobjects/cages/sol_cage_closed01',1008),
(10026,10019,'staticobjects/crystals/dpo_lavastorm_crystals_group',1008),
(10027,10020,'_exp06/characters/tool_users/erudite_classic_female/erudite_classic_female',1008),
(10028,10021,'_exp06/characters/tool_users/erudite_classic_male/erudite_classic_male',1008),
(10029,10022,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/chest',1008),
(10030,10023,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/elf_armor_pauldron_left',1008),
(10031,10024,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/elf_armor_pauldron_right',1008),
(10032,10025,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/feet',1008),
(10033,10026,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/forearms',1008),
(10034,10027,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/hands',1008),
(10035,10028,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/head',1008),
(10036,10029,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/head_elf_armor',1008),
(10037,10030,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/legs',1008),
(10038,10031,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/legs_noskirt',1008),
(10039,10032,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/shoulders',1008),
(10040,10033,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/shoulders_nopauldrons',1008),
(10041,10034,'accessories/wearable_items/_exp06/elf_armor_chain_black_red/skirt',1008),
(10042,10035,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/chest',1008),
(10043,10036,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/elf_armor_pauldron_left',1008),
(10044,10037,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/elf_armor_pauldron_right',1008),
(10045,10038,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/feet',1008),
(10046,10039,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/forearms',1008),
(10047,10040,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/hands',1008),
(10048,10041,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/head',1008),
(10049,10042,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/head_elf_armor',1008),
(10050,10043,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/legs',1008),
(10051,10044,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/legs_noskirt',1008),
(10052,10045,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/right',1008),
(10053,10046,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/shoulders',1008),
(10054,10047,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/shoulders_elf_amor',1008),
(10055,10048,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/shoulders_nopauldrons',1008),
(10056,10049,'accessories/wearable_items/_exp06/elf_armor_vanguard_purple_gold/skirt',1008),
(10057,10050,'staticobjects/tables/dpo_dn_table_books',1008),
(10058,10051,'staticobjects/tables/dpo_dn_table_empty',1008),
(10059,10052,'staticobjects/torches/floor_torch_solro_tabletorch01',1008),
(10060,10053,'accessories/wearable_items/_exp06/predator_chain/chest',1008),
(10061,10054,'accessories/wearable_items/_exp06/predator_chain/feet',1008),
(10062,10055,'accessories/wearable_items/_exp06/predator_chain/forearms',1008),
(10063,10056,'accessories/wearable_items/_exp06/predator_chain/hands',1008),
(10064,10057,'accessories/wearable_items/_exp06/predator_chain/head',1008),
(10065,10058,'accessories/wearable_items/_exp06/predator_chain/head_predator',1008),
(10066,10059,'accessories/wearable_items/_exp06/predator_chain/legs',1008),
(10067,10060,'accessories/wearable_items/_exp06/predator_chain/legs_noskirt',1008),
(10068,10061,'accessories/wearable_items/_exp06/predator_chain/predator_pauldron_left',1008),
(10069,10062,'accessories/wearable_items/_exp06/predator_chain/predator_pauldron_right',1008),
(10070,10063,'accessories/wearable_items/_exp06/predator_chain/shoulders',1008),
(10071,10064,'accessories/wearable_items/_exp06/predator_chain/shoulders_nopauldrons',1008),
(10072,10065,'accessories/wearable_items/_exp06/predator_chain/shoulders_pauldrons_only',1008),
(10073,10066,'accessories/wearable_items/_exp06/predator_chain/skirt',1008),
(10074,10067,'accessories/wearable_items/_exp06/raven_armor_vanguard/chest',1008),
(10075,10068,'accessories/wearable_items/_exp06/raven_armor_vanguard/feet',1008),
(10076,10069,'accessories/wearable_items/_exp06/raven_armor_vanguard/forearms',1008),
(10077,10070,'accessories/wearable_items/_exp06/raven_armor_vanguard/hands',1008),
(10078,10071,'accessories/wearable_items/_exp06/raven_armor_vanguard/head',1008),
(10079,10072,'accessories/wearable_items/_exp06/raven_armor_vanguard/head_raven_armor',1008),
(10080,10073,'accessories/wearable_items/_exp06/raven_armor_vanguard/legs',1008),
(10081,10074,'accessories/wearable_items/_exp06/raven_armor_vanguard/legs_noskirt',1008),
(10082,10075,'accessories/wearable_items/_exp06/raven_armor_vanguard/raven_shoulder_left',1008),
(10083,10076,'accessories/wearable_items/_exp06/raven_armor_vanguard/raven_shoulder_right',1008),
(10084,10077,'accessories/wearable_items/_exp06/raven_armor_vanguard/right',1008),
(10085,10078,'accessories/wearable_items/_exp06/raven_armor_vanguard/shoulders',1008),
(10086,10079,'accessories/wearable_items/_exp06/raven_armor_vanguard/shoulders_nopauldrons',1008),
(10087,10080,'accessories/wearable_items/_exp06/raven_armor_vanguard/shoulders_raven_both',1008),
(10088,10081,'accessories/wearable_items/_exp06/raven_armor_vanguard/skirt',1008),
(10089,10082,'staticobjects/armor/armor_collection03_dpo',1008),
(10090,10083,'staticobjects/goblin_misc/goblin_smokestack03_dpo',1008),
(10091,10084,'staticobjects/goblin_misc/goblin_wallsmokestack01_dpo',1008),
(10092,10085,'staticobjects/goblin_misc/runnyeye_anvil02_dpo',1008),
(10093,10086,'staticobjects/goblin_misc/runnyeye_boxforge01_dpo',1008),
(10094,10087,'staticobjects/goblin_misc/runnyeye_coalbin01_dpo',1008),
(10095,10088,'staticobjects/goblin_misc/runnyeye_coalbin01_spill_dpo',1008),
(10096,10089,'staticobjects/goblin_misc/runnyeye_wallforge02_dpo',1008),
(10097,10090,'staticobjects/tools/nbhum_forge01_dpo',1008),
(10098,10091,'staticobjects/goblin_misc/goblin_smokestack02_dpo',1008),
(10099,10092,'staticobjects/carts/dpo_na_lava_cart01',1008),
(10100,10093,'staticobjects/carts/dpo_solro_mincart_rocks',1008),
(10101,10094,'staticobjects/flora/dpo_jw_sporepod01',1008),
(10102,10095,'staticobjects/rocks/dpo_nh_rock_large01',1008),
(10103,10096,'staticobjects/rocks/dpo_nh_rock_large02',1008),
(10104,10097,'staticobjects/statues/dpo_nh_statue01',1008),
(10105,10098,'staticobjects/torture_chamber/dpo_nh_bone_wall',1008),
(10106,10099,'staticobjects/fish/barracuda_dpo',1008),
(10107,10100,'_exp05/zones/objects/exp05_dun_miragul_upper/glass_orb_ped_collision',1008),
(10108,10101,'staticobjects/blacksmith/orc_forge_houseitem',1008),
(10109,10102,'staticobjects/guildhall/trophies/floor_aiden',1008),
(10110,10103,'staticobjects/guildhall/trophies/floor_behemoth',1008),
(10111,10104,'staticobjects/guildhall/trophies/floor_cheldrak',1008),
(10112,10105,'staticobjects/guildhall/trophies/floor_clockwork',1008),
(10113,10106,'staticobjects/guildhall/trophies/floor_darathar_head',1008),
(10114,10107,'staticobjects/guildhall/trophies/floor_djinn_master',1008),
(10115,10108,'staticobjects/guildhall/trophies/floor_godking_anuk_head',1008),
(10116,10109,'staticobjects/guildhall/trophies/floor_gynok',1008),
(10117,10110,'staticobjects/guildhall/trophies/floor_mayong_coffin',1008),
(10118,10111,'staticobjects/guildhall/trophies/floor_munzok',1008),
(10119,10112,'staticobjects/guildhall/trophies/floor_tarinax_head',1008),
(10120,10113,'staticobjects/guildhall/trophies/floor_venekor_head',1008),
(10121,10114,'staticobjects/guildhall/trophies/floor_trakanon_head',1008),
(10122,10115,'staticobjects/guildhall/trophies/floor_venril',1008),
(10123,10116,'staticobjects/guildhall/trophies/floor_vox_head_full',1008),
(10124,10117,'staticobjects/guildhall/trophies/floor_vyemm_head',1008),
(10125,10118,'staticobjects/guildhall/trophies/floor_wuoshi_head',1008),
(10126,10119,'staticobjects/guildhall/trophies/floor_ykesha',1008),
(10127,10120,'staticobjects/guildhall/trophies/floor_zarakon_head',1008),
(10128,10121,'staticobjects/alter/le_lavastorm_altar01_dpo',1008),
(10129,10122,'staticobjects/cages/sol_cage_closed01',1008),
(10130,10123,'staticobjects/carts/na_lava_cart01_dpo',1008),
(10131,10124,'staticobjects/statues/le_lavastorm_forge01_dpo',1008),
(10132,10125,'staticobjects/statues/le_lavastorm_pedestal01_dpo',1008),
(10133,10126,'staticobjects/statues/na_statue_01_dpo',1008),
(10134,10127,'staticobjects/statues/nh_bone_wall_dpo',1008),
(10135,10128,'staticobjects/statues/nh_statue_01_dpo',1008),
(10136,10129,'accessories/wieldable_items/misc/weaponsmith_forged_sword',1008),
(10137,10130,'accessories/wieldable_items/misc/alchemist_flask',1008),
(10138,10131,'accessories/wieldable_items/misc/armorer_tongs',1008),
(10139,10132,'accessories/wieldable_items/misc/carpenter_hammer',1008),
(10140,10133,'accessories/wieldable_items/misc/jewelers_tongs',1008),
(10141,10134,'accessories/wieldable_items/misc/provisioner_skillet',1008),
(10142,10135,'accessories/wieldable_items/misc/sage_scroll',1008),
(10143,10136,'accessories/wieldable_items/misc/tailor_long_needle',1008),
(10144,10137,'accessories/wieldable_items/misc/woodworker_saw',1008),
(10145,10138,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/chest',1008),
(10146,10139,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/feet',1008),
(10147,10140,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/forearms',1008),
(10148,10141,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/hands',1008),
(10149,10142,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/head',1008),
(10150,10143,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/head_shadowknight_skull_vanguard',1008),
(10151,10144,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/legs',1008),
(10152,10145,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/legs_noskirt',1008),
(10153,10146,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/right',1008),
(10154,10147,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shadowknight_skull_pauldrons_left',1008),
(10155,10148,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shadowknight_skull_pauldrons_right',1008),
(10156,10149,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shoulders',1008),
(10157,10150,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shoulders_nopauldrons',1008),
(10158,10151,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shoulders_shadowknight_skull_vanguard',1008),
(10159,10152,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/skirt',1008),
(10160,10153,'accessories/wearable_items/_exp06/white_paladin_vanguard/chest',1008),
(10161,10154,'accessories/wearable_items/_exp06/white_paladin_vanguard/feet',1008),
(10162,10155,'accessories/wearable_items/_exp06/white_paladin_vanguard/forearms',1008),
(10163,10156,'accessories/wearable_items/_exp06/white_paladin_vanguard/hands',1008),
(10164,10157,'accessories/wearable_items/_exp06/white_paladin_vanguard/head',1008),
(10165,10158,'accessories/wearable_items/_exp06/white_paladin_vanguard/head_white_paladin_vanguard',1008),
(10166,10159,'accessories/wearable_items/_exp06/white_paladin_vanguard/legs',1008),
(10167,10160,'accessories/wearable_items/_exp06/white_paladin_vanguard/legs_noskirt',1008),
(10168,10161,'accessories/wearable_items/_exp06/white_paladin_vanguard/right',1008),
(10169,10162,'accessories/wearable_items/_exp06/white_paladin_vanguard/shoulders',1008),
(10170,10163,'accessories/wearable_items/_exp06/white_paladin_vanguard/shoulders_nopauldrons',1008),
(10171,10164,'accessories/wearable_items/_exp06/white_paladin_vanguard/shoulders_white_paladin_vanguard',1008),
(10172,10165,'accessories/wearable_items/_exp06/white_paladin_vanguard/skirt',1008),
(10173,10166,'accessories/wearable_items/_exp06/white_paladin_vanguard/white_paladin_vanguard_pauldron_left',1008),
(10174,10167,'accessories/wearable_items/_exp06/white_paladin_vanguard/white_paladin_vanguard_pauldron_right',1008),
(10175,10168,'staticobjects/flora/dpo_jw_sporepod01',1008),
(10176,10169,'creatures/mounts/warg_mount/warg_armor03_ice',1008),
(10177,10170,'creatures/mounts/warg_mount/warg_armor03_lava',1008),
(10178,10171,'creatures/mounts/warg_mount/warg_armor03_void',1008),
(10179,10172,'creatures/mounts/carpet_lava',1008),
(10180,10173,'creatures/mounts/carpet_void',1008),
(10181,10174,'creatures/mounts/rhino_mount/rhino_armor01_void',1008),
(10182,10175,'creatures/mounts/rhino_mount/rhino_armor01_lava',1008),
(10183,10176,'creatures/mounts/rhino_mount/rhino_armor01_ice',1008),
(10184,10177,'creatures/mounts/rhino_mount/rhino_armor01_golden',1008),
(10185,10178,'creatures/mounts/rhino_mount/rhino_armor01_chrome',1008),
(10186,10179,'staticobjects/weapons/dpo_felwithe_bws_staff',1008),
(10187,10180,'staticobjects/pictures/eq2book_painting_venekor_dpo',1008),
(10188,10181,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/head_shadowknight_elf_armor',1008),
(10189,10182,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shadowknight_elf_pauldrons_left',1008),
(10190,10183,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shadowknight_elf_pauldrons_right',1008),
(10191,10184,'accessories/wearable_items/_exp06/shadowknight_skull_vanguard/shoulders_shadowknight_elf_armor',1008),
(10192,10185,'accessories/wearable_items/_exp06/elf_armor_leather/shoulders_elf_pauldrons',1008),
(10193,10186,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head',1008),
(10194,10187,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/chest',1008),
(10195,10188,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/chest_with_pauldrons',1008),
(10196,10189,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/elf_armor_pauldron_left',1008),
(10197,10190,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/elf_armor_pauldron_right',1008),
(10198,10191,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/head',1008),
(10199,10192,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/hood',1008),
(10200,10193,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/pants',1008),
(10201,10194,'accessories/wearable_items/_exp06/elf_armor_robe_black_red/skirt',1008),
(10202,10195,'accessories/wearable_items/_exp06/elf_armor_robe_blue/chest',1008),
(10203,10196,'accessories/wearable_items/_exp06/elf_armor_robe_blue/chest_with_pauldrons',1008),
(10204,10197,'accessories/wearable_items/_exp06/elf_armor_robe_blue/elf_armor_pauldron_left',1008),
(10205,10198,'accessories/wearable_items/_exp06/elf_armor_robe_blue/elf_armor_pauldron_right',1008),
(10206,10199,'accessories/wearable_items/_exp06/elf_armor_robe_blue/head',1008),
(10207,10200,'accessories/wearable_items/_exp06/elf_armor_robe_blue/hood',1008),
(10208,10201,'accessories/wearable_items/_exp06/elf_armor_robe_blue/pants',1008),
(10209,10202,'accessories/wearable_items/_exp06/elf_armor_robe_blue/skirt',1008),
(10210,10203,'staticobjects/promo_items/equipment_display_01_nagaefen_dpo',1008),
(10211,10204,'accessories/wearable_items/_exp06/elf_armor_chain_gold/chest',1008),
(10212,10205,'accessories/wearable_items/_exp06/elf_armor_chain_gold/elf_armor_pauldron_left',1008),
(10213,10206,'accessories/wearable_items/_exp06/elf_armor_chain_gold/elf_armor_pauldron_right',1008),
(10214,10207,'accessories/wearable_items/_exp06/elf_armor_chain_gold/feet',1008),
(10215,10208,'accessories/wearable_items/_exp06/elf_armor_chain_gold/forearms',1008),
(10216,10209,'accessories/wearable_items/_exp06/elf_armor_chain_gold/hands',1008),
(10217,10210,'accessories/wearable_items/_exp06/elf_armor_chain_gold/head',1008),
(10218,10211,'accessories/wearable_items/_exp06/elf_armor_chain_gold/head_elf_armor',1008),
(10219,10212,'accessories/wearable_items/_exp06/elf_armor_chain_gold/legs',1008),
(10220,10213,'accessories/wearable_items/_exp06/elf_armor_chain_gold/legs_noskirt',1008),
(10221,10214,'accessories/wearable_items/_exp06/elf_armor_chain_gold/shoulders',1008),
(10222,10215,'accessories/wearable_items/_exp06/elf_armor_chain_gold/shoulders_nopauldrons',1008),
(10223,10216,'accessories/wearable_items/_exp06/elf_armor_chain_gold/skirt',1008),
(10224,10217,'staticobjects/promo_items/equipment_display_01_nagaefen_dpo',1008),
(10225,10218,'staticobjects/soe_wallet/cherry_armoire_dpo',1008),
(10226,10219,'staticobjects/soe_wallet/cherry_bench_dpo',1008),
(10227,10220,'staticobjects/soe_wallet/cherry_cabinet_dpo',1008),
(10228,10221,'staticobjects/soe_wallet/cherry_chair_dpo',1008),
(10229,10222,'staticobjects/soe_wallet/cherry_dresser_dpo',1008),
(10230,10223,'staticobjects/soe_wallet/cherry_nightstand_dpo',1008),
(10231,10224,'staticobjects/soe_wallet/cherry_sleigh_bed_dpo',1008),
(10232,10225,'staticobjects/soe_wallet/cherry_table_dpo',1008),
(10233,10226,'accessories/wieldable_items/weapons/fist/fist_of_lava',1008),
(10234,10227,'accessories/wieldable_items/shields/buckler_shield/brace_wall_of_air',1008),
(10235,10228,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/chest',1008),
(10236,10229,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/elf_armor_pauldron_left',1008),
(10237,10230,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/elf_armor_pauldron_right',1008),
(10238,10231,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/feet',1008),
(10239,10232,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/forearms',1008),
(10240,10233,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/hands',1008),
(10241,10234,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/head',1008),
(10242,10235,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/head_elf_armor',1008),
(10243,10236,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/legs',1008),
(10244,10237,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/legs_noskirt',1008),
(10245,10238,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/shoulders',1008),
(10246,10239,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/shoulders_nopauldrons',1008),
(10247,10240,'accessories/wearable_items/_exp06/elf_armor_chain_black_blue/skirt',1008),
(10248,10241,'accessories/wieldable_items/shields/buckler_shield/void_portal_buckler',1008),
(10249,10242,'accessories/wieldable_items/shields/buckler_shield/brace_void_portal_buckler',1008),
(10250,10243,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/chest',1008),
(10251,10244,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/head',1008),
(10252,10245,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/head_for_classic_erudite',1008),
(10253,10246,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/hood',1008),
(10254,10247,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/pants',1008),
(10255,10248,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/skirt',1008),
(10256,10249,'accessories/wearable_items/_exp06/predator_chain/head_predator_no_mask',1008),
(10257,10250,'accessories/wearable_items/_exp06/ornate_leather01/chest',1008),
(10258,10251,'accessories/wearable_items/_exp06/ornate_leather01/feet',1008),
(10259,10252,'accessories/wearable_items/_exp06/ornate_leather01/forearms',1008),
(10260,10253,'accessories/wearable_items/_exp06/ornate_leather01/hands',1008),
(10261,10254,'accessories/wearable_items/_exp06/ornate_leather01/head',1008),
(10262,10255,'accessories/wearable_items/_exp06/ornate_leather01/legs',1008),
(10263,10256,'accessories/wearable_items/_exp06/ornate_leather01/legs_noskirt',1008),
(10264,10257,'accessories/wearable_items/_exp06/ornate_leather01/shoulders',1008),
(10265,10258,'accessories/wearable_items/_exp06/ornate_leather01/skirt',1008),
(10266,10259,'accessories/wearable_items/_exp06/ornate_chain01/chest',1008),
(10267,10260,'accessories/wearable_items/_exp06/ornate_chain01/feet',1008),
(10268,10261,'accessories/wearable_items/_exp06/ornate_chain01/forearms',1008),
(10269,10262,'accessories/wearable_items/_exp06/ornate_chain01/head',1008),
(10270,10263,'accessories/wearable_items/_exp06/ornate_chain01/legs',1008),
(10271,10264,'accessories/wearable_items/_exp06/ornate_chain01/legs_noskirt',1008),
(10272,10265,'accessories/wearable_items/_exp06/ornate_chain01/shoulders',1008),
(10273,10266,'accessories/wearable_items/_exp06/ornate_chain01/skirt',1008),
(10274,10267,'accessories/wearable_items/_exp06/ornate_vanguard01/chest',1008),
(10275,10268,'accessories/wearable_items/_exp06/ornate_vanguard01/feet',1008),
(10276,10269,'accessories/wearable_items/_exp06/ornate_vanguard01/forearms',1008),
(10277,10270,'accessories/wearable_items/_exp06/ornate_vanguard01/hands',1008),
(10278,10271,'accessories/wearable_items/_exp06/ornate_vanguard01/head',1008),
(10279,10272,'accessories/wearable_items/_exp06/ornate_vanguard01/legs',1008),
(10280,10273,'accessories/wearable_items/_exp06/ornate_vanguard01/legs_noskirt',1008),
(10281,10274,'accessories/wearable_items/_exp06/ornate_vanguard01/right',1008),
(10282,10275,'accessories/wearable_items/_exp06/ornate_vanguard01/shoulders',1008),
(10283,10276,'accessories/wearable_items/_exp06/ornate_vanguard01/shoulders_nopauldrons',1008),
(10284,10277,'accessories/wearable_items/_exp06/ornate_vanguard01/skirt',1008),
(10285,10278,'accessories/wearable_items/_exp06/elf_armor_leather/head_elf_armor_no_mask',1008),
(10286,10279,'accessories/wearable_items/leather/plain/unseen_hand_specfx/chest',1008),
(10287,10280,'accessories/wearable_items/leather/plain/unseen_hand_specfx/feet',1008),
(10288,10281,'accessories/wearable_items/leather/plain/unseen_hand_specfx/forearms',1008),
(10289,10282,'accessories/wearable_items/leather/plain/unseen_hand_specfx/hands',1008),
(10290,10283,'accessories/wearable_items/leather/plain/unseen_hand_specfx/head',1008),
(10291,10284,'accessories/wearable_items/leather/plain/unseen_hand_specfx/legs',1008),
(10292,10285,'accessories/wearable_items/leather/plain/unseen_hand_specfx/legs_noskirt',1008),
(10293,10286,'accessories/wearable_items/leather/plain/unseen_hand_specfx/pauldron01_leather_heavy_left',1008),
(10294,10287,'accessories/wearable_items/leather/plain/unseen_hand_specfx/pauldron01_leather_heavy_right',1008),
(10295,10288,'accessories/wearable_items/leather/plain/unseen_hand_specfx/shoulders',1008),
(10296,10289,'accessories/wearable_items/leather/plain/unseen_hand_specfx/shoulders_leather_heavy_both',1008),
(10297,10290,'accessories/wearable_items/leather/plain/unseen_hand_specfx/skirt',1008),
(10298,10291,'accessories/wearable_items/_exp06/ornate_magus01/arms',1008),
(10299,10292,'accessories/wearable_items/_exp06/ornate_magus01/chest',1008),
(10300,10293,'accessories/wearable_items/_exp06/ornate_magus01/skirt',1008),
(10301,10294,'accessories/wearable_items/_exp06/vanguard_iceknight/chest',1008),
(10302,10295,'accessories/wearable_items/_exp06/vanguard_iceknight/feet',1008),
(10303,10296,'accessories/wearable_items/_exp06/vanguard_iceknight/forearms',1008),
(10304,10297,'accessories/wearable_items/_exp06/vanguard_iceknight/hands',1008),
(10305,10298,'accessories/wearable_items/_exp06/vanguard_iceknight/head',1008),
(10306,10299,'accessories/wearable_items/_exp06/vanguard_iceknight/head_vanguard_iceknight_skull_vanguard',1008),
(10307,10300,'accessories/wearable_items/_exp06/vanguard_iceknight/legs',1008),
(10308,10301,'accessories/wearable_items/_exp06/vanguard_iceknight/legs_noskirt',1008),
(10309,10302,'accessories/wearable_items/_exp06/vanguard_iceknight/right',1008),
(10310,10303,'accessories/wearable_items/_exp06/vanguard_iceknight/shoulders',1008),
(10311,10304,'accessories/wearable_items/_exp06/vanguard_iceknight/shoulders_nopauldrons',1008),
(10312,10305,'accessories/wearable_items/_exp06/vanguard_iceknight/shoulders_vanguard_ice_skull_pauldrons',1008),
(10313,10306,'accessories/wearable_items/_exp06/vanguard_iceknight/skirt',1008),
(10314,10307,'accessories/wearable_items/_exp06/vanguard_iceknight/vanguard_iceknight_skull_pauldrons_left',1008),
(10315,10308,'accessories/wearable_items/_exp06/vanguard_iceknight/vanguard_iceknight_skull_pauldrons_right',1008),
(10316,10309,'accessories/wearable_items/profesion_hats/flower_circlet/daisy_circlet_head',1008),
(10317,10310,'accessories/wearable_items/profesion_hats/flower_circlet/daisy_red_circlet_head',1008),
(10318,10311,'accessories/wearable_items/profesion_hats/flower_circlet/flower_circlet_full_head',1008),
(10319,10312,'accessories/wearable_items/profesion_hats/flower_circlet/flower_circlet_full_head1',1008),
(10320,10313,'accessories/wearable_items/profesion_hats/flower_circlet/mum_circlet_head',1008),
(10321,10314,'accessories/wearable_items/profesion_hats/flower_circlet/mum_green_circlet_head',1008),
(10322,10315,'staticobjects/statues/firiona_vie_fanfaire_dpo',1008),
(10323,10316,'accessories/wearable_items/profesion_hats/flower_circlet/mum_orange_circlet_head',1008),
(10324,10317,'accessories/wearable_items/profesion_hats/flower_circlet/flower_circlet_black',1008),
(10325,10318,'accessories/wearable_items/profesion_hats/flower_circlet/mum_red_circlet_head',1008),
(10326,10319,'accessories/wearable_items/profesion_hats/flower_circlet/mum_pink_yellow_circlet_head',1008),
(10327,10320,'accessories/wearable_items/profesion_hats/flower_circlet/mum_pink_white_circlet_head',1008),
(10328,10321,'accessories/wearable_items/profesion_hats/flower_circlet/daisy_yellow_circlet_head',1008),
(10329,10322,'accessories/wearable_items/profesion_hats/flower_circlet/daisy_blue_circlet_head',1008),
(10330,10323,'accessories/wearable_items/profesion_hats/flower_circlet/daisy_pink_circlet_head',1008),
(10331,10324,'staticobjects/crystals/dpo_crystals_02',1008),
(10332,10325,'staticobjects/flora/dpo_jw_firecactus',1008),
(10333,10326,'staticobjects/tree/dpo_jw_tree_oak_green',1008),
(10334,10327,'staticobjects/tree/dpo_ant_ext_oaktree',1008),
(10335,10328,'staticobjects/mushroom/mushroom_spotted_lavender',1008),
(10336,10329,'staticobjects/portals/dpo_mushroom_ring',1008),
(10337,10330,'accessories/wearable_items/_exp06/magic_rune_leather01/chest',1008),
(10338,10331,'accessories/wearable_items/_exp06/magic_rune_leather01/feet',1008),
(10339,10332,'accessories/wearable_items/_exp06/magic_rune_leather01/forearms',1008),
(10340,10333,'accessories/wearable_items/_exp06/magic_rune_leather01/hands',1008),
(10341,10334,'accessories/wearable_items/_exp06/magic_rune_leather01/head',1008),
(10342,10335,'accessories/wearable_items/_exp06/magic_rune_leather01/legs',1008),
(10343,10336,'accessories/wearable_items/_exp06/magic_rune_leather01/legs_noskirt',1008),
(10344,10337,'accessories/wearable_items/_exp06/magic_rune_leather01/shoulders',1008),
(10345,10338,'accessories/wearable_items/_exp06/magic_rune_leather01/skirt',1008),
(10346,10339,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/chest',1008),
(10347,10340,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/feet',1008),
(10348,10341,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/forearms',1008),
(10349,10342,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/frostrune_pauldron_left',1008),
(10350,10343,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/frostrune_pauldron_right',1008),
(10351,10344,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/hands',1008),
(10352,10345,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/head',1008),
(10353,10346,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/head_frostrune_epic',1008),
(10354,10347,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/legs',1008),
(10355,10348,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/legs_noskirt',1008),
(10356,10349,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/right',1008),
(10357,10350,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/shoulders',1008),
(10358,10351,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/shoulders_frostrune_epic',1008),
(10359,10352,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/shoulders_nopauldrons',1008),
(10360,10353,'accessories/wearable_items/_exp06/frostrune_armor_vanguard/skirt',1008),
(10361,10354,'_exp05/monsters/skull_wisp_blue',1008),
(10362,10355,'_exp05/monsters/skull_wisp_green',1008),
(10363,10356,'_exp05/monsters/skull_wisp_purple',1008),
(10364,10357,'staticobjects/portals/gorowyn_teleporter',1008),
(10365,10358,'accessories/wearable_items/profesion_hats/dwarf_vanguard_helm/head_dwarf_armor_vanguard',1008),
(10366,10359,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_black_bunny_hat',1008),
(10367,10360,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_green_bunny_hat',1008),
(10368,10361,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_grey_bunny_hat',1008),
(10369,10362,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_pink_bunny_hat',1008),
(10370,10363,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_red_bunny_hat',1008),
(10371,10364,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_snow_bunny_hat',1008),
(10372,10365,'accessories/wearable_items/profesion_hats/snow_bunny_hat/head_tan_bunny_hat',1008),
(10373,10366,'accessories/wearable_items/_exp06/ornate_chain01/hands',1008),
(10374,10367,'accessories/wearable_items/_exp06/magic_rune_chain01/chest',1008),
(10375,10368,'accessories/wearable_items/_exp06/magic_rune_chain01/feet',1008),
(10376,10369,'accessories/wearable_items/_exp06/magic_rune_chain01/forearms',1008),
(10377,10370,'accessories/wearable_items/_exp06/magic_rune_chain01/hands',1008),
(10378,10371,'accessories/wearable_items/_exp06/magic_rune_chain01/head',1008),
(10379,10372,'accessories/wearable_items/_exp06/magic_rune_chain01/legs',1008),
(10380,10373,'accessories/wearable_items/_exp06/magic_rune_chain01/legs_noskirt',1008),
(10381,10374,'accessories/wearable_items/_exp06/magic_rune_chain01/shoulders',1008),
(10382,10375,'accessories/wearable_items/_exp06/magic_rune_chain01/skirt',1008),
(10383,10376,'staticobjects/liveevent/cityfestivals/dpo_dw_obj_chandelier_gothic01',1008),
(10384,10377,'staticobjects/liveevent/cityfestivals/dpo_floating_lantern_blue',1008),
(10385,10378,'staticobjects/liveevent/cityfestivals/dpo_floating_lantern_green',1008),
(10386,10379,'staticobjects/liveevent/cityfestivals/dpo_floating_lantern_purple',1008),
(10387,10380,'staticobjects/liveevent/cityfestivals/dpo_floating_lantern_red',1008),
(10388,10381,'staticobjects/liveevent/cityfestivals/dpo_floating_lantern_yellow',1008),
(10389,10382,'staticobjects/liveevent/cityfestivals/dpo_nk_obj_banner_cloth',1008),
(10390,10384,'staticobjects/liveevent/cityfestivals/gf_elf_bed01',1008),
(10391,10385,'staticobjects/liveevent/cityfestivals/gf_elf_chair02',1008),
(10392,10386,'staticobjects/liveevent/cityfestivals/gf_elf_chair02_yellow',1008),
(10393,10387,'staticobjects/liveevent/cityfestivals/gf_elf_table_bedside01',1008),
(10394,10389,'staticobjects/liveevent/cityfestivals/kel_banner_guild_protectors01',1008),
(10395,10391,'staticobjects/liveevent/cityfestivals/kel_banner_standing_protectors01',1008),
(10396,10392,'staticobjects/liveevent/cityfestivals/nk_obj_chair_bar_stool01',1008),
(10397,10393,'staticobjects/liveevent/cityfestivals/nk_obj_chair_simple01',1008),
(10398,10395,'accessories/wearable_items/_exp06/frostrune_armor_leather/chest',1008),
(10399,10396,'accessories/wearable_items/_exp06/frostrune_armor_leather/feet',1008),
(10400,10397,'accessories/wearable_items/_exp06/frostrune_armor_leather/forearms',1008),
(10401,10398,'accessories/wearable_items/_exp06/frostrune_armor_leather/frostrune_leather_epic_pauldron_left',1008),
(10402,10399,'accessories/wearable_items/_exp06/frostrune_armor_leather/frostrune_leather_epic_pauldron_right',1008),
(10403,10400,'accessories/wearable_items/_exp06/frostrune_armor_leather/hands',1008),
(10404,10401,'accessories/wearable_items/_exp06/frostrune_armor_leather/head',1008),
(10405,10402,'accessories/wearable_items/_exp06/frostrune_armor_leather/head_frostrune_leather_epic',1008),
(10406,10403,'accessories/wearable_items/_exp06/frostrune_armor_leather/legs',1008),
(10407,10404,'accessories/wearable_items/_exp06/frostrune_armor_leather/legs_noskirt',1008),
(10408,10405,'accessories/wearable_items/_exp06/frostrune_armor_leather/shoulders',1008),
(10409,10406,'accessories/wearable_items/_exp06/frostrune_armor_leather/shoulders_nopauldrons',1008),
(10410,10407,'accessories/wearable_items/_exp06/frostrune_armor_leather/skirt',1008),
(10411,10408,'accessories/wearable_items/_exp06/frostrune_armor_chain/chest',1008),
(10412,10409,'accessories/wearable_items/_exp06/frostrune_armor_chain/feet',1008),
(10413,10410,'accessories/wearable_items/_exp06/frostrune_armor_chain/forearms',1008),
(10414,10411,'accessories/wearable_items/_exp06/frostrune_armor_chain/frostrune_chain_epic_pauldron_left',1008),
(10415,10412,'accessories/wearable_items/_exp06/frostrune_armor_chain/frostrune_chain_epic_pauldron_right',1008),
(10416,10413,'accessories/wearable_items/_exp06/frostrune_armor_chain/hands',1008),
(10417,10414,'accessories/wearable_items/_exp06/frostrune_armor_chain/head',1008),
(10418,10415,'accessories/wearable_items/_exp06/frostrune_armor_chain/head_frostrune_chain_epic',1008),
(10419,10416,'accessories/wearable_items/_exp06/frostrune_armor_chain/legs',1008),
(10420,10417,'accessories/wearable_items/_exp06/frostrune_armor_chain/legs_noskirt',1008),
(10421,10418,'accessories/wearable_items/_exp06/frostrune_armor_chain/shoulders',1008),
(10422,10419,'accessories/wearable_items/_exp06/frostrune_armor_chain/shoulders_nopauldrons',1008),
(10423,10420,'accessories/wearable_items/_exp06/frostrune_armor_chain/skirt',1008),
(10424,10421,'accessories/wearable_items/_exp06/frostrune_armor_robe/chest',1008),
(10425,10422,'accessories/wearable_items/_exp06/frostrune_armor_robe/chest_with_pauldrons',1008),
(10426,10423,'accessories/wearable_items/_exp06/frostrune_armor_robe/frostrune_armor_pauldron_left',1008),
(10427,10424,'accessories/wearable_items/_exp06/frostrune_armor_robe/frostrune_armor_pauldron_right',1008),
(10428,10425,'accessories/wearable_items/_exp06/frostrune_armor_robe/head',1008),
(10429,10426,'accessories/wearable_items/_exp06/frostrune_armor_robe/hood',1008),
(10430,10427,'accessories/wearable_items/_exp06/frostrune_armor_robe/pants',1008),
(10431,10428,'accessories/wearable_items/_exp06/frostrune_armor_robe/skirt',1008),
(10432,10429,'accessories/wearable_items/robe_02/pants',1008),
(10433,10430,'creatures/monsters/lion_snow',1008),
(10434,10431,'creatures/monsters/lioness_snow',1008),
(10435,10432,'staticobjects/rocks/dpo_eh_rock_medium05',1008),
(10436,10433,'accessories/wieldable_items/weapons/staff/firiona_vie_style_wand/firiona_vie_style_wand',1008),
(10437,10434,'accessories/wearable_items/_exp06/magic_rune_robe01/chest',1008),
(10438,10435,'accessories/wearable_items/_exp06/magic_rune_robe01/head',1008),
(10439,10436,'accessories/wearable_items/_exp06/magic_rune_robe01/hood',1008),
(10440,10437,'accessories/wearable_items/_exp06/magic_rune_robe01/pants',1008),
(10441,10438,'accessories/wearable_items/_exp06/magic_rune_robe01/skirt',1008),
(10442,10439,'accessories/wearable_items/profesion_hats/firiona_vie_tiara/head_firiona_vie_tiara',1008),
(10443,10440,'creatures/mounts/carpet_shamrock',1008),
(10444,10441,'creatures/mounts/carpet_leaf',1008),
(10445,10442,'creatures/mounts/unicorn/unicorn_saddle01_autumnstrider',1008),
(10446,10443,'creatures/mounts/unicorn/unicorn_saddle01_springstrider',1008),
(10447,10444,'staticobjects/liveevent/cityfestivals/dw_hehome_streetlamp01',1008),
(10448,10445,'staticobjects/liveevent/cityfestivals/dpo_tapestry_design_void_energy',1008),
(10449,10446,'staticobjects/liveevent/cityfestivals/goro_obj_lantern_green_pfx_col',1008),
(10450,10447,'staticobjects/liveevent/cityfestivals/goro_obj_lantern_pink_pfx_col',1008),
(10451,10448,'staticobjects/tcg/tcg_ice_cream_tapestry',1008),
(10452,10449,'staticobjects/tcg/tcg_tapestry_kaltuk',1008),
(10453,10450,'staticobjects/tcg/tcg_tapestry_nurgg',1008),
(10454,10451,'staticobjects/crystals/dpo_crystals_03',1008),
(10455,10452,'staticobjects/flora/dpo_ceiling_harvesting_roots_tier03',1008),
(10456,10453,'staticobjects/flora/dpo_gf_flora_mushroom_huge02',1008),
(10457,10454,'staticobjects/flora/dpo_gf_flora_mushroom_small01',1008),
(10458,10455,'staticobjects/flora/dpo_ow_stumpwell01',1008),
(10459,10456,'staticobjects/flora/dpo_wall_gf_flora_r02_vine01',1008),
(10460,10457,'staticobjects/flora/dpo_ceiling_lf_flora_rm04_vine01',1008),
(10461,10458,'staticobjects/flora/dpo_lf_flora_rm04_vine01',1008),
(10462,10459,'staticobjects/flora/dpo_gf_flora_r02_vine02_flowers03',1008),
(10463,10460,'staticobjects/flora/dpo_lf_flora_rm01_vine01',1008),
(10464,10461,'staticobjects/flora/dpo_lf_flora_rm08_vine02_flower',1008),
(10465,10462,'accessories/wearable_items/_exp06/magic_rune_magus01/arms',1008),
(10466,10463,'accessories/wearable_items/_exp06/magic_rune_magus01/chest',1008),
(10467,10464,'accessories/wearable_items/_exp06/magic_rune_magus01/legs',1008),
(10468,10465,'accessories/wearable_items/_exp06/magic_rune_magus01/skirt',1008),
(10469,10466,'_exp04/zones/objects/kurns_tower/kt_elevator_switch_01',1008),
(10470,10467,'creatures/mounts/horse_frost_unicorn/horse_frost_unicorn',1008),
(10471,10468,'creatures/pets/baby_dragon_evil_black',1008),
(10472,10469,'creatures/pets/baby_dragon_evil_dark',1008),
(10473,10470,'creatures/pets/baby_dragon_evil_red',1008),
(10474,10471,'creatures/pets/baby_dragon_good_blue',1008),
(10475,10472,'creatures/pets/baby_dragon_good_green',1008),
(10476,10473,'creatures/pets/baby_dragon_good_pink',1008),
(10477,10474,'accessories/wearable_items/_exp06/ornate_magus01/legs',1008),
(10478,10475,'accessories/wearable_items/cloak/exp06/cloak_kaladim_brew',1008),
(10479,10476,'accessories/wearable_items/cloak/exp06/cloak_shard_of_love',1008),
(10480,10477,'accessories/wearable_items/cloak/exp06/cloak_arachnid',1008),
(10481,10478,'accessories/wearable_items/cloak/exp06/cloak_cityfest_reward',1008),
(10482,10479,'accessories/wearable_items/_exp06/magic_rune_vanguard01/chest',1008),
(10483,10480,'accessories/wearable_items/_exp06/magic_rune_vanguard01/feet',1008),
(10484,10481,'accessories/wearable_items/_exp06/magic_rune_vanguard01/forearms',1008),
(10485,10482,'accessories/wearable_items/_exp06/magic_rune_vanguard01/hands',1008),
(10486,10483,'accessories/wearable_items/_exp06/magic_rune_vanguard01/head',1008),
(10487,10484,'accessories/wearable_items/_exp06/magic_rune_vanguard01/legs',1008),
(10488,10485,'accessories/wearable_items/_exp06/magic_rune_vanguard01/legs_noskirt',1008),
(10489,10486,'accessories/wearable_items/_exp06/magic_rune_vanguard01/right',1008),
(10490,10487,'accessories/wearable_items/_exp06/magic_rune_vanguard01/shoulders',1008),
(10491,10488,'accessories/wearable_items/_exp06/magic_rune_vanguard01/shoulders_nopauldrons',1008),
(10492,10489,'accessories/wearable_items/_exp06/magic_rune_vanguard01/skirt',1008),
(10493,10490,'accessories/wearable_items/cloak/exp06/cloak_dark_rider',1008),
(10494,10491,'accessories/wearable_items/cloak/exp06/cloak_boots_and_wings',1008),
(10495,10492,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/chest',1008),
(10496,10493,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/feet',1008),
(10497,10494,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/forearms',1008),
(10498,10495,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/hands',1008),
(10499,10496,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/head',1008),
(10500,10497,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/legs',1008),
(10501,10498,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/legs_noskirt',1008),
(10502,10499,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/right',1008),
(10503,10500,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/shoulders',1008),
(10504,10501,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/shoulders_nopauldrons',1008),
(10505,10502,'accessories/wearable_items/_exp06/magic_rune_vanguard_plain/skirt',1008),
(10506,10503,'creatures/tu/dragonfly_faerie_white',1008),
(10507,10504,'accessories/wearable_items/cloak/void_cloaks/void_cloak_fighter',1008),
(10508,10505,'accessories/wearable_items/cloak/void_cloaks/void_cloak_mage',1008),
(10509,10506,'accessories/wearable_items/cloak/void_cloaks/void_cloak_priest',1008),
(10510,10507,'accessories/wearable_items/cloak/void_cloaks/void_cloak_range_scout',1008),
(10511,10508,'accessories/wearable_items/cloak/void_cloaks/void_cloak_scout',1008),
(10512,10509,'accessories/wearable_items/cloak/void_cloaks/void_cloak_summoner',1008),
(10513,10510,'creatures/monsters/willowisp_arasi_spirit_bud',1008),
(10514,10511,'creatures/monsters/willowisp_fae_spirit_bud',1008),
(10515,10512,'creatures/monsters/willowisp_sparkle_purple',1008),
(10516,10513,'creatures/monsters/willowisp_sparkle_red',1008),
(10517,10514,'creatures/monsters/willowisp_clockwork',1008),
(10518,10515,'creatures/monsters/willowisp_faydark_autumn',1008),
(10519,10516,'creatures/monsters/willowisp_faydark_spring',1008),
(10520,10517,'creatures/monsters/willowisp_rose_petal_red',1008),
(10521,10518,'creatures/monsters/willowisp_rose_petal_yellow',1008),
(10522,10519,'accessories/wearable_items/_exp06/magic_rune_robe_plain/chest',1008),
(10523,10520,'accessories/wearable_items/_exp06/magic_rune_robe_plain/head',1008),
(10524,10521,'accessories/wearable_items/_exp06/magic_rune_robe_plain/hood',1008),
(10525,10522,'accessories/wearable_items/_exp06/magic_rune_robe_plain/pants',1008),
(10526,10523,'accessories/wearable_items/_exp06/magic_rune_robe_plain/skirt',1008),
(10527,10524,'accessories/wearable_items/_exp06/magic_rune_magus_plain/arms',1008),
(10528,10525,'accessories/wearable_items/_exp06/magic_rune_magus_plain/chest',1008),
(10529,10526,'accessories/wearable_items/_exp06/magic_rune_magus_plain/legs',1008),
(10530,10527,'accessories/wearable_items/_exp06/magic_rune_magus_plain/skirt',1008),
(10531,10528,'creatures/monsters/clockwork_gazer',1008),
(10532,10529,'creatures/monsters/clockwork_rustysteel_gazer',1008),
(10533,10530,'creatures/monsters/clockwork_steel_gazer',1008),
(10534,10531,'creatures/monsters/mummified_gazer',1008),
(10535,10532,'creatures/monsters/gazer',1008),
(10536,10533,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_ornate_blue_fx',1008),
(10537,10534,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_ornate_green_fx',1008),
(10538,10535,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_ornate_purple_fx',1008),
(10539,10536,'accessories/wieldable_items/weapons/great_sword/dragon_katana/dragon_katana_ornate_yellow_fx',1008),
(10540,10537,'accessories/wearable_items/_exp06/magic_rune_leather_plain/chest',1008),
(10541,10538,'accessories/wearable_items/_exp06/magic_rune_leather_plain/feet',1008),
(10542,10539,'accessories/wearable_items/_exp06/magic_rune_leather_plain/forearms',1008),
(10543,10540,'accessories/wearable_items/_exp06/magic_rune_leather_plain/hands',1008),
(10544,10541,'accessories/wearable_items/_exp06/magic_rune_leather_plain/head',1008),
(10545,10542,'accessories/wearable_items/_exp06/magic_rune_leather_plain/legs',1008),
(10546,10543,'accessories/wearable_items/_exp06/magic_rune_leather_plain/legs_noskirt',1008),
(10547,10544,'accessories/wearable_items/_exp06/magic_rune_leather_plain/shoulders',1008),
(10548,10545,'accessories/wearable_items/_exp06/magic_rune_leather_plain/skirt',1008),
(10549,10546,'staticobjects/liveevent/tinkerfest/dpo_sfm_bed_single01',1008),
(10550,10547,'staticobjects/liveevent/tinkerfest/dpo_sfm_bench_ornate01',1008),
(10551,10548,'staticobjects/liveevent/tinkerfest/dpo_sfm_bench_ornate01_long',1008),
(10552,10549,'staticobjects/liveevent/tinkerfest/dpo_sfm_bookcase_wood01',1008),
(10553,10550,'staticobjects/liveevent/tinkerfest/dpo_sfm_chair_ornate01',1008),
(10554,10551,'staticobjects/liveevent/tinkerfest/dpo_sfm_chair_ornate02',1008),
(10555,10552,'staticobjects/liveevent/tinkerfest/dpo_sfm_chest_ornate01',1008),
(10556,10553,'staticobjects/liveevent/tinkerfest/dpo_sfm_chest_ornate02',1008),
(10557,10554,'staticobjects/flora/dpo_gf_plant_cattail02',1008),
(10558,10555,'staticobjects/liveevent/tinkerfest/dpo_inna_landing_governor01',1008),
(10559,10556,'staticobjects/liveevent/tinkerfest/dpo_orcishwastes_smokestack01',1008),
(10560,10557,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_large01_grey',1008),
(10561,10558,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_large01_red',1008),
(10562,10559,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_large01_red_rotating',1008),
(10563,10560,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_large02_ronium_upright',1008),
(10564,10561,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_large02_yellow_upright',1008),
(10565,10564,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium01_red',1008),
(10566,10565,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_grey',1008),
(10567,10566,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_red',1008),
(10568,10567,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_red_rotating',1008),
(10569,10568,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_yellow',1008),
(10570,10569,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_yellow_rotating',1008),
(10571,10570,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_small01_red',1008),
(10572,10571,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_small01_red_rotating',1008),
(10573,10572,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_small01_yellow',1008),
(10574,10573,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_small01_yellow_rotating',1008),
(10575,10574,'staticobjects/liveevent/tinkerfest/dpo_sfm_gearpiece01_yellow',1008),
(10576,10575,'staticobjects/liveevent/tinkerfest/dpo_sfm_lights_gnome_lamp01',1008),
(10577,10576,'staticobjects/liveevent/tinkerfest/dpo_sfm_lights_gnome_lantern01',1008),
(10578,10577,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_freestanding01',1008),
(10579,10578,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_freestanding02',1008),
(10580,10579,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_freestanding03',1008),
(10581,10580,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_freestanding04',1008),
(10582,10581,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_lantern01',1008),
(10583,10582,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_lantern02',1008),
(10584,10583,'staticobjects/liveevent/tinkerfest/dpo_sfm_spring_upright01_red',1008),
(10585,10584,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_mine01',1008),
(10586,10585,'staticobjects/liveevent/tinkerfest/dpo_sfm_lightsource_mine02',1008),
(10587,10586,'staticobjects/liveevent/tinkerfest/dpo_soleye_gnome_rockpick02',1008),
(10588,10587,'staticobjects/liveevent/tinkerfest/dpo_soleye_lightpost01',1008),
(10589,10588,'staticobjects/liveevent/tinkerfest/dpo_soleye_standlamp01',1008),
(10590,10589,'staticobjects/liveevent/tinkerfest/dpo_soleye_walllamp01',1008),
(10591,10590,'staticobjects/scrolls/dpo_gf_scroll_single01',1008),
(10592,10591,'staticobjects/scrolls/dpo_gf_scrolls_parchmentcombo01',1008),
(10593,10592,'staticobjects/liveevent/tinkerfest/dpo_sfm_table_wood01',1008),
(10594,10593,'staticobjects/liveevent/tinkerfest/dpo_sfm_table_woodround01',1008),
(10595,10594,'staticobjects/liveevent/tinkerfest/dpo_sfm_gnome_mug01',1008),
(10596,10595,'accessories/wieldable_items/weapons/exp06/2h_sword/exp06_2h_axe_jagged_frostrune',1008),
(10597,10596,'accessories/wieldable_items/soga_weapons/unique4/demon_eye_red_purple',1008),
(10598,10597,'accessories/wearable_items/cloak/exp06/cloak_magic_rune',1008),
(10599,10598,'accessories/wearable_items/cloak/exp06/cloak_frostrune',1008),
(10600,10599,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/chest',1008),
(10601,10600,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/chest_dwarf_vanguard_plate',1008),
(10602,10601,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/dwarf_armor_vanguard_pauldron_left',1008),
(10603,10602,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/dwarf_armor_vanguard_pauldron_right',1008),
(10604,10603,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/dwarf_vanguard_chest_plate',1008),
(10605,10604,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/feet',1008),
(10606,10605,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/forearms',1008),
(10607,10606,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/hands',1008),
(10608,10607,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/head',1008),
(10609,10608,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/legs',1008),
(10610,10609,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/legs_noskirt',1008),
(10611,10610,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/right',1008),
(10612,10611,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/shoulders',1008),
(10613,10612,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/shoulders_dwarf_armor_vanguard',1008),
(10614,10613,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/shoulders_nopauldrons',1008),
(10615,10614,'accessories/wearable_items/_exp06/dwarf_armor_vanguard/skirt',1008),
(10616,10617,'staticobjects/liveevent/cityfestivals/dpo_fprt_door_expensive01',1008),
(10617,10618,'staticobjects/liveevent/cityfestivals/dpo_fprt_door_fancy01',1008),
(10618,10622,'staticobjects/liveevent/tinkerfest/dpo_gnome_mech03_gears_01',1008),
(10619,10623,'staticobjects/liveevent/tinkerfest/dpo_hum_genericmarker003',1008),
(10620,10624,'staticobjects/liveevent/tinkerfest/dpo_hum_genericmarker003_wall',1008),
(10621,10625,'staticobjects/liveevent/tinkerfest/dpo_qey_cog_flat',1008),
(10622,10626,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium01_red_rotating',1008),
(10623,10627,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium01_red_rotating',1008),
(10624,10628,'staticobjects/liveevent/tinkerfest/dpo_sfm_gear_medium02_grey_rotating',1008),
(10625,10629,'staticobjects/liveevent/tinkerfest/dpo_sfm_table_wood01',1008),
(10626,10630,'staticobjects/liveevent/tinkerfest/dpo_soleye_rotating_sprocket01',1008),
(10627,10631,'staticobjects/liveevent/tinkerfest/dpo_soleye_rotating_sprocket02',1008),
(10628,10632,'staticobjects/liveevent/tinkerfest/dpo_soleye_sprocket01',1008),
(10629,10633,'staticobjects/liveevent/tinkerfest/dpo_soleye_sprocket02',1008),
(10630,10634,'staticobjects/liveevent/tinkerfest/eig_tinkerfest_sparkly',1008),
(10631,10635,'staticobjects/plants/houseitem_feerrott_plant_fern1',1008),
(10632,10636,'staticobjects/liveevent/tinkerfest/gnome_cog_cup',1008),
(10633,10637,'accessories/wearable_items/_exp06/raven_armor_chain/chest',1008),
(10634,10638,'accessories/wearable_items/_exp06/raven_armor_chain/feet',1008),
(10635,10639,'accessories/wearable_items/_exp06/raven_armor_chain/forearms',1008),
(10636,10640,'accessories/wearable_items/_exp06/raven_armor_chain/hands',1008),
(10637,10641,'accessories/wearable_items/_exp06/raven_armor_chain/head',1008),
(10638,10642,'accessories/wearable_items/_exp06/raven_armor_chain/head_raven_armor_chain',1008),
(10639,10643,'accessories/wearable_items/_exp06/raven_armor_chain/legs',1008),
(10640,10644,'accessories/wearable_items/_exp06/raven_armor_chain/legs_noskirt',1008),
(10641,10645,'accessories/wearable_items/_exp06/raven_armor_chain/raven_shoulder_left',1008),
(10642,10646,'accessories/wearable_items/_exp06/raven_armor_chain/raven_shoulder_right',1008),
(10643,10647,'accessories/wearable_items/_exp06/raven_armor_chain/shoulders',1008),
(10644,10648,'accessories/wearable_items/_exp06/raven_armor_chain/shoulders_raven_chain',1008),
(10645,10649,'accessories/wearable_items/_exp06/raven_armor_chain/skirt',1008),
(10646,10650,'accessories/wearable_items/_exp06/raven_armor_leather/chest',1008),
(10647,10651,'accessories/wearable_items/_exp06/raven_armor_leather/feet',1008),
(10648,10652,'accessories/wearable_items/_exp06/raven_armor_leather/forearms',1008),
(10649,10653,'accessories/wearable_items/_exp06/raven_armor_leather/hands',1008),
(10650,10654,'accessories/wearable_items/_exp06/raven_armor_leather/head',1008),
(10651,10655,'accessories/wearable_items/_exp06/raven_armor_leather/head_raven_armor_leather',1008),
(10652,10656,'accessories/wearable_items/_exp06/raven_armor_leather/legs',1008),
(10653,10657,'accessories/wearable_items/_exp06/raven_armor_leather/legs_noskirt',1008),
(10654,10658,'accessories/wearable_items/_exp06/raven_armor_leather/raven_shoulder_left',1008),
(10655,10659,'accessories/wearable_items/_exp06/raven_armor_leather/raven_shoulder_right',1008),
(10656,10660,'accessories/wearable_items/_exp06/raven_armor_leather/shoulders',1008),
(10657,10661,'accessories/wearable_items/_exp06/raven_armor_leather/shoulders_raven_leather',1008),
(10658,10662,'accessories/wearable_items/_exp06/raven_armor_leather/skirt',1008),
(10659,10663,'accessories/wearable_items/_exp06/raven_robe/chest',1008),
(10660,10664,'accessories/wearable_items/_exp06/raven_robe/head',1008),
(10661,10665,'accessories/wearable_items/_exp06/raven_robe/pants',1008),
(10662,10666,'accessories/wearable_items/_exp06/raven_robe/skirt',1008),
(10663,10667,'accessories/wearable_items/cloak/exp06/cloak_kruzz_fur',1008),
(10664,10668,'creatures/monsters/mantaray_frost',1008),
(10665,10670,'staticobjects/liveevent/cityfestivals/dpo_gf_kel_int_divider_wall01_blackmarble',1008),
(10666,10671,'staticobjects/liveevent/cityfestivals/dpo_gf_kel_int_divider_wall01_bluemarble',1008),
(10667,10673,'staticobjects/liveevent/cityfestivals/dpo_gf_kel_int_divider_wall01_redmarble',1008),
(10668,10674,'staticobjects/liveevent/cityfestivals/dpo_gf_kel_int_divider_wall01_whitemarble',1008),
(10669,10675,'staticobjects/liveevent/tinkerfest/dpo_gf_kel_int_divider_wall01_goldpatternedmetal',1008),
(10670,10676,'staticobjects/liveevent/tinkerfest/dpo_gf_kel_int_divider_wall01_patternedmetal',1008),
(10671,10677,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_altarwood',1008),
(10672,10678,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_ashwood',1008),
(10673,10679,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_blondwood',1008),
(10674,10680,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_brownwood',1008),
(10675,10681,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_fairy_woodbrownmoss',1008),
(10676,10682,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_marrplanks',1008),
(10677,10683,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_wavywood',1008),
(10678,10684,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_weatheredplanks',1008),
(10679,10685,'creatures/monsters/lion_ghost_red',1008),
(10680,10686,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_metalwood',1008),
(10681,10687,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_redwood',1008),
(10682,10688,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_rosewood',1008),
(10683,10689,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_sandalwood',1008),
(10684,10690,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_tablenoplanks',1008),
(10685,10691,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_tableplanks',1008),
(10686,10692,'staticobjects/plants/houseitem_feerrott_plant_bigleaf',1008),
(10687,10693,'accessories/wearable_items/cloak/exp06/cloak_roadyle_terethe_yol',1008),
(10688,10694,'ec/pc/human/human_male_headless',1008),
(10689,10695,'creatures/monsters/willowisp_seaweed',1008),
(10690,10696,'_exp03/characters/monsters/golem_shambling_mound_pet',1008),
(10691,10697,'ec/pc/human/human_male_air_elemental',1008),
(10692,10698,'staticobjects/books_user/userbook_common_blackred',1008),
(10693,10699,'staticobjects/books_user/userbook_common_blacksilverblue',1008),
(10694,10700,'staticobjects/books_user/userbook_common_browngold',1008),
(10695,10701,'staticobjects/books_user/userbook_common_goldblue',1008),
(10696,10702,'staticobjects/books_user/userbook_common_goldwhitepurple',1008),
(10697,10703,'staticobjects/books_user/userbook_common_greenteal',1008),
(10698,10704,'staticobjects/books_user/userbook_common_purpleblack',1008),
(10699,10705,'staticobjects/books_user/userbook_common_purplegreen',1008),
(10700,10706,'staticobjects/books_user/userbook_common_redgold',1008),
(10701,10707,'staticobjects/books_user/userbook_common_whitesilverblue',1008),
(10702,10708,'staticobjects/books_user/userbook_fancy_blackgold01',1008),
(10703,10709,'staticobjects/books_user/userbook_fancy_blackgreen01',1008),
(10704,10710,'staticobjects/books_user/userbook_fancy_blackred01',1008),
(10705,10711,'staticobjects/books_user/userbook_fancy_bluered01',1008),
(10706,10712,'staticobjects/books_user/userbook_fancy_goldbrown01',1008),
(10707,10713,'staticobjects/books_user/userbook_fancy_green01',1008),
(10708,10714,'staticobjects/books_user/userbook_fancy_purple01',1008),
(10709,10715,'staticobjects/books_user/userbook_fancy_red01',1008),
(10710,10716,'staticobjects/books_user/userbook_fancy_silverblue01',1008),
(10711,10717,'staticobjects/books_user/userbook_fancy_silverred01',1008),
(10712,10718,'staticobjects/books_user/userbook_fancy_whiteblue01',1008),
(10713,10719,'staticobjects/books_user/userbook_fancy_whitegold01',1008),
(10714,10720,'accessories/wearable_items/heavy_cloth/new_halas/chest',1008),
(10715,10721,'accessories/wearable_items/heavy_cloth/new_halas/feet',1008),
(10716,10722,'accessories/wearable_items/heavy_cloth/new_halas/forearms',1008),
(10717,10723,'accessories/wearable_items/heavy_cloth/new_halas/hands',1008),
(10718,10724,'accessories/wearable_items/heavy_cloth/new_halas/legs',1008),
(10719,10725,'accessories/wearable_items/heavy_cloth/new_halas/shoulders',1008),
(10720,10726,'staticobjects/benches/dpo_blue_bench_long02_wcushion',1008),
(10721,10727,'staticobjects/benches/dpo_blue_bench_short_wcushion01',1008),
(10722,10728,'staticobjects/chairs/dpo_blue_chair_dining01',1008),
(10723,10729,'staticobjects/chairs/dpo_blue_chair_dining02',1008),
(10724,10730,'staticobjects/chairs/dpo_blue_chair_head_dining01',1008),
(10725,10731,'staticobjects/chairs/dpo_blue_couch01',1008),
(10726,10732,'staticobjects/chairs/dpo_blue_couch02',1008),
(10727,10733,'staticobjects/chairs/dpo_blue_stool_round01',1008),
(10728,10734,'staticobjects/pillars/dpo_column001_blackmarble',1008),
(10729,10735,'staticobjects/pillars/dpo_column001_bluemarble',1008),
(10730,10736,'staticobjects/pillars/dpo_column001_redmarble',1008),
(10731,10737,'staticobjects/pillars/dpo_column001_whitemarble',1008),
(10732,10738,'staticobjects/tables/dpo_blue_gaming_cardtable01_empty',1008),
(10733,10739,'staticobjects/tables/dpo_blue_gaming_cardtable02',1008),
(10734,10740,'staticobjects/tables/dpo_blue_table_bedside01',1008),
(10735,10741,'staticobjects/tables/dpo_blue_table_coffee01',1008),
(10736,10742,'staticobjects/tables/dpo_blue_table_long01',1008),
(10737,10743,'staticobjects/tcg/tcg_painting_servant',1008),
(10738,10744,'staticobjects/tcg/tcg_painting_fangshield',1008),
(10739,10745,'staticobjects/tcg/tcg_painting_favor',1008),
(10740,10746,'staticobjects/tcg/tcg_painting_paradox',1008),
(10741,10747,'staticobjects/tcg/tcg_painting_sporali',1008),
(10742,10748,'staticobjects/tcg/tcg_painting_faith',1008),
(10743,10749,'staticobjects/tcg/tcg_painting_malevolence',1008),
(10744,10750,'staticobjects/tcg/tcg_painting_engineer',1008),
(10745,10751,'staticobjects/tcg/tcg_painting_defiler',1008),
(10746,10752,'staticobjects/liveevent/guides/guide_diamondring',1008),
(10747,10753,'_exp06/characters/tool_users/giant_frost_kurn_tower/giant_frost_chubby',1008),
(10748,10754,'_exp06/characters/tool_users/giant_frost_kurn_tower/giant_frost_muscular',1008),
(10749,10755,'accessories/npc_wearables/giant_frost_kurn_tower/beards/beard_01',1008),
(10750,10756,'accessories/npc_wearables/giant_frost_kurn_tower/beards/beard_02',1008),
(10751,10757,'accessories/npc_wearables/giant_frost_kurn_tower/beards/beard_03_mustache',1008),
(10752,10758,'accessories/npc_wearables/giant_frost_kurn_tower/beards/beard_04_lamb_chops',1008),
(10753,10759,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/chest_armor_heavy',1008),
(10754,10760,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/chest_armor_heavy_nopauldrons',1008),
(10755,10761,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/chest_armor_medium',1008),
(10756,10762,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/chest_armor_medium_nopauldrons',1008),
(10757,10763,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/chest_armor_medium_pauldronsonly',1008),
(10758,10764,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/feet_armor_heavy',1008),
(10759,10765,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/feet_armor_medium',1008),
(10760,10766,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/hands_armor_heavy',1008),
(10761,10767,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/hands_armor_light',1008),
(10762,10768,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/hands_armor_medium',1008),
(10763,10769,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/head_armor_heavy',1008),
(10764,10770,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/head_armor_horn_crown',1008),
(10765,10771,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/head_armor_medium',1008),
(10766,10772,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/legs_armor_heavy',1008),
(10767,10773,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/legs_armor_medium',1008),
(10768,10774,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/shoulders_armor_heavy',1008),
(10769,10775,'accessories/npc_wearables/giant_frost_kurn_tower/glowing_armor_pieces/shoulders_armor_medium',1008),
(10770,10776,'accessories/npc_wearables/giant_frost_kurn_tower/hair/hair_01_einstien',1008),
(10771,10777,'accessories/npc_wearables/giant_frost_kurn_tower/hair/hair_02_full',1008),
(10772,10778,'accessories/npc_wearables/giant_frost_kurn_tower/hair/hair_03_pony_tail',1008),
(10773,10779,'accessories/npc_wearables/giant_frost_kurn_tower/velious_armor_peices/chest_armor_light',1008),
(10774,10780,'accessories/npc_wearables/giant_frost_kurn_tower/velious_armor_peices/feet_armor_light',1008),
(10775,10781,'accessories/npc_wearables/giant_frost_kurn_tower/velious_armor_peices/hands_armor_light',1008),
(10776,10782,'accessories/npc_wearables/giant_frost_kurn_tower/velious_armor_peices/head_armor_light',1008),
(10777,10783,'accessories/npc_wearables/giant_frost_kurn_tower/velious_armor_peices/legs_armor_light',1008),
(10778,10784,'creatures/monsters/roper_moss',1008),
(10779,10785,'accessories/wearable_items/_exp06/demonic_chain/chest',1008),
(10780,10786,'accessories/wearable_items/_exp06/demonic_chain/feet',1008),
(10781,10787,'accessories/wearable_items/_exp06/demonic_chain/forearms',1008),
(10782,10788,'accessories/wearable_items/_exp06/demonic_chain/hands',1008),
(10783,10789,'accessories/wearable_items/_exp06/demonic_chain/head',1008),
(10784,10790,'accessories/wearable_items/_exp06/demonic_chain/legs',1008),
(10785,10791,'accessories/wearable_items/_exp06/demonic_chain/shoulders',1008),
(10786,10792,'accessories/wearable_items/_exp06/demonic_chain/skirt',1008),
(10787,10793,'accessories/wieldable_items/shields/tinkerfest_shield/tinkerfest_shield',1008),
(10788,10794,'accessories/wieldable_items/weapons/fist/fist_of_lightining',1008),
(10789,10795,'accessories/wieldable_items/weapons/fist/fist_of_the_void',1008),
(10790,10796,'accessories/wieldable_items/weapons/fist/monk_1h_glow_cold',1008),
(10791,10797,'accessories/wieldable_items/weapons/fist/monk_1h_glow_divine',1008),
(10792,10798,'accessories/wieldable_items/weapons/fist/monk_1h_glow_poison',1008),
(10793,10799,'accessories/wieldable_items/weapons/fist/monk_1h_glow_prismatic',1008),
(10794,10800,'accessories/wieldable_items/weapons/fist/qeynos_wraps/qeynos_wraps_heat',1008),
(10795,10801,'accessories/wieldable_items/weapons/fist/qeynos_wraps/qeynos_wraps_magic',1008),
(10796,10802,'accessories/wieldable_items/weapons/fist/qeynos_wraps/qeynos_wraps_poison',1008),
(10797,10803,'accessories/wieldable_items/weapons/fist/qeynos_wraps/qeynos_wraps_prismatic',1008),
(10798,10804,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dragonhilt_dagger_ice',1008),
(10799,10805,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_crystal_wand_ice',1008),
(10800,10806,'_exp06/zones/dun_eru_research/dpo_eru_cable_plugs',1008),
(10801,10807,'accessories/wieldable_items/weapons/exp04/fist/exp04_fist_ornate_knuckledusters_ice',1008),
(10802,10808,'accessories/wieldable_items/weapons/hammer/tinkerfest_wrench/tinkerfest_wrench',1008),
(10803,10809,'creatures/monsters/shambling_mound',1008),
(10804,10810,'creatures/monsters/scarecrow_new',1008),
(10805,10811,'creatures/monsters/wickerman',1008),
(10806,10812,'creatures/monsters/roper',1008),
(10807,10813,'creatures/monsters/animated_bonepile',1008),
(10808,10814,'creatures/monsters/bull_stone',1008),
(10809,10815,'creatures/monsters/bull_standard',1008),
(10810,10816,'creatures/monsters/bull_skeleton',1008),
(10811,10817,'creatures/monsters/catoplebas_new',1008),
(10812,10818,'creatures/monsters/catoplebas_skeletal',1008),
(10813,10819,'creatures/monsters/chimera',1008),
(10814,10820,'creatures/monsters/chimera_skeletal',1008),
(10815,10821,'accessories/wearable_items/_exp06/magic_rune_chain_plain/chest',1008),
(10816,10822,'accessories/wearable_items/_exp06/magic_rune_chain_plain/feet',1008),
(10817,10823,'accessories/wearable_items/_exp06/magic_rune_chain_plain/forearms',1008),
(10818,10824,'accessories/wearable_items/_exp06/magic_rune_chain_plain/hands',1008),
(10819,10825,'accessories/wearable_items/_exp06/magic_rune_chain_plain/head',1008),
(10820,10826,'accessories/wearable_items/_exp06/magic_rune_chain_plain/legs',1008),
(10821,10827,'accessories/wearable_items/_exp06/magic_rune_chain_plain/legs_noskirt',1008),
(10822,10828,'accessories/wearable_items/_exp06/magic_rune_chain_plain/shoulders',1008),
(10823,10829,'accessories/wearable_items/_exp06/magic_rune_chain_plain/skirt',1008),
(10824,10830,'_exp06/characters/tool_users/giant_frost_kurn_tower/giant_frost_kraytok',1008),
(10825,10831,'creatures/monsters/centipede_water',1008),
(10826,10832,'creatures/monsters/roper_beige_marble',1008),
(10827,10833,'creatures/monsters/roper_vine',1008),
(10828,10834,'accessories/wieldable_items/weapons/great_sword/dragon_katana/evileye_katana',1008),
(10829,10835,'projectiles/spell_fruit',1008),
(10830,10836,'accessories/wearable_items/profesion_hats/priest_helm/heavy_plate_plain02/head',1008),
(10831,10837,'creatures/monsters/willowisp_bubble_leaf',1008),
(10832,10838,'accessories/wearable_items/_exp06/plain_robe01_evil/skirt',1008),
(10833,10839,'accessories/wearable_items/_exp06/plain_robe01_evil/chest',1008),
(10834,10840,'accessories/wearable_items/_exp06/plain_robe01_evil/head',1008),
(10835,10841,'accessories/wearable_items/_exp06/plain_robe01_evil/hood',1008),
(10836,10842,'accessories/wearable_items/_exp06/plain_robe01_evil/pants',1008),
(10837,10843,'accessories/wearable_items/_exp06/frostrune_armor_robe/chest_left_pauldron_only',1008),
(10838,10844,'accessories/wearable_items/_exp06/black_rivet_vanguard/skirt',1008),
(10839,10845,'accessories/wearable_items/_exp06/black_rivet_vanguard/chest',1008),
(10840,10846,'accessories/wearable_items/_exp06/black_rivet_vanguard/feet',1008),
(10841,10847,'accessories/wearable_items/_exp06/black_rivet_vanguard/forearms',1008),
(10842,10848,'accessories/wearable_items/_exp06/black_rivet_vanguard/hands',1008),
(10843,10849,'accessories/wearable_items/_exp06/black_rivet_vanguard/head',1008),
(10844,10850,'accessories/wearable_items/_exp06/black_rivet_vanguard/legs',1008),
(10845,10851,'accessories/wearable_items/_exp06/black_rivet_vanguard/legs_noskirt',1008),
(10846,10852,'accessories/wearable_items/_exp06/black_rivet_vanguard/right',1008),
(10847,10853,'accessories/wearable_items/_exp06/black_rivet_vanguard/shoulders',1008),
(10848,10854,'accessories/wearable_items/_exp06/black_rivet_vanguard/shoulders_nopauldrons',1008),
(10849,10855,'accessories/wearable_items/_exp06/plain_robe01/skirt',1008),
(10850,10856,'accessories/wearable_items/_exp06/plain_robe01/chest',1008),
(10851,10857,'accessories/wearable_items/_exp06/plain_robe01/head',1008),
(10852,10858,'accessories/wearable_items/_exp06/plain_robe01/hood',1008),
(10853,10859,'accessories/wearable_items/_exp06/plain_robe01/pants',1008),
(10854,10860,'accessories/wearable_items/heavy_cloth/new_halas/new_halas_helm',1008),
(10855,10861,'accessories/wearable_items/heavy_cloth/new_halas/new_halas_pauldron_left',1008),
(10856,10862,'accessories/wearable_items/heavy_cloth/new_halas/new_halas_pauldron_right',1008),
(10857,10863,'accessories/wearable_items/heavy_cloth/new_halas/new_halas_pauldrons',1008),
(10858,10864,'accessories/wearable_items/heavy_cloth/new_halas/shoulders_no_pauldrons',1008),
(10859,10865,'staticobjects/globes/quest_iksar_snowglobe',1008),
(10860,10866,'accessories/wearable_items/cloak/exp06/cloak_ward_of_the_elements_spirit',1008),
(10861,10867,'accessories/wearable_items/cloak/exp06/cloak_ward_of_the_elements_daggers',1008),
(10862,10868,'accessories/wearable_items/cloak/exp06/cloak_ward_of_the_elements_magma',1008),
(10863,10869,'accessories/wearable_items/cloak/exp06/cloak_ward_of_the_elements_nature',1008),
(10864,10870,'accessories/wieldable_items/weapons/sword/tinkerfest_sprocketspinner/tinkerfest_sprocketspinner',1008),
(10865,10871,'_exp06/characters/tool_users/roekillik_female/roekillik_female',1008),
(10866,10872,'staticobjects/bookcases/dpo_eu_bookend02',1008),
(10867,10873,'staticobjects/nursery/dpo_crib_rattle',1008),
(10868,10874,'_exp06/characters/tool_users/roekillik_male/roekillik_male',1008),
(10869,10875,'accessories/wearable_items/_exp06/vanguard_iceknight_black/skirt',1008),
(10870,10876,'accessories/wearable_items/_exp06/vanguard_iceknight_black/chest',1008),
(10871,10877,'accessories/wearable_items/_exp06/vanguard_iceknight_black/feet',1008),
(10872,10878,'accessories/wearable_items/_exp06/vanguard_iceknight_black/forearms',1008),
(10873,10879,'accessories/wearable_items/_exp06/vanguard_iceknight_black/hands',1008),
(10874,10880,'accessories/wearable_items/_exp06/vanguard_iceknight_black/head',1008),
(10875,10881,'accessories/wearable_items/_exp06/vanguard_iceknight_black/legs',1008),
(10876,10882,'accessories/wearable_items/_exp06/vanguard_iceknight_black/legs_noskirt',1008),
(10877,10883,'accessories/wearable_items/_exp06/vanguard_iceknight_black/right',1008),
(10878,10884,'accessories/wearable_items/_exp06/vanguard_iceknight_black/shoulders',1008),
(10879,10885,'accessories/wearable_items/_exp06/vanguard_iceknight_black/shoulders_nopauldrons',1008),
(10880,10886,'accessories/wearable_items/_exp06/nature_leather/skirt',1008),
(10881,10887,'accessories/wearable_items/_exp06/nature_leather/chest',1008),
(10882,10888,'accessories/wearable_items/_exp06/nature_leather/feet',1008),
(10883,10889,'accessories/wearable_items/_exp06/nature_leather/forearms',1008),
(10884,10890,'accessories/wearable_items/_exp06/nature_leather/hands',1008),
(10885,10891,'accessories/wearable_items/_exp06/nature_leather/head',1008),
(10886,10892,'accessories/wearable_items/_exp06/nature_leather/legs',1008),
(10887,10893,'accessories/wearable_items/_exp06/nature_leather/legs_noskirt',1008),
(10888,10894,'accessories/wearable_items/_exp06/nature_leather/shoulders',1008),
(10889,10895,'accessories/wearable_items/_exp06/frostrune_armor_robe/chest_left_pauldron_only',1008),
(10890,10896,'staticobjects/soe_wallet/cheery_coffee_table_dpo',1008),
(10891,10897,'staticobjects/soe_wallet/cheery_couch_pillows_dpo',1008),
(10892,10898,'staticobjects/soe_wallet/cheery_end_table_dpo',1008),
(10893,10899,'staticobjects/soe_wallet/cheery_loveseat_pillows_dpo',1008),
(10894,10900,'staticobjects/soe_wallet/cheery_office_bookshelf_small_dpo',1008),
(10895,10901,'staticobjects/soe_wallet/cheery_office_bookshelf_tall_dpo',1008),
(10896,10902,'staticobjects/soe_wallet/cheery_office_chair_dpo',1008),
(10897,10903,'staticobjects/soe_wallet/cheery_office_chest_lid_dpo',1008),
(10898,10904,'staticobjects/soe_wallet/cheery_office_desk_dpo',1008),
(10899,10905,'staticobjects/soe_wallet/cheery_vanity_drawers_dpo',1008),
(10900,10906,'staticobjects/soe_wallet/cheery_vanity_mirror_dpo',1008),
(10901,10907,'staticobjects/soe_wallet/cheery_vanity_stool_dpo',1008),
(10902,10908,'staticobjects/soe_wallet/cheery_vanity_table_mirror_dpo',1008),
(10903,10909,'staticobjects/soe_wallet/cheery_vanity_washing_table_dpo',1008),
(10904,10910,'accessories/wearable_items/_exp06/demonic_vanguard/skirt',1008),
(10905,10911,'accessories/wearable_items/_exp06/demonic_vanguard/chest',1008),
(10906,10912,'accessories/wearable_items/_exp06/demonic_vanguard/feet',1008),
(10907,10913,'accessories/wearable_items/_exp06/demonic_vanguard/forearms',1008),
(10908,10914,'accessories/wearable_items/_exp06/demonic_vanguard/hands',1008),
(10909,10915,'accessories/wearable_items/_exp06/demonic_vanguard/head',1008),
(10910,10916,'accessories/wearable_items/_exp06/demonic_vanguard/legs',1008),
(10911,10917,'accessories/wearable_items/_exp06/demonic_vanguard/legs_noskirt',1008),
(10912,10918,'accessories/wearable_items/_exp06/demonic_vanguard/right',1008),
(10913,10919,'accessories/wearable_items/_exp06/demonic_vanguard/shoulders',1008),
(10914,10920,'accessories/wearable_items/_exp06/demonic_vanguard/shoulders_nopauldrons',1008),
(10915,10921,'accessories/wearable_items/_exp06/priest_armor/chest',1008),
(10916,10922,'accessories/wearable_items/_exp06/priest_armor/feet',1008),
(10917,10923,'accessories/wearable_items/_exp06/priest_armor/forearms',1008),
(10918,10924,'accessories/wearable_items/_exp06/priest_armor/hands',1008),
(10919,10925,'accessories/wearable_items/_exp06/priest_armor/head',1008),
(10920,10926,'accessories/wearable_items/_exp06/priest_armor/legs',1008),
(10921,10927,'accessories/wearable_items/_exp06/priest_armor/legs_noskirt',1008),
(10922,10928,'accessories/wearable_items/_exp06/priest_armor/priest_flared_left',1008),
(10923,10929,'accessories/wearable_items/_exp06/priest_armor/priest_flared_right',1008),
(10924,10930,'accessories/wearable_items/_exp06/priest_armor/right',1008),
(10925,10931,'accessories/wearable_items/_exp06/priest_armor/shoulders',1008),
(10926,10932,'accessories/wearable_items/_exp06/priest_armor/shoulders_epic',1008),
(10927,10933,'accessories/wearable_items/_exp06/priest_armor/shoulders_nopauldrons',1008),
(10928,10934,'accessories/wearable_items/_exp06/priest_armor/skirt',1008),
(10929,10935,'accessories/wearable_items/leather/plain/plain_banded/skirt',1008),
(10930,10936,'accessories/wearable_items/leather/plain/plain_banded/chest',1008),
(10931,10937,'accessories/wearable_items/leather/plain/plain_banded/feet',1008),
(10932,10938,'accessories/wearable_items/leather/plain/plain_banded/forearms',1008),
(10933,10939,'accessories/wearable_items/leather/plain/plain_banded/hands',1008),
(10934,10940,'accessories/wearable_items/leather/plain/plain_banded/head',1008),
(10935,10941,'accessories/wearable_items/leather/plain/plain_banded/legs',1008),
(10936,10942,'accessories/wearable_items/leather/plain/plain_banded/legs_noskirt',1008),
(10937,10943,'accessories/wearable_items/leather/plain/plain_banded/pauldron_plain_banded_left',1008),
(10938,10944,'accessories/wearable_items/leather/plain/plain_banded/pauldron_plain_banded_right',1008),
(10939,10945,'accessories/wearable_items/leather/plain/plain_banded/shoulders',1008),
(10940,10946,'accessories/wearable_items/leather/plain/plain_banded/shoulders_pauldrons_plain',1008),
(10941,10947,'_exp04/monsters/cockatrice_golden',1008),
(10942,10948,'accessories/wearable_items/_exp06/assassin_leather/skirt',1008),
(10943,10949,'accessories/wearable_items/_exp06/assassin_leather/chest',1008),
(10944,10950,'accessories/wearable_items/_exp06/assassin_leather/feet',1008),
(10945,10951,'accessories/wearable_items/_exp06/assassin_leather/forearms',1008),
(10946,10952,'accessories/wearable_items/_exp06/assassin_leather/hands',1008),
(10947,10953,'accessories/wearable_items/_exp06/assassin_leather/head',1008),
(10948,10954,'accessories/wearable_items/_exp06/assassin_leather/legs',1008),
(10949,10955,'accessories/wearable_items/_exp06/assassin_leather/legs_noskirt',1008),
(10950,10956,'accessories/wearable_items/_exp06/assassin_leather/shoulders',1008),
(10951,10957,'accessories/wearable_items/_exp06/conjurer_robe/skirt',1008),
(10952,10958,'accessories/wearable_items/_exp06/conjurer_robe/chest',1008),
(10953,10959,'accessories/wearable_items/_exp06/conjurer_robe/head',1008),
(10954,10960,'accessories/wearable_items/_exp06/conjurer_robe/pants',1008),
(10955,10961,'creatures/monsters/stagg_ice',1008),
(10956,10962,'creatures/monsters/turtle_ice',1008),
(10957,10963,'creatures/monsters/badger_ice',1008),
(10958,10964,'creatures/monsters/boar_ice',1008),
(10959,10965,'creatures/monsters/crab_ice',1008),
(10960,10966,'accessories/wearable_items/_exp06/demonic_chain/demonic_pauldron_left',1008),
(10961,10967,'accessories/wearable_items/_exp06/demonic_chain/demonic_pauldron_right',1008),
(10962,10968,'accessories/wearable_items/_exp06/demonic_chain/head_mask',1008),
(10963,10969,'accessories/wearable_items/_exp06/demonic_chain/legs_noskirt',1008),
(10964,10970,'accessories/wearable_items/_exp06/demonic_chain/shoulders_pauldrons',1008),
(10965,10971,'staticobjects/containers/dpo_fon_ruins_phylactery01',1008),
(10966,10972,'staticobjects/plants/dpo_fon_plant_cattail02',1008),
(10967,10973,'staticobjects/crystals/dpo_fon_crystals_formation03',1008),
(10968,10974,'staticobjects/crystals/dpo_fon_crystals_formation01',1008),
(10969,10975,'staticobjects/crystals/dpo_fon_crystals_formation02',1008),
(10970,10976,'soga_appearances/ec/npc/soga_dragon_turtle_northern',1008),
(10971,10977,'accessories/wearable_items/cloak/exp06/cloak_repair',1008),
(10972,10978,'creatures/mounts/flying_disc/flying_disc_evil_01',1008),
(10973,10979,'staticobjects/racks/dpo_seb_weaponrack_floor02',1008),
(10974,10980,'staticobjects/barrels/dpo_fon_gu53_barrel01',1008),
(10975,10981,'staticobjects/crates/dpo_fen_gu53_crate01',1008),
(10976,10982,'staticobjects/crates/dpo_fen_gu53_crate01_short',1008),
(10977,10983,'creatures/mounts/flying_disc/flying_disc_good_02',1008),
(10978,10984,'creatures/mounts/flying_disc/flying_disc_evil_02',1008),
(10979,10985,'creatures/mounts/flying_disc/flying_disc_good_01',1008),
(10980,10986,'staticobjects/tcg/tcg_golden_egg',1008),
(10981,10987,'staticobjects/beds/dpo_blue_eu_bed_queen',1008),
(10982,10988,'staticobjects/dressers/dpo_eu_dresser_single',1008),
(10983,10989,'staticobjects/nursery/dpo_blue_eu_crib',1008),
(10984,10990,'staticobjects/pillow/dpo_blue_eu_bed_pillow',1008),
(10985,10991,'staticobjects/brazier/dpo_fon_gu53_firepit01',1008),
(10986,10992,'staticobjects/fires/dpo_fen_gu53_forge',1008),
(10987,10993,'staticobjects/barrels/dpo_jw_gu53_barrel01',1008),
(10988,10994,'staticobjects/crates/dpo_jw_gu53_crate01',1008),
(10989,10995,'staticobjects/crates/dpo_jw_gu53_crate01_short',1008),
(10990,10996,'staticobjects/tents/dpo_fon_gu53_tent01',1008),
(10991,10997,'staticobjects/tents/dpo_jw_gu53_tent02',1008),
(10992,10998,'staticobjects/tents/dpo_jw_gu53_tent',1008),
(10993,10999,'staticobjects/banners/dpo_fon_gu53_tapestry01',1008),
(10994,11000,'staticobjects/banners/dpo_fon_gu53_tapestry01_frosted',1008),
(10995,11001,'_exp04/zones/objects/fens_of_nathsar/fon_shinies_aqua_burnyai01',1008),
(10996,11002,'_exp04/zones/objects/fens_of_nathsar/fon_shinies_green_burnyai01',1008),
(10997,11003,'_exp04/zones/objects/fens_of_nathsar/fon_shinies_purple_burnyai01',1008),
(10998,11004,'_exp04/zones/objects/fens_of_nathsar/fon_shinies_red_burnyai01',1008),
(10999,11005,'_exp04/zones/objects/kunzar_jungle/dpo_kj_egg',1008),
(11000,11006,'_exp04/zones/objects/kunzar_jungle/dpo_kj_eggs02',1008),
(11001,11007,'_exp04/zones/objects/kunzar_jungle/dpo_kj_eggs04',1008),
(11002,11008,'accessories/wearable_items/_exp06/roekillik_vanguard/skirt',1008),
(11003,11009,'accessories/wearable_items/_exp06/roekillik_vanguard/chest',1008),
(11004,11010,'accessories/wearable_items/_exp06/roekillik_vanguard/feet',1008),
(11005,11011,'accessories/wearable_items/_exp06/roekillik_vanguard/forearms',1008),
(11006,11012,'accessories/wearable_items/_exp06/roekillik_vanguard/hands',1008),
(11007,11013,'accessories/wearable_items/_exp06/roekillik_vanguard/head',1008),
(11008,11014,'accessories/wearable_items/_exp06/roekillik_vanguard/legs',1008),
(11009,11015,'accessories/wearable_items/_exp06/roekillik_vanguard/legs_noskirt',1008),
(11010,11016,'accessories/wearable_items/_exp06/roekillik_vanguard/right',1008),
(11011,11017,'accessories/wearable_items/_exp06/roekillik_vanguard/shoulders',1008),
(11012,11018,'accessories/wearable_items/_exp06/roekillik_vanguard/shoulders_nopauldrons',1008),
(11013,11019,'accessories/wearable_items/_exp06/roekillik_vanguard02/skirt',1008),
(11014,11020,'accessories/wearable_items/_exp06/roekillik_vanguard02/chest',1008),
(11015,11021,'accessories/wearable_items/_exp06/roekillik_vanguard02/feet',1008),
(11016,11022,'accessories/wearable_items/_exp06/roekillik_vanguard02/forearms',1008),
(11017,11023,'accessories/wearable_items/_exp06/roekillik_vanguard02/hands',1008),
(11018,11024,'accessories/wearable_items/_exp06/roekillik_vanguard02/head',1008),
(11019,11025,'accessories/wearable_items/_exp06/roekillik_vanguard02/legs',1008),
(11020,11026,'accessories/wearable_items/_exp06/roekillik_vanguard02/legs_noskirt',1008),
(11021,11027,'accessories/wearable_items/_exp06/roekillik_vanguard02/right',1008),
(11022,11028,'accessories/wearable_items/_exp06/roekillik_vanguard02/roekillik_pauldron_left',1008),
(11023,11029,'accessories/wearable_items/_exp06/roekillik_vanguard02/roekillik_pauldron_right',1008),
(11024,11030,'accessories/wearable_items/_exp06/roekillik_vanguard02/shoulders',1008),
(11025,11031,'accessories/wearable_items/_exp06/roekillik_vanguard02/shoulders_epicpauldrons',1008),
(11026,11032,'accessories/wearable_items/_exp06/roekillik_vanguard02/shoulders_nopauldrons',1008),
(11027,11033,'staticobjects/bookcases/dpo_fon_riliss_bookcase01',1008),
(11028,11034,'staticobjects/chairs/dpo_cha_bench_square',1008),
(11029,11035,'staticobjects/chairs/dpo_kp_throne_iksar',1008),
(11030,11036,'staticobjects/coffins_and_sarcophagus/dpo_fon_ruins_tomb01',1008),
(11031,11037,'staticobjects/crates/dpo_fon_crate_ruins_openlid02',1008),
(11032,11038,'staticobjects/kitchen/floor_plate_of_fish',1008),
(11033,11039,'staticobjects/nautical/dpo_fon_restaurant_crossedoars01',1008),
(11034,11040,'staticobjects/pillars/dpo_cha_column_large01',1008),
(11035,11041,'staticobjects/pillars/dpo_cha_column_small01',1008),
(11036,11042,'staticobjects/platforms/dpo_charasiswest_r04_platform',1008),
(11037,11043,'staticobjects/platforms/dpo_charasiswest_r04_platform_fx',1008),
(11038,11044,'staticobjects/rugs/dpo_cha_rugs_rolled_group02',1008),
(11039,11045,'staticobjects/torches/dpo_fon_shinies_aqua_burynai01',1008),
(11040,11046,'staticobjects/torches/dpo_fon_shinies_green_burynai01',1008),
(11041,11047,'staticobjects/torches/dpo_fon_shinies_purple_burynai01',1008),
(11042,11049,'staticobjects/urns/dpo_cha_canopic_vase02_south',1008),
(11043,11050,'creatures/monsters/cerberus_skeletal',1008),
(11044,11051,'creatures/monsters/cerberus',1008),
(11045,11052,'creatures/monsters/cerberus_ice',1008),
(11046,11053,'staticobjects/rocks/dpo_fon_rock_small_field02',1008),
(11047,11054,'staticobjects/panels/dpo_grass_panel',1008),
(11048,11055,'accessories/wearable_items/_exp06/conjurer_robe/feet',1008),
(11049,11056,'accessories/wearable_items/_exp06/conjurer_robe/hands',1008),
(11050,11057,'staticobjects/torches/dpo_fon_shinies_red_burynai01a',1008),
(11051,11058,'staticobjects/containers/dpo_cockatrice_egg_basket',1008),
(11052,11059,'creatures/mounts/flying_disc/flying_disc_good_03',1008),
(11053,11060,'accessories/wearable_items/_exp06/varsoon_robe/chest_with_skull_pauldrons_head_piece',1008),
(11054,11061,'_exp06/characters/monsters/vasty_guardian/vasty_guardian',1008),
(11055,11062,'_exp06/characters/monsters/vasty_guardian_rusty/vasty_guardian_rusty',1008),
(11056,11063,'staticobjects/feathers/dpo_flamingfeather01',1008),
(11057,11064,'creatures/monsters/pegasus',1008),
(11058,11065,'_exp06/characters/monsters/bookminion_erudin01/bookminion_erudin01',1008),
(11059,11066,'_exp06/characters/monsters/bookminion_erudin02/bookminion_erudin02',1008),
(11060,11067,'_exp06/characters/monsters/bookminion_erudin03/bookminion_erudin03',1008),
(11061,11068,'staticobjects/globes/quest_iksar_snowglobe02',1008),
(11062,11069,'accessories/wearable_items/_exp06/demonic_leather/skirt',1008),
(11063,11070,'accessories/wearable_items/_exp06/demonic_leather/chest',1008),
(11064,11071,'accessories/wearable_items/_exp06/demonic_leather/feet',1008),
(11065,11072,'accessories/wearable_items/_exp06/demonic_leather/forearms',1008),
(11066,11073,'accessories/wearable_items/_exp06/demonic_leather/hands',1008),
(11067,11074,'accessories/wearable_items/_exp06/demonic_leather/head',1008),
(11068,11075,'accessories/wearable_items/_exp06/demonic_leather/legs',1008),
(11069,11076,'accessories/wearable_items/_exp06/demonic_leather/legs_noskirt',1008),
(11070,11077,'accessories/wearable_items/_exp06/demonic_leather/shoulders',1008),
(11071,11078,'accessories/wearable_items/_exp06/demonic_leather/shoulders_nopauldrons',1008),
(11072,11079,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/skirt',1008),
(11073,11080,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/chest',1008),
(11074,11081,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/head',1008),
(11075,11082,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/head_for_classic_erudite',1008),
(11076,11083,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/hood',1008),
(11077,11084,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_violet/pants',1008),
(11078,11085,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/skirt',1008),
(11079,11086,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/chest',1008),
(11080,11087,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/head',1008),
(11081,11088,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/head_for_classic_erudite',1008),
(11082,11089,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/hood',1008),
(11083,11090,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_red/pants',1008),
(11084,11091,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/skirt',1008),
(11085,11092,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/chest',1008),
(11086,11093,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/head',1008),
(11087,11094,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/head_for_classic_erudite',1008),
(11088,11095,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/hood',1008),
(11089,11096,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_orange/pants',1008),
(11090,11097,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/skirt',1008),
(11091,11098,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/chest',1008),
(11092,11099,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/head',1008),
(11093,11100,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/head_for_classic_erudite',1008),
(11094,11101,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/hood',1008),
(11095,11102,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_blue/pants',1008),
(11096,11103,'staticobjects/helmet/head_armor_heavy',1008),
(11097,11104,'staticobjects/tcg/tcg_tapestry_repair',1008),
(11098,11105,'staticobjects/tcg/tcg_tapestry_loab',1008),
(11099,11106,'staticobjects/tcg/tcg_tapestry_arachnid',1008),
(11100,11107,'staticobjects/tcg/tcg_tapestry_roadyle',1008),
(11101,11108,'staticobjects/tcg/tcg_tapestry_kruzz',1008),
(11102,11109,'accessories/wearable_items/_exp06/demonic_vanguard/head_demonic',1008),
(11103,11110,'staticobjects/halloween/dpo_gf_kel_int_divider_wall01_bones',1008),
(11104,11111,'accessories/wearable_items/_exp06/defender_of_light_vanguard/skirt',1008),
(11105,11112,'accessories/wearable_items/_exp06/defender_of_light_vanguard/chest',1008),
(11106,11113,'accessories/wearable_items/_exp06/defender_of_light_vanguard/feet',1008),
(11107,11114,'accessories/wearable_items/_exp06/defender_of_light_vanguard/forearms',1008),
(11108,11115,'accessories/wearable_items/_exp06/defender_of_light_vanguard/hands',1008),
(11109,11116,'accessories/wearable_items/_exp06/defender_of_light_vanguard/head',1008),
(11110,11117,'accessories/wearable_items/_exp06/defender_of_light_vanguard/legs',1008),
(11111,11118,'accessories/wearable_items/_exp06/defender_of_light_vanguard/legs_noskirt',1008),
(11112,11119,'accessories/wearable_items/_exp06/defender_of_light_vanguard/right',1008),
(11113,11120,'accessories/wearable_items/_exp06/defender_of_light_vanguard/shoulders',1008),
(11114,11121,'accessories/wearable_items/_exp06/defender_of_light_vanguard/shoulders_nopauldrons',1008),
(11115,11122,'_exp05/zones/objects/exp05_dun_miragul_shard/miragul_firebolt_zapper',1008),
(11116,11123,'_exp05/zones/objects/exp05_dun_miragul_shard/miragul_ghost_trapper',1008),
(11117,11124,'accessories/wearable_items/_exp06/demonic_robe/skirt',1008),
(11118,11125,'accessories/wearable_items/_exp06/demonic_robe/chest',1008),
(11119,11126,'accessories/wearable_items/_exp06/demonic_robe/head',1008),
(11120,11127,'accessories/wearable_items/_exp06/demonic_robe/hood',1008),
(11121,11128,'accessories/wearable_items/_exp06/demonic_robe/pants',1008),
(11122,11129,'staticobjects/liveevent/halloween/halloween_hedge',1008),
(11123,11130,'_exp06/characters/monsters/moss_grathok/moss_grathok',1008),
(11124,11131,'staticobjects/liveevent/halloween/halloween_tapestry_fire',1008),
(11125,11132,'staticobjects/liveevent/halloween/halloween_tapestry_sky',1008),
(11126,11133,'staticobjects/liveevent/halloween/halloween_tapestry_spider',1008),
(11127,11134,'accessories/wieldable_items/shields/ice_shield/non_ice_shield_metal',1008),
(11128,11135,'accessories/wieldable_items/shields/ice_shield/crusted_ice_shield',1008),
(11129,11136,'accessories/wieldable_items/shields/ice_shield/crusted_ice_shield_metal',1008),
(11130,11137,'accessories/wieldable_items/shields/ice_shield/ice_shield',1008),
(11131,11138,'accessories/wieldable_items/shields/ice_shield/ice_shield_greater',1008),
(11132,11139,'accessories/wieldable_items/shields/ice_shield/non_ice_shield',1008),
(11133,11140,'accessories/wieldable_items/shields/exp06/metal_round_shield',1008),
(11134,11141,'accessories/wieldable_items/shields/exp06/golden_round_shield',1008),
(11135,11142,'accessories/wieldable_items/shields/exp06/metal_tower_shield',1008),
(11136,11143,'accessories/wieldable_items/shields/exp06/golden_tower_shield',1008),
(11137,11144,'accessories/wearable_items/_exp06/demonic_gi/skirt',1008),
(11138,11145,'accessories/wearable_items/_exp06/demonic_gi/chest',1008),
(11139,11146,'accessories/wearable_items/_exp06/demonic_gi/feet',1008),
(11140,11147,'accessories/wearable_items/_exp06/demonic_gi/hands',1008),
(11141,11148,'accessories/wearable_items/_exp06/demonic_gi/head',1008),
(11142,11149,'accessories/wearable_items/_exp06/demonic_gi/pants',1008),
(11143,11150,'accessories/wieldable_items/weapons/exp06/2h_sword/exp06_2h_rhoen_theer_good',1008),
(11144,11151,'accessories/wieldable_items/weapons/exp06/2h_sword/exp06_2h_rhoen_theer_evil',1008),
(11145,11152,'accessories/wearable_items/_exp06/magic_rune_vanguard01/magic_rune_vanguard_pauldron_left',1008),
(11146,11153,'accessories/wearable_items/_exp06/magic_rune_vanguard01/magic_rune_vanguard_pauldron_right',1008),
(11147,11154,'accessories/wearable_items/_exp06/magic_rune_vanguard01/shoulders_fancy_pauldrons',1008),
(11148,11155,'accessories/wearable_items/_exp06/defender_of_light_vanguard/shoulders_defender_of_light_pauldrons',1008),
(11149,11156,'accessories/wearable_items/_exp06/defender_of_light_vanguard/defender_of_light_pauldron_left',1008),
(11150,11157,'accessories/wearable_items/_exp06/defender_of_light_vanguard/defender_of_light_pauldron_right',1008),
(11151,11158,'accessories/wearable_items/profesion_hats/defender_of_light_helm/defender_of_light_head',1008),
(11152,11159,'accessories/wearable_items/_exp06/defender_of_light_vanguard/defender_of_light_belt',1008),
(11153,11160,'accessories/wearable_items/_exp06/defender_of_light_vanguard/legs_belt',1008),
(11154,11161,'accessories/wearable_items/_exp06/defender_of_light_vanguard/legs_noskirt_belt',1008),
(11155,11162,'accessories/wearable_items/profesion_hats/defender_of_light_helm/defender_of_light_crest',1008),
(11156,11163,'accessories/wearable_items/profesion_hats/defender_of_light_helm/defender_of_light_head_crest',1008),
(11157,11164,'_exp06/characters/monsters/sea_dragon/sea_dragon',1008),
(11158,11165,'accessories/wieldable_items/shields/exp06/void_claw_shield',1008),
(11159,11166,'accessories/wieldable_items/shields/exp06/crystal_star_shield',1008),
(11160,11167,'accessories/wieldable_items/shields/exp06/frost_scale_shield',1008),
(11161,11168,'accessories/wieldable_items/shields/exp06/hades_mouth_shield',1008),
(11162,11169,'accessories/wieldable_items/shields/exp06/kraag_the_undying_shield',1008),
(11163,11170,'accessories/wieldable_items/shields/exp06/rhino_skull_shield',1008),
(11164,11171,'accessories/wieldable_items/shields/exp06/viny_bulb_shield',1008),
(11165,11172,'accessories/wieldable_items/shields/exp06/violet_spike_shield',1008),
(11166,11173,'accessories/wearable_items/_exp06/demonic_leather/head_demonic_leather_no_mask',1008),
(11167,11174,'accessories/wearable_items/_exp06/demonic_leather/shoulders_pauldrons',1008),
(11168,11175,'accessories/wearable_items/_exp06/demonic_leather/demonic_pauldron_left',1008),
(11169,11176,'accessories/wearable_items/_exp06/demonic_leather/demonic_pauldron_right',1008),
(11170,11177,'accessories/wearable_items/_exp06/demonic_robe/chest_pauldrons',1008),
(11171,11178,'accessories/wearable_items/_exp06/demonic_robe/demonic_pauldron_left',1008),
(11172,11179,'accessories/wearable_items/_exp06/demonic_robe/demonic_pauldron_right',1008),
(11173,11180,'accessories/wearable_items/_exp06/demonic_robe/feet',1008),
(11174,11181,'accessories/wearable_items/_exp06/demonic_robe/hands',1008),
(11175,11182,'accessories/wearable_items/_exp06/demonic_vanguard/demonic_vanguard_pauldron_left',1008),
(11176,11183,'accessories/wearable_items/_exp06/demonic_vanguard/demonic_vanguard_pauldron_right',1008),
(11177,11184,'accessories/wearable_items/_exp06/demonic_vanguard/shoulders_demonic_pauldrons',1008),
(11178,11185,'accessories/wearable_items/profesion_hats/proffiddlewiz_cap_black/head',1008),
(11179,11186,'accessories/wearable_items/profesion_hats/werewolf_mask/head',1008),
(11180,11187,'accessories/wearable_items/cloak/exp06/cloak_miragul_icicle',1008),
(11181,11188,'accessories/wearable_items/cloak/exp06/cloak_miragul_glacial',1008),
(11182,11189,'accessories/wearable_items/cloak/exp06/cloak_miragul_glittering_cloak',1008),
(11183,11190,'accessories/wearable_items/cloak/exp06/cloak_miragul_ice_comet',1008),
(11184,11191,'ui_fx/fx/systems/environment/shard_of_love/teleport_vision_shard_of_love',1008),
(11185,11192,'staticobjects/benches/slove_flame_bench01',1008),
(11186,11193,'staticobjects/candles/slove_p04_incense_chalice01_swinging',1008),
(11187,11194,'staticobjects/containers/slove_basket01_pom02',1008),
(11188,11195,'staticobjects/containers/slove_basket01_pom02_rotten',1008),
(11189,11196,'staticobjects/kitchen/slove_pomegranate_piece_rotted01',1008),
(11190,11197,'staticobjects/kitchen/slove_pomegranate_whole_dark01',1008),
(11191,11198,'staticobjects/pillow/slove_drapery01_destroyed01',1008),
(11192,11199,'staticobjects/rubble/slove_rubblepiece_purple01',1008),
(11193,11200,'staticobjects/rubble/slove_rubblepiece_trim01',1008),
(11194,11201,'staticobjects/statues/slove_statue_arrow01',1008),
(11195,11202,'staticobjects/statues/slove_statue_bow_arrow01_covered',1008),
(11196,11203,'staticobjects/statues/slove_statue_bow_arrow02_covered',1008),
(11197,11204,'staticobjects/statues/slove_statue_bow_arrow03_covered',1008),
(11198,11205,'staticobjects/tapestry/dpo_tapestry_design_erollisi_sister',1008),
(11199,11206,'accessories/wearable_items/snapons/backpacks/backpack',1008),
(11200,11207,'accessories/wearable_items/snapons/backpacks/backpack_pandamen',1008),
(11201,11208,'accessories/wearable_items/snapons/backpacks/backpack_adventurer',1008),
(11202,11209,'staticobjects/cannon/tinkered_cannon_dpo',1008),
(11203,11211,'creatures/monsters/displacer_beast',1008),
(11204,11212,'creatures/monsters/displacer_beast_skeletal',1008),
(11205,11213,'creatures/monsters/drake_flight_path_dawn',1008),
(11206,11214,'creatures/monsters/gorgon',1008),
(11207,11215,'creatures/monsters/gorgon_golden',1008),
(11208,11216,'creatures/monsters/gorgon_rusty',1008),
(11209,11217,'creatures/monsters/pegasus_transport',1008),
(11210,11218,'_exp06/characters/tool_users/erudite_classic_female/erudite_classic_female_ghost_loop',1008),
(11211,11219,'_exp06/characters/tool_users/erudite_classic_male/erudite_classic_male_ghost_loop',1008),
(11212,11220,'_exp06/characters/monsters/sea_nayad_good/sea_nayad_good',1008),
(11213,11221,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/upperchest',1008),
(11214,11222,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/chest',1008),
(11215,11223,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/feet',1008),
(11216,11224,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/forearms',1008),
(11217,11225,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/hands',1008),
(11218,11226,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/head',1008),
(11219,11227,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/left',1008),
(11220,11228,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/legs',1008),
(11221,11229,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/legs_noskirt',1008),
(11222,11230,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/pauldron02_vanguard_ridged_left',1008),
(11223,11231,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/pauldron02_vanguard_ridged_right',1008),
(11224,11232,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/pauldron03_vanguard_flared_left',1008),
(11225,11233,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/pauldron03_vanguard_flared_right',1008),
(11226,11234,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/right',1008),
(11227,11235,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/shoulders',1008),
(11228,11236,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/shoulders_nopauldrons',1008),
(11229,11237,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/shoulders_pauldrons_flared',1008),
(11230,11238,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/shoulders_pauldrons_ridged',1008),
(11231,11239,'accessories/wearable_items/vanguard/vanguard_chitin_black_golden/skirt',1008),
(11232,11242,'creatures/tu/pandaman_warrior',1008),
(11233,11243,'creatures/tu/pandaman',1008),
(11234,11244,'creatures/tu/pandaman_monk',1008),
(11235,11245,'creatures/tu/pandaman_traveler',1008),
(11236,11246,'creatures/tu/pandaman_warlord',1008),
(11237,11247,'creatures/tu/pandaman_warrior_ghost_loop',1008),
(11238,11248,'_exp06/characters/monsters/sea_nayad_evil/sea_nayad_evil',1008),
(11239,11249,'accessories/wearable_items/snapons/backpacks/backpack_provisioner',1008),
(11240,11250,'staticobjects/eig/eig_harvest_location_love',1008),
(11241,11251,'creatures/monsters/stagg_glass',1008),
(11242,11252,'creatures/tu/pandaman_warlord_ghost_loop',1008),
(11243,11253,'staticobjects/halloween/bef_banner_burned02',1008),
(11244,11254,'staticobjects/halloween/bef_bone_pile01',1008),
(11245,11255,'staticobjects/halloween/bef_bone_totem01',1008),
(11246,11256,'staticobjects/halloween/bef_bone_totem02',1008),
(11247,11257,'staticobjects/halloween/bef_statue_warrior_brokenarm01',1008),
(11248,11258,'staticobjects/halloween/cbk_plate_withbone',1008),
(11249,11259,'staticobjects/halloween/cbk_plate_withrats',1008),
(11250,11260,'staticobjects/halloween/cbk_torch001_skull',1008),
(11251,11261,'staticobjects/halloween/cbk_torture_stockade01',1008),
(11252,11262,'staticobjects/halloween/cm_manacles_double_wall01',1008),
(11253,11263,'staticobjects/halloween/kp_cocoon_ground02_w_coll',1008),
(11254,11264,'staticobjects/halloween/lp_coffin_stone01_open01',1008),
(11255,11265,'staticobjects/halloween/vek_bottle01',1008),
(11256,11266,'staticobjects/halloween/vek_sarcophagi_broken01',1008),
(11257,11267,'staticobjects/halloween/vek_sarcophagi_lid',1008),
(11258,11268,'staticobjects/halloween/vek_sarcophagi_lower_half',1008),
(11259,11269,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/shoulders_nopauldrons',1008),
(11260,11270,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/skirt',1008),
(11261,11271,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/chest',1008),
(11262,11272,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/defender_of_light_belt',1008),
(11263,11273,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/defender_of_light_pauldron_left',1008),
(11264,11274,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/defender_of_light_pauldron_right',1008),
(11265,11275,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/feet',1008),
(11266,11276,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/forearms',1008),
(11267,11277,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/hands',1008),
(11268,11278,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/head',1008),
(11269,11279,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/legs',1008),
(11270,11280,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/legs_belt',1008),
(11271,11281,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/legs_noskirt',1008),
(11272,11282,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/legs_noskirt_belt',1008),
(11273,11283,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/right',1008),
(11274,11284,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/shoulders',1008),
(11275,11285,'accessories/wearable_items/_exp06/defender_of_light_vanguard_gold/shoulders_defender_of_light_pauldrons',1008),
(11276,11286,'ec/npc/orc_ghost_loop',1008),
(11277,11287,'accessories/wieldable_items/weapons/exp06/talisman/book/ice_tome_frost',1008),
(11278,11288,'accessories/armor_dummy/armor_dummy_female_idle_hologram',1008),
(11279,11289,'accessories/armor_dummy/armor_dummy_idle_hologram',1008),
(11280,11290,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister',1008),
(11281,11291,'staticobjects/portals/void_portal',1008),
(11282,11292,'accessories/wearable_items/cloak/exp06/cloak_quellthulian_symbol',1008),
(11283,11293,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/skirt',1008),
(11284,11294,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/chest',1008),
(11285,11295,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/feet',1008),
(11286,11296,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/forearms',1008),
(11287,11297,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/hands',1008),
(11288,11298,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/head',1008),
(11289,11299,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/head_quellthulian',1008),
(11290,11300,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/legs',1008),
(11291,11301,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/legs_noskirt',1008),
(11292,11302,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/quellthulian_pauldrons_left',1008),
(11293,11303,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/quellthulian_pauldrons_right',1008),
(11294,11304,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/quellthulian_shoulders',1008),
(11295,11305,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/right',1008),
(11296,11306,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/shoulders',1008),
(11297,11307,'accessories/wearable_items/_exp06/quellthulian_symbol_vanguard/shoulders_nopauldrons',1008),
(11298,11308,'_exp06/characters/tool_users/yael_eyes/yael_eyes',1008),
(11299,11309,'accessories/wearable_items/cloak/exp06/cloak_achievement_moon',1008),
(11300,11310,'staticobjects/guildhall/trophies/floor_headless',1008),
(11301,11311,'accessories/wearable_items/profesion_hats/defender_of_light_helm/defender_of_light_head_gold',1008),
(11302,11312,'accessories/wearable_items/profesion_hats/defender_of_light_helm/defender_of_light_head_gold_crest',1008),
(11303,11313,'accessories/wearable_items/cloak/exp06/fae_d_wing02_love',1008),
(11304,11314,'staticobjects/kitchen/slove_pomegranate_piece_fresh01',1008),
(11305,11315,'staticobjects/kitchen/slove_pomegranate_whole01',1008),
(11306,11316,'accessories/wearable_items/_exp06/order_of_nature_leather/skirt',1008),
(11307,11317,'accessories/wearable_items/_exp06/order_of_nature_leather/chest',1008),
(11308,11318,'accessories/wearable_items/_exp06/order_of_nature_leather/demonic_pauldron_left',1008),
(11309,11319,'accessories/wearable_items/_exp06/order_of_nature_leather/demonic_pauldron_right',1008),
(11310,11320,'accessories/wearable_items/_exp06/order_of_nature_leather/feet',1008),
(11311,11321,'accessories/wearable_items/_exp06/order_of_nature_leather/forearms',1008),
(11312,11322,'accessories/wearable_items/_exp06/order_of_nature_leather/hands',1008),
(11313,11323,'accessories/wearable_items/_exp06/order_of_nature_leather/head',1008),
(11314,11324,'accessories/wearable_items/_exp06/order_of_nature_leather/head_demonic_leather_no_mask',1008),
(11315,11325,'accessories/wearable_items/_exp06/order_of_nature_leather/legs',1008),
(11316,11326,'accessories/wearable_items/_exp06/order_of_nature_leather/legs_noskirt',1008),
(11317,11327,'accessories/wearable_items/_exp06/order_of_nature_leather/shoulders',1008),
(11318,11328,'accessories/wearable_items/_exp06/order_of_nature_leather/shoulders_nopauldrons',1008),
(11319,11329,'accessories/wearable_items/_exp06/order_of_nature_leather/shoulders_pauldrons',1008),
(11320,11330,'accessories/wieldable_items/weapons/exp06/2h_sword/exp06_2h_korsha_claymore_ice',1008),
(11321,11331,'_exp05/monsters/book_dervish_plain',1008),
(11322,11332,'accessories/wearable_items/elemental_crowns/shard_of_love_crown_fire',1008),
(11323,11333,'accessories/wearable_items/elemental_crowns/shard_of_love_crown_petals',1008),
(11324,11334,'staticobjects/chests/tinkered_harvest_depot',1008),
(11325,11335,'staticobjects/globes/shard_of_love_flower_snowglobe',1008),
(11326,11336,'_exp04/monsters/erollisi_dead_open',1008),
(11327,11337,'staticobjects/flora/exp06_toxxulia_flower',1008),
(11328,11338,'staticobjects/flora/exp06_bamboo_plant',1008),
(11329,11339,'staticobjects/flora/exp06_toxxulia_plant',1008),
(11330,11340,'staticobjects/_exp06/paineel_chair_01',1008),
(11331,11341,'staticobjects/_exp06/paineel_chair_02',1008),
(11332,11342,'staticobjects/_exp06/paineel_divider_small',1008),
(11333,11343,'staticobjects/_exp06/paineel_divider_triple',1008),
(11334,11344,'staticobjects/_exp06/paineel_vase',1008),
(11335,11345,'staticobjects/_exp06/paineel_table',1008),
(11336,11346,'ui_fx/fx/systems/environment/shard_of_love/teleport_vision_everfrost',1008),
(11337,11347,'creatures/mounts/flying_disc/hotwired_gnomish_hoverpad',1008),
(11338,11348,'creatures/tu/gods_mithaniel_marr_sword',1008),
(11339,11349,'accessories/wieldable_items/weapons/dagger/sai/sai001_ornate_sol',1008),
(11340,11350,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace001_ornate_sol',1008),
(11341,11351,'accessories/wieldable_items/weapons/sword/whip/whip002_runic_sol',1008),
(11342,11352,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword001_ornate_sol',1008),
(11343,11353,'accessories/wieldable_items/weapons/staff/djinn_staff/djinn_staff_plain_sol',1008),
(11344,11354,'accessories/wieldable_items/weapons/dagger/sai/sai001_ornate_love',1008),
(11345,11355,'accessories/wieldable_items/weapons/great_hammer/great_mace/great_mace001_ornate_love',1008),
(11346,11356,'accessories/wieldable_items/weapons/staff/djinn_staff/djinn_staff_plain_love',1008),
(11347,11357,'accessories/wieldable_items/weapons/sword/spatha_sword/spatha_sword001_ornate_love',1008),
(11348,11358,'accessories/wieldable_items/weapons/sword/whip/whip002_runic_love',1008),
(11349,11359,'staticobjects/bookcases/bixie_bookcase01_full_dpo',1008),
(11350,11360,'staticobjects/books/nekcas_eviltrinket_book001_dpo',1008),
(11351,11361,'accessories/wieldable_items/weapons/exp03/bow/exp03_bow_giant_wooden_grove_love',1008),
(11352,11362,'accessories/wieldable_items/weapons/exp03/bow/exp03_bow_giant_wooden_grove_sol',1008),
(11353,11363,'_exp06/characters/tool_users/crystaline_folk/crystaline_folk',1008),
(11354,11364,'staticobjects/liveevent/frostfell/dpo_klp_icycles_group01',1008),
(11355,11365,'staticobjects/liveevent/frostfell/dpo_klp_icycles_group02',1008),
(11356,11366,'staticobjects/liveevent/frostfell/dpo_klp_icycles_group03',1008),
(11357,11367,'accessories/wearable_items/_exp06/order_of_nature_chain/skirt',1008),
(11358,11368,'accessories/wearable_items/_exp06/order_of_nature_chain/chest',1008),
(11359,11369,'accessories/wearable_items/_exp06/order_of_nature_chain/feet',1008),
(11360,11370,'accessories/wearable_items/_exp06/order_of_nature_chain/forearms',1008),
(11361,11371,'accessories/wearable_items/_exp06/order_of_nature_chain/hands',1008),
(11362,11372,'accessories/wearable_items/_exp06/order_of_nature_chain/head',1008),
(11363,11373,'accessories/wearable_items/_exp06/order_of_nature_chain/legs',1008),
(11364,11374,'accessories/wearable_items/_exp06/order_of_nature_chain/legs_noskirt',1008),
(11365,11375,'accessories/wearable_items/_exp06/order_of_nature_chain/shoulders',1008),
(11366,11376,'staticobjects/tables/librariansdesk_dark',1008),
(11367,11377,'staticobjects/racks/towelrack_dark',1008),
(11368,11378,'staticobjects/pillow/qey_gemdisplaypillow_dark',1008),
(11369,11379,'staticobjects/beds/df_emperorbed02_dark',1008),
(11370,11380,'staticobjects/beds/qey_bed_ornateking001_dark',1008),
(11371,11381,'staticobjects/bookcases/bixie_bookcase01_dark',1008),
(11372,11382,'staticobjects/chairs/bd_judicialchair_dark',1008),
(11373,11383,'staticobjects/chairs/cm_chair_chaise01_dark',1008),
(11374,11384,'staticobjects/chairs/cm_couch01_dark',1008),
(11375,11385,'staticobjects/benches/edk_bench001_fancy_dark',1008),
(11376,11387,'staticobjects/chairs/halfling_stool_square_padded_dark',1008),
(11377,11388,'staticobjects/cupboards/bixie_cabinet_dark',1008),
(11378,11389,'staticobjects/cupboards/dresser001_dark',1008),
(11379,11390,'staticobjects/pillow/slove_rose_couch',1008),
(11380,11391,'staticobjects/tables/bixie_table01_dark',1008),
(11381,11392,'staticobjects/tapestry/slove_tapestry_red',1008),
(11382,11393,'staticobjects/weapons/slove_arrow_houseitem',1008),
(11383,11394,'staticobjects/beds/dpo_miragul_bed_ice01',1008),
(11384,11395,'staticobjects/bookcases/dpo_miragul_scrollrack_single01',1008),
(11385,11396,'staticobjects/tables/dpo_miragul_table_round01',1008),
(11386,11397,'staticobjects/brazier/floor_brazier_erudite',1008),
(11387,11398,'staticobjects/hitching_posts/fprt_hitchingpostsingle01',1008),
(11388,11399,'staticobjects/hitching_posts/qey_hitchingpost_fancy01',1008),
(11389,11400,'staticobjects/hitching_posts/qey_hitchingpost_plain01',1008),
(11390,11401,'staticobjects/fences/qey_fence_wroughtiron_main01',1008),
(11391,11402,'staticobjects/tapestry/dpo_tapestry_design_holiday_canes',1008),
(11392,11403,'staticobjects/tapestry/dpo_tapestry_design_holiday_gigglegibber',1008),
(11393,11404,'staticobjects/tapestry/dpo_tapestry_design_holiday_snowflakes',1008),
(11394,11405,'accessories/wieldable_items/shields/exp06/shard_of_love_gold_shield',1008),
(11395,11406,'accessories/wieldable_items/shields/exp06/shard_of_love_white_shield',1008),
(11396,11407,'accessories/wieldable_items/weapons/exp04/shield/exp04_shld_dragonhead_ice_composite_shield',1008),
(11397,11408,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_final_globe_prop_dpo',1008),
(11398,11409,'staticobjects/sacks/step_sack_small_open01',1008),
(11399,11410,'staticobjects/tables/hum_largetablefancy001_dark',1008),
(11400,11412,'accessories/wearable_items/cloak/exp06/cloak_sol',1008),
(11401,11413,'accessories/wieldable_items/tools/fisherman/common001_right_for_panda',1008),
(11402,11414,'accessories/wieldable_items/shields/exp06/broken_heart_shield',1008),
(11403,11415,'accessories/wieldable_items/shields/exp06/shard_of_love_tower_shield',1008),
(11404,11416,'accessories/wearable_items/cloak/exp06/cloak_sunset',1008),
(11405,11417,'staticobjects/liveevent/frostfell/dpo_holiday_bones_cazic',1008),
(11406,11418,'staticobjects/liveevent/frostfell/dpo_xmas_bowl_skull_apple',1008),
(11407,11419,'staticobjects/liveevent/frostfell/dpo_snowman01_dagger',1008),
(11408,11420,'staticobjects/liveevent/frostfell/dpo_holiday_skullrow_candycane',1008),
(11409,11421,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires_ghosted_ulteran',1008),
(11410,11422,'staticobjects/dressers/washbasin_dresser_dpo',1008),
(11411,11423,'staticobjects/liveevent/contest_painting_aug09/contest_painting_valeric',1008),
(11412,11424,'staticobjects/liveevent/contest_painting_aug09/contest_painting_bramdar',1008),
(11413,11425,'staticobjects/liveevent/contest_painting_aug09/contest_painting_citadelli_1stplace',1008),
(11414,11426,'staticobjects/liveevent/contest_painting_aug09/contest_painting_crabbok',1008),
(11415,11427,'staticobjects/liveevent/contest_painting_aug09/contest_painting_elquinjena',1008),
(11416,11428,'staticobjects/liveevent/contest_painting_aug09/contest_painting_enna',1008),
(11417,11429,'staticobjects/liveevent/contest_painting_aug09/contest_painting_nahdia',1008),
(11418,11430,'staticobjects/liveevent/contest_painting_aug09/contest_painting_ryusaru',1008),
(11419,11431,'staticobjects/liveevent/contest_painting_aug09/contest_painting_saisha',1008),
(11420,11432,'staticobjects/liveevent/contest_painting_aug09/contest_painting_sucuri',1008),
(11421,11433,'staticobjects/panels/dpo_blueglass_panel',1008),
(11422,11434,'staticobjects/panels/dpo_darkplank_panel',1008),
(11423,11435,'staticobjects/panels/dpo_purpleflower_panel',1008),
(11424,11436,'staticobjects/panels/dpo_sand_panel',1008),
(11425,11437,'staticobjects/panels/dpo_wavysand_panel',1008),
(11426,11438,'staticobjects/chairs/dpo_queenscouch_dark',1008),
(11427,11439,'staticobjects/chests/dpo_treasurechest_clean003_dark',1008),
(11428,11440,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_sumac',1008),
(11429,11441,'staticobjects/dividers/dpo_drv_divider_plain01_dark2',1008),
(11430,11442,'staticobjects/dividers/dpo_drv_divider_plain01_dark',1008),
(11431,11443,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_freeport',1008),
(11432,11444,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_gorowyn',1008),
(11433,11445,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_kelethin',1008),
(11434,11446,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_neriak',1008),
(11435,11447,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_qeynos',1008),
(11436,11448,'creatures/monsters/goo_glass_green',1008),
(11437,11449,'_exp06/monsters/skull_green',1008),
(11438,11450,'staticobjects/liveevent/frostfell/dpo_holiday_orcskull_candycane',1008),
(11439,11451,'staticobjects/chairs/miragul_obj_dias01',1008),
(11440,11452,'staticobjects/benches/miragul_obj_dias02',1008),
(11441,11453,'accessories/wieldable_items/weapons/exp06/1h_crush/exp06_1h_crush_erolissi_censer',1008),
(11442,11454,'staticobjects/tcg/tcg_tapestry_boots_wings',1008),
(11443,11455,'accessories/wearable_items/cloak/exp06/cloak_solid_black_rune',1008),
(11444,11456,'accessories/wearable_items/cloak/exp06/cloak_master_assassin',1008),
(11445,11457,'creatures/monsters/willowisp_branches',1008),
(11446,11458,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/skirt',1008),
(11447,11459,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/chest',1008),
(11448,11460,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/feet',1008),
(11449,11461,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/forearms',1008),
(11450,11462,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/hands',1008),
(11451,11463,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/head',1008),
(11452,11464,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/legs',1008),
(11453,11465,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/legs_noskirt',1008),
(11454,11466,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/pauldron_defender_of_light_left',1008),
(11455,11467,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/pauldron_defender_of_light_right',1008),
(11456,11468,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/shoulders',1008),
(11457,11469,'accessories/wearable_items/_exp06/defender_of_light_armor_leather/shoulders_nopauldrons',1008),
(11458,11470,'accessories/wearable_items/_exp06/achievement_fire_chain/skirt',1008),
(11459,11471,'accessories/wearable_items/_exp06/achievement_fire_chain/chest',1008),
(11460,11472,'accessories/wearable_items/_exp06/achievement_fire_chain/feet',1008),
(11461,11473,'accessories/wearable_items/_exp06/achievement_fire_chain/forearms',1008),
(11462,11474,'accessories/wearable_items/_exp06/achievement_fire_chain/hands',1008),
(11463,11475,'accessories/wearable_items/_exp06/achievement_fire_chain/head',1008),
(11464,11476,'accessories/wearable_items/_exp06/achievement_fire_chain/legs',1008),
(11465,11477,'accessories/wearable_items/_exp06/achievement_fire_chain/legs_noskirt',1008),
(11466,11478,'accessories/wearable_items/_exp06/achievement_fire_chain/shoulders',1008),
(11467,11479,'accessories/wearable_items/_exp06/achievement_forest_chain/skirt',1008),
(11468,11480,'accessories/wearable_items/_exp06/achievement_forest_chain/chest',1008),
(11469,11481,'accessories/wearable_items/_exp06/achievement_forest_chain/feet',1008),
(11470,11482,'accessories/wearable_items/_exp06/achievement_forest_chain/forearms',1008),
(11471,11483,'accessories/wearable_items/_exp06/achievement_forest_chain/hands',1008),
(11472,11484,'accessories/wearable_items/_exp06/achievement_forest_chain/head',1008),
(11473,11485,'accessories/wearable_items/_exp06/achievement_forest_chain/legs',1008),
(11474,11486,'accessories/wearable_items/_exp06/achievement_forest_chain/legs_noskirt',1008),
(11475,11487,'accessories/wearable_items/_exp06/achievement_forest_chain/shoulders',1008),
(11476,11488,'accessories/wearable_items/_exp06/achievement_sky_leather/skirt',1008),
(11477,11489,'accessories/wearable_items/_exp06/achievement_sky_leather/chest',1008),
(11478,11490,'accessories/wearable_items/_exp06/achievement_sky_leather/feet',1008),
(11479,11491,'accessories/wearable_items/_exp06/achievement_sky_leather/forearms',1008),
(11480,11492,'accessories/wearable_items/_exp06/achievement_sky_leather/hands',1008),
(11481,11493,'accessories/wearable_items/_exp06/achievement_sky_leather/head',1008),
(11482,11494,'accessories/wearable_items/_exp06/achievement_sky_leather/legs',1008),
(11483,11495,'accessories/wearable_items/_exp06/achievement_sky_leather/legs_noskirt',1008),
(11484,11496,'accessories/wearable_items/_exp06/achievement_sky_leather/shoulders',1008),
(11485,11497,'accessories/wearable_items/_exp06/achievement_sky_vanguard/skirt',1008),
(11486,11498,'accessories/wearable_items/_exp06/achievement_sky_vanguard/chest',1008),
(11487,11499,'accessories/wearable_items/_exp06/achievement_sky_vanguard/feet',1008),
(11488,11500,'accessories/wearable_items/_exp06/achievement_sky_vanguard/forearms',1008),
(11489,11501,'accessories/wearable_items/_exp06/achievement_sky_vanguard/hands',1008),
(11490,11502,'accessories/wearable_items/_exp06/achievement_sky_vanguard/head',1008),
(11491,11503,'accessories/wearable_items/_exp06/achievement_sky_vanguard/legs',1008),
(11492,11504,'accessories/wearable_items/_exp06/achievement_sky_vanguard/legs_noskirt',1008),
(11493,11505,'accessories/wearable_items/_exp06/achievement_sky_vanguard/right',1008),
(11494,11506,'accessories/wearable_items/_exp06/achievement_sky_vanguard/shoulders',1008),
(11495,11507,'accessories/wearable_items/_exp06/achievement_sky_vanguard/shoulders_nopauldrons',1008),
(11496,11508,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/skirt',1008),
(11497,11509,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/chest',1008),
(11498,11510,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/feet',1008),
(11499,11511,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/forearms',1008),
(11500,11512,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/hands',1008),
(11501,11513,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/head',1008),
(11502,11514,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/legs',1008),
(11503,11515,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/legs_noskirt',1008),
(11504,11516,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/right',1008),
(11505,11517,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/shoulders',1008),
(11506,11518,'accessories/wearable_items/_exp06/achievement_swamp_vanguard/shoulders_nopauldrons',1008),
(11507,11519,'creatures/tu/gods_mithaniel_marr_beard_helm',1008),
(11508,11520,'creatures/tu/gods_mithaniel_marr_helm_beard_sword',1008),
(11509,11521,'staticobjects/mirrors/vampire_mirror_nocol',1008),
(11510,11522,'accessories/wearable_items/_exp06/achievement_fire_robe/skirt',1008),
(11511,11523,'accessories/wearable_items/_exp06/achievement_fire_robe/chest',1008),
(11512,11524,'accessories/wearable_items/_exp06/achievement_fire_robe/head',1008),
(11513,11525,'accessories/wearable_items/_exp06/achievement_fire_robe/hood',1008),
(11514,11526,'accessories/wearable_items/_exp06/achievement_fire_robe/pants',1008),
(11515,11527,'accessories/wearable_items/_exp06/achievement_forest_robe/skirt',1008),
(11516,11528,'accessories/wearable_items/_exp06/achievement_forest_robe/chest',1008),
(11517,11529,'accessories/wearable_items/_exp06/achievement_forest_robe/head',1008),
(11518,11530,'accessories/wearable_items/_exp06/achievement_forest_robe/hood',1008),
(11519,11531,'accessories/wearable_items/_exp06/achievement_forest_robe/pants',1008),
(11520,11532,'accessories/wearable_items/_exp06/achievement_swamp_robe/skirt',1008),
(11521,11533,'accessories/wearable_items/_exp06/achievement_swamp_robe/chest',1008),
(11522,11534,'accessories/wearable_items/_exp06/achievement_swamp_robe/head',1008),
(11523,11535,'accessories/wearable_items/_exp06/achievement_swamp_robe/hood',1008),
(11524,11536,'accessories/wearable_items/_exp06/achievement_swamp_robe/pants',1008),
(11525,11537,'accessories/wieldable_items/shields/exp06/mithaniel_round_shield',1008),
(11526,11538,'accessories/wearable_items/cloak/exp06/cloak_crystal_shard',1008),
(11527,11539,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_spiked_mace_love',1008),
(11528,11540,'accessories/wieldable_items/weapons/exp04/1h_crush/exp04_1hc_spiked_mace_sol',1008),
(11529,11541,'accessories/wearable_items/_exp06/order_of_nature_vanguard/skirt',1008),
(11530,11542,'accessories/wearable_items/_exp06/order_of_nature_vanguard/chest',1008),
(11531,11543,'accessories/wearable_items/_exp06/order_of_nature_vanguard/feet',1008),
(11532,11544,'accessories/wearable_items/_exp06/order_of_nature_vanguard/forearms',1008),
(11533,11545,'accessories/wearable_items/_exp06/order_of_nature_vanguard/hands',1008),
(11534,11546,'accessories/wearable_items/_exp06/order_of_nature_vanguard/head',1008),
(11535,11547,'accessories/wearable_items/_exp06/order_of_nature_vanguard/legs',1008),
(11536,11548,'accessories/wearable_items/_exp06/order_of_nature_vanguard/legs_noskirt',1008),
(11537,11549,'accessories/wearable_items/_exp06/order_of_nature_vanguard/right',1008),
(11538,11550,'accessories/wearable_items/_exp06/order_of_nature_vanguard/shoulders',1008),
(11539,11551,'accessories/wearable_items/_exp06/order_of_nature_vanguard/shoulders_nopauldrons',1008),
(11540,11552,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase01_everfrost',1008),
(11541,11553,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase02_everfrost',1008),
(11542,11554,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase03_everfrost',1008),
(11543,11555,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase04_everfrost',1008),
(11544,11556,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase05_everfrost',1008),
(11545,11557,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase06_everfrost_final',1008),
(11546,11558,'staticobjects/liveevent/frostfell/floortile_ice',1008),
(11547,11559,'staticobjects/liveevent/frostfell/pedestal_table_ice',1008),
(11548,11560,'staticobjects/liveevent/frostfell/mirror_ice',1008),
(11549,11561,'staticobjects/liveevent/cityfestivals/freeport_floortile_black',1008),
(11550,11562,'staticobjects/liveevent/cityfestivals/qeynos_roundcounter',1008),
(11551,11563,'staticobjects/liveevent/cityfestivals/travelling_cart_twowheel',1008),
(11552,11564,'staticobjects/liveevent/cityfestivals/travelling_cart_fourwheel',1008),
(11553,11565,'staticobjects/liveevent/cityfestivals/freeport_candeholder',1008),
(11554,11566,'staticobjects/liveevent/cityfestivals/freeport_candelabra',1008),
(11555,11567,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_plain_red',1008),
(11556,11568,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_plain_purple',1008),
(11557,11569,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_plain_green',1008),
(11558,11570,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_plain_blue',1008),
(11559,11571,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_purple',1008),
(11560,11572,'staticobjects/liveevent/cityfestivals/neriak_streetlamp_blue',1008),
(11561,11573,'staticobjects/liveevent/cityfestivals/neriak_streetlamp',1008),
(11562,11574,'staticobjects/liveevent/cityfestivals/neriak_table_large',1008),
(11563,11575,'staticobjects/liveevent/cityfestivals/kelethin_chair_royal',1008),
(11564,11576,'staticobjects/liveevent/cityfestivals/kelethin_table_round_fancy',1008),
(11565,11577,'staticobjects/liveevent/cityfestivals/kelethin_table_round_inlaid',1008),
(11566,11578,'staticobjects/liveevent/cityfestivals/kelethin_table_curvy',1008),
(11567,11579,'staticobjects/liveevent/cityfestivals/kelethin_table_long',1008),
(11568,11580,'staticobjects/liveevent/cityfestivals/kelethin_table_bedside',1008),
(11569,11581,'staticobjects/liveevent/cityfestivals/kelethin_desk',1008),
(11570,11582,'staticobjects/liveevent/cityfestivals/kelethin_chair_leaf',1008),
(11571,11583,'staticobjects/liveevent/cityfestivals/kelethin_banner_royal',1008),
(11572,11584,'staticobjects/liveevent/cityfestivals/kelethin_basket_gourd_mixedberry',1008),
(11573,11585,'staticobjects/liveevent/cityfestivals/kelethin_basket_gourd_raspberry',1008),
(11574,11586,'staticobjects/liveevent/cityfestivals/kelethin_basket_gourd_cranberry',1008),
(11575,11587,'staticobjects/liveevent/cityfestivals/kelethin_basket_gourd_blueberry',1008),
(11576,11588,'staticobjects/liveevent/cityfestivals/kelethin_basket_cranberry',1008),
(11577,11589,'staticobjects/liveevent/cityfestivals/kelethin_basket_blueberry_short',1008),
(11578,11590,'staticobjects/liveevent/cityfestivals/kelethin_basket_raspberry',1008),
(11579,11591,'staticobjects/liveevent/cityfestivals/kelethin_basket_blueberry',1008),
(11580,11592,'staticobjects/liveevent/cityfestivals/kelethin_shelf_shroom_blue',1008),
(11581,11593,'staticobjects/liveevent/cityfestivals/kelethin_shelf_shroom',1008),
(11582,11594,'staticobjects/liveevent/cityfestivals/gorowyn_bankvault',1008),
(11583,11595,'staticobjects/liveevent/cityfestivals/gorowyn_cauldron',1008),
(11584,11596,'staticobjects/liveevent/cityfestivals/gorowyn_weaponrack',1008),
(11585,11597,'staticobjects/liveevent/cityfestivals/gorowyn_scrollcase_dual',1008),
(11586,11598,'staticobjects/liveevent/cityfestivals/gorowyn_counter',1008),
(11587,11599,'staticobjects/liveevent/cityfestivals/gorowyn_weathervane',1008),
(11588,11600,'staticobjects/liveevent/cityfestivals/qeynos_sconce',1008),
(11589,11601,'staticobjects/liveevent/cityfestivals/freeport_candle',1008),
(11590,11602,'staticobjects/liveevent/cityfestivals/qeynos_table_pedestal',1008),
(11591,11603,'staticobjects/liveevent/cityfestivals/gorowyn_table_pedestal',1008),
(11592,11604,'staticobjects/liveevent/cityfestivals/kelethin_table_pedestal',1008),
(11593,11605,'staticobjects/liveevent/cityfestivals/neriak_table_pedestal',1008),
(11594,11606,'staticobjects/liveevent/cityfestivals/freeport_table_pedestal',1008),
(11595,11607,'staticobjects/liveevent/cityfestivals/qeynos_post',1008),
(11596,11608,'staticobjects/liveevent/cityfestivals/neriak_post',1008),
(11597,11609,'staticobjects/liveevent/cityfestivals/kelethin_post',1008),
(11598,11610,'staticobjects/liveevent/cityfestivals/gorowyn_post',1008),
(11599,11611,'staticobjects/liveevent/cityfestivals/freeport_post',1008),
(11600,11612,'staticobjects/liveevent/cityfestivals/qeynos_wallsconce_fancy',1008),
(11601,11613,'staticobjects/liveevent/cityfestivals/gorowyn_floorlamp_plain',1008),
(11602,11614,'staticobjects/liveevent/cityfestivals/kelethin_floorlamp_plain',1008),
(11603,11615,'staticobjects/liveevent/cityfestivals/qeynos_candlestick',1008),
(11604,11616,'staticobjects/liveevent/cityfestivals/qeynos_quad_lamppost',1008),
(11605,11617,'staticobjects/liveevent/cityfestivals/qeynos_dual_lamppost',1008),
(11606,11618,'staticobjects/liveevent/cityfestivals/qeynos_short_lamp',1008),
(11607,11619,'staticobjects/liveevent/cityfestivals/qeynos_wallhanging_lamp',1008),
(11608,11620,'staticobjects/liveevent/cityfestivals/gorowyn_brazier',1008),
(11609,11621,'staticobjects/liveevent/cityfestivals/qeynos_mirror',1008),
(11610,11622,'staticobjects/liveevent/cityfestivals/neriak_mirror',1008),
(11611,11623,'staticobjects/liveevent/cityfestivals/kelethin_mirror',1008),
(11612,11624,'staticobjects/liveevent/cityfestivals/gorowyn_mirror',1008),
(11613,11625,'staticobjects/liveevent/cityfestivals/freeport_mirror',1008),
(11614,11626,'staticobjects/liveevent/cityfestivals/freeport_lantern_post_short',1008),
(11615,11627,'staticobjects/liveevent/cityfestivals/freeport_lantern_post',1008),
(11616,11628,'staticobjects/liveevent/cityfestivals/freeport_lamppost',1008),
(11617,11629,'staticobjects/liveevent/cityfestivals/neriak_roundcounter',1008),
(11618,11630,'staticobjects/liveevent/cityfestivals/kelethin_roundcounter',1008),
(11619,11631,'staticobjects/liveevent/cityfestivals/gorowyn_roundcounter',1008),
(11620,11632,'staticobjects/liveevent/cityfestivals/freeport_roundcounter',1008),
(11621,11633,'staticobjects/liveevent/cityfestivals/freeport_banner',1008),
(11622,11634,'staticobjects/liveevent/cityfestivals/neriak_candelabra',1008),
(11623,11635,'staticobjects/liveevent/cityfestivals/neriak_sign',1008),
(11624,11636,'staticobjects/liveevent/cityfestivals/qeynos_sign',1008),
(11625,11637,'staticobjects/liveevent/cityfestivals/freeport_sign',1008),
(11626,11638,'staticobjects/liveevent/cityfestivals/gorowyn_sign',1008),
(11627,11639,'staticobjects/liveevent/cityfestivals/kelethin_sign',1008),
(11628,11640,'staticobjects/liveevent/cityfestivals/neriak_wallsign',1008),
(11629,11641,'staticobjects/liveevent/cityfestivals/qeynos_largecolumn',1008),
(11630,11642,'staticobjects/liveevent/cityfestivals/gorowyn_largecolumn',1008),
(11631,11643,'staticobjects/liveevent/cityfestivals/kelethin_largecolumn',1008),
(11632,11644,'staticobjects/liveevent/cityfestivals/neriak_largecolumn',1008),
(11633,11645,'staticobjects/liveevent/cityfestivals/freeport_largecolumn',1008),
(11634,11646,'staticobjects/liveevent/cityfestivals/qeynos_displaycounter',1008),
(11635,11647,'staticobjects/liveevent/cityfestivals/neriak_displaycounter',1008),
(11636,11648,'staticobjects/liveevent/cityfestivals/kelethin_displaycounter',1008),
(11637,11649,'staticobjects/liveevent/cityfestivals/gorowyn_displaycounter',1008),
(11638,11650,'staticobjects/liveevent/cityfestivals/freeport_displaycounter',1008),
(11639,11651,'staticobjects/liveevent/cityfestivals/qeynos_floortile_white',1008),
(11640,11652,'staticobjects/liveevent/cityfestivals/gorowyn_floortile_red',1008),
(11641,11653,'staticobjects/liveevent/cityfestivals/kelethin_floortile_wood',1008),
(11642,11654,'staticobjects/liveevent/cityfestivals/neriak_floortile_blue',1008),
(11643,11656,'staticobjects/liveevent/cityfestivals/qeynos_banner',1008),
(11644,11657,'staticobjects/tapestry/dpo_tapestry_design_shardoflove1',1008),
(11645,11658,'staticobjects/tapestry/dpo_tapestry_design_shardoflove2',1008),
(11646,11659,'staticobjects/globes/sol_globe01',1008),
(11647,11660,'staticobjects/liveevent/eq2anniversary_moon_tapestry01',1008),
(11648,11661,'staticobjects/liveevent/eq2anniversary_claymore01',1008),
(11649,11662,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_01',1008),
(11650,11663,'staticobjects/_exp06/bamboo_stalk_small',1008),
(11651,11664,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_blue',1008),
(11652,11665,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_green',1008),
(11653,11666,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_print01',1008),
(11654,11667,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_print02',1008),
(11655,11668,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_print03',1008),
(11656,11669,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_print04',1008),
(11657,11670,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_red',1008),
(11658,11671,'staticobjects/tradeskill_objects/vrsn_fabricbolt01_yellow',1008),
(11659,11672,'staticobjects/tradeskill_objects/vrsn_loom01',1008),
(11660,11673,'staticobjects/tradeskill_objects/vrsn_spinningwheel01',1008),
(11661,11674,'staticobjects/tradeskill_objects/vrsn_table06_sewing',1008),
(11662,11675,'creatures/tu/rhoen_theer',1008),
(11663,11676,'creatures/tu/rhoen_theer_evil',1008),
(11664,11677,'staticobjects/_exp06/dpo_panda_skull',1008),
(11665,11678,'_exp06/characters/tool_users/crystaline_folk_blue/crystaline_folk_blue',1008),
(11666,11679,'_exp06/characters/tool_users/crystaline_folk_red/crystaline_folk_red',1008),
(11667,11680,'accessories/npc_wearables/crystaline_folk/shoulders_right_large',1008),
(11668,11681,'accessories/npc_wearables/crystaline_folk/chest_huge_back',1008),
(11669,11682,'accessories/npc_wearables/crystaline_folk/head_crystal_crown',1008),
(11670,11683,'accessories/npc_wearables/crystaline_folk/legs_both_lower',1008),
(11671,11684,'accessories/npc_wearables/crystaline_folk/legs_left_lower',1008),
(11672,11685,'accessories/npc_wearables/crystaline_folk/legs_right_lower',1008),
(11673,11686,'accessories/npc_wearables/crystaline_folk/shoulders_both_claw',1008),
(11674,11687,'accessories/npc_wearables/crystaline_folk/shoulders_both_hook',1008),
(11675,11688,'accessories/npc_wearables/crystaline_folk/shoulders_both_hook_claw',1008),
(11676,11689,'accessories/npc_wearables/crystaline_folk/shoulders_both_hook_large',1008),
(11677,11690,'accessories/npc_wearables/crystaline_folk/shoulders_both_large',1008),
(11678,11691,'accessories/npc_wearables/crystaline_folk/shoulders_left_claw',1008),
(11679,11692,'accessories/npc_wearables/crystaline_folk/shoulders_left_hook',1008),
(11680,11693,'accessories/npc_wearables/crystaline_folk/shoulders_left_large',1008),
(11681,11694,'accessories/npc_wearables/crystaline_folk/shoulders_right_claw',1008),
(11682,11695,'accessories/npc_wearables/crystaline_folk/shoulders_right_hook',1008),
(11683,11696,'accessories/npc_wearables/crystaline_folk_blue/shoulders_right_large_blue',1008),
(11684,11697,'accessories/npc_wearables/crystaline_folk_blue/chest_huge_back_blue',1008),
(11685,11698,'accessories/npc_wearables/crystaline_folk_blue/legs_both_lower_blue',1008),
(11686,11699,'accessories/npc_wearables/crystaline_folk_blue/legs_left_lower_blue',1008),
(11687,11700,'accessories/npc_wearables/crystaline_folk_blue/legs_right_lower_blue',1008),
(11688,11701,'accessories/npc_wearables/crystaline_folk_blue/shoulders_both_claw_blue',1008),
(11689,11702,'accessories/npc_wearables/crystaline_folk_blue/shoulders_both_hook_blue',1008),
(11690,11703,'accessories/npc_wearables/crystaline_folk_blue/shoulders_both_hook_claw_blue',1008),
(11691,11704,'accessories/npc_wearables/crystaline_folk_blue/shoulders_both_hook_large_blue',1008),
(11692,11705,'accessories/npc_wearables/crystaline_folk_blue/shoulders_both_large_blue',1008),
(11693,11706,'accessories/npc_wearables/crystaline_folk_blue/shoulders_left_claw_blue',1008),
(11694,11707,'accessories/npc_wearables/crystaline_folk_blue/shoulders_left_hook_blue',1008),
(11695,11708,'accessories/npc_wearables/crystaline_folk_blue/shoulders_left_large_blue',1008),
(11696,11709,'accessories/npc_wearables/crystaline_folk_blue/shoulders_right_claw_blue',1008),
(11697,11710,'accessories/npc_wearables/crystaline_folk_blue/shoulders_right_hook_blue',1008),
(11698,11711,'accessories/npc_wearables/crystaline_folk_red/shoulders_right_large_red',1008),
(11699,11712,'accessories/npc_wearables/crystaline_folk_red/chest_huge_back_red',1008),
(11700,11713,'accessories/npc_wearables/crystaline_folk_red/legs_both_lower_red',1008),
(11701,11714,'accessories/npc_wearables/crystaline_folk_red/legs_left_lower_red',1008),
(11702,11715,'accessories/npc_wearables/crystaline_folk_red/legs_right_lower_red',1008),
(11703,11716,'accessories/npc_wearables/crystaline_folk_red/shoulders_both_claw_red',1008),
(11704,11717,'accessories/npc_wearables/crystaline_folk_red/shoulders_both_hook_claw_red',1008),
(11705,11718,'accessories/npc_wearables/crystaline_folk_red/shoulders_both_hook_large_red',1008),
(11706,11719,'accessories/npc_wearables/crystaline_folk_red/shoulders_both_hook_red',1008),
(11707,11720,'accessories/npc_wearables/crystaline_folk_red/shoulders_both_large_red',1008),
(11708,11721,'accessories/npc_wearables/crystaline_folk_red/shoulders_left_claw_red',1008),
(11709,11722,'accessories/npc_wearables/crystaline_folk_red/shoulders_left_hook_red',1008),
(11710,11723,'accessories/npc_wearables/crystaline_folk_red/shoulders_left_large_red',1008),
(11711,11724,'accessories/npc_wearables/crystaline_folk_red/shoulders_right_claw_red',1008),
(11712,11725,'accessories/npc_wearables/crystaline_folk_red/shoulders_right_hook_red',1008),
(11713,11726,'creatures/monsters/skeletal_pegasus',1008),
(11714,11727,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/skirt',1008),
(11715,11728,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/chest',1008),
(11716,11729,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/feet',1008),
(11717,11730,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/forearms',1008),
(11718,11731,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/hands',1008),
(11719,11732,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/head',1008),
(11720,11733,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/legs',1008),
(11721,11734,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/legs_noskirt',1008),
(11722,11735,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/pauldron_defender_of_light_left',1008),
(11723,11736,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/pauldron_defender_of_light_right',1008),
(11724,11737,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/shoulders',1008),
(11725,11738,'accessories/wearable_items/_exp06/defender_of_light_armor_chain/shoulders_nopauldrons',1008),
(11726,11739,'accessories/wearable_items/_exp06/order_of_nature_robe/skirt',1008),
(11727,11740,'accessories/wearable_items/_exp06/order_of_nature_robe/chest',1008),
(11728,11741,'accessories/wearable_items/_exp06/order_of_nature_robe/feet',1008),
(11729,11742,'accessories/wearable_items/_exp06/order_of_nature_robe/hands',1008),
(11730,11743,'accessories/wearable_items/_exp06/order_of_nature_robe/head',1008),
(11731,11744,'accessories/wearable_items/_exp06/order_of_nature_robe/pants',1008),
(11732,11745,'creatures/tu/goatman',1008),
(11733,11746,'creatures/tu/goatman_priest',1008),
(11734,11747,'creatures/tu/goatman_warlord',1008),
(11735,11748,'creatures/tu/goatman_warrior',1008),
(11736,11749,'creatures/tu/goatman_wizard',1008),
(11737,11750,'_exp06/characters/tool_users/talonite/talonite_male/talonite_male_base_tattoo_thorn_left',1008),
(11738,11751,'_exp06/characters/tool_users/talonite/talonite_male/talonite_male_base',1008),
(11739,11752,'_exp06/characters/tool_users/talonite/talonite_male/talonite_male_base_tatto_swirl_left',1008),
(11740,11753,'_exp06/characters/tool_users/talonite/talonite_male/talonite_male_base_tattoo_swirl_both',1008),
(11741,11754,'_exp06/characters/tool_users/talonite/talonite_male/talonite_male_base_tattoo_thorn_both',1008),
(11742,11755,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/added_armor_pieces/shoulders_armor_plate_left',1008),
(11743,11756,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/added_armor_pieces/shoulders_armor_cloth_left',1008),
(11744,11757,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_plate_right_cloth_left',1008),
(11745,11758,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/chest_collar_cloth',1008),
(11746,11759,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/chest_shoulders_cloth',1008),
(11747,11760,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/feet_armor_plate',1008),
(11748,11761,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/head_mask_cloth',1008),
(11749,11762,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/legs_armor_cloth',1008),
(11750,11763,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/legs_armor_sash',1008),
(11751,11764,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_cloth_both',1008),
(11752,11765,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_plate_both',1008),
(11753,11766,'accessories/npc_wearables/talonite_wearables/talonite_male/hair/hair_topknot',1008),
(11754,11767,'accessories/npc_wearables/talonite_wearables/talonite_male/hair/hair_braid',1008),
(11755,11768,'accessories/npc_wearables/talonite_wearables/talonite_male/hair/hair_long',1008),
(11756,11769,'accessories/npc_wearables/talonite_wearables/talonite_male/hair/hair_ponytail',1008),
(11757,11770,'_exp06/monsters/toxxulia',1008),
(11758,11771,'creatures/monsters/rustmonster_new',1008),
(11759,11772,'_exp06/characters/monsters/sea_eel/sea_eel',1008),
(11760,11773,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_02_evil',1008),
(11761,11774,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_urn',1008),
(11762,11775,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_wreath_evil',1008),
(11763,11776,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_skull',1008),
(11764,11777,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_snowbucket_evil',1008),
(11765,11778,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_stocking_evil',1008),
(11766,11779,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_divider_tunnel',1008),
(11767,11780,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_divider',1008),
(11768,11781,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_divider_short',1008),
(11769,11782,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_divider_flat',1008),
(11770,11783,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_divider_frzr',1008),
(11771,11784,'staticobjects/lighting/dpo_floating_candles_for_cshome',1008),
(11772,11785,'staticobjects/bottles/vek_bottle02',1008),
(11773,11786,'staticobjects/bottles/vek_bottle03',1008),
(11774,11787,'staticobjects/bottles/vek_bottle04_square',1008),
(11775,11788,'staticobjects/pillow/mistmoore_manor_man_pillow01',1008),
(11776,11789,'staticobjects/pillow/mistmoore_manor_man_pillow02',1008),
(11777,11790,'staticobjects/pillow/mistmoore_manor_man_pillow_round01',1008),
(11778,11791,'staticobjects/rugs/mistmoore_manor_man_rug02',1008),
(11779,11792,'staticobjects/rugs/mistmoore_manor_man_rug03',1008),
(11780,11793,'staticobjects/rugs/mistmoore_manor_man_runner01',1008),
(11781,11794,'_exp05/tool_users/lich_hologram_01',1008),
(11782,11795,'_exp03/characters/monsters/bone_golem_soot',1008),
(11783,11796,'_exp05/tool_users/grummus_01_soot',1008),
(11784,11797,'_exp06/monsters/skull_yellow',1008),
(11785,11798,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/chest_plate',1008),
(11786,11799,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/head_plate',1008),
(11787,11800,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/added_armor_pieces/shoulders_armor_glove_left',1008),
(11788,11801,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_gloves',1008),
(11789,11802,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_plate_glove_left_tatonly',1008),
(11790,11803,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/shoulders_armor_cloth_globe_left_tatonly',1008),
(11791,11804,'accessories/wearable_items/halloween_masks/mask_mask/head_white_tintable',1008),
(11792,11805,'_exp06/characters/monsters/sea_nayad_boss/sea_nayad_boss',1008),
(11793,11806,'accessories/npc_wearables/sea_nayad_boss/head_eel_hair',1008),
(11794,11807,'accessories/npc_wearables/sea_nayad_boss/chest_choker',1008),
(11795,11808,'accessories/wearable_items/_exp06/sea_nayad_boss/sea_nayad_boss_head',1008),
(11796,11809,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_cage_02_dpo',1008),
(11797,11810,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_cage_door_02_dpo',1008),
(11798,11811,'staticobjects/tents/qey_tent01',1008),
(11799,11812,'staticobjects/liveevent/cityfestivals/dpo_container_beans',1008),
(11800,11813,'staticobjects/liveevent/cityfestivals/dpo_container_chili',1008),
(11801,11814,'staticobjects/liveevent/cityfestivals/dpo_container_chili_open',1008),
(11802,11815,'staticobjects/liveevent/cityfestivals/dpo_container_grain',1008),
(11803,11816,'staticobjects/liveevent/cityfestivals/dpo_container_orange',1008),
(11804,11817,'staticobjects/liveevent/cityfestivals/dpo_container_tall_wicker',1008),
(11805,11818,'staticobjects/boats/farseas_boat_dpo',1008),
(11806,11819,'accessories/wearable_items/profesion_hats/defender_of_light_helmet_chain/head',1008),
(11807,11820,'accessories/wearable_items/profesion_hats/defender_of_light_helmet_chain/crest_01',1008),
(11808,11821,'accessories/wearable_items/profesion_hats/defender_of_light_helmet_chain/crest_03',1008),
(11809,11822,'accessories/wearable_items/profesion_hats/defender_of_light_helmet_chain/crest_05',1008),
(11810,11823,'_exp06/characters/monsters/frostfell_cube/frostfell_cube',1008),
(11811,11824,'accessories/npc_wearables/frostfell_cube/frostfell_cube_goblin',1008),
(11812,11825,'accessories/npc_wearables/frostfell_cube/frostfell_cube_candycane',1008),
(11813,11826,'accessories/npc_wearables/frostfell_cube/frostfell_cube_cap',1008),
(11814,11827,'accessories/npc_wearables/frostfell_cube/frostfell_cube_darkelf',1008),
(11815,11828,'_exp06/zones/objects/incense_burner_fx',1008),
(11816,11829,'accessories/wearable_items/profesion_hats/defender_of_light_helmet_leather/head',1008),
(11817,11830,'creatures/monsters/tyrannosaurus',1008),
(11818,11831,'creatures/monsters/stegosaurus',1008),
(11819,11832,'accessories/wearable_items/_exp06/dragon_leather/skirt',1008),
(11820,11833,'accessories/wearable_items/_exp06/dragon_leather/chest',1008),
(11821,11834,'accessories/wearable_items/_exp06/dragon_leather/feet',1008),
(11822,11835,'accessories/wearable_items/_exp06/dragon_leather/forearms',1008),
(11823,11836,'accessories/wearable_items/_exp06/dragon_leather/hands',1008),
(11824,11837,'accessories/wearable_items/_exp06/dragon_leather/head',1008),
(11825,11838,'accessories/wearable_items/_exp06/dragon_leather/legs',1008),
(11826,11839,'accessories/wearable_items/_exp06/dragon_leather/legs_noskirt',1008),
(11827,11840,'accessories/wearable_items/_exp06/dragon_leather/shoulders',1008),
(11828,11841,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_container_side',1008),
(11829,11842,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_forcefield',1008),
(11830,11843,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_switch_base_02',1008),
(11831,11844,'_exp06/zones/objects/exp06_dun_the_sentinel/swith_sphere_bobbing_01',1008),
(11832,11845,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_switch_base_01',1008),
(11833,11846,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_symbol_card_01',1008),
(11834,11847,'_exp06/zones/objects/exp06_dun_vastydeep02/vasrtydeep02_objects_teleportpad01',1008),
(11835,11848,'accessories/wearable_items/_exp06/dragon_chain/skirt',1008),
(11836,11849,'accessories/wearable_items/_exp06/dragon_chain/chest',1008),
(11837,11850,'accessories/wearable_items/_exp06/dragon_chain/feet',1008),
(11838,11851,'accessories/wearable_items/_exp06/dragon_chain/forearms',1008),
(11839,11852,'accessories/wearable_items/_exp06/dragon_chain/hands',1008),
(11840,11853,'accessories/wearable_items/_exp06/dragon_chain/head',1008),
(11841,11854,'accessories/wearable_items/_exp06/dragon_chain/head_mask',1008),
(11842,11855,'accessories/wearable_items/_exp06/dragon_chain/legs',1008),
(11843,11856,'accessories/wearable_items/_exp06/dragon_chain/legs_noskirt',1008),
(11844,11857,'accessories/wearable_items/_exp06/dragon_chain/shoulders',1008),
(11845,11858,'accessories/wearable_items/_exp06/dragon_chain/shoulders_pauldrons',1008),
(11846,11859,'accessories/wearable_items/_exp06/defender_of_light_armor_magus/skirt',1008),
(11847,11860,'accessories/wearable_items/_exp06/defender_of_light_armor_magus/arms',1008),
(11848,11861,'accessories/wearable_items/_exp06/defender_of_light_armor_magus/chest',1008),
(11849,11862,'accessories/wearable_items/_exp06/defender_of_light_armor_magus/legs',1008),
(11850,11863,'creatures/tu/livingstatue_tooluser',1008),
(11851,11864,'_exp01/characters/tool_users/water_djinn_avatar',1008),
(11852,11865,'ec/pc/erudite/erudite_zombie_male',1008),
(11853,11866,'_exp06/zones/objects/exp06_dun_vastydeep01/generic01_barrier01_combo01',1008),
(11854,11867,'staticobjects/_exp06/bamboo_woodpiles',1008),
(11855,11868,'_exp06/characters/tool_users/coldaine/coldaine_male',1008),
(11856,11869,'accessories/npc_wearables/coldaine/legs_basic_pants',1008),
(11857,11870,'accessories/npc_wearables/coldaine/beard_basic_01',1008),
(11858,11871,'accessories/npc_wearables/coldaine/chest_utility_both',1008),
(11859,11872,'accessories/npc_wearables/coldaine/chest_utility_both_fur',1008),
(11860,11873,'accessories/npc_wearables/coldaine/chest_utility_left01',1008),
(11861,11874,'accessories/npc_wearables/coldaine/chest_utility_left_fur',1008),
(11862,11875,'accessories/npc_wearables/coldaine/chest_utility_right01',1008),
(11863,11876,'accessories/npc_wearables/coldaine/chest_utility_right_fur',1008),
(11864,11877,'accessories/npc_wearables/coldaine/feet_basic_boots',1008),
(11865,11878,'accessories/npc_wearables/coldaine/forearms_both_armstraps',1008),
(11866,11879,'accessories/npc_wearables/coldaine/forearms_both_fur',1008),
(11867,11880,'accessories/npc_wearables/coldaine/forearms_both_fur_armstraps',1008),
(11868,11881,'accessories/npc_wearables/coldaine/forearms_left_armstrap',1008),
(11869,11882,'accessories/npc_wearables/coldaine/forearms_left_fur',1008),
(11870,11883,'accessories/npc_wearables/coldaine/forearms_left_fur_armstrap',1008),
(11871,11884,'accessories/npc_wearables/coldaine/forearms_right_armstrap',1008),
(11872,11885,'accessories/npc_wearables/coldaine/forearms_right_fur',1008),
(11873,11886,'accessories/npc_wearables/coldaine/forearms_right_fur_armstrap',1008),
(11874,11887,'accessories/npc_wearables/coldaine/hair_basic_01',1008),
(11875,11888,'accessories/npc_wearables/coldaine/hair_basic_02',1008),
(11876,11889,'accessories/npc_wearables/coldaine/hair_basic_03',1008),
(11877,11890,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/skirt',1008),
(11878,11891,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/chest',1008),
(11879,11892,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/feet',1008),
(11880,11893,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/hands',1008),
(11881,11894,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/head',1008),
(11882,11895,'accessories/wearable_items/_exp06/defender_of_light_armor_robe/pants',1008),
(11883,11896,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_apple_plate_dpo',1008),
(11884,11897,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_cantelope_plate_dpo',1008),
(11885,11898,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_eaten_plate_05_dpo',1008),
(11886,11899,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_main_mix_plate_dpo',1008),
(11887,11900,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_mix_fruit_plate_dpo',1008),
(11888,11901,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_plate_fish_dpo',1008),
(11889,11902,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_plate_orange_dpo',1008),
(11890,11903,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_small_apple_plate_dpo',1008),
(11891,11904,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_appleholder_dpo',1008),
(11892,11905,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_desertholder_dpo',1008),
(11893,11906,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_jello_dpo',1008),
(11894,11907,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_orangeholder_dpo',1008),
(11895,11908,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_piegroup_dpo',1008),
(11896,11909,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_pot_dpo',1008),
(11897,11910,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_punchbowl_dpo',1008),
(11898,11911,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinal_obj_turkeyplatter_dpo',1008),
(11899,11912,'accessories/npc_wearables/coldaine/shoulders_basic_right',1008),
(11900,11913,'accessories/npc_wearables/coldaine/shoulders_basic_both',1008),
(11901,11914,'accessories/npc_wearables/coldaine/shoulders_basic_left',1008),
(11902,11915,'staticobjects/shield/broken_heart_shield_dpo',1008),
(11903,11916,'staticobjects/shield/shard_of_love_tower_shield_dpo',1008),
(11904,11917,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/skirt',1008),
(11905,11918,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/chest',1008),
(11906,11919,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/feet',1008),
(11907,11920,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/forearms',1008),
(11908,11921,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/hands',1008),
(11909,11922,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/head',1008),
(11910,11923,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/legs',1008),
(11911,11924,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/legs_noskirt',1008),
(11912,11925,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/right',1008),
(11913,11926,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/shoulders',1008),
(11914,11927,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_black/shoulders_nopauldrons',1008),
(11915,11928,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/skirt',1008),
(11916,11929,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/chest',1008),
(11917,11930,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/feet',1008),
(11918,11931,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/forearms',1008),
(11919,11932,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/hands',1008),
(11920,11933,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/head',1008),
(11921,11934,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/legs',1008),
(11922,11935,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/legs_noskirt',1008),
(11923,11936,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/right',1008),
(11924,11937,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/shoulders',1008),
(11925,11938,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_gold/shoulders_nopauldrons',1008),
(11926,11939,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/skirt',1008),
(11927,11940,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/chest',1008),
(11928,11941,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/feet',1008),
(11929,11942,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/forearms',1008),
(11930,11943,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/hands',1008),
(11931,11944,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/head',1008),
(11932,11945,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/legs',1008),
(11933,11946,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/legs_noskirt',1008),
(11934,11947,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/right',1008),
(11935,11948,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/shoulders',1008),
(11936,11949,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_red/shoulders_nopauldrons',1008),
(11937,11950,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/skirt',1008),
(11938,11951,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/chest',1008),
(11939,11952,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/feet',1008),
(11940,11953,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/forearms',1008),
(11941,11954,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/hands',1008),
(11942,11955,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/head',1008),
(11943,11956,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/legs',1008),
(11944,11957,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/legs_noskirt',1008),
(11945,11958,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/right',1008),
(11946,11959,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/shoulders',1008),
(11947,11960,'accessories/wearable_items/_exp06/elf_armor_vanguard_kaborite_silver/shoulders_nopauldrons',1008),
(11948,11961,'accessories/wearable_items/_exp06/plain_robe_cloth_tradeskill/pants',1008),
(11949,11962,'accessories/wearable_items/_exp06/plain_robe_cloth_tradeskill/chest',1008),
(11950,11963,'_exp06/characters/tool_users/erudite_classic_male/erudite_classic_male_ghost',1008),
(11951,11964,'accessories/wearable_items/_exp06/token_reward_tradeskill_robe/skirt',1008),
(11952,11965,'accessories/wearable_items/_exp06/token_reward_tradeskill_robe/chest',1008),
(11953,11966,'accessories/wearable_items/_exp06/token_reward_tradeskill_robe/hood',1008),
(11954,11967,'accessories/wearable_items/_exp06/token_reward_tradeskill_robe/pants',1008),
(11955,11968,'_exp06/characters/tool_users/coldaine/coldaine_female',1008),
(11956,11969,'accessories/npc_wearables/coldaine/coldaine_female/legs_basic_pants',1008),
(11957,11970,'accessories/npc_wearables/coldaine/coldaine_female/chest_basic_strap',1008),
(11958,11971,'accessories/npc_wearables/coldaine/coldaine_female/chest_basic_strap_fur',1008),
(11959,11972,'accessories/npc_wearables/coldaine/coldaine_female/feet_basic_boots',1008),
(11960,11973,'accessories/npc_wearables/coldaine/coldaine_female/feet_basic_fur_cuff',1008),
(11961,11974,'accessories/npc_wearables/coldaine/coldaine_female/forearms_both_fur_wrap',1008),
(11962,11975,'accessories/npc_wearables/coldaine/coldaine_female/forearms_both_leather',1008),
(11963,11976,'accessories/npc_wearables/coldaine/coldaine_female/forearms_both_upper_leather',1008),
(11964,11977,'accessories/npc_wearables/coldaine/coldaine_female/forearms_left_fur_wrap',1008),
(11965,11978,'accessories/npc_wearables/coldaine/coldaine_female/forearms_left_leather',1008),
(11966,11979,'accessories/npc_wearables/coldaine/coldaine_female/forearms_left_upper_leather',1008),
(11967,11980,'accessories/npc_wearables/coldaine/coldaine_female/forearms_right_fur_wrap',1008),
(11968,11981,'accessories/npc_wearables/coldaine/coldaine_female/forearms_right_leather',1008),
(11969,11982,'accessories/npc_wearables/coldaine/coldaine_female/forearms_right_upper_leather',1008),
(11970,11983,'accessories/npc_wearables/coldaine/coldaine_female/hair_basic_01',1008),
(11971,11984,'accessories/npc_wearables/coldaine/coldaine_female/head_basic_hood',1008),
(11972,11985,'accessories/wearable_items/_exp06/dragon_robe/skirt',1008),
(11973,11986,'accessories/wearable_items/_exp06/dragon_robe/chest',1008),
(11974,11987,'accessories/wearable_items/_exp06/dragon_robe/feet',1008),
(11975,11988,'accessories/wearable_items/_exp06/dragon_robe/head',1008),
(11976,11989,'accessories/wearable_items/_exp06/dragon_robe/hood',1008),
(11977,11990,'accessories/wearable_items/_exp06/dragon_robe/legs',1008),
(11978,11991,'accessories/wearable_items/_exp06/dragon_robe/pants',1008),
(11979,11992,'staticobjects/world_devices/trdskl_achievement_workbench',1008),
(11980,11993,'staticobjects/world_devices/trdskl_achievement_chemistrytable',1008),
(11981,11994,'staticobjects/world_devices/trdskl_achievement_engraveddesk',1008),
(11982,11995,'staticobjects/world_devices/trdskl_achievement_forge',1008),
(11983,11996,'staticobjects/world_devices/trdskl_achievement_sewingtable_mannequin_loom',1008),
(11984,11997,'staticobjects/world_devices/trdskl_achievement_stoveandkeg',1008),
(11985,11998,'staticobjects/world_devices/trdskl_achievement_woodworkingtable',1008),
(11986,11999,'accessories/npc_wearables/coldaine/hands_basic_ice',1008),
(11987,12000,'accessories/npc_wearables/coldaine/hands_spiked_ice',1008),
(11988,12001,'accessories/npc_wearables/coldaine/chest_keg_basic',1008),
(11989,12002,'staticobjects/_exp06/kerra_spirit_totem_dpo',1008),
(11990,12003,'_exp06/characters/tool_users/coldaine/coldaine_male_with_keg_walk',1008),
(11991,12004,'accessories/wieldable_items/shields/exp06/coldaine_ice_shield',1008),
(11992,12005,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_coldaine_ice',1008),
(11993,12006,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_symbol_card_02',1008),
(11994,12007,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/skirt',1008),
(11995,12008,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/chest',1008),
(11996,12009,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/feet',1008),
(11997,12010,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/forearms',1008),
(11998,12011,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/hands',1008),
(11999,12012,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/hands_chaos_gauntlets',1008),
(12000,12013,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/head',1008),
(12001,12014,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/head_chaos_helm',1008),
(12002,12015,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/legs',1008),
(12003,12016,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/legs_chaos_shins',1008),
(12004,12017,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/legs_noskirt',1008),
(12005,12018,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/right',1008),
(12006,12019,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/shoulders',1008),
(12007,12020,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/shoulders_chaos_armor_all',1008),
(12008,12021,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/shoulders_nopauldrons',1008),
(12009,12022,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_shin_right',1008),
(12010,12023,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_forearm_left',1008),
(12011,12024,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_forearm_right',1008),
(12012,12025,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_pauldrons_lower_left',1008),
(12013,12026,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_pauldrons_lower_right',1008),
(12014,12027,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_pauldrons_upper_left',1008),
(12015,12028,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_pauldrons_upper_right',1008),
(12016,12029,'accessories/wearable_items/_exp06/chaos_armor/vanguard_armor/snap_ons/chaos_shin_left',1008),
(12017,12030,'staticobjects/_exp06/erudin_palace_symbol',1008),
(12018,12031,'staticobjects/_exp06/kerra_vagabond_feather',1008),
(12019,12032,'accessories/wearable_items/_exp06/dragon_robe/hands',1008),
(12020,12033,'staticobjects/beds/drv_bed_double_dpo',1008),
(12021,12034,'staticobjects/bones/bones_cobra_dead',1008),
(12022,12035,'staticobjects/display_stands/djn_display_stand_steel_large_dpo',1008),
(12023,12036,'staticobjects/tables/drv_table_dining_ornate02_blue_dpo',1008),
(12024,12037,'staticobjects/tables/cr_table_map_red_and_black_dpo',1008),
(12025,12038,'staticobjects/tableware/djn_plate_brass_blue_dpo',1008),
(12026,12039,'staticobjects/urns/djn_vase_gold02_dpo',1008),
(12027,12040,'staticobjects/urns/djn_incense_platinum_dpo',1008),
(12028,12041,'staticobjects/chests/drv_chest_glass',1008),
(12029,12042,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/shoulders',1008),
(12030,12043,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/chest',1008),
(12031,12044,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/feet',1008),
(12032,12045,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/forearms',1008),
(12033,12046,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/hands',1008),
(12034,12047,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/head',1008),
(12035,12048,'accessories/wearable_items/_exp06/journeyman_leather_tradeskill/legs',1008),
(12036,12049,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/skirt',1008),
(12037,12050,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/chest',1008),
(12038,12051,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/feet',1008),
(12039,12052,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/forearms',1008),
(12040,12053,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/hands',1008),
(12041,12054,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/head',1008),
(12042,12055,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/legs',1008),
(12043,12056,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/legs_noskirt',1008),
(12044,12057,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_black/shoulders',1008),
(12045,12058,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/skirt',1008),
(12046,12059,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/chest',1008),
(12047,12060,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/feet',1008),
(12048,12061,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/forearms',1008),
(12049,12062,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/hands',1008),
(12050,12063,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/head',1008),
(12051,12064,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/legs',1008),
(12052,12065,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/legs_noskirt',1008),
(12053,12066,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_blue/shoulders',1008),
(12054,12067,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/skirt',1008),
(12055,12068,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/chest',1008),
(12056,12069,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/feet',1008),
(12057,12070,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/forearms',1008),
(12058,12071,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/hands',1008),
(12059,12072,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/head',1008),
(12060,12073,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/legs',1008),
(12061,12074,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/legs_noskirt',1008),
(12062,12075,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_gold/shoulders',1008),
(12063,12076,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/skirt',1008),
(12064,12077,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/chest',1008),
(12065,12078,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/feet',1008),
(12066,12079,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/forearms',1008),
(12067,12080,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/hands',1008),
(12068,12081,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/head',1008),
(12069,12082,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/legs',1008),
(12070,12083,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/legs_noskirt',1008),
(12071,12084,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_green/shoulders',1008),
(12072,12085,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/skirt',1008),
(12073,12086,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/chest',1008),
(12074,12087,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/feet',1008),
(12075,12088,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/forearms',1008),
(12076,12089,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/hands',1008),
(12077,12090,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/head',1008),
(12078,12091,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/legs',1008),
(12079,12092,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/legs_noskirt',1008),
(12080,12093,'accessories/wearable_items/_exp06/tradeskill_armor_chain_kaborite_metallic/shoulders',1008),
(12081,12094,'staticobjects/_exp06/cooked_fish',1008),
(12082,12095,'staticobjects/_exp06/panda_skull',1008),
(12083,12096,'staticobjects/benches/cm_bench_long',1008),
(12084,12097,'staticobjects/benches/cm_bench_short',1008),
(12085,12098,'staticobjects/stainedglass/dpo_shimplatform_karnors_stainedglass',1008),
(12086,12099,'staticobjects/stainedglass/dpo_shimplatform_befallen_stainedglass',1008),
(12087,12100,'staticobjects/stainedglass/dpo_shimplatform_qeystainglass03',1008),
(12088,12101,'staticobjects/stainedglass/dpo_shimplatform_chardok_stainedglass',1008),
(12089,12102,'staticobjects/stainedglass/dpo_shimplatform_mmc_stainedglass02',1008),
(12090,12105,'staticobjects/chairs/mc_couch_purple_dpo',1008),
(12091,12106,'staticobjects/chairs/mc_couch_yellow_dpo',1008),
(12092,12107,'staticobjects/chairs/mc_couch_green_dpo',1008),
(12093,12108,'staticobjects/chairs/mc_couch_red_dpo',1008),
(12094,12112,'staticobjects/bookcases/vastydeep_library01_stacks',1008),
(12095,12114,'staticobjects/dividers/paineel_screen_triple',1008),
(12096,12115,'staticobjects/dividers/sentinel_divider_02',1008),
(12097,12116,'staticobjects/dividers/erudin_screen_triple',1008),
(12098,12117,'staticobjects/dressers/washbasin_dresser_wood_gold_dpo',1008),
(12099,12118,'staticobjects/dressers/cm_dresser_single01',1008),
(12100,12119,'staticobjects/dressers/cm_dresser_servant01',1008),
(12101,12120,'staticobjects/beds/sentinel_bed_small_01',1008),
(12102,12121,'staticobjects/beds/sentinel_bed_main_02',1008),
(12103,12122,'staticobjects/banners/erudin_banner01_long_red',1008),
(12104,12123,'staticobjects/banners/erudin_banner03_long_green',1008),
(12105,12124,'staticobjects/banners/erudin_banner02_long_blue',1008),
(12106,12125,'staticobjects/fires/fel_firepit_dpo',1008),
(12107,12126,'staticobjects/mirrors/dpo_mosaic_mirror',1008),
(12108,12127,'staticobjects/mirrors/erudin_reflecting_mirror',1008),
(12109,12128,'staticobjects/urns/sentinel_vase_water_dpo',1008),
(12110,12129,'staticobjects/urns/erudin_vase01_w_plant01',1008),
(12111,12130,'staticobjects/urns/fel_vase_large02',1008),
(12112,12131,'staticobjects/platforms/shim_liftplatform_water',1008),
(12113,12132,'staticobjects/platforms/shim_liftplatform_jello',1008),
(12114,12133,'staticobjects/platforms/shim_liftplatform_lava',1008),
(12115,12134,'staticobjects/platforms/shim_liftplatform_mirror',1008),
(12116,12135,'staticobjects/maps/sentinel_main_map_02',1008),
(12117,12136,'staticobjects/maps/sentinel_globe_assembly',1008),
(12118,12137,'staticobjects/maps/sentinel_main_map_01',1008),
(12119,12138,'staticobjects/tables/erudin_table01',1008),
(12120,12139,'staticobjects/tables/fel_winetable_dpo',1008),
(12121,12140,'staticobjects/tables/cm_table_magical',1008),
(12122,12141,'staticobjects/tables/cm_table_long_dpo',1008),
(12123,12142,'staticobjects/tables/cm_table_hallway01',1008),
(12124,12143,'staticobjects/tables/cm_table_bedside01',1008),
(12125,12144,'staticobjects/tables/drv_table_dining_ornate02_sumac_dpo',1008),
(12126,12145,'staticobjects/rugs/erudin_rug_biground',1008),
(12127,12146,'staticobjects/rugs/erudin_rug03_bigred',1008),
(12128,12147,'staticobjects/rugs/erudin_rug02_purple',1008),
(12129,12148,'staticobjects/rugs/erudin_rug01_blue',1008),
(12130,12149,'staticobjects/lighting/erudin_floor_lamp01_light',1008),
(12131,12150,'staticobjects/lighting/erudin_wall_lamp04_light',1008),
(12132,12151,'staticobjects/lighting/erudin_wall_lamp03_light',1008),
(12133,12152,'staticobjects/lighting/erudin_ceiling_lamp01_light',1008),
(12134,12153,'staticobjects/lighting/erudin_ceiling_lamp02_light',1008),
(12135,12154,'staticobjects/lighting/cm_candlestick02',1008),
(12136,12155,'staticobjects/lighting/cm_table_candelabra01',1008),
(12137,12156,'staticobjects/lighting/cm_chandelier02_swinging',1008),
(12138,12157,'staticobjects/lighting/cm_chandelier01_swinging',1008),
(12139,12158,'staticobjects/soe_wallet/discoball_purple',1008),
(12140,12159,'staticobjects/soe_wallet/discoball_gold',1008),
(12141,12160,'staticobjects/tableware/fel_jug_water01',1008),
(12142,12161,'accessories/wieldable_items/weapons/exp05/exp05_2hc_zombie_shovel_dpo',1008),
(12143,12162,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/skirt',1008),
(12144,12163,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/chest',1008),
(12145,12164,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/head',1008),
(12146,12165,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/head_for_classic_erudite',1008),
(12147,12166,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/hood',1008),
(12148,12167,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_black/pants',1008),
(12149,12168,'staticobjects/tables/man_desk_ornate01_dpo',1008),
(12150,12169,'staticobjects/chairs/cm_diningchair_yellow_dpo',1008),
(12151,12170,'staticobjects/chairs/cm_diningchair_blue_dpo',1008),
(12152,12171,'staticobjects/chairs/cm_diningchair_green_dpo',1008),
(12153,12172,'staticobjects/chairs/cm_diningchair_purple_dpo',1008),
(12154,12173,'staticobjects/chairs/cm_diningchair_red_dpo',1008),
(12155,12175,'staticobjects/chairs/mc_couch_blue_dpo',1008),
(12156,12176,'staticobjects/chairs/man_chair_large01_blue_dpo',1008),
(12157,12177,'staticobjects/chairs/man_chair_large01_green_dpo',1008),
(12158,12178,'staticobjects/chairs/man_chair_large01_purple_dpo',1008),
(12159,12179,'staticobjects/chairs/man_chair_large01_red_dpo',1008),
(12160,12180,'staticobjects/chairs/man_chair_large01_yellow_dpo',1008),
(12161,12181,'staticobjects/chairs/man_couch_double01_blue_dpo',1008),
(12162,12182,'staticobjects/chairs/man_couch_double01_green_dpo',1008),
(12163,12183,'staticobjects/chairs/man_couch_double01_purple_dpo',1008),
(12164,12184,'staticobjects/chairs/man_couch_double01_red_dpo',1008),
(12165,12185,'staticobjects/chairs/man_couch_double01_yellow_dpo',1008),
(12166,12186,'staticobjects/beds/man_bed_master01_yellow_dpo',1008),
(12167,12187,'staticobjects/beds/man_bed_master01_blue_dpo',1008),
(12168,12188,'staticobjects/beds/man_bed_master01_green_dpo',1008),
(12169,12189,'staticobjects/beds/man_bed_master01_purple_dpo',1008),
(12170,12190,'staticobjects/beds/man_bed_master01_red_dpo',1008),
(12171,12191,'staticobjects/beds/man_bed_master01_redtapestry_dpo',1008),
(12172,12192,'staticobjects/tables/man_desk_ornate01_sumac_dpo',1008),
(12173,12193,'staticobjects/tents/qey_tent01_farseas',1008),
(12174,12194,'creatures/monsters/bear_panda',1008),
(12175,12195,'staticobjects/nektulos/nekcas_eviltrinket_severedhand001',1008),
(12176,12196,'creatures/pets/pet_kitten/odus_kitten',1008),
(12177,12197,'_exp04/monsters/clay_golem_storm_pet_nfs',1008),
(12178,12198,'_exp04/monsters/clay_golem_storm_pet_nfs_epic',1008),
(12179,12199,'_exp06/characters/monsters/sea_nayad_fire/sea_nayad_fire',1008),
(12180,12200,'_exp06/characters/monsters/sea_nayad_fire/sea_nayad_fire_epic',1008),
(12181,12201,'creatures/monsters/roper_crystal',1008),
(12182,12202,'creatures/monsters/roper_crystal_epic',1008),
(12183,12203,'staticobjects/crystals/dpo_kaborite_crucible',1008),
(12184,12204,'staticobjects/_exp06/dpo_kaborite_crystalshard01',1008),
(12185,12205,'staticobjects/tools/humantools_mineshovel01_dpo',1008),
(12186,12206,'staticobjects/tools/humantoolsfarmpitchfork01_dpo',1008),
(12187,12207,'accessories/wearable_items/_exp06/mermaid_scale_armor/shoulders',1008),
(12188,12208,'accessories/wearable_items/_exp06/mermaid_scale_armor/chest',1008),
(12189,12209,'accessories/wearable_items/_exp06/mermaid_scale_armor/feet',1008),
(12190,12210,'accessories/wearable_items/_exp06/mermaid_scale_armor/forearms',1008),
(12191,12211,'accessories/wearable_items/_exp06/mermaid_scale_armor/hands',1008),
(12192,12212,'accessories/wearable_items/_exp06/mermaid_scale_armor/head',1008),
(12193,12213,'accessories/wearable_items/_exp06/mermaid_scale_armor/legs',1008),
(12194,12214,'ec/npc/skeletonorc_armor_greater',1008),
(12195,12215,'ec/npc/skeletonorc_armor_lesser',1008),
(12196,12216,'_exp05/monsters/animatedhand_01_water',1008),
(12197,12217,'staticobjects/stainedglass/dpo_shimplatform_manor_stainedglass',1008),
(12198,12218,'staticobjects/stainedglass/dpo_shimplatform_qeystainglass01',1008),
(12199,12219,'staticobjects/chairs/edk_chair002_fancy_dark',1008),
(12200,12220,'accessories/wearable_items/cloak/exp06/cloak_mermaid_scale',1008),
(12201,12221,'staticobjects/chairs/cm_chaise_yellow_dpo',1008),
(12202,12222,'staticobjects/chairs/cm_chaise_blue_dpo',1008),
(12203,12223,'staticobjects/chairs/cm_chaise_green_dpo',1008),
(12204,12224,'staticobjects/chairs/cm_chaise_purple_dpo',1008),
(12205,12225,'staticobjects/chairs/cm_chaise_red_dpo',1008),
(12206,12226,'staticobjects/panels/dpo_vrsn_ceilingstars_panel',1008),
(12207,12227,'staticobjects/panels/dpo_clouds_panel',1008),
(12208,12228,'staticobjects/panels/dpo_cobblestone_panel',1008),
(12209,12229,'staticobjects/panels/dpo_sewer_ceilingglow_panel',1008),
(12210,12230,'staticobjects/panels/dpo_mmc_tile03_panel',1008),
(12211,12231,'staticobjects/panels/dpo_mmc_tile01_panel',1008),
(12212,12232,'staticobjects/panels/dpo_bluemosaic_panel',1008),
(12213,12233,'accessories/npc_wearables/talonite_wearables/talonite_male/armor/chest_no_appearance',1008),
(12214,12234,'accessories/wearable_items/_exp06/demonic_chain/shoulders_demonic_skull_pauldrons',1008),
(12215,12235,'accessories/wearable_items/_exp06/demonic_leather/demonic_skull_pauldron_left',1008),
(12216,12236,'accessories/wearable_items/_exp06/demonic_leather/shoulders_demonic_skull_pauldrons',1008),
(12217,12237,'accessories/wearable_items/_exp06/demonic_leather/demonic_skull_pauldron_right',1008),
(12218,12238,'accessories/wearable_items/_exp06/demonic_robe/chest_demonic_skull_pauldrons',1008),
(12219,12239,'accessories/wearable_items/_exp06/demonic_robe/demonic_skull_pauldron_left',1008),
(12220,12240,'accessories/wearable_items/_exp06/demonic_robe/demonic_skull_pauldron_right',1008),
(12221,12241,'staticobjects/easels/easel_square_tree_circle',1008),
(12222,12242,'staticobjects/soe_wallet/man_dresser_mayong01',1008),
(12223,12243,'staticobjects/soe_wallet/man_coffin_bed_black_white',1008),
(12224,12244,'staticobjects/soe_wallet/man_coffin_bed_black_blue',1008),
(12225,12245,'staticobjects/soe_wallet/man_coffin_bed_black_red',1008),
(12226,12246,'accessories/wieldable_items/weapons/soe_wallet/hearts_wand',1008),
(12227,12247,'accessories/wieldable_items/weapons/soe_wallet/bubble_wand',1008),
(12228,12248,'accessories/wieldable_items/weapons/soe_wallet/evilstars_wand',1008),
(12229,12249,'staticobjects/_exp06/observatory_concentrator_fixed',1008),
(12230,12250,'staticobjects/_exp06/observatory_concentrator_cracked',1008),
(12231,12251,'staticobjects/_exp06/kerra_coconut',1008),
(12232,12252,'accessories/wearable_items/_exp06/six_vet_reward/head',1008),
(12233,12253,'accessories/wearable_items/cloak/exp06/cloak_six_vet_cloak',1008),
(12234,12254,'staticobjects/soe_wallet/ebony_bdrm_armoire_dpo',1008),
(12235,12255,'staticobjects/soe_wallet/ebony_bdrm_dresser_dpo',1008),
(12236,12256,'staticobjects/soe_wallet/ebony_vanity_washing_table_closed_dpo',1008),
(12237,12257,'staticobjects/soe_wallet/ebony_vanity_stool_dpo',1008),
(12238,12258,'staticobjects/soe_wallet/plushie_envenomed_servant',1008),
(12239,12259,'staticobjects/soe_wallet/ebony_vanity_washing_table_dpo',1008),
(12240,12260,'staticobjects/soe_wallet/ebony_vanity_table_mirror_dpo',1008),
(12241,12261,'staticobjects/soe_wallet/ebony_vanity_mirror_dpo',1008),
(12242,12262,'staticobjects/soe_wallet/ebony_vanity_drawers_dpo',1008),
(12243,12263,'staticobjects/soe_wallet/ebony_office_desk_dpo',1008),
(12244,12264,'staticobjects/soe_wallet/ebony_office_chest_w_goldcoins_dpo',1008),
(12245,12265,'staticobjects/soe_wallet/ebony_office_chair_dpo',1008),
(12246,12266,'staticobjects/soe_wallet/ebony_office_bookshelf_tall_dpo',1008),
(12247,12267,'staticobjects/soe_wallet/ebony_office_bookshelf_small_dpo',1008),
(12248,12268,'staticobjects/soe_wallet/ebony_living_table_end_dpo',1008),
(12249,12269,'staticobjects/soe_wallet/ebony_living_table_coffee_dpo',1008),
(12250,12270,'staticobjects/soe_wallet/ebony_living_loveseat_pillows_dpo',1008),
(12251,12271,'staticobjects/soe_wallet/ebony_living_couch_pillows_dpo',1008),
(12252,12272,'staticobjects/soe_wallet/ebony_dining_table_dpo',1008),
(12253,12273,'staticobjects/soe_wallet/ebony_dining_chair_dpo',1008),
(12254,12274,'staticobjects/soe_wallet/ebony_dining_cabinet_dpo',1008),
(12255,12275,'staticobjects/soe_wallet/ebony_dining_bench_dpo',1008),
(12256,12276,'staticobjects/soe_wallet/ebony_bdrm_nightstand_dpo',1008),
(12257,12277,'staticobjects/soe_wallet/ebony_vanity_dresser_dpo',1008),
(12258,12278,'staticobjects/soe_wallet/ebony_bdrm_bed_sleigh_dpo',1008),
(12259,12279,'staticobjects/easels/easel_square_abstract_bluedrip',1008),
(12260,12280,'staticobjects/easels/easel_square_abstract_green',1008),
(12261,12281,'staticobjects/easels/easel_square_abstract_orange',1008),
(12262,12282,'staticobjects/easels/easel_square_abstract_purple',1008),
(12263,12283,'staticobjects/easels/easel_square_abstract_red',1008),
(12264,12284,'staticobjects/easels/easel_square_armored',1008),
(12265,12285,'staticobjects/easels/easel_square_camels_circle',1008),
(12266,12286,'staticobjects/easels/easel_square_castle',1008),
(12267,12287,'staticobjects/easels/easel_square_everlingdaughter02',1008),
(12268,12288,'staticobjects/easels/easel_square_garinok',1008),
(12269,12289,'staticobjects/easels/easel_square_inn',1008),
(12270,12290,'staticobjects/easels/easel_square_knight',1008),
(12271,12291,'staticobjects/easels/easel_square_lion',1008),
(12272,12292,'staticobjects/easels/easel_square_map',1008),
(12273,12293,'staticobjects/easels/easel_square_oldman',1008),
(12274,12294,'staticobjects/easels/easel_square_pie',1008),
(12275,12295,'staticobjects/easels/easel_square_potions',1008),
(12276,12296,'staticobjects/easels/easel_square_rivervaleboats',1008),
(12277,12297,'staticobjects/easels/easel_square_rivervalechart',1008),
(12278,12298,'staticobjects/liveevent/frostfell/dpo_holiday_snowpile_fog',1008),
(12279,12299,'staticobjects/liveevent/frostfell/dpo_holiday_dirtpile_fog',1008),
(12280,12300,'accessories/wearable_items/cloak/exp06/cloak_six_vet_cloak_red',1008),
(12281,12301,'accessories/wearable_items/_exp06/six_vet_reward_red/head',1008),
(12282,12302,'_exp05/tool_users/mummy_variant_mage_greater',1008),
(12283,12303,'accessories/wieldable_items/weapons/exp06/1h_crush/1h_crush_fish_club',1008),
(12284,12304,'_exp06/zones/objects/exp06_dun_the_sentinel/sentinel_rm06_stairs',1008),
(12285,12305,'accessories/wieldable_items/weapons/exp06/great_spear/broom',1008),
(12286,12306,'staticobjects/_exp06/odso_toxx_vinebud01',1008),
(12287,12307,'staticobjects/liveevent/erollisi_objects/errolisi_cookie_plate01',1008),
(12288,12308,'staticobjects/liveevent/erollisi_objects/errolisi_candles_pinkwhite01',1008),
(12289,12309,'staticobjects/liveevent/erollisi_objects/errolisi_candles_purplewhite01',1008),
(12290,12310,'staticobjects/liveevent/erollisi_objects/errolisi_candles_redwhite01',1008),
(12291,12311,'staticobjects/_exp06/kerra_drum',1008),
(12292,12312,'accessories/wearable_items/profesion_hats/fungus_man_cap/fungus_man_cap_flat/head',1008),
(12293,12313,'accessories/wearable_items/profesion_hats/fungus_man_cap/fungus_man_cap_pointy/head',1008),
(12294,12314,'_exp06/zones/objects/exp06_rgn_odus_north/quest_object_egg',1008),
(12295,12315,'staticobjects/_exp06/open_rat_trap',1008),
(12296,12316,'staticobjects/_exp06/panda_statue_completed',1008),
(12297,12317,'staticobjects/_exp06/closed_rat_trap',1008),
(12298,12318,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_jug',1008),
(12299,12319,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_snowbucket',1008),
(12300,12320,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_stocking',1008),
(12301,12321,'accessories/wearable_items/snapons/backpacks/backpack_frostfell_swivel/backpack_frostfell_swivel_wreath',1008),
(12302,12322,'accessories/wieldable_items/shields/exp06/demonic_round_shield',1008),
(12303,12323,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_demonic',1008),
(12304,12324,'staticobjects/_exp06/hua_scroll_01',1008),
(12305,12325,'staticobjects/_exp06/hua_scroll_02',1008),
(12306,12326,'staticobjects/_exp06/so_rock_01',1008),
(12307,12327,'staticobjects/_exp06/so_rock_02',1008),
(12308,12328,'staticobjects/_exp06/hua_table_small',1008),
(12309,12329,'staticobjects/_exp06/hua_tea_kettle',1008),
(12310,12330,'staticobjects/_exp06/hua_weaponrack',1008),
(12311,12331,'staticobjects/_exp06/ishaq_podium',1008),
(12312,12332,'staticobjects/_exp06/barrel_fish',1008),
(12313,12333,'staticobjects/_exp06/square_crate',1008),
(12314,12334,'staticobjects/_exp06/dpo_dirtmound',1008),
(12315,12335,'staticobjects/_exp06/dpo_totem_tentpole',1008),
(12316,12336,'staticobjects/_exp06/dpo_open_book',1008),
(12317,12337,'staticobjects/_exp06/book_pile_01',1008),
(12318,12338,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/dragon_katana',1008),
(12319,12339,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/korsha_staff2h',1008),
(12320,12340,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/scimitar_tallonite',1008),
(12321,12341,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/tallonite_longbow_2hb',1008),
(12322,12342,'_exp06/zones/objects/exp06_dun_erudin_palace/erudin03_symbol_r04',1008),
(12323,12343,'creatures/mounts/lynx_mount/lynx_mount_heavy_armor',1008),
(12324,12344,'staticobjects/_exp06/steam_bowl_01',1008),
(12325,12345,'staticobjects/_exp06/harvest/exp06_gem_node',1008),
(12326,12346,'staticobjects/_exp06/harvest/exp06_wood_node',1008),
(12327,12347,'staticobjects/_exp06/harvest/exp06_ore_node',1008),
(12328,12348,'staticobjects/_exp06/harvest/exp06_root_node',1008),
(12329,12349,'staticobjects/_exp06/harvest/exp06_den_node',1008),
(12330,12350,'staticobjects/_exp06/harvest/exp06_bush_node',1008),
(12331,12351,'staticobjects/_exp06/roekillik_weaponrack',1008),
(12332,12352,'staticobjects/_exp06/human_cart',1008),
(12333,12353,'staticobjects/_exp06/stable_trough_long',1008),
(12334,12354,'staticobjects/_exp06/hua_basket_tall',1008),
(12335,12355,'staticobjects/_exp06/storage_box_01',1008),
(12336,12356,'staticobjects/_exp06/collectionbox_01',1008),
(12337,12357,'staticobjects/_exp06/square_crate_02',1008),
(12338,12358,'staticobjects/_exp06/dead_rat',1008),
(12339,12359,'staticobjects/_exp06/weeds_brown',1008),
(12340,12360,'staticobjects/_exp06/tablet_scribbles_01',1008),
(12341,12361,'staticobjects/_exp06/tablet_scribbles_02',1008),
(12342,12362,'staticobjects/_exp06/tablet_scribbles_03',1008),
(12343,12363,'staticobjects/_exp06/kaborite_gem',1008),
(12344,12364,'staticobjects/_exp06/toxfly_egg',1008),
(12345,12365,'staticobjects/_exp06/hua_cup_01',1008),
(12346,12366,'staticobjects/_exp06/odso_small_tox_tree_01',1008),
(12347,12367,'staticobjects/_exp06/odso_dagger001_plain',1008),
(12348,12368,'staticobjects/_exp06/odso_dagger001_ornate',1008),
(12349,12369,'staticobjects/_exp06/odso_dirtmound01',1008),
(12350,12370,'staticobjects/_exp06/exp06_plant_harvesting',1008),
(12351,12371,'staticobjects/_exp06/exp06_bush_harvesting',1008),
(12352,12372,'staticobjects/_exp06/odso_panda_totem_tradeskill',1008),
(12353,12373,'staticobjects/_exp06/odso_mushroom01',1008),
(12354,12374,'staticobjects/_exp06/odso_small_tox_tree_02',1008),
(12355,12375,'accessories/wearable_items/_exp06/dragon_leather/head_dragon_helm',1008),
(12356,12376,'staticobjects/carts/klakanon_mine_cart',1008),
(12357,12377,'staticobjects/gears/square_gear_inactive',1008),
(12358,12378,'accessories/wearable_items/snapons/armbands/shoulders_armband_strap_right',1008),
(12359,12379,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_both',1008),
(12360,12380,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_left',1008),
(12361,12381,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_right',1008),
(12362,12382,'accessories/wearable_items/snapons/armbands/shoulders_armband_golden_both',1008),
(12363,12383,'accessories/wearable_items/snapons/armbands/shoulders_armband_golden_left',1008),
(12364,12384,'accessories/wearable_items/snapons/armbands/shoulders_armband_golden_right',1008),
(12365,12385,'accessories/wearable_items/snapons/armbands/shoulders_armband_strap_both',1008),
(12366,12386,'accessories/wearable_items/snapons/armbands/shoulders_armband_strap_left',1008),
(12367,12387,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_silver_both',1008),
(12368,12388,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_silver_left',1008),
(12369,12389,'accessories/wearable_items/snapons/armbands/shoulders_armband_gems_silver_right',1008),
(12370,12390,'accessories/wearable_items/snapons/armbands/shoulders_armband_silver_both',1008),
(12371,12391,'accessories/wearable_items/snapons/armbands/shoulders_armband_silver_left',1008),
(12372,12392,'accessories/wearable_items/snapons/armbands/shoulders_armband_silver_right',1008),
(12373,12393,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/erudite_robe_pauldron_right',1008),
(12374,12394,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/chest_epic_pauldrons',1008),
(12375,12395,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_robe_white/erudite_robe_pauldron_left',1008),
(12376,12396,'accessories/wearable_items/cloak/exp06/cloak_rune_10',1008),
(12377,12397,'accessories/wearable_items/cloak/exp06/cloak_rune_13',1008),
(12378,12398,'creatures/tu/ettin_new',1008),
(12379,12399,'_exp06/characters/monsters/sea_dragon_undead/sea_dragon_undead',1008),
(12380,12400,'accessories/wearable_items/cloak/exp06/cloak_rune_13_leafy',1008),
(12381,12401,'staticobjects/_exp06/odno_erudin_macguffin01',1008),
(12382,12402,'staticobjects/_exp06/tox_flowerbud_small',1008),
(12383,12403,'staticobjects/_exp06/dpo_kaborite_crucible',1008),
(12384,12404,'staticobjects/_exp06/dpo_odso_chest02_w_lid',1008),
(12385,12405,'staticobjects/_exp02/ss_vase_porcelain_small02',1008),
(12386,12406,'staticobjects/_exp02/dn_lightsource_clawlamp_withorbs01_blue',1008),
(12387,12407,'staticobjects/_exp02/dn_lightsource_clawlamp_withorbs_orangegreen',1008),
(12388,12408,'staticobjects/_exp02/dn_lightsource_lantern01',1008),
(12389,12409,'staticobjects/_exp02/dn_lightsource_lavaskullwell01',1008),
(12390,12410,'staticobjects/_exp02/dn_lightsource_shadowlamp01_orange',1008),
(12391,12411,'staticobjects/_exp02/dn_tapestry_hide01',1008),
(12392,12412,'staticobjects/_exp02/dn_tapestry_wing_dead01',1008),
(12393,12413,'staticobjects/_exp02/hf_egg_holder_large01',1008),
(12394,12414,'staticobjects/_exp02/hf_lightsource_chandalier_bones_center01',1008),
(12395,12415,'staticobjects/_exp02/hf_weapons_wall_shield01',1008),
(12396,12416,'staticobjects/_exp02/los_jail_cell_piece01',1008),
(12397,12417,'staticobjects/_exp02/ls_decoration_wall_dragonhead01',1008),
(12398,12418,'staticobjects/_exp02/ls_dragoneggs_mixed',1008),
(12399,12419,'staticobjects/_exp02/ls_vase_curved01',1008),
(12400,12420,'staticobjects/_exp02/ls_vase_curved02',1008),
(12401,12421,'staticobjects/_exp02/rd_nest_blue_draconian_wall01',1008),
(12402,12422,'staticobjects/_exp02/rn_bones_skull01',1008),
(12403,12423,'staticobjects/_exp02/rn_lightsource_torch01',1008),
(12404,12424,'staticobjects/_exp02/sos_aviak_bench01',1008),
(12405,12425,'staticobjects/_exp02/sos_aviak_stool01',1008),
(12406,12426,'staticobjects/_exp02/sos_aviak_weaponstand01',1008),
(12407,12427,'staticobjects/_exp02/sos_banner_awakened_dpo',1008),
(12408,12428,'staticobjects/_exp02/sos_banner_erudite_dpo',1008),
(12409,12429,'staticobjects/_exp02/sos_dragoneggs_unbroken_blue',1008),
(12410,12430,'staticobjects/_exp02/sos_dragoneggs_unbroken_pink',1008),
(12411,12431,'staticobjects/_exp02/sos_dragoneggs_unbroken_purple',1008),
(12412,12432,'staticobjects/_exp02/sos_lightsource_chandelier_orange_swinging',1008),
(12413,12433,'staticobjects/_exp02/sos_lightsource_hanginglamp_swinging',1008),
(12414,12434,'staticobjects/_exp02/sos_pillows_red_group01',1008),
(12415,12435,'staticobjects/_exp02/sos_trophy_dragon',1008),
(12416,12436,'staticobjects/_exp02/sos_trophy_insect',1008),
(12417,12437,'staticobjects/_exp02/ss_bookcase_ornate01',1008),
(12418,12438,'staticobjects/_exp02/ss_bookcase_ornate_ceiling01',1008),
(12419,12439,'staticobjects/_exp02/ss_vase_curved01',1008),
(12420,12440,'staticobjects/_exp02/ss_vase_curved02',1008),
(12421,12441,'staticobjects/_exp02/ss_vase_porcelain_large01',1008),
(12422,12442,'staticobjects/_exp02/ss_vase_porcelain_large02',1008),
(12423,12443,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/tallonite_longbow',1008),
(12424,12444,'staticobjects/papers/floor_paper_human_written01_raised_noflutter',1008),
(12425,12445,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/katana_1h_tallonite',1008),
(12426,12446,'accessories/npc_wearables/talonite_wearables/tallonite_weapons/silvertip_sword_1h_tallonite',1008),
(12427,12447,'staticobjects/shop/floor_displaycase_any_ornate01_small',1008),
(12428,12448,'staticobjects/mirrors/dpo_charasis_mirror_ice',1008),
(12429,12449,'creatures/mounts/flying_disc/flying_disc_good_fx',1008),
(12430,12450,'_exp06/monsters/goo_energy_globs',1008),
(12431,12451,'accessories/wieldable_items/weapons/exp05/exp05_2hc_zombie_shovel_dpo2',1008),
(12432,12452,'staticobjects/promo_items/promo_alkaborrest_statue01',1008),
(12433,12463,'accessories/wearable_items/_exp06/ornate_robe01/head',1008),
(12434,12464,'accessories/wearable_items/_exp06/ornate_robe01/skirt',1008),
(12435,12465,'accessories/wearable_items/_exp06/ornate_robe01/chest',1008),
(12436,12466,'accessories/wearable_items/_exp06/ornate_robe01/hood',1008),
(12437,12467,'accessories/wearable_items/_exp06/ornate_robe01/pants',1008),
(12438,12468,'staticobjects/_exp06/kerra_plate_of_cheese',1008),
(12439,12469,'creatures/monsters/roper_petrified',1008),
(12440,12470,'_exp06/characters/tool_users/construct_necro/construct_necro_dark',1008),
(12441,12471,'_exp06/characters/tool_users/construct_necro/construct_necro',1008),
(12442,12472,'_exp06/characters/tool_users/construct_necro/construct_necro_boss',1008),
(12443,12473,'accessories/npc_wearables/construct_necro/chest_construct_necro_tank_dark',1008),
(12444,12474,'accessories/npc_wearables/construct_necro/chest_construct_necro_boss',1008),
(12445,12475,'accessories/npc_wearables/construct_necro/chest_construct_necro_dps',1008),
(12446,12476,'accessories/npc_wearables/construct_necro/chest_construct_necro_dps_dark',1008),
(12447,12477,'accessories/npc_wearables/construct_necro/chest_construct_necro_tank',1008),
(12448,12478,'creatures/monsters/dervish_petrified',1008),
(12449,12479,'staticobjects/_exp06/odso_observatory_table',1008),
(12450,12480,'staticobjects/_exp06/kerra_table_square01',1008),
(12451,12481,'staticobjects/_exp06/kerra_table_round01',1008),
(12452,12482,'staticobjects/_exp06/kerra_scratchingpost02',1008),
(12453,12483,'staticobjects/_exp06/kerra_scratchingpost01',1008),
(12454,12484,'staticobjects/_exp06/kerra_torch01',1008),
(12455,12485,'staticobjects/_exp06/kerra_chair_tall01',1008),
(12456,12486,'staticobjects/_exp06/kerra_chair_short01',1008),
(12457,12487,'staticobjects/_exp06/kerra_basket_tall_grain02',1008),
(12458,12488,'staticobjects/_exp06/kerra_basket_tall_covered01',1008),
(12459,12489,'staticobjects/_exp06/kerra_banner_stand',1008),
(12460,12490,'staticobjects/_exp06/kerra_stairs01',1008),
(12461,12491,'staticobjects/_exp06/kerra_kejek_totem01',1008),
(12462,12492,'staticobjects/_exp06/hua_totem01',1008),
(12463,12493,'staticobjects/_exp06/hua_statue_traveler03',1008),
(12464,12494,'staticobjects/_exp06/hua_statue_traveler02',1008),
(12465,12495,'staticobjects/_exp06/hua_statue_traveler01',1008),
(12466,12496,'staticobjects/_exp06/hua_light_short',1008),
(12467,12497,'staticobjects/_exp06/hua_light_tall',1008),
(12468,12498,'staticobjects/_exp06/hua_table_short',1008),
(12469,12499,'staticobjects/_exp06/hua_table_low',1008),
(12470,12500,'staticobjects/_exp06/hua_food_container',1008),
(12471,12501,'staticobjects/_exp06/hua_chair_tall',1008),
(12472,12502,'staticobjects/_exp06/hua_chair_low',1008),
(12473,12503,'staticobjects/_exp06/hua_mat_round',1008),
(12474,12504,'staticobjects/_exp06/hua_mat_bed',1008),
(12475,12505,'staticobjects/_exp06/hua_basket_fish',1008),
(12476,12506,'staticobjects/_exp06/hua_basket_empty01',1008),
(12477,12507,'staticobjects/_exp06/hua_basket_oranges',1008),
(12478,12508,'staticobjects/_exp06/hua_banner02',1008),
(12479,12509,'staticobjects/_exp06/hua_banner01',1008),
(12480,12510,'staticobjects/_exp06/hua_umbrella_01',1008),
(12481,12511,'staticobjects/_exp06/hua_potion_sack_01',1008),
(12482,12512,'staticobjects/_exp06/hua_inkwell_01',1008),
(12483,12513,'staticobjects/_exp06/hua_bedroll01',1008),
(12484,12514,'staticobjects/_exp06/odno_bench_wide01',1008),
(12485,12515,'staticobjects/_exp06/odno_bench_small01',1008),
(12486,12516,'staticobjects/_exp06/odno_bench_platform01',1008),
(12487,12517,'staticobjects/_exp06/odso_bottle_glass03',1008),
(12488,12518,'staticobjects/_exp06/odso_bottle_glass02',1008),
(12489,12519,'staticobjects/_exp06/odso_bottle_glass01',1008),
(12490,12520,'staticobjects/_exp06/paineel_wall_weaponrack',1008),
(12491,12521,'staticobjects/_exp06/odso_barrel_fish',1008),
(12492,12522,'staticobjects/_exp06/odso_rattrap_closed',1008),
(12493,12523,'staticobjects/_exp06/odso_rattrap_open',1008),
(12494,12524,'staticobjects/_exp06/odso_gem_emeraldcut',1008),
(12495,12525,'staticobjects/_exp06/paineel_table_shelves01',1008),
(12496,12526,'staticobjects/_exp06/paineel_table_round01',1008),
(12497,12527,'staticobjects/_exp06/paineel_table_necromy01',1008),
(12498,12528,'staticobjects/_exp06/paineel_necro_desk01',1008),
(12499,12529,'staticobjects/_exp06/paineel_table_merchant01',1008),
(12500,12530,'staticobjects/_exp06/paineel_table_hutch_wings',1008),
(12501,12531,'staticobjects/_exp06/paineel_pedestal01',1008),
(12502,12532,'staticobjects/_exp06/paineel_podium01',1008),
(12503,12533,'staticobjects/_exp06/paineel_wall_lamp01',1008),
(12504,12534,'staticobjects/_exp06/paineel_street_lamp01',1008),
(12505,12535,'staticobjects/_exp06/paineel_sculpture01',1008),
(12506,12536,'staticobjects/_exp06/paineel_floor_lamp01',1008),
(12507,12537,'staticobjects/_exp06/paineel_bookcase_tall01',1008),
(12508,12538,'staticobjects/_exp06/paineel_bench_01',1008),
(12509,12539,'staticobjects/_exp06/paineel_chair_03',1008),
(12510,12540,'staticobjects/lighting/erudin_wall_lamp01_light',1008),
(12511,12541,'staticobjects/liveevent/cityfestivals/dpo_halas_table_lantern',1008),
(12512,12542,'creatures/tu/earth_elemental_petrified',1008),
(12513,12543,'staticobjects/bookcases/hum_bookcase001_rural_dark',1008),
(12514,12544,'creatures/monsters/tiger_white_black_stripe',1008),
(12515,12545,'creatures/monsters/dispacer_beast_fire_epic',1008),
(12516,12546,'creatures/monsters/dispacer_beast_fire',1008),
(12517,12547,'accessories/wearable_items/_exp06/guardian_reasoned_robe/skirt',1008),
(12518,12548,'accessories/wearable_items/_exp06/guardian_reasoned_robe/chest',1008),
(12519,12549,'accessories/wearable_items/_exp06/guardian_reasoned_robe/feet',1008),
(12520,12550,'accessories/wearable_items/_exp06/guardian_reasoned_robe/hands',1008),
(12521,12551,'accessories/wearable_items/_exp06/guardian_reasoned_robe/head_collar',1008),
(12522,12552,'accessories/wearable_items/_exp06/guardian_reasoned_robe/pants',1008),
(12523,12553,'accessories/wearable_items/_exp06/guardian_reasoned_robe/pauldron_left',1008),
(12524,12554,'accessories/wearable_items/_exp06/guardian_reasoned_robe/pauldron_right',1008),
(12525,12555,'_exp04/monsters/stoneent_petrified',1008),
(12526,12556,'accessories/wearable_items/snapons/rings/hand_ring_copper_gems_jade_right/hands',1008),
(12527,12557,'accessories/wearable_items/snapons/rings/hand_ring_copper_right/hands',1008),
(12528,12558,'accessories/wearable_items/snapons/rings/hand_ring_gold_gems_amber_right/hands',1008),
(12529,12559,'accessories/wearable_items/snapons/rings/hand_ring_gold_gems_ruby_right/hands',1008),
(12530,12560,'accessories/wearable_items/snapons/rings/hand_ring_gold_right/hands',1008),
(12531,12561,'accessories/wearable_items/snapons/rings/hand_ring_silver_gems_amethyst_right/hands',1008),
(12532,12562,'accessories/wearable_items/snapons/rings/hand_ring_silver_gems_azure_right/hands',1008),
(12533,12563,'accessories/wearable_items/snapons/rings/hand_ring_silver_right/hands',1008),
(12534,12564,'accessories/wearable_items/snapons/rings/hand_ring_triple_gems_azure_right/hands',1008),
(12535,12565,'accessories/wearable_items/snapons/rings/hand_ring_triple_gems_jade_right/hands',1008),
(12536,12566,'accessories/wearable_items/_exp06/guardian_learned_robe/skirt',1008),
(12537,12567,'accessories/wearable_items/_exp06/guardian_learned_robe/chest',1008),
(12538,12568,'accessories/wearable_items/_exp06/guardian_learned_robe/feet',1008),
(12539,12569,'accessories/wearable_items/_exp06/guardian_learned_robe/hands',1008),
(12540,12570,'accessories/wearable_items/_exp06/guardian_learned_robe/head_collar',1008),
(12541,12571,'accessories/wearable_items/_exp06/guardian_learned_robe/pants',1008),
(12542,12572,'accessories/wearable_items/_exp06/guardian_learned_robe/pauldron_left',1008),
(12543,12573,'accessories/wearable_items/_exp06/guardian_learned_robe/pauldron_right',1008),
(12544,12574,'accessories/wearable_items/_exp06/dartain_robe/skirt',1008),
(12545,12575,'accessories/wearable_items/_exp06/dartain_robe/chest',1008),
(12546,12576,'accessories/wearable_items/_exp06/dartain_robe/chest_pauldrons',1008),
(12547,12577,'accessories/wearable_items/_exp06/dartain_robe/dartain_pauldron_left',1008),
(12548,12578,'accessories/wearable_items/_exp06/dartain_robe/dartain_pauldron_right',1008),
(12549,12579,'accessories/wearable_items/_exp06/dartain_robe/feet',1008),
(12550,12580,'accessories/wearable_items/_exp06/dartain_robe/hands',1008),
(12551,12581,'accessories/wearable_items/_exp06/dartain_robe/head',1008),
(12552,12582,'accessories/wearable_items/_exp06/dartain_robe/head_collar',1008),
(12553,12583,'accessories/wearable_items/_exp06/dartain_robe/pants',1008),
(12554,12584,'_exp06/zones/objects/exp06_dun_erudin_palace/erudin03_secret_wall',1008),
(12555,12585,'accessories/wieldable_items/weapons/staff/globe_of_everburning_flame/globe_of_everburning_flame',1008),
(12556,12586,'staticobjects/liveevent/brew_day/dpo_drv_cup_ornate_brass',1008),
(12557,12587,'staticobjects/liveevent/brew_day/dpo_drv_cup_ornate_pewter',1008),
(12558,12588,'staticobjects/liveevent/brew_day/dpo_drv_kegstand_keg01_swinging',1008),
(12559,12589,'staticobjects/liveevent/brew_day/dpo_drv_wine_bottle_ornate_brass',1008),
(12560,12590,'staticobjects/liveevent/brew_day/dpo_drv_wine_bottle_ornate_pewter',1008),
(12561,12591,'staticobjects/liveevent/brew_day/dpo_tapestry_design_beerfest',1008),
(12562,12592,'staticobjects/_exp06/odso_paineel_mailbox',1008),
(12563,12593,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_chest_02',1008),
(12564,12594,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_rug_01',1008),
(12565,12595,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_vase_01',1008),
(12566,12596,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_wrench',1008),
(12567,12597,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_candlestick',1008),
(12568,12598,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_chain_of_office',1008),
(12569,12599,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_dagger',1008),
(12570,12600,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_staff',1008),
(12571,12601,'_exp06/zones/objects/exp06_dun_erudin_library/murder_weapon_wand',1008),
(12572,12602,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_table_01',1008),
(12573,12603,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_bench_01',1008),
(12574,12604,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_screen_01',1008),
(12575,12605,'creatures/tu/rhoen_theer_spirit',1008),
(12576,12606,'creatures/mounts/lynx_mount/lynx_mount_bare',1008),
(12577,12607,'staticobjects/liveevent/brew_day/dpo_drv_kegstand01',1008),
(12578,12608,'accessories/wieldable_items/weapons/fist/mystical_claws_of_jojo/mystical_claws_of_jojo',1008),
(12579,12609,'_exp06/zones/objects/plunderable_loot/vastydeep01_objects01_banner01',1008),
(12580,12610,'_exp06/zones/objects/plunderable_loot/vastydeep02_objects01_banner01',1008),
(12581,12611,'_exp06/zones/objects/plunderable_loot/vastydeep03_objects01_vase06',1008),
(12582,12612,'_exp06/zones/objects/plunderable_loot/vase_small_full_01',1008),
(12583,12613,'_exp06/zones/objects/plunderable_loot/sent_rug_01',1008),
(12584,12614,'_exp06/zones/objects/plunderable_loot/sent_big_chair_01',1008),
(12585,12615,'_exp06/zones/objects/plunderable_loot/th_banners_b01',1008),
(12586,12616,'_exp06/zones/objects/plunderable_loot/th_lrge_lamp_stand_fx',1008),
(12587,12617,'_exp06/zones/objects/plunderable_loot/th_crystals_crystal01',1008),
(12588,12618,'_exp06/zones/objects/plunderable_loot/erudin_rug_round_lrg01',1008),
(12589,12619,'_exp06/zones/objects/plunderable_loot/erudin_banner02_long',1008),
(12590,12620,'_exp06/zones/objects/plunderable_loot/erudin_bench02',1008),
(12591,12621,'_exp06/characters/monsters/erudite_lich/erudite_lich',1008),
(12592,12622,'staticobjects/liveevent/brew_day/dpo_sentinal_obj_cake01',1008),
(12593,12623,'staticobjects/liveevent/brew_day/dpo_halfing_churner01_keg',1008),
(12594,12624,'staticobjects/liveevent/bristlebane_day/dpo_halfing_candle_log01',1008),
(12595,12625,'staticobjects/liveevent/bristlebane_day/dpo_halfing_churner01',1008),
(12596,12626,'staticobjects/liveevent/bristlebane_day/dpo_halfing_display_gordflask01',1008),
(12597,12627,'staticobjects/liveevent/bristlebane_day/dpo_halfing_tablekeg01_lg',1008),
(12598,12628,'staticobjects/liveevent/bristlebane_day/dpo_sen_apple_bitten',1008),
(12599,12629,'staticobjects/liveevent/bristlebane_day/dpo_sen_food_lettuce',1008),
(12600,12630,'staticobjects/liveevent/bristlebane_day/dpo_sentinal_obj_hummus',1008),
(12601,12631,'staticobjects/liveevent/bristlebane_day/dpo_sentinal_obj_pie02',1008),
(12602,12632,'_exp06/zones/objects/exp06_rgn_odus_north/respawn_graves',1008),
(12603,12633,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_wrench',1008),
(12604,12634,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_01_chest',1008),
(12605,12635,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_02_chest',1008),
(12606,12636,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_bench',1008),
(12607,12637,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_rug',1008),
(12608,12638,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_screen',1008),
(12609,12639,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_table',1008),
(12610,12640,'_exp06/zones/objects/exp06_dun_erudin_library/corpse_vase',1008),
(12611,12641,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_candlestick',1008),
(12612,12642,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_chain_of_office',1008),
(12613,12643,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_dagger',1008),
(12614,12644,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_staff',1008),
(12615,12645,'_exp06/zones/objects/exp06_dun_erudin_library/weapon_wand',1008),
(12616,12646,'_exp06/zones/objects/dragoneggs_hatching',1008),
(12806,52095,'staticobjects/signs/general/dpo_sfm_sign_floor',1008),
(12807,52096,'staticobjects/liveevent/exp06/dpo_tapestry_design_quellios',1008),
(12808,52097,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires_ghosted_ulteran',1008),
(12809,52098,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase01_everfrost',1008),
(12810,52099,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase02_everfrost',1008),
(12811,52100,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase03_everfrost',1008),
(12812,52101,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase04_everfrost',1008),
(12813,52102,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase05_everfrost',1008),
(12814,52103,'_exp06/zones/objects/exp06_prelude_events/dpo_teleportspires01_phase06_everfrost_final',1008),
(12815,52104,'_exp06/zones/objects/exp06_prelude_events/dpo_fprt_vase_smallgold01_floor',1008),
(12816,52105,'_exp06/zones/objects/exp06_prelude_events/dpo_gold_vase01_floor',1008),
(12817,52106,'_exp06/zones/objects/exp06_prelude_events/dpo_sos_aviak_papasan01_floor',1008),
(12818,52107,'_exp06/zones/objects/exp06_prelude_events/dpo_ss_vase_porcelain_small01_floor',1008),
(12819,12647,'_exp06/zones/objects/exp06_dun_vastydeep01/vastydeep01_objects01_shellrecepticle01',1096),
(12820,12648,'accessories/wieldable_items/weapons/exp06/bow/exp06_bow_of_the_underfoot',1096),
(12821,12649,'_exp06/zones/objects/collection_rewards/erudin_chest02_w_lid01',1096),
(12822,12650,'_exp06/zones/objects/collection_rewards/eru_research_stool01',1096),
(12823,12651,'_exp06/zones/objects/collection_rewards/sentinel_small_crate_01',1096),
(12824,12652,'_exp06/zones/objects/collection_rewards/sentinel_stool_01',1096),
(12825,12653,'_exp06/zones/objects/collection_rewards/sentinel_scroll_single_cap_01',1096),
(12826,12654,'_exp06/zones/objects/collection_rewards/sen_potions05',1096),
(12827,12655,'_exp06/zones/objects/collection_rewards/sen_potions04',1096),
(12828,12656,'_exp06/zones/objects/collection_rewards/sen_potions01',1096),
(12829,12657,'_exp06/zones/objects/collection_rewards/sen_potions02',1096),
(12830,12658,'_exp06/zones/objects/collection_rewards/vastydeep01_objects01_wheelbarrow01',1096),
(12831,12659,'_exp06/zones/objects/collection_rewards/vastydeep03_objects01_vase07',1096),
(12832,12660,'_exp06/zones/objects/collection_rewards/vastydeep03_objects01_vase01',1096),
(12833,12661,'_exp06/zones/objects/collection_rewards/vastydeep03_objects01_vase05',1096),
(12834,12662,'_exp06/zones/objects/exp06_dun_erudin_research/reflecting_mirror',1096),
(12835,12663,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/skirt',1096),
(12836,12664,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/chest',1096),
(12837,12665,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/chest_chaos_pauldrons',1096),
(12838,12666,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/head',1096),
(12839,12667,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/head_chaos_helm',1096),
(12840,12668,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/head_collar',1096),
(12841,12669,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/pants',1096),
(12842,12670,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/snap_ons/chaos_pauldrons_upper_right',1096),
(12843,12671,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/snap_ons/chaos_pauldrons_lower_left',1096),
(12844,12672,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/snap_ons/chaos_pauldrons_lower_right',1096),
(12845,12673,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/snap_ons/chaos_pauldrons_upper_left',1096),
(12846,12674,'creatures/monsters/snake_black_red',1096),
(12847,12675,'creatures/monsters/snake_black',1096),
(12848,12676,'_exp06/characters/monsters/erudite_lich/classic_erudite_lich',1096),
(12849,12677,'_exp06/characters/tool_users/roekillik_female/roekillik_female_ghost',1096),
(12850,12678,'_exp06/characters/tool_users/roekillik_male/roekillik_male_ghost',1096),
(12851,12679,'accessories/wearable_items/_exp05/guk_turtle_vanguard/shoulders_turtle_pauldrons_both',1096),
(12852,12680,'accessories/wearable_items/_exp05/guk_turtle_vanguard/chest',1096),
(12853,12681,'accessories/wearable_items/_exp05/guk_turtle_vanguard/feet',1096),
(12854,12682,'accessories/wearable_items/_exp05/guk_turtle_vanguard/forearms',1096),
(12855,12683,'accessories/wearable_items/_exp05/guk_turtle_vanguard/guk_turtle_knee_plate_left',1096),
(12856,12684,'accessories/wearable_items/_exp05/guk_turtle_vanguard/guk_turtle_knee_plate_right',1096),
(12857,12685,'accessories/wearable_items/_exp05/guk_turtle_vanguard/hands',1096),
(12858,12686,'accessories/wearable_items/_exp05/guk_turtle_vanguard/legs_noskirt',1096),
(12859,12687,'accessories/wearable_items/_exp05/guk_turtle_vanguard/legs_turtle_kneepads',1096),
(12860,12688,'accessories/wearable_items/_exp05/guk_turtle_vanguard/right',1096),
(12861,12689,'accessories/wearable_items/_exp05/guk_turtle_vanguard/shoulders',1096),
(12862,12690,'accessories/wearable_items/_exp05/guk_turtle_vanguard/shoulders_nopauldrons',1096),
(12863,12691,'ec/pc/kerra/kerra_female_ghost_loop',1096),
(12864,12692,'ec/pc/kerra/kerra_male_ghost_loop',1096),
(12865,12693,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/chest',1096),
(12866,12694,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/feet',1096),
(12867,12695,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/hands',1096),
(12868,12696,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/head',1096),
(12869,12697,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/pants',1096),
(12870,12698,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/skirt',1096),
(12871,12699,'creatures/monsters/winged_nightmare_transport',1096),
(12872,12700,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/chest_disc',1096),
(12873,12701,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/chest_disc_pauldrons',1096),
(12874,12702,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/chest_pauldrons',1096),
(12875,12703,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/crystal_disc',1096),
(12876,12704,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/shiny_robe_of_the_underfoot_pauldron_left',1096),
(12877,12705,'accessories/wearable_items/_exp06/shiny_robe_of_the_underfoot/shiny_robe_of_the_underfoot_pauldron_right',1096),
(12878,12706,'accessories/wieldable_items/shields/exp06/chaos_shield',1096),
(12879,12707,'accessories/wearable_items/_exp06/tradeskill_armor_cloth_shamrocks/feet',1096),
(12880,12708,'accessories/wearable_items/snapons/fx/feet_trail_shamrocks',1096),
(12881,12709,'staticobjects/liveevent/brew_day/dpo_brewday_frothy_mug01',1096),
(12882,12710,'staticobjects/liveevent/brew_day/dpo_brewday_frothy_mug02',1096),
(12883,12711,'staticobjects/liveevent/brew_day/dpo_brewday_frothy_mug03',1096),
(12884,12712,'accessories/wieldable_items/misc/stein002_plain_frothy',1096),
(12885,12713,'accessories/wieldable_items/weapons/staff/cobra_staff/cobra_staff_plain_shissar',1096),
(12886,12714,'staticobjects/_exp06/erudin_bench02_globe',1096),
(12887,12715,'staticobjects/_exp06/erudin_library_orb',1096),
(12888,12716,'staticobjects/_exp06/erudin_library_r01_transporter',1096),
(12889,12717,'staticobjects/_exp06/erudin_library_bookcase_sliding01',1096),
(12890,12718,'staticobjects/_exp06/erudin_table01_marble',1096),
(12891,12719,'staticobjects/_exp06/erudin_table01_hutch_marble',1096),
(12892,12720,'staticobjects/_exp06/erudin_rug_rolled_group01',1096),
(12893,12721,'staticobjects/_exp06/erudin_research_stool',1096),
(12894,12722,'staticobjects/_exp06/erudin_research_table',1096),
(12895,12723,'staticobjects/_exp06/erudin_bottle_purplegoo',1096),
(12896,12724,'staticobjects/_exp06/erudin_book04',1096),
(12897,12725,'staticobjects/_exp06/erudin_book03',1096),
(12898,12726,'staticobjects/_exp06/erudin_book02',1096),
(12899,12727,'staticobjects/_exp06/erudin_book01',1096),
(12900,12728,'staticobjects/_exp06/erudin_chair02_globe',1096),
(12901,12729,'staticobjects/_exp06/erudin_chair01_globe',1096),
(12902,12730,'staticobjects/promo_items/promo_battlegrounds_statue',1096),
(12903,12731,'staticobjects/liveevent/brew_day/dpo_vrsn_winebottle01_red',1096),
(12904,12732,'staticobjects/_exp06/hua_cup_01_filled',1096),
(12905,12733,'staticobjects/kitchen/floor_pot_human_cooking02_water_dpo',1096),
(12906,12734,'staticobjects/portals/tallonite_portal',1096),
(12907,12735,'staticobjects/_exp06/odus_north_mailbox',1096),
(12908,12736,'creatures/monsters/ankylosaurus',1096),
(12909,12737,'accessories/wearable_items/_exp05/guk_heavycloth/guk_turrtle_pauldron01_right',1096),
(12910,12738,'accessories/wearable_items/_exp05/guk_heavycloth/guk_turrtle_pauldron01_left',1096),
(12911,12739,'creatures/mounts/horse_demon/horse_demon_velium',1096),
(12912,12740,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/skirt',1096),
(12913,12741,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/chest',1096),
(12914,12742,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/feet',1096),
(12915,12743,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/forearms',1096),
(12916,12744,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/hands',1096),
(12917,12745,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/head',1096),
(12918,12746,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/head_for_classic_erudite',1096),
(12919,12747,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/legs',1096),
(12920,12748,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/legs_noskirt',1096),
(12921,12749,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_white/shoulders',1096),
(12922,12751,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_grimblade',1096),
(12923,12752,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/skirt',1096),
(12924,12753,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/chest',1096),
(12925,12754,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/feet',1096),
(12926,12755,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/forearms',1096),
(12927,12756,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/hands',1096),
(12928,12757,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/head',1096),
(12929,12758,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/head_for_classic_erudite',1096),
(12930,12759,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/legs',1096),
(12931,12760,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/legs_noskirt',1096),
(12932,12761,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_black/shoulders',1096),
(12933,12762,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/skirt',1096),
(12934,12763,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/chest',1096),
(12935,12764,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/feet',1096),
(12936,12765,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/forearms',1096),
(12937,12766,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/hands',1096),
(12938,12767,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/head',1096),
(12939,12768,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/head_for_classic_erudite',1096),
(12940,12769,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/legs',1096),
(12941,12770,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/legs_noskirt',1096),
(12942,12771,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_blue/shoulders',1096),
(12943,12772,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/skirt',1096),
(12944,12773,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/chest',1096),
(12945,12774,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/feet',1096),
(12946,12775,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/forearms',1096),
(12947,12776,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/hands',1096),
(12948,12777,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/head',1096),
(12949,12778,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/head_for_classic_erudite',1096),
(12950,12779,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/legs',1096),
(12951,12780,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/legs_noskirt',1096),
(12952,12781,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_orange/shoulders',1096),
(12953,12782,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/skirt',1096),
(12954,12783,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/chest',1096),
(12955,12784,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/feet',1096),
(12956,12785,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/forearms',1096),
(12957,12786,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/hands',1096),
(12958,12787,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/head',1096),
(12959,12788,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/head_for_classic_erudite',1096),
(12960,12789,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/legs',1096),
(12961,12790,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/legs_noskirt',1096),
(12962,12791,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_red/shoulders',1096),
(12963,12792,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/skirt',1096),
(12964,12793,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/chest',1096),
(12965,12794,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/feet',1096),
(12966,12795,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/forearms',1096),
(12967,12796,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/hands',1096),
(12968,12797,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/head',1096),
(12969,12798,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/head_for_classic_erudite',1096),
(12970,12799,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/legs',1096),
(12971,12800,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/legs_noskirt',1096),
(12972,12801,'accessories/wearable_items/_exp06/erudite_classic_armor/erudite_classic_armor_leather_violet/shoulders',1096),
(12973,12802,'_exp06/zones/objects/exp06_dun_the_sentinel/sen_small_crate_01_dpo',1096),
(12974,12803,'_exp06/zones/objects/exp06_dun_vastydeep01/vastydeep01_topiary_dpo',1096),
(12975,12804,'_exp06/zones/objects/exp06_dun_vastydeep02/vastydeep02_tube_dpo',1096),
(12976,12805,'_exp06/zones/objects/exp06_dun_vastydeep03/vastydeep03_shrine01_dpo',1096),
(12977,12806,'staticobjects/weapons/dpo_small_dwarf_axe',1096),
(12978,12807,'staticobjects/statues/citymerchant_90_statue_base',1096),
(12979,12808,'staticobjects/statues/citymerchant_90_statue_dragon',1096),
(12980,12809,'staticobjects/_exp03/dpo_dwarf_winebottle01',1096),
(12981,12810,'staticobjects/_exp03/dpo_dwarf_bed01',1096),
(12982,12811,'staticobjects/_exp03/dpo_dwarf_bed02',1096),
(12983,12812,'staticobjects/_exp03/dpo_dwarf_bookcase01',1096),
(12984,12813,'staticobjects/_exp03/dpo_dwarf_chair01',1096),
(12985,12814,'staticobjects/_exp03/dpo_dwarf_crate01',1096),
(12986,12815,'staticobjects/_exp03/dpo_dwarf_cup01',1096),
(12987,12816,'staticobjects/_exp03/dpo_dwarf_lantern01',1096),
(12988,12817,'staticobjects/_exp03/dpo_dwarf_nightstand01',1096),
(12989,12818,'staticobjects/_exp03/dpo_dwarf_stool01',1096),
(12990,12819,'staticobjects/_exp03/dpo_dwarf_table01',1096),
(12991,12820,'staticobjects/_exp03/dpo_dwarf_table02',1096),
(12992,12821,'staticobjects/_exp03/dpo_dwarf_throne01',1096),
(12993,12822,'staticobjects/_exp03/dpo_dwarf_weaponrack01',1096),
(12994,12823,'staticobjects/easels/dpo_djn_paintbuckets_group01',1096),
(12995,12824,'staticobjects/easels/djn_paintbucket01',1096),
(12996,12825,'accessories/wieldable_items/soga_weapons/mage/staff_of_phoenix_flame_fx',1096),
(12997,12826,'accessories/wieldable_items/soga_weapons/scout/traceless_wounding_dark_fx',1096),
(12998,12827,'staticobjects/battlegrounds/battleground_flag_blue',1096),
(12999,12828,'staticobjects/battlegrounds/battleground_flag_red',1096),
(13000,12829,'staticobjects/battlegrounds/battleground_flag_white',1096),
(13001,12830,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/skirt',1096),
(13002,12831,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/chest',1096),
(13003,12832,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/feet',1096),
(13004,12833,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/forearms',1096),
(13005,12834,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/hands',1096),
(13006,12835,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/head',1096),
(13007,12836,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/head_chaos_epic',1096),
(13008,12837,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/legs',1096),
(13009,12838,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/legs_noskirt',1096),
(13010,12839,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/shoulders_epic_pauldrons',1096),
(13011,12840,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/shoulders_no_pauldrons',1096),
(13012,12841,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/snap_ons/head_chaos_helm',1096),
(13013,12842,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/snap_ons/chaos_pauldrons_left',1096),
(13014,12843,'accessories/wearable_items/_exp06/chaos_armor/leather_armor/snap_ons/chaos_pauldrons_right',1096),
(13015,12844,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/feet',1096),
(13016,12845,'accessories/wearable_items/_exp06/chaos_armor/robe_armor/hands',1096),
(13017,12847,'_exp06/characters/tool_users/erudite_classic_el_arad/erudite_classic_el_arad',1096),
(13018,12848,'accessories/wieldable_items/weapons/exp06/staff/exp06_2h_staff_el_arad',1096),
(13019,12849,'accessories/wearable_items/cloak/exp06/cloak_battleground_symbol',1096),
(13020,12850,'staticobjects/tcg/tcg_tapestry_crystalshards',1096),
(13021,12851,'staticobjects/tcg/tcg_tapestry_master_assassin',1096),
(13022,12852,'staticobjects/tcg/tcg_tapestry_runes',1096),
(13023,12853,'staticobjects/tcg/tcg_painting43_krulkiel',1096),
(13024,12854,'staticobjects/tcg/tcg_painting39_lordknight',1096),
(13025,12855,'staticobjects/tcg/tcg_painting40_goddess',1096),
(13026,12856,'staticobjects/tcg/tcg_painting41_beast',1096),
(13027,12857,'staticobjects/tcg/tcg_painting42_lesson',1096),
(13028,12858,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/skirt',1096),
(13029,12859,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/chest',1096),
(13030,12860,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/feet',1096),
(13031,12861,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/forearms',1096),
(13032,12862,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/hands',1096),
(13033,12863,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/head',1096),
(13034,12864,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/head_chain_epic',1096),
(13035,12865,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/legs',1096),
(13036,12866,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/legs_noskirt',1096),
(13037,12867,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/shoulders_epic_pauldrons',1096),
(13038,12868,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/shoulders_no_pauldrons',1096),
(13039,12869,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/snap_ons/chaos_pauldrons_right',1096),
(13040,12870,'accessories/wearable_items/_exp06/chaos_armor/chain_armor/snap_ons/chaos_pauldrons_left',1096),
(13041,12871,'staticobjects/tcg/tcg_painting_lon9',1096),
(13042,12872,'_exp06/zones/objects/exp06_rgn_odus_north/barricade_long',1096),
(13043,12873,'accessories/wearable_items/cloak/exp06/cloak_battleground_symbol_02',1096),
(13044,12874,'staticobjects/battlegrounds/battleground_relic',1096),
(13045,12875,'_exp06/characters/tool_users/erudite_classic_male/erudite_classic_male_hover',1096),
(13046,12876,'_exp06/zones/objects/exp06_dun_vastydeep02/dragon_test_tube_intact_dpo',1096),
(13047,12877,'_exp06/zones/objects/exp06_dun_vastydeep02/dragon_test_tube_broken_dpo',1096),
(13048,12878,'staticobjects/easels/djn_paintbucket01_orange',1096),
(13049,12879,'staticobjects/easels/djn_paintbucket01_blue',1096),
(13050,12880,'_exp06/zones/objects/exp06_dun_vastydeep02/dragon_room_clear_tube',1096),
(13051,12881,'_exp06/zones/objects/plunderable_loot/eru_rug01_rolled',1096),
(13052,12882,'staticobjects/guildhall/standard_flag_blue',1096),
(13053,12883,'staticobjects/guildhall/standard_flag_green',1096),
(13054,12884,'staticobjects/guildhall/standard_flag_orange',1096),
(13055,12885,'staticobjects/guildhall/standard_flag_purple',1096),
(13056,12886,'staticobjects/guildhall/standard_flag_red',1096),
(13057,12887,'staticobjects/guildhall/standard_flag_white',1096),
(13058,12888,'staticobjects/guildhall/standard_flag_yellow',1096),
(13059,12889,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/skirt',1096),
(13060,12890,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/chest',1096),
(13061,12891,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/feet',1096),
(13062,12892,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/hands',1096),
(13063,12893,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/head',1096),
(13064,12895,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/pants',1096),
(13065,12986,'staticobjects/battlegrounds/battleground_relic_force_bars',1096),
(13066,12987,'creatures/mounts/warg_mount/warg_armor04',1096),
(13067,12988,'creatures/mounts/warg_mount/warg_armor04_twotoned',1096),
(13068,12989,'creatures/mounts/warg_mount/warg_armor04_albino',1096),
(13069,12990,'creatures/mounts/warg_mount/warg_armor04_spotted',1096),
(13070,12991,'creatures/mounts/flying_disc/flying_disc_battleground_red',1096),
(13071,12992,'creatures/mounts/flying_disc/flying_disc_battleground_blue',1096),
(13072,12993,'creatures/monsters/clockwork_steel_gazer_with_light',1096),
(13073,12994,'accessories/wearable_items/_exp06/holy_robe_of_the_underfoot/head_collar',1096),
(13074,12995,'staticobjects/cages/dpo_qey_birdcage002_parrot',1096),
(13075,12996,'staticobjects/battlegrounds/battleground_ctf_base01_force_bars',1096),
(13076,12997,'staticobjects/battlegrounds/battleground_ctf_base02_force_bars',1096),
(13077,12998,'staticobjects/bookcases/vastydeep_library01_flatstacks01_shortwide',1096),
(13078,12999,'staticobjects/bookcases/vastydeep_library01_flatstacks01_tall',1096),
(13079,13000,'accessories/wieldable_items/weapons/exp06/staff/exp06_2h_staff_tallonite_glow',1096),
(13080,13001,'accessories/wieldable_items/weapons/exp06/staff/exp06_2h_staff_tallonite',1096),
(13081,13002,'staticobjects/bookcases/vastydeep_library01_flatstacks01_2rows',1096),
(13082,13003,'staticobjects/bookcases/vastydeep_library01_flatstacks01_2rowswide',1096),
(13083,13004,'staticobjects/battlegrounds/battleground_smuggler_den_base01_force_bars',1096),
(13084,13005,'staticobjects/battlegrounds/battleground_smuggler_den_base02_force_bars',1096),
(13085,13006,'staticobjects/pictures/exp06_citymerchant_venekor',1096),
(13086,13007,'staticobjects/pictures/exp06_carpenter_jarsath',1096),
(13087,13008,'staticobjects/pictures/exp06_carpenter_rivervalebar',1096),
(13088,13009,'staticobjects/pictures/exp06_carpenter_tinkerfest',1096),
(13089,13010,'staticobjects/pictures/exp06_citymerchant_barrensky',1096),
(13090,13011,'staticobjects/pictures/exp06_citymerchant_kurns',1096),
(13091,13012,'staticobjects/pictures/exp06_citymerchant_rime',1096),
(13092,13013,'accessories/wieldable_items/weapons/exp06/staff/erudite_rune_staff',1096),
(13093,13014,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_tallonite_katana_slice',1096),
(13094,13015,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_tallonite_katana_parry',1096),
(13095,13016,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/snap_ons/chaos_pauldrons_right',1096),
(13096,13017,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/snap_ons/chaos_pauldrons_left',1096),
(13097,13018,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/skirt',1096),
(13098,13019,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/chest',1096),
(13099,13020,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/feet',1096),
(13100,13021,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/forearms',1096),
(13101,13022,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/hands',1096),
(13102,13023,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/head',1096),
(13103,13024,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/head_chain_epic',1096),
(13104,13025,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/legs',1096),
(13105,13026,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/legs_noskirt',1096),
(13106,13027,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/shoulders',1096),
(13107,13028,'accessories/wearable_items/_exp06/chaos_armor_black/chain_armor/shoulders_chaos_epic',1096),
(13108,13029,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/chest',1096),
(13109,13030,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/snap_ons/head_chaos_helm',1096),
(13110,13031,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/snap_ons/chaos_pauldrons_left',1096),
(13111,13032,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/snap_ons/chaos_pauldrons_right',1096),
(13112,13033,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/skirt',1096),
(13113,13034,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/feet',1096),
(13114,13035,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/forearms',1096),
(13115,13036,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/hands',1096),
(13116,13037,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/head',1096),
(13117,13038,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/head_chaos_epic',1096),
(13118,13039,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/legs',1096),
(13119,13040,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/legs_noskirt',1096),
(13120,13041,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/shoulders_epic_pauldrons',1096),
(13121,13042,'accessories/wearable_items/_exp06/chaos_armor_black/leather_armor/shoulders_no_pauldrons',1096),
(13122,13043,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/snap_ons/chaos_pauldrons_upper_right',1096),
(13123,13044,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/snap_ons/chaos_pauldrons_lower_left',1096),
(13124,13045,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/snap_ons/chaos_pauldrons_lower_right',1096),
(13125,13046,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/snap_ons/chaos_pauldrons_upper_left',1096),
(13126,13047,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/skirt',1096),
(13127,13048,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/chest',1096),
(13128,13049,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/chest_chaos_pauldrons',1096),
(13129,13050,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/feet',1096),
(13130,13051,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/hands',1096),
(13131,13052,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/head',1096),
(13132,13053,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/head_chaos_helm',1096),
(13133,13054,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/head_collar',1096),
(13134,13055,'accessories/wearable_items/_exp06/chaos_armor_black/robe_armor/pants',1096),
(13135,13056,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_shin_right',1096),
(13136,13057,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_forearm_left',1096),
(13137,13058,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_forearm_right',1096),
(13138,13059,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_pauldrons_lower_left',1096),
(13139,13060,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_pauldrons_lower_right',1096),
(13140,13061,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_pauldrons_upper_left',1096),
(13141,13062,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_pauldrons_upper_right',1096),
(13142,13063,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/snap_ons/chaos_shin_left',1096),
(13143,13064,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/skirt',1096),
(13144,13065,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/chest',1096),
(13145,13066,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/feet',1096),
(13146,13067,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/forearms',1096),
(13147,13068,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/hands',1096),
(13148,13069,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/hands_chaos_gauntlets',1096),
(13149,13070,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/head',1096),
(13150,13071,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/head_chaos_helm',1096),
(13151,13072,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/legs',1096),
(13152,13073,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/legs_chaos_shins',1096),
(13153,13074,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/legs_noskirt',1096),
(13154,13075,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/right',1096),
(13155,13076,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/shoulders',1096),
(13156,13077,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/shoulders_chaos_armor_all',1096),
(13157,13078,'accessories/wearable_items/_exp06/chaos_armor_black/vanguard_armor/shoulders_nopauldrons',1096),
(13158,13079,'staticobjects/_exp06/thehole_platcol_01',1096),
(13159,13080,'accessories/wieldable_items/weapons/exp06/2h_crush/exp06_2h_korshahammer',1096),
(13160,13081,'_exp06/zones/objects/exp06_dun_vastydeep02/exp06_dun_vastydeep02_secretroom01_panel01',1096),
(13161,13082,'accessories/wearable_items/_exp06/raven_robe/raven_shoulder_right',1096),
(13162,13083,'accessories/wearable_items/_exp06/raven_robe/chest_epic_pauldrons',1096),
(13163,13084,'accessories/wearable_items/_exp06/raven_robe/feet',1096),
(13164,13085,'accessories/wearable_items/_exp06/raven_robe/hands',1096),
(13165,13086,'accessories/wearable_items/_exp06/raven_robe/head_epic_hood',1096),
(13166,13087,'accessories/wearable_items/_exp06/raven_robe/raven_shoulder_left',1096),
(13167,13088,'accessories/wearable_items/_exp06/raven_robe/snap_ons/head_raven_helm',1096),
(13168,13089,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_akinakes',1096),
(13169,13090,'accessories/wieldable_items/weapons/exp06/1h_pierce/exp06_1hp_serpent_tongue',1096),
(13170,13091,'staticobjects/battlegrounds/dpo_bg_ctf_statue_sword_houseitem01',1096),
(13171,13092,'staticobjects/battlegrounds/dpo_battleground_flag01_blue',1096),
(13172,13093,'staticobjects/battlegrounds/dpo_battleground_flag01_brown',1096),
(13173,13094,'staticobjects/battlegrounds/dpo_battleground_flag01_green',1096),
(13174,13095,'staticobjects/battlegrounds/dpo_battleground_flag01_orange',1096),
(13175,13096,'staticobjects/battlegrounds/dpo_battleground_flag01_pink',1096),
(13176,13097,'staticobjects/battlegrounds/dpo_battleground_flag01_purple',1096),
(13177,13098,'staticobjects/battlegrounds/dpo_battleground_flag01_red',1096),
(13178,13099,'staticobjects/battlegrounds/dpo_battleground_flag01_white',1096),
(13179,13100,'staticobjects/battlegrounds/dpo_battleground_flag01_yellow',1096),
(13180,13101,'staticobjects/soe_wallet/battlegrounds_relic01_murderballpedestal01_dpo',1096),
(13181,13102,'staticobjects/soe_wallet/battlegrounds_relic01_console01_dpo',1096),
(13182,13103,'staticobjects/battlegrounds/battlegrounds_relic01_console02_dpo',1096),
(13183,13104,'staticobjects/soe_wallet/battlegrounds_relic01_crane01_dpo',1096),
(13184,13105,'staticobjects/battlegrounds/battlegrounds_relic01_crane02_dpo',1096),
(13185,13106,'staticobjects/brazier/erudite_totem01',1096),
(13186,13107,'_exp06/characters/monsters/golem_odus/golem_odus',1096),
(13187,13108,'accessories/wearable_items/cloak/exp06/cloak_bg_chaos_red',1096),
(13188,13109,'accessories/wearable_items/cloak/exp06/cloak_bg_chaos',1096),
(13189,13110,'accessories/wearable_items/cloak/exp06/cloak_bg_chaos_gold',1096),
(13190,13111,'staticobjects/soe_wallet/battleground_ctf_wallbrazier01_blue',1096),
(13191,13112,'staticobjects/soe_wallet/battleground_ctf_wallbrazier01_red',1096),
(13192,13113,'staticobjects/soe_wallet/battleground_nodes_coffinornament01_blue',1096),
(13193,13114,'staticobjects/soe_wallet/battleground_nodes_coffinornament01_red',1096),
(13194,13115,'staticobjects/guildhall/trophies/floor_vuulan_head',1096),
(13195,13116,'staticobjects/guildhall/trophies/floor_perah_head',1096),
(13196,13117,'staticobjects/guildhall/trophies/floor_seadragon_head',1096),
(13197,13118,'staticobjects/guildhall/trophies/floor_theer_sword_evil',1096),
(13198,13119,'staticobjects/guildhall/trophies/floor_theer_sword_good',1096),
(13199,13120,'staticobjects/guildhall/trophies/floor_toxx_head',1096),
(13200,13121,'staticobjects/weapons/dpo_weaponsmith_tool',1096),
(13201,13122,'staticobjects/weapons/dpo_alchemist_tool',1096),
(13202,13123,'staticobjects/weapons/dpo_armorer_tool',1096),
(13203,13124,'staticobjects/weapons/dpo_carpenter_tool',1096),
(13204,13125,'staticobjects/weapons/dpo_jeweler_tool',1096),
(13205,13126,'staticobjects/weapons/dpo_provisioner_tool',1096),
(13206,13127,'staticobjects/weapons/dpo_sage_tool',1096),
(13207,13128,'staticobjects/weapons/dpo_tailor_tool',1096),
(13208,13129,'staticobjects/_exp06/paineel_graves',1096),
(13209,13130,'accessories/wieldable_items/weapons/exp06/staff/exp06_2h_silver_staff',1096),
(13210,13131,'accessories/wearable_items/_exp06/order_of_nature_robe/chest_epic_pauldrons',1096),
(13211,13132,'accessories/wearable_items/_exp06/order_of_nature_robe/order_of_nature_pauldron_left',1096),
(13212,13133,'accessories/wearable_items/_exp06/order_of_nature_robe/order_of_nature_pauldron_right',1096),
(13213,13134,'creatures/monsters/floating_book',1096),
(13214,13135,'accessories/wieldable_items/shields/exp06/crystal_star_shield_fx',1096),
(13215,13136,'accessories/wieldable_items/soga_weapons/priest/the_holy_spirit_fx',1096),
(13216,13137,'accessories/wieldable_items/soga_weapons/priest/massive_hammer_fx',1096),
(13217,13138,'accessories/wieldable_items/weapons/dagger/embalming_blade/embalming_blade_plain_fx',1096),
(13218,13139,'accessories/wieldable_items/weapons/dagger/jambiya/jambiya_plain_fx',1096),
(13219,13140,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_flame_dagger_fx',1096),
(13220,13141,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_flame_dagger_rune_fx',1096),
(13221,13142,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dragonhilt_dagger_fire',1096),
(13222,13143,'accessories/wieldable_items/weapons/exp04/1h_pierce/exp04_1hp_dual_bladed_stiletto_fx',1096),
(13223,13144,'accessories/wieldable_items/weapons/exp05/exp05_bow_guk_bow_fx',1096),
(13224,13145,'accessories/wieldable_items/weapons/exp05/exp05_korsha_longbow_fx',1096),
(13225,13146,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_tangler_fx',1096),
(13226,13147,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_axe_emerald_ripper_fx',1096),
(13227,13148,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_crystal_blade_of_chaos_fx',1096),
(13228,13149,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_soulleach_fx',1096),
(13229,13150,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_spirit_of_the_forest_fx',1096),
(13230,13151,'accessories/wieldable_items/weapons/exp04/fist/exp04_fist_dull_ulak_fx',1096),
(13231,13152,'accessories/wieldable_items/weapons/rapier/epee/epee001_runic_fx',1096),
(13232,13153,'accessories/wieldable_items/weapons/talisman/censer/censer001_runic_lightfx',1096),
(13233,13154,'accessories/wieldable_items/weapons/staff/escrima/escrima002_ornate_fx',1096),
(13234,13155,'_exp06/zones/objects/exp06_dun_erudin_palace/good_theer_sword_placed',1096),
(13235,13156,'_exp06/zones/objects/exp06_dun_erudin_palace/evil_theer_sword_placed',1096),
(13236,13157,'staticobjects/_exp06/thehole_breakable_wall',1096),
(13237,13158,'accessories/wieldable_items/weapons/exp06/1h_crush/exp06_1h_crush_candlestick',1096),
(13238,13159,'accessories/wieldable_items/weapons/exp06/1h_pierce/exp06_1hp_erudin_dagger',1096),
(13239,13160,'accessories/wieldable_items/weapons/exp06/staff/exp06_2h_staff_erudin',1096),
(13240,13161,'accessories/wearable_items/_exp06/dragon_vanguard/skirt',1096),
(13241,13162,'accessories/wearable_items/_exp06/dragon_vanguard/chest',1096),
(13242,13163,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_left',1096),
(13243,13164,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_right',1096),
(13244,13165,'accessories/wearable_items/_exp06/dragon_vanguard/feet',1096),
(13245,13166,'accessories/wearable_items/_exp06/dragon_vanguard/forearms',1096),
(13246,13167,'accessories/wearable_items/_exp06/dragon_vanguard/hands',1096),
(13247,13168,'accessories/wearable_items/_exp06/dragon_vanguard/head',1096),
(13248,13169,'accessories/wearable_items/_exp06/dragon_vanguard/head_dragon_helm',1096),
(13249,13170,'accessories/wearable_items/_exp06/dragon_vanguard/legs',1096),
(13250,13171,'accessories/wearable_items/_exp06/dragon_vanguard/legs_dragon_snapons',1096),
(13251,13172,'accessories/wearable_items/_exp06/dragon_vanguard/legs_noskirt',1096),
(13252,13173,'accessories/wearable_items/_exp06/dragon_vanguard/right',1096),
(13253,13174,'accessories/wearable_items/_exp06/dragon_vanguard/shoulders',1096),
(13254,13175,'accessories/wearable_items/_exp06/dragon_vanguard/shoulders_dragon_pauldron',1096),
(13255,13176,'accessories/wearable_items/_exp06/dragon_vanguard/shoulders_nopauldrons',1096),
(13256,13177,'accessories/wearable_items/_exp06/dragon_chain/dragon_pauldron_left',1096),
(13257,13178,'accessories/wearable_items/_exp06/dragon_chain/dragon_pauldron_right',1096),
(13258,13179,'accessories/wearable_items/_exp06/dragon_chain/head_dragon_helm',1096),
(13259,13180,'accessories/wearable_items/_exp06/dragon_leather/shoulders_pauldrons',1096),
(13260,13181,'accessories/wearable_items/_exp06/dragon_robe/chest_pauldrons',1096),
(13261,13182,'accessories/wearable_items/_exp06/dragon_robe/head_dragon_hood',1096),
(13262,13183,'staticobjects/_exp02/bonemire_houseitem_dpo',1096),
(13263,13184,'accessories/wieldable_items/weapons/exp06/1h_crush/exp06_1h_crush_erudin_library_wrench',1096),
(13264,13185,'accessories/wieldable_items/weapons/exp06/1h_crush/exp06_1h_crush_erudin_library_wand',1096),
(13265,13186,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_shin_right',1096),
(13266,13187,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_forearm_left',1096),
(13267,13188,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_forearm_right',1096),
(13268,13189,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_pauldrons_lower_left',1096),
(13269,13190,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_pauldrons_lower_right',1096),
(13270,13191,'accessories/wearable_items/_exp06/dragon_vanguard/snap_ons/dragon_shin_left',1096),
(13271,13192,'accessories/wieldable_items/weapons/exp06/bow/exp06_2h_tallonite_longbow',1096),
(13272,13193,'accessories/wieldable_items/weapons/exp06/bow/exp06_tallonite_longbow',1096),
(13273,13194,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister_swivel/backpack_brewmeister_swivel_mug',1096),
(13274,13195,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister_swivel/backpack_brewmeister_swivel',1096),
(13275,13196,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister_swivel/backpack_brewmeister_swivel_barrel',1096),
(13276,13197,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister_swivel/backpack_brewmeister_swivel_chalice',1096),
(13277,13198,'accessories/wearable_items/snapons/backpacks/backpack_brewmeister_swivel/backpack_brewmeister_swivel_cup',1096),
(13278,13199,'accessories/wearable_items/_exp07/ice_armor/chain/skirt',1096),
(13279,13200,'accessories/wearable_items/_exp07/ice_armor/chain/chest',1096),
(13280,13201,'accessories/wearable_items/_exp07/ice_armor/chain/feet',1096),
(13281,13202,'accessories/wearable_items/_exp07/ice_armor/chain/forearms',1096),
(13282,13203,'accessories/wearable_items/_exp07/ice_armor/chain/hands',1096),
(13283,13204,'accessories/wearable_items/_exp07/ice_armor/chain/head',1096),
(13284,13205,'accessories/wearable_items/_exp07/ice_armor/chain/legs',1096),
(13285,13206,'accessories/wearable_items/_exp07/ice_armor/chain/legs_noskirt',1096),
(13286,13207,'accessories/wearable_items/_exp07/ice_armor/chain/shoulders',1096),
(13287,13208,'accessories/wearable_items/_exp07/ice_armor/chain/shoulders_pauldrons',1096),
(13288,13209,'_exp06/characters/tool_users/snow_orc/snow_orc_base',1096),
(13289,13210,'accessories/npc_wearables/snow_orc/shoulders_common_armor',1096),
(13290,13211,'accessories/npc_wearables/snow_orc/chest_common_armor',1096),
(13291,13212,'accessories/npc_wearables/snow_orc/chest_heavy_armor',1096),
(13292,13213,'accessories/npc_wearables/snow_orc/chest_hunter_armor',1096),
(13293,13214,'accessories/npc_wearables/snow_orc/chest_hunter_armor_no_shoulders',1096),
(13294,13215,'accessories/npc_wearables/snow_orc/feet_common_armor',1096),
(13295,13216,'accessories/npc_wearables/snow_orc/feet_heavy_armor',1096),
(13296,13217,'accessories/npc_wearables/snow_orc/feet_hunter_armor',1096),
(13297,13218,'accessories/npc_wearables/snow_orc/forearms_heavy_armor_both',1096),
(13298,13219,'accessories/npc_wearables/snow_orc/forearms_hunter_armor_both',1096),
(13299,13220,'accessories/npc_wearables/snow_orc/hands_common_armor',1096),
(13300,13221,'accessories/npc_wearables/snow_orc/head_common_armor',1096),
(13301,13222,'accessories/npc_wearables/snow_orc/head_heavy_armor',1096),
(13302,13223,'accessories/npc_wearables/snow_orc/head_hunter_armor',1096),
(13303,13224,'accessories/npc_wearables/snow_orc/legs_common_armor',1096),
(13304,13225,'accessories/npc_wearables/snow_orc/legs_heavy_armor',1096),
(13305,13226,'staticobjects/liveevent/cityfestivals/halas_cup_03',1096),
(13306,13227,'staticobjects/tableware/hal_cup_04',1096),
(13307,13228,'staticobjects/liveevent/cityfestivals/halas_coldain_bench_02',1096),
(13308,13229,'staticobjects/liveevent/cityfestivals/halas_barbarian_anvil',1096),
(13309,13230,'staticobjects/liveevent/cityfestivals/halas_barbarian_bar_01',1096),
(13310,13231,'staticobjects/liveevent/cityfestivals/halas_barbarian_bar_02',1096),
(13311,13232,'staticobjects/crates/halas_crate_04',1096),
(13312,13233,'staticobjects/counters/halas_barbarian_counter_02',1096),
(13313,13234,'staticobjects/liveevent/cityfestivals/halas_barbarian_stool_01',1096),
(13314,13235,'staticobjects/liveevent/cityfestivals/halas_barbarian_table_01',1096),
(13315,13236,'staticobjects/soe_wallet/halas_barbarian_bar_table_02',1096),
(13316,13237,'staticobjects/liveevent/cityfestivals/halas_forge_02',1096),
(13317,13238,'staticobjects/liveevent/cityfestivals/halas_forge_01',1096),
(13318,13239,'staticobjects/liveevent/cityfestivals/halas_anvil_01',1096),
(13319,13240,'staticobjects/liveevent/cityfestivals/halas_floortile_ice',1096),
(13320,13241,'staticobjects/liveevent/cityfestivals/dpo_wallmailbox_halas',1096),
(13321,13242,'staticobjects/liveevent/cityfestivals/dpo_gf_kel_int_divider_wall01_halas',1096),
(13322,13243,'staticobjects/liveevent/cityfestivals/halas_mirror',1096),
(13323,13244,'staticobjects/liveevent/cityfestivals/halas_largecolumn',1096),
(13324,13245,'staticobjects/liveevent/cityfestivals/halas_displaycounter',1096),
(13325,13246,'staticobjects/liveevent/cityfestivals/halas_table_pedestal',1096),
(13326,13247,'staticobjects/liveevent/cityfestivals/halas_table_03',1096),
(13327,13248,'staticobjects/liveevent/cityfestivals/halas_coldain_torch_01',1096),
(13328,13249,'staticobjects/liveevent/cityfestivals/halas_chair_05',1096),
(13329,13250,'staticobjects/liveevent/cityfestivals/halas_chair_04',1096),
(13330,13251,'accessories/wearable_items/_exp07/ice_armor/leather/skirt',1096),
(13331,13252,'accessories/wearable_items/_exp07/ice_armor/leather/chest',1096),
(13332,13253,'accessories/wearable_items/_exp07/ice_armor/leather/feet',1096),
(13333,13254,'accessories/wearable_items/_exp07/ice_armor/leather/forearms',1096),
(13334,13255,'accessories/wearable_items/_exp07/ice_armor/leather/hands',1096),
(13335,13256,'accessories/wearable_items/_exp07/ice_armor/leather/head',1096),
(13336,13257,'accessories/wearable_items/_exp07/ice_armor/leather/legs',1096),
(13337,13258,'accessories/wearable_items/_exp07/ice_armor/leather/legs_noskirt',1096),
(13338,13259,'accessories/wearable_items/_exp07/ice_armor/leather/shoulders',1096),
(13339,13260,'accessories/wearable_items/_exp07/ice_armor/leather/shoulders_pauldrons',1096),
(13340,13261,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel_spikes',1096),
(13341,13262,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel',1096),
(13342,13263,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel_jug',1096),
(13343,13264,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel_lock',1096),
(13344,13265,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel_mallet',1096),
(13345,13266,'accessories/wearable_items/snapons/backpacks/backpack_adventurer_swivel/backpack_adventurer_swivel_rope',1096),
(13346,13267,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_sauce_pan',1096),
(13347,13268,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel',1096),
(13348,13269,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_bread_loaf',1096),
(13349,13270,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_coffee_pot',1096),
(13350,13271,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_cooking_pot',1096),
(13351,13272,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_rolling_pin',1096),
(13352,13273,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_salami_base',1096),
(13353,13274,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_salami_end_01',1096),
(13354,13275,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_salami_end_02',1096),
(13355,13276,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_salami_three_links',1096),
(13356,13277,'accessories/wearable_items/snapons/backpacks/backpack_provisioner_swivel/backpack_provisioner_swivel_salami_two_links',1096),
(13357,13278,'creatures/monsters/drake_ice',1096),
(13358,13279,'staticobjects/rocks/hal_obj_cave_rock02',1096),
(13359,13280,'staticobjects/chests/chest_halas_01',1096),
(13360,13281,'staticobjects/chests/chest_halas_02',1096),
(13361,13282,'staticobjects/chests/chest_halas_03',1096),
(13362,13283,'staticobjects/chairs/halas_barbarian_stool_02',1096),
(13363,13284,'staticobjects/chairs/halas_chair_02',1096),
(13364,13285,'staticobjects/soe_wallet/halas_chair_03',1096),
(13365,13286,'staticobjects/racks/hal_barbarian_weaponrack_01',1096),
(13366,13287,'staticobjects/racks/hal_barbarian_weaponrack_02',1096),
(13367,13288,'staticobjects/racks/hal_coldain_weaponrack_01',1096),
(13368,13289,'staticobjects/barricades/hal_barricade_coldane_01',1096),
(13369,13290,'staticobjects/benches/halas_coldain_bench_01',1096),
(13370,13291,'staticobjects/counters/halas_barbarian_counter_01',1096),
(13371,13292,'staticobjects/books/halas_coldain_books_03',1096),
(13372,13293,'staticobjects/books/halas_coldain_books_05',1096),
(13373,13294,'staticobjects/liveevent/cityfestivals/halas_coldain_bookshelf_01',1096),
(13374,13295,'staticobjects/soe_wallet/halas_coldain_bookshelf_02',1096),
(13375,13296,'staticobjects/liveevent/cityfestivals/halas_coldain_bookshelf_03',1096),
(13376,13297,'staticobjects/lighting/halas_coldain_lantern_01',1096),
(13377,13298,'staticobjects/lighting/halas_oil_lamp_01',1096),
(13378,13299,'staticobjects/lighting/halas_oil_lamp_03',1096),
(13379,13300,'staticobjects/lighting/halas_shipwreck_torch_01',1096),
(13380,13301,'staticobjects/crates/halas_crate_01',1096),
(13381,13302,'staticobjects/crates/halas_crate_02',1096),
(13382,13303,'staticobjects/crates/halas_crate_03',1096),
(13383,13304,'staticobjects/stable_items/halas_hitchingpost_01',1096),
(13384,13305,'staticobjects/tables/halas_barbarian_table_01',1096),
(13385,13306,'staticobjects/tables/halas_barbarian_table_02',1096),
(13386,13307,'staticobjects/tables/halas_shipwreck_table_01',1096),
(13387,13308,'staticobjects/weapons/halas_hammer_01',1096),
(13388,13309,'staticobjects/blacksmith/halas_tongs_01',1096),
(13389,13310,'staticobjects/fires/halas_ph_firepit_blue_01',1096),
(13390,13311,'staticobjects/fires/halas_ph_firepit_red_01',1096),
(13391,13312,'staticobjects/fires/halas_ph_firepit_unlit_01',1096),
(13392,13313,'staticobjects/barricades/hal_barricade_coldane_02',1096),
(13393,13314,'staticobjects/barricades/hal_barricade_coldane_03',1096),
(13394,13315,'creatures/tu/ettin_shaman',1096),
(13395,13316,'creatures/tu/ettin_skeletal',1096),
(13396,13317,'creatures/tu/ettin_warlord',1096),
(13397,13318,'creatures/tu/ettin_warrior',1096),
(13398,13319,'staticobjects/mailboxes/halas_mail_kiosk_01',1096),
(13399,13320,'creatures/mounts/rhino_mount/rhino_snow',1096),
(13400,13321,'creatures/mounts/flying_disc/flying_disc_elven_01',1096),
(13401,13322,'staticobjects/soe_wallet/halas_barbarian_bed_01',1096),
(13402,13323,'staticobjects/liveevent/cityfestivals/halas_barbarian_bed_02',1096),
(13403,13324,'staticobjects/liveevent/cityfestivals/halas_barbarian_bed_03',1096),
(13404,13325,'staticobjects/fish/kp_fish_hanging01',1096),
(13405,13326,'staticobjects/signs/halas/hal_barbarian_great_hall_sign_01',1096),
(13406,13327,'staticobjects/signs/halas/hal_coldain_hanging_sign_01',1096),
(13407,13328,'staticobjects/signs/halas/hal_coldain_hanging_sign_02',1096),
(13408,13329,'staticobjects/signs/halas/hal_coldain_house_sign_01',1096),
(13409,13330,'staticobjects/signs/halas/hal_coldain_house_sign_02',1096),
(13410,13331,'staticobjects/liveevent/cityfestivals/halas_coldain_house_sign_03',1096),
(13411,13332,'staticobjects/signs/halas/hal_coldain_house_sign_04',1096),
(13412,13333,'staticobjects/signs/halas/hal_coldain_house_sign_05',1096),
(13413,13334,'staticobjects/barrels/halas_four_barrels_01',1096),
(13414,13335,'staticobjects/barrels/halas_three_barrels_01',1096),
(13415,13336,'staticobjects/barrels/halas_three_barrels_snow_01',1096),
(13416,13337,'staticobjects/barrels/halas_three_barrels_snow_02',1096),
(13417,13338,'staticobjects/debris/halas_coldain_debris_01',1096),
(13418,13339,'staticobjects/debris/halas_coldain_debris_02',1096),
(13419,13340,'staticobjects/kegs/halas_keg_large_01',1096),
(13420,13341,'staticobjects/tents/halas_lean_tent_01',1096),
(13421,13342,'staticobjects/tents/halas_lean_tent_02',1096),
(13422,13343,'staticobjects/weapons/halas_miningtool_pick01',1096),
(13423,13344,'creatures/monsters/slug_trail_fx',1096),
(13424,13345,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/skirt',1096),
(13425,13346,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/chest',1096),
(13426,13347,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/feet',1096),
(13427,13348,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/forearms',1096),
(13428,13349,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/hands',1096),
(13429,13350,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/head',1096),
(13430,13351,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/legs',1096),
(13431,13352,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/legs_noskirt',1096),
(13432,13353,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/pauldron_left',1096),
(13433,13354,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/pauldron_right',1096),
(13434,13355,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/shoulders',1096),
(13435,13356,'accessories/wearable_items/_exp07/new_halas_armor/leather_fur/shoulders_nopauldrons',1096),
(13436,13357,'staticobjects/soe_wallet/halas_polarbear_rug_01',1096),
(13437,13358,'staticobjects/rugs/halas_rug_01',1096),
(13438,13359,'staticobjects/rugs/halas_rug_02',1096),
(13439,13360,'staticobjects/rugs/halas_rug_03',1096),
(13440,13361,'staticobjects/rugs/halas_rug_04',1096),
(13441,13362,'staticobjects/rugs/halas_rug_05',1096),
(13442,13363,'staticobjects/rugs/halas_rug_06',1096),
(13443,13364,'staticobjects/rugs/halas_rug_07',1096),
(13444,13365,'_exp07/characters/monsters/vrewwx_dragon/vrewwx',1096),
(13445,13366,'accessories/wearable_items/cloak/exp07/cloak_fur_silk',1096),
(13446,13367,'accessories/wearable_items/cloak/exp07/cloak_stained_glass',1096),
(13447,13368,'_exp07/characters/monsters/vrewwx_dragon/vrewwx_baby',1096),
(13448,13369,'staticobjects/liveevent/cityfestivals/dpo_mailbox_halas',1096),
(13449,13370,'accessories/wearable_items/_exp07/ice_armor/vanguard/skirt',1096),
(13450,13371,'accessories/wearable_items/_exp07/ice_armor/vanguard/chest',1096),
(13451,13372,'accessories/wearable_items/_exp07/ice_armor/vanguard/feet',1096),
(13452,13373,'accessories/wearable_items/_exp07/ice_armor/vanguard/forearms',1096),
(13453,13374,'accessories/wearable_items/_exp07/ice_armor/vanguard/hands',1096),
(13454,13375,'accessories/wearable_items/_exp07/ice_armor/vanguard/head',1096),
(13455,13376,'accessories/wearable_items/_exp07/ice_armor/vanguard/ice_pauldron_left',1096),
(13456,13377,'accessories/wearable_items/_exp07/ice_armor/vanguard/ice_pauldron_right',1096),
(13457,13378,'accessories/wearable_items/_exp07/ice_armor/vanguard/legs',1096),
(13458,13379,'accessories/wearable_items/_exp07/ice_armor/vanguard/legs_noskirt',1096),
(13459,13380,'accessories/wearable_items/_exp07/ice_armor/vanguard/right',1096),
(13460,13381,'accessories/wearable_items/_exp07/ice_armor/vanguard/shoulders',1096),
(13461,13382,'accessories/wearable_items/_exp07/ice_armor/vanguard/shoulders_ice_pauldrons',1096),
(13462,13383,'accessories/wearable_items/_exp07/ice_armor/vanguard/shoulders_nopauldrons',1096),
(13463,13384,'staticobjects/shop/halas_displaycase_small',1096),
(13464,13385,'staticobjects/shop/floor_displaycase_any_ornate01_small',1096),
(13465,13386,'staticobjects/trophies/halas_polar_bear_head_01',1096),
(13466,13387,'staticobjects/rugs/halas_lion_pelt_01',1096),
(13467,13388,'staticobjects/tapestry/halas_orc_camp_pelt_01',1096),
(13468,13389,'staticobjects/wood/halas_orc_camp_firewood_01',1096),
(13469,13390,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_doublefloorcog',1096),
(13470,13391,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_doublewallcog',1096),
(13471,13392,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_floorcog',1096),
(13472,13393,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_wallcogrounded',1096),
(13473,13394,'staticobjects/liveevent/tinkerfest/dpo_inna_landing_counter01',1096),
(13474,13395,'staticobjects/liveevent/tinkerfest/dpo_klak_light01',1096),
(13475,13396,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gate',1096),
(13476,13397,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gear01_greyplates',1096),
(13477,13398,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gear08_grey',1096),
(13478,13399,'staticobjects/liveevent/tinkerfest/dpo_klak_rm04_int_bowlfan',1096),
(13479,13400,'staticobjects/liveevent/tinkerfest/dpo_klak_rm04_int_fan01',1096),
(13480,13401,'staticobjects/liveevent/tinkerfest/dpo_klak_rm04_int_roller01_rot',1096),
(13481,13402,'staticobjects/liveevent/tinkerfest/dpo_klak_rm06_int_rechargingpod',1096),
(13482,13403,'staticobjects/liveevent/tinkerfest/dpo_klak_rm06_int_rechargingstation',1096),
(13483,13404,'staticobjects/liveevent/tinkerfest/dpo_powerorb_assembly',1096),
(13484,13405,'staticobjects/liveevent/tinkerfest/dpo_klak_rm08_int_medicallight',1096),
(13485,13406,'staticobjects/liveevent/tinkerfest/dpo_klak_rm05_int_squaregear02_rot',1096),
(13486,13407,'staticobjects/liveevent/tinkerfest/dpo_klak_rm14_int_powercell01',1096),
(13487,13408,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_bigfloorcog',1096),
(13488,13409,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gear01_shinysilver',1096),
(13489,13410,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gear01_red',1096),
(13490,13411,'staticobjects/liveevent/tinkerfest/dpo_panel_red_plates',1096),
(13491,13412,'staticobjects/liveevent/tinkerfest/dpo_panel_hammered_metal',1096),
(13492,13413,'staticobjects/liveevent/tinkerfest/dpo_panel_grey_plates',1096),
(13493,13414,'staticobjects/liveevent/tinkerfest/dpo_panel_rusty_plates',1096),
(13494,13415,'staticobjects/liveevent/tinkerfest/dpo_panel_grey_patterned',1096),
(13495,13416,'staticobjects/liveevent/tinkerfest/dpo_inna_wreckage_propeller',1096),
(13496,13417,'staticobjects/liveevent/tinkerfest/dpo_klak_rm03_int_gear01_yellow',1096),
(13497,13418,'staticobjects/liveevent/tinkerfest/dpo_klak_rm16_int_door',1096),
(13498,13419,'staticobjects/liveevent/tinkerfest/dpo_klak_rm09_int_menacekey',1096),
(13499,13420,'staticobjects/_exp06/ornate_torch01',1096),
(13500,13421,'staticobjects/_exp06/ornate_torch01_lit',1096),
(13501,13422,'staticobjects/catapult/snow_goblin_catapult',1096),
(13502,13423,'staticobjects/liveevent/tinkerfest/tinkerfest_book01',1096),
(13503,13424,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_sword_swept',1096),
(13504,13425,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/skirt',1096),
(13505,13426,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/chest',1096),
(13506,13427,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/feet',1096),
(13507,13428,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/hands',1096),
(13508,13429,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/head',1096),
(13509,13430,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/head_collar',1096),
(13510,13431,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/pants',1096),
(13511,13432,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/pauldron_left',1096),
(13512,13433,'accessories/wearable_items/_exp07/new_halas_armor/robe_fur/pauldron_right',1096),
(13513,13434,'creatures/tu/elf_princess',1096),
(13514,13435,'creatures/tu/firiona_vie',1096),
(13515,13436,'staticobjects/pvp/dpo_bone_tower_warfields',1096),
(13516,13437,'staticobjects/pvp/dpo_stone_steppes_tower_warfields',1096),
(13517,13438,'staticobjects/weapons/dpo_arrow_green_sparkles',1096),
(13518,13439,'staticobjects/soe_wallet/halas_barbarian_weaponrack_01_weapons_02',1096),
(13519,13440,'staticobjects/soe_wallet/halas_candle_blue_table_base',1096),
(13520,13444,'accessories/wearable_items/_exp07/ice_armor/vanguard/head_ice_helm',1096),
(13521,13445,'creatures/tu/ettin_warlord_helm_ice',1096),
(13522,13446,'creatures/tu/ettin_warlord_helm',1096),
(13523,13447,'creatures/tu/valkyrie_ghost_loop',1096),
(13524,13448,'accessories/wearable_items/cloak/exp07/cloak_tinker_fest',1096),
(13525,13449,'creatures/tu/skeleton_sergeant_paladin_ice',1096),
(13526,13450,'creatures/tu/skeleton_mage_ice',1096),
(13527,13451,'creatures/tu/succubus_ice',1096),
(13528,13452,'ec/npc/goblin_ice_transparent',1096),
(13529,13453,'creatures/monsters/dervish_ice_dark',1096),
(13530,13454,'creatures/tu/skeleton_sergeant_paladin_ice_dark',1096),
(13531,13455,'creatures/tu/skeleton_king_greater_ice_dark',1096),
(13532,13456,'creatures/tu/skeleton_mage_ice_dark',1096),
(13533,13457,'creatures/tu/succubus_ice_dark',1096),
(13534,13458,'ec/npc/goblin_new_ice_dark',1096),
(13535,13459,'ec/npc/goblin_new_ice',1096),
(13536,13460,'staticobjects/tcg/tcg_tinkered_box_red_button',1096),
(13537,13462,'accessories/wieldable_items/weapons/exp05/exp05_korsha_hammer1h_fx',1096),
(13538,13463,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_toothed_cleaver_fx',1096),
(13539,13464,'accessories/wieldable_items/weapons/exp06/1h_sword/exp06_1h_sword_tallonite_katana_slice_fx',1096),
(13540,13465,'accessories/wieldable_items/weapons/fist/fist_aether_striker',1096),
(13541,13466,'accessories/wieldable_items/weapons/exp05/exp05_bow_guk_bow_eyefx',1096),
(13542,13467,'accessories/wieldable_items/weapons/exp06/1h_crush/exp06_1h_crush_erudin_library_wand_fx',1096),
(13543,13468,'accessories/wieldable_items/weapons/exp06/staff/erudite_rune_staff_fx',1096),
(13544,13469,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/skirt',1096),
(13545,13470,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/chest',1096),
(13546,13471,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/feet',1096),
(13547,13472,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/forearms',1096),
(13548,13473,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/hands',1096),
(13549,13474,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/head',1096),
(13550,13475,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/head_chain_epic',1096),
(13551,13476,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/legs',1096),
(13552,13477,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/legs_noskirt',1096),
(13553,13478,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/shoulders',1096),
(13554,13479,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/shoulders_chaos_epic',1096),
(13555,13480,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/snap_ons/chaos_pauldrons_right',1096),
(13556,13481,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/snap_ons/chaos_pauldrons_left',1096),
(13557,13482,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/snap_ons/head_chaos_helm',1096),
(13558,13483,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/snap_ons/chaos_pauldrons_left',1096),
(13559,13484,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/snap_ons/chaos_pauldrons_right',1096),
(13560,13485,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/skirt',1096),
(13561,13486,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/chest',1096),
(13562,13487,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/feet',1096),
(13563,13488,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/forearms',1096),
(13564,13489,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/hands',1096),
(13565,13490,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/head',1096),
(13566,13491,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/head_chaos_epic',1096),
(13567,13492,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/legs',1096),
(13568,13493,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/legs_noskirt',1096),
(13569,13494,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/shoulders_epic_pauldrons',1096),
(13570,13495,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/shoulders_no_pauldrons',1096),
(13571,13496,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_upper_right',1096),
(13572,13497,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_lower_left',1096),
(13573,13498,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_lower_right',1096),
(13574,13499,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_upper_left',1096),
(13575,13500,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/skirt',1096),
(13576,13501,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/chest',1096),
(13577,13502,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/chest_chaos_pauldrons',1096),
(13578,13503,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/feet',1096),
(13579,13504,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/hands',1096),
(13580,13505,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/head',1096),
(13581,13506,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/head_chaos_helm',1096),
(13582,13507,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/head_collar',1096),
(13583,13508,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/pants',1096),
(13584,13509,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_shin_right',1096),
(13585,13510,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_forearm_left',1096),
(13586,13511,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_forearm_right',1096),
(13587,13512,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_lower_left',1096),
(13588,13513,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_lower_right',1096),
(13589,13514,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_upper_left',1096),
(13590,13515,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_upper_right',1096),
(13591,13516,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_shin_left',1096),
(13592,13517,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/skirt',1096),
(13593,13518,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/chest',1096),
(13594,13519,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/feet',1096),
(13595,13520,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/forearms',1096),
(13596,13521,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/hands',1096),
(13597,13522,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/hands_chaos_gauntlets',1096),
(13598,13523,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/head',1096),
(13599,13524,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/head_chaos_helm',1096),
(13600,13525,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/legs',1096),
(13601,13526,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/legs_chaos_shins',1096),
(13602,13527,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/legs_noskirt',1096),
(13603,13528,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/right',1096),
(13604,13529,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/shoulders',1096),
(13605,13530,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/shoulders_chaos_armor_all',1096),
(13606,13531,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/shoulders_nopauldrons',1096),
(13607,13532,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/skirt',1096),
(13608,13533,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/chest',1096),
(13609,13534,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/feet',1096),
(13610,13535,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/forearms',1096),
(13611,13536,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/hands',1096),
(13612,13537,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/head',1096),
(13613,13538,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/legs',1096),
(13614,13539,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/legs_noskirt',1096),
(13615,13540,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/pauldron_left',1096),
(13616,13541,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/pauldron_right',1096),
(13617,13542,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/shoulders',1096),
(13618,13543,'accessories/wearable_items/_exp07/station_cash_armor/leather_fur_black/shoulders_nopauldrons',1096),
(13619,13544,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/skirt',1096),
(13620,13545,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/chest',1096),
(13621,13546,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/feet',1096),
(13622,13547,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/hands',1096),
(13623,13548,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/head',1096),
(13624,13549,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/head_collar',1096),
(13625,13550,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/pants',1096),
(13626,13551,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/pauldron_left',1096),
(13627,13552,'accessories/wearable_items/_exp07/station_cash_armor/robe_fur_black/pauldron_right',1096),
(13628,13553,'accessories/armor_dummy/armor_dummy_male_topiary',1096),
(13629,13554,'accessories/armor_dummy/armor_dummy_female_topiary',1096),
(13630,13555,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/snap_ons/chaos_pauldrons_right_fx',1096),
(13631,13556,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/snap_ons/chaos_pauldrons_left_fx',1096),
(13632,13557,'accessories/wearable_items/_exp06/chaos_armor_gold/chain_armor/shoulders_chaos_epic_fx',1096),
(13633,13558,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/snap_ons/chaos_pauldrons_right_fx',1096),
(13634,13559,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/snap_ons/chaos_pauldrons_left_fx',1096),
(13635,13560,'accessories/wearable_items/_exp06/chaos_armor_gold/leather_armor/shoulders_epic_pauldrons_fx',1096),
(13636,13561,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/chest_chaos_pauldrons_fx',1096),
(13637,13562,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_upper_right_fx',1096),
(13638,13563,'accessories/wearable_items/_exp06/chaos_armor_gold/robe_armor/snap_ons/chaos_pauldrons_upper_left_fx',1096),
(13639,13564,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/shoulders_chaos_armor_all_fx',1096),
(13640,13565,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_upper_right_fx',1096),
(13641,13566,'accessories/wearable_items/_exp06/chaos_armor_gold/vanguard_armor/snap_ons/chaos_pauldrons_upper_left_fx',1096),
(13642,13567,'staticobjects/_exp06/odno_firepit_rocks_orange',1096),
(13643,13568,'staticobjects/_exp06/odno_firepit_rocks_orange_unlit',1096),
(13644,13569,'creatures/mounts/horse_white_elf/horse_white_elf',1096),
(13645,13570,'staticobjects/_exp06/odno_kejak_barrel01',1096),
(13646,13571,'staticobjects/_exp06/odno_kejak_barrel02',1096),
(13647,13572,'accessories/wieldable_items/soga_weapons/fighter/1h_destroyer',1096),
(13648,13573,'staticobjects/liveevent/frostfell/permafrost_frostfell_chessboard_full',1096),
(13649,13574,'staticobjects/liveevent/cityfestivals/halas_barbarian_bar_02',1096),
(13650,13575,'staticobjects/plants/slove_pomegranate_whole01',1096),
(13651,13576,'accessories/wearable_items/cloak/exp07/cloak_water2',1096),
(13652,13577,'accessories/wearable_items/cloak/exp07/cloak_earth1',1096),
(13653,13578,'accessories/wearable_items/cloak/exp07/cloak_earth2',1096),
(13654,13579,'accessories/wearable_items/cloak/exp07/cloak_water1',1096),
(13655,13580,'_exp06/characters/tool_users/crystaline_folk_halas/crystaline_folk_ice',1096),
(13656,13581,'_exp06/characters/tool_users/crystaline_folk_halas/crystaline_folk_halas',1096),
(13657,13582,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_large_ice',1096),
(13658,13583,'accessories/npc_wearables/crystaline_folk_halas/chest_huge_back_halas',1096),
(13659,13584,'accessories/npc_wearables/crystaline_folk_halas/chest_huge_back_ice',1096),
(13660,13585,'accessories/npc_wearables/crystaline_folk_halas/head_crystal_crown_halas',1096),
(13661,13586,'accessories/npc_wearables/crystaline_folk_halas/head_crystal_crown_ice',1096),
(13662,13587,'accessories/npc_wearables/crystaline_folk_halas/legs_both_lower_halas',1096),
(13663,13588,'accessories/npc_wearables/crystaline_folk_halas/legs_both_lower_ice',1096),
(13664,13589,'accessories/npc_wearables/crystaline_folk_halas/legs_left_lower_halas',1096),
(13665,13590,'accessories/npc_wearables/crystaline_folk_halas/legs_left_lower_ice',1096),
(13666,13591,'accessories/npc_wearables/crystaline_folk_halas/legs_right_lower_halas',1096),
(13667,13592,'accessories/npc_wearables/crystaline_folk_halas/legs_right_lower_ice',1096),
(13668,13593,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_claw_halas',1096),
(13669,13594,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_claw_ice',1096),
(13670,13595,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_claw_halas',1096),
(13671,13596,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_claw_ice',1096),
(13672,13597,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_halas',1096),
(13673,13598,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_ice',1096),
(13674,13599,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_large_halas',1096),
(13675,13600,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_hook_large_ice',1096),
(13676,13601,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_large_halas',1096),
(13677,13602,'accessories/npc_wearables/crystaline_folk_halas/shoulders_both_large_ice',1096),
(13678,13603,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_claw_halas',1096),
(13679,13604,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_claw_ice',1096),
(13680,13605,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_hook_halas',1096),
(13681,13606,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_hook_ice',1096),
(13682,13607,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_large_halas',1096),
(13683,13608,'accessories/npc_wearables/crystaline_folk_halas/shoulders_left_large_ice',1096),
(13684,13609,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_claw_halas',1096),
(13685,13610,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_claw_ice',1096),
(13686,13611,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_hook_halas',1096);
INSERT INTO `appearances` VALUES
(13687,13612,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_hook_ice',1096),
(13688,13613,'accessories/npc_wearables/crystaline_folk_halas/shoulders_right_large_halas',1096),
(13689,13617,'staticobjects/catapult/orc_harpoon_launcher',1096),
(13690,13618,'staticobjects/liveevent/frostfell/permafrost_frostfell_chessboard_door_chains',1096),
(13691,13619,'staticobjects/candles/halas_candle_blue',1096),
(13692,13620,'staticobjects/weapons/halas_miningtool_pick02',1096),
(13693,13621,'staticobjects/weapons/halas_orc_harpoon_01',1096),
(13694,13622,'staticobjects/weapons/halas_orc_harpoon_base_01',1096),
(13695,13623,'staticobjects/bottles/halas_wine_bottle_01',1096),
(13696,13624,'staticobjects/plants/feerrott_plant_bigleaf_frozen',1096),
(13697,13625,'staticobjects/fires/halas_signalfire_01',1096),
(13698,13626,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2h_sword_swept',1096),
(13699,13627,'staticobjects/liveevent/frostfell/permafrost_frostfell_yeti_statue',1096),
(13700,13628,'staticobjects/tree/halas_ash_tree_01',1096),
(13701,13629,'staticobjects/harvested/crystals/halas_gems_harvesting_01',1096),
(13702,13630,'staticobjects/harvested/bushes/halas_harvest_bush_01',1096),
(13703,13631,'staticobjects/harvested/trapping/halas_harvest_dens_01',1096),
(13704,13632,'staticobjects/harvested/ore_mining/halas_harvest_ore_01',1096),
(13705,13633,'staticobjects/harvested/logs/halas_tree_log_01',1096),
(13706,13634,'staticobjects/harvested/roots_gathering/halas_vines_01',1096),
(13707,13635,'staticobjects/soe_wallet/tudor_vanity_washstand',1096),
(13708,13636,'staticobjects/soe_wallet/tudor_bdrm_armoire',1096),
(13709,13637,'staticobjects/soe_wallet/tudor_bdrm_bed',1096),
(13710,13638,'staticobjects/soe_wallet/tudor_bdrm_dresser',1096),
(13711,13639,'staticobjects/soe_wallet/tudor_bdrm_nightstand',1096),
(13712,13640,'staticobjects/soe_wallet/tudor_dining_cabinet',1096),
(13713,13641,'staticobjects/soe_wallet/tudor_dining_chair',1096),
(13714,13642,'staticobjects/soe_wallet/tudor_dining_cupboard',1096),
(13715,13643,'staticobjects/soe_wallet/tudor_dining_table',1096),
(13716,13644,'staticobjects/soe_wallet/tudor_living_coffeetable',1096),
(13717,13645,'staticobjects/soe_wallet/tudor_living_endtable',1096),
(13718,13646,'staticobjects/soe_wallet/tudor_living_settee',1096),
(13719,13647,'staticobjects/soe_wallet/tudor_living_sofa',1096),
(13720,13648,'staticobjects/soe_wallet/tudor_office_chair',1096),
(13721,13649,'staticobjects/soe_wallet/tudor_office_chest',1096),
(13722,13650,'staticobjects/soe_wallet/tudor_office_desk',1096),
(13723,13651,'staticobjects/soe_wallet/tudor_office_shelves',1096),
(13724,13652,'staticobjects/soe_wallet/tudor_vanity_stool',1096),
(13725,13653,'staticobjects/soe_wallet/tudor_vanity_table',1096),
(13726,13654,'staticobjects/liveevent/frostfell/permafrost_frostfell_valkarie_statue',1096),
(13727,13655,'creatures/pets/pet_kitten/halas_kitten',1096),
(13728,13657,'creatures/pets/pet_kitten/halas_kitten_collar',1096),
(13729,13658,'staticobjects/soe_wallet/tudor_vanity_bathtub',1096),
(13730,13659,'staticobjects/liveevent/cityfestivals/halas_candle_blue_wall_base',1096),
(13731,13660,'staticobjects/bell/dpo_mariner_bell_01',1096),
(13732,13661,'accessories/wearable_items/cloak/exp07/cloak_halas',1096),
(13733,13662,'accessories/wearable_items/_exp07/ice_armor/robe/skirt',1096),
(13734,13663,'accessories/wearable_items/_exp07/ice_armor/robe/chest',1096),
(13735,13664,'accessories/wearable_items/_exp07/ice_armor/robe/feet',1096),
(13736,13665,'accessories/wearable_items/_exp07/ice_armor/robe/hands',1096),
(13737,13666,'accessories/wearable_items/_exp07/ice_armor/robe/head',1096),
(13738,13667,'accessories/wearable_items/_exp07/ice_armor/robe/hood',1096),
(13739,13668,'accessories/wearable_items/_exp07/ice_armor/robe/pants',1096),
(13740,13669,'staticobjects/tcg/tcg_painting47_karana',1096),
(13741,13670,'staticobjects/tcg/tcg_painting48_tunare',1096),
(13742,13671,'staticobjects/tcg/tcg_painting44_bristlebane',1096),
(13743,13672,'staticobjects/tcg/tcg_painting45_innoruuk',1096),
(13744,13673,'staticobjects/tcg/tcg_painting46_solusek',1096),
(13745,13674,'staticobjects/tcg/tcg_tapestry_silver_guardian',1096),
(13746,13675,'staticobjects/tcg/tcg_tapestry_emblematic_power',1096),
(13747,13676,'staticobjects/weapons/halas_orc_catapult_busted_01',1096),
(13748,13677,'staticobjects/vanity/bathtub_w_water',1096),
(13749,13678,'staticobjects/vanity/bathtub',1096),
(13750,13679,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch03',1096),
(13751,13680,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel',1096),
(13752,13681,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_chest',1096),
(13753,13682,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_chest_lid',1096),
(13754,13683,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_keys',1096),
(13755,13684,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_lantern',1096),
(13756,13685,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch01',1096),
(13757,13686,'accessories/wearable_items/snapons/backpacks/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch02',1096),
(13758,13687,'staticobjects/liveevent/frostfell/ho_chess_tile_dark',1096),
(13759,13688,'staticobjects/liveevent/frostfell/ho_chess_tile_light',1096),
(13760,13689,'staticobjects/liveevent/frostfell/object_ice_statue_01',1096),
(13761,13690,'staticobjects/liveevent/frostfell/object_ice_statue_02',1096),
(13762,13691,'staticobjects/liveevent/frostfell/object_ice_statue_03',1096),
(13763,13692,'staticobjects/liveevent/frostfell/object_ice_weapon_rack',1096),
(13764,13693,'staticobjects/liveevent/frostfell/object_wall_ice_sword',1096),
(13765,13694,'staticobjects/liveevent/frostfell/object_wall_ice_hammer',1096),
(13766,13695,'staticobjects/liveevent/frostfell/object_ice_chest',1096),
(13767,13696,'staticobjects/liveevent/frostfell/object_ice_ceiling_lamp',1096),
(13768,13697,'staticobjects/liveevent/frostfell/object_ice_wardrobe',1096),
(13769,13698,'_exp06/zones/objects/exp06_dun_the_hole_raid/roekillik_barricade',1096),
(13770,13699,'_exp06/zones/objects/exp06_dun_the_hole_raid/hole_crystal',1096),
(13771,13700,'staticobjects/globes/gh_sentinel_globe_dpo',1096),
(13772,13701,'staticobjects/_exp07_prelude/druid_ring_phase1',1096),
(13773,13702,'staticobjects/_exp07_prelude/druid_ring_phase1_loping',1096),
(13774,13703,'staticobjects/_exp07_prelude/druid_ring_phase1_nek',1096),
(13775,13704,'staticobjects/_exp07_prelude/druid_ring_phase1_zek',1096),
(13776,13705,'staticobjects/_exp07_prelude/druid_ring_phase2',1096),
(13777,13706,'staticobjects/_exp07_prelude/druid_ring_phase2_loping',1096),
(13778,13707,'staticobjects/_exp07_prelude/druid_ring_phase2_nek',1096),
(13779,13708,'staticobjects/_exp07_prelude/druid_ring_phase2_zek',1096),
(13780,13709,'staticobjects/_exp07_prelude/druid_ring_phase3',1096),
(13781,13710,'staticobjects/_exp07_prelude/druid_ring_phase3_ferrott_off',1096),
(13782,13711,'staticobjects/_exp07_prelude/druid_ring_phase3_ferrott_on',1096),
(13783,13712,'staticobjects/_exp07_prelude/druid_ring_phase3_loping_on',1096),
(13784,13713,'staticobjects/_exp07_prelude/druid_ring_phase3_nek',1096),
(13785,13714,'staticobjects/_exp07_prelude/druid_ring_phase3_stonebrunt_off',1096),
(13786,13715,'staticobjects/_exp07_prelude/druid_ring_phase3_stonebrunt_on',1096),
(13787,13716,'staticobjects/_exp07_prelude/druid_ring_phase3_zek',1096),
(13788,13717,'staticobjects/_exp07_prelude/druid_ring_phase3_zek_off',1096),
(13789,13718,'staticobjects/_exp07_prelude/druid_ring_phase3_zek_on',1096),
(13790,13719,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_crush_mace_crowned',1096),
(13791,13720,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_crush_club_crowned',1096),
(13792,13721,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_swept',1096),
(13793,13722,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_swept',1096),
(13794,13723,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_fist_axe_sweptknuckle',1096),
(13795,13724,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_shortsword_swept',1096),
(13796,13725,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2hc_hammer_crown',1096),
(13797,13726,'accessories/wieldable_items/weapons/exp07/staff/exp07_halberd',1096),
(13798,13727,'accessories/wieldable_items/weapons/exp07/staff/exp07_scythe',1096),
(13799,13728,'accessories/wieldable_items/weapons/exp07/staff/exp07_spear',1096),
(13800,13729,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_fighting',1096),
(13801,13730,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_magi',1096),
(13802,13731,'_exp07/characters/tool_users/tserrina/tserrina',1096),
(13803,13732,'staticobjects/tcg/tcg_painting_lon10',1096),
(13804,13733,'_exp05/monsters/dire_bear03_warmor_lon_01',1096),
(13805,13734,'_exp05/monsters/dire_bear03_wsaddle_armor_lon_01',1096),
(13806,13735,'_exp05/monsters/dire_bear03_wsaddle_lon_01',1096),
(13807,13736,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_vineroom_walls_test',1096),
(13808,13737,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_bridge_01',1096),
(13809,13738,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_walls_01',1096),
(13810,13739,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_entrance_hallway_01',1096),
(13811,13740,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_fort_hallway_01',1096),
(13812,13741,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_fort_hallway_02',1096),
(13813,13742,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_01',1096),
(13814,13743,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_02',1096),
(13815,13744,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_03',1096),
(13816,13745,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_04',1096),
(13817,13746,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_05',1096),
(13818,13747,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_shard_altar_01',1096),
(13819,13748,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_shard_room_01',1096),
(13820,13749,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_vineroom_platforms_01',1096),
(13821,13750,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_vineroom_walls_01',1096),
(13822,13751,'accessories/wearable_items/profesion_hats/bruiser/station_cash_martial_skullcap/head',1096),
(13823,13752,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_vineroom_walls_01_alive',1096),
(13824,13753,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_bridge_01_alive',1096),
(13825,13754,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_walls_01_alive',1096),
(13826,13755,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_entrance_hallway_01_alive',1096),
(13827,13756,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_fort_hallway_01_alive',1096),
(13828,13757,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_fort_hallway_02_alive',1096),
(13829,13758,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_01_alive',1096),
(13830,13759,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_02_alive',1096),
(13831,13760,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_03_alive',1096),
(13832,13761,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_04_alive',1096),
(13833,13762,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_guardroom_hallway_05_alive',1096),
(13834,13763,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_shard_altar_01_alive',1096),
(13835,13764,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_shard_room_01_alive',1096),
(13836,13765,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_vineroom_platforms_01_alive',1096),
(13837,13766,'ec/pc/human/human_male_ghost_loop_flipped',1096),
(13838,13767,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_plantbridge',1096),
(13839,13768,'staticobjects/fireplace_items/dpo_fire_andiron_fire',1096),
(13840,13769,'accessories/wearable_items/_exp06/dragon_chain_white/skirt',1096),
(13841,13770,'accessories/wearable_items/_exp06/dragon_chain_white/chest',1096),
(13842,13771,'accessories/wearable_items/_exp06/dragon_chain_white/dragon_pauldron_left',1096),
(13843,13772,'accessories/wearable_items/_exp06/dragon_chain_white/dragon_pauldron_right',1096),
(13844,13773,'accessories/wearable_items/_exp06/dragon_chain_white/feet',1096),
(13845,13774,'accessories/wearable_items/_exp06/dragon_chain_white/forearms',1096),
(13846,13775,'accessories/wearable_items/_exp06/dragon_chain_white/hands',1096),
(13847,13776,'accessories/wearable_items/_exp06/dragon_chain_white/head',1096),
(13848,13777,'accessories/wearable_items/_exp06/dragon_chain_white/head_dragon_helm',1096),
(13849,13778,'accessories/wearable_items/_exp06/dragon_chain_white/legs',1096),
(13850,13779,'accessories/wearable_items/_exp06/dragon_chain_white/legs_noskirt',1096),
(13851,13780,'accessories/wearable_items/_exp06/dragon_chain_white/shoulders',1096),
(13852,13781,'accessories/wearable_items/_exp06/dragon_chain_white/shoulders_pauldrons',1096),
(13853,13782,'accessories/wearable_items/_exp06/dragon_leather_white/chest',1096),
(13854,13783,'accessories/wearable_items/_exp06/dragon_leather_white/feet',1096),
(13855,13784,'accessories/wearable_items/_exp06/dragon_leather_white/forearms',1096),
(13856,13785,'accessories/wearable_items/_exp06/dragon_leather_white/hands',1096),
(13857,13786,'accessories/wearable_items/_exp06/dragon_leather_white/head',1096),
(13858,13787,'accessories/wearable_items/_exp06/dragon_leather_white/head_dragon_helm',1096),
(13859,13788,'accessories/wearable_items/_exp06/dragon_leather_white/legs',1096),
(13860,13789,'accessories/wearable_items/_exp06/dragon_leather_white/legs_noskirt',1096),
(13861,13790,'accessories/wearable_items/_exp06/dragon_leather_white/shoulders',1096),
(13862,13791,'accessories/wearable_items/_exp06/dragon_leather_white/shoulders_pauldrons',1096),
(13863,13792,'accessories/wearable_items/_exp06/dragon_leather_white/skirt',1096),
(13864,13793,'accessories/wearable_items/_exp06/dragon_robe_white/chest',1096),
(13865,13794,'accessories/wearable_items/_exp06/dragon_robe_white/chest_pauldrons',1096),
(13866,13795,'accessories/wearable_items/_exp06/dragon_robe_white/feet',1096),
(13867,13796,'accessories/wearable_items/_exp06/dragon_robe_white/hands',1096),
(13868,13797,'accessories/wearable_items/_exp06/dragon_robe_white/head',1096),
(13869,13798,'accessories/wearable_items/_exp06/dragon_robe_white/head_dragon_hood',1096),
(13870,13799,'accessories/wearable_items/_exp06/dragon_robe_white/hood',1096),
(13871,13800,'accessories/wearable_items/_exp06/dragon_robe_white/pants',1096),
(13872,13801,'accessories/wearable_items/_exp06/dragon_robe_white/skirt',1096),
(13873,13802,'accessories/wearable_items/_exp06/dragon_vanguard_white/chest',1096),
(13874,13803,'accessories/wearable_items/_exp06/dragon_vanguard_white/dragon_pauldrons_left',1096),
(13875,13804,'accessories/wearable_items/_exp06/dragon_vanguard_white/dragon_pauldrons_right',1096),
(13876,13805,'accessories/wearable_items/_exp06/dragon_vanguard_white/feet',1096),
(13877,13806,'accessories/wearable_items/_exp06/dragon_vanguard_white/forearms',1096),
(13878,13807,'accessories/wearable_items/_exp06/dragon_vanguard_white/hands',1096),
(13879,13808,'accessories/wearable_items/_exp06/dragon_vanguard_white/head',1096),
(13880,13809,'accessories/wearable_items/_exp06/dragon_vanguard_white/head_dragon_helm',1096),
(13881,13810,'accessories/wearable_items/_exp06/dragon_vanguard_white/legs',1096),
(13882,13811,'accessories/wearable_items/_exp06/dragon_vanguard_white/legs_dragon_snapons',1096),
(13883,13812,'accessories/wearable_items/_exp06/dragon_vanguard_white/legs_noskirt',1096),
(13884,13813,'accessories/wearable_items/_exp06/dragon_vanguard_white/right',1096),
(13885,13814,'accessories/wearable_items/_exp06/dragon_vanguard_white/shoulders',1096),
(13886,13815,'accessories/wearable_items/_exp06/dragon_vanguard_white/shoulders_dragon_pauldron',1096),
(13887,13816,'accessories/wearable_items/_exp06/dragon_vanguard_white/shoulders_nopauldrons',1096),
(13888,13817,'accessories/wearable_items/_exp06/dragon_vanguard_white/skirt',1096),
(13889,13818,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_forearm_left',1096),
(13890,13819,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_forearm_right',1096),
(13891,13820,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_pauldrons_lower_left',1096),
(13892,13821,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_pauldrons_lower_right',1096),
(13893,13822,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_shin_left',1096),
(13894,13823,'accessories/wearable_items/_exp06/dragon_vanguard_white/snap_ons/dragon_shin_right',1096),
(13895,13824,'staticobjects/_exp07_prelude/druid_ring_phase3_nek_on',1096),
(13896,13825,'staticobjects/_exp07_prelude/druid_ring_phase3_loping',1096),
(13897,13826,'accessories/wieldable_items/weapons/exp07/2h_sword/goth_scythe_2_hand_01',1096),
(13898,13827,'accessories/wieldable_items/weapons/exp07/2h_sword/goth_axe_2_hand_01',1096),
(13899,13828,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_koshigatana',1096),
(13900,13829,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2hc_hammer_blight',1096),
(13901,13830,'accessories/wieldable_items/weapons/exp07/shield/exp07_buckler_bladestopper',1096),
(13902,13831,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_bladestopper',1096),
(13903,13832,'accessories/wearable_items/cloak/exp07/cloak_of_flame',1096),
(13904,13833,'accessories/wieldable_items/weapons/exp07/shield/goth_shield_01',1096),
(13905,13834,'accessories/wieldable_items/weapons/exp07/2h_crush/goth_hammer_2_hand_01',1096),
(13906,13835,'accessories/npc_wearables/ice_shade/goth_scythe_pike',1096),
(13907,13836,'creatures/mounts/lizard_mount/lizard_mount_base',1096),
(13908,13837,'accessories/wieldable_items/weapons/exp07/1h_sword/goth_dagger_01',1096),
(13909,13838,'accessories/wearable_items/_exp07/station_cash_armor/evil_conjurer_helmet/head',1096),
(13910,13839,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/skirt',1096),
(13911,13840,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/chest',1096),
(13912,13841,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/feet',1096),
(13913,13842,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/hands',1096),
(13914,13843,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/head_collar',1096),
(13915,13844,'accessories/wearable_items/_exp07/station_cash_armor/robe_evil_dark/pants',1096),
(13916,13845,'creatures/mounts/odus_prowler/odus_prowler',1096),
(13917,13846,'creatures/mounts/odus_prowler/odus_prowler_black_poison',1096),
(13918,13847,'_exp07/characters/monsters/sea_monster/sea_monster',1096),
(13919,13848,'accessories/wieldable_items/tools/cook/spoon_gnoll',1096),
(13920,13849,'_exp07/characters/monsters/sea_monster/sea_monster_shell',1096),
(13921,13850,'accessories/wieldable_items/weapons/exp06/staff/claw_staff',1096),
(13922,13851,'creatures/mounts/odus_prowler/odus_prowler_black_death',1096),
(13923,13852,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_velium',1096),
(13924,13853,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_firecore',1096),
(13925,13854,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_icecore',1096),
(13926,13855,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_piston',1096),
(13927,13856,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_cleaver_battle_velium',1096),
(13928,13857,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_cleaver',1096),
(13929,13858,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_cleaver_aged',1096),
(13930,13859,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_cleaver_battle',1096),
(13931,13860,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_velium',1096),
(13932,13861,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_piston',1096),
(13933,13862,'projectiles/arrow_simple_plain_notes',1096),
(13934,13863,'staticobjects/liveevent/frostfell/permafrost_frostfell_frozen_barrier',1096),
(13935,13864,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_serrated',1096),
(13936,13865,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_serrated_velium',1096),
(13937,13866,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_metal',1096),
(13938,13867,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger2_metal',1096),
(13939,13868,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger2_ornate_velium',1096),
(13940,13869,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger2_velium',1096),
(13941,13870,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_infectedstone',1096),
(13942,13871,'staticobjects/halloween/bef_asylum_skeleton_swinging01',1096),
(13943,13872,'staticobjects/halloween/bef_asylum_skeleton_swinging02',1096),
(13944,13873,'staticobjects/halloween/bef_hanging_bones_swinging',1096),
(13945,13874,'staticobjects/halloween/dpo_bucket_of_apples',1096),
(13946,13875,'staticobjects/halloween/dpo_candied_apple_plate',1096),
(13947,13876,'staticobjects/halloween/dpo_canopic_jar_bats',1096),
(13948,13877,'staticobjects/halloween/dpo_canopic_jar_spiders',1096),
(13949,13878,'staticobjects/halloween/dpo_chaise_black_01',1096),
(13950,13879,'staticobjects/halloween/dpo_chaise_orange_01',1096),
(13951,13880,'staticobjects/halloween/dpo_chaise_red_01',1096),
(13952,13881,'staticobjects/halloween/dpo_cookie_plate_halloween',1096),
(13953,13882,'staticobjects/halloween/dpo_tapestry_design_notd_fire',1096),
(13954,13883,'staticobjects/halloween/dpo_tapestry_design_notd_sky',1096),
(13955,13884,'staticobjects/halloween/dpo_tapestry_design_notd_spider',1096),
(13956,13885,'staticobjects/halloween/eu_chair_shrouded01',1096),
(13957,13886,'staticobjects/halloween/eu_chair_shrouded_wfoot01',1096),
(13958,13887,'staticobjects/halloween/eu_fireplace_toolset01',1096),
(13959,13888,'staticobjects/halloween/eu_kitchen_hangingrack01',1096),
(13960,13889,'staticobjects/halloween/eu_lightsource_floor_green_candelabra01',1096),
(13961,13890,'staticobjects/halloween/eu_lightsource_floor_red_candelabra01',1096),
(13962,13891,'staticobjects/halloween/kc_lightsource_green_iksarskull01',1096),
(13963,13892,'staticobjects/halloween/kc_rug01',1096),
(13964,13893,'staticobjects/halloween/kc_rug_long01',1096),
(13965,13894,'staticobjects/halloween/kc_skull_dizok01',1096),
(13966,13895,'staticobjects/halloween/lp_coffin_stone02',1096),
(13967,13896,'staticobjects/halloween/mc_banner_vampire_hanging01',1096),
(13968,13897,'staticobjects/halloween/mc_coffin_wood01',1096),
(13969,13898,'staticobjects/tableware/hal_plate_stack_dpo',1096),
(13970,13899,'staticobjects/tradeskill_objects/hal_spinningwheel01',1096),
(13971,13900,'staticobjects/chests/chest002openbroken',1096),
(13972,13901,'staticobjects/bucket/halas_bucket_snow03',1096),
(13973,13902,'staticobjects/tradeskill_objects/hal_fabricroll_01',1096),
(13974,13903,'staticobjects/tradeskill_objects/hal_fabricroll_02',1096),
(13975,13904,'staticobjects/tradeskill_objects/hal_fabricroll_03',1096),
(13976,13905,'creatures/mounts/storm_cloud_raf',1096),
(13977,13906,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/skirt',1096),
(13978,13907,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/chest',1096),
(13979,13908,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/feet',1096),
(13980,13909,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/forearms',1096),
(13981,13910,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/hands',1096),
(13982,13911,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/head',1096),
(13983,13912,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/legs',1096),
(13984,13913,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/legs_noskirt',1096),
(13985,13914,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/right',1096),
(13986,13915,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/shoulders',1096),
(13987,13916,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/shoulders_asian_goth_pauldron',1096),
(13988,13917,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/shoulders_nopauldrons',1096),
(13989,13918,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/snapons/head_asian_goth_vanguard',1096),
(13990,13919,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/snapons/asian_goth_pauldrons_lower_left',1096),
(13991,13920,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/snapons/asian_goth_pauldrons_lower_right',1096),
(13992,13921,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/snapons/asian_goth_pauldrons_upper_left',1096),
(13993,13922,'accessories/wearable_items/_exp07/asian_goth_armor/vanguard/snapons/asian_goth_pauldrons_upper_right',1096),
(13994,13923,'creatures/tu/goatman_wizard_white',1096),
(13995,13924,'creatures/tu/goatman_priest_white',1096),
(13996,13925,'creatures/tu/goatman_warlord_white',1096),
(13997,13926,'creatures/tu/goatman_warrior_white',1096),
(13998,13927,'creatures/tu/goatman_white',1096),
(13999,13928,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_right_nowings',1096),
(14000,13929,'accessories/wearable_items/_exp06/dragon_vanguard/shoulders_dragon_pauldron_nowings',1096),
(14001,13930,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_left_nowings',1096),
(14002,13931,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/skirt',1096),
(14003,13932,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/chest',1096),
(14004,13933,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/feet',1096),
(14005,13934,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/forearms',1096),
(14006,13935,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/hands',1096),
(14007,13936,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/head',1096),
(14008,13937,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/head_rallos_zek_leather_helmet',1096),
(14009,13938,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/legs',1096),
(14010,13939,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/legs_noskirt',1096),
(14011,13940,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/shoulders_nopauldrons',1096),
(14012,13941,'accessories/wearable_items/raf_helm/head',1096),
(14013,13942,'staticobjects/liveevent/halloween/halloween_tile_bones_dpo',1096),
(14014,13943,'staticobjects/halloween/vastydeep02_objects_sidetable03_dpo',1096),
(14015,13944,'creatures/mounts/griffin_mount/griffin_mount_base',1096),
(14016,13945,'ec/pc/barbarian/barbarian_female_albino_lipstat',1096),
(14017,13946,'ec/pc/barbarian/barbarian_female_albino',1096),
(14018,13947,'ec/pc/barbarian/barbarian_female_albino_headtat',1096),
(14019,13948,'ec/pc/barbarian/barbarian_male_albino_maskedtat',1096),
(14020,13949,'ec/pc/barbarian/barbarian_male_albino_skulltat',1096),
(14021,13950,'ec/pc/barbarian/barbarian_male_albino',1096),
(14022,13951,'accessories/wearable_items/_exp07/asian_goth_armor/leather/skirt',1096),
(14023,13952,'accessories/wearable_items/_exp07/asian_goth_armor/leather/chest',1096),
(14024,13953,'accessories/wearable_items/_exp07/asian_goth_armor/leather/feet',1096),
(14025,13954,'accessories/wearable_items/_exp07/asian_goth_armor/leather/feet_dagger',1096),
(14026,13955,'accessories/wearable_items/_exp07/asian_goth_armor/leather/forearms',1096),
(14027,13956,'accessories/wearable_items/_exp07/asian_goth_armor/leather/hands',1096),
(14028,13957,'accessories/wearable_items/_exp07/asian_goth_armor/leather/head',1096),
(14029,13958,'accessories/wearable_items/_exp07/asian_goth_armor/leather/legs',1096),
(14030,13959,'accessories/wearable_items/_exp07/asian_goth_armor/leather/legs_noskirt',1096),
(14031,13960,'accessories/wearable_items/_exp07/asian_goth_armor/leather/shoulders',1096),
(14032,13961,'accessories/wearable_items/_exp07/asian_goth_armor/leather/shoulders_no_pauldrons',1096),
(14033,13962,'accessories/wearable_items/_exp07/asian_goth_armor/leather/shoulders_pauldrons_snapons',1096),
(14034,13963,'accessories/wearable_items/_exp07/asian_goth_armor/leather/snapons/head_asian_goth_leather',1096),
(14035,13964,'accessories/wearable_items/_exp07/asian_goth_armor/leather/snapons/asian_goth_leather_dagger',1096),
(14036,13965,'accessories/wearable_items/_exp07/asian_goth_armor/leather/snapons/asian_goth_leather_pauldrons_left',1096),
(14037,13966,'accessories/wearable_items/_exp07/asian_goth_armor/leather/snapons/asian_goth_leather_pauldrons_right',1096),
(14038,13967,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/shoulders_rallos_zek_epic_pauldrons',1096),
(14039,13968,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/hands_rallos_zek_leather_gauntlets',1096),
(14040,13969,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/legs_rallos_zek_shins',1096),
(14041,13970,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_gauntlets_forearm_left',1096),
(14042,13971,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_gauntlets_forearm_right',1096),
(14043,13972,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_pauldron_left',1096),
(14044,13973,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_pauldron_right',1096),
(14045,13974,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_shin_left',1096),
(14046,13975,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather/rallos_zek_leather_shin_right',1096),
(14047,13976,'accessories/wearable_items/cloak/exp07/cloak_rune_leather',1096),
(14048,13977,'staticobjects/doors/halas_door03',1096),
(14049,13978,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_rallosian_dull',1096),
(14050,13979,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_rallosian',1096),
(14051,13980,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_rallosian',1096),
(14052,13981,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_rallosian_dull',1096),
(14053,13982,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_rallosian',1096),
(14054,13983,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_rallosian_dull',1096),
(14055,13984,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_axe_rallosian',1096),
(14056,13985,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_axe_rallosian_dull',1096),
(14057,13986,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_axe_rallosian',1096),
(14058,13987,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_axe_rallosian_dull',1096),
(14059,13988,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian1',1096),
(14060,13989,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian1_damaged',1096),
(14061,13990,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian1_glow',1096),
(14062,13991,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian2',1096),
(14063,13992,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian2_damaged',1096),
(14064,13993,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallosian2_damaged_glow',1096),
(14065,13994,'accessories/wieldable_items/weapons/exp07/staff/exp07_2hp_spear_forked_dull',1096),
(14066,13995,'accessories/wieldable_items/weapons/exp07/staff/exp07_2hp_spear_forked',1096),
(14067,13996,'_exp07/characters/tool_users/storm_giants/storm_giant_mage_02',1096),
(14068,13997,'_exp07/characters/tool_users/storm_giants/storm_giant_barbarian_01',1096),
(14069,13998,'_exp07/characters/tool_users/storm_giants/storm_giant_barbarian_02',1096),
(14070,13999,'_exp07/characters/tool_users/storm_giants/storm_giant_heavy_01',1096),
(14071,14000,'_exp07/characters/tool_users/storm_giants/storm_giant_heavy_02',1096),
(14072,14001,'_exp07/characters/tool_users/storm_giants/storm_giant_king',1096),
(14073,14002,'_exp07/characters/tool_users/storm_giants/storm_giant_mage_01',1096),
(14074,14003,'creatures/tu/lava_earth_elem',1096),
(14075,14004,'creatures/boss/fallengate_disease',1096),
(14076,14005,'accessories/wearable_items/cloak/exp07/cloak_gothic_glass',1096),
(14077,14006,'staticobjects/blacksmith/fprt_forge',1096),
(14078,14007,'creatures/boss/fallengate_blue_black',1096),
(14079,14008,'staticobjects/trainingdummy/kc_training_dummy',1096),
(14080,14009,'staticobjects/trainingdummy/dpo_hanging_dummy_new',1096),
(14081,14010,'staticobjects/trainingdummy/dpo_hanging_dummy_stained',1096),
(14082,14011,'staticobjects/arches/kj_arch',1096),
(14083,14012,'_exp07/characters/tool_users/tserrina/tserrina_fly',1096),
(14084,14013,'staticobjects/chests/dpo_gnomish_chest_lid',1096),
(14085,14014,'staticobjects/chests/dpo_gnomish_chest_open',1096),
(14086,14015,'_exp06/zones/objects/exp06_dun_erudin_library/eru_exit_pillar',1096),
(14087,14016,'_exp07/characters/tool_users/storm_giants/storm_giant_heavy_03',1096),
(14088,14017,'staticobjects/crystals/dpo_salt_crystal',1096),
(14089,14018,'_exp07/zones/exp07_dun_kraytocs_fortress/kraytocs_telescoping_pillar_barriers',1096),
(14090,14019,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/skirt',1096),
(14091,14020,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/chest',1096),
(14092,14021,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/feet',1096),
(14093,14022,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/forearms',1096),
(14094,14023,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/hands',1096),
(14095,14024,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/hands_rallos_zek_chain_gauntlets',1096),
(14096,14025,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/head',1096),
(14097,14026,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/head_rallos_zek_chain_helmet',1096),
(14098,14027,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/legs',1096),
(14099,14028,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/legs_noskirt',1096),
(14100,14029,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/legs_rallos_zek_shins',1096),
(14101,14030,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_gauntlets_forearm_left',1096),
(14102,14031,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_gauntlets_forearm_right',1096),
(14103,14032,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_pauldron_left',1096),
(14104,14033,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_pauldron_right',1096),
(14105,14034,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_shin_left',1096),
(14106,14035,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_shin_right',1096),
(14107,14036,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/shoulders',1096),
(14108,14037,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/shoulders_nopauldrons',1096),
(14109,14038,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/shoulders_rallos_zek_epic_pauldrons',1096),
(14110,14039,'_exp07/zones/exp07_dun_kraytocs_fortress/kraytocs_telescoping_pillars',1096),
(14111,14040,'accessories/wearable_items/cloak/exp07/cloak_sky_clouds',1096),
(14112,14041,'accessories/wearable_items/cloak/exp07/cloak_sky_storm',1096),
(14113,14043,'ec/pc/darkelf/darkelf_male_zombie',1096),
(14114,14044,'ec/pc/darkelf/darkelf_female_zombie',1096),
(14115,14045,'staticobjects/rocks/rock03',1096),
(14116,14046,'creatures/pets/spirit_totem',1096),
(14117,14047,'_exp07/zones/exp07_dun_kraytocs_fortress/dragon_room_hot',1096),
(14118,14048,'_exp07/zones/exp07_dun_kraytocs_fortress/dragon_room_cold',1096),
(14119,14049,'_exp03/zones/objects/greater_faydark/crates/gf_crate_long_elf01',1096),
(14120,14050,'_exp03/zones/objects/greater_faydark/crates/gf_crate_small_elf01',1096),
(14121,14051,'staticobjects/barricades/hal_barricade_shipwreck_01',1096),
(14122,14052,'staticobjects/barricades/hal_barricade_shipwreck_02',1096),
(14123,14053,'staticobjects/barricades/hal_barricade_shipwreck_03',1096),
(14124,14054,'creatures/mounts/horse_sun/horse_sun',1096),
(14125,14055,'creatures/mounts/warg_mount/warg_armor04_lava',1096),
(14126,14056,'staticobjects/rubble/steaming_ash_pile',1096),
(14127,14057,'accessories/wearable_items/cloak/exp07/cloak_tree',1096),
(14128,14058,'accessories/wearable_items/cloak/exp07/cloak_aurora',1096),
(14129,14059,'accessories/wearable_items/cloak/exp07/cloak_rune_parchment',1096),
(14130,14060,'staticobjects/barricades/dpo_barricade_steamfont',1096),
(14131,14061,'staticobjects/catapult/dpo_harpoon_launcher_steamfont',1096),
(14132,14062,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/skirt',1096),
(14133,14063,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/chest',1096),
(14134,14064,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/feet',1096),
(14135,14065,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/forearms',1096),
(14136,14066,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/hands',1096),
(14137,14067,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/head',1096),
(14138,14068,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/head_epic',1096),
(14139,14069,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/legs',1096),
(14140,14070,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/legs_noskirt',1096),
(14141,14071,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/pauldron_left',1096),
(14142,14072,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/pauldron_right',1096),
(14143,14073,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/right',1096),
(14144,14074,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/shoulders',1096),
(14145,14075,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/shoulders_epic',1096),
(14146,14076,'accessories/wearable_items/_exp07/antonican_crusader_vanguard/shoulders_nopauldrons',1096),
(14147,14077,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer_glow',1096),
(14148,14078,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer',1096),
(14149,14079,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer_glow',1096),
(14150,14080,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_deathbringer',1096),
(14151,14081,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_deathbringer_glow',1096),
(14152,14082,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer',1096),
(14153,14083,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_deathbringer_glow',1096),
(14154,14084,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_deathbringer',1096),
(14155,14085,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer_glow',1096),
(14156,14086,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer',1096),
(14157,14087,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer_glow',1096),
(14158,14088,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer',1096),
(14159,14089,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer_glowfx',1096),
(14160,14090,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer_glowfx',1096),
(14161,14091,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_deathbringer_glowfx',1096),
(14162,14092,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_deathbringer_glowfx',1096),
(14163,14093,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer_glowfx',1096),
(14164,14094,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer_glowfx',1096),
(14165,14095,'staticobjects/draconic_widgets/solro_dragonpost',1096),
(14166,14096,'staticobjects/bones/dpo_lost_soul',1096),
(14167,14097,'staticobjects/chests/dpo_nek_skull_chest',1096),
(14168,14098,'staticobjects/signs/neriak/darklight_wall_sign',1096),
(14169,14099,'staticobjects/coffins_and_sarcophagus/dpo_thexian_sarcophagus_lid',1096),
(14170,14100,'staticobjects/signs/neriak/darklight_wall_sign_batwings',1096),
(14171,14101,'staticobjects/signs/neriak/darklight_wall_sign_spider',1096),
(14172,14102,'staticobjects/portals/guk_spire_portal',1096),
(14173,14103,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_plain/legs',1096),
(14174,14104,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_plain/belt',1096),
(14175,14105,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_plain/chest',1096),
(14176,14106,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_plain/feet',1096),
(14177,14107,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_guk',1096),
(14178,14108,'accessories/wieldable_items/weapons/exp07/bow/exp07_guk_bow',1096),
(14179,14109,'accessories/wieldable_items/weapons/exp07/shield/exp07_guk_shield',1096),
(14180,14110,'accessories/wieldable_items/weapons/exp07/talisman/exp07_orb_gukvdl',1096),
(14181,14111,'accessories/wieldable_items/weapons/exp07/talisman/exp07_talisman_guk',1096),
(14182,14112,'creatures/mounts/odus_prowler/odus_prowler_black_void',1096),
(14183,14113,'staticobjects/crates/animated_crate_tinkered',1096),
(14184,14114,'accessories/wearable_items/_exp07/bloodsaber_deathknight/skirt',1096),
(14185,14115,'accessories/wearable_items/_exp07/bloodsaber_deathknight/chest',1096),
(14186,14116,'accessories/wearable_items/_exp07/bloodsaber_deathknight/feet',1096),
(14187,14117,'accessories/wearable_items/_exp07/bloodsaber_deathknight/forearms',1096),
(14188,14118,'accessories/wearable_items/_exp07/bloodsaber_deathknight/hands',1096),
(14189,14119,'accessories/wearable_items/_exp07/bloodsaber_deathknight/head',1096),
(14190,14120,'accessories/wearable_items/_exp07/bloodsaber_deathknight/head_epic',1096),
(14191,14121,'accessories/wearable_items/_exp07/bloodsaber_deathknight/legs',1096),
(14192,14122,'accessories/wearable_items/_exp07/bloodsaber_deathknight/legs_noskirt',1096),
(14193,14123,'accessories/wearable_items/_exp07/bloodsaber_deathknight/pauldrons_left',1096),
(14194,14124,'accessories/wearable_items/_exp07/bloodsaber_deathknight/pauldrons_right',1096),
(14195,14125,'accessories/wearable_items/_exp07/bloodsaber_deathknight/right',1096),
(14196,14126,'accessories/wearable_items/_exp07/bloodsaber_deathknight/shoulders',1096),
(14197,14127,'accessories/wearable_items/_exp07/bloodsaber_deathknight/shoulders_epic',1096),
(14198,14128,'accessories/wearable_items/_exp07/bloodsaber_deathknight/shoulders_nopauldrons',1096),
(14199,14129,'accessories/wearable_items/cloak/exp07/cloak_shroud_faithful',1096),
(14200,14130,'accessories/wearable_items/_exp07/nizaran_assassin_armor/skirt',1096),
(14201,14131,'accessories/wearable_items/_exp07/nizaran_assassin_armor/chest',1096),
(14202,14132,'accessories/wearable_items/_exp07/nizaran_assassin_armor/feet',1096),
(14203,14133,'accessories/wearable_items/_exp07/nizaran_assassin_armor/forearms',1096),
(14204,14134,'accessories/wearable_items/_exp07/nizaran_assassin_armor/hands',1096),
(14205,14135,'accessories/wearable_items/_exp07/nizaran_assassin_armor/head',1096),
(14206,14136,'accessories/wearable_items/_exp07/nizaran_assassin_armor/legs',1096),
(14207,14137,'accessories/wearable_items/_exp07/nizaran_assassin_armor/legs_noskirt',1096),
(14208,14138,'accessories/wearable_items/_exp07/nizaran_assassin_armor/shoulders',1096),
(14209,14139,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_deathbringer_glow',1096),
(14210,14140,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_deathbringer',1096),
(14211,14141,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer_glow',1096),
(14212,14142,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer',1096),
(14213,14143,'accessories/wearable_items/cloak/exp07/cloak_dark_elf_chain',1096),
(14214,14144,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/skirt',1096),
(14215,14145,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/chest',1096),
(14216,14146,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_collar',1096),
(14217,14147,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_forearm_left',1096),
(14218,14148,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_forearm_right',1096),
(14219,14149,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_pauldron_left',1096),
(14220,14150,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_pauldron_right',1096),
(14221,14151,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_shin_left',1096),
(14222,14152,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_shin_right',1096),
(14223,14153,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_upperarm_left',1096),
(14224,14154,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/dark_elf_chain_upperarm_right',1096),
(14225,14155,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/feet',1096),
(14226,14156,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/feet_dark_elf_shin',1096),
(14227,14157,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/forearms',1096),
(14228,14158,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/forearms_dark_elf',1096),
(14229,14159,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/hands',1096),
(14230,14160,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/head',1096),
(14231,14161,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/head_dark_elf_chain_helmet',1096),
(14232,14162,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/legs',1096),
(14233,14163,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/legs_noskirt',1096),
(14234,14164,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/shoulders',1096),
(14235,14165,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/shoulders_dark_elf_lower',1096),
(14236,14166,'accessories/wearable_items/_exp07/station_cash_armor/dark_elf_armor_chain/shoulders_dark_elf_pauldrons',1096),
(14237,14167,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/shoulders_rallos_zek_small_pauldrons',1096),
(14238,14168,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_pauldron_small_left',1096),
(14239,14169,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain/rallos_zek_chain_pauldron_small_right',1096),
(14240,14170,'accessories/wieldable_items/shields/exp07/sea_turtle_shield',1096),
(14241,14171,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_deathbringer_glow_fx',1096),
(14242,14172,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer_glow_fx',1096),
(14243,14173,'creatures/tu/gods_rallos_zek_new',1096),
(14244,14174,'_exp02/zones/objects/rock_pile/rn_rocks_obsidianclump04',1096),
(14245,14175,'_exp02/zones/objects/rock_pile/rn_rocks_lavarock02clump06',1096),
(14246,14176,'_exp02/zones/objects/rock_pile/rn_rocks_lavarockclump01',1096),
(14247,14177,'_exp02/zones/objects/rock_pile/rn_rocks_lavarockclump03',1096),
(14248,14178,'_exp02/zones/objects/rock_pile/rn_rocks_lavarockclump04',1096),
(14249,14179,'_exp02/zones/objects/rock_pile/rn_rocks_lavarockclump05',1096),
(14250,14180,'_exp02/zones/objects/rock_pile/rn_rocks_lavarockclump06',1096),
(14251,14181,'_exp02/zones/objects/rock_pile/rn_rocks_obsidianclump01',1096),
(14252,14182,'_exp02/zones/objects/rock_pile/rn_rocks_obsidianclump02',1096),
(14253,14183,'_exp02/zones/objects/rock_pile/rn_rocks_obsidianclump03',1096),
(14254,14184,'_exp02/zones/objects/dragon_bones/rn_bones_dragon_largerib01',1096),
(14255,14185,'_exp02/zones/objects/dragon_bones/rn_bones_dragon_skullhalf01',1096),
(14256,14186,'staticobjects/liveevent/contest_painting_july10/contest_painting_adiene',1096),
(14257,14187,'staticobjects/liveevent/contest_painting_july10/contest_painting_ainaree',1096),
(14258,14188,'staticobjects/liveevent/contest_painting_july10/contest_painting_corisu',1096),
(14259,14189,'staticobjects/liveevent/contest_painting_july10/contest_painting_diamante',1096),
(14260,14190,'staticobjects/liveevent/contest_painting_july10/contest_painting_enna',1096),
(14261,14191,'staticobjects/liveevent/contest_painting_july10/contest_painting_erithe',1096),
(14262,14192,'staticobjects/liveevent/contest_painting_july10/contest_painting_hortensia',1096),
(14263,14193,'staticobjects/liveevent/contest_painting_july10/contest_painting_inni',1096),
(14264,14194,'staticobjects/liveevent/contest_painting_july10/contest_painting_lillyaana',1096),
(14265,14195,'staticobjects/liveevent/contest_painting_july10/contest_painting_shanyssa',1096),
(14266,14196,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_tartan/shoulders',1096),
(14267,14197,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_tartan/belt',1096),
(14268,14198,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_tartan/chest',1096),
(14269,14199,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_tartan/feet',1096),
(14270,14200,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_tartan/legs',1096),
(14271,14201,'staticobjects/tradeskill_objects/hal_spinningwheel01_broken',1096),
(14272,14202,'staticobjects/tradeskill_objects/hal_crate_broken_plates',1096),
(14273,14203,'accessories/wearable_items/_exp06/dragon_chain/shoulders_pauldrons_epic',1096),
(14274,14204,'accessories/wearable_items/_exp06/dragon_chain/dragon_pauldron_left_epic',1096),
(14275,14205,'accessories/wearable_items/_exp06/dragon_chain/dragon_pauldron_right_epic',1096),
(14276,14206,'accessories/wearable_items/_exp06/dragon_leather/shoulders_pauldrons_epic',1096),
(14277,14207,'accessories/wearable_items/_exp06/dragon_robe/chest_pauldrons_epic',1096),
(14278,14208,'accessories/wearable_items/_exp06/dragon_vanguard/shoulders_dragon_pauldron_epic',1096),
(14279,14209,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_left_epic',1096),
(14280,14210,'accessories/wearable_items/_exp06/dragon_vanguard/dragon_pauldrons_right_epic',1096),
(14281,14211,'staticobjects/tradeskill_objects/hal_fabricroll_damaged',1096),
(14282,14212,'staticobjects/liveevent/frostfell/dpo_bauble_bell_blue01',1096),
(14283,14213,'staticobjects/liveevent/frostfell/dpo_bauble_bell_gold01',1096),
(14284,14214,'staticobjects/liveevent/frostfell/dpo_bauble_bell_green01',1096),
(14285,14215,'staticobjects/liveevent/frostfell/dpo_bauble_bell_red01',1096),
(14286,14216,'staticobjects/liveevent/frostfell/dpo_bauble_bell_silver01',1096),
(14287,14217,'staticobjects/liveevent/frostfell/dpo_bauble_glass_icicle01',1096),
(14288,14218,'staticobjects/liveevent/frostfell/dpo_bauble_oblong_redgold01',1096),
(14289,14219,'staticobjects/liveevent/frostfell/dpo_bauble_oblong_silvergrn01',1096),
(14290,14220,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_blugrn',1096),
(14291,14221,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_pinkpat',1096),
(14292,14222,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_pursnow',1096),
(14293,14223,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_purstripe',1096),
(14294,14224,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_redstar',1096),
(14295,14225,'staticobjects/liveevent/frostfell/dpo_holiday_bow_wall_yellowgrn',1096),
(14296,14226,'staticobjects/liveevent/frostfell/dpo_room_divider_basic_purple_snowflakes',1096),
(14297,14227,'staticobjects/liveevent/frostfell/dpo_room_divider_basic_red',1096),
(14298,14228,'staticobjects/liveevent/frostfell/dpo_room_divider_basic_red_stars',1096),
(14299,14229,'staticobjects/liveevent/frostfell/dpo_room_divider_gingerbread',1096),
(14300,14230,'staticobjects/liveevent/frostfell/dpo_tree_rug_blue',1096),
(14301,14231,'staticobjects/liveevent/frostfell/dpo_tree_rug_gold',1096),
(14302,14232,'staticobjects/liveevent/frostfell/dpo_tree_rug_grn',1096),
(14303,14233,'staticobjects/liveevent/frostfell/dpo_tree_rug_red',1096),
(14304,14234,'staticobjects/liveevent/frostfell/holiday_figgypudding',1096),
(14305,14235,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_tower_deathbringer_glow',1096),
(14306,14236,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_round_deathbringer',1096),
(14307,14237,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_round_deathbringer_glow',1096),
(14308,14238,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_tower_deathbringer',1096),
(14309,14239,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_deathbringer_glow',1096),
(14310,14240,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_deathbringer',1096),
(14311,14241,'staticobjects/bookcases/dpo_miragul_bookcase01',1096),
(14312,14242,'staticobjects/books/dpo_miragul_bookstack_ice_short01',1096),
(14313,14243,'staticobjects/lighting/dpo_miragul_lightsource_brazier_short01',1096),
(14314,14244,'staticobjects/kitchen/sen_plate_small_orange_dpo',1096),
(14315,14245,'staticobjects/tables/dpo_sen_small_table_01',1096),
(14316,14246,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_01',1096),
(14317,14247,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_01',1096),
(14318,14248,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_02',1096),
(14319,14249,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_03',1096),
(14320,14250,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_04',1096),
(14321,14251,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_05',1096),
(14322,14252,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tofs_mirror_fragment_06',1096),
(14323,14253,'_exp01/zones/objects/light_sources/pf_lightsource_nomad_torch01',1096),
(14324,14254,'accessories/wieldable_items/weapons/exp07/1h_sword/goth_axe_1_hand_01',1096),
(14325,14255,'_exp07/characters/tool_users/othmir/othmir_male_warrior_03_black',1096),
(14326,14256,'_exp07/characters/tool_users/othmir/othmir_female_base',1096),
(14327,14257,'_exp07/characters/tool_users/othmir/othmir_female_peasent_01',1096),
(14328,14258,'_exp07/characters/tool_users/othmir/othmir_female_peasent_01_spotted',1096),
(14329,14259,'_exp07/characters/tool_users/othmir/othmir_female_peasent_02',1096),
(14330,14260,'_exp07/characters/tool_users/othmir/othmir_female_peasent_02_dark',1096),
(14331,14261,'_exp07/characters/tool_users/othmir/othmir_female_shaman',1096),
(14332,14262,'_exp07/characters/tool_users/othmir/othmir_female_shaman_pattern',1096),
(14333,14263,'_exp07/characters/tool_users/othmir/othmir_male_base',1096),
(14334,14264,'_exp07/characters/tool_users/othmir/othmir_male_king',1096),
(14335,14265,'_exp07/characters/tool_users/othmir/othmir_male_shaman',1096),
(14336,14266,'_exp07/characters/tool_users/othmir/othmir_male_warrior_01',1096),
(14337,14267,'_exp07/characters/tool_users/othmir/othmir_male_warrior_01_black',1096),
(14338,14268,'_exp07/characters/tool_users/othmir/othmir_male_warrior_01_spotted',1096),
(14339,14269,'_exp07/characters/tool_users/othmir/othmir_male_warrior_02',1096),
(14340,14270,'_exp07/characters/tool_users/othmir/othmir_male_warrior_02_black',1096),
(14341,14271,'_exp07/characters/tool_users/othmir/othmir_male_warrior_02_spotted',1096),
(14342,14272,'_exp07/characters/tool_users/othmir/othmir_male_warrior_02_white',1096),
(14343,14273,'_exp07/characters/tool_users/othmir/othmir_male_warrior_03',1096),
(14344,14274,'_exp07/characters/tool_users/tallonite_female/tallonite_female_plate',1096),
(14345,14275,'_exp07/characters/tool_users/tallonite_female/tallonite_female_fighter',1096),
(14346,14276,'_exp07/characters/tool_users/tallonite_female/tallonite_female_mage',1096),
(14347,14277,'_exp07/characters/tool_users/othmir/othmir_male_peasant_02',1096),
(14348,14278,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/skirt',1096),
(14349,14279,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/chest',1096),
(14350,14280,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/feet',1096),
(14351,14281,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/feet_rallos_zek_vanguard_shin_braces',1096),
(14352,14282,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/forearms',1096),
(14353,14283,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/hands',1096),
(14354,14284,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/hands_rallos_zek_vanguard_gauntlets',1096),
(14355,14285,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/head',1096),
(14356,14286,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/head_rallos_zek_vanguard_helmet',1096),
(14357,14287,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/legs',1096),
(14358,14288,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/legs_noskirt',1096),
(14359,14289,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/legs_noskirt_rallos_zek_vanguard_shin_braces',1096),
(14360,14290,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/legs_rallos_zek_vanguard_shin_braces',1096),
(14361,14291,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_forearm_left',1096),
(14362,14292,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_forearm_right',1096),
(14363,14293,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_pauldron_epic_left',1096),
(14364,14294,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_pauldron_epic_right',1096),
(14365,14295,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_pauldron_small_left',1096),
(14366,14296,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_pauldron_small_right',1096),
(14367,14297,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_shin_left',1096),
(14368,14298,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_shin_right',1096),
(14369,14299,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/right',1096),
(14370,14300,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/shoulders',1096),
(14371,14301,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/shoulders_nopauldrons',1096),
(14372,14302,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/shoulders_rallos_zek_epic_pauldrons',1096),
(14373,14303,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/shoulders_rallos_zek_small_pauldrons',1096),
(14374,14304,'accessories/wearable_items/cloak/exp07/fae_d_wing01_female_demon',1096),
(14375,14305,'accessories/wearable_items/cloak/exp07/fae_d_wing01_demon',1096),
(14376,14306,'staticobjects/doors/dpo_qeynos_door',1096),
(14377,14307,'staticobjects/doors/dpo_freeport_door',1096),
(14378,14308,'staticobjects/doors/dpo_gorowyn_door',1096),
(14379,14309,'staticobjects/doors/dpo_kelethin_door',1096),
(14380,14310,'staticobjects/doors/dpo_neriak_door',1096),
(14381,14311,'accessories/wearable_items/cloak/exp07/cloak_dragon',1096),
(14382,14312,'accessories/wearable_items/cloak/exp07/cloak_dragon_slayer',1096),
(14383,14313,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_deathbringer_glowfx',1096),
(14384,14314,'creatures/mounts/flying_disc/flying_disc_elven_dark',1096),
(14385,14315,'staticobjects/liveevent/community/dpo_reward_coin_bowl',1096),
(14386,14316,'accessories/wearable_items/cloak/exp07/fae_d_wing02_good',1096),
(14387,14317,'staticobjects/panels/dpo_snow_panel',1096),
(14388,14318,'staticobjects/panels/dpo_erollisi_grass_panel',1096),
(14389,14319,'staticobjects/panels/dpo_hay_panel',1096),
(14390,14320,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard/rallos_zek_vanguard_belt_plate',1096),
(14391,14321,'staticobjects/beds/dpo_fprt_bedroll01',1096),
(14392,14322,'accessories/wearable_items/cloak/exp07/fae_d_wing02_evil',1096),
(14393,14323,'accessories/wearable_items/halloween_masks/flaming_pumpkin/head',1096),
(14394,14324,'accessories/wearable_items/halloween_masks/mask_fire_new/head',1096),
(14395,14325,'_exp07/characters/tool_users/tallonite_female/vallonite_female_mage',1096),
(14396,14326,'_exp07/characters/tool_users/tallonite_female/vallonite_female_fighter',1096),
(14397,14327,'_exp07/characters/monsters/ice_wurm/ice_wurm_violet',1096),
(14398,14328,'_exp07/characters/monsters/ice_wurm/ice_wurm_blue',1096),
(14399,14329,'_exp07/characters/monsters/ice_wurm/ice_wurm_cobalt',1096),
(14400,14330,'_exp07/characters/monsters/ice_wurm/ice_wurm_green',1096),
(14401,14331,'_exp07/characters/monsters/ice_wurm/ice_wurm_sea_foam',1096),
(14402,14332,'creatures/mounts/wolf_mount/wolf_mount_base',1096),
(14403,14333,'accessories/wieldable_items/weapons/exp07/staff/exp07_spear_of_takha',1096),
(14404,14334,'creatures/mounts/horse_heavy/horse_heavy_white_orange',1096),
(14405,14335,'creatures/mounts/horse_heavy/horse_heavy_black_blue',1096),
(14406,14336,'creatures/mounts/horse_heavy/horse_heavy_black_orange',1096),
(14407,14337,'creatures/mounts/horse_heavy/horse_heavy_brown_blue',1096),
(14408,14338,'creatures/mounts/horse_heavy/horse_heavy_brown_orange',1096),
(14409,14339,'creatures/mounts/horse_heavy/horse_heavy_white_blue',1096),
(14410,14340,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_tower_deathbringer_glowfx',1096),
(14411,14341,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_round_deathbringer_glowfx',1096),
(14412,14342,'staticobjects/books/dpo_cazicbook_black',1096),
(14413,14343,'staticobjects/books/dpo_cazicbook_green',1096),
(14414,14344,'staticobjects/books/dpo_cazicbook_red',1096),
(14415,14345,'accessories/wearable_items/cloak/exp07/cloak_sc_valentine01',1096),
(14416,14346,'creatures/tu/clockwork_bixie_figher',1096),
(14417,14347,'accessories/wearable_items/cloak/exp07/cloak_sc_falling_snowflakes_01',1096),
(14418,14348,'staticobjects/liveevent/guides/dpo_guide_fortuneteller_table',1096),
(14419,14349,'staticobjects/liveevent/guides/dpo_guide_filghty_fae_candlestick',1096),
(14420,14350,'staticobjects/liveevent/guides/dpo_guide_filghty_fae_picnic',1096),
(14421,14355,'staticobjects/tableware/dpo_eu_wineglass_red01',1096),
(14422,14356,'staticobjects/tableware/dpo_eu_wineglass_yellow01',1096),
(14423,14357,'staticobjects/liveevent/halloween/pumpkin_candy_dispenser_01',1096),
(14424,14358,'accessories/wieldable_items/weapons/exp03/1h_crush/exp03_1hc_wooden_vine_scepter_torch',1096),
(14425,14359,'_exp07/zones/exp07_dun_velks_forgotten_pools/blocker_01',1096),
(14426,14360,'_exp07/zones/exp07_dun_velks_forgotten_pools/breakable_door_01',1096),
(14427,14361,'_exp07/zones/exp07_dun_velks_forgotten_pools/breakable_door_01_open',1096),
(14428,14362,'_exp07/zones/exp07_dun_velks_forgotten_pools/breakable_door_01_blue',1096),
(14429,14363,'_exp07/zones/exp07_dun_velks_forgotten_pools/breakable_door_01_open_blue',1096),
(14430,14364,'_exp07/zones/exp07_dun_velks_forgotten_pools/doorshield_01',1096),
(14431,14365,'_exp07/zones/exp07_dun_velks_forgotten_pools/doorshield_switch_01',1096),
(14432,14366,'_exp07/zones/exp07_dun_velks_forgotten_pools/invis_wall_breakable_door_col_01',1096),
(14433,14367,'_exp07/zones/exp07_dun_velks_forgotten_pools/door_boss_01',1096),
(14434,14368,'staticobjects/guildhall/gh_qeynos_tapestry_dpo',1096),
(14435,14369,'staticobjects/guildhall/gh_freeport_tapestry_dpo',1096),
(14436,14370,'staticobjects/liveevent/cityfestivals/kelethin_table_bedside_mossy',1096),
(14437,14371,'_exp07/characters/monsters/timber_wolf/timber_wolf',1096),
(14438,14372,'_exp03/zones/objects/beds/kel_bed_royalty01',1096),
(14439,14373,'_exp03/zones/objects/bookcases/kel_bookcase01',1096),
(14440,14374,'_exp03/zones/objects/kelethin/crystals/kel_crystal_cylinder_growing03',1096),
(14441,14375,'_exp03/zones/objects/kelethin/oven/kel_oven02',1096),
(14442,14376,'_exp03/zones/objects/kelethin/rugs/kel_rug_yellow_square02',1096),
(14443,14377,'_exp03/zones/objects/kelethin/tavern_items/kel_tavern_chair01_yellow',1096),
(14444,14378,'_exp03/zones/objects/kelethin/tavern_items/kel_tavern_stool01_yellow',1096),
(14445,14379,'_exp03/zones/objects/tables/gf_elf_table02',1096),
(14446,14380,'_exp03/zones/objects/greater_faydark/lightsources/gf_bugbear_torch01',1096),
(14447,14381,'staticobjects/liveevent/frostfell/xmas_item_santa_sleigh_01',1096),
(14448,14382,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_chillborn',1096),
(14449,14383,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_chillborn',1096),
(14450,14384,'accessories/wieldable_items/weapons/exp07/bow/exp05_bow_chillborn',1096),
(14451,14385,'accessories/wieldable_items/weapons/exp07/staff/exp07_2hp_spear_chillborn',1096),
(14452,14386,'creatures/mounts/wolf_mount/wolf_mount_white',1096),
(14453,14387,'creatures/mounts/wolf_mount/wolf_mount_black',1096),
(14454,14388,'creatures/mounts/wolf_mount/wolf_mount_black_demon',1096),
(14455,14389,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/skirt',1096),
(14456,14390,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/chest',1096),
(14457,14391,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/chest_ogre_armor',1096),
(14458,14392,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/feet',1096),
(14459,14393,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/forearms',1096),
(14460,14394,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/hands',1096),
(14461,14395,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/hands_ogre_armor',1096),
(14462,14396,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/head',1096),
(14463,14397,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/head_ogre_armor_helmet',1096),
(14464,14398,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/legs',1096),
(14465,14399,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/legs_noskirt',1096),
(14466,14400,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/legs_ogre_armor',1096),
(14467,14401,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_belt',1096),
(14468,14402,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_collar',1096),
(14469,14403,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_foot_left',1096),
(14470,14404,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_foot_right',1096),
(14471,14405,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_forearm_right',1096),
(14472,14406,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_hand_right',1096),
(14473,14407,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_pauldron_left',1096),
(14474,14408,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_pauldron_right',1096),
(14475,14409,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_shin_left',1096),
(14476,14410,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_shin_right',1096),
(14477,14411,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_thigh_left',1096),
(14478,14412,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/ogre_armor_vanguard_upperarm_right',1096),
(14479,14413,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/right',1096),
(14480,14414,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/shoulders',1096),
(14481,14415,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/shoulders_nopauldrons',1096),
(14482,14416,'accessories/wearable_items/_exp07/station_cash_armor/ogre_vanguard_armor/shoulders_ogre_armor',1096),
(14483,14417,'_exp02/zones/objects/eggs/hf_egg_single_purple_upright01',1096),
(14484,14418,'accessories/wearable_items/cloak/exp07/cloak_ogre_vanguard',1096),
(14485,14419,'creatures/mounts/odus_prowler/odus_prowler_skeleton_poison',1096),
(14486,14420,'creatures/mounts/odus_prowler/odus_prowler_skeleton',1096),
(14487,14421,'creatures/mounts/odus_prowler/odus_prowler_skeleton_armor',1096),
(14488,14422,'creatures/mounts/odus_prowler/odus_prowler_skeleton_death',1096),
(14489,14427,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_zonn',1096),
(14490,14428,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_archer',1096),
(14491,14429,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_boss',1096),
(14492,14430,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_mage',1096),
(14493,14431,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_chillborn_fx',1096),
(14494,14432,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_chillborn_fx',1096),
(14495,14433,'accessories/wieldable_items/weapons/exp07/bow/exp05_bow_chillborn_fx',1096),
(14496,14434,'accessories/wieldable_items/weapons/exp07/staff/exp07_2hp_spear_chillborn_fx',1096),
(14497,14435,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_zonn_blue',1096),
(14498,14436,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_archer_blue',1096),
(14499,14437,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_boss_blue',1096),
(14500,14438,'_exp06/characters/tool_users/talonite/talonite_male_full_suits/talonite_male_mage_blue',1096),
(14501,14439,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/pauldron_right',1096),
(14502,14440,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/shoulders',1096),
(14503,14441,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/skirt',1096),
(14504,14442,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/chest',1096),
(14505,14443,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/feet',1096),
(14506,14444,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/forearms',1096),
(14507,14445,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/hands',1096),
(14508,14446,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/head',1096),
(14509,14447,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/head_human_heritage_chain_helmet',1096),
(14510,14448,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_arm_left',1096),
(14511,14449,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_arm_right',1096),
(14512,14450,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_belt',1096),
(14513,14451,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_pauldron_guard_left',1096),
(14514,14452,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_shin_left',1096),
(14515,14453,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/human_heritage_chain_shin_right',1096),
(14516,14454,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/legs',1096),
(14517,14455,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/legs_noskirt',1096),
(14518,14456,'accessories/wearable_items/_exp07/station_cash_armor/human_heritage_armor_chain/pauldron_left',1096),
(14519,14457,'staticobjects/bucket/dpo_kel_bucket_water',1096),
(14520,14458,'staticobjects/bucket/dpo_orc_bucket_sludge',1096),
(14521,14460,'accessories/wearable_items/cloak/exp07/cloak_human_heritage_armor_red',1096),
(14522,14461,'accessories/wearable_items/cloak/exp07/cloak_human_heritage_armor_blue',1096),
(14523,14462,'accessories/wearable_items/cloak/exp07/cloak_human_heritage_armor_gold',1096),
(14524,14463,'accessories/wearable_items/cloak/exp07/cloak_human_heritage_armor_pewter',1096),
(14525,14464,'creatures/mounts/odus_prowler/odus_prowler_skeleton_armor_cold',1096),
(14526,14465,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_guk_cold',1096),
(14527,14466,'accessories/wieldable_items/weapons/exp07/talisman/exp07_orb_guk_cold',1096),
(14528,14467,'accessories/wieldable_items/weapons/exp07/bow/exp07_guk_bow_cold',1096),
(14529,14468,'accessories/wearable_items/_exp07/guk_skull/snap_ons/shin_right',1096),
(14530,14469,'accessories/wearable_items/_exp07/guk_skull/snap_ons/forearm_left',1096),
(14531,14470,'accessories/wearable_items/_exp07/guk_skull/snap_ons/forearm_right',1096),
(14532,14471,'accessories/wearable_items/_exp07/guk_skull/snap_ons/pauldrons_left',1096),
(14533,14472,'accessories/wearable_items/_exp07/guk_skull/snap_ons/pauldrons_lower_left',1096),
(14534,14473,'accessories/wearable_items/_exp07/guk_skull/snap_ons/pauldrons_lower_right',1096),
(14535,14474,'accessories/wearable_items/_exp07/guk_skull/snap_ons/pauldrons_right',1096),
(14536,14475,'accessories/wearable_items/_exp07/guk_skull/snap_ons/shin_left',1096),
(14537,14476,'accessories/wearable_items/_exp07/guk_skull/skirt',1096),
(14538,14477,'accessories/wearable_items/_exp07/guk_skull/chest',1096),
(14539,14478,'accessories/wearable_items/_exp07/guk_skull/feet',1096),
(14540,14479,'accessories/wearable_items/_exp07/guk_skull/forearms',1096),
(14541,14480,'accessories/wearable_items/_exp07/guk_skull/hands',1096),
(14542,14481,'accessories/wearable_items/_exp07/guk_skull/hands_epic',1096),
(14543,14482,'accessories/wearable_items/_exp07/guk_skull/head',1096),
(14544,14483,'accessories/wearable_items/_exp07/guk_skull/head_epic',1096),
(14545,14484,'accessories/wearable_items/_exp07/guk_skull/legs',1096),
(14546,14485,'accessories/wearable_items/_exp07/guk_skull/legs_epic',1096),
(14547,14486,'accessories/wearable_items/_exp07/guk_skull/legs_noskirt',1096),
(14548,14487,'accessories/wearable_items/_exp07/guk_skull/right',1096),
(14549,14488,'accessories/wearable_items/_exp07/guk_skull/shoulders',1096),
(14550,14489,'accessories/wearable_items/_exp07/guk_skull/shoulders_epic',1096),
(14551,14490,'accessories/wearable_items/_exp07/guk_skull/shoulders_nopauldrons',1096),
(14552,14491,'creatures/monsters/odus_prowler_skeletal',1096),
(14553,14492,'_exp07/zones/exp07_dun_velks_forgotten_pools/pod_01',1096),
(14554,14493,'staticobjects/_exp07/trapped_crab',1096),
(14555,14494,'_exp07/zones/exp07_dun_kraytocs_fortress/messhall_tables_giant_broken_dpo',1096),
(14556,14495,'_exp07/zones/exp07_dun_kraytocs_fortress/messhall_tables_giant_dpo',1096),
(14557,14496,'_exp07/zones/exp07_dun_kraytocs_fortress/messhall_tables_human_broken_dpo',1096),
(14558,14497,'_exp07/zones/exp07_dun_kraytocs_fortress/messhall_tables_human_dpo',1096),
(14559,14498,'creatures/mounts/horse_heavy/horse_stallion_black',1096),
(14560,14499,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/floating_mirror',1096),
(14561,14500,'_exp07/characters/tool_users/tallon_zek/tallon_zek',1096),
(14562,14501,'accessories/wearable_items/_exp07/kraytok/chain/skirt',1096),
(14563,14502,'accessories/wearable_items/_exp07/kraytok/chain/chest',1096),
(14564,14503,'accessories/wearable_items/_exp07/kraytok/chain/feet',1096),
(14565,14504,'accessories/wearable_items/_exp07/kraytok/chain/forearms',1096),
(14566,14505,'accessories/wearable_items/_exp07/kraytok/chain/hands',1096),
(14567,14506,'accessories/wearable_items/_exp07/kraytok/chain/head',1096),
(14568,14507,'accessories/wearable_items/_exp07/kraytok/chain/legs',1096),
(14569,14508,'accessories/wearable_items/_exp07/kraytok/chain/legs_noskirt',1096),
(14570,14509,'accessories/wearable_items/_exp07/kraytok/chain/pauldron_left',1096),
(14571,14510,'accessories/wearable_items/_exp07/kraytok/chain/pauldron_right',1096),
(14572,14511,'accessories/wearable_items/_exp07/kraytok/chain/shoulders',1096),
(14573,14512,'accessories/wearable_items/_exp07/kraytok/chain/shoulders_nopauldrons',1096),
(14574,14513,'accessories/wearable_items/_exp07/kraytok/leather/skirt',1096),
(14575,14514,'accessories/wearable_items/_exp07/kraytok/leather/chest',1096),
(14576,14515,'accessories/wearable_items/_exp07/kraytok/leather/feet',1096),
(14577,14516,'accessories/wearable_items/_exp07/kraytok/leather/forearms',1096),
(14578,14517,'accessories/wearable_items/_exp07/kraytok/leather/hands',1096),
(14579,14518,'accessories/wearable_items/_exp07/kraytok/leather/head',1096),
(14580,14519,'accessories/wearable_items/_exp07/kraytok/leather/legs',1096),
(14581,14520,'accessories/wearable_items/_exp07/kraytok/leather/legs_noskirt',1096),
(14582,14521,'accessories/wearable_items/_exp07/kraytok/leather/pauldron_left',1096),
(14583,14522,'accessories/wearable_items/_exp07/kraytok/leather/pauldron_right',1096),
(14584,14523,'accessories/wearable_items/_exp07/kraytok/leather/shoulders',1096),
(14585,14524,'accessories/wearable_items/_exp07/kraytok/leather/shoulders_nopauldrons',1096),
(14586,14525,'accessories/wearable_items/_exp07/kraytok/robe/skirt',1096),
(14587,14526,'accessories/wearable_items/_exp07/kraytok/robe/chest',1096),
(14588,14527,'accessories/wearable_items/_exp07/kraytok/robe/chest_paldrons',1096),
(14589,14528,'accessories/wearable_items/_exp07/kraytok/robe/feet',1096),
(14590,14529,'accessories/wearable_items/_exp07/kraytok/robe/hands',1096),
(14591,14530,'accessories/wearable_items/_exp07/kraytok/robe/head',1096),
(14592,14531,'accessories/wearable_items/_exp07/kraytok/robe/head_collar',1096),
(14593,14532,'accessories/wearable_items/_exp07/kraytok/robe/pants',1096),
(14594,14533,'accessories/wearable_items/_exp07/kraytok/robe/pauldron_left',1096),
(14595,14534,'accessories/wearable_items/_exp07/kraytok/robe/pauldron_right',1096),
(14596,14535,'staticobjects/tcg/tcg_painting49_erollisimarr',1096),
(14597,14536,'staticobjects/tcg/tcg_fishtank01',1096),
(14598,14537,'staticobjects/tcg/tcg_tapestry_stained_glass_dragon',1096),
(14599,14538,'staticobjects/tcg/tcg_tapestry_silken_glory',1096),
(14600,14539,'staticobjects/tcg/tcg_painting51_izathoth',1096),
(14601,14540,'staticobjects/tcg/tcg_painting50_grandmaster',1096),
(14602,14541,'accessories/wearable_items/profesion_hats/dragon_helm/head_dragon_helm',1096),
(14603,14542,'accessories/wearable_items/profesion_hats/dragon_helm/head_dragon_gold_helm',1096),
(14604,14543,'accessories/wearable_items/_exp07/guk_raven/chain/skirt',1096),
(14605,14544,'accessories/wearable_items/_exp07/guk_raven/chain/chest',1096),
(14606,14545,'accessories/wearable_items/_exp07/guk_raven/chain/feet',1096),
(14607,14546,'accessories/wearable_items/_exp07/guk_raven/chain/forearms',1096),
(14608,14547,'accessories/wearable_items/_exp07/guk_raven/chain/hands',1096),
(14609,14548,'accessories/wearable_items/_exp07/guk_raven/chain/head',1096),
(14610,14549,'accessories/wearable_items/_exp07/guk_raven/chain/head_epic',1096),
(14611,14550,'accessories/wearable_items/_exp07/guk_raven/chain/legs',1096),
(14612,14551,'accessories/wearable_items/_exp07/guk_raven/chain/legs_noskirt',1096),
(14613,14552,'accessories/wearable_items/_exp07/guk_raven/chain/raven_shoulder_left',1096),
(14614,14553,'accessories/wearable_items/_exp07/guk_raven/chain/raven_shoulder_right',1096),
(14615,14554,'accessories/wearable_items/_exp07/guk_raven/chain/shoulders',1096),
(14616,14555,'accessories/wearable_items/_exp07/guk_raven/chain/shoulders_epic_pauldrons',1096),
(14617,14556,'accessories/wearable_items/_exp07/guk_raven/leather/skirt',1096),
(14618,14557,'accessories/wearable_items/_exp07/guk_raven/leather/chest',1096),
(14619,14558,'accessories/wearable_items/_exp07/guk_raven/leather/feet',1096),
(14620,14559,'accessories/wearable_items/_exp07/guk_raven/leather/forearms',1096),
(14621,14560,'accessories/wearable_items/_exp07/guk_raven/leather/hands',1096),
(14622,14561,'accessories/wearable_items/_exp07/guk_raven/leather/head',1096),
(14623,14562,'accessories/wearable_items/_exp07/guk_raven/leather/head_epic',1096),
(14624,14563,'accessories/wearable_items/_exp07/guk_raven/leather/legs',1096),
(14625,14564,'accessories/wearable_items/_exp07/guk_raven/leather/legs_noskirt',1096),
(14626,14565,'accessories/wearable_items/_exp07/guk_raven/leather/raven_shoulder_left',1096),
(14627,14566,'accessories/wearable_items/_exp07/guk_raven/leather/raven_shoulder_right',1096),
(14628,14567,'accessories/wearable_items/_exp07/guk_raven/leather/shoulders',1096),
(14629,14568,'accessories/wearable_items/_exp07/guk_raven/leather/shoulders_epic_pauldrons',1096),
(14630,14569,'accessories/wearable_items/_exp07/guk_raven/robe/snap_ons/head_raven_helm',1096),
(14631,14570,'accessories/wearable_items/_exp07/guk_raven/robe/skirt',1096),
(14632,14571,'accessories/wearable_items/_exp07/guk_raven/robe/chest',1096),
(14633,14572,'accessories/wearable_items/_exp07/guk_raven/robe/chest_epic_pauldrons',1096),
(14634,14573,'accessories/wearable_items/_exp07/guk_raven/robe/feet',1096),
(14635,14574,'accessories/wearable_items/_exp07/guk_raven/robe/hands',1096),
(14636,14575,'accessories/wearable_items/_exp07/guk_raven/robe/head',1096),
(14637,14576,'accessories/wearable_items/_exp07/guk_raven/robe/head_epic',1096),
(14638,14577,'accessories/wearable_items/_exp07/guk_raven/robe/pants',1096),
(14639,14578,'accessories/wearable_items/_exp07/guk_raven/vanguard/skirt',1096),
(14640,14579,'accessories/wearable_items/_exp07/guk_raven/vanguard/chest',1096),
(14641,14580,'accessories/wearable_items/_exp07/guk_raven/vanguard/feet',1096),
(14642,14581,'accessories/wearable_items/_exp07/guk_raven/vanguard/forearms',1096),
(14643,14582,'accessories/wearable_items/_exp07/guk_raven/vanguard/hands',1096),
(14644,14583,'accessories/wearable_items/_exp07/guk_raven/vanguard/head',1096),
(14645,14584,'accessories/wearable_items/_exp07/guk_raven/vanguard/head_epic',1096),
(14646,14585,'accessories/wearable_items/_exp07/guk_raven/vanguard/legs',1096),
(14647,14586,'accessories/wearable_items/_exp07/guk_raven/vanguard/legs_noskirt',1096),
(14648,14587,'accessories/wearable_items/_exp07/guk_raven/vanguard/raven_shoulder_left',1096),
(14649,14588,'accessories/wearable_items/_exp07/guk_raven/vanguard/raven_shoulder_right',1096),
(14650,14589,'accessories/wearable_items/_exp07/guk_raven/vanguard/right',1096),
(14651,14590,'accessories/wearable_items/_exp07/guk_raven/vanguard/shoulders',1096),
(14652,14591,'accessories/wearable_items/_exp07/guk_raven/vanguard/shoulders_epic',1096),
(14653,14592,'accessories/wearable_items/_exp07/guk_raven/vanguard/shoulders_nopauldrons',1096),
(14654,14593,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/skirt',1096),
(14655,14594,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/chest',1096),
(14656,14595,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/chest_snapons',1096),
(14657,14596,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/feet',1096),
(14658,14597,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/feet_snapons',1096),
(14659,14598,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/forearms',1096),
(14660,14599,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/forearms_control_panel',1096),
(14661,14600,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/hands',1096),
(14662,14601,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/hands_snapons',1096),
(14663,14602,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/head',1096),
(14664,14603,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/legs',1096),
(14665,14604,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/legs_noskirt',1096),
(14666,14605,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/shoulders',1096),
(14667,14606,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/shoulders_snapons',1096),
(14668,14607,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_leg_right',1096),
(14669,14608,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_arm_controls_left',1096),
(14670,14609,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_arm_lower_right',1096),
(14671,14610,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_arm_upper_right',1096),
(14672,14611,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_chain_pad_lock',1096),
(14673,14612,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_chain_pauldron_left',1096),
(14674,14613,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_chain_pauldron_right',1096),
(14675,14614,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_chain_smoke_stack',1096),
(14676,14616,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/snapons/gnome_leg_left',1096),
(14677,14617,'staticobjects/tcg/tcg_cup_of_fulfillment',1096),
(14678,14618,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/chest',1096),
(14679,14619,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/feet',1096),
(14680,14620,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/forearms',1096),
(14681,14621,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/hands',1096),
(14682,14622,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/head',1096),
(14683,14623,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/legs',1096),
(14684,14624,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/legs_noskirt',1096),
(14685,14625,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/right',1096),
(14686,14626,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/shoulders',1096),
(14687,14627,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/shoulders_nopauldrons',1096),
(14688,14628,'accessories/wearable_items/_exp07/tinted_armor/dragon_vanguard_blighted/skirt',1096),
(14689,14629,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_nobleman/shoulders',1096),
(14690,14630,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_nobleman/belt',1096),
(14691,14631,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_nobleman/chest',1096),
(14692,14632,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_nobleman/feet',1096),
(14693,14633,'accessories/wearable_items/_exp07/station_cash_armor/casual_clothing/casual_clothing_nobleman/legs',1096),
(14694,14634,'_exp04/zones/objects/timorous_deep/goro_obj_door_dpo',1096),
(14695,14635,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/skirt',1096),
(14696,14636,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/arm_left',1096),
(14697,14637,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/arm_right',1096),
(14698,14638,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/chest',1096),
(14699,14639,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/feet',1096),
(14700,14640,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/hands',1096),
(14701,14641,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/head',1096),
(14702,14642,'accessories/wearable_items/_exp07/station_cash_armor/robe_good_white/pants',1096),
(14703,14643,'_exp07/characters/monsters/griffin_new/server_griffin',1096),
(14704,14644,'accessories/wearable_items/cloak/exp07/fae_d_wing_skeleton_medium',1096),
(14705,14645,'accessories/wearable_items/cloak/exp07/fae_d_wing_skeleton',1096),
(14706,14646,'accessories/wearable_items/cloak/exp07/fae_d_wing_skeleton_large',1096),
(14707,14647,'accessories/wearable_items/cloak/exp07/cloak_gnome',1096),
(14708,14648,'staticobjects/trophies/legion_force_trophy',1096),
(14709,14649,'staticobjects/tcg/tcg_painting_lon11',1096),
(14710,14650,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_bwibip01',1096),
(14711,14651,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_byblis01',1096),
(14712,14652,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_corvo01',1096),
(14713,14653,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_crymsyn01',1096),
(14714,14654,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_ladyaerfen01',1096),
(14715,14655,'staticobjects/liveevent/contest_painting_oct10/contest3_painting_linger01',1096),
(14716,14656,'_exp07/characters/monsters/griffin_new/highland_griffin',1096),
(14717,14657,'staticobjects/_exp07_prelude/sea_monster_plushy',1096),
(14718,14658,'_exp07/characters/tool_users/carac_omnica/carac_omnica_mask_hand',1096),
(14719,14659,'_exp07/characters/tool_users/carac_omnica/carac_omnica',1096),
(14720,14660,'_exp07/characters/tool_users/carac_omnica/carac_omnica_mask',1096),
(14721,14661,'accessories/npc_wearables/carac_omica/carac_omica_mask_hand',1096),
(14722,14662,'accessories/npc_wearables/carac_omica/carac_omica_mask',1096),
(14723,14663,'accessories/wearable_items/_exp07/station_cash_armor/gnome_chain/head_epic',1096),
(14724,14664,'_exp03/characters/tool_users/vampire_greater/vampire_greater_male01_upsidedown',1096),
(14725,14665,'_exp03/characters/tool_users/vampire_greater/vampire_greater_armored_female01_upsidedown',1096),
(14726,14666,'_exp03/characters/tool_users/vampire_greater/vampire_greater_armored_male01_upsidedown',1096),
(14727,14667,'_exp04/tool_users/drachnid_female_chain_upsidedown',1096),
(14728,14668,'_exp04/tool_users/drachnid_female_upsidedown',1096),
(14729,14669,'_exp04/tool_users/drachnid_queen_upsidedown',1096),
(14730,14670,'creatures/tu/skeleton_upsidedown',1096),
(14731,14671,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_rallos_npc',1096),
(14732,14672,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_rallos_npc',1096),
(14733,14673,'creatures/monsters/bat_upsidedown',1096),
(14734,14674,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/skirt',1096),
(14735,14675,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/chest',1096),
(14736,14676,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/chest_rallos_zek_robe_pauldrons',1096),
(14737,14677,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/feet',1096),
(14738,14678,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/hands',1096),
(14739,14679,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/hands_rallos_zek_robe_gauntlets',1096),
(14740,14680,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/head',1096),
(14741,14681,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/head_rallos_zek_horns',1096),
(14742,14682,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/pants',1096),
(14743,14683,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/pauldron_left',1096),
(14744,14684,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/pauldron_right',1096),
(14745,14685,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_belt_plate',1096),
(14746,14686,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_gauntlets_forearm_left',1096),
(14747,14687,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_gauntlets_forearm_right',1096),
(14748,14688,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_hood_horns',1096),
(14749,14689,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_pauldron_left',1096),
(14750,14690,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe/rallos_zek_robe_pauldron_right',1096),
(14751,14691,'_exp07/characters/monsters/timber_wolf/timber_wolf_white_boss',1096),
(14752,14692,'_exp07/characters/monsters/timber_wolf/timber_wolf_black',1096),
(14753,14693,'_exp07/characters/monsters/timber_wolf/timber_wolf_white',1096),
(14754,14694,'accessories/wearable_items/cloak/exp07/cloak_adventuring',1096),
(14755,14695,'accessories/wearable_items/_exp07/gindan_armor/skirt',1096),
(14756,14696,'accessories/wearable_items/_exp07/gindan_armor/chest',1096),
(14757,14697,'accessories/wearable_items/_exp07/gindan_armor/feet',1096),
(14758,14698,'accessories/wearable_items/_exp07/gindan_armor/forearms',1096),
(14759,14699,'accessories/wearable_items/_exp07/gindan_armor/hands',1096),
(14760,14700,'accessories/wearable_items/_exp07/gindan_armor/head',1096),
(14761,14701,'accessories/wearable_items/_exp07/gindan_armor/head_dragon_helm',1096),
(14762,14702,'accessories/wearable_items/_exp07/gindan_armor/legs',1096),
(14763,14703,'accessories/wearable_items/_exp07/gindan_armor/legs_noskirt',1096),
(14764,14704,'accessories/wearable_items/_exp07/gindan_armor/right',1096),
(14765,14705,'accessories/wearable_items/_exp07/gindan_armor/shoulders',1096),
(14766,14706,'accessories/wearable_items/_exp07/gindan_armor/shoulders_nopauldrons',1096),
(14767,14707,'accessories/wearable_items/_exp07/gindan_armor/shoulders_snapons',1096),
(14768,14708,'accessories/wearable_items/_exp07/gindan_armor/snapons/gindan_pauldron_right',1096),
(14769,14709,'accessories/wearable_items/_exp07/gindan_armor/snapons/gindan_pauldron_left',1096),
(14770,14710,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_bunk_bed_01',1096),
(14771,14711,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_officer_bed_01',1096),
(14772,14712,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_pillow',1096),
(14773,14713,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_twin_bed_01',1096),
(14774,14714,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_bedside_table_small',1096),
(14775,14715,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_banner_military_01',1096),
(14776,14716,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_banner_tattered_01',1096),
(14777,14717,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_bench',1096),
(14778,14718,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_regal_bookshelf',1096),
(14779,14719,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_tall_bookshelf',1096),
(14780,14720,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_plain_chest',1096),
(14781,14721,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_cake_decayed',1096),
(14782,14722,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_chalice_filled',1096),
(14783,14723,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_fear_orb',1096),
(14784,14724,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_painting_mistmoore_torn',1096),
(14785,14725,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_pedestal',1096),
(14786,14726,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_regal_floorrug',1096),
(14787,14727,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_large_floorrug',1096),
(14788,14728,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_statue_tserrina',1096),
(14789,14729,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_statue_tserrina_young',1096),
(14790,14730,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_table',1096),
(14791,14731,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_table_large',1096),
(14792,14732,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_weapon_rack_empty',1096),
(14793,14733,'accessories/wearable_items/_exp07/chain_vindicator/skirt',1096),
(14794,14734,'accessories/wearable_items/_exp07/chain_vindicator/chest',1096),
(14795,14735,'accessories/wearable_items/_exp07/chain_vindicator/epic_pauldron_left',1096),
(14796,14736,'accessories/wearable_items/_exp07/chain_vindicator/epic_pauldron_right',1096),
(14797,14737,'accessories/wearable_items/_exp07/chain_vindicator/feet',1096),
(14798,14738,'accessories/wearable_items/_exp07/chain_vindicator/forearms',1096),
(14799,14739,'accessories/wearable_items/_exp07/chain_vindicator/hands',1096),
(14800,14740,'accessories/wearable_items/_exp07/chain_vindicator/head',1096),
(14801,14741,'accessories/wearable_items/_exp07/chain_vindicator/legs',1096),
(14802,14742,'accessories/wearable_items/_exp07/chain_vindicator/legs_noskirt',1096),
(14803,14743,'accessories/wearable_items/_exp07/chain_vindicator/pauldron_left',1096),
(14804,14744,'accessories/wearable_items/_exp07/chain_vindicator/pauldron_right',1096),
(14805,14745,'accessories/wearable_items/_exp07/chain_vindicator/shoulders',1096),
(14806,14746,'accessories/wearable_items/_exp07/chain_vindicator/shoulders_nopauldrons',1096),
(14807,14747,'accessories/wearable_items/_exp07/plate_vindicator/shoulders',1096),
(14808,14748,'accessories/wearable_items/_exp07/plate_vindicator/chest',1096),
(14809,14749,'accessories/wearable_items/_exp07/plate_vindicator/epic_pauldron_left',1096),
(14810,14750,'accessories/wearable_items/_exp07/plate_vindicator/epic_pauldron_right',1096),
(14811,14751,'accessories/wearable_items/_exp07/plate_vindicator/feet',1096),
(14812,14752,'accessories/wearable_items/_exp07/plate_vindicator/forearms',1096),
(14813,14753,'accessories/wearable_items/_exp07/plate_vindicator/hands',1096),
(14814,14754,'accessories/wearable_items/_exp07/plate_vindicator/head',1096),
(14815,14755,'accessories/wearable_items/_exp07/plate_vindicator/legs',1096),
(14816,14756,'_exp07/characters/tool_users/rallos_statue/rallos_statue',1096),
(14817,14757,'_exp07/characters/tool_users/storm_giants/storm_giant_heavy_05',1096),
(14818,14758,'_exp07/characters/tool_users/storm_giants/storm_giant_heavy_04',1096),
(14819,14759,'creatures/mounts/godly_cloud',1096),
(14820,14760,'creatures/mounts/plague_cloud',1096),
(14821,14761,'staticobjects/liveevent/community/dpo_reward_chalice',1096),
(14822,14762,'_exp07/characters/monsters/snow_rhino/snow_rhino',1096),
(14823,14763,'_exp07/characters/monsters/wurm/wurm_white',1096),
(14824,14764,'_exp07/characters/monsters/wurm/wurm_green',1096),
(14825,14765,'_exp07/characters/monsters/wurm/wurm_orange',1096),
(14826,14766,'_exp07/characters/monsters/wurm/wurm_rock',1096),
(14827,14767,'creatures/mounts/griffin_mount/griffin_mount_evil',1096),
(14828,14768,'creatures/mounts/griffin_mount/griffin_mount_crow',1096),
(14829,14769,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_floating_book_animated',1096),
(14830,14770,'_exp07/zones/exp07_dun_velks_forgotten_pools/egg_01',1096),
(14831,14771,'staticobjects/_exp07/exp07_dun_velks_forgotten_pools/egg_01',1096),
(14832,14772,'_exp07/zones/exp07_dun_velks_forgotten_pools/nest_01',1096),
(14833,14773,'staticobjects/_exp07/exp07_dun_velks_forgotten_pools/nest_01',1096),
(14834,14774,'_exp07/zones/exp07_dun_kraytocs_fortress/barrel_01',1096),
(14835,14775,'_exp07/zones/exp07_dun_kraytocs_fortress/crate_02',1096),
(14836,14776,'accessories/wieldable_items/weapons/exp07/bow/exp07_obsidian_warbow',1096),
(14837,14777,'_exp07/characters/tool_users/vallon_zek/vallon_zek',1096),
(14838,14778,'accessories/wearable_items/cloak/exp07/cloak_vallon_zek',1096),
(14839,14779,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_obsidian_war_scimitar',1096),
(14840,14780,'staticobjects/crates/floor_crate_sebilis_closed02',1096),
(14841,14781,'staticobjects/_exp07/exp07_rgn_great_divide/simple_sewing_loom',1096),
(14842,14782,'_exp07/characters/tool_users/golem_blue/golem_blue',1096),
(14843,14783,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_flail_flame',1096),
(14844,14784,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_flail_cinder',1096),
(14845,14785,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_cinder',1096),
(14846,14786,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_flame',1096),
(14847,14787,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_flame',1096),
(14848,14788,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_cinder',1096),
(14849,14789,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_flame',1096),
(14850,14790,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_cinder',1096),
(14851,14791,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_fish_trap',1096),
(14852,14792,'staticobjects/_exp07/exp07_rgn_great_divide/trapped_crab',1096),
(14853,14793,'ec/pc/vampire/vampire_female',1096),
(14854,14794,'accessories/wearable_items/cloak/exp07/cloak_phoenix',1096),
(14855,14795,'accessories/wearable_items/cloak/exp07/cloak_redmoon_water',1096),
(14856,14796,'accessories/wearable_items/cloak/exp07/cloak_stained_glass_tree',1096),
(14857,14797,'accessories/wearable_items/cloak/exp07/cloak_stained_glass_tree_autumn',1096),
(14858,14798,'accessories/wearable_items/cloak/exp07/cloak_wolf_moon',1096),
(14859,14799,'accessories/wearable_items/cloak/exp07/cloak_compass_dark',1096),
(14860,14800,'accessories/wearable_items/cloak/exp07/cloak_compass_light',1096),
(14861,14801,'accessories/wearable_items/cloak/exp07/cloak_moon_water',1096),
(14862,14802,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/skirt',1096),
(14863,14803,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/arms',1096),
(14864,14804,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/chest',1096),
(14865,14805,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/head',1096),
(14866,14806,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/legs',1096),
(14867,14810,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/rallos_zek_magus_pauldron_left',1096),
(14868,14811,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus/rallos_zek_magus_pauldron_right',1096),
(14869,14812,'_exp07/characters/tool_users/sullon_zek/sullon_zek',1096),
(14870,14813,'accessories/wearable_items/_exp07/mara_cloth/legs',1096),
(14871,14814,'accessories/wearable_items/_exp07/mara_cloth/chest',1096),
(14872,14815,'accessories/wearable_items/_exp07/mara_cloth2/legs',1096),
(14873,14816,'accessories/wearable_items/_exp07/mara_cloth2/chest',1096),
(14874,14817,'_exp07/zones/exp07_dun_velks_the_ascent/static_veeshans_shard',1096),
(14875,14818,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_bridgeroom_icebridge',1096),
(14876,14819,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_switch',1096),
(14877,14820,'_exp07/zones/exp07_dun_velks_the_ascent/the_ascent_switchbase',1096),
(14878,14821,'_exp07/characters/tool_users/dain_frostweaver/dain_frostweaver',1096),
(14879,14822,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_fishing_boat',1096),
(14880,14823,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_basket03',1096),
(14881,14824,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_drum',1096),
(14882,14825,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_shell01',1096),
(14883,14826,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_shell02',1096),
(14884,14827,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_shell03',1096),
(14885,14828,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_shell04',1096),
(14886,14829,'_exp07/characters/tool_users/efreeti_blue/efreeti_blue_ice',1096),
(14887,14831,'_exp07/characters/tool_users/djinn_ice/djinn_male_ice',1096),
(14888,14832,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_pure_rage',1096),
(14889,14833,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_embalmers_knife',1096),
(14890,14834,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_table01',1096),
(14891,14835,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_basket04_shells',1096),
(14892,14836,'staticobjects/_exp07/exp07_rgn_great_divide/ew_flowers01',1096),
(14893,14837,'_exp07/characters/tool_users/dain_frostweaver_jr/dain_jr',1096),
(14894,14838,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_hunter_03',1096),
(14895,14839,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_common_01',1096),
(14896,14840,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_common_02',1096),
(14897,14841,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_common_03',1096),
(14898,14842,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_common_04',1096),
(14899,14843,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_heavy_01',1096),
(14900,14844,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_heavy_02',1096),
(14901,14845,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_heavy_03',1096),
(14902,14846,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_hunter_01',1096),
(14903,14847,'_exp06/characters/tool_users/snow_orc/snow_orc_optimized_hunter_02',1096),
(14904,14848,'_exp07/zones/exp07_dun_velks_the_ascent/static_veeshans_shard_nofx',1096),
(14905,14849,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_emerald_dawn',1096),
(14906,14850,'_exp07/characters/monsters/sea_monster/sea_monster_plushie',1096),
(14907,14852,'_exp06/characters/tool_users/snow_orc/snow_orc_shaman',1096),
(14908,14853,'creatures/pets/wolf_pup/wolf_pup',1096),
(14909,14854,'_exp06/characters/tool_users/snow_orc/snow_orc_chief',1096),
(14910,14855,'creatures/pets/wolf_pup/wolf_pup_white_boss',1096),
(14911,14856,'creatures/pets/wolf_pup/wolf_pup_black',1096),
(14912,14857,'creatures/pets/wolf_pup/wolf_pup_white',1096),
(14913,14858,'staticobjects/_exp07/dru_ice_totem',1096),
(14914,14859,'staticobjects/_exp07/dru_earth_totem',1096),
(14915,14860,'staticobjects/_exp07/dru_fire_totem',1096),
(14916,14861,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_inflamed',1096),
(14917,14862,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_inflamed',1096),
(14918,14863,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_inflamed',1096),
(14919,14864,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_axe_inflamed',1096),
(14920,14865,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_inflamed',1096),
(14921,14866,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_inflamed',1096),
(14922,14867,'accessories/wieldable_items/weapons/exp07/shield/exp07_buckler_inflamed',1096),
(14923,14868,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_inflamed',1096),
(14924,14869,'accessories/npc_wearables/efreeti_blue_turban/efreeti_blue_turban',1096),
(14925,14870,'_exp07/characters/tool_users/othmir/othmir_male_nipik',1096),
(14926,14871,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_upsidedown_book_02',1096),
(14927,14872,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_basket01_shells',1096),
(14928,14873,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_bucket01_fish',1096),
(14929,14874,'staticobjects/_exp07/dru_drunder_sullon_elemental_earth',1096),
(14930,14875,'staticobjects/_exp07/dru_drunder_sullon_elemental_fire',1096),
(14931,14876,'staticobjects/_exp07/dru_drunder_sullon_elemental_ice',1096),
(14932,14877,'staticobjects/_exp07/dru_drunder_sullon_idol',1096),
(14933,14878,'staticobjects/_exp07/dru_drunder_tallon_idol',1096),
(14934,14879,'staticobjects/_exp07/dru_drunder_vallon_idol',1096),
(14935,14880,'creatures/monsters/octopus_blue',1096),
(14936,14881,'accessories/wearable_items/cloak/exp07/cloak_chained',1096),
(14937,14882,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_winters_bite',1096),
(14938,14883,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_winters_bite',1096),
(14939,14884,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_winters_bite',1096),
(14940,14885,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_winters_bite',1096),
(14941,14886,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_winters_bite',1096),
(14942,14887,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_winters_bite',1096),
(14943,14888,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_winters_bite',1096),
(14944,14889,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_winters_bite',1096),
(14945,14890,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_winters_bite',1096),
(14946,14891,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_round_winters_bite',1096),
(14947,14892,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_tower_winters_bite',1096),
(14948,14893,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_barrel_orc01',1096),
(14949,14894,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_bench01',1096),
(14950,14895,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_barrels_01',1096),
(14951,14896,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_barrels_02',1096),
(14952,14897,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_cooking_fish_01',1096),
(14953,14898,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_firewood_01',1096),
(14954,14899,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_fish_stand_01',1096),
(14955,14900,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_pelt_01',1096),
(14956,14901,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_seat_01',1096),
(14957,14902,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_seat_02',1096),
(14958,14903,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_sign_01',1096),
(14959,14904,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_spears_01',1096),
(14960,14905,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_catapult_busted_01',1096),
(14961,14906,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_chair01',1096),
(14962,14907,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_chest_metal01',1096),
(14963,14908,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_chest_metal02',1096),
(14964,14909,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_chest_shoddy',1096),
(14965,14910,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_crate_wood',1096),
(14966,14911,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_crate_wood_long01',1096),
(14967,14912,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_forge',1096),
(14968,14913,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_forgetool_poker01',1096),
(14969,14914,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_harpoon_01',1096),
(14970,14915,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_harpoon_02',1096),
(14971,14916,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_harpoon_base_01',1096),
(14972,14917,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lantern',1096),
(14973,14918,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lantern_post',1096),
(14974,14919,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lightsource_firepot01',1096),
(14975,14920,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lightsource_firepot_small01',1096),
(14976,14921,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lightsource_torch01',1096),
(14977,14922,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_lightsource_wall_sconce02',1096),
(14978,14923,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_miningtool_pick01',1096),
(14979,14924,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_miningtool_shovel01',1096),
(14980,14925,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_rubblegravelcrystalpile01',1096),
(14981,14926,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_rubblegravelcrystalpile02',1096),
(14982,14927,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_rubblegravelpile01',1096),
(14983,14928,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_rubblegravelpile02',1096),
(14984,14929,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_rubblegravelpile03',1096),
(14985,14930,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_stool_orc_wood01',1096),
(14986,14931,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_throne',1096),
(14987,14932,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_weapon_rack_floor02',1096),
(14988,14933,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_weaponsrack_wall02',1096),
(14989,14934,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_wheelbarrow_orc01',1096),
(14990,14935,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_winters_bite_fx',1096),
(14991,14936,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_winters_bite_fx',1096),
(14992,14937,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_mace_winters_bite_fx',1096),
(14993,14938,'accessories/wieldable_items/weapons/exp07/1h_pierce/exp07_1hp_dagger_winters_bite_fx',1096),
(14994,14939,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_winters_bite_fx',1096),
(14995,14940,'accessories/wieldable_items/weapons/exp07/2h_crush/exp07_2h_hammer_winters_bite_fx',1096),
(14996,14941,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_winters_bite_fx',1096),
(14997,14942,'accessories/wieldable_items/weapons/exp07/bow/exp07_bow_winters_bite_fx',1096),
(14998,14943,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_tower_winters_bite_fx',1096),
(14999,14944,'accessories/wieldable_items/weapons/exp07/shield/exp07_shield_round_winters_bite_fx',1096),
(15000,14945,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_winters_bite_fx',1096),
(15001,14946,'creatures/mounts/griffin_mount/griffin_mount_server',1096),
(15002,14947,'accessories/wearable_items/_exp07/asian_goth_armor/robe/skirt',1096),
(15003,14948,'accessories/wearable_items/_exp07/asian_goth_armor/robe/chest',1096),
(15004,14949,'accessories/wearable_items/_exp07/asian_goth_armor/robe/feet',1096),
(15005,14950,'accessories/wearable_items/_exp07/asian_goth_armor/robe/hands',1096),
(15006,14951,'accessories/wearable_items/_exp07/asian_goth_armor/robe/head',1096),
(15007,14952,'accessories/wearable_items/_exp07/asian_goth_armor/robe/head_collar',1096),
(15008,14953,'accessories/wearable_items/_exp07/asian_goth_armor/robe/pants',1096),
(15009,14954,'staticobjects/_exp07/exp07_rgn_great_divide/gnomish_pirates_spirits',1096),
(15010,14955,'staticobjects/cages/square_birdcage_dpo',1096),
(15011,14956,'staticobjects/cages/round_birdcage_dpo',1096),
(15012,14957,'staticobjects/_exp07/exp07_dun_drunder_vallon_tower/dru_drunder03_hourglass_01',1096),
(15013,14958,'_exp07/characters/tool_users/diaku_ogres/diaku_ogre_female',1096),
(15014,14959,'_exp07/characters/tool_users/diaku_ogres/diaku_ogre_male',1096),
(15015,14960,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_crush_nipiks_cane',1096),
(15016,14961,'_exp06/characters/tool_users/coldaine/coldaine_houseman',1096),
(15017,14962,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/skirt',1096),
(15018,14963,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/chest',1096),
(15019,14964,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/feet',1096),
(15020,14965,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/forearms',1096),
(15021,14966,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/hands',1096),
(15022,14967,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/head',1096),
(15023,14968,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/legs',1096),
(15024,14969,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/legs_noskirt',1096),
(15025,14970,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/rallos_zek_chain_pauldron_left',1096),
(15026,14971,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/rallos_zek_chain_pauldron_right',1096),
(15027,14972,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/rallos_zek_chain_pauldron_small_left',1096),
(15028,14973,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/rallos_zek_chain_pauldron_small_right',1096),
(15029,14974,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/shoulders_nopauldrons',1096),
(15030,14975,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/shoulders_rallos_zek_epic_pauldrons',1096),
(15031,14976,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_chain_blue/shoulders_rallos_zek_small_pauldrons',1096),
(15032,14977,'accessories/wearable_items/profesion_hats/centurion_helm/roman_helm_black/transverse_crest_blue',1096),
(15033,14978,'accessories/wearable_items/profesion_hats/centurion_helm/roman_helm_black/head_no_crest',1096),
(15034,14979,'accessories/wearable_items/profesion_hats/centurion_helm/roman_helm_black/head_straight_crest',1096),
(15035,14980,'accessories/wearable_items/profesion_hats/centurion_helm/roman_helm_black/head_transverse_crest',1096),
(15036,14981,'accessories/wearable_items/profesion_hats/centurion_helm/roman_helm_black/straight_crest_blue',1096),
(15037,14982,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_shadow_crystal',1096),
(15038,14983,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_scepter_human_skull',1096),
(15039,14984,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_goth',1096),
(15040,14985,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_goth',1096),
(15041,14986,'staticobjects/_exp07/exp07_rgn_great_divide/opaque_ice_block',1096),
(15042,14987,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_cocoon',1096),
(15043,14988,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_floor7_transport_room_w_door',1096),
(15044,14989,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_floor7_transport_room_wo_door',1096),
(15045,14990,'creatures/monsters/hawk_arctic',1096),
(15046,14991,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/skirt',1096),
(15047,14992,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/chest',1096),
(15048,14993,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/feet',1096),
(15049,14994,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/forearms',1096),
(15050,14995,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/hands',1096),
(15051,14996,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/head',1096),
(15052,14997,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/legs',1096),
(15053,14998,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/legs_noskirt',1096),
(15054,14999,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/shoulders_nopauldrons',1096),
(15055,15000,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/shoulders_rallos_zek_epic_pauldrons',1096),
(15056,15001,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_leather_blue/shoulders_rallos_zek_small_pauldrons',1096),
(15057,15002,'staticobjects/_exp07/exp07_rgn_eastern_wastes/gd_nest01',1096),
(15058,15003,'staticobjects/_exp07/exp07_rgn_eastern_wastes/gd_nest01_full01',1096),
(15059,15004,'staticobjects/_exp07/exp07_rgn_eastern_wastes/gd_nest01_full02',1096),
(15060,15005,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_barricade_mobile01',1096),
(15061,15006,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_cannon_thurgadin01',1096),
(15062,15007,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_cart_nomad01',1096),
(15063,15008,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_barricade01_big',1096),
(15064,15009,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_barricade02_small',1096),
(15065,15010,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_bench01',1096),
(15066,15011,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_bench02',1096),
(15067,15012,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_tent01',1096),
(15068,15013,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_weaponrack01',1096),
(15069,15014,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_coldain_weaponrack02',1096),
(15070,15015,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_coldain01_handout01',1096),
(15071,15016,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_coldain02',1096),
(15072,15017,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_coldain03',1096),
(15073,15018,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_coldain04',1096),
(15074,15019,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_combo01',1096),
(15075,15020,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_combo02_big01',1096),
(15076,15021,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_empty01',1096),
(15077,15022,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_ice_blocks_ring_war_giant01',1096),
(15078,15023,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rime_crate01_frost',1096),
(15079,15024,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rime_crate01_short_frost',1096),
(15080,15025,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rime_tapestry01',1096),
(15081,15026,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rime_temts_large01',1096),
(15082,15027,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rime_temts_leanto01',1096),
(15083,15028,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tent_crude01',1096),
(15084,15029,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_barrel01',1096),
(15085,15030,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_bed01',1096),
(15086,15031,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_bench01',1096),
(15087,15032,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_brazier01',1096),
(15088,15033,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_chair01',1096),
(15089,15034,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_drum01',1096),
(15090,15035,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_light01',1096),
(15091,15036,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_marker01',1096),
(15092,15037,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_marker02',1096),
(15093,15038,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_partition01',1096),
(15094,15039,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_table01',1096),
(15095,15040,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_walllight01',1096),
(15096,15041,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tool_forge_anvil',1096),
(15097,15042,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tool_forge_pliers',1096),
(15098,15043,'creatures/tu/tentacleterror_diseased',1096),
(15099,15044,'accessories/wearable_items/_exp07/kraytok/masked_hood/head',1096),
(15100,15045,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/skirt',1096),
(15101,15046,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/chest',1096),
(15102,15047,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/feet',1096),
(15103,15048,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/forearms',1096),
(15104,15049,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/hands',1096),
(15105,15050,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/head',1096),
(15106,15051,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/legs',1096),
(15107,15052,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/legs_noskirt',1096),
(15108,15053,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/rallos_zek_vanguard_belt_plate',1096),
(15109,15054,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/rallos_zek_vanguard_pauldron_epic_left',1096),
(15110,15055,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/rallos_zek_vanguard_pauldron_epic_right',1096),
(15111,15056,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/rallos_zek_vanguard_pauldron_small_left',1096),
(15112,15057,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/rallos_zek_vanguard_pauldron_small_right',1096),
(15113,15058,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/right',1096),
(15114,15059,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/shoulders',1096),
(15115,15060,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/shoulders_nopauldrons',1096),
(15116,15061,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/shoulders_rallos_zek_epic_pauldrons',1096),
(15117,15062,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_vanguard_blue/shoulders_rallos_zek_small_pauldrons',1096),
(15118,15063,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_tserrina_brooch',1096),
(15119,15064,'staticobjects/_exp07/exp07_rgn_great_divide/thurgadin_crate_group_01',1096),
(15120,15065,'staticobjects/_exp07/exp07_rgn_great_divide/thurgadin_crate_group_02',1096),
(15121,15066,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_bones_wall_01',1096),
(15122,15067,'_exp07/zones/exp07_rgn_great_divide/daggerflow_snow_pen',1096),
(15123,15068,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_barricade01_net',1096),
(15124,15069,'accessories/wearable_items/cloak/exp07/cloak_waterfall',1096),
(15125,15070,'accessories/wearable_items/cloak/exp07/cloak_belts',1096),
(15126,15071,'accessories/wearable_items/cloak/exp07/cloak_belts_diamond',1096),
(15127,15072,'accessories/wearable_items/cloak/exp07/cloak_metal_plate',1096),
(15128,15073,'accessories/wearable_items/cloak/exp07/cloak_metal_plate_pristine',1096),
(15129,15074,'accessories/wearable_items/cloak/exp07/cloak_metal_plate_pristine_inset',1096),
(15130,15075,'accessories/wearable_items/cloak/exp07/cloak_metal_scale',1096),
(15131,15076,'accessories/wearable_items/cloak/exp07/cloak_metal_scale_diamond',1096),
(15132,15077,'accessories/wearable_items/cloak/exp07/cloak_quilted',1096),
(15133,15078,'accessories/wearable_items/cloak/exp07/cloak_quilted_blue',1096),
(15134,15079,'accessories/wearable_items/cloak/exp07/cloak_quilted_red',1096),
(15135,15080,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_barricade02_net',1096),
(15136,15081,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_figh01',1096),
(15137,15082,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/skirt',1096),
(15138,15083,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/chest',1096),
(15139,15084,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/feet',1096),
(15140,15085,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/hands',1096),
(15141,15086,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/head',1096),
(15142,15087,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/pants',1096),
(15143,15088,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_robe_blue/rallos_zek_robe_belt_plate',1096),
(15144,15089,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_barricade01',1096),
(15145,15090,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_barricade02',1096),
(15146,15091,'staticobjects/promo_items/winter_2010_velious_painting',1096),
(15147,15092,'creatures/monsters/badger_cream',1096),
(15148,15093,'creatures/monsters/hawk_arctic_white',1096),
(15149,15094,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/skirt',1096),
(15150,15095,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/arms',1096),
(15151,15096,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/chest',1096),
(15152,15097,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/chest_no_pauldrons',1096),
(15153,15098,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/head',1096),
(15154,15099,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/legs',1096),
(15155,15100,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/rallos_zek_magus_pauldron_left',1096),
(15156,15101,'accessories/wearable_items/_exp07/rallos_zek_armor/rallos_zek_armor_magus_blue/rallos_zek_magus_pauldron_right',1096),
(15157,15102,'_exp07/characters/monsters/lord_yelinak/lord_yelinak',1096),
(15158,15103,'staticobjects/_exp07/exp07_rgn_great_divide/dpo_crusted_ice_shield',1096),
(15159,15104,'staticobjects/_exp07/exp07_rgn_great_divide/dpo_exp07_cleaver_aged',1096),
(15160,15105,'staticobjects/_exp07/exp07_rgn_great_divide/dpo_exp07_cleaver_battle',1096),
(15161,15106,'staticobjects/_exp07/exp07_rgn_great_divide/upside_down_hrvst_coral_group001',1096),
(15162,15107,'staticobjects/_exp07/exp07_rgn_great_divide/upside_down_hrvst_coral_group002',1096),
(15163,15108,'staticobjects/_exp07/exp07_rgn_great_divide/upside_down_jw_sporepod01',1096),
(15164,15109,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_ice_large_col_01',1096),
(15165,15110,'_exp07/zones/exp07_dun_tower_of_frozen_shadow/tofs_ice_large_col_02',1096),
(15166,15111,'staticobjects/_exp07/exp07_rgn_great_divide/gnomish_pirate_distillery',1096),
(15167,15112,'staticobjects/_exp07/exp07_rgn_great_divide/coldain_icy_chalice',1096),
(15168,15113,'staticobjects/_exp07/exp07_rgn_great_divide/coldain_kitchen_utensilholder',1096),
(15169,15114,'staticobjects/_exp07/exp07_rgn_great_divide/coldain_saucepan',1096),
(15170,15115,'accessories/hair/hair031',1096),
(15171,15116,'accessories/hair/hair027',1096),
(15172,15117,'accessories/hair/hair028',1096),
(15173,15118,'accessories/hair/hair029',1096),
(15174,15119,'accessories/hair/hair030',1096),
(15175,15120,'staticobjects/_exp07/exp07_rgn_great_divide/dpo_tizmak_gems',1096),
(15176,15121,'staticobjects/_exp07/exp07_rgn_thurgadin/crate_group_01',1096),
(15177,15122,'staticobjects/_exp07/exp07_rgn_thurgadin/crate_group_02',1096),
(15178,15123,'staticobjects/_exp07/exp07_rgn_thurgadin/crate_single_01',1096),
(15179,15124,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_blue_lamp_01',1096),
(15180,15125,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_chair_01',1096),
(15181,15126,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_chair_02',1096),
(15182,15127,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_chair_03',1096),
(15183,15128,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_table_01',1096),
(15184,15129,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_table_02',1096),
(15185,15130,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_table_03',1096),
(15186,15131,'staticobjects/_exp07/exp07_rgn_thurgadin/thur_table_04',1096),
(15187,15132,'staticobjects/_exp07/exp07_rgn_thurgadin/torch_single_01',1096),
(15188,15133,'staticobjects/_exp07/exp07_rgn_thurgadin/torch_single_blue_fire_01',1096),
(15189,15134,'ec/pc/vampire/vampire_male',1096),
(15190,15135,'accessories/hair/hair036',1096),
(15191,15136,'staticobjects/_exp07/exp07_rgn_eastern_wastes/turned_ettin_assault_axe001_ornate',1096),
(15192,15137,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_kael_crate',1096),
(15193,15138,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_kael_crate_broken',1096),
(15194,15139,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_kael_barrel',1096),
(15195,15140,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_kael_barrel_broken',1096),
(15196,15141,'staticobjects/_exp07/exp07_rgn_great_divide/gnomish_pirates_spirits',1096),
(15197,15142,'staticobjects/_exp07/exp07_rgn_great_divide/gnoll_dreamcatcher',1096),
(15198,15143,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/cloak_heritage_erudite',1096),
(15199,15144,'ec/pc/vampire/vampire_female_evil_illusion',1096),
(15200,15145,'staticobjects/_exp07/exp07_rgn_great_divide/goahmari_pillow',1096),
(15201,15146,'_exp07/characters/tool_users/tserrina/tserrina_test',1096),
(15202,15147,'ec/pc/vampire/vampire_male_evil_illusion',1096),
(15203,15148,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/legs',1096),
(15204,15149,'accessories/wearable_items/cloak/exp07/cloak_shadows',1096),
(15205,15150,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/snapon/erudite_forearm_left',1096),
(15206,15151,'accessories/wearable_items/cloak/exp07/cloak_cara',1096),
(15207,15152,'_exp07/characters/monsters/vyskudra/vyskudra',1096),
(15208,15153,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/snapon/foot_right',1096),
(15209,15154,'accessories/wearable_items/cloak/exp07/cloak_gothic2_scalloped',1096),
(15210,15155,'accessories/wearable_items/cloak/exp07/cloak_gothic3_inset',1096),
(15211,15156,'accessories/wearable_items/cloak/exp07/cloak_cara_scalloped',1096),
(15212,15157,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/snapon/foot_left',1096),
(15213,15158,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/head',1096),
(15214,15159,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/chest',1096),
(15215,15160,'accessories/wearable_items/cloak/exp07/cloak_gothic1_diamond',1096),
(15216,15161,'accessories/wearable_items/cloak/exp07/cloak_tserrina_diamond',1096),
(15217,15162,'accessories/wearable_items/cloak/exp07/cloak_tserrina',1096),
(15218,15163,'_exp07/characters/tool_users/othmir/othmir_female_papoose_01',1096),
(15219,15164,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/snapon/erudite_forearm_right',1096),
(15220,15165,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/shoulders',1096),
(15221,15166,'accessories/wearable_items/cloak/exp07/cloak_gothic1',1096),
(15222,15167,'staticobjects/books/halas_coldain_books_04',1096),
(15223,15168,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/snapon/erudite_cloak_attachment',1096),
(15224,15169,'accessories/wearable_items/cloak/exp07/cloak_shadows_scalloped',1096),
(15225,15170,'accessories/wearable_items/_exp07/station_cash_armor/erudite_gi/feet',1096),
(15226,15171,'_exp05/monsters/ice_dervish_no_shake',1096),
(15227,15172,'staticobjects/_exp07/exp07_rgn_great_divide/dpo_coldain_prayer_shawl_tradeskill',1096),
(15228,15173,'staticobjects/chests/chest_animated_ornate_silvergold_flipped',1096),
(15229,15174,'_exp06/characters/monsters/frostfell_cube/frostfell_cube_bones',1096),
(15230,15175,'_exp07/zones/exp07_dun_kael_drakkel/kd_alter',1096),
(15231,15176,'_exp07/zones/exp07_dun_kael_drakkel/kd_chair',1096),
(15232,15177,'_exp07/zones/exp07_dun_kael_drakkel/kd_chair_grand',1096),
(15233,15178,'_exp07/zones/exp07_dun_kael_drakkel/kd_chest',1096),
(15234,15179,'_exp07/zones/exp07_dun_kael_drakkel/kd_crate',1096),
(15235,15180,'_exp07/zones/exp07_dun_kael_drakkel/kd_crate_broken',1096),
(15236,15181,'_exp07/zones/exp07_dun_kael_drakkel/kd_dragonbone',1096),
(15237,15182,'_exp07/zones/exp07_dun_kael_drakkel/kd_dragonbone_ancient',1096),
(15238,15183,'_exp07/zones/exp07_dun_kael_drakkel/kd_forge_orc',1096),
(15239,15184,'_exp07/zones/exp07_dun_kael_drakkel/kd_mug',1096),
(15240,15185,'_exp07/zones/exp07_dun_kael_drakkel/kd_podium',1096),
(15241,15186,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_platform',1096),
(15242,15187,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_zek_crch',1096),
(15243,15188,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_zek_half',1096),
(15244,15189,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_zek_stand',1096),
(15245,15190,'_exp07/zones/exp07_dun_kael_drakkel/kd_table_lrg',1096),
(15246,15191,'_exp07/zones/exp07_dun_kael_drakkel/kd_table_sml',1096),
(15247,15192,'_exp07/zones/exp07_dun_kael_drakkel/kd_teleporter',1096),
(15248,15193,'_exp07/zones/exp07_dun_kael_drakkel/kd_throne',1096),
(15249,15194,'_exp07/zones/exp07_dun_kael_drakkel/kd_weapons_rack',1096),
(15250,15195,'_exp07/zones/exp07_dun_kael_drakkel/kd_bookcase',1096),
(15251,15196,'_exp07/zones/exp07_dun_kael_drakkel/kd_armor_plate',1096),
(15252,15197,'_exp07/zones/exp07_dun_kael_drakkel/kd_ballista',1096),
(15253,15198,'_exp07/zones/exp07_dun_kael_drakkel/kd_barrel',1096),
(15254,15199,'_exp07/zones/exp07_dun_kael_drakkel/kd_bucket',1096),
(15255,15200,'_exp07/zones/exp07_dun_kael_drakkel/kd_sword',1096),
(15256,15201,'_exp07/zones/exp07_dun_kael_drakkel/kd_sword2',1096),
(15257,15202,'_exp07/zones/exp07_dun_kael_drakkel/kd_polearm',1096),
(15258,15203,'_exp07/zones/exp07_dun_kael_drakkel/kd_forge_giant',1096),
(15259,15204,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_tormax_pose',1096),
(15260,15205,'_exp07/zones/exp07_dun_kael_drakkel/kd_mapboard',1096),
(15261,15206,'_exp07/zones/exp07_dun_kael_drakkel/kd_keg',1096),
(15262,15207,'_exp07/zones/exp07_dun_kael_drakkel/kd_fountain_sml',1096),
(15263,15208,'_exp07/zones/exp07_dun_kael_drakkel/kd_fountain_lrg',1096),
(15264,15209,'_exp07/zones/exp07_dun_kael_drakkel/kd_bed_lrg',1096),
(15265,15210,'_exp07/zones/exp07_dun_kael_drakkel/kd_bed_sml',1096),
(15266,15211,'_exp07/zones/exp07_dun_kael_drakkel/kd_bar_table',1096),
(15267,15212,'_exp07/zones/exp07_dun_kael_drakkel/kd_statue_tormax_point',1096),
(15268,15213,'staticobjects/_exp07/exp07_rgn_eastern_wastes/oth_spear_grave_marker',1096),
(15269,15214,'accessories/wearable_items/_exp07/kraytok/gi/legs',1096),
(15270,15215,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_shortsword_hoarfrost_frosty',1096),
(15271,15216,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_hoarfrost',1096),
(15272,15217,'accessories/wearable_items/_exp07/royal_velium_armor/royal_velium_armor_robe/feet',1096),
(15273,15218,'accessories/wearable_items/_exp07/asian_goth_armor/gi/shoulders',1096),
(15274,15219,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_club_hoarfrost',1096),
(15275,15220,'accessories/hair/hair033',1096),
(15276,15221,'accessories/wearable_items/_exp07/asian_goth_armor/gi/chest',1096),
(15277,15222,'_exp07/characters/tool_users/gnoll_snow/gnoll_snow',1096),
(15278,15223,'accessories/wearable_items/_exp07/kraytok/gi/feet',1096),
(15279,15224,'_exp07/characters/monsters/kd_barrel/kd_barrel',1096),
(15280,15225,'staticobjects/_exp07/exp07_rgn_great_divide/coldain_scroll_paper',1096),
(15281,15226,'accessories/wearable_items/_exp07/kraytok/gi/chest',1096),
(15282,15227,'accessories/wearable_items/_exp07/royal_velium_armor/royal_velium_armor_robe/head',1096),
(15283,15228,'accessories/wearable_items/_exp07/royal_velium_armor/royal_velium_armor_robe/chest',1096),
(15284,15229,'accessories/hair/hair032',1096),
(15285,15230,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_hoarfrost',1096),
(15286,15231,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_hoarfrost_frosty',1096),
(15287,15232,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_club_hoarfrost_frosty',1096),
(15288,15233,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_shortsword_hoarfrost',1096),
(15289,15234,'accessories/wearable_items/_exp07/asian_goth_armor/gi/legs',1096),
(15290,15235,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_fist_hoarfrost_frosty',1096),
(15291,15236,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_sword_hoarfrost_frosty',1096),
(15292,15237,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_hoarfrost',1096),
(15293,15238,'_exp07/characters/tool_users/drolvarg_snow_warrior/drolvarg_snow_warrior',1096),
(15294,15239,'accessories/wearable_items/_exp07/kraytok/gi/shoulders',1096),
(15295,15240,'accessories/wearable_items/_exp07/royal_velium_armor/royal_velium_armor_robe/hands',1096),
(15296,15241,'accessories/wearable_items/_exp07/asian_goth_armor/gi/feet',1096),
(15297,15242,'accessories/hair/hair035',1096),
(15298,15243,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1h_fist_hoarfrost',1096),
(15299,15244,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_hoarfrost_frosty',1096),
(15300,15245,'accessories/hair/hair034',1096),
(15301,15246,'_exp07/zones/exp07_rgn_eastern_wastes/teleport_vision_eastern_wastes',1096),
(15302,15247,'_exp07/zones/exp07_rgn_great_divide/teleport_vision_great_divide',1096),
(15303,15248,'_exp07/zones/exp07_rgn_great_divide/thurgadin_harbor_wall_elevator',1096),
(15304,15249,'staticobjects/_exp07/upside_down_invis_cube',1096),
(15305,23280,'_exp07/characters/tool_users/drolvarg_boss/drolvarg_boss',1096),
(15306,52108,'_exp06/zones/objects/exp06_rgn_odus_south/qst_scalp',1096),
(15307,52109,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_bear_trap_closed',1096),
(15308,52110,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_orc_camp_bear_trap_open',1096),
(15309,52111,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_tizmak_items01_broken_drum01',1096),
(15310,52112,'staticobjects/_exp07/exp07_rgn_great_divide/vel_othmir_cooking_hang_pot_no_fire_01',1096),
(15311,52113,'staticobjects/_exp07/exp07_rgn_great_divide/vel_othmir_nipiks_memorial_01',1096),
(15312,52114,'staticobjects/_exp07/exp07_rgn_great_divide/vel_othmir_prexus_shrine_01',1096),
(15313,52115,'staticobjects/_exp07/exp07_rgn_great_divide/vel_rock_ice_medium01',1096),
(15314,52116,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rock_wakin_medium01',1096),
(15315,52117,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rock_wakin_small01',1096),
(15316,52118,'staticobjects/_exp07/exp07_rgn_eastern_wastes/vel_rock_wakin_small02',1096),
(15317,15250,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_jar_standalone',1188),
(15318,15251,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_fish_skeleton',1188),
(15319,15252,'staticobjects/_exp07/exp07_rgn_great_divide/gnoll_wood_planks01',1188),
(15320,15253,'staticobjects/_exp07/exp07_rgn_great_divide/gnoll_wood_planks02',1188),
(15321,15254,'staticobjects/_exp07/exp07_rgn_great_divide/thurgadin_crate_single_01',1188),
(15322,15255,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_hanging_fish01',1188),
(15323,15256,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_hanging_jar02_pfx',1188),
(15324,15257,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_lightsource_hanging01_nosnow_pfx',1188),
(15325,15258,'staticobjects/_exp07/exp07_rgn_great_divide/othmir_standing_net01_nosnow',1188),
(15326,15259,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_objects_scoreboard01',1188),
(15327,15260,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_objects_stands_01',1188),
(15328,15261,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_speed01',1188),
(15329,15262,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_time03_pfx',1188),
(15330,15263,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_twister01',1188),
(15331,15264,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_twister_blaster',1188),
(15332,15265,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_greensfx',1188),
(15333,15266,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_nosfx',1188),
(15334,15267,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_yellowsfx',1188),
(15335,15268,'_exp07/objects/kael/kael_lever_switch',1188),
(15336,15269,'_exp07/objects/kael/kael_lever_switch_base',1188),
(15337,15270,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_finishline',1188),
(15338,15271,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_finishline_greengatesfx',1188),
(15339,15272,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_finishline_red',1188),
(15340,15273,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_ring_greengatesfx',1188),
(15341,15274,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_timer',1188),
(15342,15275,'staticobjects/liveevent/tinkerfest/dpo_gnomerace_powerup_timer2',1188),
(15343,15276,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_purple_ceiling',1188),
(15344,15277,'staticobjects/liveevent/frostfell/dpo_bauble_bell_garland_blue_ceiling',1188),
(15345,15278,'staticobjects/liveevent/frostfell/dpo_bauble_bell_garland_gold_ceiling',1188),
(15346,15279,'staticobjects/liveevent/frostfell/dpo_bauble_bell_garland_green_ceiling',1188),
(15347,15280,'staticobjects/liveevent/frostfell/dpo_bauble_bell_garland_red_ceiling',1188),
(15348,15281,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_blue_ceiling',1188),
(15349,15282,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_gold_ceiling',1188),
(15350,15283,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_green_ceiling',1188),
(15351,15284,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-shadowiron_lower_right',1188),
(15352,15285,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-blueiron_lower_left',1188),
(15353,15286,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-blueiron_lower_right',1188),
(15354,15287,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-goldivory_lower_left',1188),
(15355,15288,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-goldivory_lower_right',1188),
(15356,15289,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-greenbronze_lower_left',1188),
(15357,15290,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-greenbronze_lower_right',1188),
(15358,15291,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-redbronze_lower_left',1188),
(15359,15292,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-redbronze_lower_right',1188),
(15360,15293,'accessories/wearable_items/_exp08/dragon_armor/snapons/dragon_armor_pauldrons_skull-shadowiron_lower_left',1188),
(15361,15294,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_red-gold_fx',1188),
(15362,15295,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_bloodstone_fx',1188),
(15363,15296,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_blue-bluemetal_fx',1188),
(15364,15297,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_blue-gold_fx',1188),
(15365,15298,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_obsidian_fx',1188),
(15366,15299,'accessories/wieldable_items/weapons/exp08/1h_crush/club_tallonite_red-bluemetal_fx',1188),
(15367,15300,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_tallonite_red_fx',1188),
(15368,15301,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_obsidian_fx',1188),
(15369,15302,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_tallonite_blue_bluemetal_fx',1188),
(15370,15303,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_tallonite_blue_fx',1188),
(15371,15304,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_tallonite_red_bluemetal_fx',1188),
(15372,15305,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_tallonite_red_fx',1188),
(15373,15306,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_obsidian_fx',1188),
(15374,15307,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_tallonite_blue_bluemetal_fx',1188),
(15375,15308,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_tallonite_blue_fx',1188),
(15376,15309,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_tallonite_red_bluemetal_fx',1188),
(15377,15310,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_tallonite_red-iron_fx',1188),
(15378,15311,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_tallonite_blue-gold_fx',1188),
(15379,15312,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_tallonite_blue-iron_fx',1188),
(15380,15313,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_tallonite_gem_obsidian_fx',1188),
(15381,15314,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_tallonite_red-gold_fx',1188),
(15382,15315,'creatures/monsters/gnomerace_twister_blaster_snow',1188),
(15383,15316,'creatures/monsters/gnomerace_twister_blaster_bixie',1188),
(15384,15317,'creatures/monsters/gnomerace_twister_blaster_insects',1188),
(15385,15318,'creatures/monsters/gnomerace_twister_blaster_skulls',1188),
(15386,15319,'staticobjects/_exp07/drunder/dru_weapon_rack01',1188),
(15387,15320,'staticobjects/_exp07/drunder/dpo_rygorr_painting01',1188),
(15388,15321,'staticobjects/_exp07/drunder/dpo_rygorr_painting02',1188),
(15389,15322,'staticobjects/_exp07/drunder/dpo_rygorr_painting03',1188),
(15390,15323,'staticobjects/_exp07/drunder/dpo_wicker_demijohn',1188),
(15391,15324,'staticobjects/_exp07/drunder/dru_banner_rallos01_dpo',1188),
(15392,15325,'staticobjects/_exp07/drunder/dru_banner_sullon01_dpo',1188),
(15393,15326,'staticobjects/_exp07/drunder/dru_banner_tallon01_dpo',1188),
(15394,15327,'staticobjects/_exp07/drunder/dru_banner_vallon01_dpo',1188),
(15395,15328,'staticobjects/_exp07/drunder/dru_divider',1188),
(15396,15329,'staticobjects/_exp07/drunder/dru_divider_tall',1188),
(15397,15330,'staticobjects/_exp07/drunder/dru_drunder_sullon_elemental_earth_01',1188),
(15398,15331,'staticobjects/_exp07/drunder/dru_drunder_sullon_elemental_fire_01',1188),
(15399,15332,'staticobjects/_exp07/drunder/dru_drunder_sullon_elemental_ice_01',1188),
(15400,15333,'staticobjects/_exp07/drunder/dru_drunder_sullon_sconce01_on',1188),
(15401,15334,'staticobjects/_exp07/drunder/dru_tallon_statue',1188),
(15402,15335,'staticobjects/_exp07/drunder/dru_vallon_statue',1188),
(15403,15336,'staticobjects/panels/dpo_panel_odus_hole_tile',1188),
(15404,15337,'staticobjects/panels/dpo_panel_tilled_soil',1188),
(15405,15338,'staticobjects/panels/dpo_panel_spaced_cobbles_antonica',1188),
(15406,15339,'staticobjects/panels/dpo_panel_odus_shingles',1188),
(15407,15340,'staticobjects/panels/dpo_panel_odus_bluemarble',1188),
(15408,15341,'staticobjects/panels/dpo_panel_large_cobbles_antonica',1188),
(15409,15342,'staticobjects/panels/dpo_panel_lakebed_mud',1188),
(15410,15343,'staticobjects/panels/dpo_panel_deadleaf',1188),
(15411,15344,'staticobjects/_exp07/drunder/dru_drunder_sullon_axefloat',1188),
(15412,15345,'staticobjects/_exp07/drunder/dpo_obsidian_war_scimitar',1188),
(15413,15346,'staticobjects/_exp07/drunder/dpo_obsidian_warbow',1188),
(15414,15347,'staticobjects/_exp07/drunder/dpo_panel_drunder_vallon',1188),
(15415,15348,'staticobjects/_exp07/drunder/dpo_panel_drunder_bluetile',1188),
(15416,15349,'staticobjects/_exp07/drunder/dpo_panel_drunder_dark_paving',1188),
(15417,15350,'staticobjects/_exp07/drunder/dpo_panel_drunder_goldtile',1188),
(15418,15351,'staticobjects/_exp07/drunder/dpo_panel_drunder_grey_paving',1188),
(15419,15352,'staticobjects/_exp07/drunder/dpo_panel_drunder_platinumtile',1188),
(15420,15353,'staticobjects/_exp07/drunder/dpo_panel_drunder_purple_paving',1188),
(15421,15354,'staticobjects/_exp07/drunder/dpo_panel_drunder_purpletile',1188),
(15422,15355,'staticobjects/_exp07/drunder/dpo_panel_drunder_sullon',1188),
(15423,15356,'staticobjects/_exp07/drunder/dpo_panel_drunder_tallon',1188),
(15424,15357,'staticobjects/_exp07/drunder/dpo_sullon_pedestal_axe',1188),
(15425,15358,'staticobjects/_exp07/drunder/dpo_tallon_pedestal_w_bow',1188),
(15426,15359,'staticobjects/_exp07/drunder/dpo_vallon_pedestal_w_scimitar',1188),
(15427,15360,'staticobjects/weapons/dpo_1h_crush_fish_club',1188),
(15428,15361,'staticobjects/weapons/dpo_broom',1188),
(15429,15362,'staticobjects/weapons/dpo_exp05_2hc_zombie_shovel',1188),
(15430,15363,'staticobjects/weapons/dpo_military_pick001_rusty_rotated',1188),
(15431,15364,'creatures/mounts/griffin_mount/griffin_fire_epic',1188),
(15432,15365,'accessories/wearable_items/_exp08/ratonga_heritage_armor/skirt',1188),
(15433,15366,'accessories/wearable_items/_exp08/ratonga_heritage_armor/chest',1188),
(15434,15367,'accessories/wearable_items/_exp08/ratonga_heritage_armor/feet',1188),
(15435,15368,'accessories/wearable_items/_exp08/ratonga_heritage_armor/hands',1188),
(15436,15369,'accessories/wearable_items/_exp08/ratonga_heritage_armor/head_ratonga_heritage',1188),
(15437,15370,'accessories/wearable_items/_exp08/ratonga_heritage_armor/legs',1188),
(15438,15371,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_boot_cuff_left',1188),
(15439,15372,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_boot_cuff_right',1188),
(15440,15373,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_boot_strap_left',1188),
(15441,15374,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_boot_strap_right',1188),
(15442,15375,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_shoulder_pad_left',1188),
(15443,15376,'accessories/wearable_items/_exp08/ratonga_heritage_armor/ratonga_shoulder_pad_right',1188),
(15444,15377,'accessories/wearable_items/_exp08/ratonga_heritage_armor/shoulders',1188),
(15445,15378,'accessories/wearable_items/cloak/exp08/cloak_ratonga_heritage',1188),
(15446,15379,'creatures/mounts/warhog_mount/warhog_drunder_mount',1188),
(15447,15380,'staticobjects/portals/gnome_race_teleporter',1188),
(15448,15381,'creatures/mounts/terrorbird_mount/terrorbird_mount_base',1188),
(15449,15382,'creatures/tu/mysticdoll_alternate_zombie',1188),
(15450,15383,'creatures/tu/mysticdoll_alternate',1188),
(15451,15384,'staticobjects/housing_portal_objects/vision_home_kael01',1188),
(15452,15385,'staticobjects/housing_portal_objects/vision_home_thurgadin01',1188),
(15453,15386,'staticobjects/housing_portal_objects/vision_home_felwithe01',1188),
(15454,15387,'_exp07/objects/dpo_vel_dragon_ring',1188),
(15455,15388,'_exp07/objects/dpo_vel_wizard_spire',1188),
(15456,15389,'creatures/tu/mysticdoll_alternate_voodoo',1188),
(15457,15390,'_exp07/objects/kael/signal_horn',1188),
(15458,15391,'_exp07/objects/kael/kael_weapon_rack',1188),
(15459,15392,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_stormshield',1188),
(15460,15393,'accessories/wieldable_items/shields/exp08/exp08_shield_round_lifebound',1188),
(15461,15394,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_soulscorned',1188),
(15462,15395,'creatures/pets/building_block_kerra',1188),
(15463,15396,'creatures/mounts/raptor_mount/raptor_mount_base',1188),
(15464,15397,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bookcase01',1188),
(15465,15398,'accessories/npc_wearables/sifaye_accessories/sifaye_wing',1188),
(15466,15399,'accessories/npc_wearables/sifaye_accessories/head_antennae1',1188),
(15467,15400,'accessories/npc_wearables/sifaye_accessories/head_antennae2',1188),
(15468,15401,'accessories/npc_wearables/sifaye_accessories/head_sifaye_crown_antennae',1188),
(15469,15402,'accessories/wearable_items/snapons/armbands/shoulders_armband_wyrm_wrap_silver_right',1188),
(15470,15403,'accessories/wearable_items/snapons/armbands/shoulders_armband_wyrm_wrap_silver_both',1188),
(15471,15404,'accessories/wearable_items/snapons/armbands/shoulders_armband_wyrm_wrap_silver_left',1188),
(15472,15405,'staticobjects/soe_wallet/ratonga_plate_cheese01',1188),
(15473,15406,'accessories/wearable_items/_exp08/tallonite_armor/chain/skirt',1188),
(15474,15407,'accessories/wearable_items/_exp08/tallonite_armor/chain/chest',1188),
(15475,15408,'accessories/wearable_items/_exp08/tallonite_armor/chain/feet',1188),
(15476,15409,'accessories/wearable_items/_exp08/tallonite_armor/chain/forearms',1188),
(15477,15410,'accessories/wearable_items/_exp08/tallonite_armor/chain/hands',1188),
(15478,15411,'accessories/wearable_items/_exp08/tallonite_armor/chain/head',1188),
(15479,15412,'accessories/wearable_items/_exp08/tallonite_armor/chain/legs',1188),
(15480,15413,'accessories/wearable_items/_exp08/tallonite_armor/chain/legs_noskirt',1188),
(15481,15414,'accessories/wearable_items/_exp08/tallonite_armor/chain/shoulders',1188),
(15482,15415,'accessories/wearable_items/_exp08/tallonite_armor/chain/shoulders_talonite_pauldron',1188),
(15483,15416,'accessories/wearable_items/_exp08/tallonite_armor/gi/skirt',1188),
(15484,15417,'accessories/wearable_items/_exp08/tallonite_armor/gi/arms',1188),
(15485,15418,'accessories/wearable_items/_exp08/tallonite_armor/gi/chest',1188),
(15486,15419,'accessories/wearable_items/_exp08/tallonite_armor/gi/legs',1188),
(15487,15420,'accessories/wearable_items/_exp08/tallonite_armor/leather/skirt',1188),
(15488,15421,'accessories/wearable_items/_exp08/tallonite_armor/leather/chest',1188),
(15489,15422,'accessories/wearable_items/_exp08/tallonite_armor/leather/feet',1188),
(15490,15423,'accessories/wearable_items/_exp08/tallonite_armor/leather/forearms',1188),
(15491,15424,'accessories/wearable_items/_exp08/tallonite_armor/leather/hands',1188),
(15492,15425,'accessories/wearable_items/_exp08/tallonite_armor/leather/head',1188),
(15493,15426,'accessories/wearable_items/_exp08/tallonite_armor/leather/legs',1188),
(15494,15427,'accessories/wearable_items/_exp08/tallonite_armor/leather/legs_noskirt',1188),
(15495,15428,'accessories/wearable_items/_exp08/tallonite_armor/leather/shoulders',1188),
(15496,15429,'accessories/wearable_items/_exp08/tallonite_armor/robe/skirt',1188),
(15497,15430,'accessories/wearable_items/_exp08/tallonite_armor/robe/chest',1188),
(15498,15431,'accessories/wearable_items/_exp08/tallonite_armor/robe/feet',1188),
(15499,15432,'accessories/wearable_items/_exp08/tallonite_armor/robe/hands',1188),
(15500,15433,'accessories/wearable_items/_exp08/tallonite_armor/robe/head',1188),
(15501,15434,'accessories/wearable_items/_exp08/tallonite_armor/robe/pants',1188),
(15502,15435,'accessories/wearable_items/_exp08/tallonite_armor/snapons/vanguard_pauldrons_upper_right',1188),
(15503,15436,'accessories/wearable_items/_exp08/tallonite_armor/snapons/chain_pauldrons_upper_left',1188),
(15504,15437,'accessories/wearable_items/_exp08/tallonite_armor/snapons/chain_pauldrons_upper_right',1188),
(15505,15438,'accessories/wearable_items/_exp08/tallonite_armor/snapons/gi_pauldrons_upper_left',1188),
(15506,15439,'accessories/wearable_items/_exp08/tallonite_armor/snapons/gi_pauldrons_upper_right',1188),
(15507,15440,'accessories/wearable_items/_exp08/tallonite_armor/snapons/head_talonite_snapon',1188),
(15508,15441,'accessories/wearable_items/_exp08/tallonite_armor/snapons/vanguard_pauldrons_upper_left',1188),
(15509,15442,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/skirt',1188),
(15510,15443,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/chest',1188),
(15511,15444,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/feet',1188),
(15512,15445,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/forearms',1188),
(15513,15446,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/hands',1188),
(15514,15447,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/head',1188),
(15515,15448,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/legs',1188),
(15516,15449,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/legs_noskirt',1188),
(15517,15450,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/right',1188),
(15518,15451,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/shoulders',1188),
(15519,15452,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/shoulders_nopauldrons',1188),
(15520,15453,'accessories/wearable_items/_exp08/tallonite_armor/vanguard/shoulders_talonite_pauldron',1188),
(15521,15454,'staticobjects/liveevent/frostfell/dpo_gumdrop_green01',1188),
(15522,15455,'staticobjects/liveevent/frostfell/dpo_gumdrop_red01',1188),
(15523,15456,'staticobjects/liveevent/frostfell/dpo_gumdrop_stack01',1188),
(15524,15457,'staticobjects/liveevent/frostfell/dpo_gumdrop_white01',1188),
(15525,15458,'staticobjects/liveevent/frostfell/dpo_vel_snowpile01',1188),
(15526,15459,'staticobjects/liveevent/frostfell/dpo_holiday_gravy_boat01',1188),
(15527,15460,'staticobjects/liveevent/frostfell/dpo_holiday_cup01',1188),
(15528,15461,'staticobjects/liveevent/frostfell/dpo_holiday_cup02',1188),
(15529,15462,'staticobjects/liveevent/frostfell/dpo_holiday_cake01',1188),
(15530,15463,'staticobjects/liveevent/frostfell/dpo_holiday_soup_tureen01',1188),
(15531,15464,'staticobjects/liveevent/frostfell/dpo_holiday_bowl_beans01',1188),
(15532,15465,'staticobjects/liveevent/frostfell/dpo_holiday_bowl_chilis01',1188),
(15533,15466,'staticobjects/liveevent/frostfell/dpo_gnome_sleigh_01',1188),
(15534,15467,'accessories/wearable_items/_exp08/sifaye_armor/robe/skirt',1188),
(15535,15468,'accessories/wearable_items/_exp08/sifaye_armor/robe/chest_fullrobe',1188),
(15536,15469,'accessories/wearable_items/_exp08/sifaye_armor/robe/chest_noskirt',1188),
(15537,15470,'accessories/wearable_items/_exp08/sifaye_armor/robe/feet',1188),
(15538,15471,'accessories/wearable_items/_exp08/sifaye_armor/robe/hands',1188),
(15539,15472,'accessories/wearable_items/_exp08/sifaye_armor/robe/head_collar',1188),
(15540,15473,'accessories/wearable_items/_exp08/sifaye_armor/robe/head_hood',1188),
(15541,15474,'accessories/wearable_items/_exp08/sifaye_armor/robe/pants',1188),
(15542,15475,'accessories/wearable_items/profesion_hats/proffiddlewiz_cap_gearworked/head_dark',1188),
(15543,15476,'accessories/wearable_items/profesion_hats/proffiddlewiz_cap_gearworked/head',1188),
(15544,15477,'staticobjects/battlegrounds/dpo_bg_lobby_zoner',1188),
(15545,15478,'staticobjects/battlegrounds/dpo_bg_lobby_armor_stand01',1188),
(15546,15479,'staticobjects/battlegrounds/dpo_bg_lobby_counter01',1188),
(15547,15480,'staticobjects/battlegrounds/dpo_bg_lobby_crate01_closed',1188),
(15548,15481,'staticobjects/battlegrounds/dpo_bg_lobby_crate02_closed',1188),
(15549,15482,'staticobjects/battlegrounds/dpo_bg_lobby_rug01',1188),
(15550,15483,'staticobjects/battlegrounds/dpo_bg_lobby_scales_empty01',1188),
(15551,15484,'staticobjects/battlegrounds/dpo_bg_lobby_scales_tipped01',1188),
(15552,15485,'staticobjects/battlegrounds/dpo_bg_lobby_weaponrack01',1188),
(15553,15486,'staticobjects/battlegrounds/dpo_bg_lobby_weaponrack_weapons01',1188),
(15554,15487,'creatures/mounts/frostfell_snow_cloud',1188),
(15555,15488,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate01',1188),
(15556,15489,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate01_swinging',1188),
(15557,15490,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate01_yellow',1188),
(15558,15491,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate01_yellow_swinging',1188),
(15559,15492,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate02',1188),
(15560,15493,'staticobjects/soe_wallet/djn_lightsource_balloon_ornate02_swinging',1188),
(15561,15494,'staticobjects/archery/dpo_archery_target',1188),
(15562,15495,'_exp08/characters/tool_users/war_generals/war_general_male_light',1188),
(15563,15496,'_exp08/characters/tool_users/war_generals/war_general_female',1188),
(15564,15497,'_exp08/characters/tool_users/war_generals/war_general_male_black',1188),
(15565,15498,'_exp08/characters/tool_users/war_generals/war_general_male_boss',1188),
(15566,15499,'_exp08/characters/tool_users/war_generals/war_general_male_heavy01',1188),
(15567,15500,'accessories/wearable_items/cloak/exp08/cloak_3straps_red',1188),
(15568,15501,'accessories/wearable_items/cloak/exp08/cloak_3straps',1188),
(15569,15502,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/skirt',1188),
(15570,15503,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/chest',1188),
(15571,15504,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/feet',1188),
(15572,15505,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/forearms',1188),
(15573,15506,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/hands',1188),
(15574,15507,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/head',1188),
(15575,15508,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/legs',1188),
(15576,15509,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/legs_noskirt',1188),
(15577,15510,'accessories/wearable_items/_exp08/unkown_faction_armor/chain/shoulders',1188),
(15578,15511,'accessories/wearable_items/_exp08/tallonite_armor/snapons/leather_pauldrons_upper_left',1188),
(15579,15512,'accessories/wearable_items/_exp08/tallonite_armor/snapons/leather_pauldrons_upper_right',1188),
(15580,15513,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/skirt',1188),
(15581,15514,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/chest',1188),
(15582,15515,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/feet',1188),
(15583,15516,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/forearms',1188),
(15584,15517,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/hands',1188),
(15585,15518,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/head',1188),
(15586,15519,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/legs',1188),
(15587,15520,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/legs_noskirt',1188),
(15588,15521,'accessories/wearable_items/_exp08/unkown_faction_armor/leather/shoulders',1188),
(15589,15522,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/chest',1188),
(15590,15523,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/feet',1188),
(15591,15524,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/hands',1188),
(15592,15525,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/head',1188),
(15593,15526,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/pants',1188),
(15594,15527,'accessories/wearable_items/_exp08/unkown_faction_armor/robe/skirt',1188),
(15595,15528,'staticobjects/guildhall/trophies/floor_vallon_zek_fx',1188),
(15596,15529,'staticobjects/guildhall/trophies/floor_sullon_zek',1188),
(15597,15530,'staticobjects/guildhall/trophies/floor_sullon_zek_fx',1188),
(15598,15531,'staticobjects/guildhall/trophies/floor_tallon_zek',1188),
(15599,15532,'staticobjects/guildhall/trophies/floor_tallon_zek_fx',1188),
(15600,15533,'staticobjects/guildhall/trophies/floor_vallon_zek',1188),
(15601,15534,'_exp07/objects/vel_coldain_frozen_in_ice',1188),
(15602,15535,'creatures/mounts/flying_disc/flying_disc_clockwork_purple',1188),
(15603,15536,'creatures/mounts/flying_disc/flying_disc_clockwork_gold',1188),
(15604,15537,'creatures/mounts/flying_disc/flying_disc_clockwork_green',1188),
(15605,15538,'creatures/mounts/class_hover_pads/hover_pad_assassin',1188),
(15606,15539,'creatures/mounts/class_hover_pads/hover_pad_berserker',1188),
(15607,15540,'creatures/mounts/class_hover_pads/hover_pad_brigand',1188),
(15608,15541,'creatures/mounts/class_hover_pads/hover_pad_bruiser',1188),
(15609,15542,'creatures/mounts/class_hover_pads/hover_pad_coercer',1188),
(15610,15543,'creatures/mounts/class_hover_pads/hover_pad_conjuror',1188),
(15611,15544,'creatures/mounts/class_hover_pads/hover_pad_defiler',1188),
(15612,15545,'creatures/mounts/class_hover_pads/hover_pad_dirge',1188),
(15613,15546,'creatures/mounts/class_hover_pads/hover_pad_fury',1188),
(15614,15547,'creatures/mounts/class_hover_pads/hover_pad_guardian',1188),
(15615,15548,'creatures/mounts/class_hover_pads/hover_pad_illusionist',1188),
(15616,15549,'creatures/mounts/class_hover_pads/hover_pad_inquisitor',1188),
(15617,15550,'creatures/mounts/class_hover_pads/hover_pad_monk',1188),
(15618,15551,'creatures/mounts/class_hover_pads/hover_pad_mystic',1188),
(15619,15552,'creatures/mounts/class_hover_pads/hover_pad_necromancer',1188),
(15620,15553,'creatures/mounts/class_hover_pads/hover_pad_paladin',1188),
(15621,15554,'creatures/mounts/class_hover_pads/hover_pad_ranger',1188),
(15622,15555,'creatures/mounts/class_hover_pads/hover_pad_shadowknight',1188),
(15623,15556,'creatures/mounts/class_hover_pads/hover_pad_swashbuckler',1188),
(15624,15557,'creatures/mounts/class_hover_pads/hover_pad_templar',1188),
(15625,15558,'creatures/mounts/class_hover_pads/hover_pad_troubador',1188),
(15626,15559,'creatures/mounts/class_hover_pads/hover_pad_warden',1188),
(15627,15560,'creatures/mounts/class_hover_pads/hover_pad_warlock',1188),
(15628,15561,'creatures/mounts/raptor_mount/evil_raptor_mount',1188),
(15629,15562,'accessories/wieldable_items/weapons/misc/sparkler_stick',1188),
(15630,15563,'creatures/mounts/komodo_mount/komodo_mount_base',1188),
(15631,15564,'creatures/mounts/komodo_mount/komodo_mount_black',1188),
(15632,15565,'creatures/mounts/komodo_mount/komodo_mount_brown',1188),
(15633,15566,'creatures/mounts/komodo_mount/komodo_mount_iceblue',1188),
(15634,15567,'staticobjects/liveevent/dpo_fireworks_vase06',1188),
(15635,15568,'staticobjects/liveevent/dpo_fireworks_vase01',1188),
(15636,15569,'staticobjects/liveevent/dpo_fireworks_vase02',1188),
(15637,15570,'staticobjects/liveevent/dpo_fireworks_vase03',1188),
(15638,15571,'staticobjects/liveevent/dpo_fireworks_vase04',1188),
(15639,15572,'staticobjects/liveevent/dpo_fireworks_vase05',1188),
(15640,15573,'accessories/wearable_items/snapons/armbands/shoulders_armband_fur_right',1188),
(15641,15574,'accessories/wearable_items/snapons/armbands/shoulders_armband_fur_left',1188),
(15642,15575,'accessories/wearable_items/_exp08/short_skirts/basic/snap_ons/short_skirt',1188),
(15643,15576,'accessories/wearable_items/_exp08/short_skirts/basic/snap_ons/belt',1188),
(15644,15577,'accessories/wearable_items/_exp08/short_skirts/basic/shoulders_armband_fur',1188),
(15645,15578,'accessories/wearable_items/_exp08/short_skirts/basic/chest',1188),
(15646,15579,'accessories/wearable_items/_exp08/short_skirts/basic/feet',1188),
(15647,15580,'accessories/wearable_items/_exp08/short_skirts/basic/hands',1188),
(15648,15581,'accessories/wearable_items/_exp08/short_skirts/basic/head',1188),
(15649,15582,'accessories/wearable_items/_exp08/short_skirts/basic/legs_short_skirt_base',1188),
(15650,15583,'accessories/wearable_items/_exp08/short_skirts/basic/shoulders',1188),
(15651,15584,'creatures/mounts/wolf_mount/wolf_mount_storm',1188),
(15652,15585,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/snap_ons/short_skirt',1188),
(15653,15586,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/snap_ons/belt',1188),
(15654,15587,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/shoulders_armband_fur',1188),
(15655,15588,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/chest',1188),
(15656,15589,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/feet',1188),
(15657,15590,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/hands',1188),
(15658,15591,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/head',1188),
(15659,15592,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/legs_short_skirt_base',1188),
(15660,15593,'accessories/wearable_items/_exp08/short_skirts/short_skirt_02/shoulders',1188),
(15661,15594,'creatures/mounts/raptor_mount/tradeskill_raptor_mount',1188),
(15662,15595,'creatures/mounts/flying_disc/elemental_flying_disc_water',1188),
(15663,15596,'creatures/mounts/flying_disc/elemental_flying_disc_air',1188),
(15664,15597,'creatures/mounts/flying_disc/elemental_flying_disc_earth',1188),
(15665,15598,'creatures/mounts/flying_disc/elemental_flying_disc_fire',1188),
(15666,15599,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_shin_right',1188),
(15667,15600,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_forearm_left',1188),
(15668,15601,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_forearm_right',1188),
(15669,15602,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldron_left',1188),
(15670,15603,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldron_right',1188),
(15671,15604,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_lower_left',1188),
(15672,15605,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_lower_right',1188),
(15673,15606,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_shin_left',1188),
(15674,15607,'accessories/wearable_items/_exp08/combine_armor/vanguard/skirt_robe',1188),
(15675,15608,'accessories/wearable_items/_exp08/combine_armor/vanguard/chest',1188),
(15676,15609,'accessories/wearable_items/_exp08/combine_armor/vanguard/feet',1188),
(15677,15610,'accessories/wearable_items/_exp08/combine_armor/vanguard/forearms',1188),
(15678,15611,'accessories/wearable_items/_exp08/combine_armor/vanguard/hands',1188),
(15679,15612,'accessories/wearable_items/_exp08/combine_armor/vanguard/head_combine_helm',1188),
(15680,15613,'accessories/wearable_items/_exp08/combine_armor/vanguard/legs',1188),
(15681,15614,'accessories/wearable_items/_exp08/combine_armor/vanguard/legs_epic',1188),
(15682,15615,'accessories/wearable_items/_exp08/combine_armor/vanguard/legs_noskirt',1188),
(15683,15616,'accessories/wearable_items/_exp08/combine_armor/vanguard/shoulders',1188),
(15684,15617,'accessories/wearable_items/_exp08/combine_armor/vanguard/shoulders_epic',1188),
(15685,15618,'accessories/wearable_items/_exp08/combine_armor/vanguard/skirt_chain',1188),
(15686,15619,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer_yellow',1188),
(15687,15620,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer_green',1188),
(15688,15621,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer_purple',1188),
(15689,15622,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_hammer_deathbringer_yellow',1188),
(15690,15623,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer_green',1188),
(15691,15624,'accessories/wieldable_items/weapons/exp07/1h_crush/1h_wand_deathbringer_purple',1188),
(15692,15625,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer_yellow',1188),
(15693,15626,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer_green',1188),
(15694,15627,'accessories/wieldable_items/weapons/exp07/1h_sword/exp07_1hs_sword_deathbringer_purple',1188),
(15695,15628,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer_yellow',1188),
(15696,15629,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer_green',1188),
(15697,15630,'accessories/wieldable_items/weapons/exp07/2h_sword/exp07_2hs_sword_deathbringer_purple',1188),
(15698,15631,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer_yellow',1188),
(15699,15632,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer_green',1188),
(15700,15633,'accessories/wieldable_items/weapons/exp07/staff/exp07_staff_deathbringer_purple',1188),
(15701,15634,'creatures/mounts/komodo_mount/komodo_mount_packtrade',1188),
(15702,15635,'_exp08/characters/tool_users/ulthork/ulthork_male_light01',1188),
(15703,15636,'_exp08/characters/tool_users/hunter_female/hunter_female',1188),
(15704,15637,'accessories/wearable_items/cloak/exp08/cloak_poppies_scalloped',1188),
(15705,15638,'_exp08/characters/monsters/komodo/komodo',1188),
(15706,15639,'creatures/mounts/raptor_mount/raptor_wild_base',1188),
(15707,15640,'creatures/mounts/terrorbird_mount/terrorbird_wild',1188),
(15708,15641,'creatures/mounts/raptor_mount/raptor_wild_evil',1188),
(15709,15642,'staticobjects/housing_portal_objects/vision_home_floatingisland01',1188),
(15710,15643,'creatures/mounts/raptor_mount/tropical_raptor_mount_base',1188),
(15711,15644,'staticobjects/liveevent/tinkerfest/dpo_tinkered_hologram_projector',1188),
(15712,15645,'_exp08/characters/monsters/komodo/komodo_blackred',1188),
(15713,15646,'staticobjects/soe_wallet/station_furniture_kaladim_table01',1188),
(15714,15647,'staticobjects/soe_wallet/station_furniture_kaladim_bed01',1188),
(15715,15648,'staticobjects/soe_wallet/station_furniture_kaladim_bench01',1188),
(15716,15649,'staticobjects/soe_wallet/station_furniture_kaladim_largetable01',1188),
(15717,15650,'staticobjects/soe_wallet/station_furniture_kaladim_nightstand01',1188),
(15718,15651,'staticobjects/soe_wallet/station_furniture_kaladim_singlekeg01',1188),
(15719,15652,'staticobjects/soe_wallet/station_furniture_kaladim_stool01',1188),
(15720,15653,'accessories/wearable_items/cloak/exp08/cloak_3straps_komodo',1188),
(15721,15654,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_appoloosa_alt',1188),
(15722,15655,'_exp04/zones/objects/fens_of_nathsar/fon_poi_ruin_cabilis_wall03',1188),
(15723,15656,'accessories/wearable_items/_exp08/ullkorruuk_armor/chest',1188),
(15724,15657,'accessories/wearable_items/_exp08/ullkorruuk_armor/feet',1188),
(15725,15658,'accessories/wearable_items/_exp08/ullkorruuk_armor/forearms',1188),
(15726,15659,'accessories/wearable_items/_exp08/ullkorruuk_armor/hands',1188),
(15727,15660,'accessories/wearable_items/_exp08/ullkorruuk_armor/head',1188),
(15728,15661,'accessories/wearable_items/_exp08/ullkorruuk_armor/head_vanguard',1188),
(15729,15662,'accessories/wearable_items/_exp08/ullkorruuk_armor/legs',1188),
(15730,15663,'accessories/wearable_items/_exp08/ullkorruuk_armor/legs_noskirt',1188),
(15731,15664,'accessories/wearable_items/_exp08/ullkorruuk_armor/right',1188),
(15732,15665,'accessories/wearable_items/_exp08/ullkorruuk_armor/shoulders',1188),
(15733,15666,'accessories/wearable_items/_exp08/ullkorruuk_armor/shoulders_nopauldrons',1188),
(15734,15667,'accessories/wearable_items/_exp08/ullkorruuk_armor/shoulders_ullkorruuk',1188),
(15735,15668,'accessories/wearable_items/_exp08/ullkorruuk_armor/skirt',1188),
(15736,15669,'accessories/wearable_items/_exp08/ullkorruuk_armor/ullkorruuk_armor_pauldron_left',1188),
(15737,15670,'accessories/wearable_items/_exp08/ullkorruuk_armor/ullkorruuk_armor_pauldron_right',1188),
(15738,15671,'accessories/wearable_items/_exp08/ullkorruuk_armor/ullkorruuk_armor_waist',1188),
(15739,15672,'_exp08/characters/monsters/falcon_god/falcon_god',1188),
(15740,15673,'accessories/wieldable_items/weapons/exp08/2h_crush/exp08_2h_crush_pillarofjustice',1188),
(15741,15674,'accessories/wieldable_items/weapons/exp08/2h_sword/exp07_2hs_sword_knightslayer',1188),
(15742,15675,'creatures/mounts/griffin_mount/griffin_mount_peacock',1188),
(15743,15676,'accessories/wearable_items/cloak/exp08/cloak_peacock',1188),
(15744,15677,'staticobjects/_exp07/pw_ballista_launcher',1188),
(15745,15678,'staticobjects/rubble/slove_rubblepiece_purple01_horizontal',1188),
(15746,15679,'staticobjects/rubble/slove_rubblepiece_trim01_horizontal',1188),
(15747,15680,'accessories/wearable_items/valkyrie/chest',1188),
(15748,15681,'accessories/wearable_items/valkyrie/hands',1188),
(15749,15682,'accessories/wearable_items/valkyrie/legs',1188),
(15750,15683,'accessories/wearable_items/snapons/backpacks/backpack_assassin',1188),
(15751,15684,'accessories/wieldable_items/shields/exp08/exp08_shield_round_crystalline',1188),
(15752,15685,'accessories/wieldable_items/weapons/exp08/1h_crush/wand_crystalline',1188),
(15753,15686,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_crystalline',1188),
(15754,15687,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_crystalline',1188),
(15755,15688,'accessories/wieldable_items/weapons/exp08/2h_sword/exp07_2hs_sword_crystalline',1188),
(15756,15689,'staticobjects/signs/freeport/dpo_freeport_wall_sign',1188),
(15757,15690,'staticobjects/signs/freeport/dpo_freeport_post_sign',1188),
(15758,15691,'staticobjects/signs/general/dpo_rivervale_post_sign',1188),
(15759,15692,'staticobjects/signs/gorowyn/dpo_gorowyn_wall_sign',1188),
(15760,15693,'staticobjects/signs/kelethin/dpo_kelethin_post_sign',1188),
(15761,15694,'staticobjects/signs/neriak/dpo_neriak_square_sign',1188),
(15762,15695,'staticobjects/signs/qeynos/dpo_qeynos_wall_sign',1188),
(15763,15696,'staticobjects/signs/qeynos/dpo_qeynos_hanging_sign',1188),
(15764,15697,'staticobjects/shield/lodizal_shield_houseitem',1188),
(15765,15698,'creatures/monsters/tyrannosaurus_mount',1188),
(15766,15699,'accessories/wearable_items/_exp08/robe_evil_dark_red/chest',1188),
(15767,15700,'accessories/wearable_items/_exp08/robe_evil_dark_red/feet',1188),
(15768,15701,'accessories/wearable_items/_exp08/robe_evil_dark_red/hands',1188),
(15769,15702,'accessories/wearable_items/_exp08/robe_evil_dark_red/head_collar',1188),
(15770,15703,'accessories/wearable_items/_exp08/robe_evil_dark_red/head_evil_conjurer',1188),
(15771,15704,'accessories/wearable_items/_exp08/robe_evil_dark_red/pants',1188),
(15772,15705,'accessories/wearable_items/_exp08/robe_evil_dark_red/skirt',1188),
(15773,15706,'accessories/wieldable_items/shields/exp08/exp08_shield_ice',1188),
(15774,15707,'accessories/wieldable_items/shields/exp08/exp08_shield_nature',1188),
(15775,15708,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_nature',1188),
(15776,15709,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_icespike',1188),
(15777,15710,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/chest',1188),
(15778,15711,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/feet',1188),
(15779,15712,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/forearms',1188),
(15780,15713,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/hands',1188),
(15781,15714,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/head',1188),
(15782,15715,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/left',1188),
(15783,15716,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/legs',1188),
(15784,15717,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/legs_noskirt',1188),
(15785,15718,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/pauldron02_vanguard_ridged_left',1188),
(15786,15719,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/pauldron02_vanguard_ridged_right',1188),
(15787,15720,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/pauldron03_vanguard_flared_left',1188),
(15788,15721,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/pauldron03_vanguard_flared_right',1188),
(15789,15722,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/right',1188),
(15790,15723,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/shoulders',1188),
(15791,15724,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/shoulders_flared',1188),
(15792,15725,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/shoulders_nopauldrons',1188),
(15793,15726,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/shoulders_ridged',1188),
(15794,15727,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/skirt',1188),
(15795,15728,'accessories/wearable_items/vanguard/vanguard_chitin_black_silver/upperchest',1188),
(15796,15729,'creatures/mounts/fae_mount/fae_mount',1188),
(15797,15730,'creatures/mounts/komodo_mount/komodo_mount_iceblue_epic',1188),
(15798,15731,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_green_both',1188),
(15799,15732,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_green_left',1188),
(15800,15733,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_green_right',1188),
(15801,15734,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_red_both',1188),
(15802,15735,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_red_left',1188),
(15803,15736,'accessories/wearable_items/snapons/armbands/shoulders_armband_fire_red_right',1188),
(15804,15737,'accessories/wearable_items/snapons/backpacks/backpack_samurai',1188),
(15805,15738,'creatures/mounts/raptor_mount/raptor_mount_armor_blue',1188),
(15806,15739,'creatures/mounts/pegasus_mount/pegasus_mount_nightmare',1188),
(15807,15740,'creatures/mounts/pegasus_mount/pegasus_mount_nightmare_green',1188),
(15808,15741,'creatures/mounts/pegasus_mount/pegasus_mount_nightmare_violet',1188),
(15809,15742,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_qey_stone14',1188),
(15810,15743,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_qey_stone01',1188),
(15811,15744,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_qey_stone02',1188),
(15812,15745,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_qey_stone12',1188),
(15813,15746,'staticobjects/panels/dpo_tile_weathereddark',1188),
(15814,15747,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/shoulders',1188),
(15815,15748,'staticobjects/panels/dpo_tile_altarwood',1188),
(15816,15749,'staticobjects/panels/dpo_tile_ashenwood',1188),
(15817,15750,'staticobjects/panels/dpo_tile_blondwood',1188),
(15818,15751,'staticobjects/panels/dpo_tile_brownwood',1188),
(15819,15752,'staticobjects/panels/dpo_tile_fairy_mossywood',1188),
(15820,15753,'staticobjects/panels/dpo_tile_halaswood',1188),
(15821,15754,'staticobjects/panels/dpo_tile_halaswoodtrim',1188),
(15822,15755,'staticobjects/panels/dpo_tile_marrwood',1188),
(15823,15756,'staticobjects/panels/dpo_tile_metalwood',1188),
(15824,15757,'staticobjects/panels/dpo_tile_qey_stone01',1188),
(15825,15758,'staticobjects/panels/dpo_tile_qey_stone02',1188),
(15826,15759,'staticobjects/panels/dpo_tile_qey_stone12',1188),
(15827,15760,'staticobjects/panels/dpo_tile_qey_stone14',1188),
(15828,15761,'staticobjects/panels/dpo_tile_redwood',1188),
(15829,15762,'staticobjects/panels/dpo_tile_rosewood',1188),
(15830,15763,'staticobjects/panels/dpo_tile_sandalwood',1188),
(15831,15764,'staticobjects/panels/dpo_tile_sumacwood',1188),
(15832,15765,'staticobjects/panels/dpo_tile_tablenoplanks',1188),
(15833,15766,'staticobjects/panels/dpo_tile_wavywood',1188),
(15834,15767,'staticobjects/dividers/dpo_gf_kel_int_divider_wall01_halaswood',1188),
(15835,15768,'creatures/pets/pet_kitten/odus_prowler_kitten',1188),
(15836,15769,'creatures/pets/pet_kitten/odus_prowler_kitten_death',1188),
(15837,15770,'creatures/pets/pet_kitten/odus_prowler_kitten_poison',1188),
(15838,15771,'creatures/pets/pet_kitten/odus_prowler_kitten_skeletal',1188),
(15839,15772,'creatures/pets/pet_kitten/odus_prowler_kitten_void',1188),
(15840,15773,'accessories/wieldable_items/shields/exp08/exp08_shield_flame',1188),
(15841,15774,'accessories/wieldable_items/shields/exp08/exp08_shield_soulripper',1188),
(15842,15775,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_flame',1188),
(15843,15776,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_soulripper',1188),
(15844,15777,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_bugbearmystic',1188),
(15845,15778,'accessories/wearable_items/cloak/exp08/cloak_squirrel',1188),
(15846,15779,'accessories/wearable_items/cloak/exp08/cloak_squirrel_skunk',1188),
(15847,15780,'staticobjects/pictures/conceptpainting_oduswasteland',1188),
(15848,15781,'staticobjects/pictures/conceptpainting_guk',1188),
(15849,15782,'staticobjects/soe_wallet/painting_skyfire',1188),
(15850,15783,'staticobjects/soe_wallet/painting_burningwoods',1188),
(15851,15784,'staticobjects/soe_wallet/painting_chelsith',1188),
(15852,15785,'staticobjects/soe_wallet/painting_craterjungle',1188),
(15853,15786,'staticobjects/soe_wallet/painting_frontier',1188),
(15854,15787,'creatures/tu/gods_rallos_zek_new_gold',1188),
(15855,15788,'creatures/tu/gods_rallos_zek_new_stone',1188),
(15856,15789,'accessories/wieldable_items/weapons/exp08/1h_crush/club_zombiebane',1188),
(15857,15790,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_pitchfork',1188),
(15858,15791,'accessories/wearable_items/profesion_hats/firiona_vie_tiara_lon/head_firiona_vie_tiara_lon_evil',1188),
(15859,15792,'accessories/wearable_items/cloak/exp08/cloak_3straps_black',1188),
(15860,15793,'accessories/wearable_items/cloak/exp08/cloak_3straps_white',1188),
(15861,15794,'accessories/wearable_items/profesion_hats/firiona_vie_tiara_lon/head_firiona_vie_tiara_lon_evil_fx',1188),
(15862,15795,'accessories/wearable_items/snapons/backpacks/crossblades_empowered',1188),
(15863,15796,'staticobjects/weapons/dpo_sc_exp08_fist_icespike',1188),
(15864,15797,'staticobjects/shield/dpo_sc_exp08_shield_crystalline',1188),
(15865,15798,'staticobjects/shield/dpo_sc_exp08_shield_icespike',1188),
(15866,15799,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_eyes_purple',1188),
(15867,15800,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_candy',1188),
(15868,15801,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_candy_green',1188),
(15869,15802,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_candy_purple',1188),
(15870,15803,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_eyes',1188),
(15871,15804,'staticobjects/soe_wallet/holiday_objects/pumpkin_bowl_eyes_green',1188),
(15872,15805,'staticobjects/soe_wallet/furniture_grecian_wash',1188),
(15873,15806,'staticobjects/soe_wallet/furniture_grecian_alt1_column',1188),
(15874,15807,'staticobjects/soe_wallet/furniture_grecian_alt1_fountain',1188),
(15875,15808,'staticobjects/soe_wallet/furniture_grecian_alt1_kingbed',1188),
(15876,15809,'staticobjects/soe_wallet/furniture_grecian_alt1_sofa',1188),
(15877,15810,'staticobjects/soe_wallet/furniture_grecian_alt1_table',1188),
(15878,15811,'staticobjects/soe_wallet/furniture_grecian_alt1_wash',1188),
(15879,15812,'staticobjects/soe_wallet/furniture_grecian_column',1188),
(15880,15813,'staticobjects/soe_wallet/furniture_grecian_fountain',1188),
(15881,15814,'staticobjects/soe_wallet/furniture_grecian_kingbed',1188),
(15882,15815,'staticobjects/soe_wallet/furniture_grecian_sofa',1188),
(15883,15816,'staticobjects/soe_wallet/furniture_grecian_table',1188),
(15884,15817,'_exp08/characters/monsters/pw_ballista/pw_ballista',1188),
(15885,15818,'accessories/wearable_items/_exp08/red_dark_elf_armor/skirt',1188),
(15886,15819,'accessories/wearable_items/_exp08/red_dark_elf_armor/chest',1188),
(15887,15820,'accessories/wearable_items/_exp08/red_dark_elf_armor/feet',1188),
(15888,15821,'accessories/wearable_items/_exp08/red_dark_elf_armor/forearms',1188),
(15889,15822,'accessories/wearable_items/_exp08/red_dark_elf_armor/hands',1188),
(15890,15823,'accessories/wearable_items/_exp08/red_dark_elf_armor/head',1188),
(15891,15824,'accessories/wearable_items/_exp08/red_dark_elf_armor/legs',1188),
(15892,15825,'accessories/wearable_items/_exp08/red_dark_elf_armor/legs_noskirt',1188),
(15893,15826,'accessories/wearable_items/_exp08/red_dark_elf_armor/shoulders',1188),
(15894,15827,'accessories/wearable_items/_exp08/short_skirts/tintable_01/snap_ons/belt',1188),
(15895,15828,'accessories/wearable_items/_exp08/short_skirts/tintable_01/snap_ons/short_skirt',1188),
(15896,15829,'accessories/wearable_items/_exp08/short_skirts/tintable_01/chest',1188),
(15897,15830,'accessories/wearable_items/_exp08/short_skirts/tintable_01/feet',1188),
(15898,15831,'accessories/wearable_items/_exp08/short_skirts/tintable_01/hands',1188),
(15899,15832,'accessories/wearable_items/_exp08/short_skirts/tintable_01/head',1188),
(15900,15833,'accessories/wearable_items/_exp08/short_skirts/tintable_01/legs_short_skirt_base',1188),
(15901,15834,'accessories/wearable_items/_exp08/short_skirts/tintable_01/shoulders',1188),
(15902,15835,'creatures/mounts/pegasus_mount/pegasus_mount_epic',1188),
(15903,15836,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_huntress',1188),
(15904,15837,'staticobjects/_exp07/exp07_dun_plane_of_war_raid/pow_stone_pillar',1188),
(15905,15838,'accessories/wieldable_items/weapons/exp08/1h_crush/club_treebranch',1188),
(15906,15839,'accessories/wearable_items/snapons/backpacks/backpack_assassin_swivel/backpack_assassin_swivel',1188),
(15907,15840,'accessories/wearable_items/snapons/backpacks/backpack_assassin_swivel/backpack_assassin_swivel_jug',1188),
(15908,15841,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_lightning',1188),
(15909,15842,'creatures/mounts/horse_heavy/horse_nightmare_fire',1188),
(15910,15843,'creatures/mounts/horse_heavy/horse_epic_good',1188),
(15911,15844,'creatures/mounts/terrorbird_mount/terrorbird_mount_vulrich',1188),
(15912,15845,'staticobjects/soe_wallet/dpo_moon_telescope',1188),
(15913,15846,'staticobjects/soe_wallet/holiday_objects/holiday_brazier',1188),
(15914,15847,'staticobjects/shield/dpo_sc_exp08_shield_flame',1188),
(15915,15848,'staticobjects/housing_portal_objects/vision_home_pedestal01',1188),
(15916,15849,'staticobjects/housing_portal_objects/vision_home_majdul_blades01',1188),
(15917,15850,'staticobjects/housing_portal_objects/vision_home_majdul_moon01',1188),
(15918,15851,'staticobjects/housing_portal_objects/vision_home_unrest',1188),
(15919,15852,'accessories/wieldable_items/weapons/exp08/1h_wand/wand_magic_prismatic_uber',1188),
(15920,15853,'accessories/wieldable_items/weapons/exp08/1h_wand/wand001_ornate',1188),
(15921,15854,'accessories/wieldable_items/weapons/exp08/1h_wand/wand001_plain',1188),
(15922,15855,'accessories/wieldable_items/weapons/exp08/1h_wand/wand001_runic',1188),
(15923,15856,'accessories/wieldable_items/weapons/exp08/1h_wand/wand001_rusty',1188),
(15924,15857,'creatures/mounts/squirrel_mount/squirrel_mount_base',1188),
(15925,15858,'_exp07/characters/tool_users/sullon_zek/sullon_zek_glowing',1188),
(15926,15859,'_exp07/characters/tool_users/tallon_zek/tallon_zek_glow',1188),
(15927,15860,'_exp07/characters/tool_users/vallon_zek/vallon_zek_glow',1188),
(15928,15861,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_base',1188),
(15929,15862,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_iceblue',1188),
(15930,15863,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_lizardgreen',1188),
(15931,15864,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_redhot',1188),
(15932,15865,'accessories/wieldable_items/shields/exp08/exp08_shield_vjornir',1188),
(15933,15866,'staticobjects/tcg/tcg_painting61_shadowmagic',1188),
(15934,15867,'staticobjects/tcg/tcg_painting58_cherryblossom',1188),
(15935,15868,'staticobjects/tcg/tcg_painting59_sacredgrove',1188),
(15936,15869,'staticobjects/tcg/tcg_painting60_grimbelly',1188),
(15937,15870,'staticobjects/_exp07/exp07_dun_plane_of_war_raid/pow_throne_orb',1188),
(15938,15871,'accessories/wieldable_items/shields/exp08/exp08_shield_round_crystalline_skull',1188),
(15939,15872,'_exp08/characters/tool_users/ulthork/ulthork_male_base',1188),
(15940,15873,'staticobjects/soe_wallet/treasure_pile_gold_gems',1188),
(15941,15874,'staticobjects/soe_wallet/treasure_pile_gold',1188),
(15942,15875,'_exp08/characters/tool_users/ulthork/ulthork_male_grey',1188),
(15943,15876,'_exp08/characters/tool_users/ulthork/ulthork_male_heavy01',1188),
(15944,15877,'_exp08/characters/tool_users/ulthork/ulthork_male_tattoo',1188),
(15945,15878,'_exp01/zones/objects/scrolls/drv_stand_scroll_lamp',1188),
(15946,15879,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_armband_large_left',1188),
(15947,15880,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_armband_large_right',1188),
(15948,15881,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_armband_left',1188),
(15949,15882,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_armband_right',1188),
(15950,15883,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_boot_cuff_left',1188),
(15951,15884,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_boot_cuff_right',1188),
(15952,15885,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_pauldron_left',1188),
(15953,15886,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_pauldron_right',1188),
(15954,15887,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/belt',1188),
(15955,15888,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/short_skirt',1188),
(15956,15889,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/swivel_feather_01',1188),
(15957,15890,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/swivel_fur_01',1188),
(15958,15891,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/swivel_fur_02',1188),
(15959,15892,'accessories/wearable_items/_exp08/barbarian_heritage_armor/chest',1188),
(15960,15893,'accessories/wieldable_items/shields/exp08/exp08_shield_pvp',1188),
(15961,15894,'accessories/wieldable_items/weapons/exp08/1h_crush/exp07_1h_crush_pvp',1188),
(15962,15895,'accessories/wearable_items/_exp08/barbarian_heritage_armor/feet_barbarian_heritage',1188),
(15963,15896,'accessories/wearable_items/_exp08/barbarian_heritage_armor/hands',1188),
(15964,15897,'accessories/wearable_items/_exp08/barbarian_heritage_armor/head_barbarian_heritage',1188),
(15965,15898,'accessories/wearable_items/_exp08/barbarian_heritage_armor/legs_short_skirt_base',1188),
(15966,15899,'accessories/wearable_items/_exp08/barbarian_heritage_armor/shoulders_armbands_only',1188),
(15967,15900,'accessories/wearable_items/_exp08/barbarian_heritage_armor/shoulders_barbarian_heritage_pauldrons',1188),
(15968,15901,'staticobjects/housing_rewards/housing_trophy_gold',1188),
(15969,15902,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_pvp_swivel_hook',1188),
(15970,15903,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_pvp',1188),
(15971,15904,'accessories/wieldable_items/weapons/exp08/1h_sword/exp07_1hs_sword_pvp',1188),
(15972,15905,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/shoulders',1188),
(15973,15906,'creatures/monsters/stagg_glass_giant',1188),
(15974,15907,'_exp08/characters/tool_users/ulthork/ulthork_male_shaman01',1188),
(15975,15908,'_exp08/characters/tool_users/ulthork/ulthork_swivel_skull',1188),
(15976,15909,'staticobjects/_exp08/dyod/dungeon_builder_exit_box',1188),
(15977,15910,'accessories/wearable_items/_exp08/barbarian_heritage_armor/snap_ons/barbarian_heritage_fur_collar',1188),
(15978,15911,'accessories/wearable_items/cloak/exp08/cloak_barbarian_heritage',1188),
(15979,15912,'_exp08/characters/tool_users/chitari/chitari_male_base',1188),
(15980,15913,'accessories/wearable_items/_exp08/pvp_armor/chain/chest',1188),
(15981,15914,'accessories/wearable_items/_exp08/pvp_armor/chain/feet',1188),
(15982,15915,'accessories/wearable_items/_exp08/pvp_armor/chain/forearms',1188),
(15983,15916,'accessories/wearable_items/_exp08/pvp_armor/chain/forearms_epic',1188),
(15984,15917,'accessories/wearable_items/_exp08/pvp_armor/chain/hands',1188),
(15985,15918,'accessories/wearable_items/_exp08/pvp_armor/chain/head',1188),
(15986,15919,'accessories/wearable_items/_exp08/pvp_armor/chain/head_epic',1188),
(15987,15920,'accessories/wearable_items/_exp08/pvp_armor/chain/legs',1188),
(15988,15921,'accessories/wearable_items/_exp08/pvp_armor/chain/legs_epic',1188),
(15989,15922,'accessories/wearable_items/_exp08/pvp_armor/chain/legs_noskirt',1188),
(15990,15923,'accessories/wearable_items/_exp08/pvp_armor/chain/shoulders',1188),
(15991,15924,'accessories/wearable_items/_exp08/pvp_armor/chain/shoulders_epic',1188),
(15992,15925,'accessories/wearable_items/_exp08/pvp_armor/chain/skirt',1188),
(15993,15926,'accessories/wearable_items/_exp08/pvp_armor/gi/chest',1188),
(15994,15927,'accessories/wearable_items/_exp08/pvp_armor/gi/feet',1188),
(15995,15928,'accessories/wearable_items/_exp08/pvp_armor/gi/legs',1188),
(15996,15929,'accessories/wearable_items/_exp08/pvp_armor/gi/shoulders',1188),
(15997,15930,'accessories/wearable_items/_exp08/pvp_armor/gi/shoulders_epic',1188),
(15998,15931,'accessories/wearable_items/_exp08/pvp_armor/gi/skirt',1188),
(15999,15932,'accessories/wearable_items/_exp08/pvp_armor/gi/female/chest',1188),
(16000,15933,'accessories/wearable_items/_exp08/pvp_armor/gi/female/feet',1188),
(16001,15934,'accessories/wearable_items/_exp08/pvp_armor/gi/female/legs',1188),
(16002,15935,'accessories/wearable_items/_exp08/pvp_armor/gi/female/shoulders',1188),
(16003,15936,'accessories/wearable_items/_exp08/pvp_armor/gi/female/skirt',1188),
(16004,15937,'accessories/wearable_items/_exp08/pvp_armor/gi/male/chest',1188),
(16005,15938,'accessories/wearable_items/_exp08/pvp_armor/gi/male/feet',1188),
(16006,15939,'accessories/wearable_items/_exp08/pvp_armor/gi/male/legs',1188),
(16007,15940,'accessories/wearable_items/_exp08/pvp_armor/gi/male/shoulders',1188),
(16008,15941,'accessories/wearable_items/_exp08/pvp_armor/gi/male/skirt',1188),
(16009,15942,'accessories/wearable_items/_exp08/pvp_armor/heavy/chest',1188),
(16010,15943,'accessories/wearable_items/_exp08/pvp_armor/heavy/feet',1188),
(16011,15944,'accessories/wearable_items/_exp08/pvp_armor/heavy/forearms',1188),
(16012,15945,'accessories/wearable_items/_exp08/pvp_armor/heavy/hands',1188),
(16013,15946,'accessories/wearable_items/_exp08/pvp_armor/heavy/head',1188),
(16014,15947,'accessories/wearable_items/_exp08/pvp_armor/heavy/head_epic',1188),
(16015,15948,'accessories/wearable_items/_exp08/pvp_armor/heavy/left',1188),
(16016,15949,'accessories/wearable_items/_exp08/pvp_armor/heavy/legs',1188),
(16017,15950,'accessories/wearable_items/_exp08/pvp_armor/heavy/legs_epic',1188),
(16018,15951,'accessories/wearable_items/_exp08/pvp_armor/heavy/legs_noskirt',1188),
(16019,15952,'accessories/wearable_items/_exp08/pvp_armor/heavy/right',1188),
(16020,15953,'accessories/wearable_items/_exp08/pvp_armor/heavy/shoulders',1188),
(16021,15954,'accessories/wearable_items/_exp08/pvp_armor/heavy/shoulders_epic',1188),
(16022,15955,'accessories/wearable_items/_exp08/pvp_armor/heavy/shoulders-nopauldrons',1188),
(16023,15956,'accessories/wearable_items/_exp08/pvp_armor/heavy/skirt',1188),
(16024,15957,'accessories/wearable_items/_exp08/pvp_armor/leather/chest',1188),
(16025,15958,'accessories/wearable_items/_exp08/pvp_armor/leather/feet',1188),
(16026,15959,'accessories/wearable_items/_exp08/pvp_armor/leather/forearms',1188),
(16027,15960,'accessories/wearable_items/_exp08/pvp_armor/leather/hands',1188),
(16028,15961,'accessories/wearable_items/_exp08/pvp_armor/leather/head',1188),
(16029,15962,'accessories/wearable_items/_exp08/pvp_armor/leather/head_epic',1188),
(16030,15963,'accessories/wearable_items/_exp08/pvp_armor/leather/legs',1188),
(16031,15964,'accessories/wearable_items/_exp08/pvp_armor/leather/legs_noskirt',1188),
(16032,15965,'accessories/wearable_items/_exp08/pvp_armor/leather/shoulders',1188),
(16033,15966,'accessories/wearable_items/_exp08/pvp_armor/leather/shoulders_epic',1188),
(16034,15967,'accessories/wearable_items/_exp08/pvp_armor/leather/skirt',1188),
(16035,15968,'accessories/wearable_items/_exp08/pvp_armor/robe/chest',1188),
(16036,15969,'accessories/wearable_items/_exp08/pvp_armor/robe/chest_epic',1188),
(16037,15970,'accessories/wearable_items/_exp08/pvp_armor/robe/feet',1188),
(16038,15971,'accessories/wearable_items/_exp08/pvp_armor/robe/hands',1188),
(16039,15972,'accessories/wearable_items/_exp08/pvp_armor/robe/head_collar',1188),
(16040,15973,'accessories/wearable_items/_exp08/pvp_armor/robe/head_hood',1188),
(16041,15974,'accessories/wearable_items/_exp08/pvp_armor/robe/pants',1188),
(16042,15975,'accessories/wearable_items/_exp08/pvp_armor/robe/skirt',1188),
(16043,15976,'accessories/wearable_items/_exp08/pvp_armor/snapons/bicep_gi_left',1188),
(16044,15977,'accessories/wearable_items/_exp08/pvp_armor/snapons/bicep_gi_right',1188),
(16045,15978,'accessories/wearable_items/_exp08/pvp_armor/snapons/bicep_robe_left',1188),
(16046,15979,'accessories/wearable_items/_exp08/pvp_armor/snapons/bicep_robe_right',1188),
(16047,15980,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_chain_left',1188),
(16048,15981,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_chain_right',1188),
(16049,15982,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_gi_left',1188),
(16050,15983,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_gi_right',1188),
(16051,15984,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_left',1188),
(16052,15985,'accessories/wearable_items/_exp08/pvp_armor/snapons/forearm_right',1188),
(16053,15986,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_chain_left',1188),
(16054,15987,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_chain_right',1188),
(16055,15988,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_leather_left',1188),
(16056,15989,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_leather_right',1188),
(16057,15990,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_left',1188),
(16058,15991,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_right',1188),
(16059,15992,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_robe_left',1188),
(16060,15993,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldron_robe_right',1188),
(16061,15994,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldrons_lower_left',1188),
(16062,15995,'accessories/wearable_items/_exp08/pvp_armor/snapons/pauldrons_lower_right',1188),
(16063,15996,'accessories/wearable_items/_exp08/pvp_armor/snapons/pvp_armor_head',1188),
(16064,15997,'accessories/wearable_items/_exp08/pvp_armor/snapons/pvp_armor_head_epic',1188),
(16065,15998,'accessories/wearable_items/_exp08/pvp_armor/snapons/pvp_chain_head_epic',1188),
(16066,15999,'accessories/wearable_items/_exp08/pvp_armor/snapons/pvp_leather_head_epic',1188),
(16067,16000,'accessories/wearable_items/_exp08/pvp_armor/snapons/ramhorn_left',1188),
(16068,16001,'accessories/wearable_items/_exp08/pvp_armor/snapons/ramhorn_right',1188),
(16069,16002,'accessories/wearable_items/_exp08/pvp_armor/snapons/shin_chain_left',1188),
(16070,16003,'accessories/wearable_items/_exp08/pvp_armor/snapons/shin_chain_right',1188),
(16071,16004,'accessories/wearable_items/_exp08/pvp_armor/snapons/shin_left',1188),
(16072,16005,'accessories/wearable_items/_exp08/pvp_armor/snapons/shin_right',1188),
(16073,16006,'staticobjects/_exp07/exp07_dun_plane_of_war_raid/pow_rallos_chest',1188),
(16074,16007,'accessories/wearable_items/_exp08/pvp_armor/gi/head/head',1188),
(16075,16008,'accessories/wearable_items/_exp08/pvp_armor/gi/head',1188),
(16076,16009,'_exp08/characters/tool_users/chitari/chitari_male_dark',1188),
(16077,16010,'_exp08/characters/tool_users/chitari/chitari_male_heavy01',1188),
(16078,16011,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_banner_crushbone',1188),
(16079,16012,'accessories/wearable_items/_exp08/short_skirts/tintable_01/head_gothic_helmet',1188),
(16080,16013,'accessories/wearable_items/_exp08/short_skirts/tintable_01/shoulders_pauldrons',1188),
(16081,16014,'accessories/wearable_items/_exp08/short_skirts/tintable_01/snap_ons/belt_buckle_gothic',1188),
(16082,16015,'_exp03/characters/tool_users/clockwork_necro_soldier',1188),
(16083,16016,'_exp03/characters/tool_users/clockwork_necro_gnome_female',1188),
(16084,16017,'accessories/wearable_items/_exp08/short_skirts/tintable_01/snap_ons/pauldron_gothic_left',1188),
(16085,16018,'accessories/wearable_items/_exp08/short_skirts/tintable_01/snap_ons/pauldron_gothic_right',1188),
(16086,16019,'_exp03/characters/tool_users/clockwork_necro_gnome_male',1188),
(16087,16020,'_exp03/characters/tool_users/clockwork_necro_protector',1188),
(16088,16021,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_banner_dark_elf',1188),
(16089,16022,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_banner_dark_elf_sm',1188),
(16090,16023,'accessories/wieldable_items/weapons/exp08/2h_sword/exp07_2hs_sword_pvp',1188),
(16091,16024,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_pvp_swivel',1188),
(16092,16025,'accessories/wieldable_items/weapons/exp08/fist/exp07_fist_pvp',1188),
(16093,16026,'accessories/wieldable_items/weapons/exp08/staff/exp08_2h_staff_fighter_pvp',1188),
(16094,16027,'accessories/wieldable_items/weapons/exp08/staff/exp08_2h_staff_mage_pvp',1188),
(16095,16028,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/chain_head_epic',1188),
(16096,16029,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/forearm_left',1188),
(16097,16030,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/forearm_right',1188),
(16098,16031,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/leather_head_epic',1188),
(16099,16032,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/pauldron_alt_left',1188),
(16100,16033,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/pauldron_alt_right',1188),
(16101,16034,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/pauldron_left',1188),
(16102,16035,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/pauldron_right',1188),
(16103,16036,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/ramhorn_left',1188),
(16104,16037,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/ramhorn_right',1188),
(16105,16038,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/shin_left',1188),
(16106,16039,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/shin_right',1188),
(16107,16040,'accessories/wearable_items/_exp08/ralloszek_armor/accessories/vanguard_head_epic',1188),
(16108,16041,'accessories/wearable_items/_exp08/ralloszek_armor/chain/chest',1188),
(16109,16042,'accessories/wearable_items/_exp08/ralloszek_armor/chain/feet',1188),
(16110,16043,'accessories/wearable_items/_exp08/ralloszek_armor/chain/forearms',1188),
(16111,16044,'accessories/wearable_items/_exp08/ralloszek_armor/chain/hands',1188),
(16112,16045,'accessories/wearable_items/_exp08/ralloszek_armor/chain/head',1188),
(16113,16046,'accessories/wearable_items/_exp08/ralloszek_armor/chain/head_epic',1188),
(16114,16047,'accessories/wearable_items/_exp08/ralloszek_armor/chain/legs',1188),
(16115,16048,'accessories/wearable_items/_exp08/ralloszek_armor/chain/legs_epic',1188),
(16116,16049,'accessories/wearable_items/_exp08/ralloszek_armor/chain/legs_noskirt',1188),
(16117,16050,'accessories/wearable_items/_exp08/ralloszek_armor/chain/pauldron_alt_left',1188),
(16118,16051,'accessories/wearable_items/_exp08/ralloszek_armor/chain/pauldron_alt_right',1188),
(16119,16052,'accessories/wearable_items/_exp08/ralloszek_armor/chain/shoulders',1188),
(16120,16053,'accessories/wearable_items/_exp08/ralloszek_armor/chain/shoulders_epic',1188),
(16121,16054,'accessories/wearable_items/_exp08/ralloszek_armor/chain/skirt',1188),
(16122,16055,'accessories/wearable_items/_exp08/ralloszek_armor/leather/chest',1188),
(16123,16056,'accessories/wearable_items/_exp08/ralloszek_armor/leather/feet',1188),
(16124,16057,'accessories/wearable_items/_exp08/ralloszek_armor/leather/forearms',1188),
(16125,16058,'accessories/wearable_items/_exp08/ralloszek_armor/leather/hands',1188),
(16126,16059,'accessories/wearable_items/_exp08/ralloszek_armor/leather/head',1188),
(16127,16060,'accessories/wearable_items/_exp08/ralloszek_armor/leather/head_epic',1188),
(16128,16061,'accessories/wearable_items/_exp08/ralloszek_armor/leather/legs',1188),
(16129,16062,'accessories/wearable_items/_exp08/ralloszek_armor/leather/legs_noskirt',1188),
(16130,16063,'accessories/wearable_items/_exp08/ralloszek_armor/leather/pauldron_alt_left',1188),
(16131,16064,'accessories/wearable_items/_exp08/ralloszek_armor/leather/pauldron_alt_right',1188),
(16132,16065,'accessories/wearable_items/_exp08/ralloszek_armor/leather/shoulders',1188),
(16133,16066,'accessories/wearable_items/_exp08/ralloszek_armor/leather/shoulders_epic',1188),
(16134,16067,'accessories/wearable_items/_exp08/ralloszek_armor/leather/skirt',1188),
(16135,16068,'accessories/wearable_items/_exp08/ralloszek_armor/robe/chest',1188),
(16136,16069,'accessories/wearable_items/_exp08/ralloszek_armor/robe/chest_epic',1188),
(16137,16070,'accessories/wearable_items/_exp08/ralloszek_armor/robe/feet',1188),
(16138,16071,'accessories/wearable_items/_exp08/ralloszek_armor/robe/hands',1188),
(16139,16072,'accessories/wearable_items/_exp08/ralloszek_armor/robe/head_collar',1188),
(16140,16073,'accessories/wearable_items/_exp08/ralloszek_armor/robe/head_hood',1188),
(16141,16074,'accessories/wearable_items/_exp08/ralloszek_armor/robe/pants',1188),
(16142,16075,'accessories/wearable_items/_exp08/ralloszek_armor/robe/pauldron_alt_left',1188),
(16143,16076,'accessories/wearable_items/_exp08/ralloszek_armor/robe/pauldron_alt_right',1188),
(16144,16077,'accessories/wearable_items/_exp08/ralloszek_armor/robe/skirt',1188),
(16145,16078,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/chest',1188),
(16146,16079,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/feet',1188),
(16147,16080,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/forearms',1188),
(16148,16081,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/hands',1188),
(16149,16082,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/head',1188),
(16150,16083,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/head_epic',1188),
(16151,16084,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/left',1188),
(16152,16085,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/legs',1188),
(16153,16086,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/legs_epic',1188),
(16154,16087,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/legs_noskirt',1188),
(16155,16088,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/right',1188),
(16156,16089,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/shoulders',1188),
(16157,16090,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/shoulders_epic',1188),
(16158,16091,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/shoulders_nopauldrons',1188),
(16159,16092,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/skirt',1188),
(16160,16093,'accessories/wearable_items/_exp08/ralloszek_armor/vanguard/upperchest',1188),
(16161,16094,'accessories/wieldable_items/weapons/exp08/1h_crush/1h_hammer_rallos_zek',1188),
(16162,16095,'accessories/wieldable_items/weapons/exp08/1h_crush/club_rallos_zek',1188),
(16163,16096,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_rallos_zek',1188),
(16164,16097,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_rallos_zek',1188),
(16165,16098,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak1',1188),
(16166,16099,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_rallos_zek',1188),
(16167,16100,'accessories/wieldable_items/weapons/exp08/2h_crush/exp08_2hc_hammer_rallos_zek',1188),
(16168,16101,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_rallos_zek',1188),
(16169,16102,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_rallos_zek',1188),
(16170,16103,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_rallos_zek',1188),
(16171,16104,'accessories/wieldable_items/weapons/exp08/talisman/book_rallos_zek',1188),
(16172,16105,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak2',1188),
(16173,16106,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak3',1188),
(16174,16107,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak4',1188),
(16175,16108,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak5',1188),
(16176,16109,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/ralloszek_cloak6',1188),
(16177,16110,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak1',1188),
(16178,16111,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak2',1188),
(16179,16112,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak3',1188),
(16180,16113,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak4',1188),
(16181,16114,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak5',1188),
(16182,16115,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/sullonzek_cloak6',1188),
(16183,16116,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak1',1188),
(16184,16117,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak2',1188),
(16185,16118,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak3',1188),
(16186,16119,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak4',1188),
(16187,16120,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak5',1188),
(16188,16121,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/tallonzek_cloak6',1188),
(16189,16122,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak1',1188),
(16190,16123,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak2',1188),
(16191,16124,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak3',1188),
(16192,16125,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak4',1188),
(16193,16126,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak5',1188),
(16194,16127,'accessories/wearable_items/cloak/exp08/zek_class_cloaks/vallonzek_cloak6',1188),
(16195,16128,'accessories/wieldable_items/shields/exp08/exp08_shield_celestial_rallos_zek',1188),
(16196,16129,'accessories/wieldable_items/shields/exp08/exp08_shield_celestial_rallos_zek_gem',1188),
(16197,16130,'creatures/mounts/lynx_mount/white_cat_mount',1188),
(16198,16131,'accessories/wearable_items/profesion_hats/firiona_vie_tiara_lon/head_opal_darkbriar_tiara',1188),
(16199,16132,'accessories/wearable_items/_exp08/opal_darkbriar/robe/chest',1188),
(16200,16133,'accessories/wearable_items/_exp08/opal_darkbriar/robe/feet',1188),
(16201,16134,'accessories/wearable_items/_exp08/opal_darkbriar/robe/hands',1188),
(16202,16135,'accessories/wearable_items/_exp08/opal_darkbriar/robe/head_collar',1188),
(16203,16136,'accessories/wearable_items/_exp08/opal_darkbriar/robe/head_hood',1188),
(16204,16137,'accessories/wearable_items/_exp08/opal_darkbriar/robe/pants',1188),
(16205,16138,'accessories/wearable_items/_exp08/opal_darkbriar/robe/skirt',1188),
(16206,16139,'accessories/wieldable_items/weapons/exp08/1h_crush/wand_opal_darkbriar',1188),
(16207,16140,'accessories/wieldable_items/weapons/exp08/2h_sword/exp07_2h_sword_opal_darkbriar',1188),
(16208,16141,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_opal_darkbriar',1188),
(16209,16142,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/chest',1188),
(16210,16143,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/feet',1188),
(16211,16144,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/hands',1188),
(16212,16145,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/head_collar',1188),
(16213,16146,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/head_hood',1188),
(16214,16147,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/pants',1188),
(16215,16148,'accessories/wearable_items/_exp08/opal_darkbriar/robe_alt/skirt',1188),
(16216,16149,'accessories/wearable_items/profesion_hats/beastlord/head_beastlord_helmet_lion',1188),
(16217,16150,'accessories/wearable_items/profesion_hats/beastlord/head_beastlord_helmet_panther',1188),
(16218,16151,'accessories/wearable_items/profesion_hats/beastlord/head_beastlord_helmet_white_tiger',1188),
(16219,16152,'_exp08/characters/monsters/exp04raptor/raptor',1188),
(16220,16153,'_exp08/characters/tool_users/freeport_knight/freeport_knight_base',1188),
(16221,16154,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_club_peppermint',1188),
(16222,16155,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_peppermint_shiv',1188),
(16223,16156,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_peppermint_blade',1188),
(16224,16157,'accessories/wieldable_items/weapons/exp08/bow/exp08_shortbow_peppermint',1188),
(16225,16158,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_peppermint',1188),
(16226,16159,'creatures/tu/holgresh_male_base',1188),
(16227,16160,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_club_peppermint_spearmint',1188),
(16228,16161,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_club_peppermint_evilgreen',1188),
(16229,16162,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_club_peppermint_evilpurple',1188),
(16230,16163,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_peppermint_shiv_evilgreen',1188),
(16231,16164,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_peppermint_shiv_evilpurple',1188),
(16232,16165,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_peppermint_shiv_spearmint',1188),
(16233,16166,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_peppermint_blade_evilpurple',1188),
(16234,16167,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_peppermint_blade_evilgreen',1188),
(16235,16168,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_peppermint_blade_spearmint',1188),
(16236,16169,'accessories/wieldable_items/weapons/exp08/bow/exp08_shortbow_peppermint_evilpurple',1188),
(16237,16170,'accessories/wieldable_items/weapons/exp08/bow/exp08_shortbow_peppermint_evilgreen',1188),
(16238,16171,'accessories/wieldable_items/weapons/exp08/bow/exp08_shortbow_peppermint_spearmint',1188),
(16239,16172,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_peppermint_evilpurple',1188),
(16240,16173,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_peppermint_evilgreen',1188),
(16241,16174,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_peppermint_spearmint',1188),
(16242,16175,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_beastlord_blades',1188),
(16243,16176,'_exp08/characters/monsters/kerafyrm/kerafyrm',1188),
(16244,16177,'accessories/wieldable_items/weapons/exp08/2h_crush/exp08_2h_crush_steinhammer',1188),
(16245,16178,'accessories/wieldable_items/weapons/exp08/2h_crush/exp08_2h_crush_steinhammer_lid',1188),
(16246,16179,'staticobjects/panels/dpo_panel_stainedglass_orange',1188),
(16247,16180,'staticobjects/panels/dpo_panel_stainedglass_yellow',1188),
(16248,16181,'creatures/mounts/horse_demon/horse_demon_silver',1188),
(16249,16182,'creatures/mounts/horse_demon/swivels/horse_demon_swivel_chain',1188),
(16250,16183,'creatures/mounts/horse_demon/swivels/horse_demon_swivel_skull',1188),
(16251,16184,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/head_pirate_admiral',1188),
(16252,16185,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/head_pirate_blue',1188),
(16253,16186,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/head_pirate_captain',1188),
(16254,16187,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/head_pirate_green',1188),
(16255,16188,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/head_pirate_tintable',1188),
(16256,16189,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/snap_ons/coin_swivel',1188),
(16257,16190,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/snap_ons/ring_swivel',1188),
(16258,16191,'accessories/wearable_items/profesion_hats/pirate/pirate_captain/snap_ons/skull_swivel',1188),
(16259,16192,'_exp08/characters/tool_users/chitari/chitari_male_light01',1188),
(16260,16193,'_exp08/characters/tool_users/chitari/chitari_male_medium01',1188),
(16261,16194,'_exp08/characters/tool_users/chitari/chitari_male_medium02',1188),
(16262,16195,'creatures/mounts/player_wing/player_wing_mount',1188),
(16263,16196,'_exp08/characters/monsters/drake/drake_black',1188),
(16264,16197,'_exp08/characters/monsters/drake/drake_blue',1188),
(16265,16198,'_exp08/characters/monsters/drake/drake_green',1188),
(16266,16199,'_exp08/characters/monsters/drake/drake_red',1188),
(16267,16200,'_exp08/characters/monsters/drake/drake1',1188),
(16268,16201,'_exp08/characters/tool_users/zombie_orc/zombie_orc',1188),
(16269,16202,'accessories/wearable_items/cloak/exp08/cloak_squirrel_skunk_evil',1188),
(16270,16203,'accessories/wearable_items/cloak/exp08/cloak_squirrel_skunk_evil_inset',1188),
(16271,16204,'creatures/mounts/player_wing/player_wing_angel',1188),
(16272,16205,'accessories/wearable_items/_exp08/assassin_soul_armor/chest',1188),
(16273,16206,'accessories/wearable_items/_exp08/assassin_soul_armor/feet',1188),
(16274,16207,'accessories/wearable_items/_exp08/assassin_soul_armor/forearms',1188),
(16275,16208,'accessories/wearable_items/_exp08/assassin_soul_armor/hands',1188),
(16276,16209,'accessories/wearable_items/_exp08/assassin_soul_armor/head',1188),
(16277,16210,'accessories/wearable_items/_exp08/assassin_soul_armor/legs',1188),
(16278,16211,'accessories/wearable_items/_exp08/assassin_soul_armor/legs_noskirt',1188),
(16279,16212,'accessories/wearable_items/_exp08/assassin_soul_armor/shoulders',1188),
(16280,16213,'accessories/wearable_items/_exp08/assassin_soul_armor/skirt',1188),
(16281,16214,'accessories/wearable_items/snapons/armbands/shoulders_armband_fur_02_left',1188),
(16282,16215,'accessories/wearable_items/snapons/armbands/shoulders_armband_fur_02_right',1188),
(16283,16216,'ec/pc/fae_wings/fae_angel',1188),
(16284,16217,'creatures/monsters/hawk_optimized',1188),
(16285,16218,'accessories/wearable_items/cloak/exp08/cloak_beastlord',1188),
(16286,16219,'accessories/wearable_items/_exp08/truespirit/chest',1188),
(16287,16220,'accessories/wearable_items/_exp08/truespirit/feet',1188),
(16288,16221,'accessories/wearable_items/_exp08/truespirit/hands',1188),
(16289,16222,'accessories/wearable_items/_exp08/truespirit/head_collar',1188),
(16290,16223,'accessories/wearable_items/_exp08/truespirit/head_hood',1188),
(16291,16224,'accessories/wearable_items/_exp08/truespirit/pants',1188),
(16292,16225,'accessories/wearable_items/_exp08/truespirit/skirt',1188),
(16293,16226,'accessories/wearable_items/_exp08/truespirit2/chest',1188),
(16294,16227,'accessories/wearable_items/_exp08/truespirit2/feet',1188),
(16295,16228,'accessories/wearable_items/_exp08/truespirit2/hands',1188),
(16296,16229,'accessories/wearable_items/_exp08/truespirit2/head_collar',1188),
(16297,16230,'accessories/wearable_items/_exp08/truespirit2/head_hood',1188),
(16298,16231,'accessories/wearable_items/_exp08/truespirit2/pants',1188),
(16299,16232,'accessories/wearable_items/_exp08/truespirit2/skirt',1188),
(16300,16233,'accessories/wearable_items/profesion_hats/firiona_vie_tiara_lon/head_tiara_evil',1188),
(16301,16234,'accessories/wearable_items/_exp08/lon_card_outfit/chest',1188),
(16302,16235,'accessories/wearable_items/_exp08/lon_card_outfit/hands',1188),
(16303,16236,'accessories/wearable_items/_exp08/lon_card_outfit/legs',1188),
(16304,16237,'creatures/mounts/lynx_mount/lynx_mount_white_tintable_saddle',1188),
(16305,16238,'accessories/wearable_items/_exp08/freeport_guard/chain/skirt',1188),
(16306,16239,'accessories/wearable_items/_exp08/freeport_guard/chain/chest',1188),
(16307,16240,'accessories/wearable_items/_exp08/freeport_guard/chain/cowl',1188),
(16308,16241,'accessories/wearable_items/_exp08/freeport_guard/chain/feet',1188),
(16309,16242,'accessories/wearable_items/_exp08/freeport_guard/chain/forearms',1188),
(16310,16243,'accessories/wearable_items/_exp08/freeport_guard/chain/freeport_head_snapon',1188),
(16311,16244,'accessories/wearable_items/_exp08/freeport_guard/chain/hands',1188),
(16312,16245,'accessories/wearable_items/_exp08/freeport_guard/chain/head',1188),
(16313,16246,'accessories/wearable_items/_exp08/freeport_guard/chain/legs',1188),
(16314,16247,'accessories/wearable_items/_exp08/freeport_guard/chain/legs_noskirt',1188),
(16315,16248,'accessories/wearable_items/_exp08/freeport_guard/chain/shoulders',1188),
(16316,16249,'accessories/wearable_items/_exp08/freeport_guard/chain/shoulders_snapon_epic',1188),
(16317,16250,'accessories/wearable_items/_exp08/freeport_guard/leather/skirt',1188),
(16318,16251,'accessories/wearable_items/_exp08/freeport_guard/leather/chest',1188),
(16319,16252,'accessories/wearable_items/_exp08/freeport_guard/leather/cowl',1188),
(16320,16253,'accessories/wearable_items/_exp08/freeport_guard/leather/feet',1188),
(16321,16254,'accessories/wearable_items/_exp08/freeport_guard/leather/forearms',1188),
(16322,16255,'accessories/wearable_items/_exp08/freeport_guard/leather/freeport_head_snapon',1188),
(16323,16256,'accessories/wearable_items/_exp08/freeport_guard/leather/hands',1188),
(16324,16257,'accessories/wearable_items/_exp08/freeport_guard/leather/head',1188),
(16325,16258,'accessories/wearable_items/_exp08/freeport_guard/leather/legs',1188),
(16326,16259,'accessories/wearable_items/_exp08/freeport_guard/leather/legs_noskirt',1188),
(16327,16260,'accessories/wearable_items/_exp08/freeport_guard/leather/shoulders',1188),
(16328,16261,'accessories/wearable_items/_exp08/freeport_guard/leather/shoulders_snapon_epic',1188),
(16329,16262,'accessories/wearable_items/_exp08/freeport_guard/robe/chest',1188),
(16330,16263,'accessories/wearable_items/_exp08/freeport_guard/robe/cowl',1188),
(16331,16264,'accessories/wearable_items/_exp08/freeport_guard/robe/feet',1188),
(16332,16265,'accessories/wearable_items/_exp08/freeport_guard/robe/hands',1188),
(16333,16266,'accessories/wearable_items/_exp08/freeport_guard/robe/head',1188),
(16334,16267,'accessories/wearable_items/_exp08/freeport_guard/robe/pants',1188),
(16335,16268,'accessories/wearable_items/_exp08/freeport_guard/robe/skirt',1188),
(16336,16269,'accessories/wearable_items/_exp08/freeport_guard/snapons/chain_pauldrons_upper_left',1188),
(16337,16270,'accessories/wearable_items/_exp08/freeport_guard/snapons/chain_pauldrons_upper_right',1188),
(16338,16271,'accessories/wearable_items/_exp08/freeport_guard/snapons/leather_pauldrons_upper_left',1188),
(16339,16272,'accessories/wearable_items/_exp08/freeport_guard/snapons/leather_pauldrons_upper_right',1188),
(16340,16273,'accessories/wearable_items/_exp08/freeport_guard/snapons/vanguard_pauldrons_upper_left',1188),
(16341,16274,'accessories/wearable_items/_exp08/freeport_guard/snapons/vanguard_pauldrons_upper_right',1188),
(16342,16275,'accessories/wearable_items/_exp08/freeport_guard/vanguard/chest',1188),
(16343,16276,'accessories/wearable_items/_exp08/freeport_guard/vanguard/cowl',1188),
(16344,16277,'accessories/wearable_items/_exp08/freeport_guard/vanguard/feet',1188),
(16345,16278,'accessories/wearable_items/_exp08/freeport_guard/vanguard/forearms',1188),
(16346,16279,'accessories/wearable_items/_exp08/freeport_guard/vanguard/freeport_head_snapon',1188),
(16347,16280,'accessories/wearable_items/_exp08/freeport_guard/vanguard/hands',1188),
(16348,16281,'accessories/wearable_items/_exp08/freeport_guard/vanguard/head',1188),
(16349,16282,'accessories/wearable_items/_exp08/freeport_guard/vanguard/legs',1188),
(16350,16283,'accessories/wearable_items/_exp08/freeport_guard/vanguard/legs_noskirt',1188),
(16351,16284,'accessories/wearable_items/_exp08/freeport_guard/vanguard/right',1188),
(16352,16285,'accessories/wearable_items/_exp08/freeport_guard/vanguard/shoulders',1188),
(16353,16286,'accessories/wearable_items/_exp08/freeport_guard/vanguard/shoulders_nopauldrons',1188),
(16354,16287,'accessories/wearable_items/_exp08/freeport_guard/vanguard/shoulders_pauldron_epic',1188),
(16355,16288,'accessories/wearable_items/_exp08/freeport_guard/vanguard/skirt',1188),
(16356,16289,'accessories/wieldable_items/weapons/exp08/talisman/book_bookmarked_glow',1188),
(16357,16290,'accessories/wieldable_items/weapons/exp08/talisman/book_bookmarked_glow2',1188),
(16358,16291,'accessories/wieldable_items/weapons/exp08/talisman/exp08_symbol_crystalline',1188),
(16359,16292,'accessories/wieldable_items/weapons/exp08/talisman/exp08_symbol_sphere',1188),
(16360,16293,'accessories/wieldable_items/weapons/exp08/talisman/exp08_symbol_spiked',1188),
(16361,16294,'creatures/mounts/player_wing/player_wing_nightmare',1188),
(16362,16295,'ec/pc/fae_wings/fae_nightmare',1188),
(16363,16296,'_exp04/monsters/chokidai_old',1188),
(16364,16297,'_exp04/monsters/chokidai_red',1188),
(16365,16298,'accessories/wearable_items/_exp08/chainmail_gi/chest',1188),
(16366,16299,'accessories/wearable_items/_exp08/chainmail_gi/feet',1188),
(16367,16300,'accessories/wearable_items/_exp08/chainmail_gi/head',1188),
(16368,16301,'accessories/wearable_items/_exp08/chainmail_gi/legs',1188),
(16369,16302,'accessories/wearable_items/_exp08/chainmail_gi/shoulders',1188),
(16370,16303,'accessories/wearable_items/_exp08/chainmail_gi/snap_ons/belt',1188),
(16371,16304,'accessories/wearable_items/_exp08/chainmail_gi/snap_ons/chain_link_01',1188),
(16372,16305,'accessories/wearable_items/_exp08/chainmail_gi/snap_ons/chain_link_02',1188),
(16373,16306,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_freeportknight',1188),
(16374,16307,'creatures/mounts/squirrel_mount/squirrel_mount_skunk',1188),
(16375,16308,'accessories/wearable_items/cloak/exp08/cloak_fur',1188),
(16376,16309,'accessories/wearable_items/cloak/exp08/snap_ons/cloak_fur_attachment',1188),
(16377,16310,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_soulscorned',1188),
(16378,16311,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_soulscorned',1188),
(16379,16312,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_soulscorned',1188),
(16380,16313,'accessories/wieldable_items/weapons/exp08/2h_sword/exp07_2hs_sword_soulscorned',1188),
(16381,16314,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_soulscorned',1188),
(16382,16315,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_soulscorned',1188),
(16383,16316,'accessories/wearable_items/cloak/exp08/cloak_bookshelf',1188),
(16384,16317,'creatures/mounts/unicorn/unicorn_armored',1188),
(16385,16318,'creatures/mounts/unicorn/unicorn_armored_mist',1188),
(16386,16319,'accessories/wearable_items/cloak/exp08/cloak_freeport_vanguard',1188),
(16387,16320,'accessories/wearable_items/cloak/exp08/cloak_freeport_chain',1188),
(16388,16321,'accessories/wearable_items/cloak/exp08/cloak_freeport_chain_cowl_snapon',1188),
(16389,16322,'accessories/wearable_items/cloak/exp08/cloak_freeport_guard_cowl_snapon',1188),
(16390,16323,'accessories/wearable_items/cloak/exp08/cloak_freeport_leather',1188),
(16391,16324,'accessories/wearable_items/cloak/exp08/cloak_freeport_leather_cowl_snapon',1188),
(16392,16325,'accessories/wearable_items/cloak/exp08/cloak_freeport_robe',1188),
(16393,16326,'accessories/wearable_items/cloak/exp08/cloak_freeport_robe_cowl_snapon',1188),
(16394,16327,'accessories/wieldable_items/weapons/exp08/1h_crush/flail_lucanic_dark',1188),
(16395,16328,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_lucanic_dark',1188),
(16396,16329,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_lucanic_split',1188),
(16397,16330,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_lucanic_dark',1188),
(16398,16331,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_kama_lucanic_batwing',1188),
(16399,16332,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_long',1188),
(16400,16333,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_scimitar',1188),
(16401,16334,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_short',1188),
(16402,16335,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_lucanic_dark',1188),
(16403,16336,'accessories/wieldable_items/weapons/exp08/staff/exp08_poleaxe_lucanic_hollow',1188),
(16404,16337,'_exp08/characters/tool_users/freeport_knight/freeport_knight_mounted',1188),
(16405,16338,'creatures/mounts/horse_heavy/horse_nightmare_fire_freeport',1188),
(16406,16339,'creatures/mounts/pegasus_mount/pegasus_mount_nightmare_freeport',1188),
(16407,16340,'accessories/wieldable_items/shields/exp08/exp08_shield_freeportknight',1188),
(16408,16341,'accessories/wieldable_items/shields/exp08/exp08_shield_freeportknight_npc',1188),
(16409,16342,'accessories/wearable_items/_exp08/flame_gi/chest',1188),
(16410,16343,'accessories/wearable_items/_exp08/flame_gi/hands',1188),
(16411,16344,'accessories/wearable_items/_exp08/flame_gi/legs',1188),
(16412,16345,'accessories/wearable_items/_exp08/flame_gi/shoulders',1188),
(16413,16346,'accessories/wearable_items/_exp08/flame_gi/snap_ons/armband_flame_gi_left',1188),
(16414,16347,'accessories/wearable_items/_exp08/flame_gi/snap_ons/armband_flame_gi_right',1188),
(16415,16348,'accessories/wearable_items/_exp08/flame_gi/snap_ons/gem_disc',1188),
(16416,16349,'accessories/wearable_items/profesion_hats/beastlord2/head_beastlord',1188),
(16417,16350,'accessories/wearable_items/profesion_hats/beastlord2/swivel_feather1',1188),
(16418,16351,'accessories/wearable_items/profesion_hats/beastlord2/swivel_feather2',1188),
(16419,16352,'creatures/mounts/pegasus_mount/pegasus_mount_winter',1188),
(16420,16353,'accessories/wieldable_items/weapons/exp08/1h_wand/wand_lucanic_serpent',1188),
(16421,16354,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_burningblack',1188),
(16422,16355,'accessories/wieldable_items/weapons/exp08/fist/katar_burningsilver',1188),
(16423,16356,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_lightningrod',1188),
(16424,16357,'_exp02/characters/tool_users/draconian_elite',1188),
(16425,16358,'accessories/wieldable_items/weapons/exp08/1h_crush/flail_lucanic_dark_fx',1188),
(16426,16359,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_lucanic_dark_fx',1188),
(16427,16360,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_lucanic_split_fx',1188),
(16428,16361,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_short_fx',1188),
(16429,16362,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_lucanic_dark_fx',1188),
(16430,16363,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_kama_lucanic_batwing_fx',1188),
(16431,16364,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_long_fx',1188),
(16432,16365,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_lucanic_scimitar_fx',1188),
(16433,16366,'accessories/wieldable_items/weapons/exp08/1h_wand/wand_lucanic_serpent_fx',1188),
(16434,16367,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_lucanic_dark_fx',1188),
(16435,16368,'accessories/wieldable_items/weapons/exp08/staff/exp08_poleaxe_lucanic_hollow_fx',1188),
(16436,16369,'accessories/wearable_items/_exp08/redglow_sets/leather/chest',1188),
(16437,16370,'accessories/wearable_items/_exp08/redglow_sets/leather/feet',1188),
(16438,16371,'accessories/wearable_items/_exp08/redglow_sets/leather/forearms',1188),
(16439,16372,'accessories/wearable_items/_exp08/redglow_sets/leather/hands',1188),
(16440,16373,'accessories/wearable_items/_exp08/redglow_sets/leather/head',1188),
(16441,16374,'accessories/wearable_items/_exp08/redglow_sets/leather/legs',1188),
(16442,16375,'accessories/wearable_items/_exp08/redglow_sets/leather/legs_noskirt',1188),
(16443,16376,'accessories/wearable_items/_exp08/redglow_sets/leather/shoulders',1188),
(16444,16377,'accessories/wearable_items/_exp08/redglow_sets/leather/skirt',1188),
(16445,16378,'accessories/wearable_items/_exp08/redglow_sets/robe/chest',1188),
(16446,16379,'accessories/wearable_items/_exp08/redglow_sets/robe/feet',1188),
(16447,16380,'accessories/wearable_items/_exp08/redglow_sets/robe/hands',1188),
(16448,16381,'accessories/wearable_items/_exp08/redglow_sets/robe/head',1188),
(16449,16382,'accessories/wearable_items/_exp08/redglow_sets/robe/head_collar',1188),
(16450,16383,'accessories/wearable_items/_exp08/redglow_sets/robe/pants',1188),
(16451,16384,'accessories/wearable_items/_exp08/redglow_sets/robe/skirt',1188),
(16452,16385,'_exp08/characters/monsters/warboar/warboar_beastlord',1188),
(16453,16386,'creatures/mounts/warhog_mount/warhog_beastlord_mount',1188),
(16454,16387,'accessories/wearable_items/_exp08/redglow_sets/leather/pauldron_left',1188),
(16455,16388,'accessories/wearable_items/_exp08/redglow_sets/leather/pauldron_right',1188),
(16456,16389,'accessories/wearable_items/_exp08/redglow_sets/leather/shoulders_pauldrons',1188),
(16457,16390,'accessories/wearable_items/_exp08/redglow_sets/robe/chest_pauldrons',1188),
(16458,16391,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_banner_emperorcrush',1188),
(16459,16392,'_exp08/characters/tool_users/freeport_knight/freeport_knight_joust',1188),
(16460,16393,'creatures/mounts/horse_heavy/horse_heavy_joust',1188),
(16461,16394,'accessories/wieldable_items/weapons/great_spear/great_spear/great_spear_joust',1188),
(16462,16395,'staticobjects/freeport_combined/fpalt_vase_ornateface01_dpo',1188),
(16463,16396,'staticobjects/freeport_combined/fpalt_bank_coinpile001_dpo',1188),
(16464,16397,'staticobjects/freeport_combined/fpalt_bank_coinpile002_dpo',1188),
(16465,16398,'staticobjects/freeport_combined/fpalt_bank_scales01_dpo',1188),
(16466,16399,'staticobjects/freeport_combined/fpalt_bankvaultplain001_dpo',1188),
(16467,16400,'staticobjects/freeport_combined/fpalt_banner_gorowyn_stand01_dpo',1188),
(16468,16401,'staticobjects/freeport_combined/fpalt_banner_lucan_hoods01_dpo',1188),
(16469,16402,'staticobjects/freeport_combined/fpalt_banner_military_stable01_dpo',1188),
(16470,16403,'staticobjects/freeport_combined/fpalt_banner_neriak_stand01_dpo',1188),
(16471,16404,'staticobjects/freeport_combined/fpalt_barrel_ornatelarge001_dpo',1188),
(16472,16405,'staticobjects/freeport_combined/fpalt_barrel_ornatesmall001_dpo',1188),
(16473,16406,'staticobjects/freeport_combined/fpalt_bed_doubleornate01_dpo',1188),
(16474,16407,'staticobjects/freeport_combined/fpalt_bed_singleornate01_dpo',1188),
(16475,16408,'staticobjects/freeport_combined/fpalt_bench_militaryshort01_dpo',1188),
(16476,16409,'staticobjects/freeport_combined/fpalt_bench_ornateshort01_dpo',1188),
(16477,16410,'staticobjects/freeport_combined/fpalt_bookcase_smallornate01_dpo',1188),
(16478,16411,'staticobjects/freeport_combined/fpalt_bookcase_smallornate02_dpo',1188),
(16479,16412,'staticobjects/freeport_combined/fpalt_bookcase_smallornate03_dpo',1188),
(16480,16413,'staticobjects/freeport_combined/fpalt_bucket_ornatelarge01_dpo',1188),
(16481,16414,'staticobjects/freeport_combined/fpalt_chair_military01_dpo',1188),
(16482,16415,'staticobjects/freeport_combined/fpalt_chair_ornate01_dpo',1188),
(16483,16416,'staticobjects/freeport_combined/fpalt_chair_stool_military01_dpo',1188),
(16484,16417,'staticobjects/freeport_combined/fpalt_chair_stool_ornate01_dpo',1188),
(16485,16418,'staticobjects/freeport_combined/fpalt_chest_large_ornate01_dpo',1188),
(16486,16419,'staticobjects/freeport_combined/fpalt_chest_small_ornate01_dpo',1188),
(16487,16420,'staticobjects/freeport_combined/fpalt_counter_roundornatelong01_dpo',1188),
(16488,16421,'staticobjects/freeport_combined/fpalt_lighting_floorbraziermilitary01_dpo',1188),
(16489,16422,'staticobjects/freeport_combined/fpalt_lighting_tablecandleplain01_dpo',1188),
(16490,16423,'staticobjects/freeport_combined/fpalt_rugs01_dpo',1188),
(16491,16424,'staticobjects/freeport_combined/fpalt_rugs02_dpo',1188),
(16492,16425,'staticobjects/freeport_combined/fpalt_rugs03_dpo',1188),
(16493,16426,'staticobjects/freeport_combined/fpalt_stable_troughlong01_dpo',1188),
(16494,16427,'staticobjects/freeport_combined/fpalt_stables_haybail01_dpo',1188),
(16495,16428,'staticobjects/freeport_combined/fpalt_table_militarysmall01_dpo',1188),
(16496,16429,'staticobjects/freeport_combined/fpalt_table_ornatesmall01_dpo',1188),
(16497,16430,'staticobjects/freeport_combined/fpalt_training_dummy01_dpo',1188),
(16498,16431,'staticobjects/freeport_combined/fpalt_urn_plain_large01_dpo',1188),
(16499,16432,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_gem_bronze_short',1188),
(16500,16433,'accessories/wearable_items/_exp08/redglow_sets/vanguard/chest',1188),
(16501,16434,'accessories/wearable_items/_exp08/redglow_sets/vanguard/feet',1188),
(16502,16435,'accessories/wearable_items/_exp08/redglow_sets/vanguard/forearms',1188),
(16503,16436,'accessories/wearable_items/_exp08/redglow_sets/vanguard/hands',1188),
(16504,16437,'accessories/wearable_items/_exp08/redglow_sets/vanguard/head',1188),
(16505,16438,'accessories/wearable_items/_exp08/redglow_sets/vanguard/legs',1188),
(16506,16439,'accessories/wearable_items/_exp08/redglow_sets/vanguard/legs_noskirt',1188),
(16507,16440,'accessories/wearable_items/_exp08/redglow_sets/vanguard/redglow_pauldron_left',1188),
(16508,16441,'accessories/wearable_items/_exp08/redglow_sets/vanguard/redglow_pauldron_right',1188),
(16509,16442,'accessories/wearable_items/_exp08/redglow_sets/vanguard/right',1188),
(16510,16443,'accessories/wearable_items/_exp08/redglow_sets/vanguard/shoulders',1188),
(16511,16444,'accessories/wearable_items/_exp08/redglow_sets/vanguard/shoulders_epic_pauldrons',1188),
(16512,16445,'accessories/wearable_items/_exp08/redglow_sets/vanguard/shoulders_nopauldrons',1188),
(16513,16446,'accessories/wearable_items/_exp08/redglow_sets/vanguard/skirt',1188),
(16514,16447,'accessories/wearable_items/cloak/exp08/cloak_beastlord_epic',1188),
(16515,16448,'staticobjects/_exp06/odno_kejak_ladder',1188),
(16516,16449,'_exp08/characters/monsters/dragon_lumpy/dragon_lumpy_purple',1188),
(16517,16450,'_exp08/characters/monsters/dragon_lumpy/dragon_lumpy_purple_glowing',1188),
(16518,16451,'_exp08/characters/monsters/dragon_lumpy/dragon_lumpy_red',1188),
(16519,16452,'_exp08/characters/monsters/dragon_lumpy/dragon_lumpy_red_glowing',1188),
(16520,16453,'accessories/wearable_items/_exp08/redglow_sets/chain/chest',1188),
(16521,16454,'accessories/wearable_items/_exp08/redglow_sets/chain/feet',1188),
(16522,16455,'accessories/wearable_items/_exp08/redglow_sets/chain/forearms',1188),
(16523,16456,'accessories/wearable_items/_exp08/redglow_sets/chain/hands',1188),
(16524,16457,'accessories/wearable_items/_exp08/redglow_sets/chain/head',1188),
(16525,16458,'accessories/wearable_items/_exp08/redglow_sets/chain/legs',1188),
(16526,16459,'accessories/wearable_items/_exp08/redglow_sets/chain/legs_noskirt',1188),
(16527,16460,'accessories/wearable_items/_exp08/redglow_sets/chain/pauldron_left',1188),
(16528,16461,'accessories/wearable_items/_exp08/redglow_sets/chain/pauldron_right',1188),
(16529,16462,'accessories/wearable_items/_exp08/redglow_sets/chain/shoulders',1188),
(16530,16463,'accessories/wearable_items/_exp08/redglow_sets/chain/shoulders_pauldrons',1188),
(16531,16464,'accessories/wearable_items/_exp08/redglow_sets/chain/skirt',1188),
(16532,16465,'staticobjects/_exp06/odno_rock01_purple',1188),
(16533,16466,'accessories/wearable_items/_exp08/grozmok_robe/antler_left',1188),
(16534,16467,'accessories/wearable_items/_exp08/grozmok_robe/antler_right',1188),
(16535,16468,'accessories/wearable_items/_exp08/grozmok_robe/chest',1188),
(16536,16469,'accessories/wearable_items/_exp08/grozmok_robe/chest_pauldrons',1188),
(16537,16470,'accessories/wearable_items/_exp08/grozmok_robe/feet',1188),
(16538,16471,'accessories/wearable_items/_exp08/grozmok_robe/grozmok_pauldron_left',1188),
(16539,16472,'accessories/wearable_items/_exp08/grozmok_robe/grozmok_pauldron_right',1188),
(16540,16473,'accessories/wearable_items/_exp08/grozmok_robe/hands',1188),
(16541,16474,'accessories/wearable_items/_exp08/grozmok_robe/head',1188),
(16542,16475,'accessories/wearable_items/_exp08/grozmok_robe/head_collar',1188),
(16543,16476,'accessories/wearable_items/_exp08/grozmok_robe/head_epic',1188),
(16544,16477,'accessories/wearable_items/_exp08/grozmok_robe/pants',1188),
(16545,16478,'accessories/wearable_items/_exp08/grozmok_robe/skirt',1188),
(16546,16479,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_gem_rapier',1188),
(16547,16480,'staticobjects/_exp06/bl_kerra_stone',1188),
(16548,16481,'staticobjects/_exp06/bl_kerra_stone_broken',1188),
(16549,16482,'_exp08/characters/tool_users/lucan_2011/lucan_2011',1188),
(16550,16483,'accessories/wearable_items/_exp08/redglow_sets/gi/chest',1188),
(16551,16484,'accessories/wearable_items/_exp08/redglow_sets/gi/feet',1188),
(16552,16485,'accessories/wearable_items/_exp08/redglow_sets/gi/head',1188),
(16553,16486,'accessories/wearable_items/_exp08/redglow_sets/gi/legs',1188),
(16554,16487,'accessories/wearable_items/_exp08/redglow_sets/gi/shoulders',1188),
(16555,16488,'accessories/wearable_items/_exp08/redglow_sets/gi/skirt',1188),
(16556,16489,'accessories/wearable_items/_exp08/redglow_sets/gi/female/arms',1188),
(16557,16490,'accessories/wearable_items/_exp08/redglow_sets/gi/male/shoulders',1188),
(16558,16491,'accessories/wearable_items/_exp08/redglow_sets/gi/monk_hat/head',1188),
(16559,16492,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_gem_epee',1188),
(16560,16493,'staticobjects/housing_portal_objects/vision_home_lavastorm',1188),
(16561,16494,'_exp08/characters/monsters/timber_wolf_harbinger',1188),
(16562,16495,'_exp08/characters/monsters/bear_harbinger',1188),
(16563,16496,'_exp08/characters/monsters/chokidai_harbinger',1188),
(16564,16497,'_exp08/characters/monsters/crocodile_harbinger',1188),
(16565,16498,'_exp08/characters/monsters/tiger_harbinger',1188),
(16566,16499,'ec/npc/wheel',1188),
(16567,16500,'staticobjects/crates/freeport_crate_01',1188),
(16568,16501,'staticobjects/crates/freeport_crate_large_militaryboarded',1188),
(16569,16502,'staticobjects/promo_items/anniversary_antonia_statue',1188),
(16570,16503,'staticobjects/promo_items/anniversary_lucan_statue',1188),
(16571,16504,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_gem_cutlass',1188),
(16572,16505,'accessories/wearable_items/profesion_hats/beastlord2/head_beastlord_tintable',1188),
(16573,16506,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_beastlord_epic',1188),
(16574,16507,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_lion',1188),
(16575,16508,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_beastlord_blades_silver',1188),
(16576,16509,'staticobjects/freeport_combined/fpalt_bank_scalestipped01',1188),
(16577,16510,'staticobjects/freeport_combined/fpalt_banner_lucan_hoods_wall01',1188),
(16578,16511,'staticobjects/freeport_combined/fpalt_banner_lucan_hoods_wall02',1188),
(16579,16512,'staticobjects/freeport_combined/fpalt_banner_lucan_stand01',1188),
(16580,16513,'staticobjects/freeport_combined/fpalt_banner_military_stand01',1188),
(16581,16514,'staticobjects/freeport_combined/fpalt_banner_militiahouse01',1188),
(16582,16515,'staticobjects/freeport_combined/fpalt_bed_kingornate01',1188),
(16583,16516,'staticobjects/freeport_combined/fpalt_bed_monk_mat01',1188),
(16584,16517,'staticobjects/freeport_combined/fpalt_bench_militarylong01',1188),
(16585,16518,'staticobjects/freeport_combined/fpalt_bench_ornatelong01',1188),
(16586,16519,'staticobjects/freeport_combined/fpalt_benchstone01',1188),
(16587,16520,'staticobjects/freeport_combined/fpalt_boat_fishing01',1188),
(16588,16521,'staticobjects/freeport_combined/fpalt_bookcase_largeornate01',1188),
(16589,16522,'staticobjects/freeport_combined/fpalt_bookcase_largeornate02',1188),
(16590,16523,'staticobjects/freeport_combined/fpalt_bookcase_largeornate03',1188),
(16591,16524,'staticobjects/freeport_combined/fpalt_bucket_ornatesmall01',1188),
(16592,16525,'staticobjects/freeport_combined/fpalt_chair_military02',1188),
(16593,16526,'staticobjects/freeport_combined/fpalt_chair_ornate02',1188),
(16594,16527,'staticobjects/freeport_combined/fpalt_chair_ornate03',1188),
(16595,16528,'staticobjects/freeport_combined/fpalt_chest_large_plainsymbol01',1188),
(16596,16529,'staticobjects/freeport_combined/fpalt_counter_cornerornatemedium01',1188),
(16597,16530,'staticobjects/freeport_combined/fpalt_counter_cornerornatemedium02',1188),
(16598,16531,'staticobjects/freeport_combined/fpalt_counter_straightornatelong01',1188),
(16599,16532,'staticobjects/freeport_combined/fpalt_counter_straightornatemedium01',1188),
(16600,16533,'staticobjects/freeport_combined/fpalt_counter_straightornatesmall01',1188),
(16601,16534,'staticobjects/freeport_combined/fpalt_crate_large_militaryboarded01',1188),
(16602,16535,'staticobjects/freeport_combined/fpalt_crate_large_plainboardedsymbol01',1188),
(16603,16536,'staticobjects/freeport_combined/fpalt_crate_portwine01',1188),
(16604,16537,'staticobjects/freeport_combined/fpalt_crate_small_military01',1188),
(16605,16538,'staticobjects/freeport_combined/fpalt_crate_small_plain01',1188),
(16606,16539,'staticobjects/freeport_combined/fpalt_dartboard01',1188),
(16607,16540,'staticobjects/freeport_combined/fpalt_displays_cabinetornate01',1188),
(16608,16541,'staticobjects/freeport_combined/fpalt_fireplace_military01',1188),
(16609,16542,'staticobjects/freeport_combined/fpalt_fireplace_ornatestone01',1188),
(16610,16543,'staticobjects/freeport_combined/fpalt_forge_anvil01',1188),
(16611,16544,'staticobjects/freeport_combined/fpalt_forge_grindingwheel01',1188),
(16612,16545,'staticobjects/freeport_combined/fpalt_forge_hammer01',1188),
(16613,16546,'staticobjects/freeport_combined/fpalt_forge_pliers01',1188),
(16614,16547,'staticobjects/freeport_combined/fpalt_hitchingpostmultiple01',1188),
(16615,16548,'staticobjects/freeport_combined/fpalt_hitchingpostsingle01',1188),
(16616,16549,'staticobjects/freeport_combined/fpalt_hoods_roadsign01',1188),
(16617,16550,'staticobjects/freeport_combined/fpalt_keg_ornatelarge001',1188),
(16618,16551,'staticobjects/freeport_combined/fpalt_keg_ornatesmall001',1188),
(16619,16552,'staticobjects/freeport_combined/fpalt_lantern_freestanding01_timed',1188),
(16620,16553,'staticobjects/freeport_combined/fpalt_lighting_chandaliermilitary01',1188),
(16621,16554,'staticobjects/freeport_combined/fpalt_lighting_chandalierornate01',1188),
(16622,16555,'staticobjects/freeport_combined/fpalt_lighting_floorbrazierornate01',1188),
(16623,16556,'staticobjects/freeport_combined/fpalt_lighting_floorbrazierplain02',1188),
(16624,16557,'staticobjects/freeport_combined/fpalt_lighting_tablebrazier_coals001',1188),
(16625,16558,'staticobjects/freeport_combined/fpalt_lighting_tablecandlemagical01',1188),
(16626,16559,'staticobjects/freeport_combined/fpalt_lighting_tablecandleornate01',1188),
(16627,16560,'staticobjects/freeport_combined/fpalt_lighting_tablecandleplain02',1188),
(16628,16561,'staticobjects/freeport_combined/fpalt_lighting_wallsconcemilitary01',1188),
(16629,16562,'staticobjects/freeport_combined/fpalt_lighting_wallsconceornate01',1188),
(16630,16563,'staticobjects/freeport_combined/fpalt_mailbox_kiosk01',1188),
(16631,16564,'staticobjects/freeport_combined/fpalt_mariners_bell01_all',1188),
(16632,16565,'staticobjects/freeport_combined/fpalt_nautical_steeringwheelstand01',1188),
(16633,16566,'staticobjects/freeport_combined/fpalt_roadsign_arrow01_beggarsct',1188),
(16634,16567,'staticobjects/freeport_combined/fpalt_roadsign_arrow01_bigbend',1188),
(16635,16568,'staticobjects/freeport_combined/fpalt_roadsign_arrow01_longshadow',1188),
(16636,16569,'staticobjects/freeport_combined/fpalt_roadsign_arrow01_temple',1188),
(16637,16570,'staticobjects/freeport_combined/fpalt_rug_rolled_group01',1188),
(16638,16571,'staticobjects/freeport_combined/fpalt_scribe_scroll01',1188),
(16639,16572,'staticobjects/freeport_combined/fpalt_scribe_scroll02',1188),
(16640,16573,'staticobjects/freeport_combined/fpalt_scribe_scroll03',1188),
(16641,16574,'staticobjects/freeport_combined/fpalt_shelves_ornatelong001',1188),
(16642,16575,'staticobjects/freeport_combined/fpalt_shelves_ornatelongdouble001',1188),
(16643,16576,'staticobjects/freeport_combined/fpalt_shelves_ornateshortdouble001',1188),
(16644,16577,'staticobjects/freeport_combined/fpalt_table_endtableornate01',1188),
(16645,16578,'staticobjects/freeport_combined/fpalt_table_militarylarge01',1188),
(16646,16579,'staticobjects/freeport_combined/fpalt_table_militarystone01',1188),
(16647,16580,'staticobjects/freeport_combined/fpalt_table_militia_round01',1188),
(16648,16581,'staticobjects/freeport_combined/fpalt_table_ornatelarge01',1188),
(16649,16582,'staticobjects/freeport_combined/fpalt_table_workbenchplain01',1188),
(16650,16583,'staticobjects/freeport_combined/fpalt_tools_hammer001',1188),
(16651,16584,'staticobjects/freeport_combined/fpalt_tools_handsaw001',1188),
(16652,16585,'staticobjects/freeport_combined/fpalt_trough_round01',1188),
(16653,16586,'staticobjects/freeport_combined/fpalt_urn_ornate_large01',1188),
(16654,16587,'staticobjects/freeport_combined/fpalt_urn_plain_large02',1188),
(16655,16588,'staticobjects/freeport_combined/fpalt_vase_magicalsphere01',1188),
(16656,16589,'staticobjects/freeport_combined/fpalt_vase_ornate_maskhandles01',1188),
(16657,16590,'staticobjects/freeport_combined/fpalt_vase_smallgold01',1188),
(16658,16591,'staticobjects/freeport_combined/fpalt_weaponrack_full01',1188),
(16659,16592,'staticobjects/freeport_combined/fpalt_weaponrack_temple01',1188),
(16660,16593,'staticobjects/freeport_combined/fpalt_weaponrack_temple02',1188),
(16661,16594,'staticobjects/freeport_combined/fpalt_weaponrack_temple03',1188),
(16662,16595,'staticobjects/freeport_combined/fpalt_weaponrack_triple01',1188),
(16663,16596,'staticobjects/freeport_combined/fpalt_weaponrack_triple02',1188),
(16664,16597,'staticobjects/freeport_combined/fpalt_sewer_entrance01',1188),
(16665,16598,'staticobjects/freeport_combined/fpalt_roadsign_arrow01_fprtcity',1188),
(16666,16599,'staticobjects/freeport_combined/fpalt_cellar_door01',1188),
(16667,16600,'accessories/wearable_items/_exp08/combine_armor/chain/chest',1188),
(16668,16601,'accessories/wearable_items/_exp08/combine_armor/chain/feet',1188),
(16669,16602,'accessories/wearable_items/_exp08/combine_armor/chain/forearms',1188),
(16670,16603,'accessories/wearable_items/_exp08/combine_armor/chain/hands',1188),
(16671,16604,'accessories/wearable_items/_exp08/combine_armor/chain/head',1188),
(16672,16605,'accessories/wearable_items/_exp08/combine_armor/chain/legs',1188),
(16673,16606,'accessories/wearable_items/_exp08/combine_armor/chain/legs_noskirt',1188),
(16674,16607,'accessories/wearable_items/_exp08/combine_armor/chain/shoulders',1188),
(16675,16608,'accessories/wearable_items/_exp08/combine_armor/chain/shoulders_epic',1188),
(16676,16609,'accessories/wearable_items/_exp08/combine_armor/chain/skirt',1188),
(16677,16610,'accessories/wearable_items/_exp08/combine_armor/gi_cloth/chest',1188),
(16678,16611,'accessories/wearable_items/_exp08/combine_armor/gi_cloth/cloak',1188),
(16679,16612,'accessories/wearable_items/_exp08/combine_armor/gi_cloth/hands',1188),
(16680,16613,'accessories/wearable_items/_exp08/combine_armor/gi_cloth/head',1188),
(16681,16614,'accessories/wearable_items/_exp08/combine_armor/gi_cloth/legs',1188),
(16682,16615,'accessories/wearable_items/_exp08/combine_armor/leather/chest',1188),
(16683,16616,'accessories/wearable_items/_exp08/combine_armor/leather/feet',1188),
(16684,16617,'accessories/wearable_items/_exp08/combine_armor/leather/forearms',1188),
(16685,16618,'accessories/wearable_items/_exp08/combine_armor/leather/hands',1188),
(16686,16619,'accessories/wearable_items/_exp08/combine_armor/leather/head',1188),
(16687,16620,'accessories/wearable_items/_exp08/combine_armor/leather/legs',1188),
(16688,16621,'accessories/wearable_items/_exp08/combine_armor/leather/legs_noskirt',1188),
(16689,16622,'accessories/wearable_items/_exp08/combine_armor/leather/shoulders',1188),
(16690,16623,'accessories/wearable_items/_exp08/combine_armor/leather/shoulders_epic',1188),
(16691,16624,'accessories/wearable_items/_exp08/combine_armor/leather/skirt',1188),
(16692,16625,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_chain_left',1188),
(16693,16626,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_chain_right',1188),
(16694,16627,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_leather_left',1188),
(16695,16628,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/combine_pauldrons_leather_right',1188),
(16696,16629,'staticobjects/coffins_and_sarcophagus/shroud_no_shroud',1188),
(16697,16630,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_sword_gem_engraved',1188),
(16698,16631,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_gem_dragon_blade',1188),
(16699,16632,'staticobjects/housing_portal_objects/vision_home_sullon_spire',1188),
(16700,16633,'staticobjects/housing_portal_objects/vision_home_stormy_isle',1188),
(16701,16634,'staticobjects/soe_wallet/station_fancy_candleholder',1188),
(16702,16635,'staticobjects/soe_wallet/station_fancy_candleholder_gold',1188),
(16703,16636,'staticobjects/soe_wallet/station_fancy_shelf_gold',1188),
(16704,16637,'staticobjects/soe_wallet/station_fancy_mirror',1188),
(16705,16638,'staticobjects/soe_wallet/station_fancy_mirror_gold',1188),
(16706,16639,'staticobjects/soe_wallet/station_fancy_shelf',1188),
(16707,16640,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_beastlord_blades_silver_red',1188),
(16708,16641,'accessories/wieldable_items/weapons/exp08/fist/exp08_fist_beastlord_blades_blue',1188),
(16709,16642,'_exp08/characters/monsters/nayad_merc/nayad_merc',1188),
(16710,16643,'_exp08/characters/monsters/nayad_merc/nayad_merc_tintable',1188),
(16711,16644,'creatures/tu/mysticdoll_alternate_pin_warrior',1188),
(16712,16645,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_barrel_orc01',1188),
(16713,16646,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bed_shoddy',1188),
(16714,16647,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bench01',1188),
(16715,16648,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bench01_blue',1188),
(16716,16649,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_book_blue',1188),
(16717,16650,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_book_copper',1188),
(16718,16651,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_book_group01',1188),
(16719,16652,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_book_group02',1188),
(16720,16653,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_chest_metal01',1188),
(16721,16654,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bookcase02',1188),
(16722,16655,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bottle',1188),
(16723,16656,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bowl_orc',1188),
(16724,16657,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_bunk_orc01',1188),
(16725,16658,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_butcher_cleaver',1188),
(16726,16659,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_butcher_knife01',1188),
(16727,16660,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_candle_blue',1188),
(16728,16661,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_candle_orange',1188),
(16729,16662,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_candle_wine',1188),
(16730,16663,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_cart_jailer01',1188),
(16731,16664,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_chair01',1188),
(16732,16665,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_chair01_blue',1188),
(16733,16666,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_jail_cup',1188),
(16734,16667,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_chest_metal02',1188),
(16735,16668,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_climbing_spike01',1188),
(16736,16669,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_climbing_spike02',1188),
(16737,16670,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_club',1188),
(16738,16671,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_counter_carving',1188),
(16739,16672,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_crate_wood',1188),
(16740,16673,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_crate_wood_long01',1188),
(16741,16674,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_cup_orc',1188),
(16742,16675,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_darkelfthrone',1188),
(16743,16676,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_firepit_orc01',1188),
(16744,16677,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_firepit_orc_withutensils01',1188),
(16745,16678,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_floursack_single001',1188),
(16746,16679,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_floursack_single002',1188),
(16747,16680,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_floursacksgroup001',1188),
(16748,16681,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_floursacksgroup002',1188),
(16749,16682,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_floursacksgroup003',1188),
(16750,16683,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_forge',1188),
(16751,16684,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_forgetool_poker01',1188),
(16752,16685,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_fryingpan_orc_large01',1188),
(16753,16686,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_gravelcrystalpile01',1188),
(16754,16687,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_gravelcrystalpile02',1188),
(16755,16688,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_gravelpile01',1188),
(16756,16689,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_gravelpile02',1188),
(16757,16690,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_gravelpile03',1188),
(16758,16691,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_hammer01',1188),
(16759,16692,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_oven',1188),
(16760,16693,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_jailer_keys',1188),
(16761,16694,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_jailer_keys_hanging',1188),
(16762,16695,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_keg_orc_large',1188),
(16763,16696,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_knife_orc01',1188),
(16764,16697,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_ladder_orc01',1188),
(16765,16698,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_large_animalcage',1188),
(16766,16699,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_large_animalcage_gold',1188),
(16767,16700,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_cavewall_torch',1188),
(16768,16701,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_chandelier01',1188),
(16769,16702,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_chandelier01_swinging',1188),
(16770,16703,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_chandelier01_swinging_lit',1188),
(16771,16704,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_chandelier_mount',1188),
(16772,16705,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_firepot01',1188),
(16773,16706,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_firepot_small01',1188),
(16774,16707,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_torch01',1188),
(16775,16708,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_wall_sconce01',1188),
(16776,16709,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_wall_sconce01_lit',1188),
(16777,16710,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_wall_sconce02',1188),
(16778,16711,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_lightsource_wall_sconce02_lit',1188),
(16779,16712,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_meat_rack_orc',1188),
(16780,16713,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_miningtool_pick01',1188),
(16781,16714,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_miningtool_shovel01',1188),
(16782,16715,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_orc_banner_crushbone',1188),
(16783,16716,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_orc_banner_emperorcrush',1188),
(16784,16717,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_orc_bonepile01',1188),
(16785,16718,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_wheelbarrow_orc01',1188),
(16786,16719,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_wall_shield01',1188),
(16787,16720,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor02',1188),
(16788,16721,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor02_blue',1188),
(16789,16722,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor',1188),
(16790,16723,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor_blue',1188),
(16791,16724,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor_empty',1188),
(16792,16725,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor_empty_blue',1188),
(16793,16726,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor_spear',1188),
(16794,16727,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapon_rack_floor_spear_blue',1188),
(16795,16728,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weapons_wall_crossed01',1188),
(16796,16729,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall01',1188),
(16797,16730,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall01_blue',1188),
(16798,16731,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall02',1188),
(16799,16732,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall02_blue',1188),
(16800,16733,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall_empty',1188),
(16801,16734,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_weaponsrack_wall_empty_blue',1188),
(16802,16735,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torch001_skull',1188),
(16803,16736,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_planks01',1188),
(16804,16737,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_planks02',1188),
(16805,16738,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_plate_jail',1188),
(16806,16739,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_plate_withbone',1188),
(16807,16740,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_plate_withrats',1188),
(16808,16741,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_polearm',1188),
(16809,16742,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_poleaxe',1188),
(16810,16743,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_post_orc_crushbone',1188),
(16811,16744,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_post_orc_emperorcrush',1188),
(16812,16745,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_potionsack',1188),
(16813,16746,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_pots_orc_large01',1188),
(16814,16747,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_pots_orc_small01',1188),
(16815,16748,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_rubbish_muckbones01',1188),
(16816,16749,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_rubbish_muckbones02',1188),
(16817,16750,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_skull_human01',1188),
(16818,16751,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_spear01',1188),
(16819,16752,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_spoon_orc_wood',1188),
(16820,16753,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_statue_orc_knight01',1188),
(16821,16754,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_stool_orc_wood01',1188),
(16822,16755,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_darkelfthrone',1188),
(16823,16756,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_long',1188),
(16824,16757,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_long_blue',1188),
(16825,16758,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_long_withfood',1188),
(16826,16759,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_small01',1188),
(16827,16760,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_table_small01_blue',1188),
(16828,16761,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_chair01',1188),
(16829,16762,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_hangingcage_long01',1188),
(16830,16763,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_hangingcage_short01',1188),
(16831,16764,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_hangingcage_short01_nofx',1188),
(16832,16765,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_manacles_ceiling_swinging',1188),
(16833,16766,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_manacles_wall01',1188),
(16834,16767,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_manacles_wall02',1188),
(16835,16768,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_pear_closed01',1188),
(16836,16769,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_pear_open01',1188),
(16837,16770,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_stockade01',1188),
(16838,16771,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_table01',1188),
(16839,16772,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_torture_tool01',1188),
(16840,16773,'staticobjects/_exp08/dyod/crushbone/dyod_cbk_trunk_shoddy',1188),
(16841,16774,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass_rotate01',1188),
(16842,16775,'staticobjects/_exp08/dyod/lair_of_scale/dyod_los_jail_cell_piece01',1188),
(16843,16776,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_banner_minion01',1188),
(16844,16777,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_banner_minion_flag',1188),
(16845,16778,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_banner_minion_post01',1188),
(16846,16779,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_bowl_jewels01',1188),
(16847,16780,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_bowl_steam01',1188),
(16848,16781,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_bowl_steam02',1188),
(16849,16782,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_bowl_steam03',1188),
(16850,16783,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_chair_metal01',1188),
(16851,16784,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_chair_metal02',1188),
(16852,16785,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_chest_metal01',1188),
(16853,16786,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_decoration_wall_dragonhead01',1188),
(16854,16787,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_dragoneggs_broken',1188),
(16855,16788,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_dragoneggs_mixed',1188),
(16856,16789,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_dragoneggs_unbroken',1188),
(16857,16790,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lamp_metal_blue',1188),
(16858,16791,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lava_lamp01',1188),
(16859,16792,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_doorwaytorch01',1188),
(16860,16793,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_orb_blue',1188),
(16861,16794,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_walltorch01',1188),
(16862,16795,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_walltorch02',1188),
(16863,16796,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_walltorch02_lit',1188),
(16864,16797,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_lightsource_walltorch_red01',1188),
(16865,16798,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_minion_empty_armorstand01',1188),
(16866,16799,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_minion_weapons_armorstand01',1188),
(16867,16800,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_group01',1188),
(16868,16801,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_group02',1188),
(16869,16802,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_large01',1188),
(16870,16803,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_single01',1188),
(16871,16804,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_single02',1188),
(16872,16805,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_small',1188),
(16873,16806,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_plants_blueflame_smallsingle03',1188),
(16874,16807,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_ring_scales01',1188),
(16875,16808,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass01',1188),
(16876,16809,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass02',1188),
(16877,16810,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass03',1188),
(16878,16811,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass_double01',1188),
(16879,16812,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass_double02',1188),
(16880,16813,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_vase_curved02',1188),
(16881,16814,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass_rotate02',1188),
(16882,16815,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_glass_rotate03',1188),
(16883,16816,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_rotating02',1188),
(16884,16817,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_rotating03',1188),
(16885,16818,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_sculpture_rotating',1188),
(16886,16819,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_statue_dragon01',1188),
(16887,16820,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_statue_dragon02',1188),
(16888,16821,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_statue_dragon_bust01',1188),
(16889,16822,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_table_long01',1188),
(16890,16823,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_table_long02',1188),
(16891,16824,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_table_long_chemistry01',1188),
(16892,16825,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_table_short01',1188),
(16893,16826,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_table_short02',1188),
(16894,16827,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tapestry_awakened_cult01',1188),
(16895,16828,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tapestry_kerafyrm_apocalypse01',1188),
(16896,16829,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tapestry_kerafyrm_awakening01',1188),
(16897,16830,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tent_minion',1188),
(16898,16831,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_brass01',1188),
(16899,16832,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_brass02',1188),
(16900,16833,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_group01',1188),
(16901,16834,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_group02',1188),
(16902,16835,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_purple01',1188),
(16903,16836,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_tome_dragon_purple02',1188),
(16904,16837,'staticobjects/_exp08/dyod/lair_of_scale/dyod_ls_vase_curved01',1188),
(16905,16838,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_dresser_single01',1188),
(16906,16839,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_arcane_bookcase01',1188),
(16907,16840,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_arcane_bottle_glass01',1188),
(16908,16841,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_arcane_bottle_glass02',1188),
(16909,16842,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_arcane_candlestack01',1188),
(16910,16843,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_arcane_potionsack01',1188),
(16911,16844,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_basin01_water',1188),
(16912,16845,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_basin02_water',1188),
(16913,16846,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bed_master01',1188),
(16914,16847,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bed_master02',1188),
(16915,16848,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bed_twin01',1188),
(16916,16849,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bed_twin02',1188),
(16917,16850,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_marble01',1188),
(16918,16851,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_marble_short01',1188),
(16919,16852,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_metal01',1188),
(16920,16853,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_metal_short01',1188),
(16921,16854,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_wood01',1188),
(16922,16855,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bench_wood_short01',1188),
(16923,16856,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_book01',1188),
(16924,16857,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_book02',1188),
(16925,16858,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_book_group01',1188),
(16926,16859,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_book_group02',1188),
(16927,16860,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_book_openbook01',1188),
(16928,16861,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bookcase01',1188),
(16929,16862,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bookcase02',1188),
(16930,16863,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_bookcase_empty01',1188),
(16931,16864,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_candle_white01',1188),
(16932,16865,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_chaise01',1188),
(16933,16866,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_chaise02',1188),
(16934,16867,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_dining01',1188),
(16935,16868,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_dining02',1188),
(16936,16869,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_dining03',1188),
(16937,16870,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chair_dining04',1188),
(16938,16871,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chest_treasure01',1188),
(16939,16872,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_chest_treasure02',1188),
(16940,16873,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_coffin_stone01',1188),
(16941,16874,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_couch01',1188),
(16942,16875,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_couch02',1188),
(16943,16876,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_dresser_servant01',1188),
(16944,16877,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_vase_large01',1188),
(16945,16878,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_fabricbolt01',1188),
(16946,16879,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_fabricbolt02',1188),
(16947,16880,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_candlestick01',1188),
(16948,16881,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_candlestick02',1188),
(16949,16882,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_chandalier01',1188),
(16950,16883,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_chandalier01_swinging',1188),
(16951,16884,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_chandalier02',1188),
(16952,16885,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_chandalier02_swinging',1188),
(16953,16886,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_floor_candelabra01',1188),
(16954,16887,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_floor_candelabra02',1188),
(16955,16888,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_lightsource_table_candelabra01',1188),
(16956,16889,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_manacles_double_wall01',1188),
(16957,16890,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_manacles_double_wall02',1188),
(16958,16891,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_manacles_single_wall01',1188),
(16959,16892,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_manacles_single_wall02',1188),
(16960,16893,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_piano_bench01',1188),
(16961,16894,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_piano_closed01',1188),
(16962,16895,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_piano_open01',1188),
(16963,16896,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_scrolls_stack01',1188),
(16964,16897,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_scrolls_stack02',1188),
(16965,16898,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_bedside01',1188),
(16966,16899,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_coffee01',1188),
(16967,16900,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_endtable01_small',1188),
(16968,16901,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_hallway01',1188),
(16969,16902,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_long01',1188),
(16970,16903,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_magical01',1188),
(16971,16904,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_table_short01',1188),
(16972,16905,'staticobjects/_exp08/dyod/dungeon_builder_enter_box',1188),
(16973,16906,'staticobjects/shield/shard_of_love_shield_gold_dpo',1188),
(16974,16907,'creatures/monsters/monitorlizard_orange_no_idle_sound',1188),
(16975,16908,'staticobjects/freeport_combined/grozmok_pauldron_dpo',1188),
(16976,16909,'staticobjects/pictures/freeport_painting01',1188),
(16977,16910,'staticobjects/pictures/freeport_painting02',1188),
(16978,16911,'staticobjects/pictures/freeport_painting03',1188),
(16979,16912,'staticobjects/pictures/freeport_painting04',1188),
(16980,16913,'staticobjects/pictures/freeport_painting05',1188),
(16981,16914,'staticobjects/pictures/freeport_painting06',1188),
(16982,16915,'staticobjects/pictures/freeport_painting07',1188),
(16983,16916,'staticobjects/_exp08/dyod/chardok/dyod_char_banner_dizok01',1188),
(16984,16917,'staticobjects/_exp08/dyod/chardok/dyod_char_banner_dizok02',1188),
(16985,16918,'staticobjects/_exp08/dyod/chardok/dyod_char_bed_sarnak_bunk01',1188),
(16986,16919,'staticobjects/_exp08/dyod/chardok/dyod_char_bed_sarnak_bunk02',1188),
(16987,16920,'staticobjects/_exp08/dyod/chardok/dyod_char_book01_dizok',1188),
(16988,16921,'staticobjects/_exp08/dyod/chardok/dyod_char_book02_korsha',1188),
(16989,16922,'staticobjects/_exp08/dyod/chardok/dyod_char_book_single01',1188),
(16990,16923,'staticobjects/_exp08/dyod/chardok/dyod_char_book_single02',1188),
(16991,16924,'staticobjects/_exp08/dyod/chardok/dyod_char_bookcase01',1188),
(16992,16925,'staticobjects/_exp08/dyod/chardok/dyod_char_bookcase01_empty01',1188),
(16993,16926,'staticobjects/_exp08/dyod/chardok/dyod_char_bookcase02',1188),
(16994,16927,'staticobjects/_exp08/dyod/chardok/dyod_char_bookcase02_empty01',1188),
(16995,16928,'staticobjects/_exp08/dyod/chardok/dyod_char_chain_hook_empty_swinging',1188),
(16996,16929,'staticobjects/_exp08/dyod/chardok/dyod_char_chain_hook_skull_swinging',1188),
(16997,16930,'staticobjects/_exp08/dyod/chardok/dyod_char_chest_military01',1188),
(16998,16931,'staticobjects/_exp08/dyod/chardok/dyod_char_chest_sarnak_treasure01',1188),
(16999,16932,'staticobjects/_exp08/dyod/chardok/dyod_char_haypile01',1188),
(17000,16933,'staticobjects/_exp08/dyod/chardok/dyod_char_hitchingpost_sokokar01',1188),
(17001,16934,'staticobjects/_exp08/dyod/chardok/dyod_char_lantern_antibat01',1188),
(17002,16935,'staticobjects/_exp08/dyod/chardok/dyod_char_lightsource_brazier01',1188),
(17003,16936,'staticobjects/_exp08/dyod/chardok/dyod_char_lightsource_chandalier01',1188),
(17004,16937,'staticobjects/_exp08/dyod/chardok/dyod_char_lightsource_iksarskull01',1188),
(17005,16938,'staticobjects/_exp08/dyod/chardok/dyod_char_rug01',1188),
(17006,16939,'staticobjects/_exp08/dyod/chardok/dyod_char_rug02',1188),
(17007,16940,'staticobjects/_exp08/dyod/chardok/dyod_char_skull_dizok01',1188),
(17008,16941,'staticobjects/_exp08/dyod/chardok/dyod_char_statue_sarnak01',1188),
(17009,16942,'staticobjects/_exp08/dyod/chardok/dyod_char_statue_sarnak02',1188),
(17010,16943,'staticobjects/_exp08/dyod/chardok/dyod_char_throne_korsha01',1188),
(17011,16944,'staticobjects/_exp08/dyod/chardok/dyod_char_throne_table_tall01',1188),
(17012,16945,'staticobjects/_exp08/dyod/chardok/dyod_char_totem01',1188),
(17013,16946,'staticobjects/_exp08/dyod/chardok/dyod_char_totem02',1188),
(17014,16947,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_base01',1188),
(17015,16948,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_crystal01',1188),
(17016,16949,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_crystal01_colored',1188),
(17017,16950,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_crystal02_runes',1188),
(17018,16951,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_stone01',1188),
(17019,16952,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_stone02_norunes',1188),
(17020,16953,'staticobjects/_exp08/dyod/chardok/dyod_char_totem_stonecrystal01',1188),
(17021,16954,'staticobjects/_exp08/dyod/chardok/dyod_char_weaponrack_empty01',1188),
(17022,16955,'staticobjects/_exp08/dyod/chardok/dyod_char_weaponrack_floor01',1188),
(17023,16956,'staticobjects/_exp08/dyod/chardok/dyod_char_weaponrack_floor02',1188),
(17024,16957,'accessories/wearable_items/snapons/backpacks/backpack_assassin_swivel/backpack_assassin_swivel_kinves',1188),
(17025,16958,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_arcane',1188),
(17026,16959,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_base',1188),
(17027,16960,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_diplomatic',1188),
(17028,16961,'_exp09/characters/tool_users/musk_creeper_giants/musk_creeper_giant1',1188),
(17029,16962,'_exp09/characters/tool_users/musk_creeper_giants/musk_creeper_giant2',1188),
(17030,16963,'_exp09/characters/tool_users/musk_creeper_giants/musk_creeper_giant3',1188),
(17031,16964,'creatures/mounts/frostfell_snow_cloud_housing',1188),
(17032,16965,'_exp08/characters/monsters/dragon_bone_golem/dragon_bone_golem_blue',1188),
(17033,16966,'_exp08/characters/monsters/dragon_bone_golem/dragon_bone_golem_red',1188),
(17034,16967,'_exp09/characters/monsters/queen_bug/queen_bug_blue',1188),
(17035,16968,'_exp09/characters/monsters/queen_bug/queen_bug_red',1188),
(17036,16969,'accessories/wearable_items/_exp09/freeport_militia/vanguard/chest',1188),
(17037,16970,'accessories/wearable_items/_exp09/freeport_militia/vanguard/epic_pauldron_left',1188),
(17038,16971,'accessories/wearable_items/_exp09/freeport_militia/vanguard/epic_pauldron_right',1188),
(17039,16972,'accessories/wearable_items/_exp09/freeport_militia/vanguard/feet',1188),
(17040,16973,'accessories/wearable_items/_exp09/freeport_militia/vanguard/forearms',1188),
(17041,16974,'accessories/wearable_items/_exp09/freeport_militia/vanguard/hands',1188),
(17042,16975,'accessories/wearable_items/_exp09/freeport_militia/vanguard/head',1188),
(17043,16976,'accessories/wearable_items/_exp09/freeport_militia/vanguard/head_epic',1188),
(17044,16977,'accessories/wearable_items/_exp09/freeport_militia/vanguard/legs',1188),
(17045,16978,'accessories/wearable_items/_exp09/freeport_militia/vanguard/legs_noskirt',1188),
(17046,16979,'accessories/wearable_items/_exp09/freeport_militia/vanguard/right',1188),
(17047,16980,'accessories/wearable_items/_exp09/freeport_militia/vanguard/shoulders',1188),
(17048,16981,'accessories/wearable_items/_exp09/freeport_militia/vanguard/shoulders_epic',1188),
(17049,16982,'accessories/wearable_items/_exp09/freeport_militia/vanguard/shoulders_nopauldrons',1188),
(17050,16983,'accessories/wearable_items/_exp09/freeport_militia/vanguard/skirt',1188),
(17051,16984,'accessories/wearable_items/cloak/exp09/cloak_freeport_militia',1188),
(17052,16985,'accessories/wearable_items/_exp08/freeport_lucanknight/chest',1188),
(17053,16986,'accessories/wearable_items/_exp08/freeport_lucanknight/cowl',1188),
(17054,16987,'accessories/wearable_items/_exp08/freeport_lucanknight/feet',1188),
(17055,16988,'accessories/wearable_items/_exp08/freeport_lucanknight/forearm_left',1188),
(17056,16989,'accessories/wearable_items/_exp08/freeport_lucanknight/forearm_right',1188),
(17057,16990,'accessories/wearable_items/_exp08/freeport_lucanknight/forearms',1188),
(17058,16991,'accessories/wearable_items/_exp08/freeport_lucanknight/hands',1188),
(17059,16992,'accessories/wearable_items/_exp08/freeport_lucanknight/hands_epic',1188),
(17060,16993,'accessories/wearable_items/_exp08/freeport_lucanknight/head',1188),
(17061,16994,'accessories/wearable_items/_exp08/freeport_lucanknight/head_epic',1188),
(17062,16995,'accessories/wearable_items/_exp08/freeport_lucanknight/legs',1188),
(17063,16996,'accessories/wearable_items/_exp08/freeport_lucanknight/legs_noskirt',1188),
(17064,16997,'accessories/wearable_items/_exp08/freeport_lucanknight/pauldron_left',1188),
(17065,16998,'accessories/wearable_items/_exp08/freeport_lucanknight/pauldron_right',1188),
(17066,16999,'accessories/wearable_items/_exp08/freeport_lucanknight/right',1188),
(17067,17000,'accessories/wearable_items/_exp08/freeport_lucanknight/shoulders',1188),
(17068,17001,'accessories/wearable_items/_exp08/freeport_lucanknight/shoulders_epic',1188),
(17069,17002,'accessories/wearable_items/_exp08/freeport_lucanknight/shoulders_nopauldrons',1188),
(17070,17003,'accessories/wearable_items/_exp08/freeport_lucanknight/skirt',1188),
(17071,17004,'accessories/wearable_items/cloak/exp09/cloak_arcane_science_incut',1188),
(17072,17005,'accessories/wearable_items/cloak/exp09/cloak_arcane_science_scallop',1188),
(17073,17006,'accessories/wearable_items/cloak/exp09/cloak_arcane_science_sq',1188),
(17074,17007,'accessories/wearable_items/_exp09/robe_arcane_science/chest',1188),
(17075,17008,'accessories/wearable_items/_exp09/robe_arcane_science/chest_epic',1188),
(17076,17009,'accessories/wearable_items/_exp09/robe_arcane_science/feet',1188),
(17077,17010,'accessories/wearable_items/_exp09/robe_arcane_science/hands',1188),
(17078,17011,'accessories/wearable_items/_exp09/robe_arcane_science/head',1188),
(17079,17012,'accessories/wearable_items/_exp09/robe_arcane_science/head_collar_flared',1188),
(17080,17013,'accessories/wearable_items/_exp09/robe_arcane_science/pants',1188),
(17081,17014,'accessories/wearable_items/_exp09/robe_arcane_science/pauldron_left',1188),
(17082,17015,'accessories/wearable_items/_exp09/robe_arcane_science/pauldron_right',1188),
(17083,17016,'accessories/wearable_items/_exp09/robe_arcane_science/skirt',1188),
(17084,17017,'accessories/wearable_items/cloak/exp08/cloak_freeportknight_epic',1188),
(17085,17018,'accessories/wearable_items/cloak/exp08/cloak_freeportknight',1188),
(17086,17019,'accessories/wearable_items/cloak/exp08/cloak_freeportknight_npc',1188),
(17087,17020,'accessories/wearable_items/_exp09/chain_dismal_rage/chest',1188),
(17088,17021,'accessories/wearable_items/_exp09/chain_dismal_rage/feet',1188),
(17089,17022,'accessories/wearable_items/_exp09/chain_dismal_rage/forearms',1188),
(17090,17023,'accessories/wearable_items/_exp09/chain_dismal_rage/hands',1188),
(17091,17024,'accessories/wearable_items/_exp09/chain_dismal_rage/head',1188),
(17092,17025,'accessories/wearable_items/_exp09/chain_dismal_rage/head_hood',1188),
(17093,17026,'accessories/wearable_items/_exp09/chain_dismal_rage/legs',1188),
(17094,17027,'accessories/wearable_items/_exp09/chain_dismal_rage/legs_noskirt',1188),
(17095,17028,'accessories/wearable_items/_exp09/chain_dismal_rage/pauldron_left_dismal_rage',1188),
(17096,17029,'accessories/wearable_items/_exp09/chain_dismal_rage/pauldron_right_dismal_rage',1188),
(17097,17030,'accessories/wearable_items/_exp09/chain_dismal_rage/shoulders',1188),
(17098,17031,'accessories/wearable_items/_exp09/chain_dismal_rage/shoulders_epic',1188),
(17099,17032,'accessories/wearable_items/_exp09/chain_dismal_rage/skirt',1188),
(17100,17033,'accessories/wearable_items/cloak/exp09/cloak_dismal_rage',1188),
(17101,17034,'accessories/wearable_items/cloak/exp09/cloak_dismal_rage_incut',1188),
(17102,17035,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/chest',1188),
(17103,17036,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/feet',1188),
(17104,17037,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/feet_peg_left',1188),
(17105,17038,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/feet_peg_right',1188),
(17106,17039,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/forearms',1188),
(17107,17040,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/hands',1188),
(17108,17041,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/head',1188),
(17109,17042,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/head_captain',1188),
(17110,17043,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/head_swashbuckler',1188),
(17111,17044,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/legs',1188),
(17112,17045,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/shoulders',1188),
(17113,17046,'accessories/wearable_items/_exp09/seafury_buccaneer/heavycloth/skirt',1188),
(17114,17047,'accessories/wearable_items/cloak/exp09/cloak_seafury_buccaneer',1188),
(17115,17048,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_greenyellow',1188),
(17116,17049,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_ice',1188),
(17117,17050,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_natural',1188),
(17118,17051,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_redgray',1188),
(17119,17052,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_sand',1188),
(17120,17053,'_exp09/characters/monsters/wyvern_updated/wyvern_updated_shadow',1188),
(17121,17054,'_exp04/monsters/xygoz01',1188),
(17122,17055,'_exp04/monsters/dragon_skeleton01',1188),
(17123,17056,'_exp04/monsters/hoshkar01',1188),
(17124,17057,'_exp04/monsters/nexona01',1188),
(17125,17058,'_exp04/monsters/xygoz_fire01',1188),
(17126,17059,'_exp04/monsters/xygoz_shade01',1188),
(17127,17060,'_exp04/monsters/xygoz_spirit01',1188),
(17128,17061,'_exp08/characters/monsters/dragon_bone_golem/dragon_bone_golem',1188),
(17129,17062,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_boss',1188),
(17130,17063,'staticobjects/pillow/drv_pillow_seat_weights01',1188),
(17131,17064,'staticobjects/pillow/drv_pillow_seat_weights02',1188),
(17132,17065,'staticobjects/pillow/slove02_drapery_houseitem01',1188),
(17133,17066,'staticobjects/benches/slove02_flame_bench01',1188),
(17134,17067,'_exp09/characters/monsters/cobalt_scar_bear/timber_bear_black',1188),
(17135,17068,'_exp09/characters/monsters/cobalt_scar_bear/timber_bear_brown',1188),
(17136,17069,'_exp09/characters/monsters/cobalt_scar_bear/timber_bear_grey',1188),
(17137,17070,'_exp08/characters/tool_users/chitari/chitari_male_heavy02',1188),
(17138,17071,'_exp08/characters/tool_users/chitari/chitari_male_light02',1188),
(17139,17072,'_exp08/characters/tool_users/chitari/chitari_swivel_skull',1188),
(17140,17073,'staticobjects/liveevent/erollisi_objects/dpo_bauble_bow_string_daisy_purple',1188),
(17141,17074,'staticobjects/liveevent/erollisi_objects/dpo_bauble_bow_string_mums_red',1188),
(17142,17075,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_purple',1188),
(17143,17076,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_red',1188),
(17144,17077,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_hearts',1188),
(17145,17078,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_roses',1188),
(17146,17079,'staticobjects/urns/dpo_slove02_vase01',1188),
(17147,17080,'staticobjects/urns/dpo_slove02_vase02',1188),
(17148,17081,'staticobjects/urns/dpo_slove02_vase03',1188),
(17149,17082,'creatures/mounts/drakota_mount/drakota_mount_black',1188),
(17150,17083,'creatures/mounts/drakota_mount/drakota_mount_blue',1188),
(17151,17084,'creatures/mounts/drakota_mount/drakota_mount_green',1188),
(17152,17085,'creatures/mounts/drakota_mount/drakota_mount_red',1188),
(17153,17086,'staticobjects/liveevent/erollisi_objects/othmir_heartpillow_brown',1188),
(17154,17087,'staticobjects/liveevent/erollisi_objects/othmir_heartpillow_white',1188),
(17155,17088,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1x1_column_ice',1188),
(17156,17089,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1x2_column_ice',1188),
(17157,17090,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1x2_divider_ice',1188),
(17158,17091,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1xhalf_ice',1188),
(17159,17092,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_ice',1188),
(17160,17093,'staticobjects/soe_wallet/building_blocks/ice/houseblock_rail_ice',1188),
(17161,17094,'staticobjects/soe_wallet/building_blocks/ice/houseblock_roundtile_ice',1188),
(17162,17095,'staticobjects/soe_wallet/building_blocks/ice/houseblock_stair_ice',1188),
(17163,17096,'staticobjects/soe_wallet/building_blocks/ice/housecube_1x1_block_ice',1188),
(17164,17097,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_1x1_column_los_metal',1188),
(17165,17098,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_1x2_column_los_metal',1188),
(17166,17099,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_1x2_divider_los_metal',1188),
(17167,17100,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_1xhalf_los_metal',1188),
(17168,17101,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_2x2_divider_los_metal',1188),
(17169,17102,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_rail_los_metal',1188),
(17170,17103,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_roundtile_los_metal',1188),
(17171,17104,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_stair_los_metal',1188),
(17172,17105,'staticobjects/soe_wallet/building_blocks/los_metal/housecube_1x1_block_los_metal',1188),
(17173,17106,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_1x1_column_stone2',1188),
(17174,17107,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_1x2_column_stone2',1188),
(17175,17108,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_1x2_dividerblock_stone2',1188),
(17176,17109,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_1xhalf_block_stone2',1188),
(17177,17110,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_2x2_divider_stone2',1188),
(17178,17111,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_rail_stone2',1188),
(17179,17112,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_roundtile_stone2',1188),
(17180,17113,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_stair_stone2',1188),
(17181,17114,'staticobjects/soe_wallet/building_blocks/qey_stone2/housecube_1x1_block_stone2',1188),
(17182,17115,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1x1_column_redmarble',1188),
(17183,17116,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1x2_column_redmarble',1188),
(17184,17117,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1x2_divider_redmarble',1188),
(17185,17118,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1xhalf_block_redmarble',1188),
(17186,17119,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_redmarble',1188),
(17187,17120,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_rail_redmarble',1188),
(17188,17121,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_roundtile_redmarble',1188),
(17189,17122,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_stair_redmarble',1188),
(17190,17123,'staticobjects/soe_wallet/building_blocks/red_marble/housecube_1x1_block_redmarble',1188),
(17191,17124,'staticobjects/panels/dpo_neriak_roof',1188),
(17192,17125,'staticobjects/soe_wallet/grandfather_clock',1188),
(17193,17126,'_exp09/characters/monsters/cobalt_scar_bear/timber_bear_red',1188),
(17194,17127,'_exp09/characters/monsters/cobalt_scar_bear/timber_bear_white',1188),
(17195,17128,'staticobjects/soe_wallet/building_blocks/los_metal/panel_los_metal',1188),
(17196,17129,'staticobjects/soe_wallet/building_blocks/qey_stone2/panel_stone2',1188),
(17197,17130,'staticobjects/soe_wallet/building_blocks/ice/panel_ice',1188),
(17198,17131,'creatures/mounts/class_hover_pads/hover_pad_beastlord',1188),
(17199,17132,'creatures/mounts/drakota_mount/drakota_mount_base',1188),
(17200,17133,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin',1188),
(17201,17134,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight',1188),
(17202,17135,'staticobjects/shield/dpo_sc_exp08_shield_nature',1188),
(17203,17136,'staticobjects/shield/dpo_sc_exp08_shield_vjornir',1188),
(17204,17137,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/chest',1188),
(17205,17138,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/forearms_wristbands',1188),
(17206,17139,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/hands',1188),
(17207,17140,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/legs',1188),
(17208,17141,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/legs_robe_skirt',1188),
(17209,17142,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/shoulder_armband_male',1188),
(17210,17143,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/sash_version/legs',1188),
(17211,17144,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/sash_version/chest',1188),
(17212,17145,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/sash_version/chest_pendant',1188),
(17213,17146,'accessories/wearable_items/_exp08/highelf_heritage_armor/lon/sash_version/hands',1188),
(17214,17147,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/skirt',1188),
(17215,17148,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/chest',1188),
(17216,17149,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/chest_pauldrons',1188),
(17217,17150,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/feet',1188),
(17218,17151,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/hands',1188),
(17219,17152,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/head',1188),
(17220,17153,'accessories/wearable_items/_exp08/highelf_heritage_armor/robe/pants',1188),
(17221,17154,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/shoulder_armband_male_right',1188),
(17222,17155,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/forearm_wristband_male_left',1188),
(17223,17156,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/forearm_wristband_male_right',1188),
(17224,17157,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/chest',1188),
(17225,17158,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/head_highelf_heritage_tiara',1188),
(17226,17159,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/highelf_heritage_pauldrons_left',1188),
(17227,17160,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/highelf_heritage_pauldrons_right',1188),
(17228,17161,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/highelf_heritage_pendant',1188),
(17229,17162,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/shoulder_armband_female_right',1188),
(17230,17163,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/shoulder_armband_male_left',1188),
(17231,17164,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_satyr_witheringlands',1188),
(17232,17165,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_satyr_witheringlands',1188),
(17233,17166,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands',1188),
(17234,17167,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands_swivel',1188),
(17235,17168,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands_ornament_swival_02',1188),
(17236,17169,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands_ornament_swival_01',1188),
(17237,17170,'_exp08/characters/tool_users/satyr_witheringlands/satyr_boss',1188),
(17238,17171,'_exp08/characters/tool_users/satyr_witheringlands/satyr_01',1188),
(17239,17172,'_exp08/characters/tool_users/satyr_witheringlands/satyr_02',1188),
(17240,17173,'_exp08/characters/tool_users/satyr_witheringlands/satyr_03',1188),
(17241,17174,'_exp08/characters/tool_users/satyr_witheringlands/satyr_boss02',1188),
(17242,17175,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/feet',1188),
(17243,17176,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/forearms',1188),
(17244,17177,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/head',1188),
(17245,17178,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/legs',1188),
(17246,17179,'accessories/wearable_items/_exp08/highelf_heritage_armor/station_cash_full_set/shoulders',1188),
(17247,17180,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/chest',1188),
(17248,17181,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/feet',1188),
(17249,17182,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/forearms',1188),
(17250,17183,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/hands',1188),
(17251,17184,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/head',1188),
(17252,17185,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/legs',1188),
(17253,17186,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/legs_noskirt',1188),
(17254,17187,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/shoulders',1188),
(17255,17188,'accessories/wearable_items/_exp08/highelf_heritage_armor/chain/skirt',1188),
(17256,17189,'staticobjects/beds/drunder_sullon_bed_blue',1188),
(17257,17190,'staticobjects/beds/drunder_sullon_bed_gold',1188),
(17258,17191,'staticobjects/beds/drunder_sullon_bed_pink',1188),
(17259,17192,'staticobjects/beds/drunder_sullon_bed_red',1188),
(17260,17193,'staticobjects/beds/drunder_sullon_bed_teal',1188),
(17261,17194,'staticobjects/soe_wallet/drunder_sullon_bed_white',1188),
(17262,17195,'staticobjects/soe_wallet/drunder_sullon_bed_black',1188),
(17263,17196,'staticobjects/soe_wallet/drunder_sullon_bed',1188),
(17264,17197,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_foot_left',1188),
(17265,17198,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_foot_right',1188),
(17266,17199,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_forearm_left',1188),
(17267,17200,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_forearm_right',1188),
(17268,17201,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_left',1188),
(17269,17202,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_right',1188),
(17270,17203,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron2_left',1188),
(17271,17204,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron2_right',1188),
(17272,17205,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_shin_left',1188),
(17273,17206,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_shin_right',1188),
(17274,17207,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_forearm_left',1188),
(17275,17208,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_forearm_right',1188),
(17276,17209,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_left',1188),
(17277,17210,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_right',1188),
(17278,17211,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron2_left',1188),
(17279,17212,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron2_right',1188),
(17280,17213,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_shin_left',1188),
(17281,17214,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_shin_right',1188),
(17282,17215,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/chest',1188),
(17283,17216,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/feet',1188),
(17284,17217,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/feet_epic',1188),
(17285,17218,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/forearms',1188),
(17286,17219,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/hands',1188),
(17287,17220,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/hands_epic',1188),
(17288,17221,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/head',1188),
(17289,17222,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/left',1188),
(17290,17223,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/legs',1188),
(17291,17224,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/legs_epic',1188),
(17292,17225,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/legs_noskirt',1188),
(17293,17226,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/right',1188),
(17294,17227,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/shoulders',1188),
(17295,17228,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/shoulders_epic',1188),
(17296,17229,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/shoulders_nopauldrons',1188),
(17297,17230,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard/skirt',1188),
(17298,17231,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/chest',1188),
(17299,17232,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/feet',1188),
(17300,17233,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/forearms',1188),
(17301,17234,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/hands',1188),
(17302,17235,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/hands_epic',1188),
(17303,17236,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/head',1188),
(17304,17237,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/left',1188),
(17305,17238,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/legs',1188),
(17306,17239,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/legs_epic',1188),
(17307,17240,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/legs_noskirt',1188),
(17308,17241,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/right',1188),
(17309,17242,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/shoulders',1188),
(17310,17243,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/shoulders_epic',1188),
(17311,17244,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/shoulders_nopauldrons',1188),
(17312,17245,'accessories/wearable_items/_exp09/dracurion_player_usable/vanguard2/skirt',1188),
(17313,17246,'staticobjects/building_blocks/adamantine/houseblock_1x1_column_qey_stone12',1188),
(17314,17247,'staticobjects/building_blocks/adamantine/houseblock_1x2_column_qey_stone12',1188),
(17315,17248,'staticobjects/building_blocks/adamantine/houseblock_1x2_dividerblock_qey_stone12',1188),
(17316,17249,'staticobjects/building_blocks/adamantine/houseblock_1xhalf_block_qey_stone12',1188),
(17317,17250,'staticobjects/building_blocks/adamantine/houseblock_2x2_dividerblock_qey_stone12',1188),
(17318,17251,'staticobjects/building_blocks/adamantine/houseblock_rail_qey_stone12',1188),
(17319,17252,'staticobjects/building_blocks/adamantine/houseblock_roundtile_qey_stone12',1188),
(17320,17253,'staticobjects/building_blocks/adamantine/houseblock_stair_qey_stone12',1188),
(17321,17254,'staticobjects/building_blocks/adamantine/housecube_1x1_block_qey_stone12',1188),
(17322,17255,'staticobjects/building_blocks/ash/houseblock_1x1_column_blondwood',1188),
(17323,17256,'staticobjects/building_blocks/ash/houseblock_1x2_column_blondwood',1188),
(17324,17257,'staticobjects/building_blocks/ash/houseblock_1x2_dividerblock_blondwood',1188),
(17325,17258,'staticobjects/building_blocks/ash/houseblock_1xhalf_block_blondwood',1188),
(17326,17259,'staticobjects/building_blocks/ash/houseblock_2x2_dividerblock_blondwood',1188),
(17327,17260,'staticobjects/building_blocks/ash/houseblock_rail_blondwood',1188),
(17328,17261,'staticobjects/building_blocks/ash/houseblock_roundtile_blondwood',1188),
(17329,17262,'staticobjects/building_blocks/ash/houseblock_stair_blondwood',1188),
(17330,17263,'staticobjects/building_blocks/ash/housecube_1x1_block_blondwood',1188),
(17331,17264,'staticobjects/building_blocks/briarwood/houseblock_1x1_column_marrwood',1188),
(17332,17265,'staticobjects/building_blocks/briarwood/houseblock_1x2_column_marrwood',1188),
(17333,17266,'staticobjects/building_blocks/briarwood/houseblock_1x2_dividerblock_marrwood',1188),
(17334,17267,'staticobjects/building_blocks/briarwood/houseblock_1xhalf_block_marrwood',1188),
(17335,17268,'staticobjects/building_blocks/briarwood/houseblock_2x2_dividerblock_marrwood',1188),
(17336,17269,'staticobjects/building_blocks/briarwood/houseblock_rail_marrwood',1188),
(17337,17270,'staticobjects/building_blocks/briarwood/houseblock_roundtile_marrwood',1188),
(17338,17271,'staticobjects/building_blocks/briarwood/houseblock_stair_marrwood',1188),
(17339,17272,'staticobjects/building_blocks/briarwood/housecube_1x1_block_marrwood',1188),
(17340,17273,'staticobjects/building_blocks/elm/houseblock_1x1_column_weathereddark',1188),
(17341,17274,'staticobjects/building_blocks/elm/houseblock_1x2_column_weathereddark',1188),
(17342,17275,'staticobjects/building_blocks/elm/houseblock_1x2_dividerblock_weathereddark',1188),
(17343,17276,'staticobjects/building_blocks/elm/houseblock_1xhalf_block_weathereddark',1188),
(17344,17277,'staticobjects/building_blocks/elm/houseblock_2x2_dividerblock_weathereddark',1188),
(17345,17278,'staticobjects/building_blocks/elm/houseblock_rail_weathereddark',1188),
(17346,17279,'staticobjects/building_blocks/elm/houseblock_roundtile_weathereddark',1188),
(17347,17280,'staticobjects/building_blocks/elm/houseblock_stair_weathereddark',1188),
(17348,17281,'staticobjects/building_blocks/elm/housecube_1x1_block_weathereddark',1188),
(17349,17282,'staticobjects/building_blocks/fulginate/houseblock_1x1_column_qey_stone14',1188),
(17350,17283,'staticobjects/building_blocks/fulginate/houseblock_1x2_column_qey_stone14',1188),
(17351,17284,'staticobjects/building_blocks/fulginate/houseblock_1x2_dividerblock_qey_stone14',1188),
(17352,17285,'staticobjects/building_blocks/fulginate/houseblock_1xhalf_block_qey_stone14',1188),
(17353,17286,'staticobjects/building_blocks/fulginate/houseblock_2x2_dividerblock_qey_stone14',1188),
(17354,17287,'staticobjects/building_blocks/fulginate/houseblock_rail_qey_stone14',1188),
(17355,17288,'staticobjects/building_blocks/fulginate/houseblock_roundtile_qey_stone14',1188),
(17356,17289,'staticobjects/building_blocks/fulginate/houseblock_stair_qey_stone14',1188),
(17357,17290,'staticobjects/building_blocks/fulginate/housecube_1x1_block_qey_stone14',1188),
(17358,17291,'staticobjects/building_blocks/maple/houseblock_1x1_column_brownwood',1188),
(17359,17292,'staticobjects/building_blocks/maple/houseblock_1x2_column_brownwood',1188),
(17360,17293,'staticobjects/building_blocks/maple/houseblock_1x2_dividerblock_brownwood',1188),
(17361,17294,'staticobjects/building_blocks/maple/houseblock_1xhalf_block_brownwood',1188),
(17362,17295,'staticobjects/building_blocks/maple/houseblock_2x2_dividerblock_brownwood',1188),
(17363,17296,'staticobjects/building_blocks/maple/houseblock_rail_brownwood',1188),
(17364,17297,'staticobjects/building_blocks/maple/houseblock_roundtile_brownwood',1188),
(17365,17298,'staticobjects/building_blocks/maple/houseblock_stair_brownwood',1188),
(17366,17299,'staticobjects/building_blocks/maple/housecube_1x1_block_brownwood',1188),
(17367,17300,'staticobjects/building_blocks/mossybriarwood/houseblock_1x1_column_mossywood',1188),
(17368,17301,'staticobjects/building_blocks/mossybriarwood/houseblock_1x2_column_mossywood',1188),
(17369,17302,'staticobjects/building_blocks/mossybriarwood/houseblock_1x2_dividerblock_mossywood',1188),
(17370,17303,'staticobjects/building_blocks/mossybriarwood/houseblock_1xhalf_block_mossywood',1188),
(17371,17304,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_dividerblock_mossywood',1188),
(17372,17305,'staticobjects/building_blocks/mossybriarwood/houseblock_rail_mossywood',1188),
(17373,17306,'staticobjects/building_blocks/mossybriarwood/houseblock_roundtile_mossywood',1188),
(17374,17307,'staticobjects/building_blocks/mossybriarwood/houseblock_stair_mossywood',1188),
(17375,17308,'staticobjects/building_blocks/mossybriarwood/housecube_1x1_block_mossywood',1188),
(17376,17309,'staticobjects/building_blocks/redwood/houseblock_1x1_column_tablenoplanks',1188),
(17377,17310,'staticobjects/building_blocks/redwood/houseblock_1x2_column_tablenoplanks',1188),
(17378,17311,'staticobjects/building_blocks/redwood/houseblock_1x2_dividerblock_tablenoplanks',1188),
(17379,17312,'staticobjects/building_blocks/redwood/houseblock_1xhalf_block_tablenoplanks',1188),
(17380,17313,'staticobjects/building_blocks/redwood/houseblock_2x2_dividerblock_tablenoplanks',1188),
(17381,17314,'staticobjects/building_blocks/redwood/houseblock_rail_tablenoplanks',1188),
(17382,17315,'staticobjects/building_blocks/redwood/houseblock_roundtile_tablenoplanks',1188),
(17383,17316,'staticobjects/building_blocks/redwood/houseblock_stair_tablenoplanks',1188),
(17384,17317,'staticobjects/building_blocks/redwood/housecube_1x1_block_tablenoplanks',1188),
(17385,17318,'staticobjects/building_blocks/sandalwood/houseblock_1x1_column_metalwood01',1188),
(17386,17319,'staticobjects/building_blocks/sandalwood/houseblock_1x2_column_metalwood01',1188),
(17387,17320,'staticobjects/building_blocks/sandalwood/houseblock_1x2_dividerblock_metalwood01',1188),
(17388,17321,'staticobjects/building_blocks/sandalwood/houseblock_1xhalf_block_metalwood01',1188),
(17389,17322,'staticobjects/building_blocks/sandalwood/houseblock_2x2_dividerblock_metalwood01',1188),
(17390,17323,'staticobjects/building_blocks/sandalwood/houseblock_rail_metalwood01',1188),
(17391,17324,'staticobjects/building_blocks/sandalwood/houseblock_roundtile_metalwood01',1188),
(17392,17325,'staticobjects/building_blocks/sandalwood/houseblock_stair_metalwood01',1188),
(17393,17326,'staticobjects/building_blocks/sandalwood/housecube_1x1_block_metalwood01',1188),
(17394,17327,'staticobjects/building_blocks/sumac/houseblock_1x1_column_sumacwood',1188),
(17395,17328,'staticobjects/building_blocks/sumac/houseblock_1x2_column_sumacwood',1188),
(17396,17329,'staticobjects/building_blocks/sumac/houseblock_1x2_dividerblock_sumacwood',1188),
(17397,17330,'staticobjects/building_blocks/sumac/houseblock_1xhalf_block_sumacwood',1188),
(17398,17331,'staticobjects/building_blocks/sumac/houseblock_2x2_dividerblock_sumacwood',1188),
(17399,17332,'staticobjects/building_blocks/sumac/houseblock_rail_sumacwood',1188),
(17400,17333,'staticobjects/building_blocks/sumac/houseblock_roundtile_sumacwood',1188),
(17401,17334,'staticobjects/building_blocks/sumac/houseblock_stair_sumacwood',1188),
(17402,17335,'staticobjects/building_blocks/sumac/housecube_1x1_block_sumacwood',1188),
(17403,17336,'staticobjects/building_blocks/teak/houseblock_1x1_column_wavywood',1188),
(17404,17337,'staticobjects/building_blocks/teak/houseblock_1x2_column_wavywood',1188),
(17405,17338,'staticobjects/building_blocks/teak/houseblock_1x2_dividerblock_wavywood',1188),
(17406,17339,'staticobjects/building_blocks/teak/houseblock_1xhalf_block_wavywood',1188),
(17407,17340,'staticobjects/building_blocks/teak/houseblock_2x2_dividerblock_wavywood',1188),
(17408,17341,'staticobjects/building_blocks/teak/houseblock_rail_wavywood',1188),
(17409,17342,'staticobjects/building_blocks/teak/houseblock_roundtile_wavywood',1188),
(17410,17343,'staticobjects/building_blocks/teak/houseblock_stair_wavywood',1188),
(17411,17344,'staticobjects/building_blocks/teak/housecube_1x1_block_wavywood',1188),
(17412,17345,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight1',1188),
(17413,17346,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight2',1188),
(17414,17347,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight3',1188),
(17415,17348,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight4',1188),
(17416,17349,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin1',1188),
(17417,17350,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin2',1188),
(17418,17351,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin3',1188),
(17419,17352,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin4',1188),
(17420,17353,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_black',1188),
(17421,17354,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_blue',1188),
(17422,17355,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_gold',1188),
(17423,17356,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_green',1188),
(17424,17357,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_red',1188),
(17425,17358,'accessories/wearable_items/cloak/exp08/cloak_high_elf_heritage',1188),
(17426,17359,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_muffinplate01',1188),
(17427,17360,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_mugplain01',1188),
(17428,17361,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_steinornate01',1188),
(17429,17362,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_winebottleplain02',1188),
(17430,17363,'staticobjects/liveevent/brew_day/dpo_halfing_bar_rack_cups01',1188),
(17431,17364,'staticobjects/liveevent/brew_day/dpo_halfing_distilery_sm01',1188),
(17432,17365,'staticobjects/liveevent/brew_day/dpo_halfing_fermenting_tank01',1188),
(17433,17366,'staticobjects/liveevent/bristlebane_day/dpo_fpalt_kitchen_winebottleornate01',1188),
(17434,17367,'staticobjects/liveevent/bristlebane_day/dpo_fpalt_kitchen_winebottleplain01',1188),
(17435,17368,'staticobjects/liveevent/bristlebane_day/dpo_runny_table_sm_meat01',1188),
(17436,17369,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1x1_column_blackmarble',1188),
(17437,17370,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1x2_column_blackmarble',1188),
(17438,17371,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1x2_dividerblock_blackmarble',1188),
(17439,17372,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1xhalf_block_blackmarble',1188),
(17440,17373,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_dividerblock_blackmarble',1188),
(17441,17374,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_rail_blackmarble',1188),
(17442,17375,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_roundtile_blackmarble',1188),
(17443,17376,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_stair_blackmarble',1188),
(17444,17377,'staticobjects/soe_wallet/building_blocks/blackmarble/housecube_1x1_block_blackmarble',1188),
(17445,17378,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1x1_column_bluemarble',1188),
(17446,17379,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1x2_column_bluemarble',1188),
(17447,17380,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1x2_dividerblock_bluemarble',1188),
(17448,17381,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1xhalf_block_bluemarble',1188),
(17449,17382,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_dividerblock_bluemarble',1188),
(17450,17383,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_rail_bluemarble',1188),
(17451,17384,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_roundtile_bluemarble',1188),
(17452,17385,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_stair_bluemarble',1188),
(17453,17386,'staticobjects/soe_wallet/building_blocks/bluemarble/housecube_1x1_block_bluemarble',1188),
(17454,17387,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1x1_column_kelethinwood',1188),
(17455,17388,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1x2_column_kelethinwood',1188),
(17456,17389,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1x2_dividerblock_kelethinwood',1188),
(17457,17390,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1xhalf_block_kelethinwood',1188),
(17458,17391,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_dividerblock_kelethinwood',1188),
(17459,17392,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_rail_kelethinwood',1188),
(17460,17393,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_roundtile_kelethinwood',1188),
(17461,17394,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_stair_kelethinwood',1188),
(17462,17395,'staticobjects/soe_wallet/building_blocks/kelethinwood/housecube_1x1_block_kelethinwood',1188),
(17463,17396,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1x1_column_whitemarble',1188),
(17464,17397,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1x2_column_whitemarble',1188),
(17465,17398,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1x2_dividerblock_whitemarble',1188),
(17466,17399,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1xhalf_block_whitemarble',1188),
(17467,17400,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_dividerblock_whitemarble',1188),
(17468,17401,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_rai_whitemarble',1188),
(17469,17402,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_roundtile_whitemarble',1188),
(17470,17403,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_stair_whitemarble',1188),
(17471,17404,'staticobjects/soe_wallet/building_blocks/whitemarble/housecube_1x1_block_whitemarble',1188),
(17472,17405,'ec/pc/fae_wings/fae_dracurion',1188),
(17473,17406,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head_burnished_metal',1188),
(17474,17407,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head_candle_back',1188),
(17475,17408,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head_candle_front',1188),
(17476,17409,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head_candle_left',1188),
(17477,17410,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/head_candle_right',1188),
(17478,17411,'_exp08/characters/monsters/exp04raptor/raptor_tintable',1188),
(17479,17412,'accessories/wearable_items/profesion_hats/flower_circlet/rose_red_circlet_head',1188),
(17480,17413,'_exp09/characters/monsters/tigeraptor/tigeraptor_base',1188),
(17481,17414,'creatures/monsters/willowisp_golem_parts',1188),
(17482,17415,'creatures/mounts/player_wing/player_wing_angel_ice',1188),
(17483,17416,'creatures/monsters/willowisp_golem_parts03',1188),
(17484,17417,'creatures/monsters/willowisp_golem_parts02',1188),
(17485,17418,'_exp09/characters/monsters/mud_elemental/mud_elemental',1188),
(17486,17419,'staticobjects/liveevent/brew_day/dpo_brew_beer_keg_building',1188),
(17487,17420,'staticobjects/liveevent/brew_day/dpo_brew_keg_building_door',1188),
(17488,17421,'staticobjects/liveevent/brew_day/dpo_brew_explode_barrel',1188),
(17489,17422,'staticobjects/liveevent/brew_day/dpo_brew_plate_cornbeef',1188),
(17490,17423,'staticobjects/liveevent/brew_day/dpo_brew_plate_mashers',1188),
(17491,17424,'staticobjects/liveevent/brew_day/dpo_brew_plate_pancake',1188),
(17492,17425,'staticobjects/liveevent/brew_day/dpo_brew_plate_stew',1188),
(17493,17426,'_exp09/characters/monsters/tigeraptor/tigeraptor_boss',1188),
(17494,17427,'_exp09/characters/monsters/tigeraptor/tigeraptor_swivel_skull',1188),
(17495,17428,'_exp09/characters/monsters/tigeraptor/tigeraptor_tribal',1188),
(17496,17429,'creatures/monsters/willowisp_withered_branches',1188),
(17497,17430,'_exp09/characters/monsters/mist_panther/mist_panther',1188),
(17498,17431,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands_swivel01',1188),
(17499,17432,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_witheringlands01',1188),
(17500,17433,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/chest',1188),
(17501,17434,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/feet',1188),
(17502,17435,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/forearms',1188),
(17503,17436,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/hands',1188),
(17504,17437,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/head',1188),
(17505,17438,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/legs',1188),
(17506,17439,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/legs_noskirt',1188),
(17507,17440,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/shoulders',1188),
(17508,17441,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/shoulders_epic',1188),
(17509,17442,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/skirt',1188),
(17510,17443,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/chest',1188),
(17511,17444,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/feet',1188),
(17512,17445,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/forearms',1188),
(17513,17446,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/hands',1188),
(17514,17447,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/head',1188),
(17515,17448,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/legs',1188),
(17516,17449,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/legs_noskirt',1188),
(17517,17450,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/shoulders',1188),
(17518,17451,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/shoulders_epic',1188),
(17519,17452,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/skirt',1188),
(17520,17453,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth/arms',1188),
(17521,17454,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth/chest',1188),
(17522,17455,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth/chest_epic',1188),
(17523,17456,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth/legs',1188),
(17524,17457,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth/skirt',1188),
(17525,17458,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth2/arms',1188),
(17526,17459,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth2/chest',1188),
(17527,17460,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth2/chest_epic',1188),
(17528,17461,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth2/legs',1188),
(17529,17462,'accessories/wearable_items/_exp09/dracurion_player_usable/cloth2/skirt',1188),
(17530,17463,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/chest',1188),
(17531,17464,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/feet',1188),
(17532,17465,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/forearms',1188),
(17533,17466,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/hands',1188),
(17534,17467,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/head',1188),
(17535,17468,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/legs',1188),
(17536,17469,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/legs_noskirt',1188),
(17537,17470,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/shoulders',1188),
(17538,17471,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/shoulders_epic',1188),
(17539,17472,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/skirt',1188),
(17540,17473,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/chest',1188),
(17541,17474,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/feet',1188),
(17542,17475,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/forearms',1188),
(17543,17476,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/hands',1188),
(17544,17477,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/head',1188),
(17545,17478,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/legs',1188),
(17546,17479,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/legs_noskirt',1188),
(17547,17480,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/shoulders',1188),
(17548,17481,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/shoulders_epic',1188),
(17549,17482,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/skirt',1188),
(17550,17483,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_forearm_cloth_left',1188),
(17551,17484,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_forearm_cloth_right',1188),
(17552,17485,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_chain_left',1188),
(17553,17486,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_chain_right',1188),
(17554,17487,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_cloth_left',1188),
(17555,17488,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_cloth_right',1188),
(17556,17489,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_leather_left',1188),
(17557,17490,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_paladin_pauldron_leather_right',1188),
(17558,17491,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_forearm_cloth_left',1188),
(17559,17492,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_forearm_cloth_right',1188),
(17560,17493,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_chain_left',1188),
(17561,17494,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_chain_right',1188),
(17562,17495,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_cloth_left',1188),
(17563,17496,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_cloth_right',1188),
(17564,17497,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_leather_left',1188),
(17565,17498,'accessories/wearable_items/_exp09/dracurion_player_usable/snapons/dracurion_shadowknight_pauldron_leather_right',1188),
(17566,17499,'_exp09/characters/monsters/mist_panther/mist_panther_corrupted',1188),
(17567,17500,'accessories/wearable_items/cloak/exp09/cloak_lava2',1188),
(17568,17501,'accessories/wearable_items/cloak/exp09/cloak_lava2_scallop',1188),
(17569,17502,'accessories/wearable_items/cloak/exp09/cloak_lava',1188),
(17570,17503,'accessories/wearable_items/cloak/exp09/cloak_lava_blue2',1188),
(17571,17504,'accessories/wearable_items/cloak/exp09/cloak_lava_blue',1188),
(17572,17505,'accessories/wearable_items/cloak/exp09/cloak_lava_green2',1188),
(17573,17506,'accessories/wearable_items/cloak/exp09/cloak_lava_green',1188),
(17574,17507,'accessories/wearable_items/cloak/exp09/cloak_lava_purple2',1188),
(17575,17508,'accessories/wearable_items/cloak/exp09/cloak_lava_purple',1188),
(17576,17509,'creatures/mounts/drakota_mount/drakota_mount_green_druid',1188),
(17577,17510,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/chest',1188),
(17578,17511,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/feet',1188),
(17579,17512,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/forearms',1188),
(17580,17513,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/hands',1188),
(17581,17514,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/hands_epic',1188),
(17582,17515,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/head',1188),
(17583,17516,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/head_epic',1188),
(17584,17517,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/legs',1188),
(17585,17518,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/legs_epic',1188),
(17586,17519,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/legs_noskirt',1188),
(17587,17520,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/right',1188),
(17588,17521,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/shoulders',1188),
(17589,17522,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/shoulders_epic',1188),
(17590,17523,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/shoulders_nopauldrons',1188),
(17591,17524,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/skirt',1188),
(17592,17525,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/forearm_left',1188),
(17593,17526,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/forearm_right',1188),
(17594,17527,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/pauldrons_lower_left',1188),
(17595,17528,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/pauldrons_lower_right',1188),
(17596,17529,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/pauldrons_upper_left',1188),
(17597,17530,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/pauldrons_upper_right',1188),
(17598,17531,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/shin_left',1188),
(17599,17532,'accessories/wearable_items/_exp09/nightborne_sc_vanguard/snap_ons/shin_right',1188),
(17600,17533,'accessories/wieldable_items/shields/exp09/nightborne_shield',1188),
(17601,17534,'staticobjects/soe_wallet/holiday_objects/erollisi_card_01',1188),
(17602,17535,'staticobjects/soe_wallet/holiday_objects/erollisi_card_02',1188),
(17603,17536,'staticobjects/soe_wallet/holiday_objects/erollisi_card_03',1188),
(17604,17537,'creatures/monsters/dikdik_corrupted',1188),
(17605,17538,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star002_ro',1188),
(17606,17539,'staticobjects/rocks/mining_gravel',1188),
(17607,17540,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_chain',1188),
(17608,17541,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_chain_var1',1188),
(17609,17542,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_horns',1188),
(17610,17543,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_horns_var1',1188),
(17611,17544,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_medallion',1188),
(17612,17545,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_medallion_var1',1188),
(17613,17546,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight_a',1188),
(17614,17547,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight_b',1188),
(17615,17548,'_exp04/monsters/erollisi_corrupted',1188),
(17616,17549,'_exp04/monsters/erollisi_corrupted_boss',1188),
(17617,17550,'staticobjects/eig/eig_harvest_location_wl_sky',1188),
(17618,17551,'_exp09/characters/monsters/carnivorous_plant_2012/carnivorous_plant_2012',1188),
(17619,17552,'staticobjects/_exp08/player_housing/skyshrine_arcane_lamp_dpo',1188),
(17620,17553,'staticobjects/_exp08/player_housing/skyshrine_bench_01_dpo',1188),
(17621,17554,'staticobjects/_exp08/player_housing/skyshrine_bench_02_dpo',1188),
(17622,17555,'staticobjects/_exp08/player_housing/skyshrine_bonealtar_dpo',1188),
(17623,17556,'staticobjects/_exp08/player_housing/skyshrine_brazier_hanging_dpo',1188),
(17624,17557,'staticobjects/_exp08/player_housing/skyshrine_brazier_pillar_dpo',1188),
(17625,17558,'staticobjects/_exp08/player_housing/skyshrine_brazier_smoke_dpo',1188),
(17626,17559,'staticobjects/_exp08/player_housing/skyshrine_dragon_head_metal_base_dpo',1188),
(17627,17560,'staticobjects/_exp08/player_housing/skyshrine_dragon_statue_big_dpo',1188),
(17628,17561,'staticobjects/_exp08/player_housing/skyshrine_drake_statue_01',1188),
(17629,17562,'staticobjects/_exp08/player_housing/skyshrine_flag_green_dpo',1188),
(17630,17563,'staticobjects/_exp08/player_housing/skyshrine_flag_hanging_dpo',1188),
(17631,17564,'staticobjects/_exp08/player_housing/skyshrine_flag_red_dpo',1188),
(17632,17565,'staticobjects/_exp08/player_housing/skyshrine_flag_yellow_dpo',1188),
(17633,17566,'accessories/wearable_items/_exp09/antonican_faction_armor/feet_hands/feet',1188),
(17634,17567,'staticobjects/_exp08/player_housing/skyshrine_pillar_epic_dpo',1188),
(17635,17568,'staticobjects/_exp08/player_housing/skyshrine_rug_01_dpo',1188),
(17636,17569,'staticobjects/_exp08/player_housing/skyshrine_rug_02_dpo',1188),
(17637,17570,'staticobjects/_exp08/player_housing/skyshrine_rug_03_dpo',1188),
(17638,17571,'staticobjects/_exp08/player_housing/skyshrine_rug_04_dpo',1188),
(17639,17572,'staticobjects/_exp08/player_housing/skyshrine_rug_05_dpo',1188),
(17640,17573,'staticobjects/_exp08/player_housing/skyshrine_rug_06_big_dpo',1188),
(17641,17574,'staticobjects/_exp08/player_housing/skyshrine_stage_dpo',1188),
(17642,17575,'staticobjects/_exp08/player_housing/skyshrine_statue_epic_dpo',1188),
(17643,17576,'staticobjects/_exp08/player_housing/skyshrine_table_2_dpo',1188),
(17644,17577,'staticobjects/_exp08/player_housing/skyshrine_table_dpo',1188),
(17645,17578,'staticobjects/_exp08/player_housing/wl_bench_dpo',1188),
(17646,17579,'staticobjects/_exp08/player_housing/wl_brazier_dpo',1188),
(17647,17580,'accessories/wearable_items/_exp09/antonican_faction_armor/feet_hands/hands',1188),
(17648,17581,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/chest',1188),
(17649,17582,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/chest_epic',1188),
(17650,17583,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/head',1188),
(17651,17584,'staticobjects/_exp08/player_housing/wl_dragon_skull_dpo',1188),
(17652,17585,'staticobjects/_exp08/player_housing/wl_evil_flower',1188),
(17653,17586,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/head_collar_flared',1188),
(17654,17587,'staticobjects/_exp08/player_housing/wl_spire_dpo',1188),
(17655,17588,'staticobjects/_exp08/player_housing/wl_stage_dpo',1188),
(17656,17589,'staticobjects/_exp08/player_housing/wl_swamp_lilly_dpo',1188),
(17657,17590,'staticobjects/_exp08/player_housing/wl_swamp_plant_dpo',1188),
(17658,17591,'staticobjects/_exp08/player_housing/wl_vine_dpo',1188),
(17659,17592,'staticobjects/_exp08/player_housing/wl_vine_squash_dpo',1188),
(17660,17593,'staticobjects/_exp08/player_housing/wl_wheelbarrow_dpo',1188),
(17661,17594,'creatures/mounts/player_wing/player_wing_angel_black',1188),
(17662,17595,'_exp09/characters/monsters/withering_tree_ent/withering_tree_ent',1188),
(17663,17596,'accessories/wearable_items/_exp09/withering_lands/chain/skirt',1188),
(17664,17597,'accessories/wearable_items/_exp09/withering_lands/chain/chest',1188),
(17665,17598,'accessories/wearable_items/_exp09/withering_lands/chain/feet',1188),
(17666,17599,'accessories/wearable_items/_exp09/withering_lands/chain/forearms',1188),
(17667,17600,'accessories/wearable_items/_exp09/withering_lands/chain/hands',1188),
(17668,17601,'accessories/wearable_items/_exp09/withering_lands/chain/head',1188),
(17669,17602,'accessories/wearable_items/_exp09/withering_lands/chain/legs',1188),
(17670,17603,'accessories/wearable_items/_exp09/withering_lands/chain/legs_noskirt',1188),
(17671,17604,'accessories/wearable_items/_exp09/withering_lands/chain/shoulders',1188),
(17672,17605,'accessories/wearable_items/_exp09/withering_lands/chain/shoulders_snapons',1188),
(17673,17606,'accessories/wearable_items/_exp09/withering_lands/leather/skirt',1188),
(17674,17607,'accessories/wearable_items/_exp09/withering_lands/leather/chest',1188),
(17675,17608,'accessories/wearable_items/_exp09/withering_lands/leather/feet',1188),
(17676,17609,'accessories/wearable_items/_exp09/withering_lands/leather/forearms',1188),
(17677,17610,'accessories/wearable_items/_exp09/withering_lands/leather/hands',1188),
(17678,17611,'accessories/wearable_items/_exp09/withering_lands/leather/head',1188),
(17679,17612,'accessories/wearable_items/_exp09/withering_lands/leather/legs',1188),
(17680,17613,'accessories/wearable_items/_exp09/withering_lands/leather/legs_noskirt',1188),
(17681,17614,'accessories/wearable_items/_exp09/withering_lands/leather/shoulders',1188),
(17682,17615,'accessories/wearable_items/_exp09/withering_lands/leather/shoulders_snapons',1188),
(17683,17616,'accessories/wearable_items/_exp09/withering_lands/snapons/robe_shoulder_bag_right',1188),
(17684,17617,'accessories/wearable_items/_exp09/withering_lands/snapons/chain_shoulder_left',1188),
(17685,17618,'accessories/wearable_items/_exp09/withering_lands/snapons/chain_shoulder_right',1188),
(17686,17619,'accessories/wearable_items/_exp09/withering_lands/snapons/leather_shoulder_left',1188),
(17687,17620,'accessories/wearable_items/_exp09/withering_lands/snapons/leather_shoulder_right',1188),
(17688,17621,'accessories/wearable_items/_exp09/withering_lands/robe/skirt',1188),
(17689,17622,'accessories/wearable_items/_exp09/withering_lands/robe/chest',1188),
(17690,17623,'accessories/wearable_items/_exp09/withering_lands/robe/feet',1188),
(17691,17624,'accessories/wearable_items/_exp09/withering_lands/robe/hands',1188),
(17692,17625,'accessories/wearable_items/_exp09/withering_lands/robe/head',1188),
(17693,17626,'accessories/wearable_items/_exp09/withering_lands/robe/pants',1188),
(17694,17627,'_exp09/characters/monsters/timber_wolf_corrupted/timber_wolf_corrupted',1188),
(17695,17628,'creatures/pets/wolf_pup/wolf_pup_corrupted',1188),
(17696,17629,'accessories/wearable_items/cloak/exp09/cloak_bookshelf2',1188),
(17697,17630,'accessories/wearable_items/cloak/exp09/cloak_bookshelf2_blue',1188),
(17698,17631,'accessories/wearable_items/cloak/exp09/cloak_lace',1188),
(17699,17632,'accessories/wearable_items/cloak/exp09/cloak_lace2',1188),
(17700,17633,'accessories/wearable_items/cloak/exp09/cloak_nightflies2',1188),
(17701,17634,'accessories/wearable_items/cloak/exp09/cloak_nightflies',1188),
(17702,17635,'accessories/wearable_items/cloak/exp09/cloak_lava3',1188),
(17703,17636,'accessories/wearable_items/profesion_hats/flower_circlet/rose_dark_circlet_head',1188),
(17704,17637,'accessories/wearable_items/profesion_hats/flower_circlet/rose_gold_circlet_head',1188),
(17705,17638,'accessories/wearable_items/_exp09/withering_lands/robe/chest_snapon',1188),
(17706,17639,'accessories/wearable_items/_exp09/withering_lands/vanguard/skirt',1188),
(17707,17640,'accessories/wearable_items/_exp09/withering_lands/vanguard/chest',1188),
(17708,17641,'accessories/wearable_items/_exp09/withering_lands/vanguard/feet',1188),
(17709,17642,'accessories/wearable_items/_exp09/withering_lands/vanguard/forearms',1188),
(17710,17643,'accessories/wearable_items/_exp09/withering_lands/vanguard/hands',1188),
(17711,17644,'accessories/wearable_items/_exp09/withering_lands/vanguard/head',1188),
(17712,17645,'accessories/wearable_items/_exp09/withering_lands/vanguard/legs',1188),
(17713,17646,'accessories/wearable_items/_exp09/withering_lands/vanguard/legs_noskirt',1188),
(17714,17647,'accessories/wearable_items/_exp09/withering_lands/vanguard/right',1188),
(17715,17648,'accessories/wearable_items/_exp09/withering_lands/vanguard/shoulders',1188),
(17716,17649,'accessories/wearable_items/_exp09/withering_lands/vanguard/shoulders_nopauldrons',1188),
(17717,17650,'accessories/wearable_items/_exp09/withering_lands/vanguard/shoulders_snapons',1188),
(17718,17651,'accessories/wearable_items/_exp09/withering_lands/snapons/vanguard_shoulder_right',1188),
(17719,17652,'accessories/wearable_items/_exp09/withering_lands/snapons/vanguard_shoulder_left',1188),
(17720,17653,'accessories/wearable_items/_exp09/withering_lands/snapons/robe_bag',1188),
(17721,17654,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_skyshrine_evil',1188),
(17722,17655,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_skyshrine_good',1188),
(17723,17656,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_skyshrine_evil',1188),
(17724,17657,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_skyshrine_good',1188),
(17725,17658,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_skyshrine_evil',1188),
(17726,17659,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_skyshrine_good',1188),
(17727,17660,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_skyshrine_evil',1188),
(17728,17661,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_skyshrine_good',1188),
(17729,17662,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_skyshrine_evil',1188),
(17730,17663,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_skyshrine_good',1188),
(17731,17664,'accessories/wieldable_items/weapons/exp09/bow/longbow_skyshrine_evil',1188),
(17732,17665,'accessories/wieldable_items/weapons/exp09/bow/longbow_skyshrine_good',1188),
(17733,17666,'accessories/wieldable_items/weapons/exp09/fist/katar_spiked_skyshrine_evil',1188),
(17734,17667,'accessories/wieldable_items/weapons/exp09/fist/katar_spiked_skyshrine_good',1188),
(17735,17668,'accessories/wieldable_items/weapons/exp09/staff/halberd_skyshrine_evil',1188),
(17736,17669,'accessories/wieldable_items/weapons/exp09/staff/halberd_skyshrine_good',1188),
(17737,17670,'accessories/wieldable_items/weapons/exp09/staff/spear_open_skyshrine_evil',1188),
(17738,17671,'accessories/wieldable_items/weapons/exp09/staff/spear_open_skyshrine_good',1188),
(17739,17672,'accessories/wieldable_items/weapons/exp09/staff/spear_skyshrine_evil',1188),
(17740,17673,'accessories/wieldable_items/weapons/exp09/staff/spear_skyshrine_good',1188),
(17741,17674,'accessories/wieldable_items/weapons/exp09/staff/staff_skyshrine_evil',1188),
(17742,17675,'accessories/wieldable_items/weapons/exp09/staff/staff_skyshrine_good',1188),
(17743,17676,'accessories/wieldable_items/shields/exp09/buckler_skyshrine_evil',1188),
(17744,17677,'accessories/wieldable_items/shields/exp09/buckler_skyshrine_good',1188),
(17745,17678,'accessories/wieldable_items/shields/exp09/kite_skyshrine_evil',1188),
(17746,17679,'accessories/wieldable_items/shields/exp09/kite_skyshrine_good',1188),
(17747,17680,'accessories/npc_wearables/dracurion/2h_sword_skyshrine_evil',1188),
(17748,17681,'accessories/npc_wearables/dracurion/2h_sword_skyshrine_good',1188),
(17749,17682,'accessories/npc_wearables/dracurion/halberd_skyshrine_evil',1188),
(17750,17683,'accessories/npc_wearables/dracurion/halberd_skyshrine_good',1188),
(17751,17684,'accessories/npc_wearables/dracurion/spear_skyshrine_evil',1188),
(17752,17685,'accessories/npc_wearables/dracurion/spear_skyshrine_good',1188),
(17753,17686,'accessories/npc_wearables/dracurion/spear2_skyshrine_evil',1188),
(17754,17687,'accessories/npc_wearables/dracurion/spear2_skyshrine_good',1188),
(17755,17688,'accessories/npc_wearables/dracurion/staff_skyshrine_evil',1188),
(17756,17689,'accessories/npc_wearables/dracurion/staff_skyshrine_good',1188),
(17757,17690,'accessories/wearable_items/_exp09/dracurion_player_usable/chain/head_epic',1188),
(17758,17691,'accessories/wearable_items/_exp09/dracurion_player_usable/chain2/head_epic',1188),
(17759,17692,'accessories/wearable_items/_exp09/dracurion_player_usable/leather/head_epic',1188),
(17760,17693,'accessories/wearable_items/_exp09/dracurion_player_usable/leather2/head_epic',1188),
(17761,17694,'_exp09/characters/monsters/mud_monster/mud_monster',1188),
(17762,17695,'creatures/mounts/horse_heavy/horse_new_combine',1188),
(17763,17696,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_freeport',1188),
(17764,17697,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_gorowyn',1188),
(17765,17698,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_halas',1188),
(17766,17699,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_kelethin',1188),
(17767,17700,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_neriak',1188),
(17768,17701,'creatures/mounts/horse_heavy/new_combine_flags/horse_new_combine_flag_qeynos',1188),
(17769,17702,'creatures/mounts/warhog_mount/swivels/warhog_beastlord_swivel',1188),
(17770,17703,'staticobjects/_exp08/harvestables/exp08_bush_harvesting',1188),
(17771,17704,'staticobjects/_exp08/harvestables/exp08_gems_harvesting',1188),
(17772,17705,'staticobjects/_exp08/harvestables/exp08_log_harvesting',1188),
(17773,17706,'staticobjects/_exp08/harvestables/exp08_ore_harvesting',1188),
(17774,17707,'staticobjects/_exp08/harvestables/exp08_roots_harvesting',1188),
(17775,17708,'staticobjects/_exp08/harvestables/exp08_trapping_harvesting',1188),
(17776,17709,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_storm',1188),
(17777,17710,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_storm_violet',1188),
(17778,17711,'accessories/wearable_items/snapons/backpacks/backpack_othmir_swivel/backpack_othmir_animated',1188),
(17779,17712,'_exp09/characters/monsters/beetle/beetle_grappler',1188),
(17780,17713,'_exp09/characters/monsters/beetle/beetle_grappler_clockwork',1188),
(17781,17714,'_exp09/characters/monsters/beetle/beetle_grappler_sanguine',1188),
(17782,17715,'_exp09/characters/monsters/beetle/beetle_grappler_shadow',1188),
(17783,17716,'_exp09/characters/monsters/beetle/beetle_hercules',1188),
(17784,17717,'_exp09/characters/monsters/beetle/beetle_hercules_clockwork',1188),
(17785,17718,'_exp09/characters/monsters/beetle/beetle_hercules_sanguine',1188),
(17786,17719,'_exp09/characters/monsters/beetle/beetle_hercules_shadow',1188),
(17787,17720,'_exp09/characters/monsters/beetle/beetle_lobber',1188),
(17788,17721,'_exp09/characters/monsters/beetle/beetle_lobber_clockwork',1188),
(17789,17722,'_exp09/characters/monsters/beetle/beetle_lobber_sanguine',1188),
(17790,17723,'_exp09/characters/monsters/beetle/beetle_lobber_shadow',1188),
(17791,17724,'_exp09/characters/monsters/beetle/beetle_lobber2',1188),
(17792,17725,'_exp09/characters/monsters/beetle/beetle_original',1188),
(17793,17726,'_exp09/characters/monsters/beetle/beetle_original_clockwork',1188),
(17794,17727,'_exp09/characters/monsters/beetle/beetle_original_ladybug',1188),
(17795,17728,'_exp09/characters/monsters/beetle/beetle_original_sanguine',1188),
(17796,17729,'_exp09/characters/monsters/beetle/beetle_original_shadow',1188),
(17797,17730,'_exp09/characters/monsters/beetle_groundattack/beetle',1188),
(17798,17731,'_exp09/characters/monsters/beetle_groundattack/beetle_grappler',1188),
(17799,17732,'_exp09/characters/monsters/beetle_groundattack/beetle_grappler_clockwork',1188),
(17800,17733,'_exp09/characters/monsters/beetle_groundattack/beetle_grappler_sanguine',1188),
(17801,17734,'_exp09/characters/monsters/beetle_groundattack/beetle_grappler_shadow',1188),
(17802,17735,'_exp09/characters/monsters/beetle_groundattack/beetle_hercules',1188),
(17803,17736,'_exp09/characters/monsters/beetle_groundattack/beetle_hercules_clockwork',1188),
(17804,17737,'_exp09/characters/monsters/beetle_groundattack/beetle_hercules_sanguine',1188),
(17805,17738,'_exp09/characters/monsters/beetle_groundattack/beetle_hercules_shadow',1188),
(17806,17739,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber',1188),
(17807,17740,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber_clockwork',1188),
(17808,17741,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber_sanguine',1188),
(17809,17742,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber_shadow',1188),
(17810,17743,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber2',1188),
(17811,17744,'_exp09/characters/monsters/beetle_groundattack/beetle_original',1188),
(17812,17745,'_exp09/characters/monsters/beetle_groundattack/beetle_original_clockwork',1188),
(17813,17746,'_exp09/characters/monsters/beetle_groundattack/beetle_original_ladybug',1188),
(17814,17747,'_exp09/characters/monsters/beetle_groundattack/beetle_original_sanguine',1188),
(17815,17748,'_exp09/characters/monsters/beetle_groundattack/beetle_original_shadow',1188),
(17816,17749,'_exp08/characters/tool_users/vampire_female_merc/vampire_female_merc',1188),
(17817,17750,'accessories/wearable_items/cloak/exp08/cloak_vampire_merc',1188),
(17818,17751,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_vampire_merc',1188),
(17819,17752,'_exp08/characters/tool_users/vampire_female_merc/vampire_female_merc_evil',1188),
(17820,17753,'accessories/wieldable_items/shields/exp08/exp08_shield_dragonanimated_gold',1188),
(17821,17754,'accessories/wieldable_items/shields/exp09/spike_shield',1188),
(17822,17755,'accessories/wieldable_items/shields/exp09/spike_shield_hot',1188),
(17823,17756,'_exp08/characters/monsters/dozekar/dozekar_base',1188),
(17824,17757,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_crate01_dpo',1188),
(17825,17758,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_lower_objects01_torch01_fx_dpo',1188),
(17826,17759,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_lower_objects01_torch02_fx_dpo',1188),
(17827,17760,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_barricade01_dpo',1188),
(17828,17761,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_bench01_dpo',1188),
(17829,17762,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_bench01b_dpo',1188),
(17830,17763,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_flag_noflag01_dpo',1188),
(17831,17764,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_flagblue01_dpo',1188),
(17832,17765,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_flaggreen01_dpo',1188),
(17833,17766,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_flagred01_dpo',1188),
(17834,17767,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_flagyellow01_dpo',1188),
(17835,17768,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable01_dpo',1188),
(17836,17769,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable01_shade_dpo',1188),
(17837,17770,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable02_dpo',1188),
(17838,17771,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable02_shade_dpo',1188),
(17839,17772,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable03_dpo',1188),
(17840,17773,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable03_shade_dpo',1188),
(17841,17774,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable04_dpo',1188),
(17842,17775,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable04_shade_dpo',1188),
(17843,17776,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable05_dpo',1188),
(17844,17777,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable05_shade_dpo',1188),
(17845,17778,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_grouptable06_dpo',1188),
(17846,17779,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase01_dpo',1188),
(17847,17780,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase02_dpo',1188),
(17848,17781,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase03_dpo',1188),
(17849,17782,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase04_dpo',1188),
(17850,17783,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase05_dpo',1188),
(17851,17784,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase06_dpo',1188),
(17852,17785,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase07_dpo',1188),
(17853,17786,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_groupvase08_dpo',1188),
(17854,17787,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_pedastalarcane01_dpo',1188),
(17855,17788,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_pedastalgov01_dpo',1188),
(17856,17789,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/head_mask',1188),
(17857,17790,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug01_dpo',1188),
(17858,17791,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug02_dpo',1188),
(17859,17792,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug03_dpo',1188),
(17860,17793,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug04_dpo',1188),
(17861,17794,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug05_dpo',1188),
(17862,17795,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_rug06_big_dpo',1188),
(17863,17796,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue01_gold_dpo',1188),
(17864,17797,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue01_marble_dpo',1188),
(17865,17798,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue01_metal_dpo',1188),
(17866,17799,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue02_gold_dpo',1188),
(17867,17800,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue02_marble_dpo',1188),
(17868,17801,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue02_metal_dpo',1188),
(17869,17802,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue03_gov01_gold_dpo',1188),
(17870,17803,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/head_mask_hood',1188),
(17871,17804,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue03_gov01_metal_dpo',1188),
(17872,17805,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue04_arcane01_gold_dpo',1188),
(17873,17806,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue04_arcane01_marble_dpo',1188),
(17874,17807,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue04_arcane01_metal_dpo',1188),
(17875,17808,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue05_gold_dpo',1188),
(17876,17809,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue05_marble_dpo',1188),
(17877,17810,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue05_metal_dpo',1188),
(17878,17811,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_table01_dpo',1188),
(17879,17812,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_table01b_dpo',1188),
(17880,17813,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_torch01_dpo',1188),
(17881,17814,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_torch02_dpo',1188),
(17882,17815,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_torcharcane01_dpo',1188),
(17883,17816,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_torchgov01_dpo',1188),
(17884,17817,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_torchmerchant01_dpo',1188),
(17885,17818,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase01_dpo',1188),
(17886,17819,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase01b_dpo',1188),
(17887,17820,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase02_dpo',1188),
(17888,17821,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase02b_dpo',1188),
(17889,17822,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase03_dpo',1188),
(17890,17823,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase03b_dpo',1188),
(17891,17824,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase04_dpo',1188),
(17892,17825,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase04b_dpo',1188),
(17893,17826,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase05_dpo',1188),
(17894,17827,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_vase05b_dpo',1188),
(17895,17828,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagonarcane01_dpo',1188),
(17896,17829,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagonarcane02_dpo',1188),
(17897,17830,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagongov01_dpo',1188),
(17898,17831,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagongov02_dpo',1188),
(17899,17832,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagonmerchant01_dpo',1188),
(17900,17833,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_wagonmerchant02_dpo',1188),
(17901,17834,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_ice_transparent',1188),
(17902,17835,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_skyshrine_evil_fx',1188),
(17903,17836,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_skyshrine_good_fx',1188),
(17904,17837,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_skyshrine_evil_fx',1188),
(17905,17838,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_skyshrine_good_fx',1188),
(17906,17839,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_skyshrine_evil_fx',1188),
(17907,17840,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_skyshrine_good_fx',1188),
(17908,17841,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_skyshrine_evil_fx',1188),
(17909,17842,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_skyshrine_good_fx',1188),
(17910,17843,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_skyshrine_evil_fx',1188),
(17911,17844,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_skyshrine_good_fx',1188),
(17912,17845,'accessories/wieldable_items/weapons/exp09/bow/longbow_skyshrine_evil_fx',1188),
(17913,17846,'accessories/wieldable_items/weapons/exp09/bow/longbow_skyshrine_good_fx',1188),
(17914,17847,'accessories/wieldable_items/weapons/exp09/fist/katar_spiked_skyshrine_evil_fx',1188),
(17915,17848,'accessories/wieldable_items/weapons/exp09/fist/katar_spiked_skyshrine_good_fx',1188),
(17916,17849,'accessories/wieldable_items/weapons/exp09/staff/halberd_skyshrine_evil_fx',1188),
(17917,17850,'accessories/wieldable_items/weapons/exp09/staff/halberd_skyshrine_good_fx',1188),
(17918,17851,'accessories/wieldable_items/weapons/exp09/staff/spear_open_skyshrine_evil_fx',1188),
(17919,17852,'accessories/wieldable_items/weapons/exp09/staff/spear_open_skyshrine_good_fx',1188),
(17920,17853,'accessories/wieldable_items/weapons/exp09/staff/spear_skyshrine_evil_fx',1188),
(17921,17854,'accessories/wieldable_items/weapons/exp09/staff/spear_skyshrine_good_fx',1188),
(17922,17855,'accessories/wieldable_items/weapons/exp09/staff/staff_skyshrine_evil_fx',1188),
(17923,17856,'accessories/wieldable_items/weapons/exp09/staff/staff_skyshrine_good_fx',1188),
(17924,17857,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_pedastalmerchant01_dpo',1188),
(17925,17858,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/pants',1188),
(17926,17859,'creatures/mounts/player_wing/player_wing_clockwork_clear',1188),
(17927,17860,'creatures/mounts/player_wing/player_wing_clockwork_clear_red',1188),
(17928,17861,'creatures/mounts/player_wing/player_wing_clockwork_evil',1188),
(17929,17862,'creatures/mounts/player_wing/player_wing_clockwork_evil2',1188),
(17930,17863,'creatures/mounts/player_wing/player_wing_clockwork_goldblue',1188),
(17931,17864,'creatures/mounts/player_wing/player_wing_clockwork_goldpink',1188),
(17932,17865,'creatures/mounts/player_wing/player_wing_clockwork1',1188),
(17933,17866,'creatures/mounts/player_wing/player_wing_clockwork1_blue',1188),
(17934,17867,'creatures/mounts/player_wing/player_wing_clockwork1_dark',1188),
(17935,17868,'creatures/mounts/player_wing/player_wing_clockwork1_darkgreen',1188),
(17936,17869,'creatures/mounts/player_wing/player_wing_clockwork1_green',1188),
(17937,17870,'creatures/mounts/player_wing/player_wing_clockwork1_red',1188),
(17938,17871,'accessories/wearable_items/cloak/exp09/cloak_mistshire',1188),
(17939,17872,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/chest',1188),
(17940,17873,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/feet',1188),
(17941,17874,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/forearms',1188),
(17942,17875,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/hands',1188),
(17943,17876,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/head',1188),
(17944,17877,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/left',1188),
(17945,17878,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/legs',1188),
(17946,17879,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/legs_noskirt',1188),
(17947,17880,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/pauldron02_vanguard_ridged_left',1188),
(17948,17881,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/pauldron02_vanguard_ridged_right',1188),
(17949,17882,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/right',1188),
(17950,17883,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/shoulders',1188),
(17951,17884,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/shoulders_epic',1188),
(17952,17885,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/shoulders_nopauldrons',1188),
(17953,17886,'accessories/wearable_items/_exp08/tradeskill_vanguard/dark/skirt',1188),
(17954,17887,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/chest',1188),
(17955,17888,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/feet',1188),
(17956,17889,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/forearms',1188),
(17957,17890,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/hands',1188),
(17958,17891,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/head',1188),
(17959,17892,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/left',1188),
(17960,17893,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/legs',1188),
(17961,17894,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/legs_noskirt',1188),
(17962,17895,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/pauldron02_vanguard_ridged_left',1188),
(17963,17896,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/pauldron02_vanguard_ridged_right',1188),
(17964,17897,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/right',1188),
(17965,17898,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/shoulders',1188),
(17966,17899,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/shoulders_epic',1188),
(17967,17900,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/shoulders_nopauldrons',1188),
(17968,17901,'accessories/wearable_items/_exp08/tradeskill_vanguard/gold/skirt',1188),
(17969,17902,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/chest',1188),
(17970,17903,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/feet',1188),
(17971,17904,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/forearms',1188),
(17972,17905,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/hands',1188),
(17973,17906,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/head',1188),
(17974,17907,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/left',1188),
(17975,17908,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/legs',1188),
(17976,17909,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/legs_noskirt',1188),
(17977,17910,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/pauldron02_vanguard_ridged_left',1188),
(17978,17911,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/pauldron02_vanguard_ridged_right',1188),
(17979,17912,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/right',1188),
(17980,17913,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/shoulders',1188),
(17981,17914,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/shoulders_epic',1188),
(17982,17915,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/shoulders_nopauldrons',1188),
(17983,17916,'accessories/wearable_items/_exp08/tradeskill_vanguard/green/skirt',1188),
(17984,17917,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/chest',1188),
(17985,17918,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/feet',1188),
(17986,17919,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/forearms',1188),
(17987,17920,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/hands',1188),
(17988,17921,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/head',1188),
(17989,17922,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/left',1188),
(17990,17923,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/legs',1188),
(17991,17924,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/legs_noskirt',1188),
(17992,17925,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/pauldron02_vanguard_ridged_left',1188),
(17993,17926,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/pauldron02_vanguard_ridged_right',1188),
(17994,17927,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/right',1188),
(17995,17928,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/shoulders',1188),
(17996,17929,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/shoulders_epic',1188),
(17997,17930,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/shoulders_nopauldrons',1188),
(17998,17931,'accessories/wearable_items/_exp08/tradeskill_vanguard/iron/skirt',1188),
(17999,17932,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/chest',1188),
(18000,17933,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/feet',1188),
(18001,17934,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/forearms',1188),
(18002,17935,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/hands',1188),
(18003,17936,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/head',1188),
(18004,17937,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/left',1188),
(18005,17938,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/legs',1188),
(18006,17939,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/legs_noskirt',1188),
(18007,17940,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/pauldron02_vanguard_ridged_left',1188),
(18008,17941,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/pauldron02_vanguard_ridged_right',1188),
(18009,17942,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/right',1188),
(18010,17943,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/shoulders',1188),
(18011,17944,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/shoulders_epic',1188),
(18012,17945,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/shoulders_nopauldrons',1188),
(18013,17946,'accessories/wearable_items/_exp08/tradeskill_vanguard/red/skirt',1188),
(18014,17947,'accessories/wearable_items/_exp08/tradeskill_vanguard/chest',1188),
(18015,17948,'accessories/wearable_items/_exp08/tradeskill_vanguard/feet',1188),
(18016,17949,'accessories/wearable_items/_exp08/tradeskill_vanguard/forearms',1188),
(18017,17950,'accessories/wearable_items/_exp08/tradeskill_vanguard/hands',1188),
(18018,17951,'accessories/wearable_items/_exp08/tradeskill_vanguard/head',1188),
(18019,17952,'accessories/wearable_items/_exp08/tradeskill_vanguard/left',1188),
(18020,17953,'accessories/wearable_items/_exp08/tradeskill_vanguard/legs',1188),
(18021,17954,'accessories/wearable_items/_exp08/tradeskill_vanguard/legs_noskirt',1188),
(18022,17955,'accessories/wearable_items/_exp08/tradeskill_vanguard/pauldron02_vanguard_ridged_left',1188),
(18023,17956,'accessories/wearable_items/_exp08/tradeskill_vanguard/pauldron02_vanguard_ridged_right',1188),
(18024,17957,'accessories/wearable_items/_exp08/tradeskill_vanguard/right',1188),
(18025,17958,'accessories/wearable_items/_exp08/tradeskill_vanguard/shoulders',1188),
(18026,17959,'accessories/wearable_items/_exp08/tradeskill_vanguard/shoulders_epic',1188),
(18027,17960,'accessories/wearable_items/_exp08/tradeskill_vanguard/shoulders_nopauldrons',1188),
(18028,17961,'accessories/wearable_items/_exp08/tradeskill_vanguard/skirt',1188),
(18029,17962,'accessories/wieldable_items/shields/exp08/exp08_shield_celticanimated_bluegold',1188),
(18030,17963,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_satyr_withering_lands',1188),
(18031,17964,'accessories/wieldable_items/weapons/exp08/1h_crush/wand_satyr_withering_lands',1188),
(18032,17965,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_satyr_withering_lands',1188),
(18033,17966,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_satyr_withering_lands',1188),
(18034,17967,'accessories/wieldable_items/weapons/exp08/2h_crush/exp08_2h_hammer_satyr_withering_lands',1188),
(18035,17968,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_satyr_withering_lands',1188),
(18036,17969,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_satyr_withering_lands',1188),
(18037,17970,'accessories/wieldable_items/weapons/exp08/staff/exp08_staff_satyr_withering_lands',1188),
(18038,17971,'_exp08/characters/monsters/dragon_grendish/dragon_grendish',1188),
(18039,17972,'accessories/wearable_items/cloak/exp09/cloak_sarnak',1188),
(18040,17973,'staticobjects/_exp08/exp08_dun_skyshrine_contested/exp08_skyshrine_objects01_portalfx01_arcane01_pfx',1188),
(18041,17974,'staticobjects/_exp08/exp08_dun_skyshrine_contested/exp08_skyshrine_objects01_portalfx01_gov01_pfx',1188),
(18042,17975,'staticobjects/_exp08/exp08_dun_skyshrine_contested/exp08_skyshrine_objects01_portalfx01_merchant01_pfx',1188),
(18043,17976,'_exp08/characters/monsters/fish_bowl/fish_bowl_base',1188),
(18044,17977,'_exp08/characters/monsters/dragon_lendiniara/dragon_lendiniara',1188),
(18045,17978,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_tradeskill_bronze',1188),
(18046,17979,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_tradeskill_darkmetal',1188),
(18047,17980,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_tradeskill_gold',1188),
(18048,17981,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_tradeskill_iron',1188),
(18049,17982,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_tradeskill_bronze',1188),
(18050,17983,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_tradeskill_darkmetal',1188),
(18051,17984,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_tradeskill_gold',1188),
(18052,17985,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_tradeskill_iron',1188),
(18053,17986,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_tradeskill_bronze',1188),
(18054,17987,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_tradeskill_darkmetal',1188),
(18055,17988,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_tradeskill_gold',1188),
(18056,17989,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_tradeskill_iron',1188),
(18057,17990,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_tradeskill_bronze',1188),
(18058,17991,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_tradeskill_darkmetal',1188),
(18059,17992,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_tradeskill_gold',1188),
(18060,17993,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_tradeskill_iron',1188),
(18061,17994,'accessories/wieldable_items/weapons/exp09/bow/longbow_tradeskill_bronze',1188),
(18062,17995,'accessories/wieldable_items/weapons/exp09/bow/longbow_tradeskill_darkmetal',1188),
(18063,17996,'accessories/wieldable_items/weapons/exp09/bow/longbow_tradeskill_gold',1188),
(18064,17997,'accessories/wieldable_items/weapons/exp09/bow/longbow_tradeskill_iron',1188),
(18065,17998,'accessories/wieldable_items/weapons/exp09/staff/halberd_tradeskill_bronze',1188),
(18066,17999,'accessories/wieldable_items/weapons/exp09/staff/halberd_tradeskill_darkmetal',1188),
(18067,18000,'accessories/wieldable_items/weapons/exp09/staff/halberd_tradeskill_gold',1188),
(18068,18001,'accessories/wieldable_items/weapons/exp09/staff/halberd_tradeskill_iron',1188),
(18069,18002,'accessories/wieldable_items/weapons/exp09/staff/staff_tradeskill_bronze',1188),
(18070,18003,'accessories/wieldable_items/weapons/exp09/staff/staff_tradeskill_darkmetal',1188),
(18071,18004,'accessories/wieldable_items/weapons/exp09/staff/staff_tradeskill_gold',1188),
(18072,18005,'accessories/wieldable_items/weapons/exp09/staff/staff_tradeskill_iron',1188),
(18073,18006,'staticobjects/fish_tank/fishtank_01_dpo',1188),
(18074,18007,'staticobjects/soe_wallet/painting_withered02',1188),
(18075,18008,'staticobjects/soe_wallet/fishtank_02_dpo',1188),
(18076,18009,'staticobjects/soe_wallet/painting_skyshrine',1188),
(18077,18010,'staticobjects/soe_wallet/painting_withered01',1188),
(18078,18011,'creatures/mounts/horse_heavy/horse_epic_lava',1188),
(18079,18012,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_qeynos',1188),
(18080,18013,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_freeport',1188),
(18081,18014,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_neriak',1188),
(18082,18015,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_gorowyn',1188),
(18083,18016,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_halas',1188),
(18084,18017,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_combine_kelethin',1188),
(18085,18018,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_freeport',1188),
(18086,18019,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_qeynos',1188),
(18087,18020,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_neriak',1188),
(18088,18021,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_gorowyn',1188),
(18089,18022,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_halas',1188),
(18090,18023,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_combine_kelethin',1188),
(18091,18024,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_gorowyn',1188),
(18092,18025,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_qeynos',1188),
(18093,18026,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_neriak',1188),
(18094,18027,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_freeport',1188),
(18095,18028,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_kelethin',1188),
(18096,18029,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_halas',1188),
(18097,18030,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_combine_base',1188),
(18098,18031,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_freeport',1188),
(18099,18032,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_qeynos',1188),
(18100,18033,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_neriak',1188),
(18101,18034,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_gorowyn',1188),
(18102,18035,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_halas',1188),
(18103,18036,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine_kelethin',1188),
(18104,18037,'accessories/wearable_items/cloak/exp08/cloak_brawlin_riggins',1188),
(18105,18038,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_boot_cuff_left',1188),
(18106,18039,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_boot_cuff_right',1188),
(18107,18040,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_elbow_left',1188),
(18108,18041,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_pauldron_left',1188),
(18109,18042,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_wrist_left',1188),
(18110,18043,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/brawlin_riggins_wrist_right',1188),
(18111,18044,'accessories/wearable_items/_exp08/brawlin_riggins_armor/snap_ons/head_collar_brawlin_riggins',1188),
(18112,18045,'accessories/wearable_items/_exp08/brawlin_riggins_armor/chest',1188),
(18113,18046,'accessories/wearable_items/_exp08/brawlin_riggins_armor/feet',1188),
(18114,18047,'accessories/wearable_items/_exp08/brawlin_riggins_armor/feet_peg_left',1188),
(18115,18048,'accessories/wearable_items/_exp08/brawlin_riggins_armor/feet_peg_right',1188),
(18116,18049,'accessories/wearable_items/_exp08/brawlin_riggins_armor/forearms',1188),
(18117,18050,'accessories/wearable_items/_exp08/brawlin_riggins_armor/hands',1188),
(18118,18051,'accessories/wearable_items/_exp08/brawlin_riggins_armor/head',1188),
(18119,18052,'accessories/wearable_items/_exp08/brawlin_riggins_armor/legs',1188),
(18120,18053,'accessories/wearable_items/_exp08/brawlin_riggins_armor/shoulders',1188),
(18121,18054,'accessories/wearable_items/_exp08/brawlin_riggins_armor/skirt',1188),
(18122,18055,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_kelethin',1188),
(18123,18056,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_halas',1188),
(18124,18057,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_gorowyn',1188),
(18125,18058,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_neriak',1188),
(18126,18059,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_freeport',1188),
(18127,18060,'accessories/wieldable_items/shields/exp08/exp08_shield_tower_combine_qeynos',1188),
(18128,18061,'_exp01/characters/monsters/crocodile_thin_nose',1188),
(18129,18062,'accessories/wearable_items/_exp08/tradeskill_robe/chest',1188),
(18130,18063,'accessories/wearable_items/_exp08/tradeskill_robe/feet',1188),
(18131,18064,'accessories/wearable_items/_exp08/tradeskill_robe/hands',1188),
(18132,18065,'accessories/wearable_items/_exp08/tradeskill_robe/head_collar',1188),
(18133,18066,'accessories/wearable_items/_exp08/tradeskill_robe/head_robe',1188),
(18134,18067,'accessories/wearable_items/_exp08/tradeskill_robe/pants',1188),
(18135,18068,'accessories/wearable_items/_exp08/tradeskill_robe/skirt',1188),
(18136,18069,'accessories/wearable_items/_exp08/tradeskill_robe/dark/chest',1188),
(18137,18070,'accessories/wearable_items/_exp08/tradeskill_robe/dark/feet',1188),
(18138,18071,'accessories/wearable_items/_exp08/tradeskill_robe/dark/hands',1188),
(18139,18072,'accessories/wearable_items/_exp08/tradeskill_robe/dark/head_collar',1188),
(18140,18073,'accessories/wearable_items/_exp08/tradeskill_robe/dark/head_hood',1188),
(18141,18074,'accessories/wearable_items/_exp08/tradeskill_robe/dark/pants',1188),
(18142,18075,'accessories/wearable_items/_exp08/tradeskill_robe/dark/skirt',1188),
(18143,18076,'accessories/wearable_items/_exp08/tradeskill_robe/gold/chest',1188),
(18144,18077,'accessories/wearable_items/_exp08/tradeskill_robe/gold/feet',1188),
(18145,18078,'accessories/wearable_items/_exp08/tradeskill_robe/gold/hands',1188),
(18146,18079,'accessories/wearable_items/_exp08/tradeskill_robe/gold/head_collar',1188),
(18147,18080,'accessories/wearable_items/_exp08/tradeskill_robe/gold/head_hood',1188),
(18148,18081,'accessories/wearable_items/_exp08/tradeskill_robe/gold/pants',1188),
(18149,18082,'accessories/wearable_items/_exp08/tradeskill_robe/gold/skirt',1188),
(18150,18083,'accessories/wearable_items/_exp08/tradeskill_robe/green/chest',1188),
(18151,18084,'accessories/wearable_items/_exp08/tradeskill_robe/green/feet',1188),
(18152,18085,'accessories/wearable_items/_exp08/tradeskill_robe/green/hands',1188),
(18153,18086,'accessories/wearable_items/_exp08/tradeskill_robe/green/head_collar',1188),
(18154,18087,'accessories/wearable_items/_exp08/tradeskill_robe/green/head_hood',1188),
(18155,18088,'accessories/wearable_items/_exp08/tradeskill_robe/green/pants',1188),
(18156,18089,'accessories/wearable_items/_exp08/tradeskill_robe/green/skirt',1188),
(18157,18090,'accessories/wearable_items/_exp08/tradeskill_robe/iron/chest',1188),
(18158,18091,'accessories/wearable_items/_exp08/tradeskill_robe/iron/feet',1188),
(18159,18092,'accessories/wearable_items/_exp08/tradeskill_robe/iron/hands',1188),
(18160,18093,'accessories/wearable_items/_exp08/tradeskill_robe/iron/head_collar',1188),
(18161,18094,'accessories/wearable_items/_exp08/tradeskill_robe/iron/head_hood',1188),
(18162,18095,'accessories/wearable_items/_exp08/tradeskill_robe/iron/pants',1188),
(18163,18096,'accessories/wearable_items/_exp08/tradeskill_robe/iron/skirt',1188),
(18164,18097,'accessories/wearable_items/_exp08/tradeskill_robe/red/chest',1188),
(18165,18098,'accessories/wearable_items/_exp08/tradeskill_robe/red/feet',1188),
(18166,18099,'accessories/wearable_items/_exp08/tradeskill_robe/red/hands',1188),
(18167,18100,'accessories/wearable_items/_exp08/tradeskill_robe/red/head_collar',1188),
(18168,18101,'accessories/wearable_items/_exp08/tradeskill_robe/red/head_hood',1188),
(18169,18102,'accessories/wearable_items/_exp08/tradeskill_robe/red/pants',1188),
(18170,18103,'accessories/wearable_items/_exp08/tradeskill_robe/red/skirt',1188),
(18171,18104,'staticobjects/housing_portal_objects/vision_home_void01',1188),
(18172,18105,'staticobjects/housing_portal_objects/vision_home_vasty_library01',1188),
(18173,18106,'staticobjects/_exp08/exp08_dun_skyshrine_contested/teleport_portalfx01',1188),
(18174,18107,'_exp08/characters/monsters/dragon_susarrak/susarrak',1188),
(18175,18108,'accessories/wieldable_items/shields/exp08/exp08_shield_buckler_tradeskill',1188),
(18176,18109,'accessories/wieldable_items/shields/exp08/exp08_shield_buckler_tradeskill_dark',1188),
(18177,18110,'accessories/wieldable_items/shields/exp08/exp08_shield_buckler_tradeskill_gold',1188),
(18178,18111,'accessories/wieldable_items/shields/exp08/exp08_shield_buckler_tradeskill_iron',1188),
(18179,18112,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_tradeskill',1188),
(18180,18113,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_tradeskill_dark',1188),
(18181,18114,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_tradeskill_gold',1188),
(18182,18115,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_tradeskill_iron',1188),
(18183,18116,'accessories/wieldable_items/shields/exp08/exp08_shield_round_tradeskill',1188),
(18184,18117,'accessories/wieldable_items/shields/exp08/exp08_shield_round_tradeskill_dark',1188),
(18185,18118,'accessories/wieldable_items/shields/exp08/exp08_shield_round_tradeskill_gold',1188),
(18186,18119,'accessories/wieldable_items/shields/exp08/exp08_shield_round_tradeskill_iron',1188),
(18187,18120,'_exp09/characters/monsters/mud_monster/mud_monster_skyshrine',1188),
(18188,18121,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_blackred',1188),
(18189,18122,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_blackwhite',1188),
(18190,18123,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_blueyellow',1188),
(18191,18124,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_greengold',1188),
(18192,18125,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_purplepink',1188),
(18193,18126,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_redgold',1188),
(18194,18127,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/belt/skirt 2',1188),
(18195,18128,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/belt/skirt',1188),
(18196,18129,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/head/head',1188),
(18197,18130,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/chest',1188),
(18198,18131,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/feet',1188),
(18199,18132,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/hands',1188),
(18200,18133,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/head_jester',1188),
(18201,18134,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/legs',1188),
(18202,18135,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/shoulders',1188),
(18203,18136,'accessories/wearable_items/_exp08/jester_heavycloth/blackred/skirt',1188),
(18204,18137,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/belt/skirt',1188),
(18205,18138,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/belt/skirt_nofroglok',1188),
(18206,18139,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/chest',1188),
(18207,18140,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/feet',1188),
(18208,18141,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/hands',1188),
(18209,18142,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/head_jester',1188),
(18210,18143,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/legs',1188),
(18211,18144,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/shoulders',1188),
(18212,18145,'accessories/wearable_items/_exp08/jester_heavycloth/blackwhite/skirt',1188),
(18213,18146,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/belt/skirt',1188),
(18214,18147,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/belt/skirt_nofroglok',1188),
(18215,18148,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/chest',1188),
(18216,18149,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/feet',1188),
(18217,18150,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/hands',1188),
(18218,18151,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/head_jester',1188),
(18219,18152,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/legs',1188),
(18220,18153,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/shoulders',1188),
(18221,18154,'accessories/wearable_items/_exp08/jester_heavycloth/blueyellow/skirt',1188),
(18222,18155,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/chest',1188),
(18223,18156,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/feet',1188),
(18224,18157,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/hands',1188),
(18225,18158,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/head_jester',1188),
(18226,18159,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/legs',1188),
(18227,18160,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/shoulders',1188),
(18228,18161,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/skirt',1188),
(18229,18162,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/belt/skirt',1188),
(18230,18163,'accessories/wearable_items/_exp08/jester_heavycloth/greenyellow/belt/skirt_nofroglok',1188),
(18231,18164,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/chest',1188),
(18232,18165,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/feet',1188),
(18233,18166,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/hands',1188),
(18234,18167,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/head_jester',1188),
(18235,18168,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/legs',1188),
(18236,18169,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/shoulders',1188),
(18237,18170,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/skirt',1188),
(18238,18171,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/belt/skirt',1188),
(18239,18172,'accessories/wearable_items/_exp08/jester_heavycloth/purplepink/belt/skirt_nofroglok',1188),
(18240,18173,'accessories/wearable_items/_exp08/jester_heavycloth/set1/belt/skirt',1188),
(18241,18174,'accessories/wearable_items/_exp08/jester_heavycloth/set1/belt/skirt2',1188),
(18242,18175,'accessories/wearable_items/_exp08/jester_heavycloth/set1/chest',1188),
(18243,18176,'accessories/wearable_items/_exp08/jester_heavycloth/set1/feet',1188),
(18244,18177,'accessories/wearable_items/_exp08/jester_heavycloth/set1/hands',1188),
(18245,18178,'accessories/wearable_items/_exp08/jester_heavycloth/set1/head_jester',1188),
(18246,18179,'accessories/wearable_items/_exp08/jester_heavycloth/set1/legs',1188),
(18247,18180,'accessories/wearable_items/_exp08/jester_heavycloth/set1/shoulders',1188),
(18248,18181,'accessories/wearable_items/_exp08/jester_heavycloth/set1/skirt',1188),
(18249,18182,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn',1188),
(18250,18183,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_blue',1188),
(18251,18184,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_greenblue',1188),
(18252,18185,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_orange',1188),
(18253,18186,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_purple',1188),
(18254,18187,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_purpleblue',1188),
(18255,18188,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_red',1188),
(18256,18189,'creatures/mounts/drakota_mount/drakota_mount_blue_rainstorm',1188),
(18257,18190,'creatures/mounts/drakota_mount/drakota_mount_red_firestorm',1188),
(18258,18191,'accessories/wieldable_items/weapons/exp09/fist/trueheart_claw',1188),
(18259,18192,'accessories/wieldable_items/weapons/exp09/fist/trueheart_claw_gold',1188),
(18260,18193,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_tradeskill',1188),
(18261,18194,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_tradeskill_dark',1188),
(18262,18195,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_tradeskill_gold',1188),
(18263,18196,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_tradeskill_iron',1188),
(18264,18197,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_tradeskill',1188),
(18265,18198,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_tradeskill_dark',1188),
(18266,18199,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_tradeskill_gold',1188),
(18267,18200,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_tradeskill_iron',1188),
(18268,18201,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_tradeskill',1188),
(18269,18202,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_tradeskill_dark',1188),
(18270,18203,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_tradeskill_gold',1188),
(18271,18204,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_axe_tradeskill_iron',1188),
(18272,18205,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_tradeskill_hooked',1188),
(18273,18206,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_tradeskill_hooked_dark',1188),
(18274,18207,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_tradeskill_hooked_gold',1188),
(18275,18208,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_tradeskill_hooked_iron',1188),
(18276,18209,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_axe_tradeskill',1188),
(18277,18210,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_axe_tradeskill_dark',1188),
(18278,18211,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_axe_tradeskill_gold',1188),
(18279,18212,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2h_axe_tradeskill_iron',1188),
(18280,18213,'creatures/tu/holgresh_male_tainted01',1188),
(18281,18214,'ec/pc/human/human_male_bandaged',1188),
(18282,18215,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/chest',1188),
(18283,18216,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/feet',1188),
(18284,18217,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/forearms',1188),
(18285,18218,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/hands',1188),
(18286,18219,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/head_combine_helm',1188),
(18287,18220,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/legs_noskirt',1188),
(18288,18221,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/legs_robeskirt',1188),
(18289,18222,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/legs_robeskirt_epic',1188),
(18290,18223,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/shoulders',1188),
(18291,18224,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/shoulders_epic',1188),
(18292,18225,'accessories/wearable_items/_exp08/combine_armor/vanguard_dirty/skirt_robe',1188),
(18293,18226,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_forearm_left',1188),
(18294,18227,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_forearm_right',1188),
(18295,18228,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_pauldron_left',1188),
(18296,18229,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_pauldron_right',1188),
(18297,18230,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_pauldrons_lower_left',1188),
(18298,18231,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_pauldrons_lower_right',1188),
(18299,18232,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_shin_left',1188),
(18300,18233,'accessories/wearable_items/_exp08/combine_armor/snapons-helms/dirty_combine_shin_right',1188),
(18301,18234,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/chest',1188),
(18302,18235,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/feet',1188),
(18303,18236,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/hands',1188),
(18304,18237,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/head_jester',1188),
(18305,18238,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/legs',1188),
(18306,18239,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/shoulders',1188),
(18307,18240,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/skirt',1188),
(18308,18241,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/belt/skirt',1188),
(18309,18242,'accessories/wearable_items/_exp08/jester_heavycloth/whitered/belt/skirt_nofroglok',1188),
(18310,18243,'creatures/mounts/carpet_fly',1188),
(18311,18244,'accessories/wearable_items/cloak/exp08/jester/cloak_jester_whitered',1188),
(18312,18245,'staticobjects/_exp08/dyod/poets/dyod_djn_artist_inkbottle01',1188),
(18313,18246,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_steel01',1188),
(18314,18247,'staticobjects/_exp08/dyod/poets/dyod_djn_basin_water_goldbrass01',1188),
(18315,18248,'staticobjects/_exp08/dyod/poets/dyod_djn_basin_water_steel01',1188),
(18316,18249,'staticobjects/_exp08/dyod/poets/dyod_djn_bed_brass01',1188),
(18317,18250,'staticobjects/_exp08/dyod/poets/dyod_djn_bed_gold01',1188),
(18318,18251,'staticobjects/_exp08/dyod/poets/dyod_djn_books_stack_small01',1188),
(18319,18252,'staticobjects/_exp08/dyod/poets/dyod_djn_books_stack_small02',1188),
(18320,18253,'staticobjects/_exp08/dyod/poets/dyod_djn_books_stack_tall01',1188),
(18321,18254,'staticobjects/_exp08/dyod/poets/dyod_djn_books_stack_tall02',1188),
(18322,18255,'staticobjects/_exp08/dyod/poets/dyod_djn_bowl_blue01',1188),
(18323,18256,'staticobjects/_exp08/dyod/poets/dyod_djn_bowl_gold01',1188),
(18324,18257,'staticobjects/_exp08/dyod/poets/dyod_djn_chair_artiststool_brass01',1188),
(18325,18258,'staticobjects/_exp08/dyod/poets/dyod_djn_chair_artiststool_steel01',1188),
(18326,18259,'staticobjects/_exp08/dyod/poets/dyod_djn_chair_high_brass01',1188),
(18327,18260,'staticobjects/_exp08/dyod/poets/dyod_djn_chair_high_gold01',1188),
(18328,18261,'staticobjects/_exp08/dyod/poets/dyod_djn_chair_high_platinum01',1188),
(18329,18262,'staticobjects/_exp08/dyod/poets/dyod_djn_cup_blue01',1188),
(18330,18263,'staticobjects/_exp08/dyod/poets/dyod_djn_cup_brass01',1188),
(18331,18264,'staticobjects/_exp08/dyod/poets/dyod_djn_desk_brass01',1188),
(18332,18265,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand01',1188),
(18333,18266,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_brass03',1188),
(18334,18267,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_brass_large02',1188),
(18335,18268,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_broken01',1188),
(18336,18269,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_large01',1188),
(18337,18270,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_platinum02',1188),
(18338,18271,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_blueround01',1188),
(18339,18272,'staticobjects/_exp08/dyod/poets/dyod_djn_displaystand_steel_large01',1188),
(18340,18273,'staticobjects/_exp08/dyod/poets/dyod_djn_genielamp_gold01',1188),
(18341,18274,'staticobjects/_exp08/dyod/poets/dyod_djn_genielamp_rusty01',1188),
(18342,18275,'staticobjects/_exp08/dyod/poets/dyod_djn_incenseburner_brass01',1188),
(18343,18276,'staticobjects/_exp08/dyod/poets/dyod_djn_incenseburner_gold01',1188),
(18344,18277,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_balloon_ornate01',1188),
(18345,18278,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_balloon_ornate01_yellow',1188),
(18346,18279,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_balloon_ornate02',1188),
(18347,18280,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_balloon_ornate03',1188),
(18348,18281,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_balloon_plain01',1188),
(18349,18282,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_table_balloon_blue',1188),
(18350,18283,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_table_balloon_orange',1188),
(18351,18284,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_table_balloon_yellow',1188),
(18352,18285,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_torch01',1188),
(18353,18286,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_torch01_blue',1188),
(18354,18287,'staticobjects/_exp08/dyod/poets/dyod_djn_lightsource_walltorch01',1188),
(18355,18288,'staticobjects/_exp08/dyod/poets/dyod_djn_mirror_teleporter01',1188),
(18356,18289,'staticobjects/_exp08/dyod/poets/dyod_djn_mirror_translocation01',1188),
(18357,18290,'staticobjects/_exp08/dyod/poets/dyod_djn_mirror_translocation_base01',1188),
(18358,18291,'staticobjects/_exp08/dyod/poets/dyod_djn_mirror_wall01',1188),
(18359,18292,'staticobjects/_exp08/dyod/poets/dyod_djn_music_harp01',1188),
(18360,18293,'staticobjects/_exp08/dyod/poets/dyod_djn_music_harp_broken01',1188),
(18361,18294,'staticobjects/_exp08/dyod/poets/dyod_djn_music_mandolin01',1188),
(18362,18295,'staticobjects/_exp08/dyod/poets/dyod_djn_music_mandolin_broken01',1188),
(18363,18296,'staticobjects/_exp08/dyod/poets/dyod_djn_orb_elevatorswitch01',1188),
(18364,18297,'staticobjects/_exp08/dyod/poets/dyod_djn_wine_bottle_gold',1188),
(18365,18298,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_blueround02',1188),
(18366,18299,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_bluesquare01',1188),
(18367,18300,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_bluesquare02',1188),
(18368,18301,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_bluesquare03',1188),
(18369,18302,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_group01',1188),
(18370,18303,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_group01_dirty',1188),
(18371,18304,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_group02',1188),
(18372,18305,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_group02_dirty',1188),
(18373,18306,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redround01',1188),
(18374,18307,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redround01_dirty',1188),
(18375,18308,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redround02',1188),
(18376,18309,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redround02_dirty',1188),
(18377,18310,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redsquare01',1188),
(18378,18311,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redsquare01_dirty',1188),
(18379,18312,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redsquare02',1188),
(18380,18313,'staticobjects/_exp08/dyod/poets/dyod_djn_pillow_floor_redsquare02_dirty',1188),
(18381,18314,'staticobjects/_exp08/dyod/poets/dyod_djn_plate_blue01',1188),
(18382,18315,'staticobjects/_exp08/dyod/poets/dyod_djn_plate_gold01',1188),
(18383,18316,'staticobjects/_exp08/dyod/poets/dyod_djn_pottedplant_palm01_small_blue',1188),
(18384,18317,'staticobjects/_exp08/dyod/poets/dyod_djn_scriptorium_scrollracks_3m',1188),
(18385,18318,'staticobjects/_exp08/dyod/poets/dyod_djn_scriptorium_scrollracks_6m',1188),
(18386,18319,'staticobjects/_exp08/dyod/poets/dyod_djn_scriptorium_scrollracks_8m',1188),
(18387,18320,'staticobjects/_exp08/dyod/poets/dyod_djn_scriptorium_scrollracks_candlevasebrass02',1188),
(18388,18321,'staticobjects/_exp08/dyod/poets/dyod_djn_scriptorium_scrollracks_candlevasegold01',1188),
(18389,18322,'staticobjects/_exp08/dyod/poets/dyod_djn_scroll_single_open01',1188),
(18390,18323,'staticobjects/_exp08/dyod/poets/dyod_djn_scrolls_group03',1188),
(18391,18324,'staticobjects/_exp08/dyod/poets/dyod_djn_table_artist_brass01',1188),
(18392,18325,'staticobjects/_exp08/dyod/poets/dyod_djn_table_artist_steel01',1188),
(18393,18326,'staticobjects/_exp08/dyod/poets/dyod_djn_table_bedside01',1188),
(18394,18327,'staticobjects/_exp08/dyod/poets/dyod_djn_table_bedside02_brass01',1188),
(18395,18328,'staticobjects/_exp08/dyod/poets/dyod_djn_table_brass02',1188),
(18396,18329,'staticobjects/_exp08/dyod/poets/dyod_djn_table_gold01',1188),
(18397,18330,'staticobjects/_exp08/dyod/poets/dyod_djn_table_platinum01',1188),
(18398,18331,'staticobjects/_exp08/dyod/poets/dyod_djn_vase_brass01',1188),
(18399,18332,'staticobjects/_exp08/dyod/poets/dyod_djn_vase_brass02',1188),
(18400,18333,'staticobjects/_exp08/dyod/poets/dyod_djn_vase_gold01',1188),
(18401,18334,'staticobjects/_exp08/dyod/poets/dyod_djn_vase_gold02',1188),
(18402,18335,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_satyr_totem_1',1188),
(18403,18336,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_satyr_totem_2',1188),
(18404,18337,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_satyr_totem_3',1188),
(18405,18338,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_satyr_totem_4',1188),
(18406,18339,'accessories/wearable_items/_exp06/dwarf_armor_chain/head_hornedcrest',1188),
(18407,18340,'accessories/wearable_items/cloak/exp08/cloak_royal',1188),
(18408,18341,'accessories/wearable_items/_exp08/robe_royal/redgold/chest',1188),
(18409,18342,'accessories/wearable_items/_exp08/robe_royal/redgold/feet',1188),
(18410,18343,'accessories/wearable_items/_exp08/robe_royal/redgold/hands',1188),
(18411,18344,'accessories/wearable_items/_exp08/robe_royal/redgold/head',1188),
(18412,18345,'accessories/wearable_items/_exp08/robe_royal/redgold/head_collar',1188),
(18413,18346,'accessories/wearable_items/_exp08/robe_royal/redgold/pants',1188),
(18414,18347,'accessories/wearable_items/_exp08/robe_royal/redgold/skirt',1188),
(18415,18348,'_exp08/objects/satyr_camp_stone_unbroken',1188),
(18416,18349,'_exp08/objects/satyr_camp_stone_broken',1188),
(18417,18350,'_exp08/objects/stele_broken',1188),
(18418,18351,'_exp08/objects/stele_fixed',1188),
(18419,18352,'_exp08/objects/stele_fragment_01',1188),
(18420,18353,'_exp08/objects/stele_fragment_02',1188),
(18421,18354,'_exp08/objects/stele_fragment_03',1188),
(18422,18355,'_exp08/objects/combine_barrel_01',1188),
(18423,18356,'_exp08/objects/dirt_fertile',1188),
(18424,18357,'_exp08/objects/dirt_not_fertile',1188),
(18425,18358,'creatures/mounts/drakota_mount/drakota_mount_black_stormy',1188),
(18426,18359,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_satyr_totem_base',1188),
(18427,18360,'accessories/wearable_items/_exp08/kilt_jewelled/base/belt',1188),
(18428,18361,'accessories/wearable_items/_exp08/kilt_jewelled/base/chest',1188),
(18429,18362,'accessories/wearable_items/_exp08/kilt_jewelled/base/feet',1188),
(18430,18363,'accessories/wearable_items/_exp08/kilt_jewelled/base/hands',1188),
(18431,18364,'accessories/wearable_items/_exp08/kilt_jewelled/base/legs_short_skirt_base',1188),
(18432,18365,'accessories/wearable_items/_exp08/kilt_jewelled/base/shoulders',1188),
(18433,18366,'accessories/wearable_items/_exp08/kilt_jewelled/base/snap_ons/belt',1188),
(18434,18367,'accessories/wearable_items/_exp08/kilt_jewelled/base/snap_ons/short_skirt',1188),
(18435,18368,'accessories/wearable_items/_exp08/kilt_jewelled/troubadour_hat_jewelled/head',1188),
(18436,18369,'accessories/wearable_items/_exp08/kilt_jewelled/base/head',1188),
(18437,18370,'creatures/mounts/drakota_mount/drakota_mount_base_server',1188),
(18438,18371,'creatures/mounts/drakota_mount/drakota_mount_black_server',1188),
(18439,18372,'creatures/mounts/drakota_mount/drakota_mount_blue_server',1188),
(18440,18373,'creatures/mounts/drakota_mount/drakota_mount_green_server',1188),
(18441,18374,'creatures/mounts/drakota_mount/drakota_mount_red_server',1188),
(18442,18375,'_exp08/objects/stele_brush',1188),
(18443,18376,'accessories/wearable_items/cloak/exp08/cloak_jewel',1188),
(18444,18377,'accessories/wearable_items/cloak/exp08/cloak_jewel_scallop',1188),
(18445,18378,'_exp08/objects/baracades/wl_baracade03_dpo',1188),
(18446,18379,'_exp08/objects/baracades/wl_baracade01_dpo',1188),
(18447,18380,'_exp08/objects/baracades/wl_baracade02_dpo',1188),
(18448,18381,'_exp08/objects/bones/wl_bones_satyr_dpo',1188),
(18449,18382,'_exp08/objects/bones/wl_bones_raptor_dpo',1188),
(18450,18383,'_exp08/objects/bug_eggs/wl_bug_egg_dpo',1188),
(18451,18384,'_exp08/objects/giant_zombie_objects/wl_weapons_rack_dpo',1188),
(18452,18385,'_exp08/objects/giant_zombie_objects/wl_chair_dpo',1188),
(18453,18386,'_exp08/objects/giant_zombie_objects/wl_chest_lrg_dpo',1188),
(18454,18387,'_exp08/objects/holgresh/wl_hol_vertebrae_table_dpo',1188),
(18455,18388,'_exp08/objects/holgresh/wl_barricade1_dpo',1188),
(18456,18389,'_exp08/objects/holgresh/wl_barricade1_graveyard_dpo',1188),
(18457,18390,'_exp08/objects/holgresh/wl_barricade2_dpo',1188),
(18458,18391,'_exp08/objects/holgresh/wl_barricade2_graveyard_dpo',1188),
(18459,18392,'_exp08/objects/holgresh/wl_barricade3_dpo',1188),
(18460,18393,'_exp08/objects/holgresh/wl_barricade3_graveyard_dpo',1188),
(18461,18394,'_exp08/objects/holgresh/wl_hol_bed1_dpo',1188),
(18462,18395,'_exp08/objects/holgresh/wl_hol_bed2_dpo',1188),
(18463,18396,'_exp08/objects/holgresh/wl_hol_bonepile1_dpo',1188),
(18464,18397,'_exp08/objects/holgresh/wl_hol_bonepile2_dpo',1188),
(18465,18398,'_exp08/objects/holgresh/wl_hol_bonepile3_dpo',1188),
(18466,18399,'_exp08/objects/holgresh/wl_hol_bonepile4_dpo',1188),
(18467,18400,'_exp08/objects/holgresh/wl_hol_bowl1_dpo',1188),
(18468,18401,'_exp08/objects/holgresh/wl_hol_bowl2_dpo',1188),
(18469,18402,'_exp08/objects/holgresh/wl_hol_dragon_shoulder_dpo',1188),
(18470,18403,'_exp08/objects/holgresh/wl_hol_dragonskullfire_dpo',1188),
(18471,18404,'_exp08/objects/holgresh/wl_hol_dragontooth_dpo',1188),
(18472,18405,'_exp08/objects/holgresh/wl_hol_fetish_long1_dpo',1188),
(18473,18406,'_exp08/objects/holgresh/wl_hol_fetish_long2_dpo',1188),
(18474,18407,'_exp08/objects/holgresh/wl_hol_fetish_med1_dpo',1188),
(18475,18408,'_exp08/objects/holgresh/wl_hol_fetish_med2_dpo',1188),
(18476,18409,'_exp08/objects/holgresh/wl_hol_fetish_med3_dpo',1188),
(18477,18410,'_exp08/objects/holgresh/wl_hol_fetish_short_dpo',1188),
(18478,18411,'_exp08/objects/holgresh/wl_hol_skull_table_dpo',1188),
(18479,18412,'_exp08/objects/holgresh/wl_hol_skullfire1_dpo',1188),
(18480,18413,'_exp08/objects/holgresh/wl_hol_skullfire2_dpo',1188),
(18481,18414,'_exp08/objects/satyr_camp/wl_satyr_mat01_dpo',1188),
(18482,18415,'_exp08/objects/satyr_camp/wl_container_basketlong_open01_dpo',1188),
(18483,18416,'_exp08/objects/satyr_camp/wl_container_basketshort01_dpo',1188),
(18484,18417,'_exp08/objects/satyr_camp/wl_container_baskettall02_dpo',1188),
(18485,18418,'_exp08/objects/satyr_camp/wl_container_bowl01_dpo',1188),
(18486,18419,'_exp08/objects/satyr_camp/wl_goodsatyr_candle_dpo',1188),
(18487,18420,'_exp08/objects/withering_lands/wl_veggie_vine02_dpo',1188),
(18488,18421,'_exp08/objects/withering_lands/wl_evil_flower01_dpo',1188),
(18489,18422,'_exp08/objects/withering_lands/wl_evil_orchid_01_dpo',1188),
(18490,18423,'_exp08/objects/withering_lands/wl_happy_bush01_dpo',1188),
(18491,18424,'_exp08/objects/withering_lands/wl_swamp_pads01_dpo',1188),
(18492,18425,'_exp08/objects/withering_lands/wl_swamp_pads02_dpo',1188),
(18493,18426,'_exp08/objects/withering_lands/wl_swamp_pads03_dpo',1188),
(18494,18427,'_exp08/objects/withering_lands/wl_swamp_plant_dpo',1188),
(18495,18428,'_exp08/objects/withering_lands/wl_twisted_tree_sapling_01_dpo',1188),
(18496,18429,'_exp08/objects/withering_lands/wl_veggie_vine01_dpo',1188),
(18497,18430,'_exp08/characters/monsters/dozekar/dozekar_02',1188),
(18498,18431,'_exp08/characters/monsters/insect_queen/insect_queen_blue',1188),
(18499,18432,'_exp08/characters/monsters/lady_nevederia/lady_nevederia',1188),
(18500,18433,'_exp08/characters/tool_users/satyr_witheringlands_good/satyr_03',1188),
(18501,18434,'_exp08/objects/ritual_stone',1188),
(18502,18435,'_exp01/characters/monsters/crocodile_thin_nose_white',1188),
(18503,18436,'_exp01/characters/monsters/crocodile_white',1188),
(18504,18437,'_exp01/characters/monsters/crocodile_white_spots',1188),
(18505,18438,'_exp08/objects/raptor_nest',1188),
(18506,18439,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_nightmare',1188),
(18507,18440,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_serpentstrike_silver',1188),
(18508,18441,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_serpentstrike_gold',1188),
(18509,18442,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_boot_cuff_female_left',1188),
(18510,18443,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_boot_cuff_female_right',1188),
(18511,18444,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_boot_cuff_left',1188),
(18512,18445,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_boot_cuff_right',1188),
(18513,18446,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_chest',1188),
(18514,18447,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_collar',1188),
(18515,18448,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_foot_left',1188),
(18516,18449,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_foot_right',1188),
(18517,18450,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_forearm_left',1188),
(18518,18451,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_forearm_right',1188),
(18519,18452,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_pauldron_left',1188),
(18520,18453,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_pauldron_right',1188),
(18521,18454,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_shin_left',1188),
(18522,18455,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_shin_right',1188),
(18523,18456,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_upperarm_left',1188),
(18524,18457,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_upperarm_right',1188),
(18525,18458,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_upperthigh_left',1188),
(18526,18459,'accessories/wearable_items/_exp08/arasai_heritage_armor/snap_ons/arasai_heritage_upperthigh_right',1188),
(18527,18460,'accessories/wearable_items/_exp08/arasai_heritage_armor/chest',1188),
(18528,18461,'accessories/wearable_items/_exp08/arasai_heritage_armor/hands',1188),
(18529,18462,'accessories/wearable_items/_exp08/arasai_heritage_armor/head_arasai_heritage',1188),
(18530,18463,'accessories/wearable_items/_exp08/arasai_heritage_armor/legs',1188),
(18531,18464,'accessories/wearable_items/cloak/exp08/cloak_arasai_heritage',1188),
(18532,18465,'accessories/wieldable_items/shields/exp08/exp08_shield_gemstone_marbleflame',1188),
(18533,18466,'accessories/wieldable_items/shields/exp08/exp08_shield_gemstone_purple',1188),
(18534,18467,'accessories/wieldable_items/shields/exp08/exp08_shield_gemstone_marblemist',1188),
(18535,18468,'accessories/wieldable_items/shields/exp08/exp08_shield_gemstone_blue',1188),
(18536,18469,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_emberwood',1188),
(18537,18470,'accessories/wieldable_items/weapons/exp08/bow/exp08_bow_emberwood_dark',1188),
(18538,18471,'creatures/mounts/wyvern_mount/wyvern_mount_base',1188),
(18539,18472,'accessories/wieldable_items/shields/exp08/exp08_shield_dragonanimated_royalvelium',1188),
(18540,18473,'accessories/wieldable_items/shields/exp08/exp08_shield_dragonanimated_silver',1188),
(18541,18474,'accessories/wieldable_items/shields/exp08/exp08_shield_dragonanimated_velium',1188),
(18542,18475,'creatures/mounts/carpet_fly_battlemage_pestillence',1188),
(18543,18476,'creatures/mounts/carpet_fly_battlemage_purple',1188),
(18544,18477,'creatures/mounts/carpet_fly_battlemage_red',1188),
(18545,18478,'creatures/mounts/carpet_fly_glass_swirl_blue',1188),
(18546,18479,'creatures/mounts/carpet_fly_glass_swirl_red',1188),
(18547,18480,'creatures/mounts/horse_heavy/horse_new_combine_freeport',1188),
(18548,18481,'creatures/mounts/horse_heavy/horse_new_combine_halas',1188),
(18549,18482,'_exp08/characters/tool_users/satyr_witheringlands_good/satyr_01',1188),
(18550,18483,'creatures/mounts/horse_heavy/horse_new_combine_kelethin',1188),
(18551,18484,'creatures/mounts/horse_heavy/horse_new_combine_neriak',1188),
(18552,18485,'creatures/mounts/horse_heavy/horse_new_combine_qeynos',1188),
(18553,18486,'creatures/mounts/horse_heavy/horse_new_combine_gorowyn',1188),
(18554,18487,'accessories/wearable_items/cloak/exp09/cloak_withering_lands',1188),
(18555,18488,'_exp08/characters/tool_users/combine_woodelf/combine_woodelf_optimized',1188),
(18556,18489,'creatures/pets/lumpy_pet/pet_dragon_lumpy_blue',1188),
(18557,18490,'creatures/pets/lumpy_pet/pet_dragon_lumpy_gold',1188),
(18558,18491,'creatures/pets/lumpy_pet/pet_dragon_lumpy_green',1188),
(18559,18492,'creatures/pets/lumpy_pet/pet_dragon_lumpy_purple',1188),
(18560,18493,'creatures/pets/lumpy_pet/pet_dragon_lumpy_red',1188),
(18561,18494,'creatures/pets/lumpy_pet/pet_dragon_lumpy_shadow',1188),
(18562,18495,'_exp08/characters/tool_users/satyr_witheringlands_good/satyr_02',1188),
(18563,18496,'_exp08/characters/tool_users/satyr_witheringlands_good/satyr_04',1188),
(18564,18497,'_exp08/characters/tool_users/satyr_witheringlands_good/satyr_05',1188),
(18565,18498,'staticobjects/tcg/tcg_painting68_burnish',1188),
(18566,18499,'staticobjects/tcg/tcg_painting62_transcendinghelm',1188),
(18567,18500,'staticobjects/tcg/tcg_painting63_library',1188),
(18568,18501,'staticobjects/tcg/tcg_painting64_daughter',1188),
(18569,18502,'staticobjects/tcg/tcg_painting65_sandguard',1188),
(18570,18503,'staticobjects/tcg/tcg_painting66_fitbattle',1188),
(18571,18504,'staticobjects/tcg/tcg_painting67_buccaneer',1188),
(18572,18505,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_club_holgresh',1188),
(18573,18506,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_1h_dagger_holgresh',1188),
(18574,18507,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hs_axe_holgresh',1188),
(18575,18508,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hs_sword_holgresh',1188),
(18576,18509,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hs_axe_holgresh_pc',1188),
(18577,18510,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_mailbox',1188),
(18578,18511,'_exp09/characters/monsters/mud_monster/mud_monster_illusion',1188),
(18579,18512,'creatures/monsters/goo_withering_lands',1188),
(18580,18513,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_blue',1188),
(18581,18514,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_gold',1188),
(18582,18515,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_green',1188),
(18583,18516,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_purple',1188),
(18584,18517,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_red',1188),
(18585,18518,'accessories/wearable_items/profesion_hats/snow_bunny_hat/lumpy_dragon_variants/head_snow_bunny_hat_shadow',1188),
(18586,18519,'_exp08/characters/monsters/wyvern_new/wyvern_new_base',1188),
(18587,18520,'accessories/wearable_items/_exp08/highelf_heritage_armor/valkyrie_new/chest',1188),
(18588,18521,'creatures/pets/terrorbird_chick/terrorbird_chick',1188),
(18589,18522,'accessories/wearable_items/_exp08/highelf_heritage_armor/valkyrie_new/forearms',1188),
(18590,18523,'accessories/wearable_items/cloak/exp08/cloak_antonican_guard_chain',1188),
(18591,18524,'accessories/wearable_items/_exp08/highelf_heritage_armor/valkyrie_new/legs',1188),
(18592,18525,'creatures/tu/holgresh_male_caster01',1188),
(18593,18526,'creatures/tu/holgresh_male_caster02',1188),
(18594,18527,'creatures/tu/holgresh_male_caster03',1188),
(18595,18528,'creatures/tu/holgresh_male_warrior01',1188),
(18596,18529,'creatures/tu/holgresh_male_warrior02',1188),
(18597,18530,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_trough',1188),
(18598,18531,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_wheelbarrow',1188),
(18599,18532,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_ark',1188),
(18600,18533,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_barrel',1188),
(18601,18534,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_bellows',1188),
(18602,18535,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_bench',1188),
(18603,18536,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_book_01',1188),
(18604,18537,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_book_02',1188),
(18605,18538,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_book_03',1188),
(18606,18539,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_book_04',1188),
(18607,18540,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_brazier_01',1188),
(18608,18541,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_brazier_02',1188),
(18609,18542,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_brazier_03',1188),
(18610,18543,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_crate_01',1188),
(18611,18544,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_cupboard_01',1188),
(18612,18545,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_cupboard_02',1188),
(18613,18546,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_cupboard_03',1188),
(18614,18547,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_freeport',1188),
(18615,18548,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_freeport_hanging',1188),
(18616,18549,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_gorowyn',1188),
(18617,18550,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_gorowyn_hanging',1188),
(18618,18551,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_halas',1188),
(18619,18552,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_halas_hanging',1188),
(18620,18553,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_kelethin',1188),
(18621,18554,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_kelethin_hanging',1188),
(18622,18555,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_neriak',1188),
(18623,18556,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_neriak_hanging',1188),
(18624,18557,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_qeynos',1188),
(18625,18558,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_flag_qeynos_hanging',1188),
(18626,18559,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_grave',1188),
(18627,18560,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_01',1188),
(18628,18561,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_02',1188),
(18629,18562,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_03',1188),
(18630,18563,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_04',1188),
(18631,18564,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_05',1188),
(18632,18565,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_gravestone_06',1188),
(18633,18566,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_jewelry_box',1188),
(18634,18567,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_map',1188),
(18635,18568,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_nightstand',1188),
(18636,18569,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_01',1188),
(18637,18570,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_02',1188),
(18638,18571,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_03',1188),
(18639,18572,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_04',1188),
(18640,18573,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_05',1188),
(18641,18574,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_rug_06',1188),
(18642,18575,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_stage',1188),
(18643,18576,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_stairs',1188),
(18644,18577,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_stool',1188),
(18645,18578,'staticobjects/_exp08/player_housing/new/exp08_withered_lands_combine_table',1188),
(18646,18579,'accessories/wearable_items/cloak/exp09/cloak_springtime_blue',1188),
(18647,18580,'accessories/wearable_items/cloak/exp09/cloak_springwrap_gold',1188),
(18648,18581,'accessories/wearable_items/cloak/exp09/cloak_springwrap_green',1188),
(18649,18582,'accessories/wearable_items/cloak/exp09/cloak_springwrap_purp',1188),
(18650,18583,'accessories/wearable_items/cloak/exp09/cloak_springwrap_red',1188),
(18651,18584,'accessories/wearable_items/cloak/exp09/cloak_springwrap_shadow',1188),
(18652,18585,'staticobjects/_exp08/player_housing/wl_draconic_spire_platform_dpo',1188),
(18653,18586,'ec/pc/human/human_male_voicetest',1188),
(18654,18587,'_exp08/objects/holgresh_head_on_pike',1188),
(18655,18588,'staticobjects/tcg/tcg_tinkered_box_blue_button',1188),
(18656,18589,'staticobjects/tcg/tcg_tinkered_box_red_button2',1188),
(18657,18590,'_exp08/objects/combine_wagon_01',1188),
(18658,18591,'_exp08/objects/combine_wagon_nowheel_01',1188),
(18659,18592,'_exp08/objects/combine_wagon_wheel_01',1188),
(18660,18593,'staticobjects/guildhall/trophies/floor_dozekar_the_ancient',1188),
(18661,18594,'staticobjects/guildhall/trophies/floor_sevalak_of_storms',1188),
(18662,18595,'staticobjects/guildhall/trophies/floor_vyskudra_the_ancient',1188),
(18663,18596,'_exp08/objects/wl_hol_evil_totem',1188),
(18664,18597,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_crystaline',1188),
(18665,18598,'staticobjects/guildhall/trophies/floor_dozekar_the_ancient_fx',1188),
(18666,18599,'_exp09/objects/sleepers_tomb/sleepers_tomb_oblisque02',1188),
(18667,18600,'accessories/wearable_items/_exp08/antonican_guard/chain/chest',1188),
(18668,18601,'accessories/wearable_items/_exp08/antonican_guard/chain/feet',1188),
(18669,18602,'staticobjects/housing_portal_objects/vision_home_enchanted01',1188),
(18670,18603,'staticobjects/housing_portal_objects/vision_home_citadel01',1188),
(18671,18604,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/shoulder_armband_female_right_and_left',1188),
(18672,18605,'accessories/wearable_items/_exp08/highelf_heritage_armor/snapons/shoulder_armband_female_left',1188),
(18673,18606,'staticobjects/_exp08/player_housing/new/exp08_skyshrine_objects01_statue03_gov01_mable_dpo',1188),
(18674,18607,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/pauldron_left',1188),
(18675,18608,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/pauldron_right',1188),
(18676,18609,'accessories/wearable_items/_exp09/antonican_faction_armor/robe/skirt',1188),
(18677,18610,'accessories/wearable_items/_exp09/celestial_watch/chest',1188),
(18678,18611,'accessories/wearable_items/_exp09/celestial_watch/feet',1188),
(18679,18612,'accessories/wearable_items/_exp09/celestial_watch/forearms',1188),
(18680,18613,'accessories/wearable_items/_exp09/celestial_watch/hands',1188),
(18681,18614,'accessories/wearable_items/_exp09/celestial_watch/head',1188),
(18682,18615,'accessories/wearable_items/_exp09/celestial_watch/legs',1188),
(18683,18616,'accessories/wearable_items/_exp09/celestial_watch/legs_noskirt',1188),
(18684,18617,'accessories/wearable_items/_exp09/celestial_watch/pauldron_left_celestial_watch',1188),
(18685,18618,'accessories/wearable_items/_exp09/celestial_watch/pauldron_right_celestial_watch',1188),
(18686,18619,'accessories/wearable_items/_exp09/celestial_watch/shoulders',1188),
(18687,18620,'accessories/wearable_items/_exp09/celestial_watch/shoulders_epic',1188),
(18688,18621,'accessories/wearable_items/_exp09/celestial_watch/skirt',1188),
(18689,18622,'accessories/wearable_items/_exp09/celestial_watch/robe_head/head_hood',1188),
(18690,18623,'accessories/wearable_items/cloak/exp09/cloak_celestial_watch',1188),
(18691,18624,'accessories/wieldable_items/shields/exp09/shield_celestial_watch',1188),
(18692,18625,'accessories/wearable_items/_exp08/rogue_whisperweave/chest_1',1188),
(18693,18626,'accessories/wearable_items/_exp08/rogue_whisperweave/hands_1',1188),
(18694,18627,'accessories/wearable_items/_exp08/rogue_whisperweave/legs_1',1188),
(18695,18628,'accessories/wearable_items/_exp08/antonican_guard/chain/forearms',1188),
(18696,18629,'accessories/wearable_items/_exp08/antonican_guard/chain/hands',1188),
(18697,18630,'accessories/wearable_items/_exp08/antonican_guard/chain/head',1188),
(18698,18631,'accessories/wearable_items/_exp08/antonican_guard/chain/legs',1188),
(18699,18632,'accessories/wearable_items/_exp08/antonican_guard/chain/legs_noskirt',1188),
(18700,18633,'accessories/wearable_items/_exp08/antonican_guard/chain/shoulders',1188),
(18701,18634,'accessories/wearable_items/_exp08/antonican_guard/chain/shoulders_nopauldrons',1188),
(18702,18635,'accessories/wearable_items/_exp08/antonican_guard/chain/skirt',1188),
(18703,18636,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/belt/skirt 2',1188),
(18704,18637,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/belt/skirt',1188),
(18705,18638,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/chest',1188),
(18706,18639,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/feet',1188),
(18707,18640,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/hands',1188),
(18708,18641,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/head_hood',1188),
(18709,18642,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/legs',1188),
(18710,18643,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/shoulders',1188),
(18711,18644,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/shoulders_nopauldrons',1188),
(18712,18645,'accessories/wearable_items/_exp08/antonican_guard/leather_heavycloth/skirt',1188),
(18713,18646,'accessories/wearable_items/_exp08/antonican_guard/robe/chest',1188),
(18714,18647,'accessories/wearable_items/_exp08/antonican_guard/robe/chest_pauldrons',1188),
(18715,18648,'accessories/wearable_items/_exp08/antonican_guard/robe/feet',1188),
(18716,18649,'accessories/wearable_items/_exp08/antonican_guard/robe/hands',1188),
(18717,18650,'accessories/wearable_items/_exp08/antonican_guard/robe/head_collar',1188),
(18718,18651,'accessories/wearable_items/_exp08/antonican_guard/robe/head_collar_flared',1188),
(18719,18652,'accessories/wearable_items/_exp08/antonican_guard/robe/head_hood',1188),
(18720,18653,'accessories/wearable_items/_exp08/antonican_guard/robe/pants',1188),
(18721,18654,'accessories/wearable_items/_exp08/antonican_guard/robe/skirt',1188),
(18722,18655,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/head_crest',1188),
(18723,18656,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/head_topknot',1188),
(18724,18657,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_pauldron_light_left',1188),
(18725,18658,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_pauldron_light_right',1188),
(18726,18659,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_chain_left',1188),
(18727,18660,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_chain_right',1188),
(18728,18661,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_pauldron_robe_right',1188),
(18729,18662,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_pauldron_robe_left',1188),
(18730,18663,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_sm_left',1188),
(18731,18664,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_sm_right',1188),
(18732,18665,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_shinguard_left',1188),
(18733,18666,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_shinguard_right',1188),
(18734,18667,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_bracer_left',1188),
(18735,18668,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_bracer_right',1188),
(18736,18669,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron2_left',1188),
(18737,18670,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron2_right',1188),
(18738,18671,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_left',1188),
(18739,18672,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/qeynos_vanguard_pauldron_right',1188),
(18740,18673,'accessories/wearable_items/_exp08/antonican_guard/vanguard/chest',1188),
(18741,18674,'accessories/wearable_items/_exp08/antonican_guard/vanguard/feet',1188),
(18742,18675,'accessories/wearable_items/_exp08/antonican_guard/vanguard/forearms',1188),
(18743,18676,'accessories/wearable_items/_exp08/antonican_guard/vanguard/hands',1188),
(18744,18677,'accessories/wearable_items/_exp08/antonican_guard/vanguard/head',1188),
(18745,18678,'accessories/wearable_items/_exp08/antonican_guard/vanguard/head_epic',1188),
(18746,18679,'accessories/wearable_items/_exp08/antonican_guard/vanguard/head_epic_crest',1188),
(18747,18680,'accessories/wearable_items/_exp08/antonican_guard/vanguard/head_epic_topknot',1188),
(18748,18681,'accessories/wearable_items/_exp08/antonican_guard/vanguard/left',1188),
(18749,18682,'accessories/wearable_items/_exp08/antonican_guard/vanguard/legs',1188),
(18750,18683,'accessories/wearable_items/_exp08/antonican_guard/vanguard/legs_epic',1188),
(18751,18684,'accessories/wearable_items/_exp08/antonican_guard/vanguard/legs_noskirt',1188),
(18752,18685,'accessories/wearable_items/_exp08/antonican_guard/vanguard/right',1188),
(18753,18686,'accessories/wearable_items/_exp08/antonican_guard/vanguard/shoulders',1188),
(18754,18687,'accessories/wearable_items/_exp08/antonican_guard/vanguard/shoulders_epic',1188),
(18755,18688,'accessories/wearable_items/_exp08/antonican_guard/vanguard/shoulders_nopauldron',1188),
(18756,18689,'accessories/wearable_items/_exp08/antonican_guard/vanguard/skirt',1188),
(18757,18690,'accessories/wearable_items/cloak/exp08/cloak_antonican_guard_leather',1188),
(18758,18691,'ec/npc/antonia_2012_paladin',1188),
(18759,18692,'ec/npc/antonia_2012_regal',1188),
(18760,18693,'creatures/mounts/griffin_classic/griffin_classic',1188),
(18761,18694,'accessories/wearable_items/cloak/exp08/cloak_antonia_2012',1188),
(18762,18695,'accessories/wieldable_items/shields/exp08/exp08_shield_antonia_paladin',1188),
(18763,18696,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hs_sword_antonia_paladin',1188),
(18764,18697,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/chest',1188),
(18765,18698,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/epic_pauldron_left',1188),
(18766,18699,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/epic_pauldron_right',1188),
(18767,18700,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/feet',1188),
(18768,18701,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/forearms',1188),
(18769,18702,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/hands',1188),
(18770,18703,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/head',1188),
(18771,18704,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/head_epic',1188),
(18772,18705,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/legs',1188),
(18773,18706,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/legs_noskirt',1188),
(18774,18707,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/right',1188),
(18775,18708,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/shoulders',1188),
(18776,18709,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/shoulders_epic',1188),
(18777,18710,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/shoulders_nopauldrons',1188),
(18778,18711,'accessories/wearable_items/_exp09/qeynos_faction/vanguard/skirt',1188),
(18779,18712,'accessories/wearable_items/cloak/exp09/cloak_qeynos_faction',1188),
(18780,18713,'accessories/wieldable_items/weapons/exp08/1h_crush/mace_antonican_guard',1188),
(18781,18714,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_wand_antonican_guard',1188),
(18782,18715,'accessories/wieldable_items/weapons/exp08/1h_crush/hammer_antonican_guard',1188),
(18783,18716,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_hunter_antonican_guard',1188),
(18784,18717,'accessories/wieldable_items/weapons/exp08/1h_pierce/exp08_dagger_wizard_antonican_guard',1188),
(18785,18718,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hsword_antonican_guard',1188),
(18786,18719,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hsword_short_antonican_guard',1188),
(18787,18720,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hsword_antonican_guard',1188),
(18788,18721,'accessories/wieldable_items/weapons/exp08/bow/longbow_antonican_guard',1188),
(18789,18722,'accessories/wieldable_items/weapons/exp08/staff/halberd_antonican_guard',1188),
(18790,18723,'accessories/wieldable_items/shields/exp08/exp08_shield_kite_antonican_guard',1188),
(18791,18724,'creatures/mounts/lion_winged/lion_winged_base',1188),
(18792,18725,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_chain_pc_illusion',1188),
(18793,18726,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_chain_var1_pc_illusion',1188),
(18794,18727,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_horns_pc_illusion',1188),
(18795,18728,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_horns_var1_pc_illusion',1188),
(18796,18729,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_medallion_pc_illusion',1188),
(18797,18730,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_medallion_var1_pc_illusion',1188),
(18798,18731,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin_pc_illusion',1188),
(18799,18732,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin1_pc_illusion',1188),
(18800,18733,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin2_pc_illusion',1188),
(18801,18734,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin3_pc_illusion',1188),
(18802,18735,'_exp09/characters/tool_users/dracurion_palladin/dracurion_palladin4_pc_illusion',1188),
(18803,18736,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight_a_pc_illusion',1188),
(18804,18737,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight_b_pc_illusion',1188),
(18805,18738,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight_pc_illusion',1188),
(18806,18739,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight1_pc_illusion',1188),
(18807,18740,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight2_pc_illusion',1188),
(18808,18741,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight3_pc_illusion',1188),
(18809,18742,'_exp09/characters/tool_users/dracurion_shadowknight/dracurion_shadowknight4_pc_illusion',1188),
(18810,18743,'creatures/mounts/bird_mount/evil/bird_evil_base',1188),
(18811,18744,'accessories/wieldable_items/shields/exp08/exp08_shield_round_circleoften',1188),
(18812,18745,'accessories/wearable_items/cloak/exp08/cloak_circleoften_square',1188),
(18813,18746,'accessories/wearable_items/cloak/exp08/cloak_circleoften_scallop',1188),
(18814,18747,'staticobjects/flora/dpo_gf_flora_fae_flower_bud01',1188),
(18815,18748,'_exp09/characters/monsters/timber_wolf_corrupted/timber_wolf_shadowed',1188),
(18816,18749,'staticobjects/debris/gnoll_burrowpile01',1188),
(18817,18750,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_crystaline_02',1188),
(18818,18751,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_crystaline_03',1188),
(18819,18752,'_exp09/characters/tool_users/armored_gnoll/armored_gnoll',1188),
(18820,18753,'_exp09/characters/tool_users/armored_gnoll/armored_gnoll_gold',1188),
(18821,18754,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_spirit_blue',1188),
(18822,18755,'_exp09/characters/tool_users/baelon/baelon',1188),
(18823,18756,'_exp08/characters/tool_users/qeynos_guard/qeynos_guard_female',1188),
(18824,18757,'_exp08/characters/tool_users/qeynos_guard/qeynos_guard_male',1188),
(18825,18758,'_exp09/characters/monsters/wyvern_sleepers_tomb/wyvern_sleepers_tomb',1188),
(18826,18759,'creatures/mounts/pegasus_mount/pegasus_mount_epic_qeynos',1188),
(18827,18760,'_exp08/characters/monsters/gargoyle_sleeper/gargoyle_sleeper',1188),
(18828,18761,'projectiles/spell_vial',1188),
(18829,18762,'_exp08/characters/tool_users/child_human/child_human_male',1188),
(18830,18763,'_exp08/characters/tool_users/lich_spectre/lich_spectre',1188),
(18831,18764,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_crystaline_red',1188),
(18832,18765,'creatures/mounts/wyvern_mount/wyvern_mount_golden',1188),
(18833,18766,'creatures/mounts/wyvern_mount/wyvern_mount_green',1188),
(18834,18767,'creatures/mounts/wyvern_mount/wyvern_mount_red',1188),
(18835,18768,'creatures/mounts/wyvern_mount/wyvern_mount_shadow',1188),
(18836,18769,'accessories/wearable_items/_exp09/tunarian_alliance/leather/chest',1188),
(18837,18770,'accessories/wearable_items/_exp09/tunarian_alliance/leather/feet',1188),
(18838,18771,'accessories/wearable_items/_exp09/tunarian_alliance/leather/forearms',1188),
(18839,18772,'accessories/wearable_items/_exp09/tunarian_alliance/leather/hands',1188),
(18840,18773,'accessories/wearable_items/_exp09/tunarian_alliance/leather/head',1188),
(18841,18774,'accessories/wearable_items/_exp09/tunarian_alliance/leather/legs',1188),
(18842,18775,'accessories/wearable_items/_exp09/tunarian_alliance/leather/shoulders',1188),
(18843,18776,'accessories/wearable_items/_exp09/tunarian_alliance/leather/skirt',1188),
(18844,18777,'accessories/wearable_items/cloak/exp09/cloak_tunarian_alliance_leather',1188),
(18845,18778,'_exp09/characters/monsters/beetle/beetle_grappler_clockwork_corroded',1188),
(18846,18779,'_exp09/characters/monsters/beetle/beetle_hercules_clockwork_corroded',1188),
(18847,18780,'_exp09/characters/monsters/beetle/beetle_lobber_clockwork_corroded',1188),
(18848,18781,'_exp09/characters/monsters/beetle/beetle_original_clockwork_corroded',1188),
(18849,18782,'_exp09/characters/monsters/beetle_groundattack/beetle_grappler_clockwork_corroded',1188),
(18850,18783,'_exp09/characters/monsters/beetle_groundattack/beetle_hercules_clockwork_corroded',1188),
(18851,18784,'_exp09/characters/monsters/beetle_groundattack/beetle_lobber_clockwork_corroded',1188),
(18852,18785,'_exp09/characters/monsters/beetle_groundattack/beetle_original_clockwork_corroded',1188),
(18853,18786,'_exp08/characters/tool_users/lich_undead/lich_undead',1188),
(18854,18787,'_exp09/characters/tool_users/halfelf_child_female/halfelf_child_female',1188),
(18855,18788,'_exp09/characters/tool_users/halfelf_child_male/halfelf_child_male',1188),
(18856,18789,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_01',1188),
(18857,18790,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_02',1188),
(18858,18791,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_03',1188),
(18859,18792,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_male_01',1188),
(18860,18793,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_male_02',1188),
(18861,18794,'accessories/npc_wearables/halfelf_children/halfelf_child_hair_male_03',1188),
(18862,18795,'_exp09/characters/monsters/drake_sleepers_tomb/drake_sleepers_tomb',1188),
(18863,18796,'creatures/monsters/mouth_eye_blob',1188),
(18864,18797,'ec/npc/antonia_2012_beggar',1188),
(18865,18798,'staticobjects/flora/dpo_slove02_lilypad_small01',1188),
(18866,18799,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper',1188),
(18867,18800,'accessories/wearable_items/_exp08/arasai_heritage_armor/shoulders',1188),
(18868,18801,'accessories/wearable_items/_exp08/antonican_guard/vanguard/hands_epic',1188),
(18869,18802,'staticobjects/qeynos/armor_dummy_antonia_2012',1188),
(18870,18803,'accessories/wearable_items/_exp08/darklight_armor/plate/chest',1188),
(18871,18804,'accessories/wearable_items/_exp08/darklight_armor/plate/feet',1188),
(18872,18805,'accessories/wearable_items/_exp08/darklight_armor/plate/forearms',1188),
(18873,18806,'accessories/wearable_items/_exp08/darklight_armor/plate/hands',1188),
(18874,18807,'accessories/wearable_items/_exp08/darklight_armor/plate/head',1188),
(18875,18808,'accessories/wearable_items/_exp08/darklight_armor/plate/head_epic',1188),
(18876,18809,'accessories/wearable_items/_exp08/darklight_armor/plate/legs',1188),
(18877,18810,'accessories/wearable_items/_exp08/darklight_armor/plate/shoulders',1188),
(18878,18811,'accessories/wearable_items/_exp08/darklight_armor/plate/shoulders_epic',1188),
(18879,18812,'accessories/wearable_items/_exp08/darklight_armor/plate/snap_ons/pauldrons_left',1188),
(18880,18813,'accessories/wearable_items/_exp08/darklight_armor/plate/snap_ons/pauldrons_right',1188),
(18881,18814,'staticobjects/soe_wallet/elddar_treehouse_treehouse_dpo',1188),
(18882,18815,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/chest',1188),
(18883,18816,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/feet',1188),
(18884,18817,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/forearms',1188),
(18885,18818,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/hands',1188),
(18886,18819,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/head',1188),
(18887,18820,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/legs',1188),
(18888,18821,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/legs_noskirt',1188),
(18889,18822,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/pauldron_left_celestial_watch',1188),
(18890,18823,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/pauldron_right_celestial_watch',1188),
(18891,18824,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/shoulders',1188),
(18892,18825,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/shoulders_epic',1188),
(18893,18826,'accessories/wearable_items/_exp09/celestial_watch/chest_blue_gold/skirt',1188),
(18894,18827,'accessories/wearable_items/_exp09/celestial_watch/robe_head_blue_gold/head',1188),
(18895,18828,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1h_scythe_lich_spectre',1188),
(18896,18829,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/chest',1188),
(18897,18830,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/feet',1188),
(18898,18831,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/hands',1188),
(18899,18832,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/head',1188),
(18900,18833,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/legs',1188),
(18901,18834,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/shoulders',1188),
(18902,18835,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/skirt',1188),
(18903,18836,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/belt/skirt 2',1188),
(18904,18837,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/belt/skirt',1188),
(18905,18838,'accessories/wearable_items/_exp08/darklight_armor/heavycloth_leather/head/head',1188),
(18906,18839,'accessories/wearable_items/_exp08/darklight_armor/vanguard/chest',1188),
(18907,18840,'accessories/wearable_items/_exp08/darklight_armor/vanguard/feet',1188),
(18908,18841,'accessories/wearable_items/_exp08/darklight_armor/vanguard/forearms',1188),
(18909,18842,'accessories/wearable_items/_exp08/darklight_armor/vanguard/hands',1188),
(18910,18843,'accessories/wearable_items/_exp08/darklight_armor/vanguard/head',1188),
(18911,18844,'accessories/wearable_items/_exp08/darklight_armor/vanguard/head_epic',1188),
(18912,18845,'accessories/wearable_items/_exp08/darklight_armor/vanguard/left',1188),
(18913,18846,'accessories/wearable_items/_exp08/darklight_armor/vanguard/legs',1188),
(18914,18847,'accessories/wearable_items/_exp08/darklight_armor/vanguard/legs_noskirt',1188),
(18915,18848,'accessories/wearable_items/_exp08/darklight_armor/vanguard/right',1188),
(18916,18849,'accessories/wearable_items/_exp08/darklight_armor/vanguard/shoulders',1188),
(18917,18850,'accessories/wearable_items/_exp08/darklight_armor/vanguard/shoulders_epic',1188),
(18918,18851,'accessories/wearable_items/_exp08/darklight_armor/vanguard/shoulders_nopauldrons',1188),
(18919,18852,'accessories/wearable_items/_exp08/darklight_armor/vanguard/skirt',1188),
(18920,18853,'accessories/wearable_items/_exp08/darklight_armor/vanguard/pauldrons/pauldron_left',1188),
(18921,18854,'accessories/wearable_items/_exp08/darklight_armor/vanguard/pauldrons/pauldron_right',1188),
(18922,18855,'accessories/wearable_items/_exp08/darklight_armor/vanguard/shadowknight_helm/head',1188),
(18923,18856,'accessories/wearable_items/_exp08/darklight_armor/vanguard/shadowknight_helm/head_epic',1188),
(18924,18857,'accessories/wearable_items/cloak/exp09/cloak_antonica_faction',1188),
(18925,18858,'accessories/wearable_items/cloak/exp09/cloak_antonica_faction_incut',1188),
(18926,18859,'accessories/wearable_items/cloak/exp09/cloak_antonica_faction_scallop',1188),
(18927,18860,'accessories/wearable_items/cloak/exp09/cloak_antonica_faction_whole',1188),
(18928,18861,'ec/npc/goblin_tophat',1188),
(18929,18862,'_exp08/characters/tool_users/lich_undead/lich_undead_green',1188),
(18930,18863,'_exp08/characters/tool_users/lich_undead/lich_undead_green_nofx',1188),
(18931,18864,'ec/pc/human/human_male_2011/human_male_base',1188),
(18932,18865,'_exp09/characters/tool_users/ethenere_npcs/darkelf_female_ethenere',1188),
(18933,18866,'_exp09/characters/tool_users/ethenere_npcs/darkelf_male_ethenere',1188),
(18934,18867,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_queen',1188),
(18935,18868,'_exp08/characters/tool_users/bog_wraith/bog_wraith',1188),
(18936,18869,'_exp08/characters/tool_users/bog_wraith/bog_wraith_chain',1188),
(18937,18870,'_exp08/characters/tool_users/bog_wraith/bog_wraith_spectre',1188),
(18938,18871,'accessories/wearable_items/_exp08/primal_velium/chain/chest',1188),
(18939,18872,'accessories/wearable_items/_exp08/primal_velium/chain/feet',1188),
(18940,18873,'accessories/wearable_items/_exp08/primal_velium/chain/forearms',1188),
(18941,18874,'accessories/wearable_items/_exp08/primal_velium/chain/hands',1188),
(18942,18875,'accessories/wearable_items/_exp08/primal_velium/chain/head',1188),
(18943,18876,'accessories/wearable_items/_exp08/primal_velium/chain/legs',1188),
(18944,18877,'accessories/wearable_items/_exp08/primal_velium/chain/legs_noskirt',1188),
(18945,18878,'accessories/wearable_items/_exp08/primal_velium/chain/shoulders',1188),
(18946,18879,'accessories/wearable_items/_exp08/primal_velium/chain/shoulders_epic',1188),
(18947,18880,'accessories/wearable_items/_exp08/primal_velium/chain/skirt',1188),
(18948,18881,'accessories/wearable_items/_exp08/primal_velium/heavycloth/chest',1188),
(18949,18882,'accessories/wearable_items/_exp08/primal_velium/heavycloth/feet',1188),
(18950,18883,'accessories/wearable_items/_exp08/primal_velium/heavycloth/hands',1188),
(18951,18884,'accessories/wearable_items/_exp08/primal_velium/heavycloth/head',1188),
(18952,18885,'accessories/wearable_items/_exp08/primal_velium/heavycloth/legs',1188),
(18953,18886,'accessories/wearable_items/_exp08/primal_velium/heavycloth/shoulders',1188),
(18954,18887,'accessories/wearable_items/_exp08/primal_velium/heavycloth/shoulders_epic',1188),
(18955,18888,'accessories/wearable_items/_exp08/primal_velium/heavycloth/skirt',1188),
(18956,18889,'accessories/wearable_items/_exp08/primal_velium/heavycloth/belt/skirt 2',1188),
(18957,18890,'accessories/wearable_items/_exp08/primal_velium/heavycloth/belt/skirt',1188),
(18958,18891,'accessories/wearable_items/_exp08/primal_velium/leather/chest',1188),
(18959,18892,'accessories/wearable_items/_exp08/primal_velium/leather/feet',1188),
(18960,18893,'accessories/wearable_items/_exp08/primal_velium/leather/forearms',1188),
(18961,18894,'accessories/wearable_items/_exp08/primal_velium/leather/hands',1188),
(18962,18895,'accessories/wearable_items/_exp08/primal_velium/leather/head',1188),
(18963,18896,'accessories/wearable_items/_exp08/primal_velium/leather/legs',1188),
(18964,18897,'accessories/wearable_items/_exp08/primal_velium/leather/legs_noskirt',1188),
(18965,18898,'accessories/wearable_items/_exp08/primal_velium/leather/shoulders',1188),
(18966,18899,'accessories/wearable_items/_exp08/primal_velium/leather/shoulders_epic',1188),
(18967,18900,'accessories/wearable_items/_exp08/primal_velium/leather/skirt',1188),
(18968,18901,'accessories/wearable_items/_exp08/primal_velium/robe/chest',1188),
(18969,18902,'accessories/wearable_items/_exp08/primal_velium/robe/chest_epic',1188),
(18970,18903,'accessories/wearable_items/_exp08/primal_velium/robe/feet',1188),
(18971,18904,'accessories/wearable_items/_exp08/primal_velium/robe/hands',1188),
(18972,18905,'accessories/wearable_items/_exp08/primal_velium/robe/head',1188),
(18973,18906,'accessories/wearable_items/_exp08/primal_velium/robe/pants',1188),
(18974,18907,'accessories/wearable_items/_exp08/primal_velium/robe/skirt',1188),
(18975,18908,'accessories/wearable_items/_exp08/primal_velium/vanguard/chest',1188),
(18976,18909,'accessories/wearable_items/_exp08/primal_velium/vanguard/feet',1188),
(18977,18910,'accessories/wearable_items/_exp08/primal_velium/vanguard/forearms',1188),
(18978,18911,'accessories/wearable_items/_exp08/primal_velium/vanguard/hands',1188),
(18979,18912,'accessories/wearable_items/_exp08/primal_velium/vanguard/hands_epic',1188),
(18980,18913,'accessories/wearable_items/_exp08/primal_velium/vanguard/head',1188),
(18981,18914,'accessories/wearable_items/_exp08/primal_velium/vanguard/head_epic',1188),
(18982,18915,'accessories/wearable_items/_exp08/primal_velium/vanguard/left',1188),
(18983,18916,'accessories/wearable_items/_exp08/primal_velium/vanguard/legs',1188),
(18984,18917,'accessories/wearable_items/_exp08/primal_velium/vanguard/legs_epic',1188),
(18985,18918,'accessories/wearable_items/_exp08/primal_velium/vanguard/legs_noskirt',1188),
(18986,18919,'accessories/wearable_items/_exp08/primal_velium/vanguard/pauldron2_left',1188),
(18987,18920,'accessories/wearable_items/_exp08/primal_velium/vanguard/right',1188),
(18988,18921,'accessories/wearable_items/_exp08/primal_velium/vanguard/shoulders',1188),
(18989,18922,'accessories/wearable_items/_exp08/primal_velium/vanguard/shoulders_epic',1188),
(18990,18923,'accessories/wearable_items/_exp08/primal_velium/vanguard/shoulders_nopauldrons',1188),
(18991,18924,'accessories/wearable_items/_exp08/primal_velium/vanguard/skirt',1188),
(18992,18925,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/bracer_left',1188),
(18993,18926,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/bracer_right',1188),
(18994,18927,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_leather_left',1188),
(18995,18928,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_leather_right',1188),
(18996,18929,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_left',1188),
(18997,18930,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_light_left',1188),
(18998,18931,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_light_right',1188),
(18999,18932,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_right',1188),
(19000,18933,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron_right2',1188),
(19001,18934,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron2_left',1188),
(19002,18935,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/pauldron2_right',1188),
(19003,18936,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/shinguard_left',1188),
(19004,18937,'accessories/wearable_items/_exp08/primal_velium/vanguard/snapons/shinguard_right',1188),
(19005,18938,'ec/pc/darkelf/darkelf_male_2011',1188),
(19006,18939,'_exp08/characters/pets/jackolantern/jackolantern',1188),
(19007,18940,'accessories/wearable_items/cloak/exp08/cloak_primal_velium2_diamond',1188),
(19008,18941,'accessories/wearable_items/cloak/exp08/cloak_primal_velium1_diamond',1188),
(19009,18942,'accessories/wearable_items/cloak/exp08/cloak_primal_velium2',1188),
(19010,18943,'accessories/wearable_items/cloak/exp08/cloak_primal_velium1',1188),
(19011,18944,'projectiles/spell_lightning_ball',1188),
(19012,18945,'_exp08/characters/monsters/kerafyrm/kerafyrm_trapped',1188),
(19013,18946,'staticobjects/pictures/qeynos_painting_harbor01_dpo',1188),
(19014,18947,'staticobjects/pictures/qeynos_painting01_dpo',1188),
(19015,18948,'staticobjects/pictures/qeynos_painting02_dpo',1188),
(19016,18949,'staticobjects/pictures/qeynos_painting03_dpo',1188),
(19017,18950,'staticobjects/pictures/qeynos_painting04_dpo',1188),
(19018,18951,'staticobjects/pictures/qeynos_painting05_dpo',1188),
(19019,18952,'staticobjects/pictures/qeynos_painting06_dpo',1188),
(19020,18953,'staticobjects/pictures/qeynos_painting07_dpo',1188),
(19021,18954,'ec/pc/halfelf/halfelf_male_2011',1188),
(19022,18955,'staticobjects/mailboxes/qnos_rev_mailbox01_dpo',1188),
(19023,18956,'staticobjects/marinerbell/qnos_rev_mariners_bell01_all_dpo',1188),
(19024,18957,'staticobjects/qeynos/qey_thunderfountain_dpo',1188),
(19025,18958,'staticobjects/qeynos/qey_baylestatue_dpo',1188),
(19026,18959,'staticobjects/qeynos/qey_castle_statue_dpo',1188),
(19027,18960,'staticobjects/qeynos/qey_floating_torch_blue_dpo',1188),
(19028,18961,'staticobjects/qeynos/qey_floating_torch_yellow_dpo',1188),
(19029,18962,'staticobjects/qeynos/qey_lions_circle_counter_dpo',1188),
(19030,18963,'staticobjects/qeynos/qey_lions_elbow_counter_dpo',1188),
(19031,18964,'staticobjects/qeynos/qey_lions_straight_counter_dpo',1188),
(19032,18965,'staticobjects/qeynos/qey_lionsmane_crest_dpo',1188),
(19033,18966,'staticobjects/qeynos/qey_pennants01_dpo',1188),
(19034,18967,'staticobjects/qeynos/qey_pennants02_dpo',1188),
(19035,18968,'staticobjects/qeynos/qey_pennants03_dpo',1188),
(19036,18969,'staticobjects/qeynos/qey_stadium_banner01_dpo',1188),
(19037,18970,'staticobjects/qeynos/qey_stadium_banner02_dpo',1188),
(19038,18971,'staticobjects/qeynos/qey_stadium_banner03_dpo',1188),
(19039,18972,'ec/pc/darkelf/darkelf_female_2011',1188),
(19040,18973,'ec/pc/highelf/highelf_male_2011',1188),
(19041,18974,'ec/pc/halfelf/halfelf_female_2011',1188),
(19042,18975,'staticobjects/_exp07/dru_drunder_sullon_idol02',1188),
(19043,18976,'ec/pc/kerra/kerra_male_2011',1188),
(19044,18977,'ec/pc/kerra/kerra_female_2011',1188),
(19045,18978,'ec/pc/human/human_female_2011',1188),
(19046,18979,'ec/pc/human/human_male_2011',1188),
(19047,18980,'staticobjects/qeynos/qey_terrain_village03_kaladimstone',1188),
(19048,18981,'accessories/wearable_items/cloak/exp09/cloak_celestial_watch_blue_gold',1188),
(19049,18982,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_spirit_black',1188),
(19050,18983,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_spirit_gold',1188),
(19051,18984,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_spirit_red',1188),
(19052,18985,'_exp09/characters/tool_users/were/were_black_base',1188),
(19053,18986,'staticobjects/banners/kelethin_banner_arcane_standing',1188),
(19054,18987,'ec/pc/highelf/highelf_female_2011',1188),
(19055,18988,'staticobjects/qeynos/halfelf_compass',1188),
(19056,18989,'creatures/mounts/odus_prowler/prowler_stone_jade',1188),
(19057,18990,'creatures/mounts/odus_prowler/prowler_stone_marble',1188),
(19058,18991,'creatures/mounts/odus_prowler/prowler_stone_onyx',1188),
(19059,18992,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spirit',1188),
(19060,18993,'staticobjects/housing_portal_objects/vision_home_magetower01',1188),
(19061,18994,'staticobjects/soe_wallet/qeynos/qey_window_double_wood_square01',1188),
(19062,18995,'staticobjects/soe_wallet/qeynos/qey_window_castle_round01',1188),
(19063,18996,'staticobjects/soe_wallet/qeynos/qey_window_dome_stone_fancy01',1188),
(19064,18997,'staticobjects/soe_wallet/qeynos/qey_window_dome_stone_rect02',1188),
(19065,18998,'staticobjects/soe_wallet/qeynos/qey_window_dome_wood_fancy01',1188),
(19066,18999,'staticobjects/soe_wallet/qeynos/qey_window_dome_wood_rect01',1188),
(19067,19000,'staticobjects/soe_wallet/qeynos/qey_window_dome_wood_rect02',1188),
(19068,19001,'staticobjects/soe_wallet/qeynos/qey_window_dome_wood_stone01',1188),
(19069,19002,'staticobjects/soe_wallet/station_tinkered/gnome_stool',1188),
(19070,19003,'staticobjects/soe_wallet/station_tinkered/gnome_bed',1188),
(19071,19004,'staticobjects/soe_wallet/station_tinkered/gnome_ceilingfan_base',1188),
(19072,19005,'staticobjects/soe_wallet/station_tinkered/gnome_chest',1188),
(19073,19006,'staticobjects/soe_wallet/station_tinkered/gnome_clock',1188),
(19074,19007,'staticobjects/soe_wallet/station_tinkered/gnome_dresser',1188),
(19075,19008,'staticobjects/soe_wallet/station_tinkered/gnome_gear_large_pfx',1188),
(19076,19009,'staticobjects/soe_wallet/station_tinkered/gnome_gear_small_pfx',1188),
(19077,19010,'staticobjects/soe_wallet/station_tinkered/gnome_mirror',1188),
(19078,19011,'staticobjects/soe_wallet/station_tinkered/gnome_nightstand',1188),
(19079,19012,'staticobjects/soe_wallet/station_tinkered/gnome_shelf',1188),
(19080,19013,'_exp09/characters/tool_users/baelon/baelon_unarmed',1188),
(19081,19014,'_exp09/characters/monsters/winged_lion/winged_lion_base',1188),
(19082,19015,'staticobjects/tree/river_flowertree_01_shrunk_dpo',1188),
(19083,19016,'ec/pc/woodelf/woodelf_male_2011',1188),
(19084,19017,'ec/pc/woodelf/woodelf_female_2011',1188),
(19085,19018,'accessories/wieldable_items/weapons/exp09/staff/staff_drinal',1188),
(19086,19019,'projectiles/spell_fire_ball_no_trail',1188),
(19087,19020,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x1_column_bluemetal',1188),
(19088,19021,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x1_column_redplates',1188),
(19089,19022,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_column_bluemetal',1188),
(19090,19023,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_column_redplates',1188),
(19091,19024,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_dividerblock_bluemetal',1188),
(19092,19025,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_dividerblock_redplates',1188),
(19093,19026,'staticobjects/liveevent/tinkerfest/building_blocks/housecube_1x1_block_redplates',1188),
(19094,19027,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1xhalf_block_bluemetal',1188),
(19095,19028,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1xhalf_block_redplates',1188),
(19096,19029,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_dividerblock_bluemetal',1188),
(19097,19030,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_dividerblock_redplates',1188),
(19098,19031,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_rail_bluemetal',1188),
(19099,19032,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_rail_redplates',1188),
(19100,19033,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_roundtile_bluemetal',1188),
(19101,19034,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_roundtile_redplates',1188),
(19102,19035,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_stair_bluemetal',1188),
(19103,19036,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_stair_redplates',1188),
(19104,19037,'staticobjects/liveevent/tinkerfest/building_blocks/housecube_1x1_block_bluemetal',1188),
(19105,19038,'staticobjects/liveevent/tinkerfest/dpo_fprt_hood03_temple_tank01',1188),
(19106,19039,'staticobjects/liveevent/tinkerfest/dpo_battleground_relic01_background_gear01',1188),
(19107,19040,'staticobjects/liveevent/tinkerfest/dpo_battleground_relic01_murderball01',1188),
(19108,19041,'staticobjects/liveevent/tinkerfest/dpo_battleground_relic01_murderball01_combo01',1188),
(19109,19042,'staticobjects/liveevent/tinkerfest/dpo_battleground_relic01_murderball01_pedestal01',1188),
(19110,19043,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_vertgear_001',1188),
(19111,19044,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_ani_drill_001',1188),
(19112,19045,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_ani_gear_001',1188),
(19113,19046,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_ani_vertgear_001',1188),
(19114,19047,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_box_001',1188),
(19115,19048,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_broiler_001',1188),
(19116,19049,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_broiler_002',1188),
(19117,19050,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_drill_001',1188),
(19118,19051,'staticobjects/liveevent/tinkerfest/dpo_qnos_tinker_gear_001',1188),
(19119,19052,'creatures/mounts/pegasus_mount/pegasus_mount_epic_qeynos_gold',1188),
(19120,19053,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/chest',1188),
(19121,19054,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/feet',1188),
(19122,19055,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/forearms',1188),
(19123,19056,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/hands',1188),
(19124,19057,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/head',1188),
(19125,19058,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/head_epic',1188),
(19126,19059,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/head_epic_crest',1188),
(19127,19060,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/head_epic_topknot',1188),
(19128,19061,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/left',1188),
(19129,19062,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/legs',1188),
(19130,19063,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/legs_noskirt',1188),
(19131,19064,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/right',1188),
(19132,19065,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/shoulders',1188),
(19133,19066,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/shoulders_nopauldron',1188),
(19134,19067,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/skirt',1188),
(19135,19068,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/hands_epic',1188),
(19136,19069,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/legs_epic',1188),
(19137,19070,'accessories/wearable_items/_exp08/antonican_guard/vanguard_crusader/shoulders_epic',1188),
(19138,19071,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/shinguard_crusader_left',1188),
(19139,19072,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/shinguard_crusader_right',1188),
(19140,19073,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/pauldron2_crusader_left',1188),
(19141,19074,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/pauldron2_crusader_right',1188),
(19142,19075,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/pauldron_crusader_right',1188),
(19143,19076,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/pauldron_crusader_left',1188),
(19144,19077,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/bracer_crusader_right',1188),
(19145,19078,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/bracer_crusader_left',1188),
(19146,19079,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/head_topknot_crusader',1188),
(19147,19080,'accessories/wearable_items/_exp08/antonican_guard/snapons_extras/head_crest_crusader',1188),
(19148,19081,'creatures/mounts/pegasus_mount/pegasus_mount_freeport',1188),
(19149,19082,'creatures/mounts/pegasus_mount/swivels/pegasus_freeport_swivel_skull',1188),
(19150,19083,'creatures/tu/succubus_flying',1188),
(19151,19084,'accessories/wearable_items/cloak/exp08/cloak_antonican_guard_crusader',1188),
(19152,19085,'_exp09/characters/tool_users/baelon/baelon_summon',1188),
(19153,19086,'staticobjects/soe_wallet/qeynos_akanon_clock_dpo',1188),
(19154,19087,'_exp09/characters/monsters/skirth/skirth',1188),
(19155,19088,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_ethernere_sword',1188),
(19156,19089,'accessories/wieldable_items/weapons/exp09/1h_crush/ethernere_mace',1188),
(19157,19090,'_exp09/characters/tool_users/drinal/drinal',1188),
(19158,19091,'accessories/wearable_items/_exp09/ethernere_armors/chain/chest',1188),
(19159,19092,'accessories/wearable_items/_exp09/ethernere_armors/chain/feet',1188),
(19160,19093,'accessories/wearable_items/_exp09/ethernere_armors/chain/forearms',1188),
(19161,19094,'accessories/wearable_items/_exp09/ethernere_armors/chain/hands',1188),
(19162,19095,'accessories/wearable_items/_exp09/ethernere_armors/chain/head',1188),
(19163,19096,'accessories/wearable_items/_exp09/ethernere_armors/chain/legs',1188),
(19164,19097,'accessories/wearable_items/_exp09/ethernere_armors/chain/shoulders',1188),
(19165,19098,'accessories/wearable_items/_exp09/ethernere_armors/chain/shoulders_epic',1188),
(19166,19099,'accessories/wearable_items/_exp09/ethernere_armors/leather/chest',1188),
(19167,19100,'accessories/wearable_items/_exp09/ethernere_armors/leather/feet',1188),
(19168,19101,'accessories/wearable_items/_exp09/ethernere_armors/leather/forearms',1188),
(19169,19102,'accessories/wearable_items/_exp09/ethernere_armors/leather/hands',1188),
(19170,19103,'accessories/wearable_items/_exp09/ethernere_armors/leather/head',1188),
(19171,19104,'accessories/wearable_items/_exp09/ethernere_armors/leather/legs',1188),
(19172,19105,'accessories/wearable_items/_exp09/ethernere_armors/leather/legs_noskirt',1188),
(19173,19106,'accessories/wearable_items/_exp09/ethernere_armors/leather/shoulders',1188),
(19174,19107,'accessories/wearable_items/_exp09/ethernere_armors/leather/shoulders_epic',1188),
(19175,19108,'accessories/wearable_items/_exp09/ethernere_armors/leather/skirt',1188),
(19176,19109,'accessories/wearable_items/_exp09/ethernere_armors/robe/chest',1188),
(19177,19110,'accessories/wearable_items/_exp09/ethernere_armors/robe/chest_epic',1188),
(19178,19111,'accessories/wearable_items/_exp09/ethernere_armors/robe/feet',1188),
(19179,19112,'accessories/wearable_items/_exp09/ethernere_armors/robe/hands',1188),
(19180,19113,'accessories/wearable_items/_exp09/ethernere_armors/robe/head',1188),
(19181,19114,'accessories/wearable_items/_exp09/ethernere_armors/robe/head_hood',1188),
(19182,19115,'accessories/wearable_items/_exp09/ethernere_armors/robe/pants',1188),
(19183,19116,'accessories/wearable_items/_exp09/ethernere_armors/robe/skirt',1188),
(19184,19117,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_left',1188),
(19185,19118,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_right',1188),
(19186,19119,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_left',1188),
(19187,19120,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_right',1188),
(19188,19121,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_left',1188),
(19189,19122,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_right',1188),
(19190,19123,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_left',1188),
(19191,19124,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_right',1188),
(19192,19125,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_left',1188),
(19193,19126,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_right',1188),
(19194,19127,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_left',1188),
(19195,19128,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_right',1188),
(19196,19129,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_left',1188),
(19197,19130,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_right',1188),
(19198,19131,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/chest',1188),
(19199,19132,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/feet',1188),
(19200,19133,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/forearms',1188),
(19201,19134,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/hands',1188),
(19202,19135,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/hands_epic',1188),
(19203,19136,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/head',1188),
(19204,19137,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/left',1188),
(19205,19138,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/legs',1188),
(19206,19139,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/legs_noskirt',1188),
(19207,19140,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/right',1188),
(19208,19141,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/shoulders',1188),
(19209,19142,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/shoulders_epic',1188),
(19210,19143,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/shoulders_nopauldrons',1188),
(19211,19144,'accessories/wearable_items/_exp09/ethernere_armors/vanguard/skirt',1188),
(19212,19145,'_exp09/characters/monsters/mud_monster/mud_monster_cazic_thule',1188),
(19213,19146,'accessories/wearable_items/cloak/exp09/cloak_ethernere_short',1188),
(19214,19147,'accessories/wearable_items/cloak/exp09/cloak_ethernere_long',1188),
(19215,19148,'creatures/monsters/mouth_eye_blob_ethenere',1188),
(19216,19149,'_exp08/characters/tool_users/bog_wraith/bog_wraith_spectre_chain',1188),
(19217,19150,'accessories/wieldable_items/weapons/exp09/1h_crush/ethernere_hammer',1188),
(19218,19151,'_exp09/characters/monsters/dragon_shadowdrach/dragon_shadowdrach',1188),
(19219,19152,'_exp09/characters/tool_users/ethenere_npcs/human_male_ethenere',1188),
(19220,19153,'_exp09/characters/tool_users/illithid/illithid',1188),
(19221,19154,'accessories/wieldable_items/weapons/exp09/staff/spear_ethernere',1188),
(19222,19155,'accessories/wieldable_items/weapons/exp09/fist/ethernere_claws',1188),
(19223,19156,'_exp09/characters/tool_users/ethenere_npcs/dwarf_female_ethenere',1188),
(19224,19157,'_exp09/characters/tool_users/ethenere_npcs/dwarf_male_ethenere',1188),
(19225,19158,'_exp09/characters/tool_users/ethenere_npcs/human_female_ethenere',1188),
(19226,19159,'_exp09/characters/tool_users/ethenere_npcs/ogre_male_ethenere',1188),
(19227,19160,'staticobjects/halloween/le_jackolantern01_green',1188),
(19228,19161,'staticobjects/halloween/le_jackolantern01_purple',1188),
(19229,19162,'staticobjects/halloween/le_jackolantern02_green',1188),
(19230,19163,'staticobjects/halloween/le_jackolantern02_purple',1188),
(19231,19164,'staticobjects/halloween/le_jackolantern03_green',1188),
(19232,19165,'staticobjects/halloween/le_jackolantern03_purple',1188),
(19233,19166,'staticobjects/halloween/dpo_bat_skull_garland',1188),
(19234,19167,'staticobjects/halloween/dpo_pitchfork_skull_garland',1188),
(19235,19168,'_exp09/characters/tool_users/drinal/drinal_evil',1188),
(19236,19169,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_ice',1188),
(19237,19170,'_exp09/characters/monsters/tirun_enforcer/tirun_enforcer',1188),
(19238,19171,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_ethernere',1188),
(19239,19172,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_cazic',1188),
(19240,19173,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_cazic',1188),
(19241,19174,'staticobjects/halloween/fprt_ext_tombstonec001',1188),
(19242,19175,'staticobjects/halloween/container_spec01_organ',1188),
(19243,19176,'staticobjects/halloween/oblost_pot02_worgans',1188),
(19244,19177,'staticobjects/halloween/bef_weaponrack02',1188),
(19245,19178,'staticobjects/halloween/tfs_present01_medium',1188),
(19246,19179,'staticobjects/halloween/seb_lightsource_firepot_iksar_large01_w_light',1188),
(19247,19180,'staticobjects/halloween/wl_satyr_skull_candles',1188),
(19248,19181,'staticobjects/halloween/bef_armor_display01',1188),
(19249,19182,'_exp09/characters/monsters/carnivorous_ape_boss/carnivorous_ape_boss',1188),
(19250,19183,'_exp08/objects/sirens_grotto/sirens_grotto02_dome01_dpo',1188),
(19251,19184,'creatures/monsters/watertentacle_center',1188),
(19252,19185,'accessories/wieldable_items/weapons/exp09/bow/bow_ethernere',1188),
(19253,19186,'accessories/wieldable_items/weapons/exp09/bow/longbow_ethernere',1188),
(19254,19187,'_exp09/characters/monsters/ethereal_construct/ethereal_construct',1188),
(19255,19188,'accessories/wieldable_items/weapons/exp09/staff/wand_ethernere',1188),
(19256,19189,'creatures/mounts/pegasus_demon/pegasus_demon',1188),
(19257,19190,'accessories/wieldable_items/weapons/exp09/staff/staff_ethernere',1188),
(19258,19191,'_exp09/objects/sleepers_tomb/sleepers_tomb_column',1188),
(19259,19192,'_exp09/objects/sleepers_tomb/sleepers_tomb_column_02',1188),
(19260,19193,'accessories/wearable_items/_exp09/thullian_armor/accessories/armband_base_left',1188),
(19261,19194,'accessories/wearable_items/_exp09/thullian_armor/accessories/armband_base_right',1188),
(19262,19195,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldron_light_left',1188),
(19263,19196,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldron_light_right',1188),
(19264,19197,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldron_robe_left',1188),
(19265,19198,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldron_robe_right',1188),
(19266,19199,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldrons_chain_left',1188),
(19267,19200,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldrons_chain_right',1188),
(19268,19201,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldrons_left',1188),
(19269,19202,'accessories/wearable_items/_exp09/thullian_armor/accessories/pauldrons_right',1188),
(19270,19203,'accessories/wearable_items/_exp09/thullian_armor/chain/chest',1188),
(19271,19204,'accessories/wearable_items/_exp09/thullian_armor/chain/feet',1188),
(19272,19205,'accessories/wearable_items/_exp09/thullian_armor/chain/forearms',1188),
(19273,19206,'accessories/wearable_items/_exp09/thullian_armor/chain/hands',1188),
(19274,19207,'accessories/wearable_items/_exp09/thullian_armor/chain/head',1188),
(19275,19208,'accessories/wearable_items/_exp09/thullian_armor/chain/legs',1188),
(19276,19209,'accessories/wearable_items/_exp09/thullian_armor/chain/shoulders',1188),
(19277,19210,'accessories/wearable_items/_exp09/thullian_armor/chain/shoulders_epic',1188),
(19278,19211,'accessories/wearable_items/_exp09/thullian_armor/gi_valkeryie/chest',1188),
(19279,19212,'accessories/wearable_items/_exp09/thullian_armor/gi_valkeryie/hands',1188),
(19280,19213,'accessories/wearable_items/_exp09/thullian_armor/gi_valkeryie/legs',1188),
(19281,19214,'accessories/wearable_items/_exp09/thullian_armor/gi_valkeryie/shoulders',1188),
(19282,19215,'accessories/wearable_items/_exp09/thullian_armor/leather/chest',1188),
(19283,19216,'accessories/wearable_items/_exp09/thullian_armor/leather/feet',1188),
(19284,19217,'accessories/wearable_items/_exp09/thullian_armor/leather/forearms',1188),
(19285,19218,'accessories/wearable_items/_exp09/thullian_armor/leather/hands',1188),
(19286,19219,'accessories/wearable_items/_exp09/thullian_armor/leather/head',1188),
(19287,19220,'accessories/wearable_items/_exp09/thullian_armor/leather/legs',1188),
(19288,19221,'accessories/wearable_items/_exp09/thullian_armor/leather/legs_noskirt',1188),
(19289,19222,'accessories/wearable_items/_exp09/thullian_armor/leather/shoulders',1188),
(19290,19223,'accessories/wearable_items/_exp09/thullian_armor/leather/shoulders_epic',1188),
(19291,19224,'accessories/wearable_items/_exp09/thullian_armor/leather/skirt',1188),
(19292,19225,'accessories/wearable_items/_exp09/thullian_armor/robe/chest',1188),
(19293,19226,'accessories/wearable_items/_exp09/thullian_armor/robe/chest_epic',1188),
(19294,19227,'accessories/wearable_items/_exp09/thullian_armor/robe/feet',1188),
(19295,19228,'accessories/wearable_items/_exp09/thullian_armor/robe/hands',1188),
(19296,19229,'accessories/wearable_items/_exp09/thullian_armor/robe/head',1188),
(19297,19230,'accessories/wearable_items/_exp09/thullian_armor/robe/head_collar',1188),
(19298,19231,'accessories/wearable_items/_exp09/thullian_armor/robe/pants',1188),
(19299,19232,'accessories/wearable_items/_exp09/thullian_armor/robe/skirt',1188),
(19300,19233,'accessories/wearable_items/_exp09/thullian_armor/vanguard/chest',1188),
(19301,19234,'accessories/wearable_items/_exp09/thullian_armor/vanguard/feet',1188),
(19302,19235,'accessories/wearable_items/_exp09/thullian_armor/vanguard/forearms',1188),
(19303,19236,'accessories/wearable_items/_exp09/thullian_armor/vanguard/hands',1188),
(19304,19237,'accessories/wearable_items/_exp09/thullian_armor/vanguard/head',1188),
(19305,19238,'accessories/wearable_items/_exp09/thullian_armor/vanguard/left',1188),
(19306,19239,'accessories/wearable_items/_exp09/thullian_armor/vanguard/legs',1188),
(19307,19240,'accessories/wearable_items/_exp09/thullian_armor/vanguard/legs_noskirt',1188),
(19308,19241,'accessories/wearable_items/_exp09/thullian_armor/vanguard/right',1188),
(19309,19242,'accessories/wearable_items/_exp09/thullian_armor/vanguard/shoulders',1188),
(19310,19243,'accessories/wearable_items/_exp09/thullian_armor/vanguard/shoulders_epic',1188),
(19311,19244,'accessories/wearable_items/_exp09/thullian_armor/vanguard/shoulders_nopauldrons',1188),
(19312,19245,'accessories/wearable_items/_exp09/thullian_armor/vanguard/skirt',1188),
(19313,19246,'_exp09/objects/drinals/object_wisp_crystal',1188),
(19314,19247,'_exp08/characters/tool_users/chitari/chitari_male_statue',1188),
(19315,19248,'accessories/wieldable_items/weapons/exp08/1h_crush/exp08_1h_crush_chitari',1188),
(19316,19249,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_1hs_axe_chitari',1188),
(19317,19250,'accessories/wieldable_items/weapons/exp09/staff/bostaff_ethernere',1188),
(19318,19251,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_urngroup03',1188),
(19319,19252,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_brazier_large02',1188),
(19320,19253,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_brazier_med01',1188),
(19321,19254,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_rug01',1188),
(19322,19255,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_rug02',1188),
(19323,19256,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_rug03',1188),
(19324,19257,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn01',1188),
(19325,19258,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn02',1188),
(19326,19259,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn03',1188),
(19327,19260,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn04',1188),
(19328,19261,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn05',1188),
(19329,19262,'staticobjects/_exp08/sleepers_tomb/exp08_dun_sleepers_tomb_urn06',1188),
(19330,19263,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_bookgroup01',1188),
(19331,19264,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_bookgroup02',1188),
(19332,19265,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_bookgroup03',1188),
(19333,19266,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_brazier01_large',1188),
(19334,19267,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_chest_large01',1188),
(19335,19268,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_chest_large01_open',1188),
(19336,19269,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_chest_large02',1188),
(19337,19270,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_cornersconce_01',1188),
(19338,19271,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_cornersconce_02',1188),
(19339,19272,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_crate_large01',1188),
(19340,19273,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_crate_large02',1188),
(19341,19274,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_crate_large03',1188),
(19342,19275,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_hangingsconce_01',1188),
(19343,19276,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_urnfancy01',1188),
(19344,19277,'accessories/wearable_items/_exp09/mummy_wraps/chest',1188),
(19345,19278,'accessories/wearable_items/_exp09/mummy_wraps/hands',1188),
(19346,19279,'accessories/wearable_items/_exp09/mummy_wraps/legs',1188),
(19347,19280,'accessories/wearable_items/_exp09/mummy_wraps/shoulders',1188),
(19348,19281,'accessories/wearable_items/_exp09/mummy_wraps/accessories/armband_base_left',1188),
(19349,19282,'accessories/wearable_items/_exp09/mummy_wraps/accessories/armband_base_right',1188),
(19350,19283,'accessories/wearable_items/_exp09/mummy_wraps_royal/chest',1188),
(19351,19284,'accessories/wearable_items/_exp09/mummy_wraps_royal/hands',1188),
(19352,19285,'accessories/wearable_items/_exp09/mummy_wraps_royal/legs',1188),
(19353,19286,'accessories/wearable_items/_exp09/mummy_wraps_royal/shoulders',1188),
(19354,19287,'ec/pc/darkelf/darkelf_female_ethernere',1188),
(19355,19288,'ec/pc/darkelf/darkelf_male_ethernere',1188),
(19356,19289,'creatures/monsters/spider_ethernerearmor3',1188),
(19357,19290,'creatures/monsters/spider_ethernerearmor2',1188),
(19358,19291,'creatures/monsters/spider_ethernerearmor1',1188),
(19359,19292,'creatures/monsters/spider_yellowrecluse',1188),
(19360,19293,'creatures/monsters/spider_treespringer',1188),
(19361,19294,'creatures/monsters/spider_shadowspawn',1188),
(19362,19295,'creatures/monsters/spider_sanguinated',1188),
(19363,19296,'creatures/monsters/spider_redyellow',1188),
(19364,19297,'creatures/monsters/spider_bonecollector',1188),
(19365,19298,'accessories/wieldable_items/weapons/exp09/1h_crush/axe_ethernere',1188),
(19366,19299,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_ethernere',1188),
(19367,19300,'creatures/monsters/dervish_spinning_obolplain_stonestack',1188),
(19368,19301,'creatures/monsters/dervish_spinning_obolplain_sand',1188),
(19369,19302,'creatures/monsters/dervish_spinning_obolplain_rock',1188),
(19370,19303,'creatures/monsters/dervish_spinning_obolplain_gravel',1188),
(19371,19304,'creatures/monsters/dervish_obolplain_stonestack',1188),
(19372,19305,'creatures/monsters/dervish_obolplain_sand',1188),
(19373,19306,'creatures/monsters/dervish_obolplain_rock',1188),
(19374,19307,'creatures/monsters/dervish_obolplain_gravel',1188),
(19375,19308,'_exp09/characters/monsters/elemental_wave/elementalwave_obolplain_flowergrass',1188),
(19376,19309,'_exp09/characters/monsters/elemental_wave/elementalwave_obolplain_grass',1188),
(19377,19310,'_exp09/characters/monsters/elemental_wave/elementalwave_obolplain_purpleleaves',1188),
(19378,19311,'_exp09/characters/monsters/elemental_wave/elementalwave_obolplain_sand',1188),
(19379,19312,'_exp09/characters/monsters/elemental_wave/elementalwave_obolplain_sandwet',1188),
(19380,19313,'accessories/wearable_items/_exp09/nightborne_sc_chain/snap_ons/chaos_pauldrons_left',1188),
(19381,19314,'accessories/wearable_items/_exp09/nightborne_sc_chain/snap_ons/chaos_pauldrons_right',1188),
(19382,19315,'accessories/wearable_items/_exp09/nightborne_sc_chain/chest',1188),
(19383,19316,'accessories/wearable_items/_exp09/nightborne_sc_chain/feet',1188),
(19384,19317,'accessories/wearable_items/_exp09/nightborne_sc_chain/forearms',1188),
(19385,19318,'accessories/wearable_items/_exp09/nightborne_sc_chain/hands',1188),
(19386,19319,'accessories/wearable_items/_exp09/nightborne_sc_chain/head',1188),
(19387,19320,'accessories/wearable_items/_exp09/nightborne_sc_chain/head_epic',1188),
(19388,19321,'accessories/wearable_items/_exp09/nightborne_sc_chain/legs',1188),
(19389,19322,'accessories/wearable_items/_exp09/nightborne_sc_chain/legs_noskirt',1188),
(19390,19323,'accessories/wearable_items/_exp09/nightborne_sc_chain/shoulders',1188),
(19391,19324,'accessories/wearable_items/_exp09/nightborne_sc_chain/shoulders_epic',1188),
(19392,19325,'accessories/wearable_items/_exp09/nightborne_sc_chain/skirt',1188),
(19393,19326,'accessories/wearable_items/_exp09/nightborne_sc_leather/snap_ons/head_skull',1188),
(19394,19327,'accessories/wearable_items/_exp09/nightborne_sc_leather/snap_ons/pauldrons_left',1188),
(19395,19328,'accessories/wearable_items/_exp09/nightborne_sc_leather/snap_ons/pauldrons_right',1188),
(19396,19329,'accessories/wearable_items/_exp09/nightborne_sc_leather/chest',1188),
(19397,19330,'accessories/wearable_items/_exp09/nightborne_sc_leather/feet',1188),
(19398,19331,'accessories/wearable_items/_exp09/nightborne_sc_leather/forearms',1188),
(19399,19332,'accessories/wearable_items/_exp09/nightborne_sc_leather/hands',1188),
(19400,19333,'accessories/wearable_items/_exp09/nightborne_sc_leather/head',1188),
(19401,19334,'accessories/wearable_items/_exp09/nightborne_sc_leather/head_epic',1188),
(19402,19335,'accessories/wearable_items/_exp09/nightborne_sc_leather/legs',1188),
(19403,19336,'accessories/wearable_items/_exp09/nightborne_sc_leather/legs_noskirt',1188),
(19404,19337,'accessories/wearable_items/_exp09/nightborne_sc_leather/shoulders_epic',1188),
(19405,19338,'accessories/wearable_items/_exp09/nightborne_sc_leather/shoulders_no_pauldrons',1188),
(19406,19339,'accessories/wearable_items/_exp09/nightborne_sc_leather/skirt',1188),
(19407,19340,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/pants',1188),
(19408,19341,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/pauldrons_lower_left',1188),
(19409,19342,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/pauldrons_lower_right',1188),
(19410,19343,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/pauldrons_upper_left',1188),
(19411,19344,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/pauldrons_upper_right',1188),
(19412,19345,'accessories/wearable_items/_exp09/nightborne_sc_robe/snap_ons/skirt',1188),
(19413,19346,'accessories/wearable_items/_exp09/nightborne_sc_robe/chest',1188),
(19414,19347,'accessories/wearable_items/_exp09/nightborne_sc_robe/chest_epic',1188),
(19415,19348,'accessories/wearable_items/_exp09/nightborne_sc_robe/feet',1188),
(19416,19349,'accessories/wearable_items/_exp09/nightborne_sc_robe/hands',1188),
(19417,19350,'accessories/wearable_items/_exp09/nightborne_sc_robe/head',1188),
(19418,19351,'accessories/wearable_items/_exp09/nightborne_sc_robe/head_collar',1188),
(19419,19352,'accessories/wearable_items/_exp09/nightborne_sc_robe/head_epic',1188),
(19420,19353,'creatures/monsters/willowisp_ethernere01',1188),
(19421,19354,'_exp08/characters/monsters/gargoyle_sleeper/gargoyle_obsidian_black',1188),
(19422,19355,'creatures/monsters/willowisp_ethernere02',1188),
(19423,19356,'creatures/monsters/willowisp_ethernere02_dark',1188),
(19424,19357,'creatures/monsters/willowisp_ethernere03',1188),
(19425,19358,'creatures/tu/ethernere_elemental_soldier',1188),
(19426,19359,'_exp08/characters/monsters/komodo/komodo_blue',1188),
(19427,19360,'_exp08/characters/monsters/komodo/komodo_green',1188),
(19428,19361,'_exp08/characters/monsters/komodo/komodo_red',1188),
(19429,19362,'creatures/mounts/komodo_mount/komodo_mount_obolplains_redpack',1188),
(19430,19363,'creatures/mounts/komodo_mount/komodo_mount_obolplains_greenpack',1188),
(19431,19364,'creatures/mounts/komodo_mount/komodo_mount_obolplains_bluepack',1188),
(19432,19365,'creatures/mounts/komodo_mount/komodo_mount_obolplains_green',1188),
(19433,19366,'creatures/mounts/komodo_mount/komodo_mount_obolplains_red',1188),
(19434,19367,'creatures/mounts/komodo_mount/komodo_mount_obolplains_blue',1188),
(19435,19368,'creatures/monsters/willowisp_sparkle_purple_dead_fx',1188),
(19436,19369,'_exp09/characters/monsters/withering_tree_ent/fear_tree_ent',1188),
(19437,19370,'_exp09/characters/monsters/withering_tree_ent/glowing_tree_ent',1188),
(19438,19371,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_bonepicker',1188),
(19439,19372,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_brown',1188),
(19440,19373,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_hematic',1188),
(19441,19374,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_jungle',1188),
(19442,19375,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_shadecasted',1188),
(19443,19376,'_exp09/characters/tool_users/illithid/illithid_staff',1188),
(19444,19377,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_blue',1188),
(19445,19378,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_bluechaos',1188),
(19446,19379,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_fire',1188),
(19447,19380,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_firechaos',1188),
(19448,19381,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_soulfire',1188),
(19449,19382,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_blue',1188),
(19450,19383,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_green',1188),
(19451,19384,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_violet',1188),
(19452,19385,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_queen_blue',1188),
(19453,19386,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_queen_green',1188),
(19454,19387,'_exp08/characters/tool_users/banshee_sleeper/banshee_sleeper_spectre_queen_violet',1188),
(19455,19388,'accessories/wearable_items/cloak/exp09/dragon_cloak',1188),
(19456,19389,'accessories/wearable_items/cloak/exp09/dragon_cloak_blue',1188),
(19457,19390,'accessories/wearable_items/cloak/exp09/dragon_cloak_green',1188),
(19458,19391,'_exp09/characters/tool_users/ethenere_npcs/erudite_female_ethenere',1188),
(19459,19392,'_exp09/characters/tool_users/ethenere_npcs/erudite_male_ethenere',1188),
(19460,19393,'_exp09/characters/tool_users/ethenere_npcs/gnome_female_ethenere',1188),
(19461,19394,'_exp09/characters/tool_users/ethenere_npcs/gnome_male_ethenere',1188),
(19462,19395,'_exp09/characters/tool_users/ethenere_npcs/highelf_female_ethenere',1188),
(19463,19396,'_exp09/characters/tool_users/ethenere_npcs/highelf_male_ethenere',1188),
(19464,19397,'creatures/tu/firiona_vie_ethenere',1188),
(19465,19398,'_exp09/characters/monsters/timber_wolf_ethernere/timber_wolf_ethernere',1188),
(19466,19399,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_sleepers_blue',1188),
(19467,19400,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_sleepers_green',1188),
(19468,19401,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_sleepers_violet',1188),
(19469,19402,'_exp09/characters/tool_users/ethenere_npcs/ogre_female_ethenere',1188),
(19470,19403,'accessories/wieldable_items/weapons/exp09/1h_crush/axe_1h_primal_velium',1188),
(19471,19404,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_1h_primal_velium',1188),
(19472,19405,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_primal_velium',1188),
(19473,19406,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_axe_primal_velium',1188),
(19474,19407,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_hammer_primal_velium',1188),
(19475,19408,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_primal_velium',1188),
(19476,19409,'accessories/wieldable_items/weapons/exp09/bow/longbow_primal_velium',1188),
(19477,19410,'accessories/wieldable_items/weapons/exp09/fist/fist_primal_velium',1188),
(19478,19411,'accessories/wieldable_items/weapons/exp09/staff/staff_primal_velium',1188),
(19479,19412,'accessories/wieldable_items/weapons/exp09/staff/bowstaff_primal_velium',1188),
(19480,19413,'accessories/wieldable_items/weapons/exp09/staff/cazic_pike',1188),
(19481,19414,'_exp09/characters/tool_users/illithid/illithid_cowl',1188),
(19482,19415,'_exp09/characters/tool_users/illithid/illithid_cowl_staff',1188),
(19483,19416,'accessories/wieldable_items/weapons/exp09/1h_crush/cazic_wand',1188),
(19484,19417,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_cazic',1188),
(19485,19418,'accessories/wieldable_items/weapons/exp09/2h_crush/exp09_2h_hammer_cazic',1188),
(19486,19419,'accessories/wieldable_items/weapons/exp09/fist/fist_cazic',1188),
(19487,19420,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic1_cherry',1188),
(19488,19421,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic1_driftwood',1188),
(19489,19422,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic1_enameled',1188),
(19490,19423,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic1_walnut',1188),
(19491,19424,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic2_black',1188),
(19492,19425,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic2_blue',1188),
(19493,19426,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic2_brown',1188),
(19494,19427,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic2_green',1188),
(19495,19428,'accessories/wearable_items/snapons/backpacks/quivers/quiver_basic2_red',1188),
(19496,19429,'accessories/wearable_items/snapons/backpacks/quivers/quiver_belted_blue',1188),
(19497,19430,'accessories/wearable_items/snapons/backpacks/quivers/quiver_belted_brown',1188),
(19498,19431,'accessories/wearable_items/snapons/backpacks/quivers/quiver_belted_green',1188),
(19499,19432,'accessories/wearable_items/snapons/backpacks/quivers/quiver_belted_purple',1188),
(19500,19433,'accessories/wearable_items/snapons/backpacks/quivers/quiver_belted_red',1188),
(19501,19434,'_exp08/characters/monsters/dragon_bone_golem/dragon_bone_golem_dirty',1188),
(19502,19435,'_exp09/characters/monsters/skeleton_dervish/skeleton_dervish',1188),
(19503,19436,'staticobjects/soe_wallet/curtains_plain',1188),
(19504,19437,'_exp09/characters/tool_users/gehein/gehein',1188),
(19505,19438,'accessories/wearable_items/profesion_hats/tophat/head_basic',1188),
(19506,19439,'accessories/wearable_items/profesion_hats/tophat/head_goblin',1188),
(19507,19440,'accessories/wearable_items/profesion_hats/tophat/head_leather',1188),
(19508,19441,'accessories/wearable_items/profesion_hats/tophat/head_leather_blue',1188),
(19509,19442,'accessories/wearable_items/profesion_hats/tophat/head_leather_dark',1188),
(19510,19443,'accessories/wearable_items/profesion_hats/tophat/head_leather_green',1188),
(19511,19444,'accessories/wearable_items/profesion_hats/tophat/head_leather_purple',1188),
(19512,19445,'accessories/wearable_items/profesion_hats/tophat/head_leather_red',1188),
(19513,19446,'_exp09/objects/sleepers_tomb/gargoyle_sleeper_pedestal',1188),
(19514,19447,'creatures/mounts/player_wing/player_wyvern_tintable',1188),
(19515,19448,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_base',1188),
(19516,19449,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_weapon',1188),
(19517,19450,'accessories/wearable_items/profesion_hats/tiara_mummy/head_bronze',1188),
(19518,19451,'accessories/wearable_items/profesion_hats/tiara_mummy/head_darkiron',1188),
(19519,19452,'accessories/wearable_items/profesion_hats/tiara_mummy/head_gem_emerald',1188),
(19520,19453,'accessories/wearable_items/profesion_hats/tiara_mummy/head_gem_onyx',1188),
(19521,19454,'accessories/wearable_items/profesion_hats/tiara_mummy/head_gem_ruby',1188),
(19522,19455,'accessories/wearable_items/profesion_hats/tiara_mummy/head_glacial',1188),
(19523,19456,'accessories/wearable_items/profesion_hats/tiara_mummy/head_golden',1188),
(19524,19457,'accessories/wearable_items/profesion_hats/tiara_mummy/head_sandstone',1188),
(19525,19458,'accessories/wearable_items/profesion_hats/tiara_mummy/head_stone',1188),
(19526,19459,'accessories/wieldable_items/weapons/exp09/bow/longbow_cazic',1188),
(19527,19460,'accessories/wearable_items/_exp09/heritage_woodelf/leather/chest',1188),
(19528,19461,'accessories/wearable_items/_exp09/heritage_woodelf/leather/feet',1188),
(19529,19462,'accessories/wearable_items/_exp09/heritage_woodelf/leather/forearms',1188),
(19530,19463,'accessories/wearable_items/_exp09/heritage_woodelf/leather/hands',1188),
(19531,19464,'accessories/wearable_items/_exp09/heritage_woodelf/leather/head',1188),
(19532,19465,'accessories/wearable_items/_exp09/heritage_woodelf/leather/head_hood',1188),
(19533,19466,'accessories/wearable_items/_exp09/heritage_woodelf/leather/legs',1188),
(19534,19467,'accessories/wearable_items/_exp09/heritage_woodelf/leather/legs_noskirt',1188),
(19535,19468,'accessories/wearable_items/_exp09/heritage_woodelf/leather/shoulders',1188),
(19536,19469,'accessories/wearable_items/_exp09/heritage_woodelf/leather/shoulders_epic',1188),
(19537,19470,'accessories/wearable_items/_exp09/heritage_woodelf/leather/skirt',1188),
(19538,19471,'accessories/wearable_items/_exp09/heritage_woodelf/leather/pauldron/shoulder_pauldron_left',1188),
(19539,19472,'accessories/wearable_items/_exp09/heritage_woodelf/leather/pauldron/shoulder_pauldron_right',1188),
(19540,19473,'accessories/wearable_items/_exp09/heritage_woodelf/leather/hood/head',1188),
(19541,19474,'accessories/wearable_items/cloak/exp09/cloak_heritage_woodelf',1188),
(19542,19475,'accessories/wearable_items/cloak/exp09/cloak_heritage_woodelf_effect',1188),
(19543,19476,'_exp09/characters/monsters/shambling_mound/shambling_mound',1188),
(19544,19477,'_exp09/characters/monsters/shambling_mound/shambling_mound_02',1188),
(19545,19478,'_exp09/characters/monsters/shambling_mound/shambling_mound_03',1188),
(19546,19479,'accessories/wearable_items/_exp09/armband_stationcash/armband_left',1188),
(19547,19480,'accessories/wearable_items/_exp09/armband_stationcash/armband_right',1188),
(19548,19481,'_exp09/characters/monsters/rust_monster/rustmonster',1188),
(19549,19482,'creatures/monsters/bat_ethernere',1188),
(19550,19483,'projectiles/arrow_emberwood',1188),
(19551,19484,'projectiles/arrow_somberwood',1188),
(19552,19485,'projectiles/throwing_star_of_ro',1188),
(19553,19486,'_exp09/characters/monsters/rust_monster/rustmonster_02',1188),
(19554,19487,'accessories/wearable_items/snapons/armbands/shoulders_effect_leaf_left',1188),
(19555,19488,'accessories/wearable_items/snapons/armbands/shoulders_effect_leaf_right',1188),
(19556,19489,'accessories/wearable_items/snapons/armbands/shoulders_effect_leaf_both',1188),
(19557,19490,'_exp09/objects/prelude_portal',1188),
(19558,19491,'_exp09/characters/tool_users/gehein/gehein_staff',1188),
(19559,19492,'_exp09/characters/tool_users/gehein/gehein_sword',1188),
(19560,19493,'_exp09/objects/exp09_rgn_plains_of_obol/po_long_leaf_plant01_dpo',1188),
(19561,19494,'creatures/monsters/wyvern_base',1188),
(19562,19495,'creatures/monsters/wyvern_brown',1188),
(19563,19496,'creatures/monsters/wyvern_green',1188),
(19564,19497,'creatures/monsters/wyvern_red',1188),
(19565,19498,'creatures/monsters/wyvern_shadow',1188),
(19566,19499,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_cazic',1188),
(19567,19500,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_bluebronze',1188),
(19568,19501,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_greengold',1188),
(19569,19502,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_rediron',1188),
(19570,19503,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_fire',1188),
(19571,19504,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_spectral',1188),
(19572,19505,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_stone',1188),
(19573,19506,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_rusty',1188),
(19574,19507,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_glacial',1188),
(19575,19508,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_obsidian',1188),
(19576,19509,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_spectral',1188),
(19577,19510,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_rusty_greenorb',1188),
(19578,19511,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_rusty_fireorb',1188),
(19579,19512,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_rediron',1188),
(19580,19513,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_blueice',1188),
(19581,19514,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_bluebronze',1188),
(19582,19515,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_bluebronze',1188),
(19583,19516,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_greengold',1188),
(19584,19517,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_rediron',1188),
(19585,19518,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_stone',1188),
(19586,19519,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_spectral',1188),
(19587,19520,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_rusty',1188),
(19588,19521,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_obsidian',1188),
(19589,19522,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_glacial',1188),
(19590,19523,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_flame',1188),
(19591,19524,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_rediron',1188),
(19592,19525,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_greengold',1188),
(19593,19526,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_bluebronze',1188),
(19594,19527,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_stone',1188),
(19595,19528,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_spectral',1188),
(19596,19529,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_rusty',1188),
(19597,19530,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_glacial',1188),
(19598,19531,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_flame',1188),
(19599,19532,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_rediron',1188),
(19600,19533,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_greengold',1188),
(19601,19534,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_bluebronze',1188),
(19602,19535,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_rusty',1188),
(19603,19536,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_rediron',1188),
(19604,19537,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_obsidian',1188),
(19605,19538,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_greengold',1188),
(19606,19539,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_glacial',1188),
(19607,19540,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_flame',1188),
(19608,19541,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_spectral',1188),
(19609,19542,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_bluebronze',1188),
(19610,19543,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_stone',1188),
(19611,19544,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_spectral',1188),
(19612,19545,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_obsidian',1188),
(19613,19546,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_glacial',1188),
(19614,19547,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_fire',1188),
(19615,19548,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_rediron',1188),
(19616,19549,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_greengold',1188),
(19617,19550,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_bluebronze',1188),
(19618,19551,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_stone',1188),
(19619,19552,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_spectral',1188),
(19620,19553,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_rediron',1188),
(19621,19554,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_obsidian',1188),
(19622,19555,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_greengold',1188),
(19623,19556,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_fire',1188),
(19624,19557,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_bluebronze',1188),
(19625,19558,'_exp09/characters/monsters/displacer_beast/displacer_beast',1188),
(19626,19559,'_exp08/characters/tool_users/chitari/chitari_male_heavy03',1188),
(19627,19560,'_exp08/characters/tool_users/chitari/chitari_male_light03',1188),
(19628,19561,'_exp08/characters/tool_users/chitari/chitari_male_medium01_base',1188),
(19629,19562,'_exp08/characters/tool_users/chitari/chitari_male_medium01_dark',1188),
(19630,19563,'_exp08/characters/tool_users/chitari/chitari_male_medium02_albino',1188),
(19631,19564,'_exp08/characters/tool_users/chitari/chitari_male_medium02_dark',1188),
(19632,19565,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_greengold',1188),
(19633,19566,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_spectral',1188),
(19634,19567,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_stone',1188),
(19635,19568,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_glacial',1188),
(19636,19569,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_flame',1188),
(19637,19570,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_obsidian',1188),
(19638,19571,'_exp09/characters/tool_users/ethenere_npcs/woodelf_female_ethenere',1188),
(19639,19572,'_exp09/characters/tool_users/ethenere_npcs/woodelf_male_ethenere',1188),
(19640,19573,'_exp09/objects/exp09_rgn_plains_of_obol/po_long_leaf_plant01_dpo_02',1188),
(19641,19574,'_exp09/characters/tool_users/were/were_black_feral',1188),
(19642,19575,'_exp09/characters/tool_users/were/were_black_scout',1188),
(19643,19576,'_exp09/characters/tool_users/were/were_fox_base',1188),
(19644,19577,'_exp09/characters/tool_users/were/were_fox_heavy',1188),
(19645,19578,'_exp09/characters/tool_users/were/were_fox_scout',1188),
(19646,19579,'_exp09/characters/tool_users/were/were_white_base',1188),
(19647,19580,'_exp09/characters/tool_users/were/were_white_heavy',1188),
(19648,19581,'_exp09/characters/tool_users/were/were_white_mage',1188),
(19649,19582,'_exp09/characters/tool_users/were/were_wild_feral',1188),
(19650,19583,'_exp09/characters/tool_users/were/were_wild_heavy',1188),
(19651,19584,'_exp09/characters/tool_users/were/were_wild_mage',1188),
(19652,19585,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_red',1188),
(19653,19586,'accessories/wearable_items/_exp09/armband_stationcash/armband_both',1188),
(19654,19587,'staticobjects/soe_wallet/boats/boat01_farseas',1188),
(19655,19588,'staticobjects/soe_wallet/boats/boat01_freeport',1188),
(19656,19589,'staticobjects/soe_wallet/boats/boat01_magic',1188),
(19657,19590,'staticobjects/soe_wallet/boats/boat01_nature',1188),
(19658,19591,'staticobjects/soe_wallet/boats/boat01_nektulos',1188),
(19659,19592,'staticobjects/soe_wallet/boats/boat01_orcish',1188),
(19660,19593,'staticobjects/soe_wallet/boats/boat01_qeynos',1188),
(19661,19594,'creatures/monsters/gazer_redeye',1188),
(19662,19595,'creatures/monsters/evileye_red',1188),
(19663,19596,'accessories/wearable_items/_exp09/formal_wear/chest',1188),
(19664,19597,'accessories/wearable_items/_exp09/formal_wear/chest_combined',1188),
(19665,19598,'accessories/wearable_items/_exp09/formal_wear/feet',1188),
(19666,19599,'accessories/wearable_items/_exp09/formal_wear/hands',1188),
(19667,19600,'accessories/wearable_items/_exp09/formal_wear/legs',1188),
(19668,19601,'accessories/wearable_items/_exp09/formal_wear/shoulders',1188),
(19669,19602,'accessories/wearable_items/_exp09/formal_wear/skirt',1188),
(19670,19603,'accessories/wearable_items/_exp09/formal_wear_blue/chest',1188),
(19671,19604,'accessories/wearable_items/_exp09/formal_wear_blue/chest_combined',1188),
(19672,19605,'accessories/wearable_items/_exp09/formal_wear_blue/feet',1188),
(19673,19606,'accessories/wearable_items/_exp09/formal_wear_blue/hands',1188),
(19674,19607,'accessories/wearable_items/_exp09/formal_wear_blue/legs',1188),
(19675,19608,'accessories/wearable_items/_exp09/formal_wear_blue/shoulders',1188),
(19676,19609,'accessories/wearable_items/_exp09/formal_wear_blue/skirt',1188),
(19677,19610,'accessories/wearable_items/_exp09/formal_wear_dark/chest',1188),
(19678,19611,'accessories/wearable_items/_exp09/formal_wear_dark/chest_combined',1188),
(19679,19612,'accessories/wearable_items/_exp09/formal_wear_dark/feet',1188),
(19680,19613,'accessories/wearable_items/_exp09/formal_wear_dark/hands',1188),
(19681,19614,'accessories/wearable_items/_exp09/formal_wear_dark/legs',1188),
(19682,19615,'accessories/wearable_items/_exp09/formal_wear_dark/shoulders',1188),
(19683,19616,'accessories/wearable_items/_exp09/formal_wear_dark/skirt',1188),
(19684,19617,'accessories/wearable_items/_exp09/formal_wear_green/chest _combined',1188),
(19685,19618,'accessories/wearable_items/_exp09/formal_wear_green/chest',1188),
(19686,19619,'accessories/wearable_items/_exp09/formal_wear_green/feet',1188),
(19687,19620,'accessories/wearable_items/_exp09/formal_wear_green/hands',1188),
(19688,19621,'accessories/wearable_items/_exp09/formal_wear_green/legs',1188),
(19689,19622,'accessories/wearable_items/_exp09/formal_wear_green/shoulders',1188),
(19690,19623,'accessories/wearable_items/_exp09/formal_wear_green/skirt',1188),
(19691,19624,'accessories/wearable_items/_exp09/formal_wear_red/chest',1188),
(19692,19625,'accessories/wearable_items/_exp09/formal_wear_red/chest_combined',1188),
(19693,19626,'accessories/wearable_items/_exp09/formal_wear_red/feet',1188),
(19694,19627,'accessories/wearable_items/_exp09/formal_wear_red/hands',1188),
(19695,19628,'accessories/wearable_items/_exp09/formal_wear_red/legs',1188),
(19696,19629,'accessories/wearable_items/_exp09/formal_wear_red/shoulders',1188),
(19697,19630,'accessories/wearable_items/_exp09/formal_wear_red/skirt',1188),
(19698,19631,'_exp08/characters/tool_users/chitari/chitari_bonelord',1188),
(19699,19632,'_exp09/objects/exp09_dun_temple_of_faceless/cazic_door_blocker',1188),
(19700,19633,'_exp09/characters/tool_users/lizardmen_2012/lizardman_ethenere',1188),
(19701,19634,'_exp09/characters/tool_users/lizardmen_2012/lizardman_fear',1188),
(19702,19635,'staticobjects/liveevent/halloween/dpo_halloween_poison_bottle',1188),
(19703,19636,'accessories/wearable_items/_exp09/heritage_woodelf/leather/snapons/armband_left',1188),
(19704,19637,'accessories/wearable_items/_exp09/heritage_woodelf/leather/snapons/armband_right',1188),
(19705,19638,'accessories/wearable_items/_exp09/heritage_woodelf/leather/snapons/headband',1188),
(19706,19639,'accessories/wearable_items/_exp09/heritage_woodelf/leather/snapons/shinguard_left',1188),
(19707,19640,'accessories/wearable_items/_exp09/heritage_woodelf/leather/snapons/shinguard_right',1188),
(19708,19641,'accessories/wearable_items/_exp09/heritage_woodelf/leather/legs_epic',1188),
(19709,19642,'accessories/wearable_items/_exp09/heritage_woodelf/leather/shoulders_armbands',1188),
(19710,19643,'accessories/wieldable_items/weapons/exp07/wand/wand_flame',1188),
(19711,19644,'accessories/wearable_items/_exp09/formal_wear_blackwhite/chest',1188),
(19712,19645,'accessories/wearable_items/_exp09/formal_wear_blackwhite/chest_combined',1188),
(19713,19646,'accessories/wearable_items/_exp09/formal_wear_blackwhite/feet',1188),
(19714,19647,'accessories/wearable_items/_exp09/formal_wear_blackwhite/hands',1188),
(19715,19648,'accessories/wearable_items/_exp09/formal_wear_blackwhite/legs',1188),
(19716,19649,'accessories/wearable_items/_exp09/formal_wear_blackwhite/shoulders',1188),
(19717,19650,'accessories/wearable_items/_exp09/formal_wear_blackwhite/skirt',1188),
(19718,19651,'accessories/wearable_items/profesion_hats/chef_hat/head_chef_blue',1188),
(19719,19652,'_exp09/characters/monsters/ape_fear_touched/_ape_fear_touched',1188),
(19720,19653,'_exp09/characters/monsters/ape_fear_touched/_ape_fear_touched_b',1188),
(19721,19654,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_crystal',1188),
(19722,19655,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_dragonkin',1188),
(19723,19656,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_flame',1188),
(19724,19657,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_flamedrop',1188),
(19725,19658,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_greenember',1188),
(19726,19659,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_jewelled',1188),
(19727,19660,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_lavender',1188),
(19728,19661,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_spectral',1188),
(19729,19662,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_steam',1188),
(19730,19663,'accessories/wearable_items/profesion_hats/tiara_jeweled/tiara_stone',1188),
(19731,19664,'_exp09/characters/tool_users/lizardmen_2012/lizardman_scout',1188),
(19732,19665,'_exp09/characters/tool_users/lizardmen_2012/lizardman_shaman',1188),
(19733,19666,'_exp09/objects/exp09_rgn_plains_of_obol/spirit_totem_dpo_01',1188),
(19734,19667,'accessories/wearable_items/profesion_hats/tiara_veiled/tiara_veiled',1188),
(19735,19668,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog',1188),
(19736,19669,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog_swivel',1188),
(19737,19670,'_exp09/characters/tool_users/lizardmen_2012/lizardman_fear_scout',1188),
(19738,19671,'_exp09/characters/tool_users/lizardmen_2012/lizardman_fear_shaman',1188),
(19739,19672,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog_fear',1188),
(19740,19673,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog_fear_swivel',1188),
(19741,19674,'_exp08/characters/tool_users/bog_wraith/banshee_sleeper_drinal_castle',1188),
(19742,19675,'accessories/wieldable_items/weapons/exp09/staff/bostaff_cazic',1188),
(19743,19676,'accessories/wieldable_items/weapons/exp09/staff/staff_cazic',1188),
(19744,19677,'_exp09/objects/exp09_rgn_plains_of_obol/water_plane_quest_dpo',1188),
(19745,19678,'staticobjects/halloween/dpo_pitchfork_candy_cordon',1188),
(19746,19679,'staticobjects/halloween/dpo_poker_candy_cordon',1188),
(19747,19680,'creatures/mounts/ethernere_cloud',1188),
(19748,19681,'accessories/wearable_items/profesion_hats/skull_hood/head',1188),
(19749,19682,'_exp09/objects/exp09_rgn_plains_of_obol/dragon_bone_jaw01_dpo',1188),
(19750,19683,'creatures/mounts/wyvern_mount/wyvern_armored_black',1188),
(19751,19684,'accessories/wieldable_items/shields/exp09/exp09_shield_round_evilmetal',1188),
(19752,19685,'_exp09/characters/tool_users/ogre_ogguk/ogre_male_ogguk_fur',1188),
(19753,19686,'_exp09/characters/tool_users/ogre_ogguk/ogre_male_ogguk_pants',1188),
(19754,19687,'_exp09/characters/tool_users/ogre_ogguk/ogre_male_ogguk_scout',1188),
(19755,19688,'creatures/tu/lizardkin_base',1188),
(19756,19689,'staticobjects/rocks/gf_rock_dirt_cave_small02',1188),
(19757,19690,'staticobjects/weapons/dpo_tinkered_wrench_tin',1188),
(19758,19691,'accessories/wieldable_items/shields/exp09/kite_shield_sc',1188),
(19759,19692,'accessories/wearable_items/_exp09/elder_age/chain/chest',1188),
(19760,19693,'accessories/wearable_items/_exp09/elder_age/chain/feet',1188),
(19761,19694,'accessories/wearable_items/_exp09/elder_age/chain/forearms',1188),
(19762,19695,'accessories/wearable_items/_exp09/elder_age/chain/hands',1188),
(19763,19696,'accessories/wearable_items/_exp09/elder_age/chain/head',1188),
(19764,19697,'accessories/wearable_items/_exp09/elder_age/chain/legs',1188),
(19765,19698,'accessories/wearable_items/_exp09/elder_age/chain/shoulders',1188),
(19766,19699,'accessories/wearable_items/_exp09/elder_age/chain/shoulders_epic',1188),
(19767,19700,'accessories/wearable_items/_exp09/elder_age/leather/chest',1188),
(19768,19701,'accessories/wearable_items/_exp09/elder_age/leather/feet',1188),
(19769,19702,'accessories/wearable_items/_exp09/elder_age/leather/forearms',1188),
(19770,19703,'accessories/wearable_items/_exp09/elder_age/leather/hands',1188),
(19771,19704,'accessories/wearable_items/_exp09/elder_age/leather/head',1188),
(19772,19705,'accessories/wearable_items/_exp09/elder_age/leather/legs',1188),
(19773,19706,'accessories/wearable_items/_exp09/elder_age/leather/legs_noskirt',1188),
(19774,19707,'accessories/wearable_items/_exp09/elder_age/leather/shoulders',1188),
(19775,19708,'accessories/wearable_items/_exp09/elder_age/leather/shoulders_epic',1188),
(19776,19709,'accessories/wearable_items/_exp09/elder_age/leather/skirt',1188),
(19777,19710,'accessories/wearable_items/_exp09/elder_age/robe/chest',1188),
(19778,19711,'accessories/wearable_items/_exp09/elder_age/robe/feet',1188),
(19779,19712,'accessories/wearable_items/_exp09/elder_age/robe/hands',1188),
(19780,19713,'accessories/wearable_items/_exp09/elder_age/robe/head_collar',1188),
(19781,19714,'accessories/wearable_items/_exp09/elder_age/robe/head_evil_conjurer',1188),
(19782,19715,'accessories/wearable_items/_exp09/elder_age/robe/pants',1188),
(19783,19716,'accessories/wearable_items/_exp09/elder_age/robe/skirt',1188),
(19784,19717,'accessories/wearable_items/_exp09/elder_age/snapons/bracer_left',1188),
(19785,19718,'accessories/wearable_items/_exp09/elder_age/snapons/bracer_right',1188),
(19786,19719,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_chain_left',1188),
(19787,19720,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_chain_right',1188),
(19788,19721,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_heavy_left',1188),
(19789,19722,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_heavy_right',1188),
(19790,19723,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_light_left',1188),
(19791,19724,'accessories/wearable_items/_exp09/elder_age/snapons/pauldron_light_right',1188),
(19792,19725,'accessories/wearable_items/_exp09/elder_age/snapons/shinguard_chain_left',1188),
(19793,19726,'accessories/wearable_items/_exp09/elder_age/snapons/shinguard_chain_right',1188),
(19794,19727,'accessories/wearable_items/_exp09/elder_age/snapons/shinguard_left',1188),
(19795,19728,'accessories/wearable_items/_exp09/elder_age/snapons/shinguard_right',1188),
(19796,19729,'accessories/wearable_items/_exp09/elder_age/valkeryie_gi/chest',1188),
(19797,19730,'accessories/wearable_items/_exp09/elder_age/valkeryie_gi/hands',1188),
(19798,19731,'accessories/wearable_items/_exp09/elder_age/valkeryie_gi/legs',1188),
(19799,19732,'accessories/wearable_items/_exp09/elder_age/vanguard/chest',1188),
(19800,19733,'accessories/wearable_items/_exp09/elder_age/vanguard/feet',1188),
(19801,19734,'accessories/wearable_items/_exp09/elder_age/vanguard/forearms',1188),
(19802,19735,'accessories/wearable_items/_exp09/elder_age/vanguard/hands',1188),
(19803,19736,'accessories/wearable_items/_exp09/elder_age/vanguard/hands_epic',1188),
(19804,19737,'accessories/wearable_items/_exp09/elder_age/vanguard/head',1188),
(19805,19738,'accessories/wearable_items/_exp09/elder_age/vanguard/left',1188),
(19806,19739,'accessories/wearable_items/_exp09/elder_age/vanguard/legs',1188),
(19807,19740,'accessories/wearable_items/_exp09/elder_age/vanguard/legs_epic',1188),
(19808,19741,'accessories/wearable_items/_exp09/elder_age/vanguard/legs_noskirt',1188),
(19809,19742,'accessories/wearable_items/_exp09/elder_age/vanguard/right',1188),
(19810,19743,'accessories/wearable_items/_exp09/elder_age/vanguard/shoulders',1188),
(19811,19744,'accessories/wearable_items/_exp09/elder_age/vanguard/shoulders_epic',1188),
(19812,19745,'accessories/wearable_items/_exp09/elder_age/vanguard/shoulders_nopauldrons',1188),
(19813,19746,'accessories/wearable_items/_exp09/elder_age/vanguard/skirt',1188),
(19814,19747,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/chest',1188),
(19815,19748,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/feet',1188),
(19816,19749,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/forearms',1188),
(19817,19750,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/hands',1188),
(19818,19751,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/head',1188),
(19819,19752,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/legs',1188),
(19820,19753,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/shoulders',1188),
(19821,19754,'accessories/wearable_items/_exp09/ethernere_armors/chain_green/shoulders_epic',1188),
(19822,19755,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/chest',1188),
(19823,19756,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/feet',1188),
(19824,19757,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/forearms',1188),
(19825,19758,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/hands',1188),
(19826,19759,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/head',1188),
(19827,19760,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/legs',1188),
(19828,19761,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/shoulders',1188),
(19829,19762,'accessories/wearable_items/_exp09/ethernere_armors/chain_red/shoulders_epic',1188),
(19830,19763,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/chest',1188),
(19831,19764,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/feet',1188),
(19832,19765,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/forearms',1188),
(19833,19766,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/hands',1188),
(19834,19767,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/head',1188),
(19835,19768,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/legs',1188),
(19836,19769,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/legs_noskirt',1188),
(19837,19770,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/shoulders',1188),
(19838,19771,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/shoulders_epic',1188),
(19839,19772,'accessories/wearable_items/_exp09/ethernere_armors/leather_green/skirt',1188),
(19840,19773,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/chest',1188),
(19841,19774,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/feet',1188),
(19842,19775,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/forearms',1188),
(19843,19776,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/hands',1188),
(19844,19777,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/head',1188),
(19845,19778,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/legs',1188),
(19846,19779,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/legs_noskirt',1188),
(19847,19780,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/shoulders',1188),
(19848,19781,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/shoulders_epic',1188),
(19849,19782,'accessories/wearable_items/_exp09/ethernere_armors/leather_red/skirt',1188),
(19850,19783,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/chest',1188),
(19851,19784,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/chest_epic',1188),
(19852,19785,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/feet',1188),
(19853,19786,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/hands',1188),
(19854,19787,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/head',1188),
(19855,19788,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/head_collar',1188),
(19856,19789,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/pants',1188),
(19857,19790,'accessories/wearable_items/_exp09/ethernere_armors/robe_green/skirt',1188),
(19858,19791,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/chest',1188),
(19859,19792,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/chest_epic',1188),
(19860,19793,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/feet',1188),
(19861,19794,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/hands',1188),
(19862,19795,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/head',1188),
(19863,19796,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/head_collar',1188),
(19864,19797,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/pants',1188),
(19865,19798,'accessories/wearable_items/_exp09/ethernere_armors/robe_red/skirt',1188),
(19866,19799,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_red_right',1188),
(19867,19800,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_red_left',1188),
(19868,19801,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_green_right',1188),
(19869,19802,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron2_green_left',1188),
(19870,19803,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_red_right',1188),
(19871,19804,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_green_right',1188),
(19872,19805,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_red_left',1188),
(19873,19806,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_shinguard_green_left',1188),
(19874,19807,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_red_right',1188),
(19875,19808,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_green_right',1188),
(19876,19809,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_red_left',1188),
(19877,19810,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_green_left',1188),
(19878,19811,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_red_right',1188),
(19879,19812,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_green_right',1188),
(19880,19813,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_red_left',1188),
(19881,19814,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_green_left',1188),
(19882,19815,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_red_right',1188),
(19883,19816,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_green_right',1188),
(19884,19817,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_red_left',1188),
(19885,19818,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_heavy_pauldron_chain_green_left',1188),
(19886,19819,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_red_right',1188),
(19887,19820,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_green_right',1188),
(19888,19821,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_red_left',1188),
(19889,19822,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_light_pauldron_robe_green_left',1188),
(19890,19823,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_red_right',1188),
(19891,19824,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_green_right',1188),
(19892,19825,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_red_left',1188),
(19893,19826,'accessories/wearable_items/_exp09/ethernere_armors/snapons_pauldrons/ethernere_bracer_green_left',1188),
(19894,19827,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/chest',1188),
(19895,19828,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/feet',1188),
(19896,19829,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/forearms',1188),
(19897,19830,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/hands',1188),
(19898,19831,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/hands_epic',1188),
(19899,19832,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/head',1188),
(19900,19833,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/left',1188),
(19901,19834,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/legs',1188),
(19902,19835,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/legs_noskirt',1188),
(19903,19836,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/right',1188),
(19904,19837,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/shoulders',1188),
(19905,19838,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/shoulders_epic',1188),
(19906,19839,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/shoulders_nopauldrons',1188),
(19907,19840,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_green/skirt',1188),
(19908,19841,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/chest',1188),
(19909,19842,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/feet',1188),
(19910,19843,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/forearms',1188),
(19911,19844,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/hands',1188),
(19912,19845,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/hands_epic',1188),
(19913,19846,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/head',1188),
(19914,19847,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/left',1188),
(19915,19848,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/legs',1188),
(19916,19849,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/legs_noskirt',1188),
(19917,19850,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/right',1188),
(19918,19851,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/shoulders',1188),
(19919,19852,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/shoulders_epic',1188),
(19920,19853,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/shoulders_nopauldrons',1188),
(19921,19854,'accessories/wearable_items/_exp09/ethernere_armors/vanguard_red/skirt',1188),
(19922,19855,'accessories/wearable_items/cloak/exp09/cloak_ethernere_short_red',1188),
(19923,19856,'accessories/wearable_items/cloak/exp09/cloak_ethernere_long_red',1188),
(19924,19857,'accessories/wearable_items/cloak/exp09/cloak_ethernere_short_green',1188),
(19925,19858,'accessories/wearable_items/cloak/exp09/cloak_ethernere_long_green',1188),
(19926,19859,'staticobjects/chests/dpo_mship_chest01',1188),
(19927,19860,'staticobjects/chests/dpo_mship_chest02',1188),
(19928,19861,'staticobjects/crates/dpo_mship_crate01',1188),
(19929,19862,'staticobjects/crates/dpo_mship_crate02',1188),
(19930,19863,'_exp09/objects/exp09_rgn_plains_of_obol/po_bush01_dpo',1188),
(19931,19864,'_exp09/objects/exp09_rgn_plains_of_obol/po_plant02_dpo',1188),
(19932,19865,'accessories/wearable_items/profesion_hats/crown_antons/crown_antons',1188),
(19933,19866,'accessories/wearable_items/_exp09/elder_age/magus_gi/chest',1188),
(19934,19867,'accessories/wearable_items/_exp09/elder_age/magus_gi/feet',1188),
(19935,19868,'accessories/wearable_items/_exp09/elder_age/magus_gi/legs',1188),
(19936,19869,'accessories/wearable_items/_exp09/elder_age/magus_gi/shoulders',1188),
(19937,19870,'accessories/wearable_items/cloak/exp09/cloak_ethernere_short_firiona',1188),
(19938,19871,'accessories/wearable_items/cloak/exp09/cloak_ethernere_long_firiona',1188),
(19939,19872,'staticobjects/soe_wallet/blossom_bdrm_bed_sleigh_set01',1188),
(19940,19873,'staticobjects/soe_wallet/blossom_living_sofa_large_set02',1188),
(19941,19874,'staticobjects/soe_wallet/blossom_living_sofa_large_w_pillows_set02',1188),
(19942,19875,'staticobjects/soe_wallet/blossom_living_sofa_small_set02',1188),
(19943,19876,'staticobjects/soe_wallet/blossom_dining_chair02_set02',1188),
(19944,19877,'staticobjects/soe_wallet/blossom_living_sofa_small_w_pillows_set02',1188),
(19945,19878,'staticobjects/soe_wallet/blossom_office_chair01_set02',1188),
(19946,19879,'staticobjects/soe_wallet/blossom_vanity_stool01_set02',1188),
(19947,19880,'staticobjects/soe_wallet/blossom_dining_bench_set01',1188),
(19948,19881,'staticobjects/soe_wallet/blossom_dining_chair_set01',1188),
(19949,19882,'staticobjects/soe_wallet/red_bdrm_bed_sleigh_set01',1188),
(19950,19883,'staticobjects/soe_wallet/red_dining_bench_set01',1188),
(19951,19884,'staticobjects/soe_wallet/red_dining_chair_set01',1188),
(19952,19885,'staticobjects/soe_wallet/red_living_sofa_small_set02',1188),
(19953,19886,'staticobjects/soe_wallet/red_living_sofa_large_w_pillows_set02',1188),
(19954,19887,'staticobjects/soe_wallet/red_living_sofa_small_w_pillows_set02',1188),
(19955,19888,'staticobjects/soe_wallet/red_dining_chair02_set02',1188),
(19956,19889,'staticobjects/soe_wallet/red_living_sofa_large_set02',1188),
(19957,19890,'staticobjects/soe_wallet/red_vanity_stool01_set02',1188),
(19958,19891,'staticobjects/soe_wallet/red_office_chair01_set02',1188),
(19959,19892,'_exp09/objects/drinals/drinals_tower_collision',1188),
(19960,19893,'_exp09/characters/tool_users/ogre_ogguk/ogre_female_ogguk_fur',1188),
(19961,19894,'_exp09/characters/tool_users/ogre_ogguk/ogre_female_ogguk_scout',1188),
(19962,19895,'staticobjects/soe_wallet/curtains_plain_dark',1188),
(19963,19896,'_exp09/objects/dpo/housing/elven_dresser',1188),
(19964,19897,'_exp09/objects/dpo/housing/elven_stool',1188),
(19965,19898,'_exp09/objects/dpo/housing/elven_table',1188),
(19966,19899,'_exp09/objects/dpo/housing/elven_tavern_table',1188),
(19967,19900,'_exp09/objects/dpo/housing/miners_lucky_crystal_pile',1188),
(19968,19901,'_exp09/objects/dpo/housing/miners_lucky_geode_pile',1188),
(19969,19902,'_exp09/objects/dpo/housing/alchemists_burner',1188),
(19970,19903,'_exp09/objects/dpo/housing/alchemists_burner_filtration',1188),
(19971,19904,'_exp09/objects/dpo/housing/alchemists_hourglass',1188),
(19972,19905,'_exp09/objects/dpo/housing/alchemists_vial_stand',1188),
(19973,19906,'_exp09/objects/dpo/housing/ancient_bar_shelf',1188),
(19974,19907,'_exp09/objects/dpo/housing/ancient_bar_table',1188),
(19975,19908,'_exp09/objects/dpo/housing/antique_stone_stove',1188),
(19976,19909,'_exp09/objects/dpo/housing/apple_bowl',1188),
(19977,19910,'_exp09/objects/dpo/housing/coffin_pillow',1188),
(19978,19911,'_exp09/objects/dpo/housing/decorative_cursed_chalice',1188),
(19979,19912,'_exp09/objects/dpo/housing/dwarven_chandalier',1188),
(19980,19913,'_exp09/objects/dpo/housing/dwarven_firepot',1188),
(19981,19914,'_exp09/objects/dpo/housing/dwarven_throne',1188),
(19982,19915,'_exp09/objects/dpo/housing/dwarven_totem',1188),
(19983,19916,'_exp09/objects/dpo/housing/dwarven_work_stool',1188),
(19984,19917,'_exp09/objects/dpo/housing/dwarven_work_table',1188),
(19985,19918,'_exp09/objects/dpo/housing/elven_bed',1188),
(19986,19919,'_exp09/objects/dpo/housing/elven_bedside_table',1188),
(19987,19920,'_exp09/objects/dpo/housing/elven_bookcase',1188),
(19988,19921,'_exp09/objects/dpo/housing/elven_cabinet',1188),
(19989,19922,'_exp08/characters/monsters/komodo/komodo_evil_idle',1188),
(19990,19923,'_exp08/characters/monsters/komodo/komodo_evil_idle_blackred',1188),
(19991,19924,'_exp08/characters/monsters/komodo/komodo_evil_idle_blue',1188),
(19992,19925,'_exp08/characters/monsters/komodo/komodo_evil_idle_green',1188),
(19993,19926,'_exp08/characters/monsters/komodo/komodo_evil_idle_red',1188),
(19994,19927,'accessories/wieldable_items/shields/exp09/exp09_kite_ethernere',1188),
(19995,19928,'_exp09/characters/monsters/skirth/skirth_boss',1188),
(19996,19929,'_exp09/characters/monsters/tirun_enforcer/tirun_enforcer_boss',1188),
(19997,19930,'_exp09/objects/drinals/drinal_ethernere_bell_static',1188),
(19998,19931,'_exp09/objects/drinals/drinal_ethernere_bell_tolling',1188),
(19999,19932,'_exp09/characters/tool_users/lizardmen_2012/lizardman_boss_scout',1188),
(20000,19933,'_exp09/characters/tool_users/lizardmen_2012/lizardman_boss_shaman',1188),
(20001,19934,'creatures/mounts/prestige_cloud_pad',1188),
(20002,19935,'creatures/mounts/fear_cloud_pad',1188),
(20003,19936,'accessories/wieldable_items/weapons/exp09/2h_sword/exp09_axe_2h_ethernere_sc',1188),
(20004,19937,'staticobjects/tcg/soelive2012_painting',1188),
(20005,19938,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_were',1188),
(20006,19939,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_were',1188),
(20007,19940,'accessories/wieldable_items/weapons/exp07/1h_sword/goth_axe_1_hand_01_redgold',1188),
(20008,19941,'accessories/wieldable_items/weapons/exp07/shield/goth_shield_01_redgold',1188),
(20009,19942,'creatures/monsters/evileye_red_flyer',1188),
(20010,19943,'accessories/wearable_items/_exp09/mummy_wraps_ancient/chest',1188),
(20011,19944,'accessories/wearable_items/_exp09/mummy_wraps_ancient/hands',1188),
(20012,19945,'accessories/wearable_items/_exp09/mummy_wraps_ancient/head',1188),
(20013,19946,'accessories/wearable_items/_exp09/mummy_wraps_ancient/legs',1188),
(20014,19947,'accessories/wearable_items/_exp09/mummy_wraps_ancient/shoulders',1188),
(20015,19948,'accessories/wearable_items/_exp09/mummy_wraps_ancient/snap_ons_dont_use/chest_waist',1188),
(20016,19949,'accessories/wearable_items/_exp09/mummy_wraps_ancient/snap_ons_dont_use/head_sarnak',1188),
(20017,19950,'creatures/mounts/bird_mount/evil/bird_evil_green',1188),
(20018,19951,'creatures/mounts/bird_mount/evil/bird_evil_red',1188),
(20019,19952,'creatures/mounts/bird_mount/evil/bird_evil_yellow',1188),
(20020,19953,'_exp09/characters/monsters/lion_new/lion_new_base',1188),
(20021,19954,'_exp09/characters/tool_users/gehein_houseplushie/gehein_houseplushie',1188),
(20022,19955,'_exp09/characters/tool_users/elemental_solusek/elemental_solusek',1188),
(20023,19956,'_exp09/characters/monsters/elemental_storm/elemental_storm',1188),
(20024,19957,'_exp09/characters/monsters/elemental_storm/elemental_storm_upgrade',1188),
(20025,19958,'_exp09/characters/tool_users/elemental_solusek/elemental_solusek_daughter',1188),
(20026,19959,'_exp09/characters/tool_users/elemental_solusek/elemental_solusek_upgraded',1188),
(20027,19960,'staticobjects/tcg/tcg_cheesecart',1188),
(20028,19961,'staticobjects/tcg/tcg_tapestry01_design_lavawalker',1188),
(20029,19962,'staticobjects/tcg/tcg_tapestry01_design_dragonhunter',1188),
(20030,19963,'_exp09/characters/monsters/water_spout/water_spout',1188),
(20031,19964,'creatures/mounts/bird_mount/evil/bird_evil_america',1188),
(20032,19965,'_exp09/characters/monsters/dervish_necromantic/dervish_necromantic_pestillencevortex',1188),
(20033,19966,'_exp09/characters/monsters/dervish_necromantic/dervish_necromantic_pestillencevortex_upgrade',1188),
(20034,19967,'_exp09/characters/monsters/dervish_necromantic/dervish_necromantic_redswarmingdeath',1188),
(20035,19968,'_exp09/characters/monsters/dervish_necromantic/dervish_necromantic_redswarmingdeath_upgrade',1188),
(20036,19969,'_exp09/objects/exp09_rgn_eidolon_jungle/po_soul_spire_lrg_active',1188),
(20037,19970,'_exp09/objects/exp09_rgn_eidolon_jungle/po_soul_spire_lrg_inactive',1188),
(20038,19971,'_exp09/objects/exp09_rgn_eidolon_jungle/po_soul_spire_sml_active',1188),
(20039,19972,'_exp09/objects/exp09_rgn_eidolon_jungle/po_soul_spire_sml_inactive',1188),
(20040,19973,'_exp09/objects/exp09_rgn_eidolon_jungle/turbillion_vestibule_active',1188),
(20041,19974,'_exp09/objects/exp09_rgn_eidolon_jungle/turbillion_vestibule_active_no_rotation',1188),
(20042,19975,'_exp09/objects/exp09_rgn_eidolon_jungle/turbillion_vestibule_inactive',1188),
(20043,19976,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ethernere',1188),
(20044,19977,'accessories/npc_wearables/ogre_ogguk/head_ogre_ogguk',1188),
(20045,19978,'accessories/npc_wearables/ogre_ogguk/ogre_ogguk_pauldron_left',1188),
(20046,19979,'accessories/npc_wearables/ogre_ogguk/ogre_ogguk_pauldron_right',1188),
(20047,19980,'accessories/wieldable_items/shields/exp09/exp09_shield_buckler_ethernere',1188),
(20048,19981,'accessories/wieldable_items/weapons/exp09/2h_sword/exp09_2h_axe_ethernere',1188),
(20049,19982,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_feergate',1188),
(20050,19983,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_feergate_fx',1188),
(20051,19984,'staticobjects/_exp09/dpo_exp09_staff_drinal',1188),
(20052,19985,'_exp09/objects/exp09_rgn_eidolon_jungle/wooden_barricade_long',1188),
(20053,19986,'_exp09/objects/exp09_rgn_eidolon_jungle/wooden_barricade_short',1188),
(20054,19987,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_bluebronze_epic',1188),
(20055,19988,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_greengold_epic',1188),
(20056,19989,'accessories/wieldable_items/weapons/exp09/1h_crush/hammer_fantasy_rediron_epic',1188),
(20057,19990,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_bluebronze_epic',1188),
(20058,19991,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_greengold_epic',1188),
(20059,19992,'accessories/wieldable_items/weapons/exp09/1h_crush/mace_fantasy_rediron_epic',1188),
(20060,19993,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_bluebronze_epic',1188),
(20061,19994,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_greengold_epic',1188),
(20062,19995,'accessories/wieldable_items/weapons/exp09/1h_crush/wand_fantasy_rediron_epic',1188),
(20063,19996,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_bluebronze_epic',1188),
(20064,19997,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_greengold_epic',1188),
(20065,19998,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_hunter_fantasy_rediron_epic',1188),
(20066,19999,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_bluebronze_epic',1188),
(20067,20000,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_greengold_epic',1188),
(20068,20001,'accessories/wieldable_items/weapons/exp09/1h_sword/shortsword_fantasy_rediron_epic',1188),
(20069,20002,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_bluebronze_epic',1188),
(20070,20003,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_greengold_epic',1188),
(20071,20004,'accessories/wieldable_items/weapons/exp09/1h_sword/sword_fantasy_rediron_epic',1188),
(20072,20005,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_bluebronze_epic',1188),
(20073,20006,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_greengold_epic',1188),
(20074,20007,'accessories/wieldable_items/weapons/exp09/2h_sword/2hsword_fantasy_rediron_epic',1188),
(20075,20008,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_bluebronze_epic',1188),
(20076,20009,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_greengold_epic',1188),
(20077,20010,'accessories/wieldable_items/weapons/exp09/bow/longbow_fantasy_rediron_epic',1188),
(20078,20011,'_exp09/characters/monsters/elemental_storm/elemental_storm_epic',1188),
(20079,20012,'_exp09/characters/monsters/elemental_storm/elemental_storm_upgrade_epic',1188),
(20080,20013,'_exp09/objects/exp09_dun_temple_of_faceless/brazier_01_red',1188),
(20081,20014,'_exp09/objects/exp09_dun_temple_of_faceless/brazier_01_white',1188),
(20082,20015,'_exp09/objects/exp09_dun_temple_of_faceless/sconce_01_red',1188),
(20083,20016,'_exp09/objects/exp09_dun_temple_of_faceless/sconce_01_white',1188),
(20084,20017,'_exp09/objects/exp09_dun_temple_of_faceless/sconce_02_red',1188),
(20085,20018,'_exp09/objects/exp09_dun_temple_of_faceless/sconce_02_white',1188),
(20086,20019,'_exp09/objects/exp09_dun_temple_of_faceless/morrel_statue',1188),
(20087,20020,'_exp09/objects/exp09_dun_temple_of_faceless/terris_statue',1188),
(20088,20021,'creatures/mounts/wyvern_mount/wyvern_mount_ethernere',1188),
(20089,20022,'_exp09/characters/monsters/carnivorous_ape_boss/carnivorous_ape_boss_perched',1188),
(20090,20023,'staticobjects/weapons/dpo_beastlord_silver',1188),
(20091,20024,'staticobjects/weapons/dpo_beastlord_mythical',1188),
(20092,20025,'_exp09/characters/monsters/lion_winged/lion_winged_male',1188),
(20093,20026,'staticobjects/_exp09/po_soul_spire_sml_dpo',1188),
(20094,20027,'staticobjects/_exp09/drinal_monolith_dpo',1188),
(20095,20028,'staticobjects/_exp09/dun_temple_of_faceless_brazier01_dpo',1188),
(20096,20029,'staticobjects/_exp09/ej_temple_staff01_dpo',1188),
(20097,20030,'staticobjects/_exp09/exp09_rgn_ej_oggok01_brazier01_dpo',1188),
(20098,20031,'staticobjects/_exp09/po_lightsource_brazier_were01_dpo',1188),
(20099,20032,'staticobjects/_exp09/po_rug_outdoor_orange01_dpo',1188),
(20100,20033,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_temple_cyluuh_totem01',1188),
(20101,20034,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_temple_cyluuh_totem01_ghost',1188),
(20102,20035,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_temple_staff01',1188),
(20103,20036,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_temple_yulsluu_key_post01',1188),
(20104,20037,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_temple_yulsluu_key_post02',1188),
(20105,20038,'accessories/wearable_items/cloak/exp09/cloak_drinals_castle',1188),
(20106,20039,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_hand_totem',1188),
(20107,20040,'_exp09/objects/exp09_rgn_eidolon_jungle/oggok_pole_with_flag',1188),
(20108,20041,'_exp09/objects/exp09_rgn_eidolon_jungle/oggok_weapon_cache_table',1188),
(20109,20042,'_exp09/objects/exp09_rgn_eidolon_jungle/oggok_weapon_cot',1188),
(20110,20043,'_exp09/objects/drinals/drinals_soulwell_blue_01',1188),
(20111,20044,'_exp09/objects/drinals/drinals_soulwell_gold_01',1188),
(20112,20045,'_exp09/objects/drinals/drinals_soulwell_green_01',1188),
(20113,20046,'_exp09/objects/drinals/drinals_soulwell_red_01',1188),
(20114,20047,'_exp09/objects/drinals/drinals_soulwell_blue_holder_01',1188),
(20115,20048,'_exp09/objects/drinals/drinals_soulwell_gold_holder_01',1188),
(20116,20049,'_exp09/objects/drinals/drinals_soulwell_green_holder_01',1188),
(20117,20050,'_exp09/objects/drinals/drinals_soulwell_red_holder_01',1188),
(20118,20051,'_exp09/objects/drinals/drinals_soulwell_blue_orb_01',1188),
(20119,20052,'_exp09/objects/drinals/drinals_soulwell_gold_orb_01',1188),
(20120,20053,'_exp09/objects/drinals/drinals_soulwell_green_orb_01',1188),
(20121,20054,'_exp09/objects/drinals/drinals_soulwell_red_orb_01',1188),
(20122,20055,'_exp09/objects/harvested/bush',1188),
(20123,20056,'_exp09/objects/harvested/den',1188),
(20124,20057,'_exp09/objects/harvested/gems',1188),
(20125,20058,'_exp09/objects/harvested/log',1188),
(20126,20059,'_exp09/objects/harvested/ore',1188),
(20127,20060,'_exp09/objects/harvested/roots',1188),
(20128,20061,'accessories/wieldable_items/weapons/exp09/2h_sword/exp09_2h_sword_ethernere',1188),
(20129,20062,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_anchor_base',1188),
(20130,20063,'accessories/wieldable_items/weapons/exp09/1h_sword/exp09_1h_sword_ethernere',1188),
(20131,20064,'_exp09/objects/exp09_rgn_plains_of_obol/po_chest_large_ornate01',1188),
(20132,20065,'_exp09/objects/exp09_rgn_plains_of_obol/po_chest_small_ornate01',1188),
(20133,20066,'_exp09/objects/exp09_rgn_plains_of_obol/po_crate_open01',1188),
(20134,20067,'_exp09/objects/exp09_rgn_plains_of_obol/po_horde_burrowpile01',1188),
(20135,20068,'_exp09/objects/exp09_rgn_plains_of_obol/po_scroll_single01',1188),
(20136,20069,'_exp09/objects/exp09_rgn_plains_of_obol/po_scrolls_group01',1188),
(20137,20070,'_exp09/objects/exp09_rgn_plains_of_obol/po_scrolls_group02',1188),
(20138,20071,'_exp09/objects/exp09_rgn_plains_of_obol/po_scrolls_group03',1188),
(20139,20072,'_exp09/objects/exp09_rgn_plains_of_obol/turbillion_vestibule01',1188),
(20140,20073,'_exp09/objects/exp09_rgn_plains_of_obol/turbillion_vestibule01_noglow',1188),
(20141,20074,'_exp09/objects/drinals/dc_books_single01',1188),
(20142,20075,'_exp09/objects/drinals/dc_books_single02',1188),
(20143,20076,'_exp09/objects/drinals/dc_books_single03',1188),
(20144,20077,'_exp09/objects/drinals/dc_scroll_single02',1188),
(20145,20078,'_exp09/objects/drinals/dc_scrolls_group03',1188),
(20146,20079,'_exp09/objects/drinals/dc_scrolls_group04',1188),
(20147,20080,'_exp09/objects/exp09_rgn_eidolon_jungle/exp09_rgn_ej_oggok01_banner01',1188),
(20148,20081,'_exp09/objects/exp09_rgn_eidolon_jungle/exp09_rgn_ej_oggok01_forge01',1188),
(20149,20082,'_exp09/objects/exp09_rgn_eidolon_jungle/exp09_rgn_ej_oggok01_forge02',1188),
(20150,20083,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_brazier01',1188),
(20151,20084,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_brazier01_white',1188),
(20152,20085,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_oblsq01',1188),
(20153,20086,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_sconce01',1188),
(20154,20087,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_sconce01_white',1188),
(20155,20088,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_sconce02',1188),
(20156,20089,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_sconce02_white',1188),
(20157,20090,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_urn01',1188),
(20158,20091,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_urn02',1188),
(20159,20092,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_urn03',1188),
(20160,20093,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_urn04',1188),
(20161,20094,'_exp09/objects/exp09_rgn_eidolon_jungle/dun_temple_of_faceless_urn05',1188),
(20162,20095,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_anchor_base01',1188),
(20163,20096,'accessories/wearable_items/cloak/exp09/cloak_gemstone_armor_red_split',1188),
(20164,20097,'accessories/wearable_items/cloak/exp09/cloak_gemstone_armor_red_inset',1188),
(20165,20098,'accessories/wearable_items/cloak/exp09/cloak_gemstone_armor_red_3strap',1188),
(20166,20099,'accessories/wearable_items/cloak/exp09/cloak_gemstone_armor_red_square',1188),
(20167,20100,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/chest',1188),
(20168,20101,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/feet',1188),
(20169,20102,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/forearms',1188),
(20170,20103,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/hands',1188),
(20171,20104,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/head',1188),
(20172,20105,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/legs',1188),
(20173,20106,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/shoulders',1188),
(20174,20107,'accessories/wearable_items/_exp09/gemstone_armor/red/chain/shoulders_epic',1188),
(20175,20108,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/chest',1188),
(20176,20109,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/feet',1188),
(20177,20110,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/hands',1188),
(20178,20111,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/head',1188),
(20179,20112,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/legs',1188),
(20180,20113,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/shoulders',1188),
(20181,20114,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/shoulders_epic',1188),
(20182,20115,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/skirt',1188),
(20183,20116,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/belt/skirt 2',1188),
(20184,20117,'accessories/wearable_items/_exp09/gemstone_armor/red/gi_heavycloth/belt/skirt',1188),
(20185,20118,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/chest',1188),
(20186,20119,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/feet',1188),
(20187,20120,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/forearms',1188),
(20188,20121,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/hands',1188),
(20189,20122,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/head',1188),
(20190,20123,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/head_hood',1188),
(20191,20124,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/legs',1188),
(20192,20125,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/legs_noskirt',1188),
(20193,20126,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/shoulders',1188),
(20194,20127,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/shoulders_epic',1188),
(20195,20128,'accessories/wearable_items/_exp09/gemstone_armor/red/leather/skirt',1188),
(20196,20129,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/chest',1188),
(20197,20130,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/chest_epic',1188),
(20198,20131,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/feet',1188),
(20199,20132,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/hands',1188),
(20200,20133,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/head',1188),
(20201,20134,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/head_collar',1188),
(20202,20135,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/head_crystalcirclet',1188),
(20203,20136,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/pants',1188),
(20204,20137,'accessories/wearable_items/_exp09/gemstone_armor/red/robe/skirt',1188),
(20205,20138,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/bracer_left',1188),
(20206,20139,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/bracer_right',1188),
(20207,20140,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/head_chain_epic',1188),
(20208,20141,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/head_vanguard_epic',1188),
(20209,20142,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_chain_left',1188),
(20210,20143,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_chain_right',1188),
(20211,20144,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_gi_left',1188),
(20212,20145,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_gi_right',1188),
(20213,20146,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_heavy_left',1188),
(20214,20147,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_heavy_right',1188),
(20215,20148,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_leather_left',1188),
(20216,20149,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_leather_right',1188),
(20217,20150,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_robe_left',1188),
(20218,20151,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/pauldron_robe_right',1188),
(20219,20152,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/shinguard_left',1188),
(20220,20153,'accessories/wearable_items/_exp09/gemstone_armor/red/snapons/shinguard_right',1188),
(20221,20154,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/chest',1188),
(20222,20155,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/feet',1188),
(20223,20156,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/forearms',1188),
(20224,20157,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/hands',1188),
(20225,20158,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/head',1188),
(20226,20159,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/head_epic',1188),
(20227,20160,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/left',1188),
(20228,20161,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/legs',1188),
(20229,20162,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/legs_epic',1188),
(20230,20163,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/legs_noskirt',1188),
(20231,20164,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/right',1188),
(20232,20165,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/shoulders',1188),
(20233,20166,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/shoulders_epic',1188),
(20234,20167,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/shoulders_nopauldrons',1188),
(20235,20168,'accessories/wearable_items/_exp09/gemstone_armor/red/vanguard/skirt',1188),
(20236,20169,'_exp09/objects/ethernere_portal_fx',1188),
(20237,20170,'staticobjects/_exp09/firiona_tapestry01',1188),
(20238,20171,'_exp09/objects/exp09_rgn_eidolon_jungle/ej_fear_tree_root',1188),
(20239,20172,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_blue',1188),
(20240,20173,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_green',1188),
(20241,20174,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_orange',1188),
(20242,20175,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_pink',1188),
(20243,20176,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_red',1188),
(20244,20177,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_yellow',1188),
(20245,20178,'_exp09/objects/exp09_rgn_eidolon_jungle/oggok_weapon_cache',1188),
(20246,20179,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_black',1188),
(20247,20180,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_violet',1188),
(20248,20181,'creatures/pets/frostfell_gumdrop/frostfell_gumdrop_void',1188),
(20249,20182,'staticobjects/tcg/tcg_painting73_belligerence',1188),
(20250,20183,'staticobjects/tcg/tcg_painting71_preservation',1188),
(20251,20184,'staticobjects/tcg/tcg_painting70_revitalize',1188),
(20252,20185,'staticobjects/tcg/tcg_painting74_telluricfury',1188),
(20253,20186,'staticobjects/tcg/tcg_painting72_rapidstab',1188),
(20254,20187,'staticobjects/tcg/tcg_painting_lonset15',1188),
(20255,20188,'_exp09/objects/exp09_rgn_eidolon_jungle/oggok_rallos_helm_statue',1188),
(20256,20189,'_exp09/objects/exp09_rgn_eidolon_jungle/exp09_rgn_ej_oggok01_banner02',1188),
(20257,20190,'_exp09/objects/exp09_rgn_plains_of_obol/po_rug_purple01',1188),
(20258,20191,'_exp09/objects/exp09_rgn_plains_of_obol/po_rug_blue01',1188),
(20259,20192,'_exp09/objects/exp09_rgn_plains_of_obol/po_table_scientific01',1188),
(20260,20193,'_exp09/objects/exp09_rgn_plains_of_obol/clothspinners_clothrack01',1188),
(20261,20194,'_exp09/objects/exp09_rgn_plains_of_obol/weaponrack_sword001',1188),
(20262,20195,'_exp09/objects/exp09_rgn_plains_of_obol/df_objects_rug02',1188),
(20263,20196,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p05_crypt_long01',1188),
(20264,20197,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p05_crypt_short01',1188),
(20265,20198,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p05_crypt_vase01',1188),
(20266,20199,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p05_crypt_vase01_broken01',1188),
(20267,20200,'creatures/mounts/wyvern_mount/wyvern_armored_drinal',1188),
(20268,20201,'_exp09/objects/exp09_dun_wurmbones_end/exp09_dun_we01_crystal01fx',1188),
(20269,20202,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p05_crypt_vase02',1188),
(20270,20203,'accessories/wearable_items/snapons/backpacks/backpack_bard/backpack_drum_swivel',1188),
(20271,20204,'staticobjects/_exp09/dun_deepchelsith_crystal',1188),
(20272,20205,'_exp09/objects/soulspire_comm_device01',1188),
(20273,20206,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_were_epic',1188),
(20274,20207,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_were_epic',1188),
(20275,20208,'_exp09/objects/drinals/drinals_collumn_blue',1188),
(20276,20209,'_exp09/objects/drinals/drinals_collumn_red',1188),
(20277,20210,'_exp09/objects/firiona_vie_rest_dpo',1188),
(20278,20211,'accessories/wearable_items/snapons/backpacks/backpack_bard/backpack_bard',1188),
(20279,20212,'_exp09/objects/dpo/housing/guildhall_trophy_tukaarak',1188),
(20280,20213,'_exp09/objects/dpo/housing/guildhall_trophy_hraashna',1188),
(20281,20214,'_exp09/objects/dpo/housing/guildhall_trophy_ventani',1188),
(20282,20215,'_exp09/objects/dpo/housing/guildhall_trophy_nanzata',1188),
(20283,20216,'_exp09/objects/dpo/housing/guildhall_trophy_drinal',1188),
(20284,20217,'_exp09/objects/dpo/housing/guildhall_trophy_fear_ape',1188),
(20285,20218,'_exp09/objects/dpo/housing/guildhall_trophy_baelon',1188),
(20286,20219,'_exp09/objects/dpo/housing/guildhall_trophy_amalgamon',1188),
(20287,20220,'accessories/wearable_items/_exp08/robe_elemental/water/left_shoulder_effect',1188),
(20288,20221,'accessories/wearable_items/_exp08/robe_elemental/water/right_shoulder_effect',1188),
(20289,20222,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/chest',1188),
(20290,20223,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/chest_combined',1188),
(20291,20224,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/chest_combined_epic1',1188),
(20292,20225,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/chest_combined_epic2',1188),
(20293,20226,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/feet',1188),
(20294,20227,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/hands',1188),
(20295,20228,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/head_goggles',1188),
(20296,20229,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/legs',1188),
(20297,20230,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/shoulders',1188),
(20298,20231,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined/skirt',1188),
(20299,20232,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/chest',1188),
(20300,20233,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/chest_combined',1188),
(20301,20234,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/chest_combined_epic1',1188),
(20302,20235,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/chest_combined_epic2',1188),
(20303,20236,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/chest_combined_epic3',1188),
(20304,20237,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/feet',1188),
(20305,20238,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/hands',1188),
(20306,20239,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/head_goggles',1188),
(20307,20240,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/legs',1188),
(20308,20241,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/shoulders',1188),
(20309,20242,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_brown/skirt',1188),
(20310,20243,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/chest',1188),
(20311,20244,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/chest_combined',1188),
(20312,20245,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/chest_combined_epic1',1188),
(20313,20246,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/chest_combined_epic2',1188),
(20314,20247,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/feet',1188),
(20315,20248,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/hands',1188),
(20316,20249,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/head_goggles_dark',1188),
(20317,20250,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/legs',1188),
(20318,20251,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/shoulders',1188),
(20319,20252,'accessories/wearable_items/_exp09/galvanic_armor/galvanic_set_combined_mauve/skirt',1188),
(20320,20253,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_bracer_dark_right',1188),
(20321,20254,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_bracer_right',1188),
(20322,20255,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy1_left',1188),
(20323,20256,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy1_right',1188),
(20324,20257,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy2_left',1188),
(20325,20258,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy2_left_dark',1188),
(20326,20259,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy2_right',1188),
(20327,20260,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy2_right_dark',1188),
(20328,20261,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy3_left',1188),
(20329,20262,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy3_left_dark',1188),
(20330,20263,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy3_right',1188),
(20331,20264,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_heavy3_right_dark',1188),
(20332,20265,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light1_left',1188),
(20333,20266,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light1_left_dark',1188),
(20334,20267,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light1_right',1188),
(20335,20268,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light1_right_dark',1188),
(20336,20269,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light2_left',1188),
(20337,20270,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light2_left_dark',1188),
(20338,20271,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light2_right',1188),
(20339,20272,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_light2_right_dark',1188),
(20340,20273,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under1_left',1188),
(20341,20274,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under1_left_dark',1188),
(20342,20275,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under1_right',1188),
(20343,20276,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under1_right_dark',1188),
(20344,20277,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under2_left',1188),
(20345,20278,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under2_left_dark',1188),
(20346,20279,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under2_right',1188),
(20347,20280,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_pauldron_under2_right_dark',1188),
(20348,20281,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_thigh_left',1188),
(20349,20282,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_thigh_left_dark',1188),
(20350,20283,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_thigh_right',1188),
(20351,20284,'accessories/wearable_items/_exp09/galvanic_armor/snapons/galvanic_thigh_right_dark',1188),
(20352,20285,'accessories/wearable_items/_exp09/galvanic_armor/snapons/head_goggles',1188),
(20353,20286,'accessories/wearable_items/_exp09/galvanic_armor/snapons/head_goggles_dark',1188),
(20354,20287,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_anvil01',1188),
(20355,20288,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_chest_wood_long_closed002',1188),
(20356,20289,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_chest_wood_small_closed002',1188),
(20357,20290,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_crate_small_long001',1188),
(20358,20291,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_crate_small001',1188),
(20359,20292,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_flask_leather001',1188),
(20360,20293,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_forge01',1188),
(20361,20294,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_hum_forge01',1188),
(20362,20295,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_labbeaker_large_capped_redgoo001',1188),
(20363,20296,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_lantern_handledwn',1188),
(20364,20297,'_exp09/objects/exp09_rgn_eidolon_jungle/camp_ej_weaponrack001',1188),
(20365,20298,'accessories/wearable_items/cloak/exp09/cloak_galvanic_mauve',1188),
(20366,20299,'accessories/wearable_items/cloak/exp09/cloak_galvanic_red',1188),
(20367,20300,'staticobjects/mailboxes/ethernere_mailbox01',1188),
(20368,20301,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog_fear_secondary',1188),
(20369,20302,'accessories/wieldable_items/weapons/talisman/doll/lizardman_frog_secondary',1188),
(20370,20303,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_base',1188),
(20371,20304,'_exp09/characters/monsters/cookie_man/gingerbread_man1',1188),
(20372,20305,'_exp09/characters/monsters/cookie_man/gingerbread_man1_chocolate',1188),
(20373,20306,'_exp09/characters/monsters/cookie_man/gingerbread_man1_dark',1188),
(20374,20307,'_exp09/characters/monsters/cookie_man/gingerbread_man1_sugar',1188),
(20375,20308,'_exp09/characters/monsters/cookie_man/gingerbread_man2',1188),
(20376,20309,'_exp09/characters/monsters/cookie_man/gingerbread_man2_chocolate',1188),
(20377,20310,'_exp09/characters/monsters/cookie_man/gingerbread_man2_dark',1188),
(20378,20311,'_exp09/characters/monsters/cookie_man/gingerbread_man2_sugar',1188),
(20379,20312,'_exp09/characters/monsters/cookie_man/gingerbread_man3',1188),
(20380,20313,'_exp09/characters/monsters/cookie_man/gingerbread_man3_chocolate',1188),
(20381,20314,'_exp09/characters/monsters/cookie_man/gingerbread_man3_dark',1188),
(20382,20315,'_exp09/characters/monsters/cookie_man/gingerbread_man3_sugar',1188),
(20383,20316,'staticobjects/soe_wallet/sc_painting_wurmbone03',1188),
(20384,20317,'staticobjects/soe_wallet/sc_painting_wurmbone02',1188),
(20385,20318,'staticobjects/_exp09/sc_painting_skyshrine02',1188),
(20386,20319,'staticobjects/_exp09/sc_painting_wurmbone04',1188),
(20387,20320,'staticobjects/_exp09/sc_painting_wurmbone01',1188),
(20388,20321,'staticobjects/_exp09/sc_painting_eidolon01',1188),
(20389,20322,'staticobjects/tcg/tcg_painting77_loyalist',1188),
(20390,20323,'staticobjects/tcg/tcg_painting76_antonia',1188),
(20391,20324,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_blue_snowflakes',1188),
(20392,20325,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped_blue',1188),
(20393,20326,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped_green',1188),
(20394,20327,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped_purple',1188),
(20395,20328,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped_red',1188),
(20396,20329,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped_white',1188),
(20397,20330,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_striped1',1188),
(20398,20331,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_solidblue',1188),
(20399,20332,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_striped',1188),
(20400,20333,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_stripedblue',1188),
(20401,20334,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_stripedgreen',1188),
(20402,20335,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_stripedpurple',1188),
(20403,20336,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_stripedred',1188),
(20404,20337,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_stripedwhite',1188),
(20405,20338,'accessories/wearable_items/cloak/exp09/cloak_thorns',1188),
(20406,20339,'accessories/wearable_items/cloak/exp09/cloak_thorns_blue',1188),
(20407,20340,'accessories/wearable_items/cloak/exp09/cloak_thorns_collar',1188),
(20408,20341,'accessories/wearable_items/cloak/exp09/cloak_thorns_collar_blue',1188),
(20409,20342,'accessories/wearable_items/cloak/exp09/cloak_thorns_collar_green',1188),
(20410,20343,'accessories/wearable_items/cloak/exp09/cloak_thorns_green',1188),
(20411,20344,'creatures/mounts/player_wing/player_wing_frostfell',1188),
(20412,20345,'accessories/wearable_items/snapons/backpacks/backpack_pirate/backpack_pirate_base',1188),
(20413,20346,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag01',1188),
(20414,20347,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag02',1188),
(20415,20348,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag03',1188),
(20416,20349,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_left',1188),
(20417,20350,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_right',1188),
(20418,20351,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag01_canary',1188),
(20419,20352,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag01_macaw',1188),
(20420,20353,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag02_canary',1188),
(20421,20354,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag02_macaw',1188),
(20422,20355,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag03_canary',1188),
(20423,20356,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_bag03_macaw',1188),
(20424,20357,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_left_canary',1188),
(20425,20358,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_left_macaw',1188),
(20426,20359,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_right_canary',1188),
(20427,20360,'accessories/wearable_items/snapons/backpacks/backpack_pirate_swivel/backpack_pirate_swivel_ring_right_macaw',1188),
(20428,20361,'accessories/wearable_items/snapons/backpacks/backpack_pirate/backpack_pirate_canary',1188),
(20429,20362,'accessories/wearable_items/snapons/backpacks/backpack_pirate/backpack_pirate_macaw',1188),
(20430,20363,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_left',1188),
(20431,20364,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_normal_left',1188),
(20432,20365,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_normal_right',1188),
(20433,20366,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_right',1188),
(20434,20367,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_reindeer_helm',1188),
(20435,20368,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_reindeer_helm_trinkets',1188),
(20436,20369,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_trinket_01',1188),
(20437,20370,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_trinket_02',1188),
(20438,20371,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_trinket_03',1188),
(20439,20372,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_reindeer_helm_trinkets_blue',1188),
(20440,20373,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_reindeer_helm_trinkets_green',1188),
(20441,20374,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/frostfell_reindeer_helm_trinkets_red',1188),
(20442,20375,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown',1188),
(20443,20376,'staticobjects/housing_portal_objects/vision_home_ferry01',1188),
(20444,20377,'staticobjects/liveevent/frostfell/dpo_bauble_holly_berries_ceiling',1188),
(20445,20378,'staticobjects/liveevent/frostfell/dpo_bauble_holly_berries_wall',1188),
(20446,20379,'staticobjects/liveevent/frostfell/dpo_candycane_gumdrop_cordon01',1188),
(20447,20380,'staticobjects/liveevent/frostfell/dpo_candycane_gumdrop_cordon02',1188),
(20448,20381,'staticobjects/liveevent/frostfell/dpo_candycane_gumdrop_cordon03',1188),
(20449,20382,'accessories/wearable_items/_exp09/starter_armor/paladin/chest',1188),
(20450,20383,'accessories/wearable_items/_exp09/starter_armor/paladin/feet',1188),
(20451,20384,'accessories/wearable_items/_exp09/starter_armor/paladin/forearms',1188),
(20452,20385,'accessories/wearable_items/_exp09/starter_armor/paladin/hands',1188),
(20453,20386,'accessories/wearable_items/_exp09/starter_armor/paladin/head',1188),
(20454,20387,'accessories/wearable_items/_exp09/starter_armor/paladin/left',1188),
(20455,20388,'accessories/wearable_items/_exp09/starter_armor/paladin/legs',1188),
(20456,20389,'accessories/wearable_items/_exp09/starter_armor/paladin/legs_noskirt',1188),
(20457,20390,'accessories/wearable_items/_exp09/starter_armor/paladin/right',1188),
(20458,20391,'accessories/wearable_items/_exp09/starter_armor/paladin/shoulders',1188),
(20459,20392,'accessories/wearable_items/_exp09/starter_armor/paladin/shoulders_nopauldrons',1188),
(20460,20393,'accessories/wearable_items/_exp09/starter_armor/paladin/skirt',1188),
(20461,20394,'accessories/wearable_items/_exp09/starter_armor/shadowknight/chest',1188),
(20462,20395,'accessories/wearable_items/_exp09/starter_armor/shadowknight/feet',1188),
(20463,20396,'accessories/wearable_items/_exp09/starter_armor/shadowknight/forearms',1188),
(20464,20397,'accessories/wearable_items/_exp09/starter_armor/shadowknight/hands',1188),
(20465,20398,'accessories/wearable_items/_exp09/starter_armor/shadowknight/head',1188),
(20466,20399,'accessories/wearable_items/_exp09/starter_armor/shadowknight/left',1188),
(20467,20400,'accessories/wearable_items/_exp09/starter_armor/shadowknight/legs',1188),
(20468,20401,'accessories/wearable_items/_exp09/starter_armor/shadowknight/legs_noskirt',1188),
(20469,20402,'accessories/wearable_items/_exp09/starter_armor/shadowknight/right',1188),
(20470,20403,'accessories/wearable_items/_exp09/starter_armor/shadowknight/shoulders',1188),
(20471,20404,'accessories/wearable_items/_exp09/starter_armor/shadowknight/shoulders_nopauldrons',1188),
(20472,20405,'accessories/wearable_items/_exp09/starter_armor/shadowknight/skirt',1188),
(20473,20406,'projectiles/throwing_mantis_star',1188),
(20474,20407,'staticobjects/tcg/tcg_painting75_icefury',1188),
(20475,20408,'accessories/wearable_items/_exp09/starter_armor/coercer/chest',1188),
(20476,20409,'accessories/wearable_items/_exp09/starter_armor/coercer/feet',1188),
(20477,20410,'accessories/wearable_items/_exp09/starter_armor/coercer/hands',1188),
(20478,20411,'accessories/wearable_items/_exp09/starter_armor/coercer/head',1188),
(20479,20412,'accessories/wearable_items/_exp09/starter_armor/coercer/hood',1188),
(20480,20413,'accessories/wearable_items/_exp09/starter_armor/coercer/pants',1188),
(20481,20414,'accessories/wearable_items/_exp09/starter_armor/coercer/skirt',1188),
(20482,20415,'accessories/wearable_items/_exp09/starter_armor/conjuror/chest',1188),
(20483,20416,'accessories/wearable_items/_exp09/starter_armor/conjuror/feet',1188),
(20484,20417,'accessories/wearable_items/_exp09/starter_armor/conjuror/hands',1188),
(20485,20418,'accessories/wearable_items/_exp09/starter_armor/conjuror/head',1188),
(20486,20419,'accessories/wearable_items/_exp09/starter_armor/conjuror/hood',1188),
(20487,20420,'accessories/wearable_items/_exp09/starter_armor/conjuror/pants',1188),
(20488,20421,'accessories/wearable_items/_exp09/starter_armor/conjuror/skirt',1188),
(20489,20422,'accessories/wearable_items/_exp09/starter_armor/handsfeet_dark/feet',1188),
(20490,20423,'accessories/wearable_items/_exp09/starter_armor/handsfeet_dark/hands',1188),
(20491,20424,'accessories/wearable_items/_exp09/starter_armor/handsfeet_light/feet',1188),
(20492,20425,'accessories/wearable_items/_exp09/starter_armor/handsfeet_light/hands',1188),
(20493,20426,'accessories/wearable_items/_exp09/starter_armor/illusionist/chest',1188),
(20494,20427,'accessories/wearable_items/_exp09/starter_armor/illusionist/feet',1188),
(20495,20428,'accessories/wearable_items/_exp09/starter_armor/illusionist/hands',1188),
(20496,20429,'accessories/wearable_items/_exp09/starter_armor/illusionist/head',1188),
(20497,20430,'accessories/wearable_items/_exp09/starter_armor/illusionist/hood',1188),
(20498,20431,'accessories/wearable_items/_exp09/starter_armor/illusionist/pants',1188),
(20499,20432,'accessories/wearable_items/_exp09/starter_armor/illusionist/skirt',1188),
(20500,20433,'accessories/wearable_items/_exp09/starter_armor/necromancer/chest',1188),
(20501,20434,'accessories/wearable_items/_exp09/starter_armor/necromancer/feet',1188),
(20502,20435,'accessories/wearable_items/_exp09/starter_armor/necromancer/hands',1188),
(20503,20436,'accessories/wearable_items/_exp09/starter_armor/necromancer/head',1188),
(20504,20437,'accessories/wearable_items/_exp09/starter_armor/necromancer/hood',1188),
(20505,20438,'accessories/wearable_items/_exp09/starter_armor/necromancer/pants',1188),
(20506,20439,'accessories/wearable_items/_exp09/starter_armor/necromancer/skirt',1188),
(20507,20440,'accessories/wearable_items/_exp09/starter_armor/warlock/chest',1188),
(20508,20441,'accessories/wearable_items/_exp09/starter_armor/warlock/feet',1188),
(20509,20442,'accessories/wearable_items/_exp09/starter_armor/warlock/hands',1188),
(20510,20443,'accessories/wearable_items/_exp09/starter_armor/warlock/head',1188),
(20511,20444,'accessories/wearable_items/_exp09/starter_armor/warlock/hood',1188),
(20512,20445,'accessories/wearable_items/_exp09/starter_armor/warlock/pants',1188),
(20513,20446,'accessories/wearable_items/_exp09/starter_armor/warlock/skirt',1188),
(20514,20447,'accessories/wearable_items/_exp09/starter_armor/wizard/chest',1188),
(20515,20448,'accessories/wearable_items/_exp09/starter_armor/wizard/feet',1188),
(20516,20449,'accessories/wearable_items/_exp09/starter_armor/wizard/hands',1188),
(20517,20450,'accessories/wearable_items/_exp09/starter_armor/wizard/head',1188),
(20518,20451,'accessories/wearable_items/_exp09/starter_armor/wizard/hood',1188),
(20519,20452,'accessories/wearable_items/_exp09/starter_armor/wizard/pants',1188),
(20520,20453,'accessories/wearable_items/_exp09/starter_armor/wizard/skirt',1188),
(20521,20454,'creatures/mounts/player_wing/player_wing_frostfell_pine',1188),
(20522,20455,'creatures/mounts/player_wing/player_wing_frostfell_branch',1188),
(20523,20456,'accessories/wearable_items/_exp09/starter_armor/assassin/chest',1188),
(20524,20457,'accessories/wearable_items/_exp09/starter_armor/assassin/feet',1188),
(20525,20458,'accessories/wearable_items/_exp09/starter_armor/assassin/forearms',1188),
(20526,20459,'accessories/wearable_items/_exp09/starter_armor/assassin/hands',1188),
(20527,20460,'accessories/wearable_items/_exp09/starter_armor/assassin/head',1188),
(20528,20461,'accessories/wearable_items/_exp09/starter_armor/assassin/legs',1188),
(20529,20462,'accessories/wearable_items/_exp09/starter_armor/assassin/legs_noskirt',1188),
(20530,20463,'accessories/wearable_items/_exp09/starter_armor/assassin/shoulders',1188),
(20531,20464,'accessories/wearable_items/_exp09/starter_armor/assassin/skirt',1188),
(20532,20465,'accessories/wearable_items/_exp09/starter_armor/beastlord/chest',1188),
(20533,20466,'accessories/wearable_items/_exp09/starter_armor/beastlord/feet',1188),
(20534,20467,'accessories/wearable_items/_exp09/starter_armor/beastlord/forearms',1188),
(20535,20468,'accessories/wearable_items/_exp09/starter_armor/beastlord/hands',1188),
(20536,20469,'accessories/wearable_items/_exp09/starter_armor/beastlord/head',1188),
(20537,20470,'accessories/wearable_items/_exp09/starter_armor/beastlord/legs',1188),
(20538,20471,'accessories/wearable_items/_exp09/starter_armor/beastlord/legs_noskirt',1188),
(20539,20472,'accessories/wearable_items/_exp09/starter_armor/beastlord/shoulders',1188),
(20540,20473,'accessories/wearable_items/_exp09/starter_armor/beastlord/skirt',1188),
(20541,20474,'accessories/wearable_items/_exp09/starter_armor/brigand/chest',1188),
(20542,20475,'accessories/wearable_items/_exp09/starter_armor/brigand/feet',1188),
(20543,20476,'accessories/wearable_items/_exp09/starter_armor/brigand/hands',1188),
(20544,20477,'accessories/wearable_items/_exp09/starter_armor/brigand/legs',1188),
(20545,20478,'accessories/wearable_items/_exp09/starter_armor/brigand/shoulders',1188),
(20546,20479,'accessories/wearable_items/_exp09/starter_armor/brigand/skirt',1188),
(20547,20480,'accessories/wearable_items/_exp09/starter_armor/brigand/belt/skirt 2',1188),
(20548,20481,'accessories/wearable_items/_exp09/starter_armor/brigand/belt/skirt',1188),
(20549,20482,'accessories/wearable_items/_exp09/starter_armor/dirge/chest',1188),
(20550,20483,'accessories/wearable_items/_exp09/starter_armor/dirge/feet',1188),
(20551,20484,'accessories/wearable_items/_exp09/starter_armor/dirge/forearms',1188),
(20552,20485,'accessories/wearable_items/_exp09/starter_armor/dirge/hands',1188),
(20553,20486,'accessories/wearable_items/_exp09/starter_armor/dirge/head',1188),
(20554,20487,'accessories/wearable_items/_exp09/starter_armor/dirge/legs',1188),
(20555,20488,'accessories/wearable_items/_exp09/starter_armor/dirge/shoulders',1188),
(20556,20489,'accessories/wearable_items/_exp09/starter_armor/ranger/chest',1188),
(20557,20490,'accessories/wearable_items/_exp09/starter_armor/ranger/feet',1188),
(20558,20491,'accessories/wearable_items/_exp09/starter_armor/ranger/forearms',1188),
(20559,20492,'accessories/wearable_items/_exp09/starter_armor/ranger/hands',1188),
(20560,20493,'accessories/wearable_items/_exp09/starter_armor/ranger/head',1188),
(20561,20494,'accessories/wearable_items/_exp09/starter_armor/ranger/legs',1188),
(20562,20495,'accessories/wearable_items/_exp09/starter_armor/ranger/legs_noskirt',1188),
(20563,20496,'accessories/wearable_items/_exp09/starter_armor/ranger/shoulders',1188),
(20564,20497,'accessories/wearable_items/_exp09/starter_armor/ranger/skirt',1188),
(20565,20498,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/belt/skirt 2',1188),
(20566,20499,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/belt/skirt',1188),
(20567,20500,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/chest',1188),
(20568,20501,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/feet',1188),
(20569,20502,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/hands',1188),
(20570,20503,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/legs',1188),
(20571,20504,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/shoulders',1188),
(20572,20505,'accessories/wearable_items/_exp09/starter_armor/swashbuckler/skirt',1188),
(20573,20506,'accessories/wearable_items/_exp09/starter_armor/troubadour/chest',1188),
(20574,20507,'accessories/wearable_items/_exp09/starter_armor/troubadour/feet',1188),
(20575,20508,'accessories/wearable_items/_exp09/starter_armor/troubadour/forearms',1188),
(20576,20509,'accessories/wearable_items/_exp09/starter_armor/troubadour/hands',1188),
(20577,20510,'accessories/wearable_items/_exp09/starter_armor/troubadour/head',1188),
(20578,20511,'accessories/wearable_items/_exp09/starter_armor/troubadour/legs',1188),
(20579,20512,'accessories/wearable_items/_exp09/starter_armor/troubadour/shoulders',1188),
(20580,20513,'creatures/mounts/player_wing/player_wing_frostfell_candy',1188),
(20581,20514,'accessories/wearable_items/_exp09/starter_armor/warden/chest',1188),
(20582,20515,'accessories/wearable_items/_exp09/starter_armor/warden/feet',1188),
(20583,20516,'accessories/wearable_items/_exp09/starter_armor/warden/forearms',1188),
(20584,20517,'accessories/wearable_items/_exp09/starter_armor/warden/hands',1188),
(20585,20518,'accessories/wearable_items/_exp09/starter_armor/warden/head',1188),
(20586,20519,'accessories/wearable_items/_exp09/starter_armor/warden/legs',1188),
(20587,20520,'accessories/wearable_items/_exp09/starter_armor/warden/legs_noskirt',1188),
(20588,20521,'accessories/wearable_items/_exp09/starter_armor/warden/shoulders',1188),
(20589,20522,'accessories/wearable_items/_exp09/starter_armor/warden/skirt',1188),
(20590,20523,'accessories/wearable_items/_exp09/starter_armor/fury/chest',1188),
(20591,20524,'accessories/wearable_items/_exp09/starter_armor/fury/feet',1188),
(20592,20525,'accessories/wearable_items/_exp09/starter_armor/fury/forearms',1188),
(20593,20526,'accessories/wearable_items/_exp09/starter_armor/fury/hands',1188),
(20594,20527,'accessories/wearable_items/_exp09/starter_armor/fury/head',1188),
(20595,20528,'accessories/wearable_items/_exp09/starter_armor/fury/legs',1188),
(20596,20529,'accessories/wearable_items/_exp09/starter_armor/fury/legs_noskirt',1188),
(20597,20530,'accessories/wearable_items/_exp09/starter_armor/fury/shoulders',1188),
(20598,20531,'accessories/wearable_items/_exp09/starter_armor/fury/skirt',1188),
(20599,20532,'accessories/wearable_items/_exp09/starter_armor/defiler/chest',1188),
(20600,20533,'accessories/wearable_items/_exp09/starter_armor/defiler/feet',1188),
(20601,20534,'accessories/wearable_items/_exp09/starter_armor/defiler/forearms',1188),
(20602,20535,'accessories/wearable_items/_exp09/starter_armor/defiler/hands',1188),
(20603,20536,'accessories/wearable_items/_exp09/starter_armor/defiler/head',1188),
(20604,20537,'accessories/wearable_items/_exp09/starter_armor/defiler/legs',1188),
(20605,20538,'accessories/wearable_items/_exp09/starter_armor/defiler/shoulders',1188),
(20606,20539,'accessories/wearable_items/_exp09/starter_armor/mystic/chest',1188),
(20607,20540,'accessories/wearable_items/_exp09/starter_armor/mystic/feet',1188),
(20608,20541,'accessories/wearable_items/_exp09/starter_armor/mystic/forearms',1188),
(20609,20542,'accessories/wearable_items/_exp09/starter_armor/mystic/hands',1188),
(20610,20543,'accessories/wearable_items/_exp09/starter_armor/mystic/head',1188),
(20611,20544,'accessories/wearable_items/_exp09/starter_armor/mystic/legs',1188),
(20612,20545,'accessories/wearable_items/_exp09/starter_armor/mystic/shoulders',1188),
(20613,20546,'_exp09/characters/tool_users/illithid/illithid_boss',1188),
(20614,20547,'_exp09/characters/tool_users/illithid/illithid_boss_staff',1188),
(20615,20548,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_left_blue',1188),
(20616,20549,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_left_green',1188),
(20617,20550,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_left_red',1188),
(20618,20551,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_right_blue',1188),
(20619,20552,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_right_green',1188),
(20620,20553,'accessories/wearable_items/profesion_hats/frostfell_reindeer_helm/antler_right_red',1188),
(20621,20554,'staticobjects/soe_wallet/xmas_item_santa_sleigh_02_dpo',1188),
(20622,20555,'staticobjects/soe_wallet/frostfell_snowmankit_branch01_dpo',1188),
(20623,20556,'staticobjects/soe_wallet/frostfell_snowmankit_carrot01_dpo',1188),
(20624,20557,'staticobjects/soe_wallet/frostfell_snowmankit_coal01_dpo',1188),
(20625,20558,'staticobjects/soe_wallet/frostfell_snowmankit_snowball01_dpo',1188),
(20626,20559,'staticobjects/soe_wallet/icethrone01_dpo',1188),
(20627,20560,'staticobjects/liveevent/frostfell/dpo_panel_gingerbread',1188),
(20628,20561,'staticobjects/liveevent/frostfell/houseblock_1x1_column_gingerbread',1188),
(20629,20562,'staticobjects/liveevent/frostfell/houseblock_1x2_column_gingerbread',1188),
(20630,20563,'staticobjects/liveevent/frostfell/houseblock_1x2_dividerblock_gingerbread',1188),
(20631,20564,'staticobjects/liveevent/frostfell/houseblock_1xhalf_block_gingerbread',1188),
(20632,20565,'staticobjects/liveevent/frostfell/houseblock_2x2_dividerblock_gingerbread',1188),
(20633,20566,'staticobjects/liveevent/frostfell/houseblock_rail_gingerbread',1188),
(20634,20567,'staticobjects/liveevent/frostfell/houseblock_roundtile_gingerbread',1188),
(20635,20568,'staticobjects/liveevent/frostfell/houseblock_stair_gingerbread',1188),
(20636,20569,'staticobjects/liveevent/frostfell/housecube_1x1_block_gingerbread',1188),
(20637,20570,'_exp08/characters/monsters/insect_queen/insect_queen_ghost',1188),
(20638,20571,'_exp08/characters/monsters/insect_queen/insect_queen_ghost_red',1188),
(20639,20572,'_exp07/characters/tool_users/othmir/othmir_zombie_base',1188),
(20640,20573,'staticobjects/liveevent/frostfell/dpo_snowglobe_cardinward01',1188),
(20641,20574,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/chest',1188),
(20642,20575,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/feet',1188),
(20643,20576,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/forearms',1188),
(20644,20577,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/hands',1188),
(20645,20578,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/head',1188),
(20646,20579,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/legs',1188),
(20647,20580,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/shoulders',1188),
(20648,20581,'accessories/wearable_items/_exp09/wyvern_armors/chain_green/shoulders_epic',1188),
(20649,20582,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/chest',1188),
(20650,20583,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/feet',1188),
(20651,20584,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/forearms',1188),
(20652,20585,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/hands',1188),
(20653,20586,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/head',1188),
(20654,20587,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/legs',1188),
(20655,20588,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/shoulders',1188),
(20656,20589,'accessories/wearable_items/_exp09/wyvern_armors/chain_red/shoulders_epic',1188),
(20657,20590,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/chest',1188),
(20658,20591,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/feet',1188),
(20659,20592,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/hands',1188),
(20660,20593,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/head',1188),
(20661,20594,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/legs',1188),
(20662,20595,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/shoulders',1188),
(20663,20596,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/skirt',1188),
(20664,20597,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/head/head',1188),
(20665,20598,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/belt/skirt 2',1188),
(20666,20599,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/belt/skirt',1188),
(20667,20600,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/chest',1188),
(20668,20601,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/feet',1188),
(20669,20602,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/hands',1188),
(20670,20603,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/head',1188),
(20671,20604,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/legs',1188),
(20672,20605,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/shoulders',1188),
(20673,20606,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/skirt',1188),
(20674,20607,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/belt/skirt 2',1188),
(20675,20608,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/belt/skirt',1188),
(20676,20609,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/head/head',1188),
(20677,20610,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/chest',1188),
(20678,20611,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/feet',1188),
(20679,20612,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/forearms',1188),
(20680,20613,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/hands',1188),
(20681,20614,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/head',1188),
(20682,20615,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/legs',1188),
(20683,20616,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/legs_noskirt',1188),
(20684,20617,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/shoulders',1188),
(20685,20618,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/shoulders_epic',1188),
(20686,20619,'accessories/wearable_items/_exp09/wyvern_armors/leather_green/skirt',1188),
(20687,20620,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/chest',1188),
(20688,20621,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/feet',1188),
(20689,20622,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/forearms',1188),
(20690,20623,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/hands',1188),
(20691,20624,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/head',1188),
(20692,20625,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/legs',1188),
(20693,20626,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/legs_noskirt',1188),
(20694,20627,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/shoulders',1188),
(20695,20628,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/shoulders_epic',1188),
(20696,20629,'accessories/wearable_items/_exp09/wyvern_armors/leather_red/skirt',1188),
(20697,20630,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/chest',1188),
(20698,20631,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/feet',1188),
(20699,20632,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/hands',1188),
(20700,20633,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/head_collar',1188),
(20701,20634,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/head_evil_conjurer',1188),
(20702,20635,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/pants',1188),
(20703,20636,'accessories/wearable_items/_exp09/wyvern_armors/robe_green/skirt',1188),
(20704,20637,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/chest',1188),
(20705,20638,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/feet',1188),
(20706,20639,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/hands',1188),
(20707,20640,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/head_collar',1188),
(20708,20641,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/head_evil_conjurer',1188),
(20709,20642,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/pants',1188),
(20710,20643,'accessories/wearable_items/_exp09/wyvern_armors/robe_red/skirt',1188),
(20711,20644,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_large_green_left',1188),
(20712,20645,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_large_green_right',1188),
(20713,20646,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_large_red_left',1188),
(20714,20647,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_large_red_right',1188),
(20715,20648,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_small_green_left',1188),
(20716,20649,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_small_green_right',1188),
(20717,20650,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_small_red_left',1188),
(20718,20651,'accessories/wearable_items/_exp09/wyvern_armors/snapons/shoulders_pauldron_small_red_right',1188),
(20719,20652,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/chest',1188),
(20720,20653,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/feet',1188),
(20721,20654,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/forearms',1188),
(20722,20655,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/hands',1188),
(20723,20656,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/head',1188),
(20724,20657,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/left',1188),
(20725,20658,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/legs',1188),
(20726,20659,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/legs_noskirt',1188),
(20727,20660,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/right',1188),
(20728,20661,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/shoulders',1188),
(20729,20662,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/shoulders_epic',1188),
(20730,20663,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/shoulders_nopauldrons',1188),
(20731,20664,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_green/skirt',1188),
(20732,20665,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/chest',1188),
(20733,20666,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/feet',1188),
(20734,20667,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/forearms',1188),
(20735,20668,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/hands',1188),
(20736,20669,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/head',1188),
(20737,20670,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/left',1188),
(20738,20671,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/legs',1188),
(20739,20672,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/legs_noskirt',1188),
(20740,20673,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/right',1188),
(20741,20674,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/shoulders',1188),
(20742,20675,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/shoulders_epic',1188),
(20743,20676,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/shoulders_nopauldrons',1188),
(20744,20677,'accessories/wearable_items/_exp09/wyvern_armors/vangaurd_red/skirt',1188),
(20745,20678,'creatures/monsters/stagg_frostfell',1188),
(20746,20679,'playerstudio/characters/cloaks/northstar_cloak/northstar_cloak',1188),
(20747,20680,'playerstudio/houseitems/heroicsalesmanscrate',1188),
(20748,20681,'playerstudio/houseitems/easternwalldecor',1188),
(20749,20682,'playerstudio/houseitems/gothicdesk',1188),
(20750,20683,'playerstudio/houseitems/victorianchair',1188),
(20751,20684,'_exp09/characters/monsters/catoplebas/catoplebas',1188),
(20752,20685,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc',1188),
(20753,20686,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc_fear',1188),
(20754,20687,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc_fear_secondary',1188),
(20755,20688,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc_fear_swivel',1188),
(20756,20689,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc_secondary',1188),
(20757,20690,'accessories/wieldable_items/weapons/exp09/talisman/lizardmen_frog/lizardman_frog_pc_swivel',1188),
(20758,20691,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_blue',1188),
(20759,20692,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_brown',1188),
(20760,20693,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_red',1188),
(20761,20694,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_scalloped_blue',1188),
(20762,20695,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_scalloped_brown',1188),
(20763,20696,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_scalloped_red',1188),
(20764,20697,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_scalloped_white',1188),
(20765,20698,'accessories/wearable_items/cloak/exp09/sc_magus_cloak/sc_magus_cloak_white',1188),
(20766,20699,'accessories/wearable_items/_exp09/sc_magus_robe/blue/chest',1188),
(20767,20700,'accessories/wearable_items/_exp09/sc_magus_robe/blue/feet',1188),
(20768,20701,'accessories/wearable_items/_exp09/sc_magus_robe/blue/hands',1188),
(20769,20702,'accessories/wearable_items/_exp09/sc_magus_robe/blue/head',1188),
(20770,20703,'accessories/wearable_items/_exp09/sc_magus_robe/blue/head_collar',1188),
(20771,20704,'accessories/wearable_items/_exp09/sc_magus_robe/blue/head_floppyhat',1188),
(20772,20705,'accessories/wearable_items/_exp09/sc_magus_robe/blue/pants',1188),
(20773,20706,'accessories/wearable_items/_exp09/sc_magus_robe/blue/skirt',1188),
(20774,20707,'accessories/wearable_items/_exp09/sc_magus_robe/brown/chest',1188),
(20775,20708,'accessories/wearable_items/_exp09/sc_magus_robe/brown/feet',1188),
(20776,20709,'accessories/wearable_items/_exp09/sc_magus_robe/brown/hands',1188),
(20777,20710,'accessories/wearable_items/_exp09/sc_magus_robe/brown/head',1188),
(20778,20711,'accessories/wearable_items/_exp09/sc_magus_robe/brown/head_collar',1188),
(20779,20712,'accessories/wearable_items/_exp09/sc_magus_robe/brown/head_floppyhat',1188),
(20780,20713,'accessories/wearable_items/_exp09/sc_magus_robe/brown/pants',1188),
(20781,20714,'accessories/wearable_items/_exp09/sc_magus_robe/brown/skirt',1188),
(20782,20715,'accessories/wearable_items/_exp09/sc_magus_robe/red/chest',1188),
(20783,20716,'accessories/wearable_items/_exp09/sc_magus_robe/red/feet',1188),
(20784,20717,'accessories/wearable_items/_exp09/sc_magus_robe/red/hands',1188),
(20785,20718,'accessories/wearable_items/_exp09/sc_magus_robe/red/head',1188),
(20786,20719,'accessories/wearable_items/_exp09/sc_magus_robe/red/head_collar',1188),
(20787,20720,'accessories/wearable_items/_exp09/sc_magus_robe/red/head_floppyhat',1188),
(20788,20721,'accessories/wearable_items/_exp09/sc_magus_robe/red/pants',1188),
(20789,20722,'accessories/wearable_items/_exp09/sc_magus_robe/red/skirt',1188),
(20790,20723,'accessories/wearable_items/_exp09/sc_magus_robe/white/chest',1188),
(20791,20724,'accessories/wearable_items/_exp09/sc_magus_robe/white/feet',1188),
(20792,20725,'accessories/wearable_items/_exp09/sc_magus_robe/white/hands',1188),
(20793,20726,'accessories/wearable_items/_exp09/sc_magus_robe/white/head',1188),
(20794,20727,'accessories/wearable_items/_exp09/sc_magus_robe/white/head_collar',1188),
(20795,20728,'accessories/wearable_items/_exp09/sc_magus_robe/white/head_floppyhat',1188),
(20796,20729,'accessories/wearable_items/_exp09/sc_magus_robe/white/pants',1188),
(20797,20730,'accessories/wearable_items/_exp09/sc_magus_robe/white/skirt',1188),
(20798,20731,'_exp09/characters/monsters/hydra/hydra_base',1188),
(20799,20732,'accessories/wearable_items/profesion_hats/chef_hat/head_chef_red',1188),
(20800,20733,'accessories/wearable_items/profesion_hats/chef_hat/head_chef_white',1188),
(20801,20734,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/chest',1188),
(20802,20735,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/feet',1188),
(20803,20736,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/hands',1188),
(20804,20737,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/legs',1188),
(20805,20738,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/shoulders',1188),
(20806,20739,'accessories/wearable_items/_exp09/sc_casual_heavycloth/blue/skirt',1188),
(20807,20740,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/chest',1188),
(20808,20741,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/feet',1188),
(20809,20742,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/hands',1188),
(20810,20743,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/legs',1188),
(20811,20744,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/shoulders',1188),
(20812,20745,'accessories/wearable_items/_exp09/sc_casual_heavycloth/browns/skirt',1188),
(20813,20746,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/chest',1188),
(20814,20747,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/feet',1188),
(20815,20748,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/hands',1188),
(20816,20749,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/legs',1188),
(20817,20750,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/shoulders',1188),
(20818,20751,'accessories/wearable_items/_exp09/sc_casual_heavycloth/green/skirt',1188),
(20819,20752,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/chest',1188),
(20820,20753,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/feet',1188),
(20821,20754,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/hands',1188),
(20822,20755,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/legs',1188),
(20823,20756,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/shoulders',1188),
(20824,20757,'accessories/wearable_items/_exp09/sc_casual_heavycloth/red/skirt',1188),
(20825,20758,'accessories/wearable_items/cloak/exp09/cloak_casual_travelling_green',1188),
(20826,20759,'accessories/wearable_items/cloak/exp09/cloak_casual_travelling_blue',1188),
(20827,20760,'accessories/wearable_items/cloak/exp09/cloak_casual_travelling_brown',1188),
(20828,20761,'accessories/wearable_items/cloak/exp09/cloak_casual_travelling_red',1188),
(20829,20762,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_neckring_travelling_blue',1188),
(20830,20763,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_neckring_travelling_brown',1188),
(20831,20764,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_neckring_travelling_green',1188),
(20832,20765,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_neckring_travelling_red',1188),
(20833,20766,'staticobjects/liveevent/erollisi_objects/dpo_bauble_bow_string_roses_gold',1188),
(20834,20767,'staticobjects/liveevent/erollisi_objects/dpo_bauble_bow_string_roses_red',1188),
(20835,20768,'staticobjects/liveevent/erollisi_objects/dpo_bauble_cordon_hearts_pruple',1188),
(20836,20769,'staticobjects/liveevent/erollisi_objects/dpo_bauble_cordon_hearts_red',1188),
(20837,20770,'staticobjects/liveevent/erollisi_objects/dpo_bauble_cordon_roses_dark',1188),
(20838,20771,'staticobjects/liveevent/erollisi_objects/dpo_bauble_cordon_roses_red_gold',1188),
(20839,20772,'staticobjects/liveevent/erollisi_objects/dpo_bauble_cordon_roses_red_silver',1188),
(20840,20773,'staticobjects/liveevent/erollisi_objects/dpo_bauble_heart_string_roses_dark',1188),
(20841,20774,'staticobjects/liveevent/erollisi_objects/dpo_bauble_heart_string_roses_red',1188),
(20842,20775,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_rose_buds',1188),
(20843,20776,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_roses_dark',1188),
(20844,20777,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_roses_silver',1188),
(20845,20778,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_roses01',1188),
(20846,20779,'staticobjects/liveevent/erollisi_objects/dpo_bauble_string_lights_tassle_hearts',1188),
(20847,20780,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_dark',1188),
(20848,20781,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_gold',1188),
(20849,20782,'staticobjects/liveevent/erollisi_objects/dpo_bauble_tassle_heart',1188),
(20850,20783,'creatures/mounts/player_wing/player_wing_clockwork_goldpink_hearts',1188),
(20851,20784,'staticobjects/housing_portal_objects/vision_home_respite01',1188),
(20852,20785,'accessories/wearable_items/snapons/rings/hand_ring_wedding_basic_left/froglok/hands',1188),
(20853,20786,'accessories/wearable_items/snapons/rings/hand_ring_wedding_basic_left/hands',1188),
(20854,20787,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldcrystal_left/froglok/hands',1188),
(20855,20788,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldcrystal_left/hands',1188),
(20856,20789,'accessories/wearable_items/snapons/rings/hand_ring_wedding_golddiamond_left/froglok/hands',1188),
(20857,20790,'accessories/wearable_items/snapons/rings/hand_ring_wedding_golddiamond_left/hands',1188),
(20858,20791,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldemerald_left/froglok/hands',1188),
(20859,20792,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldemerald_left/hands',1188),
(20860,20793,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldruby_left/froglok/hands',1188),
(20861,20794,'accessories/wearable_items/snapons/rings/hand_ring_wedding_goldruby_left/hands',1188),
(20862,20795,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_pink',1188),
(20863,20796,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_white',1188),
(20864,20797,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_yellow',1188),
(20865,20798,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_red',1188),
(20866,20799,'staticobjects/panels/dpo_panel_stainedglass_pink',1188),
(20867,20800,'staticobjects/bottles/fpalt_kitchen_winebottleornate02',1188),
(20868,20801,'staticobjects/chests/vastydeep01_objects01_chest01',1188),
(20869,20802,'staticobjects/bottles/eru_bottle_glass02',1188),
(20870,20803,'staticobjects/bottles/eru_bottle_glass03',1188),
(20871,20804,'staticobjects/plants/po_flower_clump01_dpo',1188),
(20872,20805,'staticobjects/liveevent/erollisi_objects/building_blocks/dpo_panel_bluestucco',1188),
(20873,20806,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x1_column_bluestucco',1188),
(20874,20807,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_column_bluestucco',1188),
(20875,20808,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_dividerblock_bluestucco',1188),
(20876,20809,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1xhalf_block_bluestucco',1188),
(20877,20810,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_dividerblock_bluestucco',1188),
(20878,20811,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_rail_bluestucco',1188),
(20879,20812,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_roundtile_bluestucco',1188),
(20880,20813,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_stair_bluestucco',1188),
(20881,20814,'staticobjects/liveevent/erollisi_objects/building_blocks/housecube_1x1_block_bluestucco',1188),
(20882,20815,'_exp09/characters/tool_users/ashlock_skeleton/ashlock_skeleton_base',1188),
(20883,20816,'creatures/pets/odus_prowler',1188),
(20884,20817,'staticobjects/tcg/tcg_painting78_queenbunny',1188),
(20885,20818,'_exp09/characters/tool_users/ashlock_skeleton/ashlock_skeleton_heavy',1188),
(20886,20819,'_exp09/characters/tool_users/ashlock_skeleton/ashlock_skeleton_light',1188),
(20887,20820,'_exp09/characters/tool_users/ashlock_skeleton/ashlock_skeleton_medium',1188),
(20888,20821,'_exp09/characters/monsters/hydra/hydra_head_base',1188),
(20889,20822,'accessories/npc_wearables/hydra/hydra_2_head',1188),
(20890,20823,'accessories/npc_wearables/hydra/hydra_3_head',1188),
(20891,20824,'accessories/npc_wearables/hydra/hydra_4_head',1188),
(20892,20825,'accessories/npc_wearables/hydra/hydra_5_head',1188),
(20893,20826,'creatures/monsters/barracuda_black_stripe',1188),
(20894,20827,'creatures/monsters/barracuda_green_stripe',1188),
(20895,20828,'creatures/monsters/shark_tiger',1188),
(20896,20829,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_crush_stienhammer',1188),
(20897,20830,'staticobjects/liveevent/brew_day/bbm_wine_bottle_plain',1188),
(20898,20831,'staticobjects/liveevent/brew_day/bbm_plate',1188),
(20899,20832,'staticobjects/liveevent/brew_day/kal_bench01',1188),
(20900,20833,'staticobjects/liveevent/brew_day/kal_shaman_jar02',1188),
(20901,20834,'staticobjects/liveevent/brew_day/kal_lightsource_torch_blue',1188),
(20902,20835,'staticobjects/liveevent/brew_day/odno_totem_brell',1188),
(20903,20836,'staticobjects/liveevent/bristlebane_day/dpo_goblin_smokestack03',1188),
(20904,20837,'staticobjects/liveevent/bristlebane_day/dpo_runny_spearbucket01',1188),
(20905,20838,'staticobjects/liveevent/bristlebane_day/dpo_runny_table_sm_bowls01',1188),
(20906,20839,'staticobjects/liveevent/bristlebane_day/dpo_halfing_waterpump01',1188),
(20907,20840,'staticobjects/liveevent/bristlebane_day/dpo_hafling_cart_flat01',1188),
(20908,20841,'staticobjects/liveevent/bristlebane_day/dpo_th_urns_urnlrg',1188),
(20909,20842,'staticobjects/liveevent/bristlebane_day/dpo_th_urns_urnsml',1188),
(20910,20843,'accessories/wieldable_items/weapons/exp06/1h_crush/1h_crush_fish_club_green_yellow',1188),
(20911,20844,'accessories/wieldable_items/weapons/exp06/1h_crush/1h_crush_fish_club_trout',1188),
(20912,20845,'staticobjects/fish/barracude_black_stripe_school',1188),
(20913,20846,'staticobjects/fish/barracude_green_stripe_school',1188),
(20914,20847,'accessories/wearable_items/snapons/backpacks/backpack_huamein_animated/backpack_huamein_animated',1188),
(20915,20848,'accessories/wearable_items/snapons/backpacks/backpack_huamein_animated/backpack_huamein_animated_brownbear',1188),
(20916,20849,'accessories/wearable_items/snapons/backpacks/backpack_huamein_animated/backpack_huamein_animated_polarbear',1188),
(20917,20850,'accessories/wearable_items/snapons/backpacks/backpack_huamein_animated/backpack_huamein_animated_red',1188),
(20918,20851,'accessories/wearable_items/_exp09/sc_huamein_clothing/monk_texture/chest',1188),
(20919,20852,'accessories/wearable_items/_exp09/sc_huamein_clothing/monk_texture/feet',1188),
(20920,20853,'accessories/wearable_items/_exp09/sc_huamein_clothing/monk_texture/hands',1188),
(20921,20854,'accessories/wearable_items/_exp09/sc_huamein_clothing/monk_texture/legs',1188),
(20922,20855,'accessories/wearable_items/_exp09/sc_huamein_clothing/warrior_texture/chest',1188),
(20923,20856,'accessories/wearable_items/_exp09/sc_huamein_clothing/warrior_texture/legs',1188),
(20924,20857,'creatures/pets/flying_squirrel/flying_squirrel',1188),
(20925,20858,'creatures/pets/flying_squirrel/flying_squirrel_skunk',1188),
(20926,20859,'staticobjects/soe_wallet/boats/boat01_brew',1188),
(20927,20860,'creatures/monsters/triceratops',1188),
(20928,20861,'staticobjects/liveevent/brew_day/dpo_brewday_bauble_shamrocks_streamer',1188),
(20929,20862,'staticobjects/liveevent/brew_day/dpo_brewday_keg_bubble_cordon',1188),
(20930,20863,'staticobjects/liveevent/brew_day/dpo_brewday_keg_bubbles_streamer',1188),
(20931,20864,'staticobjects/liveevent/brew_day/dpo_brewday_mug_shamrock_cordon',1188),
(20932,20865,'staticobjects/debris/gnoll_burrowpile02',1188),
(20933,20866,'playerstudio/characters/cloaks/butterfly_dreams/cloak_butterfly_dreams',1188),
(20934,20867,'playerstudio/characters/cloaks/cosmicdream/cloak_cosmicdream',1188),
(20935,20868,'playerstudio/characters/cloaks/keytomyheart/cloak_keytomyheart',1188),
(20936,20869,'playerstudio/characters/cloaks/skullsandroses/cloak_skullsandroses',1188),
(20937,20870,'_exp08/objects/sirens_grotto/shell_closed',1188),
(20938,20871,'creatures/mounts/lion_mount/lion_mount_base',1188),
(20939,20872,'staticobjects/soe_wallet/holiday_objects/errolisi_strewn_rosesyellow01',1188),
(20940,20873,'staticobjects/soe_wallet/holiday_objects/erollisi_pillow_rect01',1188),
(20941,20874,'staticobjects/soe_wallet/holiday_objects/erollisi_pillow_round01',1188),
(20942,20875,'staticobjects/soe_wallet/holiday_objects/erollisi_pillow_square01',1188),
(20943,20876,'staticobjects/soe_wallet/holiday_objects/erollisi_pillows_group01',1188),
(20944,20877,'staticobjects/soe_wallet/holiday_objects/erollisi_rosehedge_gray',1188),
(20945,20878,'staticobjects/soe_wallet/holiday_objects/erollisi_rug_shardlove02',1188),
(20946,20879,'staticobjects/soe_wallet/holiday_objects/erollisi_stainedglass_shardlove02',1188),
(20947,20880,'staticobjects/soe_wallet/holiday_objects/errolisi_bigbouquet01',1188),
(20948,20881,'staticobjects/soe_wallet/holiday_objects/errolisi_bigbouquet01_purple',1188),
(20949,20882,'staticobjects/soe_wallet/holiday_objects/errolisi_blackrose01',1188),
(20950,20883,'staticobjects/soe_wallet/holiday_objects/errolisi_strewn_rosespink01',1188),
(20951,20884,'staticobjects/soe_wallet/holiday_objects/errolisi_strewn_rosespurple01',1188),
(20952,20885,'staticobjects/soe_wallet/holiday_objects/errolisi_strewn_rosesred01',1188),
(20953,20886,'staticobjects/soe_wallet/holiday_objects/erollisi_stained_glass_shardlove01',1188),
(20954,20887,'staticobjects/statues/kal_totem_plain',1188),
(20955,20888,'_exp08/characters/tool_users/ulthork/ulthork_undead_base',1188),
(20956,20889,'_exp08/characters/tool_users/ulthork/ulthork_undead_face',1188),
(20957,20890,'_exp08/characters/tool_users/ulthork/ulthork_undead_leftleg',1188),
(20958,20891,'_exp08/characters/tool_users/ulthork/ulthork_undead_othmir_attachment',1188),
(20959,20892,'_exp08/characters/tool_users/ulthork/ulthork_undead_rightleg',1188),
(20960,20893,'_exp09/characters/monsters/hydra/hydra_head_dead',1188),
(20961,20894,'creatures/mounts/meatbeast_mount/meatbeast_mount_base',1188),
(20962,20895,'accessories/wearable_items/cloak/exp09/cloak_codex',1188),
(20963,20896,'accessories/wearable_items/_exp09/codex_hood/head',1188),
(20964,20897,'playerstudio/characters/cloaks/clovers/cloak_clovers',1188),
(20965,20898,'playerstudio/characters/cloaks/goldensun/cloak_goldensun',1188),
(20966,20899,'playerstudio/characters/cloaks/halasianwolfskin/halasianwolfskin',1188),
(20967,20900,'playerstudio/characters/cloaks/loyalty_to_halas/loyalty_to_halas',1188),
(20968,20901,'_exp09/characters/monsters/kelorek_dar/kelorek_dar',1188),
(20969,20902,'_exp09/characters/monsters/wasp_swarm/wasp_swarm',1188),
(20970,20903,'staticobjects/soe_wallet/odso_panda_training_dummy01',1188),
(20971,20904,'staticobjects/soe_wallet/odno_woodpile_bamboo01',1188),
(20972,20905,'staticobjects/soe_wallet/odso_bamboo_stalk01_small',1188),
(20973,20906,'staticobjects/soe_wallet/odso_panda_backpack_all01',1188),
(20974,20907,'staticobjects/soe_wallet/odso_panda_basket_empty02',1188),
(20975,20908,'staticobjects/soe_wallet/odso_panda_basket_fishnet01',1188),
(20976,20909,'staticobjects/soe_wallet/odso_panda_fishing_trap01',1188),
(20977,20910,'accessories/wieldable_items/weapons/exp09/staff/exp08_staff_aquatic_shellblue',1188),
(20978,20911,'staticobjects/soe_wallet/odso_panda_totem02',1188),
(20979,20912,'staticobjects/soe_wallet/odno_panda_incense',1188),
(20980,20913,'staticobjects/soe_wallet/odso_panda_food_container01_oranges',1188),
(20981,20914,'accessories/wieldable_items/weapons/exp09/staff/exp08_staff_aquatic_shellrusty',1188),
(20982,20915,'accessories/wieldable_items/weapons/exp09/staff/exp08_staff_aquatic_shellmagic',1188),
(20983,20916,'accessories/wieldable_items/weapons/exp09/staff/exp08_staff_aquatic_shellonyx',1188),
(20984,20917,'accessories/wieldable_items/weapons/exp09/staff/exp08_staff_aquatic_shell1',1188),
(20985,20918,'accessories/wieldable_items/weapons/exp09/fist/fist_horsesshoe_crab1',1188),
(20986,20919,'accessories/wieldable_items/weapons/exp09/fist/fist_horsesshoe_crab2',1188),
(20987,20920,'accessories/wieldable_items/weapons/exp09/fist/fist_horsesshoe_crab3',1188),
(20988,20921,'accessories/wieldable_items/weapons/exp09/bow/longbow_aquatic_metal1',1188),
(20989,20922,'accessories/wieldable_items/weapons/exp09/bow/longbow_aquatic_metal2',1188),
(20990,20923,'accessories/wieldable_items/weapons/exp09/bow/longbow_aquatic2',1188),
(20991,20924,'accessories/wieldable_items/weapons/exp09/bow/longbow_aquatic1',1188),
(20992,20925,'accessories/wieldable_items/weapons/exp09/bow/shortbow_aquatic_metal1',1188),
(20993,20926,'accessories/wieldable_items/weapons/exp09/bow/shortbow_aquatic_metal2',1188),
(20994,20927,'accessories/wieldable_items/weapons/exp09/bow/shortbow_aquatic2',1188),
(20995,20928,'accessories/wieldable_items/weapons/exp09/bow/shortbow_aquatic1',1188),
(20996,20929,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_crush_aquatic_metallic2',1188),
(20997,20930,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_crush_aquatic_metallic1',1188),
(20998,20931,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_crush_aquatic1',1188),
(20999,20932,'accessories/wieldable_items/weapons/exp09/2h_crush/2h_crush_aquatic2',1188),
(21000,20933,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_aquatic_greenshell',1188),
(21001,20934,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_aquatic_pinkcoral',1188),
(21002,20935,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ship_anchor1',1188),
(21003,20936,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ship_anchor2',1188),
(21004,20937,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ship_anchor5',1188),
(21005,20938,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ship_anchor4',1188),
(21006,20939,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_axe_ship_anchor3',1188),
(21007,20940,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_aquatic',1188),
(21008,20941,'accessories/wieldable_items/weapons/exp09/1h_pierce/exp09_dagger_sharktooth3',1188),
(21009,20942,'accessories/wieldable_items/weapons/exp09/1h_pierce/exp09_dagger_sharktooth1',1188),
(21010,20943,'accessories/wieldable_items/weapons/exp09/1h_pierce/exp09_dagger_sharktooth2',1188),
(21011,20944,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_aquatic_metallic2',1188),
(21012,20945,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_aquatic_metallic1',1188),
(21013,20946,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_aquatic2',1188),
(21014,20947,'accessories/wieldable_items/weapons/exp09/1h_crush/1h_hammer_aquatic1',1188),
(21015,20948,'creatures/mounts/player_wing/player_wing_clockwork_wedding_black',1188),
(21016,20949,'creatures/mounts/player_wing/player_wing_clockwork_wedding_white',1188),
(21017,20950,'creatures/mounts/player_wing/player_wing_clockwork_wedding',1188),
(21018,20951,'staticobjects/liveevent/bristlebane_day/dpo_bauble_ceiling_beads_cards',1188),
(21019,20952,'staticobjects/liveevent/bristlebane_day/dpo_bauble_streamers_coins',1188),
(21020,20953,'staticobjects/liveevent/bristlebane_day/dpo_bauble_streamers_totem_confetti',1188),
(21021,20954,'staticobjects/liveevent/bristlebane_day/dpo_bristlebane_streamer_cordon',1188),
(21022,20955,'staticobjects/liveevent/bristlebane_day/dpo_bristlebane_streamer_jester_cordon',1188),
(21023,20956,'staticobjects/liveevent/bristlebane_day/dpo_bristlebane_streamer_totem_cordon',1188),
(21024,20957,'_exp09/characters/tool_users/ashlock_skeleton/ashlock_skeleton_boss',1188),
(21025,20958,'_exp09/characters/tool_users/siren/siren_base',1188),
(21026,20959,'_exp09/characters/tool_users/siren/siren_evil',1188),
(21027,20960,'_exp09/characters/tool_users/siren/siren_queen',1188),
(21028,20961,'_exp09/characters/tool_users/siren/siren_shells',1188),
(21029,20962,'_exp09/characters/tool_users/siren/siren_sister_good',1188),
(21030,20963,'playerstudio/characters/cloaks/beastlord/cloak_beastlord',1188),
(21031,20964,'playerstudio/characters/cloaks/cloakofdarkpossession/cloak_cloakofdarkpossession',1188),
(21032,20965,'playerstudio/characters/cloaks/dragonslayer/cloak_dragonslayer',1188),
(21033,20966,'playerstudio/characters/cloaks/erollisi_s_maiden/cloak_erollisi_s_maiden',1188),
(21034,20967,'playerstudio/characters/cloaks/kaladim/cloak_kaladim',1188),
(21035,20968,'playerstudio/characters/cloaks/leaftapastry/cloak_leaftapastry',1188),
(21036,20969,'playerstudio/characters/cloaks/nagafenseye/cloak_nagafenseye',1188),
(21037,20970,'_exp09/characters/monsters/crabmonster/crabmonster_red',1188),
(21038,20971,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_nightborne_axe',1188),
(21039,20972,'_exp09/characters/monsters/shambling_mound/shambling_mound_coral',1188),
(21040,20973,'playerstudio/houseitems/auto_wagon_cart',1188),
(21041,20974,'accessories/wearable_items/_exp09/aquatic_armor/chain/chest',1188),
(21042,20975,'accessories/wearable_items/_exp09/aquatic_armor/chain/feet',1188),
(21043,20976,'accessories/wearable_items/_exp09/aquatic_armor/chain/forearms',1188),
(21044,20977,'accessories/wearable_items/_exp09/aquatic_armor/chain/hands',1188),
(21045,20978,'accessories/wearable_items/_exp09/aquatic_armor/chain/head',1188),
(21046,20979,'accessories/wearable_items/_exp09/aquatic_armor/chain/legs',1188),
(21047,20980,'accessories/wearable_items/_exp09/aquatic_armor/chain/shoulders',1188),
(21048,20981,'accessories/wearable_items/_exp09/aquatic_armor/chain2/chest',1188),
(21049,20982,'accessories/wearable_items/_exp09/aquatic_armor/chain2/feet',1188),
(21050,20983,'accessories/wearable_items/_exp09/aquatic_armor/chain2/forearms',1188),
(21051,20984,'accessories/wearable_items/_exp09/aquatic_armor/chain2/hands',1188),
(21052,20985,'accessories/wearable_items/_exp09/aquatic_armor/chain2/head',1188),
(21053,20986,'accessories/wearable_items/_exp09/aquatic_armor/chain2/legs',1188),
(21054,20987,'accessories/wearable_items/_exp09/aquatic_armor/chain2/shoulders',1188),
(21055,20988,'accessories/wearable_items/_exp09/aquatic_armor/gi/arms',1188),
(21056,20989,'accessories/wearable_items/_exp09/aquatic_armor/gi/chest',1188),
(21057,20990,'accessories/wearable_items/_exp09/aquatic_armor/gi/legs',1188),
(21058,20991,'accessories/wearable_items/_exp09/aquatic_armor/gi/female/chest',1188),
(21059,20992,'accessories/wearable_items/_exp09/aquatic_armor/gi/female/hands',1188),
(21060,20993,'accessories/wearable_items/_exp09/aquatic_armor/gi/female/legs',1188),
(21061,20994,'accessories/wearable_items/_exp09/aquatic_armor/gi/male/arms',1188),
(21062,20995,'accessories/wearable_items/_exp09/aquatic_armor/gi/male/chest',1188),
(21063,20996,'accessories/wearable_items/_exp09/aquatic_armor/gi/male/skirt',1188),
(21064,20997,'accessories/wearable_items/_exp09/aquatic_armor/gi2/female/chest',1188),
(21065,20998,'accessories/wearable_items/_exp09/aquatic_armor/gi2/female/hands',1188),
(21066,20999,'accessories/wearable_items/_exp09/aquatic_armor/gi2/female/legs',1188),
(21067,21000,'accessories/wearable_items/_exp09/aquatic_armor/gi2/male/arms',1188),
(21068,21001,'accessories/wearable_items/_exp09/aquatic_armor/gi2/male/chest',1188),
(21069,21002,'accessories/wearable_items/_exp09/aquatic_armor/gi2/male/skirt',1188),
(21070,21003,'accessories/wearable_items/_exp09/aquatic_armor/gi2/arms',1188),
(21071,21004,'accessories/wearable_items/_exp09/aquatic_armor/gi2/chest',1188),
(21072,21005,'accessories/wearable_items/_exp09/aquatic_armor/gi2/legs',1188),
(21073,21006,'accessories/wearable_items/_exp09/aquatic_armor/leather/chest',1188),
(21074,21007,'accessories/wearable_items/_exp09/aquatic_armor/leather/feet',1188),
(21075,21008,'accessories/wearable_items/_exp09/aquatic_armor/leather/forearms',1188),
(21076,21009,'accessories/wearable_items/_exp09/aquatic_armor/leather/hands',1188),
(21077,21010,'accessories/wearable_items/_exp09/aquatic_armor/leather/head',1188),
(21078,21011,'accessories/wearable_items/_exp09/aquatic_armor/leather/legs',1188),
(21079,21012,'accessories/wearable_items/_exp09/aquatic_armor/leather/legs_noskirt',1188),
(21080,21013,'accessories/wearable_items/_exp09/aquatic_armor/leather/shoulders',1188),
(21081,21014,'accessories/wearable_items/_exp09/aquatic_armor/leather/skirt',1188),
(21082,21015,'accessories/wearable_items/_exp09/aquatic_armor/leather2/chest',1188),
(21083,21016,'accessories/wearable_items/_exp09/aquatic_armor/leather2/feet',1188),
(21084,21017,'accessories/wearable_items/_exp09/aquatic_armor/leather2/forearms',1188),
(21085,21018,'accessories/wearable_items/_exp09/aquatic_armor/leather2/hands',1188),
(21086,21019,'accessories/wearable_items/_exp09/aquatic_armor/leather2/head',1188),
(21087,21020,'accessories/wearable_items/_exp09/aquatic_armor/leather2/legs',1188),
(21088,21021,'accessories/wearable_items/_exp09/aquatic_armor/leather2/legs_noskirt',1188),
(21089,21022,'accessories/wearable_items/_exp09/aquatic_armor/leather2/shoulders',1188),
(21090,21023,'accessories/wearable_items/_exp09/aquatic_armor/leather2/skirt',1188),
(21091,21024,'accessories/wearable_items/_exp09/aquatic_armor/robe/chest',1188),
(21092,21025,'accessories/wearable_items/_exp09/aquatic_armor/robe/feet',1188),
(21093,21026,'accessories/wearable_items/_exp09/aquatic_armor/robe/hands',1188),
(21094,21027,'accessories/wearable_items/_exp09/aquatic_armor/robe/head',1188),
(21095,21028,'accessories/wearable_items/_exp09/aquatic_armor/robe/head_collar',1188),
(21096,21029,'accessories/wearable_items/_exp09/aquatic_armor/robe/pants',1188),
(21097,21030,'accessories/wearable_items/_exp09/aquatic_armor/robe/skirt',1188),
(21098,21031,'accessories/wearable_items/_exp09/aquatic_armor/robe2/chest',1188),
(21099,21032,'accessories/wearable_items/_exp09/aquatic_armor/robe2/feet',1188),
(21100,21033,'accessories/wearable_items/_exp09/aquatic_armor/robe2/hands',1188),
(21101,21034,'accessories/wearable_items/_exp09/aquatic_armor/robe2/head',1188),
(21102,21035,'accessories/wearable_items/_exp09/aquatic_armor/robe2/head_collar',1188),
(21103,21036,'accessories/wearable_items/_exp09/aquatic_armor/robe2/pants',1188),
(21104,21037,'accessories/wearable_items/_exp09/aquatic_armor/robe2/skirt',1188),
(21105,21038,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/chest',1188),
(21106,21039,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/feet',1188),
(21107,21040,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/forearms',1188),
(21108,21041,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/hands',1188),
(21109,21042,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/head',1188),
(21110,21043,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/left',1188),
(21111,21044,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/legs',1188),
(21112,21045,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/legs_noskirt',1188),
(21113,21046,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/right',1188),
(21114,21047,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/shoulders',1188),
(21115,21048,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/shoulders_nopauldrons',1188),
(21116,21049,'accessories/wearable_items/_exp09/aquatic_armor/vanguard/skirt',1188),
(21117,21050,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/chest',1188),
(21118,21051,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/feet',1188),
(21119,21052,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/forearms',1188),
(21120,21053,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/hands',1188),
(21121,21054,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/head',1188),
(21122,21055,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/left',1188),
(21123,21056,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/legs',1188),
(21124,21057,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/legs_noskirt',1188),
(21125,21058,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/right',1188),
(21126,21059,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/shoulders',1188),
(21127,21060,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/shoulders_nopauldrons',1188),
(21128,21061,'accessories/wearable_items/_exp09/aquatic_armor/vanguard2/skirt',1188),
(21129,21062,'creatures/tu/tentacleterror_sirens',1188),
(21130,21063,'accessories/wieldable_items/shields/exp09/aquatic2_shield_buckler',1188),
(21131,21064,'accessories/wieldable_items/shields/exp09/aquatic_shield_buckler',1188),
(21132,21065,'accessories/wieldable_items/shields/exp09/aquatic2_shield_kite',1188),
(21133,21066,'accessories/wieldable_items/shields/exp09/aquatic_shield_kite',1188),
(21134,21067,'accessories/wieldable_items/shields/exp09/aquatic_shield_tower',1188),
(21135,21068,'accessories/wieldable_items/shields/exp09/aquatic2_shield_tower',1188),
(21136,21069,'creatures/tu/tentacleterror_sirens_coral',1188),
(21137,21070,'playerstudio/characters/cloaks/decadent_royalty/cloak_decadent_royalty',1188),
(21138,21071,'staticobjects/soe_wallet/holiday_objects/erollisi_grapevine01',1188),
(21139,21072,'staticobjects/soe_wallet/holiday_objects/erollisi_grapevine02',1188),
(21140,21073,'staticobjects/soe_wallet/holiday_objects/erollisi_hopsvine01',1188),
(21141,21074,'_exp07/characters/tool_users/othmir/othmir_undead_boss',1188),
(21142,21075,'_exp07/characters/tool_users/othmir/othmir_undead_head',1188),
(21143,21076,'_exp07/characters/tool_users/othmir/othmir_undead_rotten',1188),
(21144,21077,'_exp07/characters/tool_users/othmir/othmir_undead_base',1188),
(21145,21078,'playerstudio/characters/cloaks/cloak_of_good_fortune/cloak_of_good_fortune',1188),
(21146,21079,'staticobjects/chairs/floor_chair_cathedra_ofthe_dead_dpo',1188),
(21147,21080,'staticobjects/chairs/chair_cathedra_ofthe_dead_dpo',1188),
(21148,21081,'creatures/mounts/hawk_mount/hawk_mount_base',1188),
(21149,21082,'_exp07/characters/tool_users/othmir/othmir_undead_spotted',1188),
(21150,21083,'_exp09/characters/monsters/turtle_dragon/turtle_dragon01',1188),
(21151,21084,'_exp09/characters/monsters/turtle_dragon/turtle_dragon01_red_runes',1188),
(21152,21085,'staticobjects/plants/ej_grass_plant02_dpo',1188),
(21153,21086,'staticobjects/plants/ej_vine_fern01_bluish_dpo',1188),
(21154,21087,'staticobjects/plants/ej_plant01_dpo',1188),
(21155,21088,'staticobjects/plants/ej_sparse_bosh02_dpo',1188),
(21156,21089,'staticobjects/plants/po_long_leaf_plant02-dpo',1188),
(21157,21090,'staticobjects/plants/po_hanging_vine01_dpo',1188),
(21158,21091,'staticobjects/plants/po_long_leaf_plant02_dpo',1188),
(21159,21092,'playerstudio/houseitems/auto_wagon_cart_preview',1188),
(21160,21093,'accessories/wearable_items/profesion_hats/masked_helm/masked_helm_base',1188),
(21161,21094,'accessories/wearable_items/profesion_hats/masked_helm/metallic/head',1188),
(21162,21095,'accessories/wearable_items/_exp08/jester_heavycloth/jester/blackred/head',1188),
(21163,21096,'accessories/wearable_items/_exp08/jester_heavycloth/jester/blackwhite/head',1188),
(21164,21097,'accessories/wearable_items/_exp08/jester_heavycloth/jester/blueyellow/head',1188),
(21165,21098,'accessories/wearable_items/_exp08/jester_heavycloth/jester/greengold/head',1188),
(21166,21099,'accessories/wearable_items/_exp08/jester_heavycloth/jester/purplepink/head',1188),
(21167,21100,'accessories/wearable_items/_exp08/jester_heavycloth/jester/redwhite/head',1188),
(21168,21101,'playerstudio/characters/cloaks/enchanted_fairy_dust/cloak_enchanted_fairy_dust',1188),
(21169,21102,'creatures/mounts/meatbeast_mount/meatbeast_mount_male',1188),
(21170,21103,'creatures/monsters/goo_spikes_blue',1188),
(21171,21104,'creatures/monsters/goo_spikes_creme',1188),
(21172,21105,'creatures/monsters/goo_spikes_green',1188),
(21173,21106,'creatures/monsters/goo_spikes_red',1188),
(21174,21107,'creatures/mounts/meatbeast_mount/meatbeast_mount_female',1188),
(21175,21108,'creatures/mounts/sokokar_mount/sokokar_mount_base',1188),
(21176,21109,'staticobjects/_exp08/cobalt_scar/cs_ballista_launcher',1188),
(21177,21110,'creatures/monsters/frog_sirensgrotto_bluepurple',1188),
(21178,21111,'creatures/monsters/frog_sirensgrotto_greenblue',1188),
(21179,21112,'creatures/monsters/frog_sirensgrotto_redorange',1188),
(21180,21113,'playerstudio/houseitems/arcane_table_dpo',1188),
(21181,21114,'creatures/pets/meatbeast_calf/meatbeast_calf_base',1188),
(21182,21115,'creatures/tu/tentacleterror_sirens_brain',1188),
(21183,21116,'creatures/mounts/meatbeast_mount/meatbeast_mount_bell_swivel',1188),
(21184,21117,'creatures/mounts/meatbeast_mount/meatbeast_mount_bell_swivel_gold',1188),
(21185,21118,'creatures/mounts/meatbeast_mount/meatbeast_mount_fools',1188),
(21186,21119,'playerstudio/houseitems/gazebo_dpo',1188),
(21187,21120,'playerstudio/houseitems/gazebo_fountain_dpo',1188),
(21188,21121,'playerstudio/houseitems/gazebo_torch_dpo',1188),
(21189,21122,'accessories/wearable_items/cloak/exp08/cloak_combine',1188),
(21190,21123,'accessories/wearable_items/_exp08/jester_heavycloth/jester/redgold/head',1188),
(21191,21124,'staticobjects/plants/ej_vinefern01_bluish_small_dpo',1188),
(21192,21125,'creatures/pets/meatbeast_calf/meatbeast_calf_angus',1188),
(21193,21126,'creatures/pets/meatbeast_calf/meatbeast_calf_jersey',1188),
(21194,21127,'creatures/pets/meatbeast_calf/meatbeast_calf_spotted_brown',1188),
(21195,21128,'accessories/wearable_items/profesion_hats/masked_helm/head',1188),
(21196,21129,'creatures/monsters/frog_sirensgrotto_bluepurple_boss',1188),
(21197,21130,'playerstudio/characters/cloaks/radiantrosewrap/cloak_radiantrosewrap',1188),
(21198,21131,'playerstudio/characters/cloaks/travelersjoy/cloak_travelersjoy',1188),
(21199,21132,'staticobjects/barrels/bbm_wheelbarrow_dwarf01_dpo',1188),
(21200,21133,'staticobjects/barrels/vastydeep01_objects01_barrel01_dpo',1188),
(21201,21134,'staticobjects/plants/ej_upper_spikeyflower_bush01_dpo',1188),
(21202,21135,'staticobjects/plants/po_long_leaf_plant04_dpo',1188),
(21203,21136,'staticobjects/plants/po_meadow_bush01_dpo',1188),
(21204,21137,'staticobjects/plants/erollosi_grass_patch01_dpo',1188),
(21205,21138,'staticobjects/plants/slove02_lilypad_large01_dpo',1188),
(21206,21139,'staticobjects/plants/slove02_happy_tree02_dpo',1188),
(21207,21140,'staticobjects/plants/po_pond_plant02_dpo',1188),
(21208,21141,'staticobjects/plants/po_plant01_dpo',1188),
(21209,21142,'staticobjects/plants/ej_sparse_bush_area01_10_dpo',1188),
(21210,21143,'staticobjects/plants/ej_sparse_bush_area02_10_dpo',1188),
(21211,21144,'staticobjects/plants/po_hanging_vine02_dpo',1188),
(21212,21145,'staticobjects/plants/po_dead_bush01_dpo',1188),
(21213,21146,'staticobjects/pictures/tcg_painting_meatbeast',1188),
(21214,21147,'_exp10/characters/monsters/armapine/armapine_basic',1188),
(21215,21148,'_exp10/characters/monsters/armapine/armapine_elementalfire',1188),
(21216,21149,'_exp10/characters/monsters/armapine/armapine_redbone',1188),
(21217,21150,'accessories/wearable_items/_exp09/wyvern_armors/gi_green/head_sarnak/head',1188),
(21218,21151,'accessories/wearable_items/_exp09/wyvern_armors/gi_red/head_sarnak/head',1188),
(21219,21152,'accessories/wieldable_items/shields/exp09/roundshield_shipwheel_barnacled',1188),
(21220,21153,'accessories/wieldable_items/shields/exp09/roundshield_shipwheel_pristine',1188),
(21221,21154,'_exp09/characters/monsters/fish_angler/fish_angler_base',1188),
(21222,21155,'accessories/npc_wearables/ulthork_undead/ulthork_undead_othmir_attachment',1188),
(21223,21156,'staticobjects/_exp08/cobalt_scar/cs_driftwood_01_dpo',1188),
(21224,21157,'playerstudio/characters/weapons/2h_sword/eq2_katana/eq2_katana',1188),
(21225,21158,'_exp08/objects/cobalt_scar/othmir_empty_bucket',1188),
(21226,21159,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_nightborne',1188),
(21227,21160,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_nightborne_spd',1188),
(21228,21161,'creatures/mounts/meatbeast_mount/meatbeast_angus',1188),
(21229,21162,'creatures/mounts/meatbeast_mount/meatbeast_base',1188),
(21230,21163,'creatures/mounts/meatbeast_mount/meatbeast_brown_spotted',1188),
(21231,21164,'creatures/mounts/meatbeast_mount/meatbeast_jersey',1188),
(21232,21165,'_exp08/objects/cobalt_scar/othmir_guts',1188),
(21233,21166,'playerstudio/houseitems/wooden_tub_dpo',1188),
(21234,21167,'staticobjects/plants/dw_tree_crookedtree01_dpo',1188),
(21235,21168,'staticobjects/rocks/kejak_rock01_dpo',1188),
(21236,21169,'staticobjects/flora/nekf_mushroom_b_mature_dpo',1188),
(21237,21170,'creatures/monsters/ankylosaurus_variant_2013',1188),
(21238,21171,'_exp10/characters/tool_users/cursed_nyad_base',1188),
(21239,21172,'staticobjects/rocks/nekf_rock_small_e_dpo',1188),
(21240,21173,'staticobjects/rocks/rock02_dpo',1188),
(21241,21174,'staticobjects/plants/wl_orchid_flower01_dpo',1188),
(21242,21175,'staticobjects/plants/wl_happy_flower02_dpo',1188),
(21243,21176,'staticobjects/tree/ew_roots_tree01_dead_dpo',1188),
(21244,21177,'staticobjects/tree/ss_tree_palm01_dpo',1188),
(21245,21178,'staticobjects/tree/ss_tree_palm02_dpo',1188),
(21246,21179,'staticobjects/plants/dw_objects_plantleaf02_dpo',1188),
(21247,21180,'staticobjects/plants/odso_agave02_dpo',1188),
(21248,52119,'staticobjects/battlegrounds/kd_base_gate01',1188),
(21249,52120,'staticobjects/battlegrounds/thur_entrance_gate01',1188),
(21250,52121,'staticobjects/battlegrounds/kd_base_gate01_coll',1188),
(21251,52122,'staticobjects/battlegrounds/thur_entrance_gate01_coll',1188),
(21252,52123,'staticobjects/battlegrounds/bg_def_kael_idol01_mainbase',1188),
(21253,52124,'staticobjects/battlegrounds/bg_def_kael_idol01_tower01',1188),
(21254,52125,'staticobjects/battlegrounds/bg_def_kael_idol01_tower02',1188),
(21255,52126,'staticobjects/battlegrounds/bg_def_thur_idol01_mainbase',1188),
(21256,52127,'staticobjects/battlegrounds/bg_def_thur_idol01_tower01',1188),
(21257,52128,'staticobjects/battlegrounds/bg_def_thur_idol01_tower02',1188),
(21258,21181,'_exp10/characters/tool_users/lizardkin/lizardkin_boss',57048),
(21259,21182,'_exp10/characters/tool_users/lizardkin/lizardkin_common',57048),
(21260,21183,'_exp10/characters/tool_users/lizardkin/lizardkin_healer',57048),
(21261,21184,'_exp10/characters/tool_users/lizardkin/lizardkin_scout',57048),
(21262,21185,'_exp08/objects/cobalt_scar/cs_othmir_fully_corrupt_bone_ground_dpo',57048),
(21263,21186,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hs_sword_combine2_qeynos',57048),
(21264,21187,'accessories/wieldable_items/weapons/exp09/staff/exp09_spear_ulthork_skull',57048),
(21265,21188,'accessories/wieldable_items/weapons/exp09/staff/exp09_spear_ulthork_tusk',57048),
(21266,21189,'_exp08/characters/tool_users/ulthork/ulthork_male_spear',57048),
(21267,21190,'playerstudio/characters/hair/darkelf/covic_test',57048),
(21268,21191,'creatures/pets/meatbeast_calf/meatbeast_calf_fools',57048),
(21269,21192,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_nightborne',57048),
(21270,21193,'_exp08/objects/ballista_animated',57048),
(21271,21194,'accessories/wearable_items/_exp09/aquatic_armor/hydra_helm/head_hydrahelm',57048),
(21272,21195,'accessories/wearable_items/_exp09/aquatic_armor/hydra_helm/head_hydrahelm_noeye',57048),
(21273,21196,'accessories/wearable_items/_exp09/aquatic_armor/hydra_helm/head_hydrahelm_oneeye',57048),
(21274,21197,'_exp08/objects/cobalt_scar/cs_corrupt_bone_portal_dpo',57048),
(21275,21198,'_exp03/characters/monsters/wood_elemental_headglow1',57048),
(21276,21199,'_exp03/characters/monsters/wood_elemental_headglow2',57048),
(21277,21200,'playerstudio/characters/shields/tower_round_shields/shield_of_runes/shield_of_runes',57048),
(21278,21201,'playerstudio/characters/shields/tower_round_shields/khanigit/khanigit',57048),
(21279,21202,'_exp08/objects/cobalt_scar/cs_nc_gravestone1',57048),
(21280,21203,'_exp08/objects/cobalt_scar/cs_nc_gravestone1_wings',57048),
(21281,21204,'_exp08/objects/cobalt_scar/cs_nc_gravestone2',57048),
(21282,21205,'_exp08/objects/cobalt_scar/cs_nc_gravestone2_wings',57048),
(21283,21206,'_exp08/objects/cobalt_scar/cs_nc_gravestone3',57048),
(21284,21207,'_exp08/objects/cobalt_scar/cs_nc_gravestone3_wings',57048),
(21285,21208,'_exp08/objects/sirens_grotto/cage_01',57048),
(21286,21209,'_exp08/objects/sirens_grotto/cage_02',57048),
(21287,21210,'_exp08/objects/sirens_grotto/cage_03',57048),
(21288,21211,'_exp08/objects/cobalt_scar/cs_othmir_raft_femalepeasant',57048),
(21289,21212,'_exp08/objects/cobalt_scar/cs_othmir_raft_malewarrior01',57048),
(21290,21213,'_exp08/objects/cobalt_scar/cs_othmir_raft_shaman01',57048),
(21291,21214,'_exp08/objects/cobalt_scar/cs_othmir_totem01',57048),
(21292,21215,'playerstudio/characters/hair_helm/hair/human_female/human_female_giftbuns/human_female_giftbuns',57048),
(21293,21216,'creatures/mounts/meatbeast_mount/meatbeast_fools',57048),
(21294,21217,'accessories/wieldable_items/weapons/exp10/1h_wand/wand_feartouched',57048),
(21295,21218,'staticobjects/housing_portal_objects/vision_home_panda01',57048),
(21296,21219,'_exp08/objects/bones/cs_othmir_partly_corrupt_bone_dpo',57048),
(21297,21220,'ec/npc/skeleton_no_summon',57048),
(21298,21221,'_exp09/objects/exp09_rgn_plains_of_obol/water_plane_quest_dpo_no_fx',57048),
(21299,21222,'projectiles/throwing_star_of_fear',57048),
(21300,21223,'staticobjects/_exp08/cobalt_scar/cs_othmir_tear_veeshan01',57048),
(21301,21224,'staticobjects/_exp08/cobalt_scar/cs_othmir_tear_veeshan02',57048),
(21302,21225,'staticobjects/panels/dpo_panel_invisible',57048),
(21303,21226,'_exp07/characters/tool_users/othmir/othmir_male_base_undead01',57048),
(21304,21227,'_exp07/characters/tool_users/othmir/othmir_undead_chief_black',57048),
(21305,21228,'_exp07/characters/tool_users/othmir/othmir_undead_female_black_02',57048),
(21306,21229,'_exp07/characters/tool_users/othmir/othmir_undead_female_stripes',57048),
(21307,21230,'_exp07/characters/tool_users/othmir/othmir_undead_peasent_black',57048),
(21308,21231,'_exp07/characters/tool_users/othmir/othmir_undead_peasent_brown',57048),
(21309,21232,'_exp07/characters/tool_users/othmir/othmir_undead_peasent_stripes',57048),
(21310,21233,'_exp07/characters/tool_users/othmir/othmir_undead_shaman_brown',57048),
(21311,21234,'_exp07/characters/tool_users/othmir/othmir_undead_warrior_brown',57048),
(21312,21235,'playerstudio/houseitems/cs_nc_arrowpile',57048),
(21313,21236,'playerstudio/houseitems/easternwalldecor',57048),
(21314,21237,'playerstudio/houseitems/nc_ballistatop',57048),
(21315,21238,'playerstudio/houseitems/sc_painting_cobalt_01',57048),
(21316,21239,'playerstudio/houseitems/sc_painting_sirens02',57048),
(21317,21240,'playerstudio/houseitems/sc_painting_sirens04',57048),
(21318,21241,'playerstudio/houseitems/sg_clambed1_01',57048),
(21319,21242,'playerstudio/houseitems/sgsc__kelp_hang01_blue',57048),
(21320,21243,'playerstudio/houseitems/sgsc__kelp_hang01_red',57048),
(21321,21244,'playerstudio/houseitems/sgsc__kelp_hang02_blue',57048),
(21322,21245,'playerstudio/houseitems/sgsc__kelp_hang02_red',57048),
(21323,21246,'playerstudio/houseitems/sgsc_column_big',57048),
(21324,21247,'playerstudio/houseitems/sgsc_column_mermaid',57048),
(21325,21248,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v1',57048),
(21326,21249,'playerstudio/houseitems/sgsc_column_simple',57048),
(21327,21250,'playerstudio/houseitems/sgsc_column_tall',57048),
(21328,21251,'playerstudio/houseitems/sgsc_dias',57048),
(21329,21252,'playerstudio/houseitems/sgsc_fence',57048),
(21330,21253,'playerstudio/houseitems/sgsc_flayer_stat',57048),
(21331,21254,'playerstudio/houseitems/sgsc_floor_lamp',57048),
(21332,21255,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_forge',57048),
(21333,21256,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_forgebellow',57048),
(21334,21257,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_largefancycrate',57048),
(21335,21258,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_roundrug_small',57048),
(21336,21259,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_table_half_round',57048),
(21337,21260,'_exp08/objects/cobalt_scar/tradeskilled/cs_nc_worktable',57048),
(21338,21261,'_exp08/objects/cobalt_scar/tradeskilled/cs_othmir_standing_banner',57048),
(21339,21262,'_exp08/objects/cobalt_scar/tradeskilled/cs_othmir_table',57048),
(21340,21263,'_exp08/objects/cobalt_scar/tradeskilled/cs_othmir_totem01',57048),
(21341,21264,'_exp08/objects/cobalt_scar/tradeskilled/cs_ter_sirens_circle_01',57048),
(21342,21265,'_exp08/objects/cobalt_scar/rewards/cs_nc_brazier_wall',57048),
(21343,21266,'_exp08/objects/cobalt_scar/rewards/cs_nc_lantern1',57048),
(21344,21267,'_exp08/objects/cobalt_scar/rewards/cs_nc_rug1',57048),
(21345,21268,'_exp08/objects/cobalt_scar/rewards/cs_nc_table_square',57048),
(21346,21269,'_exp08/objects/cobalt_scar/rewards/cs_nc_warboard_paper',57048),
(21347,21270,'_exp08/objects/cobalt_scar/rewards/cs_othmir_dragon_brazier',57048),
(21348,21271,'_exp08/objects/cobalt_scar/rewards/cs_othmir_dragon_shade',57048),
(21349,21272,'_exp08/objects/cobalt_scar/rewards/cs_othmir_stanfing_net',57048),
(21350,21273,'_exp08/objects/cobalt_scar/rewards/sc_painting_cobalt02',57048),
(21351,21274,'_exp08/objects/cobalt_scar/rewards/sc_painting_sirens01',57048),
(21352,21275,'_exp08/objects/cobalt_scar/rewards/sc_painting_sirens03',57048),
(21353,21276,'_exp08/objects/cobalt_scar/merchant/cs_coral_sponge01',57048),
(21354,21277,'_exp08/objects/cobalt_scar/merchant/cs_coral_sponge03',57048),
(21355,21278,'_exp08/objects/cobalt_scar/merchant/cs_ns_siege_shield2',57048),
(21356,21279,'_exp08/objects/cobalt_scar/merchant/sg_coral_tube_turqpink01',57048),
(21357,21280,'_exp08/objects/cobalt_scar/merchant/wl_nc_map',57048),
(21358,21281,'_exp04/monsters/leech_desert',57048),
(21359,21282,'_exp08/objects/cobalt_scar/rewards/cs_nc_candelabra_dpo',57048),
(21360,21283,'_exp08/objects/cobalt_scar/merchant/cs_nc_table_withered_map',57048),
(21361,21284,'playerstudio/houseitems/engineers_bouquet',57048),
(21362,21285,'_exp08/objects/sirens_grotto/siren_queen_throne_dpo2',57048),
(21363,21286,'_exp10/characters/monsters/nagafen_2013/nagafen_2013',57048),
(21364,21287,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v1_altaccessories',57048),
(21365,21288,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v1_green',57048),
(21366,21289,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v1_green_altaccessories',57048),
(21367,21290,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v2',57048),
(21368,21291,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v2_altaccessories',57048),
(21369,21292,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v2_green',57048),
(21370,21293,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_caster_v2_green_altaccessories',57048),
(21371,21294,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v1',57048),
(21372,21295,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v1_altaccessories',57048),
(21373,21296,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v1_green',57048),
(21374,21297,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v1_green_altaccessories',57048),
(21375,21298,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v2',57048),
(21376,21299,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v2_altaccessories',57048),
(21377,21300,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v2_green',57048),
(21378,21301,'_exp10/characters/monsters/nayad_cursed/nayad_cursed_fighter_v2_green_altaccessories',57048),
(21379,21302,'playerstudio/characters/cloaks/tatteredcloak/cloak_tatteredcloak',57048),
(21380,21303,'_exp09/characters/tool_users/illithid/illithid_merc',57048),
(21381,21304,'staticobjects/guildhall/trophies/floor_overlord_talan',57048),
(21382,21305,'staticobjects/guildhall/trophies/floor_overlord_talan_challenge',57048),
(21383,21306,'staticobjects/guildhall/trophies/floor_psyllonris',57048),
(21384,21307,'_exp10/characters/monsters/nayad_cursed/nayad_uncursed_caster1',57048),
(21385,21308,'_exp10/characters/monsters/nayad_cursed/nayad_uncursed_caster2',57048),
(21386,21309,'_exp10/characters/monsters/nayad_cursed/nayad_uncursed_fighter1',57048),
(21387,21310,'_exp10/characters/monsters/nayad_cursed/nayad_uncursed_fighter2',57048),
(21388,21311,'creatures/pets/pet_kitten/odus_prowler_kitten_jade',57048),
(21389,21312,'creatures/pets/pet_kitten/odus_prowler_kitten_marble',57048),
(21390,21313,'creatures/pets/pet_kitten/odus_prowler_kitten_onyx',57048),
(21391,21314,'_exp08/characters/tool_users/ulthork/ulthork_male_spear_grey',57048),
(21392,21315,'_exp08/characters/tool_users/ulthork/ulthork_male_spear_heavy01',57048),
(21393,21316,'_exp08/characters/tool_users/ulthork/ulthork_male_spear_light01',57048),
(21394,21317,'_exp08/characters/tool_users/ulthork/ulthork_male_spear_shaman01',57048),
(21395,21318,'_exp08/characters/tool_users/ulthork/ulthork_male_spear_tattoo',57048),
(21396,21319,'creatures/mounts/tinkered_barrel_mount/tinkered_barrel_mount',57048),
(21397,21320,'_exp08/objects/cobalt_scar/dead_combine_body_dpo',57048),
(21398,21321,'playerstudio/characters/hair_helm/hair/halfelf_female/halfelf_female_giftbuns/halfelf_female_giftbuns',57048),
(21399,21322,'playerstudio/characters/hair_helm/hair/darkelf_female/darkelf_female_giftbuns/darkelf_female_giftbuns',57048),
(21400,21323,'playerstudio/characters/hair_helm/hair/highelf_female/highelf_female_giftbuns/highelf_female_giftbuns',57048),
(21401,21324,'playerstudio/characters/hair_helm/hair/woodelf_female/woodelf_female_giftbuns/woodelf_female_giftbuns',57048),
(21402,21325,'playerstudio/houseitems/acorn_chest_dpo',57048),
(21403,21326,'playerstudio/houseitems/wooden_laundry_basket_dpo',57048),
(21404,21327,'playerstudio/houseitems/wooden_laundry_tub_dpo',57048),
(21405,21328,'playerstudio/houseitems/wooden_wash_basin_dpo',57048),
(21406,21329,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/chest',57048),
(21407,21330,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/feet',57048),
(21408,21331,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/forearms',57048),
(21409,21332,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/hands',57048),
(21410,21333,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/head',57048),
(21411,21334,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/head_skull',57048),
(21412,21335,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/legs',57048),
(21413,21336,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/legs_noskirt',57048),
(21414,21337,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/right',57048),
(21415,21338,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/shoulders',57048),
(21416,21339,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/shoulders_nopauldrons',57048),
(21417,21340,'accessories/wearable_items/_exp10/crimson_rivet_vanguard/skirt',57048),
(21418,21341,'_exp08/objects/cobalt_scar/cs_othmir_beach_vert_bone_02_clean_dpo',57048),
(21419,21342,'_exp08/objects/cobalt_scar/cs_othmir_light_standing_dpo',57048),
(21420,21343,'_exp08/objects/cobalt_scar/cs_othmir_barricade_clean02_dpo',57048),
(21421,21344,'_exp08/characters/tool_users/combine_dwarf/combine_dwarf_optimized',57048),
(21422,21345,'playerstudio/characters/shields/tower_round_shields/turtle/turtle',57048),
(21423,21346,'playerstudio/characters/cloaks/cloak_of_endless_adventure/cloak_of_endless_adventure',57048),
(21424,21347,'playerstudio/characters/cloaks/cloak_of_nature/cloak_of_nature',57048),
(21425,21348,'playerstudio/characters/cloaks/glittersilkcloak/cloak_glittersillk',57048),
(21426,21349,'playerstudio/characters/shields/tower_round_shields/shieldstructured/shieldstructured',57048),
(21427,21350,'_exp10/characters/monsters/elementalwater_sirens/elementalwater_sirens',57048),
(21428,21351,'creatures/monsters/tyrannosaurus_variant',57048),
(21429,21352,'accessories/wearable_items/_exp10/heroic_armors/robe/chest',57048),
(21430,21353,'accessories/wearable_items/_exp10/heroic_armors/robe/chest_epic',57048),
(21431,21354,'accessories/wearable_items/_exp10/heroic_armors/robe/feet',57048),
(21432,21355,'accessories/wearable_items/_exp10/heroic_armors/robe/hands',57048),
(21433,21356,'accessories/wearable_items/_exp10/heroic_armors/robe/head',57048),
(21434,21357,'accessories/wearable_items/_exp10/heroic_armors/robe/head_collar',57048),
(21435,21358,'accessories/wearable_items/_exp10/heroic_armors/robe/head_epic',57048),
(21436,21359,'accessories/wearable_items/_exp10/heroic_armors/robe/pants',57048),
(21437,21360,'accessories/wearable_items/_exp10/heroic_armors/robe/skirt',57048),
(21438,21361,'accessories/wearable_items/_exp10/heroic_armors/robe/snapons/bracer_left',57048),
(21439,21362,'accessories/wearable_items/_exp10/heroic_armors/robe/snapons/bracer_right',57048),
(21440,21363,'accessories/wearable_items/_exp10/heroic_armors/robe/snapons/pauldron_left',57048),
(21441,21364,'accessories/wearable_items/_exp10/heroic_armors/robe/snapons/pauldron_right',57048),
(21442,21365,'accessories/wieldable_items/weapons/exp10/staff/octopus_pike_blue',57048),
(21443,21366,'accessories/wieldable_items/weapons/exp10/staff/octopus_pike_red',57048),
(21444,21367,'accessories/wieldable_items/weapons/exp10/2h_sword/octopus_sword/2h_octopus_sword_blue',57048),
(21445,21368,'accessories/wieldable_items/weapons/exp10/2h_sword/octopus_sword/2h_octopus_sword_red',57048),
(21446,21369,'accessories/wieldable_items/weapons/exp10/staff/exp10_2h_staff_illithid_merc',57048),
(21447,21370,'creatures/tu/gods_solusek_ro_2013',57048),
(21448,21371,'playerstudio/characters/weapons/staff/nightborne_stave/nightborne_stave',57048),
(21449,21372,'playerstudio/characters/weapons/1h_crush/brutal_skullcrusher/brutal_skullcrusher',57048),
(21450,21373,'staticobjects/liveevent/dpo_soe_live_2013_pillagers_booty',57048),
(21451,21374,'playerstudio/characters/shields/tower_round_shields/reskunked/reskunked',57048),
(21452,21375,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband',57048),
(21453,21376,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_left',57048),
(21454,21377,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_left_red',57048),
(21455,21378,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/snapons/bracer_left',57048),
(21456,21379,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/snapons/bracer_right',57048),
(21457,21380,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/snapons/pauldron_left',57048),
(21458,21381,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/snapons/pauldron_right',57048),
(21459,21382,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/chest',57048),
(21460,21383,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/chest_epic',57048),
(21461,21384,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/feet',57048),
(21462,21385,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/hands',57048),
(21463,21386,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/head',57048),
(21464,21387,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/head_epic',57048),
(21465,21388,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/hood',57048),
(21466,21389,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/pants',57048),
(21467,21390,'accessories/wearable_items/_exp10/heroic_armors/robe_coercer/skirt',57048),
(21468,21391,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/chest',57048),
(21469,21392,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/chest_epic',57048),
(21470,21393,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/feet',57048),
(21471,21394,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/hands',57048),
(21472,21395,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/head',57048),
(21473,21396,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/head_epic',57048),
(21474,21397,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/hood',57048),
(21475,21398,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/pants',57048),
(21476,21399,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/skirt',57048),
(21477,21400,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/snapons/bracer_left',57048),
(21478,21401,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/snapons/bracer_right',57048),
(21479,21402,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/snapons/pauldron_left',57048),
(21480,21403,'accessories/wearable_items/_exp10/heroic_armors/robe_illusionist/snapons/pauldron_right',57048),
(21481,21404,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/chest',57048),
(21482,21405,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/chest_epic',57048),
(21483,21406,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/feet',57048),
(21484,21407,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/hands',57048),
(21485,21408,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/head',57048),
(21486,21409,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/head_epic',57048),
(21487,21410,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/hood',57048),
(21488,21411,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/pants',57048),
(21489,21412,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/skirt',57048),
(21490,21413,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/snapons/bracer_left',57048),
(21491,21414,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/snapons/bracer_right',57048),
(21492,21415,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/snapons/pauldron_left',57048),
(21493,21416,'accessories/wearable_items/_exp10/heroic_armors/robe_necromancer/snapons/pauldron_right',57048),
(21494,21417,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/chest',57048),
(21495,21418,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/chest_epic',57048),
(21496,21419,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/feet',57048),
(21497,21420,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/hands',57048),
(21498,21421,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/head',57048),
(21499,21422,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/head_epic',57048),
(21500,21423,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/hood',57048),
(21501,21424,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/pants',57048),
(21502,21425,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/skirt',57048),
(21503,21426,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/snapons/bracer_left',57048),
(21504,21427,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/snapons/bracer_right',57048),
(21505,21428,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/snapons/pauldron_left',57048),
(21506,21429,'accessories/wearable_items/_exp10/heroic_armors/robe_warlock/snapons/pauldron_right',57048),
(21507,21430,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/chest',57048),
(21508,21431,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/chest_epic',57048),
(21509,21432,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/feet',57048),
(21510,21433,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/hands',57048),
(21511,21434,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/head',57048),
(21512,21435,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/head_epic',57048),
(21513,21436,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/hood',57048),
(21514,21437,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/pants',57048),
(21515,21438,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/skirt',57048),
(21516,21439,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/snapons/bracer_left',57048),
(21517,21440,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/snapons/bracer_right',57048),
(21518,21441,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/snapons/pauldron_left',57048),
(21519,21442,'accessories/wearable_items/_exp10/heroic_armors/robe_wizard/snapons/pauldron_right',57048),
(21520,21443,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_both',57048),
(21521,21444,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_both_red',57048),
(21522,21445,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_right',57048),
(21523,21446,'accessories/wearable_items/snapons/armbands/octopus_armband/octopus_armband_right_red',57048),
(21524,21447,'accessories/wearable_items/_exp09/starter_armor/bruiser/arms',57048),
(21525,21448,'accessories/wearable_items/_exp09/starter_armor/bruiser/chest',57048),
(21526,21449,'accessories/wearable_items/_exp09/starter_armor/bruiser/legs',57048),
(21527,21450,'accessories/wearable_items/_exp09/starter_armor/bruiser/female/chest',57048),
(21528,21451,'accessories/wearable_items/_exp09/starter_armor/bruiser/female/legs',57048),
(21529,21452,'accessories/wearable_items/_exp09/starter_armor/bruiser/female/shoulders',57048),
(21530,21453,'accessories/wearable_items/_exp09/starter_armor/bruiser/male/chest',57048),
(21531,21454,'accessories/wearable_items/_exp09/starter_armor/bruiser/male/shoulders',57048),
(21532,21455,'accessories/wearable_items/_exp09/starter_armor/bruiser/male/skirt',57048),
(21533,21456,'_exp08/objects/sirens_grotto/siren_queen_throne_dpo3',57048),
(21534,21457,'_exp08/objects/sirens_grotto/siren_queen_throne_dpo4',57048),
(21535,21458,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x1_column_stripedquarter',57048),
(21536,21459,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_column_stripedquarter',57048),
(21537,21460,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_dividerblock_stripedquarter',57048),
(21538,21461,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1xhalf_block_stripedquarter',57048),
(21539,21462,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_dividerblock_stripedquarter',57048),
(21540,21463,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_rail_stripedquarter',57048),
(21541,21464,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_roundtile_stripedquarter',57048),
(21542,21465,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_stair_stripedquarter',57048),
(21543,21466,'staticobjects/liveevent/tinkerfest/building_blocks/housecube_1x1_block_stripedquarter',57048),
(21544,21467,'staticobjects/liveevent/tinkerfest/dpo_eru_bench_research_short',57048),
(21545,21468,'staticobjects/liveevent/tinkerfest/dpo_eru_bench_research_long',57048),
(21546,21469,'staticobjects/liveevent/tinkerfest/dpo_erudin_weapon_wrench',57048),
(21547,21470,'staticobjects/liveevent/tinkerfest/dpo_sfm_mining_railcart01',57048),
(21548,21471,'staticobjects/liveevent/tinkerfest/dpo_sfm_mining_railcart_gravel01',57048),
(21549,21472,'staticobjects/liveevent/tinkerfest/dpo_sfm_mechanical_arm01',57048),
(21550,21473,'staticobjects/liveevent/tinkerfest/dpo_sfm_housing_door_smallbuilding01',57048),
(21551,21474,'staticobjects/liveevent/tinkerfest/dpo_nh_wheel_spinable_silver',57048),
(21552,21475,'staticobjects/liveevent/tinkerfest/dpo_nh_wheel_spinable',57048),
(21553,21476,'staticobjects/liveevent/tinkerfest/dpo_nex_lever_metal',57048),
(21554,21477,'staticobjects/liveevent/tinkerfest/dpo_df_objects_rug01',57048),
(21555,21478,'staticobjects/liveevent/tinkerfest/dpo_dc_map_layout01',57048),
(21556,21479,'staticobjects/liveevent/tinkerfest/dpo_klak_rm04_int_light',57048),
(21557,21480,'accessories/wearable_items/_exp10/heroic_armors/gi/chest',57048),
(21558,21481,'accessories/wearable_items/_exp10/heroic_armors/gi/feet',57048),
(21559,21482,'accessories/wearable_items/_exp10/heroic_armors/gi/hands',57048),
(21560,21483,'accessories/wearable_items/_exp10/heroic_armors/gi/head_sigil',57048),
(21561,21484,'accessories/wearable_items/_exp10/heroic_armors/gi/legs',57048),
(21562,21485,'accessories/wearable_items/_exp10/heroic_armors/gi/shoulders',57048),
(21563,21486,'accessories/wearable_items/_exp10/heroic_armors/gi/skirt',57048),
(21564,21487,'accessories/wearable_items/_exp10/heroic_armors/gi/snapons/armband_left',57048),
(21565,21488,'accessories/wearable_items/_exp10/heroic_armors/gi/snapons/bracer_right',57048),
(21566,21489,'accessories/wearable_items/_exp10/heroic_armors/gi/snapons/buckle',57048),
(21567,21490,'accessories/wearable_items/_exp10/heroic_armors/gi/snapons/spaulder_right',57048),
(21568,21491,'accessories/wearable_items/_exp10/heroic_armors/gi/belt/skirt 2',57048),
(21569,21492,'accessories/wearable_items/_exp10/heroic_armors/gi/belt/skirt',57048),
(21570,21493,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/belt/skirt 2',57048),
(21571,21494,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/belt/skirt',57048),
(21572,21495,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/snapons/armband_left',57048),
(21573,21496,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/snapons/bracer_right',57048),
(21574,21497,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/snapons/spaulder_right',57048),
(21575,21498,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/chest',57048),
(21576,21499,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/feet',57048),
(21577,21500,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/hands',57048),
(21578,21501,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/head_sigil',57048),
(21579,21502,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/legs',57048),
(21580,21503,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/shoulders',57048),
(21581,21504,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/skirt',57048),
(21582,21505,'staticobjects/liveevent/tinkerfest/dpo_klak_smokeflap',57048),
(21583,21506,'staticobjects/liveevent/tinkerfest/dpo_nh_wheel_spinable_gold',57048),
(21584,21507,'playerstudio/houseitems/goldbanquest_tureen',57048),
(21585,21508,'playerstudio/houseitems/goldbanquet_butterdish',57048),
(21586,21509,'playerstudio/houseitems/goldbanquet_candestick',57048),
(21587,21510,'playerstudio/houseitems/goldbanquet_roast',57048),
(21588,21511,'playerstudio/houseitems/goldbanquet_setting',57048),
(21589,21512,'playerstudio/houseitems/goldenbanquest_sundae',57048),
(21590,21513,'playerstudio/characters/weapons/staff/spear_of_the_grotto/spear_of_the_grotto',57048),
(21591,21514,'playerstudio/characters/cloaks/twilightinspirations/cloak_twilightinspirations',57048),
(21592,21515,'_exp10/characters/monsters/yelniak_2013/yelinak_2013',57048),
(21593,21516,'creatures/tu/firiona_vie_no_staff',57048),
(21594,21517,'accessories/wearable_items/_exp09/starter_armor/beserker/chest',57048),
(21595,21518,'accessories/wearable_items/_exp09/starter_armor/beserker/feet',57048),
(21596,21519,'accessories/wearable_items/_exp09/starter_armor/beserker/forearms',57048),
(21597,21520,'accessories/wearable_items/_exp09/starter_armor/beserker/hands',57048),
(21598,21521,'accessories/wearable_items/_exp09/starter_armor/beserker/head',57048),
(21599,21522,'accessories/wearable_items/_exp09/starter_armor/beserker/left',57048),
(21600,21523,'accessories/wearable_items/_exp09/starter_armor/beserker/legs',57048),
(21601,21524,'accessories/wearable_items/_exp09/starter_armor/beserker/legs_noskirt',57048),
(21602,21525,'accessories/wearable_items/_exp09/starter_armor/beserker/right',57048),
(21603,21526,'accessories/wearable_items/_exp09/starter_armor/beserker/shoulders',57048),
(21604,21527,'accessories/wearable_items/_exp09/starter_armor/beserker/shoulders_nopauldrons',57048),
(21605,21528,'accessories/wearable_items/_exp09/starter_armor/beserker/skirt',57048),
(21606,21529,'accessories/wearable_items/_exp09/starter_armor/bruiser2/chest',57048),
(21607,21530,'accessories/wearable_items/_exp09/starter_armor/bruiser2/feet',57048),
(21608,21531,'accessories/wearable_items/_exp09/starter_armor/bruiser2/forearms',57048),
(21609,21532,'accessories/wearable_items/_exp09/starter_armor/bruiser2/hands',57048),
(21610,21533,'accessories/wearable_items/_exp09/starter_armor/bruiser2/head',57048),
(21611,21534,'accessories/wearable_items/_exp09/starter_armor/bruiser2/legs',57048),
(21612,21535,'accessories/wearable_items/_exp09/starter_armor/bruiser2/legs_noskirt',57048),
(21613,21536,'accessories/wearable_items/_exp09/starter_armor/bruiser2/shoulders',57048),
(21614,21537,'accessories/wearable_items/_exp09/starter_armor/bruiser2/skirt',57048),
(21615,21538,'accessories/wearable_items/_exp09/starter_armor/guardian/chest',57048),
(21616,21539,'accessories/wearable_items/_exp09/starter_armor/guardian/feet',57048),
(21617,21540,'accessories/wearable_items/_exp09/starter_armor/guardian/forearms',57048),
(21618,21541,'accessories/wearable_items/_exp09/starter_armor/guardian/hands',57048),
(21619,21542,'accessories/wearable_items/_exp09/starter_armor/guardian/head',57048),
(21620,21543,'accessories/wearable_items/_exp09/starter_armor/guardian/left',57048),
(21621,21544,'accessories/wearable_items/_exp09/starter_armor/guardian/legs',57048),
(21622,21545,'accessories/wearable_items/_exp09/starter_armor/guardian/legs_noskirt',57048),
(21623,21546,'accessories/wearable_items/_exp09/starter_armor/guardian/right',57048),
(21624,21547,'accessories/wearable_items/_exp09/starter_armor/guardian/shoulders',57048),
(21625,21548,'accessories/wearable_items/_exp09/starter_armor/guardian/shoulders_nopauldrons',57048),
(21626,21549,'accessories/wearable_items/_exp09/starter_armor/guardian/skirt',57048),
(21627,21550,'accessories/wearable_items/_exp09/starter_armor/inquisitor/chest',57048),
(21628,21551,'accessories/wearable_items/_exp09/starter_armor/inquisitor/feet',57048),
(21629,21552,'accessories/wearable_items/_exp09/starter_armor/inquisitor/forearms',57048),
(21630,21553,'accessories/wearable_items/_exp09/starter_armor/inquisitor/hands',57048),
(21631,21554,'accessories/wearable_items/_exp09/starter_armor/inquisitor/head',57048),
(21632,21555,'accessories/wearable_items/_exp09/starter_armor/inquisitor/legs',57048),
(21633,21556,'accessories/wearable_items/_exp09/starter_armor/inquisitor/shoulders',57048),
(21634,21557,'accessories/wearable_items/_exp09/starter_armor/monk/chest',57048),
(21635,21558,'accessories/wearable_items/_exp09/starter_armor/monk/feet',57048),
(21636,21559,'accessories/wearable_items/_exp09/starter_armor/monk/forearms',57048),
(21637,21560,'accessories/wearable_items/_exp09/starter_armor/monk/hands',57048),
(21638,21561,'accessories/wearable_items/_exp09/starter_armor/monk/head',57048),
(21639,21562,'accessories/wearable_items/_exp09/starter_armor/monk/legs',57048),
(21640,21563,'accessories/wearable_items/_exp09/starter_armor/monk/legs_noskirt',57048),
(21641,21564,'accessories/wearable_items/_exp09/starter_armor/monk/shoulders',57048),
(21642,21565,'accessories/wearable_items/_exp09/starter_armor/monk/skirt',57048),
(21643,21566,'accessories/wearable_items/_exp09/starter_armor/templar/chest',57048),
(21644,21567,'accessories/wearable_items/_exp09/starter_armor/templar/feet',57048),
(21645,21568,'accessories/wearable_items/_exp09/starter_armor/templar/forearms',57048),
(21646,21569,'accessories/wearable_items/_exp09/starter_armor/templar/hands',57048),
(21647,21570,'accessories/wearable_items/_exp09/starter_armor/templar/head',57048),
(21648,21571,'accessories/wearable_items/_exp09/starter_armor/templar/legs',57048),
(21649,21572,'accessories/wearable_items/_exp09/starter_armor/templar/shoulders',57048),
(21650,21573,'staticobjects/liveevent/tinkerfest/dpo_houseitem_drill_lightning_ceiling',57048),
(21651,21574,'staticobjects/liveevent/tinkerfest/dpo_houseitem_drill_lightning_floor',57048),
(21652,21575,'staticobjects/liveevent/tinkerfest/dpo_houseitem_gear_fixture_lightning_ceiling',57048),
(21653,21576,'staticobjects/liveevent/tinkerfest/dpo_houseitem_ring_portals_ceiling',57048),
(21654,21577,'staticobjects/liveevent/tinkerfest/dpo_houseitem_ring_portals_floor',57048),
(21655,21578,'staticobjects/liveevent/tinkerfest/dpo_houseitem_wrench_gears_ceiling',57048),
(21656,21579,'staticobjects/liveevent/tinkerfest/dpo_houseitem_wrench_gears_floor',57048),
(21657,21580,'_exp09/characters/tool_users/illithid/illithid_prexus',57048),
(21658,21581,'accessories/wieldable_items/weapons/exp10/staff/exp10_2h_staff_illithid_prexus',57048),
(21659,21582,'playerstudio/characters/weapons/1h_sword/nightborne_short_axe/nightborne_short_axe',57048),
(21660,21583,'_exp02/characters/monsters/tarranax_pet',57048),
(21661,21584,'staticobjects/liveevent/tinkerfest/dpo_tinkerfest_smokeflap',57048),
(21662,21585,'creatures/mounts/lion_winged/lion_winged_black',57048),
(21663,21586,'creatures/mounts/lion_winged/lion_winged_white',57048),
(21664,21587,'staticobjects/liveevent/tinkerfest/dpo_tinker_diggerengine',57048),
(21665,21588,'staticobjects/liveevent/tinkerfest/dpo_tinker_medicalbench01',57048),
(21666,21589,'staticobjects/liveevent/tinkerfest/dpo_menacekeydevice',57048),
(21667,21590,'staticobjects/liveevent/tinkerfest/dpo_tinker_fanmotor01',57048),
(21668,21591,'staticobjects/liveevent/tinkerfest/dpo_tinker_magneticstrip',57048),
(21669,21592,'staticobjects/liveevent/tinkerfest/dpo_tinker_wall_gear_spinning',57048),
(21670,21593,'staticobjects/liveevent/tinkerfest/dpo_tinker_small_engine_01',57048),
(21671,21594,'staticobjects/liveevent/tinkerfest/dpo_tinker_piston_01',57048),
(21672,21595,'staticobjects/liveevent/tinkerfest/dpo_tinker_gear_01',57048),
(21673,21596,'staticobjects/liveevent/tinkerfest/dpo_tinker_gear_02',57048),
(21674,21597,'staticobjects/liveevent/tinkerfest/dpo_tinker_raft_engine_01',57048),
(21675,21598,'staticobjects/liveevent/tinkerfest/dpo_tinker_paddle01',57048),
(21676,21599,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_dracurion',57048),
(21677,21600,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_dracurion_blue',57048),
(21678,21601,'accessories/wieldable_items/weapons/exp09/1h_pierce/dagger_dracurion_purple',57048),
(21679,21602,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_dracurion',57048),
(21680,21603,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_dracurion_blue',57048),
(21681,21604,'accessories/wieldable_items/weapons/exp09/1h_sword/1h_sword_dracurion_purple',57048),
(21682,21605,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_dracurion',57048),
(21683,21606,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_dracurion_black',57048),
(21684,21607,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_dracurion_blue',57048),
(21685,21608,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_dracurion_obsidian',57048),
(21686,21609,'accessories/wieldable_items/weapons/exp09/2h_sword/2h_sword_dracurion_purple',57048),
(21687,21610,'staticobjects/liveevent/tinkerfest/dpo_tinker_barrel01',57048),
(21688,21611,'staticobjects/liveevent/tinkerfest/dpo_tinker_hourhand',57048),
(21689,21612,'staticobjects/liveevent/tinkerfest/dpo_tinker_lamp_01',57048),
(21690,21613,'staticobjects/liveevent/tinkerfest/dpo_tinker_zoograte',57048),
(21691,21614,'staticobjects/liveevent/tinkerfest/dpo_tinker_barrel02',57048),
(21692,21615,'staticobjects/liveevent/tinkerfest/dpo_tinker_gnome_gear01',57048),
(21693,21616,'staticobjects/liveevent/tinkerfest/dpo_tinker_gaslamps01',57048),
(21694,21617,'staticobjects/liveevent/tinkerfest/dpo_tinker_gaslamps02',57048),
(21695,21618,'staticobjects/liveevent/tinkerfest/dpo_tinker_landing_pipes01',57048),
(21696,21619,'staticobjects/liveevent/tinkerfest/dpo_tinker_sfmgear01',57048),
(21697,21620,'staticobjects/liveevent/tinkerfest/dpo_tinker_sfmgear02',57048),
(21698,21621,'staticobjects/liveevent/tinkerfest/dpo_tinker_large_tank01_vibrating',57048),
(21699,21622,'staticobjects/liveevent/tinkerfest/dpo_tinkerfest_main_console',57048),
(21700,21623,'staticobjects/liveevent/tinkerfest/dpo_tinkerfest_slave_console',57048),
(21701,21624,'accessories/wearable_items/magus/rare/low/head',57048),
(21702,21625,'playerstudio/characters/cloaks/serpents_fang/serpents_fang',57048),
(21703,21626,'playerstudio/characters/cloaks/sirens_breath/sirens_breath',57048),
(21704,21627,'playerstudio/characters/hair_helm/hair/darkelf_female/disheveled_maiden/darkelf_female_disheveled_maiden',57048),
(21705,21628,'staticobjects/raf/raf_trophy_rank1',57048),
(21706,21629,'staticobjects/raf/raf_trophy_rank2',57048),
(21707,21630,'staticobjects/raf/raf_trophy_rank3',57048),
(21708,21631,'staticobjects/raf/raf_trophy_rank4',57048),
(21709,21632,'staticobjects/raf/raf_trophy_rank5',57048),
(21710,21633,'staticobjects/raf/raf_trophy_rank6',57048),
(21711,21634,'accessories/wearable_items/cloak/water_cloak/water_cloak',57048),
(21712,21635,'accessories/wieldable_items/weapons/exp10/1h_sword/heart_of_fear_1hs_sword/heart_of_fear_1hs_sword',57048),
(21713,21636,'playerstudio/characters/shields/buckler/foam_buckler/foam_buckler',57048),
(21714,21637,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold',57048),
(21715,21638,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold_blue',57048),
(21716,21639,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold_green',57048),
(21717,21640,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold_purple',57048),
(21718,21641,'creatures/mounts/carpet_fly_sun',57048),
(21719,21642,'creatures/mounts/meatbeast_mount/meatbeast_mount_male_tiger',57048),
(21720,21643,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_black',57048),
(21721,21644,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_blue',57048),
(21722,21645,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_gold',57048),
(21723,21646,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_sleepers',57048),
(21724,21647,'creatures/mounts/skyshrine_drake_mount/skyshrine_drake_mount_red',57048),
(21725,21648,'playerstudio/characters/weapons/1h_sword/noble_scouting_axe/noble_scouting_axe',57048),
(21726,21649,'playerstudio/houseitems/gold_banquet_bamboo',57048),
(21727,21650,'playerstudio/houseitems/gold_banquet_bread',57048),
(21728,21651,'playerstudio/houseitems/gold_banquet_porterhouse',57048),
(21729,21652,'playerstudio/houseitems/starfall_seahorse',57048),
(21730,21653,'playerstudio/houseitems/electricblue_seahorse',57048),
(21731,21654,'playerstudio/houseitems/sunburst_seahorse',57048),
(21732,21655,'playerstudio/houseitems/gnome_stove',57048),
(21733,21656,'playerstudio/houseitems/everyman_paperstand',57048),
(21734,21657,'playerstudio/houseitems/oakmyst_pianobench',57048),
(21735,21658,'playerstudio/houseitems/oakmyst_piano',57048),
(21736,21659,'playerstudio/houseitems/stone_everyman_throne',57048),
(21737,21660,'playerstudio/houseitems/halfling_door',57048),
(21738,21661,'staticobjects/liveevent/tinkerfest/dpo_tinker_wall_gears_no_spin',57048),
(21739,21662,'_exp03/characters/tool_users/clockwork_necro_protector_blue',57048),
(21740,21663,'_exp03/characters/tool_users/clockwork_necro_protector_red',57048),
(21741,21664,'_exp03/characters/tool_users/clockwork_necro_soldier_blue',57048),
(21742,21665,'_exp03/characters/tool_users/clockwork_necro_soldier_red',57048),
(21743,21666,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_fear2',57048),
(21744,21667,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_fear',57048),
(21745,21668,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_fear2',57048),
(21746,21669,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear_bard',57048),
(21747,21670,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear_druid',57048),
(21748,21671,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear_sk',57048),
(21749,21672,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear_warrior',57048),
(21750,21673,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear2_bard',57048),
(21751,21674,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear2_druid',57048),
(21752,21675,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_fear2_shadowknight',57048),
(21753,21676,'accessories/wieldable_items/weapons/exp10/bow/longbow_fear',57048),
(21754,21677,'accessories/wieldable_items/weapons/exp10/shield/heart_of_fear_healer_shield',57048),
(21755,21678,'accessories/wieldable_items/weapons/exp10/shield/heart_of_fear_mage_shield',57048),
(21756,21679,'playerstudio/characters/shields/tower_round_shields/gnomish_utility_shield/gnomish_utility_shield',57048),
(21757,21680,'accessories/wearable_items/profesion_hats/6k_epic_helm/head_6k_epic_helm',57048),
(21758,21681,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_fear2_necromancer',57048),
(21759,21682,'playerstudio/characters/hair_helm/hair/woodelf_male/dreadlocks/woodelf_male_dreadlocks',57048),
(21760,21683,'playerstudio/characters/weapons/1h_sword/fiddle/fiddle',57048),
(21761,21684,'playerstudio/characters/weapons/1h_sword/bone_bow/bone_bow',57048),
(21762,21685,'accessories/channeler_golem/channeler_golem_feet',57048),
(21763,21686,'staticobjects/_exp08/dyod/mistmoore/dyod_cm_candle_white01_unlit',57048),
(21764,21687,'accessories/wieldable_items/weapons/exp10/shield/heart_of_fear_healer_shield_no_socket',57048),
(21765,21688,'accessories/wieldable_items/weapons/exp10/shield/heart_of_fear_mage_shield_no_socket',57048),
(21766,21689,'_exp10/characters/monsters/evil_butterfly/evil_butterfly',57048),
(21767,21690,'accessories/wearable_items/cloak/exp09/cloak_bristlebane',57048),
(21768,21691,'accessories/wearable_items/snapons/backpacks/backpack_tinkered_elaborate/backpack_tinkered_elaborate_bronze',57048),
(21769,21692,'accessories/wearable_items/snapons/backpacks/backpack_tinkered_elaborate/backpack_tinkered_elaborate_iron',57048),
(21770,21693,'accessories/wearable_items/snapons/backpacks/backpack_tinkered_elaborate/backpack_tinkered_elaborate_mahogany',57048),
(21771,21694,'accessories/channeler_golem/channeler_golem_chest00',57048),
(21772,21695,'_exp10/characters/monsters/shissar_custodian/shissar_custodian',57048),
(21773,21696,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/chest',57048),
(21774,21697,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/feet_epic',57048),
(21775,21698,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/forearms',57048),
(21776,21699,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/hands_epic',57048),
(21777,21700,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/head_epic',57048),
(21778,21701,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/legs',57048),
(21779,21702,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/shoulders',57048),
(21780,21703,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/shoulders_epic',57048),
(21781,21704,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/skirt',57048),
(21782,21705,'creatures/pets/channeler_golem/channeler_golem_base',57048),
(21783,21706,'accessories/channeler_golem/channeler_golem_arms',57048),
(21784,21707,'accessories/channeler_golem/channeler_golem_arms01',57048),
(21785,21708,'accessories/channeler_golem/channeler_golem_arms02',57048),
(21786,21709,'accessories/channeler_golem/channeler_golem_arms03',57048),
(21787,21710,'accessories/channeler_golem/channeler_golem_arms04',57048),
(21788,21711,'accessories/channeler_golem/channeler_golem_chest01',57048),
(21789,21712,'accessories/channeler_golem/channeler_golem_chest02',57048),
(21790,21713,'accessories/channeler_golem/channeler_golem_chest03',57048),
(21791,21714,'accessories/channeler_golem/channeler_golem_feet01',57048),
(21792,21715,'accessories/channeler_golem/channeler_golem_feet02',57048),
(21793,21716,'accessories/channeler_golem/channeler_golem_feet03',57048),
(21794,21717,'accessories/channeler_golem/channeler_golem_feet04',57048),
(21795,21718,'accessories/channeler_golem/channeler_golem_head',57048),
(21796,21719,'accessories/channeler_golem/channeler_golem_head01',57048),
(21797,21720,'accessories/channeler_golem/channeler_golem_head02',57048),
(21798,21721,'accessories/channeler_golem/channeler_golem_head03',57048),
(21799,21722,'accessories/channeler_golem/channeler_golem_head04',57048),
(21800,21723,'accessories/channeler_golem/channeler_golem_shoulder',57048),
(21801,21724,'accessories/channeler_golem/channeler_golem_shoulder01',57048),
(21802,21725,'accessories/channeler_golem/channeler_golem_shoulder02',57048),
(21803,21726,'accessories/channeler_golem/channeler_golem_shoulder03',57048),
(21804,21727,'accessories/channeler_golem/channeler_golem_shoulder04',57048),
(21805,21728,'accessories/channeler_golem/channeler_golem_thighs01',57048),
(21806,21729,'accessories/channeler_golem/channeler_golem_thighs02',57048),
(21807,21730,'_exp09/objects/dpo/housing/guildhall_trophy_arena_of_the_gods_ornate',57048),
(21808,21731,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/belt',57048),
(21809,21732,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/forearm_left',57048),
(21810,21733,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/forearm_right',57048),
(21811,21734,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/head_epic',57048),
(21812,21735,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/pauldron_guard_left',57048),
(21813,21736,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/pauldron_left',57048),
(21814,21737,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/pauldron_right',57048),
(21815,21738,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/shin_left',57048),
(21816,21739,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_shadowknight/snapons/shin_right',57048),
(21817,21740,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/chest',57048),
(21818,21741,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/feet_epic',57048),
(21819,21742,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/forearms',57048),
(21820,21743,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/hands_epic',57048),
(21821,21744,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/head_epic',57048),
(21822,21745,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/legs',57048),
(21823,21746,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/shoulders',57048),
(21824,21747,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/shoulders_epic',57048),
(21825,21748,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/skirt',57048),
(21826,21749,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/belt',57048),
(21827,21750,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/forearm_left',57048),
(21828,21751,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/forearm_right',57048),
(21829,21752,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/head_epic',57048),
(21830,21753,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/pauldron_guard_left',57048),
(21831,21754,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/pauldron_left',57048),
(21832,21755,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/pauldron_right',57048),
(21833,21756,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/shin_left',57048),
(21834,21757,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_paladin/snapons/shin_right',57048),
(21835,21758,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/chest',57048),
(21836,21759,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/feet_epic',57048),
(21837,21760,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/forearms',57048),
(21838,21761,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/hands_epic',57048),
(21839,21762,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/head_epic',57048),
(21840,21763,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/legs',57048),
(21841,21764,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/shoulders',57048),
(21842,21765,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/shoulders_epic',57048),
(21843,21766,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/skirt',57048),
(21844,21767,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/belt',57048),
(21845,21768,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/forearm_left',57048),
(21846,21769,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/forearm_right',57048),
(21847,21770,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/head_epic',57048),
(21848,21771,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/pauldron_guard_left',57048),
(21849,21772,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/pauldron_left',57048),
(21850,21773,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/pauldron_right',57048),
(21851,21774,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/shin_left',57048),
(21852,21775,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_guardian/snapons/shin_right',57048),
(21853,21776,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/chest',57048),
(21854,21777,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/feet_epic',57048),
(21855,21778,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/forearms',57048),
(21856,21779,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/hands_epic',57048),
(21857,21780,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/head_epic',57048),
(21858,21781,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/legs',57048),
(21859,21782,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/shoulders',57048),
(21860,21783,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/shoulders_epic',57048),
(21861,21784,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/skirt',57048),
(21862,21785,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/belt',57048),
(21863,21786,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/forearm_left',57048),
(21864,21787,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/forearm_right',57048),
(21865,21788,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/head_epic',57048),
(21866,21789,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/pauldron_guard_left',57048),
(21867,21790,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/pauldron_left',57048),
(21868,21791,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/pauldron_right',57048),
(21869,21792,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/shin_left',57048),
(21870,21793,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_beserker/snapons/shin_right',57048),
(21871,21794,'playerstudio/characters/weapons/1h_sword/leatherback_sword/leatherback_sword',57048),
(21872,21795,'animatedobjects/bristlebane_flag/flag_bristlebane',57048),
(21873,21796,'playerstudio/characters/cloaks/eclipsecape/cloak_eclipsecape',57048),
(21874,21797,'playerstudio/characters/cloaks/halaswinter/cloak_halaswinter',57048),
(21875,21798,'playerstudio/characters/cloaks/nektulosnights/cloak_nektulosnights',57048),
(21876,21799,'playerstudio/characters/cloaks/odetoautumn/cloak_odetoautumn',57048),
(21877,21800,'playerstudio/houseitems/quaint_bridge',57048),
(21878,21801,'playerstudio/houseitems/gnome_babybed',57048),
(21879,21802,'playerstudio/houseitems/gnome_stepstool',57048),
(21880,21803,'playerstudio/houseitems/gnome_rockingchair',57048),
(21881,21804,'_exp10/objects/hk_crate_small01_dpo',57048),
(21882,21805,'playerstudio/characters/shields/tower_round_shields/leatherback/leatherback_shield',57048),
(21883,21806,'_exp10/characters/monsters/dragon_zlandicar/zlandicar',57048),
(21884,21807,'_exp10/characters/tool_users/aerakyn/aerakyn_male_boss',57048),
(21885,21808,'_exp10/characters/tool_users/aerakyn/aerakyn_male_heavy',57048),
(21886,21809,'_exp10/characters/tool_users/aerakyn/aerakyn_male_mage',57048),
(21887,21810,'_exp10/characters/tool_users/aerakyn/aerakyn_male_priest',57048),
(21888,21811,'creatures/pets/fish_angler/fish_angler_bowl',57048),
(21889,21812,'playerstudio/characters/weapons/2h_sword/elvenaxe/2handed_sword_elvenaxe',57048),
(21890,21813,'staticobjects/tcg/tcg_painting85_combattrial',57048),
(21891,21814,'staticobjects/tcg/tcg_painting84_delectable',57048),
(21892,21815,'staticobjects/tcg/tcg_painting83_rainoffear',57048),
(21893,21816,'staticobjects/tcg/tcg_painting82_visage',57048),
(21894,21817,'staticobjects/tcg/tcg_painting81_deathdealer',57048),
(21895,21818,'staticobjects/tcg/tcg_painting80_militia',57048),
(21896,21819,'staticobjects/tcg/tcg_painting79_voyage',57048),
(21897,21820,'accessories/channeler_golem/channeler_golem_arms_b',57048),
(21898,21821,'accessories/channeler_golem/channeler_golem_arms_g',57048),
(21899,21822,'accessories/channeler_golem/channeler_golem_arms_o',57048),
(21900,21823,'accessories/channeler_golem/channeler_golem_arms_v',57048),
(21901,21824,'accessories/channeler_golem/channeler_golem_arms_y',57048),
(21902,21825,'accessories/channeler_golem/channeler_golem_arms01_b',57048),
(21903,21826,'accessories/channeler_golem/channeler_golem_arms01_g',57048),
(21904,21827,'accessories/channeler_golem/channeler_golem_arms01_o',57048),
(21905,21828,'accessories/channeler_golem/channeler_golem_arms01_v',57048),
(21906,21829,'accessories/channeler_golem/channeler_golem_arms01_y',57048),
(21907,21830,'accessories/channeler_golem/channeler_golem_arms02_b',57048),
(21908,21831,'accessories/channeler_golem/channeler_golem_arms02_g',57048),
(21909,21832,'accessories/channeler_golem/channeler_golem_arms02_o',57048),
(21910,21833,'accessories/channeler_golem/channeler_golem_arms02_v',57048),
(21911,21834,'accessories/channeler_golem/channeler_golem_arms02_y',57048),
(21912,21835,'accessories/channeler_golem/channeler_golem_arms03_b',57048),
(21913,21836,'accessories/channeler_golem/channeler_golem_arms03_g',57048),
(21914,21837,'accessories/channeler_golem/channeler_golem_arms03_o',57048),
(21915,21838,'accessories/channeler_golem/channeler_golem_arms03_v',57048),
(21916,21839,'accessories/channeler_golem/channeler_golem_arms03_y',57048),
(21917,21840,'accessories/channeler_golem/channeler_golem_arms04_b',57048),
(21918,21841,'accessories/channeler_golem/channeler_golem_arms04_g',57048),
(21919,21842,'accessories/channeler_golem/channeler_golem_arms04_o',57048),
(21920,21843,'accessories/channeler_golem/channeler_golem_arms04_v',57048),
(21921,21844,'accessories/channeler_golem/channeler_golem_arms04_y',57048),
(21922,21845,'accessories/channeler_golem/channeler_golem_chest00_b',57048),
(21923,21846,'accessories/channeler_golem/channeler_golem_chest00_g',57048),
(21924,21847,'accessories/channeler_golem/channeler_golem_chest00_o',57048),
(21925,21848,'accessories/channeler_golem/channeler_golem_chest00_v',57048),
(21926,21849,'accessories/channeler_golem/channeler_golem_chest00_y',57048),
(21927,21850,'accessories/channeler_golem/channeler_golem_chest01_b',57048),
(21928,21851,'accessories/channeler_golem/channeler_golem_chest01_g',57048),
(21929,21852,'accessories/channeler_golem/channeler_golem_chest01_o',57048),
(21930,21853,'accessories/channeler_golem/channeler_golem_chest01_v',57048),
(21931,21854,'accessories/channeler_golem/channeler_golem_chest01_y',57048),
(21932,21855,'accessories/channeler_golem/channeler_golem_chest02_b',57048),
(21933,21856,'accessories/channeler_golem/channeler_golem_chest02_g',57048),
(21934,21857,'accessories/channeler_golem/channeler_golem_chest02_o',57048),
(21935,21858,'accessories/channeler_golem/channeler_golem_chest02_v',57048),
(21936,21859,'accessories/channeler_golem/channeler_golem_chest02_y',57048),
(21937,21860,'accessories/channeler_golem/channeler_golem_chest03_b',57048),
(21938,21861,'accessories/channeler_golem/channeler_golem_chest03_g',57048),
(21939,21862,'accessories/channeler_golem/channeler_golem_chest03_o',57048),
(21940,21863,'accessories/channeler_golem/channeler_golem_chest03_v',57048),
(21941,21864,'accessories/channeler_golem/channeler_golem_chest03_y',57048),
(21942,21865,'accessories/channeler_golem/channeler_golem_feet_b',57048),
(21943,21866,'accessories/channeler_golem/channeler_golem_feet_g',57048),
(21944,21867,'accessories/channeler_golem/channeler_golem_feet_o',57048),
(21945,21868,'accessories/channeler_golem/channeler_golem_feet_v',57048),
(21946,21869,'accessories/channeler_golem/channeler_golem_feet_y',57048),
(21947,21870,'accessories/channeler_golem/channeler_golem_feet01_b',57048),
(21948,21871,'accessories/channeler_golem/channeler_golem_feet01_g',57048),
(21949,21872,'accessories/channeler_golem/channeler_golem_feet01_o',57048),
(21950,21873,'accessories/channeler_golem/channeler_golem_feet01_v',57048),
(21951,21874,'accessories/channeler_golem/channeler_golem_feet01_y',57048),
(21952,21875,'accessories/channeler_golem/channeler_golem_feet02_b',57048),
(21953,21876,'accessories/channeler_golem/channeler_golem_feet02_g',57048),
(21954,21877,'accessories/channeler_golem/channeler_golem_feet02_o',57048),
(21955,21878,'accessories/channeler_golem/channeler_golem_feet02_v',57048),
(21956,21879,'accessories/channeler_golem/channeler_golem_feet02_y',57048),
(21957,21880,'accessories/channeler_golem/channeler_golem_feet03_b',57048),
(21958,21881,'accessories/channeler_golem/channeler_golem_feet03_g',57048),
(21959,21882,'accessories/channeler_golem/channeler_golem_feet03_o',57048),
(21960,21883,'accessories/channeler_golem/channeler_golem_feet03_v',57048),
(21961,21884,'accessories/channeler_golem/channeler_golem_feet03_y',57048),
(21962,21885,'accessories/channeler_golem/channeler_golem_feet04_b',57048),
(21963,21886,'accessories/channeler_golem/channeler_golem_feet04_g',57048),
(21964,21887,'accessories/channeler_golem/channeler_golem_feet04_o',57048),
(21965,21888,'accessories/channeler_golem/channeler_golem_feet04_v',57048),
(21966,21889,'accessories/channeler_golem/channeler_golem_feet04_y',57048),
(21967,21890,'accessories/channeler_golem/channeler_golem_head_b',57048),
(21968,21891,'accessories/channeler_golem/channeler_golem_head_g',57048),
(21969,21892,'accessories/channeler_golem/channeler_golem_head_o',57048),
(21970,21893,'accessories/channeler_golem/channeler_golem_head_v',57048),
(21971,21894,'accessories/channeler_golem/channeler_golem_head_y',57048),
(21972,21895,'accessories/channeler_golem/channeler_golem_head01_b',57048),
(21973,21896,'accessories/channeler_golem/channeler_golem_head01_g',57048),
(21974,21897,'accessories/channeler_golem/channeler_golem_head01_o',57048),
(21975,21898,'accessories/channeler_golem/channeler_golem_head01_v',57048),
(21976,21899,'accessories/channeler_golem/channeler_golem_head01_y',57048),
(21977,21900,'accessories/channeler_golem/channeler_golem_head02_b',57048),
(21978,21901,'accessories/channeler_golem/channeler_golem_head02_g',57048),
(21979,21902,'accessories/channeler_golem/channeler_golem_head02_o',57048),
(21980,21903,'accessories/channeler_golem/channeler_golem_head02_v',57048),
(21981,21904,'accessories/channeler_golem/channeler_golem_head02_y',57048),
(21982,21905,'accessories/channeler_golem/channeler_golem_head03_b',57048),
(21983,21906,'accessories/channeler_golem/channeler_golem_head03_g',57048),
(21984,21907,'accessories/channeler_golem/channeler_golem_head03_o',57048),
(21985,21908,'accessories/channeler_golem/channeler_golem_head03_v',57048),
(21986,21909,'accessories/channeler_golem/channeler_golem_head03_y',57048),
(21987,21910,'accessories/channeler_golem/channeler_golem_head04_b',57048),
(21988,21911,'accessories/channeler_golem/channeler_golem_head04_g',57048),
(21989,21912,'accessories/channeler_golem/channeler_golem_head04_o',57048),
(21990,21913,'accessories/channeler_golem/channeler_golem_head04_v',57048),
(21991,21914,'accessories/channeler_golem/channeler_golem_head04_y',57048),
(21992,21915,'accessories/channeler_golem/channeler_golem_shoulder01_b',57048),
(21993,21916,'accessories/channeler_golem/channeler_golem_shoulder01_g',57048),
(21994,21917,'accessories/channeler_golem/channeler_golem_shoulder01_o',57048),
(21995,21918,'accessories/channeler_golem/channeler_golem_shoulder01_v',57048),
(21996,21919,'accessories/channeler_golem/channeler_golem_shoulder01_y',57048),
(21997,21920,'accessories/channeler_golem/channeler_golem_shoulder02_b',57048),
(21998,21921,'accessories/channeler_golem/channeler_golem_shoulder02_g',57048),
(21999,21922,'accessories/channeler_golem/channeler_golem_shoulder02_o',57048),
(22000,21923,'accessories/channeler_golem/channeler_golem_shoulder02_v',57048),
(22001,21924,'accessories/channeler_golem/channeler_golem_shoulder02_y',57048),
(22002,21925,'accessories/channeler_golem/channeler_golem_shoulder03_b',57048),
(22003,21926,'accessories/channeler_golem/channeler_golem_shoulder03_g',57048),
(22004,21927,'accessories/channeler_golem/channeler_golem_shoulder03_o',57048),
(22005,21928,'accessories/channeler_golem/channeler_golem_shoulder03_v',57048),
(22006,21929,'accessories/channeler_golem/channeler_golem_shoulder03_y',57048),
(22007,21930,'accessories/channeler_golem/channeler_golem_shoulder04_b',57048),
(22008,21931,'accessories/channeler_golem/channeler_golem_shoulder04_g',57048),
(22009,21932,'accessories/channeler_golem/channeler_golem_shoulder04_o',57048),
(22010,21933,'accessories/channeler_golem/channeler_golem_shoulder04_v',57048),
(22011,21934,'accessories/channeler_golem/channeler_golem_shoulder04_y',57048),
(22012,21935,'accessories/channeler_golem/channeler_golem_thighs01_b',57048),
(22013,21936,'accessories/channeler_golem/channeler_golem_thighs01_g',57048),
(22014,21937,'accessories/channeler_golem/channeler_golem_thighs01_o',57048),
(22015,21938,'accessories/channeler_golem/channeler_golem_thighs01_v',57048),
(22016,21939,'accessories/channeler_golem/channeler_golem_thighs01_y',57048),
(22017,21940,'accessories/channeler_golem/channeler_golem_thighs02_b',57048),
(22018,21941,'accessories/channeler_golem/channeler_golem_thighs02_g',57048),
(22019,21942,'accessories/channeler_golem/channeler_golem_thighs02_o',57048),
(22020,21943,'accessories/channeler_golem/channeler_golem_thighs02_v',57048),
(22021,21944,'accessories/channeler_golem/channeler_golem_thighs02_y',57048),
(22022,21945,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_storm_red',57048),
(22023,21946,'staticobjects/housing_portal_objects/vision_home_fearshard01',57048),
(22024,21947,'staticobjects/housing_portal_objects/vision_home_sirens01',57048),
(22025,21948,'creatures/mounts/spider_mount/spider_mount_base',57048),
(22026,21949,'_exp10/characters/monsters/shissar_golem/shissar_golem',57048),
(22027,21950,'playerstudio/houseitems/shin_village_painting',57048),
(22028,21951,'playerstudio/houseitems/elegant_bed',57048),
(22029,21952,'playerstudio/houseitems/elegant_dresser',57048),
(22030,21953,'playerstudio/houseitems/elegant_nightstand',57048),
(22031,21954,'playerstudio/houseitems/elegant_chestofdrawers',57048),
(22032,21955,'_exp08/characters/monsters/wyvern_new/wyvern_new_brown',57048),
(22033,21956,'_exp08/characters/monsters/wyvern_new/wyvern_new_green',57048),
(22034,21957,'_exp08/characters/monsters/wyvern_new/wyvern_new_red',57048),
(22035,21958,'_exp08/characters/monsters/wyvern_new/wyvern_new_shadow',57048),
(22036,21959,'accessories/wearable_items/cloak/exp09/cloak_freeport_loyalty',57048),
(22037,21960,'accessories/wearable_items/cloak/exp09/cloak_qeynos_loyalty',57048),
(22038,21961,'_exp10/characters/monsters/dragon_klandicar/klandicar',57048),
(22039,21962,'_exp10/objects/hk_books_topple',57048),
(22040,21963,'_exp10/characters/monsters/dragon_vulakk/dragon_vulakk',57048),
(22041,21964,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_base',57048),
(22042,21965,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_ghost',57048),
(22043,21966,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_messy',57048),
(22044,21967,'creatures/pets/pet_rock01_ethernere_spark',57048),
(22045,52129,'_exp08/characters/monsters/dragon_lendiniara/dragon_lendiniara_ethereal',57048),
(22046,52130,'creatures/tu/invisible_soldier_paper_tu',57048),
(22047,52131,'projectiles/arrow_simple_truespirit',57048),
(22048,62132,'creatures/boss/fallengate_gehein',57048),
(22049,62133,'creatures/pets/pet_rock01_ethernere',57048),
(22050,62134,'accessories/wieldable_items/weapons/throwing_weapons/throwing_star/throwing_star002_fear',57048),
(22051,21968,'playerstudio/characters/hair_helm/hair/darkelf_female/ponytailcombo/ponytailcombo',60114),
(22052,21969,'playerstudio/characters/hair_helm/hair/halfelf_female/ponytailcombo/ponytailcombo',60114),
(22053,21970,'playerstudio/characters/hair_helm/hair/highelf_female/ponytailcombo/ponytailcombo',60114),
(22054,21971,'playerstudio/characters/hair_helm/hair/human_female/ponytailcombo/ponytailcombo',60114),
(22055,21972,'playerstudio/characters/hair_helm/hair/woodelf_female/ponytailcombo/ponytailcombo',60114),
(22056,21973,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_boss',60114),
(22057,21974,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_fighter',60114),
(22058,21975,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_heavy',60114),
(22059,21976,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_lackey',60114),
(22060,21977,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/chest',60114),
(22061,21978,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/feet',60114),
(22062,21979,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/forearms',60114),
(22063,21980,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/hands',60114),
(22064,21981,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/head',60114),
(22065,21982,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/legs_noskirt',60114),
(22066,21983,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/shoulders',60114),
(22067,21984,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/snapons/belt',60114),
(22068,21985,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/snapons/pauldron_left',60114),
(22069,21986,'accessories/wearable_items/_exp10/heroic_armors/leather_beigeblue/snapons/pauldron_right',60114),
(22070,21987,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/chest',60114),
(22071,21988,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/feet',60114),
(22072,21989,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/forearms',60114),
(22073,21990,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/hands',60114),
(22074,21991,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/head',60114),
(22075,21992,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/legs_noskirt',60114),
(22076,21993,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/shoulders',60114),
(22077,21994,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/snapons/belt',60114),
(22078,21995,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/snapons/pauldron_left',60114),
(22079,21996,'accessories/wearable_items/_exp10/heroic_armors/leather_beigepurple/snapons/pauldron_right',60114),
(22080,21997,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/chest',60114),
(22081,21998,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/feet',60114),
(22082,21999,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/forearms',60114),
(22083,22000,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/hands',60114),
(22084,22001,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/head',60114),
(22085,22002,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/legs_noskirt',60114),
(22086,22003,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/shoulders',60114),
(22087,22004,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/snapons/belt',60114),
(22088,22005,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/snapons/pauldron_left',60114),
(22089,22006,'accessories/wearable_items/_exp10/heroic_armors/leather_blue/snapons/pauldron_right',60114),
(22090,22007,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/chest',60114),
(22091,22008,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/feet',60114),
(22092,22009,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/forearms',60114),
(22093,22010,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/hands',60114),
(22094,22011,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/head',60114),
(22095,22012,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/legs_noskirt',60114),
(22096,22013,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/shoulders',60114),
(22097,22014,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/snapons/belt',60114),
(22098,22015,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/snapons/pauldron_left',60114),
(22099,22016,'accessories/wearable_items/_exp10/heroic_armors/leather_greenyellow/snapons/pauldron_right',60114),
(22100,22017,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/chest',60114),
(22101,22018,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/feet',60114),
(22102,22019,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/forearms',60114),
(22103,22020,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/hands',60114),
(22104,22021,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/head',60114),
(22105,22022,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/legs_noskirt',60114),
(22106,22023,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/shoulders',60114),
(22107,22024,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/snapons/belt',60114),
(22108,22025,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/snapons/pauldron_left',60114),
(22109,22026,'accessories/wearable_items/_exp10/heroic_armors/leather_redblue/snapons/pauldron_right',60114),
(22110,22027,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/chest',60114),
(22111,22028,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/feet',60114),
(22112,22029,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/forearms',60114),
(22113,22030,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/hands',60114),
(22114,22031,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/head',60114),
(22115,22032,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/legs_noskirt',60114),
(22116,22033,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/shoulders',60114),
(22117,22034,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/snapons/belt',60114),
(22118,22035,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/snapons/pauldron_left',60114),
(22119,22036,'accessories/wearable_items/_exp10/heroic_armors/leather_shadowred/snapons/pauldron_right',60114),
(22120,22037,'_exp10/characters/monsters/dragon_ethernere/charayan_ethernere',60114),
(22121,22038,'_exp10/characters/monsters/dragon_ethernere/darathar_ethernere',60114),
(22122,22039,'_exp10/characters/monsters/dragon_ethernere/fraka_dar_ethernere',60114),
(22123,22040,'_exp10/characters/monsters/dragon_ethernere/harla_dar_ethernere',60114),
(22124,22041,'_exp10/characters/monsters/dragon_ethernere/jortreva_ethernere',60114),
(22125,22042,'_exp10/characters/monsters/dragon_ethernere/lord_vyemm_ethernere',60114),
(22126,22043,'_exp10/characters/monsters/dragon_ethernere/lord_yelinak_ethernere',60114),
(22127,22044,'_exp10/characters/monsters/dragon_ethernere/wuoshi_ethernere',60114),
(22128,22045,'playerstudio/characters/weapons/1h_pierce/darkelf_dagger/darkelf_dagger',60114),
(22129,22046,'_exp10/characters/tool_users/bixie/bixie_female_base',60114),
(22130,22047,'_exp10/characters/tool_users/bixie/bixie_female_boss',60114),
(22131,22048,'_exp10/characters/tool_users/bixie/bixie_female_heavy',60114),
(22132,22049,'_exp10/characters/tool_users/bixie/bixie_female_mage',60114),
(22133,22050,'_exp10/characters/tool_users/bixie/bixie_female_priest',60114),
(22134,22051,'_exp10/characters/tool_users/bixie/bixie_male_base',60114),
(22135,22052,'_exp10/characters/tool_users/bixie/bixie_male_boss',60114),
(22136,22053,'_exp10/characters/tool_users/bixie/bixie_male_heavy',60114),
(22137,22054,'_exp10/characters/tool_users/bixie/bixie_male_mage',60114),
(22138,22055,'_exp10/characters/tool_users/bixie/bixie_male_priest',60114),
(22139,22056,'_exp10/objects/shissartemple_runeringfx_dpo',60114),
(22140,22057,'_exp10/objects/shissartemple_runestream01fx_dpo',60114),
(22141,22058,'_exp10/characters/monsters/drake_ethernere/drakota_black_ethernere',60114),
(22142,22059,'_exp10/characters/monsters/drake_ethernere/drakota_blue_ethernere',60114),
(22143,22060,'_exp10/characters/monsters/drake_ethernere/drakota_ethernere',60114),
(22144,22061,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold_yellow',60114),
(22145,22062,'_exp10/characters/monsters/dragon_red/dragon_red',60114),
(22146,22063,'_exp10/characters/monsters/dragon_telkorenar/telkorenar',60114),
(22147,22064,'creatures/pets/truespirit_healing_rift',60114),
(22148,22065,'_exp10/characters/monsters/dragon_horde/dragon_horde',60114),
(22149,22066,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/chest',60114),
(22150,22067,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/feet',60114),
(22151,22068,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/forearms',60114),
(22152,22069,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/hands',60114),
(22153,22070,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/head',60114),
(22154,22071,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/head_epic',60114),
(22155,22072,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/legs',60114),
(22156,22073,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/legs_noskirt',60114),
(22157,22074,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/shoulders',60114),
(22158,22075,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/shoulders_pauldron_left',60114),
(22159,22076,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/shoulders_pauldron_right',60114),
(22160,22077,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluebrown/skirt',60114),
(22161,22078,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/chest',60114),
(22162,22079,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/feet',60114),
(22163,22080,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/forearms',60114),
(22164,22081,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/hands',60114),
(22165,22082,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/head',60114),
(22166,22083,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/head_epic',60114),
(22167,22084,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/legs',60114),
(22168,22085,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/legs_noskirt',60114),
(22169,22086,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/shoulders',60114),
(22170,22087,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/shoulders_pauldron_left',60114),
(22171,22088,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/shoulders_pauldron_right',60114),
(22172,22089,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_bluegold/skirt',60114),
(22173,22090,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/chest',60114),
(22174,22091,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/feet',60114),
(22175,22092,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/forearms',60114),
(22176,22093,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/hands',60114),
(22177,22094,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/head',60114),
(22178,22095,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/head_epic',60114),
(22179,22096,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/legs',60114),
(22180,22097,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/legs_noskirt',60114),
(22181,22098,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/shoulders',60114),
(22182,22099,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/shoulders_pauldron_left',60114),
(22183,22100,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/shoulders_pauldron_right',60114),
(22184,22101,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_grenbrown/skirt',60114),
(22185,22102,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/chest',60114),
(22186,22103,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/feet',60114),
(22187,22104,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/forearms',60114),
(22188,22105,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/hands',60114),
(22189,22106,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/head',60114),
(22190,22107,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/head_epic',60114),
(22191,22108,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/legs',60114),
(22192,22109,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/legs_noskirt',60114),
(22193,22110,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/shoulders',60114),
(22194,22111,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/shoulders_pauldron_left',60114),
(22195,22112,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/shoulders_pauldron_right',60114),
(22196,22113,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_orangebrown/skirt',60114),
(22197,22114,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/chest',60114),
(22198,22115,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/feet',60114),
(22199,22116,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/forearms',60114),
(22200,22117,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/hands',60114),
(22201,22118,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/head',60114),
(22202,22119,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/head_epic',60114),
(22203,22120,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/legs',60114),
(22204,22121,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/legs_noskirt',60114),
(22205,22122,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/shoulders',60114),
(22206,22123,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/shoulders_pauldron_left',60114),
(22207,22124,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/shoulders_pauldron_right',60114),
(22208,22125,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgold/skirt',60114),
(22209,22126,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/chest',60114),
(22210,22127,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/feet',60114),
(22211,22128,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/forearms',60114),
(22212,22129,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/hands',60114),
(22213,22130,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/head',60114),
(22214,22131,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/head_epic',60114),
(22215,22132,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/legs',60114),
(22216,22133,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/legs_noskirt',60114),
(22217,22134,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/shoulders',60114),
(22218,22135,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/shoulders_pauldron_left',60114),
(22219,22136,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/shoulders_pauldron_right',60114),
(22220,22137,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_redgray/skirt',60114),
(22221,22138,'accessories/wearable_items/halloween_masks/flaming_pumpkin/head_blue',60114),
(22222,22139,'accessories/wearable_items/halloween_masks/flaming_pumpkin/head_dark',60114),
(22223,22140,'accessories/wearable_items/halloween_masks/flaming_pumpkin/head_green',60114),
(22224,22141,'accessories/wearable_items/halloween_masks/scarecrow_mask/head_glow',60114),
(22225,22142,'accessories/wearable_items/halloween_masks/scarecrow_mask/head_glow_blue',60114),
(22226,22143,'accessories/wearable_items/halloween_masks/scarecrow_mask/head_glow_green',60114),
(22227,22144,'accessories/wearable_items/_exp10/heroic_armors/gi/head',60114),
(22228,22145,'accessories/wearable_items/_exp10/heroic_armors/gi_monk/head',60114),
(22229,22146,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/chest',60114),
(22230,22147,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/feet',60114),
(22231,22148,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/forearms',60114),
(22232,22149,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/hands',60114),
(22233,22150,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/head',60114),
(22234,22151,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/head_epic',60114),
(22235,22152,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/legs',60114),
(22236,22153,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/legs_noskirt',60114),
(22237,22154,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/shoulders',60114),
(22238,22155,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/shoulders_pauldron_left',60114),
(22239,22156,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/shoulders_pauldron_right',60114),
(22240,22157,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_greengray/skirt',60114),
(22241,22158,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/chest',60114),
(22242,22159,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/feet',60114),
(22243,22160,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/forearms',60114),
(22244,22161,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/hands',60114),
(22245,22162,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/head',60114),
(22246,22163,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/head_epic',60114),
(22247,22164,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/legs',60114),
(22248,22165,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/legs_noskirt',60114),
(22249,22166,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/shoulders',60114),
(22250,22167,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/shoulders_pauldron_left',60114),
(22251,22168,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/shoulders_pauldron_right',60114),
(22252,22169,'accessories/wearable_items/_exp10/heroic_armors/chain-scale_purplebrown/skirt',60114),
(22253,22170,'_exp10/characters/monsters/dragon_sontalak/sontalak',60114),
(22254,22171,'_exp10/characters/monsters/shissar_cobra/shissar_cobra',60114),
(22255,22172,'creatures/mounts/sokokar_mount/sokokar_mount_02',60114),
(22256,22173,'creatures/mounts/sokokar_mount/sokokar_mount_03',60114),
(22257,22174,'creatures/mounts/sokokar_mount/sokokar_mount_04',60114),
(22258,22175,'staticobjects/halloween/dpo_ground_portal_rift',60114),
(22259,22176,'staticobjects/halloween/dpo_notd_bones01_flies',60114),
(22260,22177,'staticobjects/halloween/dpo_notd_bones02_flies',60114),
(22261,22178,'staticobjects/halloween/dpo_pitchfork_leaves_cordon',60114),
(22262,22179,'staticobjects/halloween/dpo_skull_leaves_garland',60114),
(22263,22180,'staticobjects/crystals/crystal_pillar',60114),
(22264,22181,'_exp10/objects/shissar_temple_book_01_dpo',60114),
(22265,22182,'_exp10/objects/shissar_temple_book_02_dpo',60114),
(22266,22183,'_exp10/objects/shissar_temple_book_03_dpo',60114),
(22267,22184,'_exp10/objects/shissar_temple_book_04_dpo',60114),
(22268,22185,'_exp10/characters/monsters/dragon_lord_feshlak/lord_feshlak',60114),
(22269,22186,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_gold_white',60114),
(22270,22187,'_exp06/characters/monsters/vasty_guardian/vasty_guardian_nexus',60114),
(22271,22188,'_exp06/characters/monsters/vasty_guardian/vasty_guardian_nexus_gold',60114),
(22272,22189,'staticobjects/_exp08/cobalt_scar/cs_othmir_tear_veeshan03',60114),
(22273,22190,'_exp10/objects/eru_nex_center_gem_dpo',60114),
(22274,22191,'_exp10/objects/eru_nex_room03_switch01_dpo',60114),
(22275,22192,'_exp10/characters/tool_users/shissar_statue/shissar_statue_base',60114),
(22276,22193,'_exp10/objects/nex_pipe_room01_energy_tube_dpo',60114),
(22277,22194,'_exp10/objects/nex_pipe_room02_energy_tube_dpo',60114),
(22278,22195,'_exp10/objects/nex_pipe_room03_energy_tube_dpo',60114),
(22279,22196,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/belt',60114),
(22280,22197,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/forearm_left',60114),
(22281,22198,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/forearm_right',60114),
(22282,22199,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/head_epic',60114),
(22283,22200,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/pauldron_guard_left',60114),
(22284,22201,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/pauldron_left',60114),
(22285,22202,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/pauldron_right',60114),
(22286,22203,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/shin_left',60114),
(22287,22204,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/snapons/shin_right',60114),
(22288,22205,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/chest',60114),
(22289,22206,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/feet_epic',60114),
(22290,22207,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/forearms',60114),
(22291,22208,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/hands_epic',60114),
(22292,22209,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/head',60114),
(22293,22210,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/head_epic',60114),
(22294,22211,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/legs',60114),
(22295,22212,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/shoulders_epic',60114),
(22296,22213,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_inquisitor/skirt',60114),
(22297,22214,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/belt',60114),
(22298,22215,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/forearm_left',60114),
(22299,22216,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/forearm_right',60114),
(22300,22217,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/head_epic',60114),
(22301,22218,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/pauldron_guard_left',60114),
(22302,22219,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/pauldron_left',60114),
(22303,22220,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/pauldron_right',60114),
(22304,22221,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/shin_left',60114),
(22305,22222,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/snapons/shin_right',60114),
(22306,22223,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/chest',60114),
(22307,22224,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/feet_epic',60114),
(22308,22225,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/forearms',60114),
(22309,22226,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/hands_epic',60114),
(22310,22227,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/head',60114),
(22311,22228,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/head_epic',60114),
(22312,22229,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/legs',60114),
(22313,22230,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/shoulders_epic',60114),
(22314,22231,'accessories/wearable_items/_exp10/heroic_armors/leather-chain_templar/skirt',60114),
(22315,22232,'_exp10/objects/tov_teleporter',60114),
(22316,22233,'_exp10/objects/eru_nex_switch01_fx_rotating_dpo',60114),
(22317,22234,'_exp10/objects/eru_nex_tear_veeshan01_rotating_dpo',60114),
(22318,22235,'_exp10/objects/eru_nex_tear_veeshan02_rotating_dpo',60114),
(22319,22236,'_exp10/objects/eru_nex_tear_veeshan03_rotating_dpo',60114),
(22320,22237,'_exp10/characters/monsters/drake_boss/drake_boss',60114),
(22321,22238,'creatures/mounts/pegasus_mount/pegasus_mount_heroic_ice',60114),
(22322,22239,'accessories/wieldable_items/weapons/exp10/1h_crush/club_tenderizer_bluebronze',60114),
(22323,22240,'accessories/wieldable_items/weapons/exp10/1h_crush/club_tenderizer_cinderslam',60114),
(22324,22241,'accessories/wieldable_items/weapons/exp10/1h_crush/club_tenderizer_forestrage',60114),
(22325,22242,'accessories/wieldable_items/weapons/exp10/1h_crush/club_tenderizer_nightcrusher',60114),
(22326,22243,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_flamepounder',60114),
(22327,22244,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_greensteel',60114),
(22328,22245,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_redgold',60114),
(22329,22246,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_shadowmarch',60114),
(22330,22247,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_bluesteel',60114),
(22331,22248,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_natureswrath',60114),
(22332,22249,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_posessed',60114),
(22333,22250,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_redgold',60114),
(22334,22251,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_redsteel',60114),
(22335,22252,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_bluesteel',60114),
(22336,22253,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_branchbane',60114),
(22337,22254,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_flametongue',60114),
(22338,22255,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_redgold',60114),
(22339,22256,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_shadowblight',60114),
(22340,22257,'accessories/wieldable_items/weapons/exp10/2h_crush/hammer_tunnelforger_basic',60114),
(22341,22258,'accessories/wieldable_items/weapons/exp10/2h_crush/hammer_tunnelforger_coldsteel',60114),
(22342,22259,'accessories/wieldable_items/weapons/exp10/2h_crush/hammer_tunnelforger_dreamwrought',60114),
(22343,22260,'accessories/wieldable_items/weapons/exp10/2h_crush/hammer_tunnelforger_pyresmasher',60114),
(22344,22261,'accessories/wieldable_items/weapons/exp10/bow/longbow_fighter',60114),
(22345,22262,'accessories/wieldable_items/weapons/exp10/bow/longbow_fighter_opulent',60114),
(22346,22263,'accessories/wieldable_items/weapons/exp10/bow/longbow_fighter_sanguine',60114),
(22347,22264,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_blue',60114),
(22348,22265,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_green',60114),
(22349,22266,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_nightmare',60114),
(22350,22267,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_red',60114),
(22351,22268,'accessories/wieldable_items/weapons/exp10/fist/fist_bolted_bluesilver',60114),
(22352,22269,'accessories/wieldable_items/weapons/exp10/fist/fist_bolted_coldsteel',60114),
(22353,22270,'accessories/wieldable_items/weapons/exp10/fist/fist_bolted_golden',60114),
(22354,22271,'accessories/wieldable_items/weapons/exp10/fist/fist_bolted_redgold',60114),
(22355,22272,'accessories/wieldable_items/weapons/exp10/fist/fist_punchblade_cloudslicer',60114),
(22356,22273,'accessories/wieldable_items/weapons/exp10/fist/fist_punchblade_natureblade',60114),
(22357,22274,'accessories/wieldable_items/weapons/exp10/fist/fist_punchblade_redgold',60114),
(22358,22275,'accessories/wieldable_items/weapons/exp10/fist/fist_punchblade_voidshard',60114),
(22359,22276,'accessories/wieldable_items/weapons/exp10/staff/staff_monk_bladed_deathly',60114),
(22360,22277,'accessories/wieldable_items/weapons/exp10/staff/staff_monk_bladed_energetic',60114),
(22361,22278,'accessories/wieldable_items/weapons/exp10/staff/staff_monk_bladed_golden',60114),
(22362,22279,'accessories/wieldable_items/weapons/exp10/staff/staff_monk_bladed_redgold',60114),
(22363,22280,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_nature_gem_green',60114),
(22364,22281,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_nature_gem_purple',60114),
(22365,22282,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_nature_gem_purple_teal',60114),
(22366,22283,'_exp05/monsters/elemental_wave_bixie_wax',60114),
(22367,22284,'_exp09/characters/monsters/mud_monster/mud_monster_bixie_wax',60114),
(22368,22285,'_exp10/objects/shissartemple_collision01_blocker_01_dpo',60114),
(22369,22286,'staticobjects/eig/eig_harvest_location_dark_crack_sky',60114),
(22370,22287,'staticobjects/_exp10/dragon_realm_speed_boost_cloud',60114),
(22371,22288,'accessories/wearable_items/_exp10/dragon_armor/vanguard/chest',60114),
(22372,22289,'accessories/wearable_items/_exp10/dragon_armor/vanguard/feet',60114),
(22373,22290,'accessories/wearable_items/_exp10/dragon_armor/vanguard/forearms',60114),
(22374,22291,'accessories/wearable_items/_exp10/dragon_armor/vanguard/hands',60114),
(22375,22292,'accessories/wearable_items/_exp10/dragon_armor/vanguard/head',60114),
(22376,22293,'accessories/wearable_items/_exp10/dragon_armor/vanguard/head_epic',60114),
(22377,22294,'accessories/wearable_items/_exp10/dragon_armor/vanguard/legs',60114),
(22378,22295,'accessories/wearable_items/_exp10/dragon_armor/vanguard/legs_epic',60114),
(22379,22296,'accessories/wearable_items/_exp10/dragon_armor/vanguard/legs_noskirt',60114),
(22380,22297,'accessories/wearable_items/_exp10/dragon_armor/vanguard/right',60114),
(22381,22298,'accessories/wearable_items/_exp10/dragon_armor/vanguard/shoulders',60114),
(22382,22299,'accessories/wearable_items/_exp10/dragon_armor/vanguard/shoulders_epic',60114),
(22383,22300,'accessories/wearable_items/_exp10/dragon_armor/vanguard/shoulders_nopauldrons',60114),
(22384,22301,'accessories/wearable_items/_exp10/dragon_armor/vanguard/skirt',60114),
(22385,22302,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/pauldron_left',60114),
(22386,22303,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/pauldron_right',60114),
(22387,22304,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/shin_left',60114),
(22388,22305,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/shin_right',60114),
(22389,22306,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/vanguard_belt',60114),
(22390,22307,'creatures/mounts/griffin_mount/griffin_mount_ethernere',60114),
(22391,22308,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_bluesilver',60114),
(22392,22309,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_diseased',60114),
(22393,22310,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_regal',60114),
(22394,22311,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_shadowed',60114),
(22395,22312,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_basic',60114),
(22396,22313,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_flame',60114),
(22397,22314,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_forest',60114),
(22398,22315,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_shadow',60114),
(22399,22316,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_basic',60114),
(22400,22317,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_evil',60114),
(22401,22318,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_fire',60114),
(22402,22319,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_ice',60114),
(22403,22320,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_nature',60114),
(22404,22321,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_basic',60114),
(22405,22322,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_bluesilver',60114),
(22406,22323,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_golden',60114),
(22407,22324,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_necrotic',60114),
(22408,22325,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_red',60114),
(22409,22326,'accessories/wieldable_items/weapons/exp10/1h_sword/rapier_basic',60114),
(22410,22327,'accessories/wieldable_items/weapons/exp10/1h_sword/rapier_bluesilver',60114),
(22411,22328,'accessories/wieldable_items/weapons/exp10/1h_sword/rapier_haunted',60114),
(22412,22329,'accessories/wieldable_items/weapons/exp10/1h_sword/rapier_redgold',60114),
(22413,22330,'accessories/wieldable_items/weapons/exp10/1h_sword/shortsword_basic',60114),
(22414,22331,'accessories/wieldable_items/weapons/exp10/1h_sword/shortsword_bluesteel',60114),
(22415,22332,'accessories/wieldable_items/weapons/exp10/1h_sword/shortsword_pestillant',60114),
(22416,22333,'accessories/wieldable_items/weapons/exp10/1h_sword/shortsword_redgold',60114),
(22417,22334,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_basic',60114),
(22418,22335,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_blue',60114),
(22419,22336,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_evil',60114),
(22420,22337,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_golden',60114),
(22421,22338,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_red',60114),
(22422,22339,'accessories/wieldable_items/weapons/exp10/staff/staff_lance_flame',60114),
(22423,22340,'accessories/wieldable_items/weapons/exp10/staff/staff_lance_ice',60114),
(22424,22341,'accessories/wieldable_items/weapons/exp10/staff/staff_lance_nightmare',60114),
(22425,22342,'accessories/wieldable_items/weapons/exp10/staff/staff_mage_flame',60114),
(22426,22343,'accessories/wieldable_items/weapons/exp10/staff/staff_mage_pestillence',60114),
(22427,22344,'accessories/wieldable_items/weapons/exp10/staff/staff_mage_purplegreen',60114),
(22428,22345,'accessories/wieldable_items/weapons/exp10/staff/staff_mage_velium',60114),
(22429,22346,'playerstudio/characters/shields/tower_round_shields/shield_of_zarkruum/shield_of_zarkruum',60114),
(22430,22347,'_exp10/characters/tool_users/aerakyn/aerakyn_male_merc',60114),
(22431,22348,'accessories/wearable_items/_exp10/dragon_armor/gi/chest',60114),
(22432,22349,'accessories/wearable_items/_exp10/dragon_armor/gi/feet',60114),
(22433,22350,'accessories/wearable_items/_exp10/dragon_armor/gi/hands',60114),
(22434,22351,'accessories/wearable_items/_exp10/dragon_armor/gi/pants',60114),
(22435,22352,'accessories/wearable_items/_exp10/dragon_armor/robe/chest',60114),
(22436,22353,'accessories/wearable_items/_exp10/dragon_armor/robe/feet',60114),
(22437,22354,'accessories/wearable_items/_exp10/dragon_armor/robe/hands',60114),
(22438,22355,'accessories/wearable_items/_exp10/dragon_armor/robe/head',60114),
(22439,22356,'accessories/wearable_items/_exp10/dragon_armor/robe/hood',60114),
(22440,22357,'accessories/wearable_items/_exp10/dragon_armor/robe/pants',60114),
(22441,22358,'accessories/wearable_items/_exp10/dragon_armor/robe/skirt',60114),
(22442,22359,'accessories/wieldable_items/shields/exp10/tower_ornate_basic',60114),
(22443,22360,'accessories/wieldable_items/shields/exp10/tower_ornate_evil',60114),
(22444,22361,'accessories/wieldable_items/shields/exp10/tower_ornate_nature',60114),
(22445,22362,'accessories/wieldable_items/shields/exp10/tower_ornate_redgold',60114),
(22446,22363,'accessories/wearable_items/_exp10/dragon_armor/leather/snapons/leather_belt',60114),
(22447,22364,'accessories/wearable_items/_exp10/dragon_armor/leather/snapons/pauldron_left',60114),
(22448,22365,'accessories/wearable_items/_exp10/dragon_armor/leather/chest',60114),
(22449,22366,'accessories/wearable_items/_exp10/dragon_armor/leather/feet',60114),
(22450,22367,'accessories/wearable_items/_exp10/dragon_armor/leather/forearms',60114),
(22451,22368,'accessories/wearable_items/_exp10/dragon_armor/leather/hands',60114),
(22452,22369,'accessories/wearable_items/_exp10/dragon_armor/leather/head',60114),
(22453,22370,'accessories/wearable_items/_exp10/dragon_armor/leather/legs',60114),
(22454,22371,'accessories/wearable_items/_exp10/dragon_armor/leather/legs_epic',60114),
(22455,22372,'accessories/wearable_items/_exp10/dragon_armor/leather/legs_noskirt',60114),
(22456,22373,'accessories/wearable_items/_exp10/dragon_armor/leather/shoulders',60114),
(22457,22374,'accessories/wearable_items/_exp10/dragon_armor/leather/shoulders_epic',60114),
(22458,22375,'accessories/wearable_items/_exp10/dragon_armor/leather/skirt',60114),
(22459,22376,'accessories/channeler_golem/channeler_golem_arms_white',60114),
(22460,22377,'accessories/channeler_golem/channeler_golem_arms01_white',60114),
(22461,22378,'accessories/channeler_golem/channeler_golem_arms02_white',60114),
(22462,22379,'accessories/channeler_golem/channeler_golem_arms03_white',60114),
(22463,22380,'accessories/channeler_golem/channeler_golem_arms04_white',60114),
(22464,22381,'accessories/channeler_golem/channeler_golem_chest00_white',60114),
(22465,22382,'accessories/channeler_golem/channeler_golem_chest01_white',60114),
(22466,22383,'accessories/channeler_golem/channeler_golem_chest02_white',60114),
(22467,22384,'accessories/channeler_golem/channeler_golem_chest03_white',60114),
(22468,22385,'accessories/channeler_golem/channeler_golem_feet_white',60114),
(22469,22386,'accessories/channeler_golem/channeler_golem_feet01_white',60114),
(22470,22387,'accessories/channeler_golem/channeler_golem_feet03_white',60114),
(22471,22388,'accessories/channeler_golem/channeler_golem_feet04_white',60114),
(22472,22389,'accessories/channeler_golem/channeler_golem_head_white',60114),
(22473,22390,'accessories/channeler_golem/channeler_golem_head01_white',60114),
(22474,22391,'accessories/channeler_golem/channeler_golem_head02_white',60114),
(22475,22392,'accessories/channeler_golem/channeler_golem_head03_white',60114),
(22476,22393,'accessories/channeler_golem/channeler_golem_head04_white',60114),
(22477,22394,'accessories/channeler_golem/channeler_golem_shoulder_white',60114),
(22478,22395,'accessories/channeler_golem/channeler_golem_shoulder01_white',60114),
(22479,22396,'accessories/channeler_golem/channeler_golem_shoulder02_white',60114),
(22480,22397,'accessories/channeler_golem/channeler_golem_shoulder03_white',60114),
(22481,22398,'accessories/channeler_golem/channeler_golem_shoulder04_white',60114),
(22482,22399,'accessories/channeler_golem/channeler_golem_thighs01_white',60114),
(22483,22400,'accessories/channeler_golem/channeler_golem_thighs02_white',60114),
(22484,22401,'accessories/channeler_golem/channeler_golem_feet02_white',60114),
(22485,22402,'accessories/wearable_items/_exp10/dragon_armor/chain/chest',60114),
(22486,22403,'accessories/wearable_items/_exp10/dragon_armor/chain/feet',60114),
(22487,22404,'accessories/wearable_items/_exp10/dragon_armor/chain/forearms',60114),
(22488,22405,'accessories/wearable_items/_exp10/dragon_armor/chain/hands',60114),
(22489,22406,'accessories/wearable_items/_exp10/dragon_armor/chain/head',60114),
(22490,22407,'accessories/wearable_items/_exp10/dragon_armor/chain/legs',60114),
(22491,22408,'accessories/wearable_items/_exp10/dragon_armor/chain/legs_noskirt',60114),
(22492,22409,'accessories/wearable_items/_exp10/dragon_armor/chain/shoulders',60114),
(22493,22410,'accessories/wearable_items/_exp10/dragon_armor/chain/shoulders_epic',60114),
(22494,22411,'accessories/wearable_items/_exp10/dragon_armor/chain/skirt',60114),
(22495,22412,'_exp10/characters/monsters/armapine/armapine_elemental_broodland',60114),
(22496,22413,'accessories/wieldable_items/shields/exp10/buckler_lionhead_bronze',60114),
(22497,22414,'accessories/wieldable_items/shields/exp10/buckler_lionhead_golden',60114),
(22498,22415,'accessories/wieldable_items/shields/exp10/buckler_lionhead_iron',60114),
(22499,22416,'accessories/wieldable_items/shields/exp10/buckler_lionhead_rock',60114),
(22500,22417,'accessories/wieldable_items/shields/exp10/buckler_lionhead_shadow',60114),
(22501,22418,'accessories/wieldable_items/shields/exp10/kite_embellished_blue',60114),
(22502,22419,'accessories/wieldable_items/shields/exp10/kite_embellished_brown',60114),
(22503,22420,'accessories/wieldable_items/shields/exp10/kite_embellished_nature',60114),
(22504,22421,'accessories/wieldable_items/shields/exp10/kite_embellished_redgold',60114),
(22505,22422,'accessories/wieldable_items/shields/exp10/kite_embellished_shadow',60114),
(22506,22423,'_exp10/characters/monsters/dragon_frakadar/dragon_frakadar',60114),
(22507,22424,'_exp10/characters/monsters/sokokar_2013/sokokar_2013',60114),
(22508,22425,'creatures/mounts/bear_mount_undead/bear_mount_undead_black',60114),
(22509,22426,'_exp10/objects/exp10_dun_bixie_hive/bixie_hive_wax_round_01_dpo',60114),
(22510,22427,'_exp10/characters/monsters/drake_ethernere/drakota_green_ethernere',60114),
(22511,22428,'_exp10/characters/monsters/drake_ethernere/drakota_red_ethernere',60114),
(22512,22429,'staticobjects/tcg/tcg_marble_egg',60114),
(22513,22430,'_exp08/characters/monsters/dragon_lendiniara/dragon_lendiniara_ethereal_solid',60114),
(22514,22431,'staticobjects/housing_portal_objects/vision_home_oakmyst',60114),
(22515,22432,'_exp10/characters/monsters/sokokar_2013/sokokar_2013_blue',60114),
(22516,22433,'_exp10/characters/monsters/sokokar_2013/sokokar_2013_orange',60114),
(22517,22434,'_exp10/characters/monsters/sokokar_2013/sokokar_2013_violet',60114),
(22518,22435,'creatures/mounts/foo_dog_mount/foo_dog_base',60114),
(22519,22436,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_vyemm',60114),
(22520,22437,'_exp09/characters/tool_users/ethenere_npcs/erudite_classic_male_ethenere',60114),
(22521,22438,'_exp10/characters/monsters/wyvern_ethernere/wyvern_red_ethernere',60114),
(22522,22439,'ec/npc/zombie_fresh_female_highelf',60114),
(22523,22440,'ec/npc/zombie_fresh_male_highelf',60114),
(22524,22441,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/chest',60114),
(22525,22442,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/feet',60114),
(22526,22443,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/forearms',60114),
(22527,22444,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/hands',60114),
(22528,22445,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/head',60114),
(22529,22446,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/legs',60114),
(22530,22447,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/shoulders',60114),
(22531,22448,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/chest',60114),
(22532,22449,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/feet',60114),
(22533,22450,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/forearms',60114),
(22534,22451,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/hands',60114),
(22535,22452,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/head',60114),
(22536,22453,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/legs',60114),
(22537,22454,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/shoulders',60114),
(22538,22455,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/chest',60114),
(22539,22456,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/feet',60114),
(22540,22457,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/forearms',60114),
(22541,22458,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/hands',60114),
(22542,22459,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/head',60114),
(22543,22460,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/legs',60114),
(22544,22461,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/shoulders',60114),
(22545,22462,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/chest',60114),
(22546,22463,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/feet',60114),
(22547,22464,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/forearms',60114),
(22548,22465,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/hands',60114),
(22549,22466,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/head',60114),
(22550,22467,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/legs',60114),
(22551,22468,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/shoulders',60114),
(22552,22469,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/chest',60114),
(22553,22470,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/feet',60114),
(22554,22471,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/forearms',60114),
(22555,22472,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/hands',60114),
(22556,22473,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/head',60114),
(22557,22474,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/legs',60114),
(22558,22475,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/shoulders',60114),
(22559,22476,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/chest',60114),
(22560,22477,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/feet',60114),
(22561,22478,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/hands',60114),
(22562,22479,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/head',60114),
(22563,22480,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/pants',60114),
(22564,22481,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/chest',60114),
(22565,22482,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/feet',60114),
(22566,22483,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/hands',60114),
(22567,22484,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/head',60114),
(22568,22485,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/pants',60114),
(22569,22486,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/chest',60114),
(22570,22487,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/feet',60114),
(22571,22488,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/hands',60114),
(22572,22489,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/head',60114),
(22573,22490,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/pants',60114),
(22574,22491,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/chest',60114),
(22575,22492,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/feet',60114),
(22576,22493,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/hands',60114),
(22577,22494,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/head',60114),
(22578,22495,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/pants',60114),
(22579,22496,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/chest',60114),
(22580,22497,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/feet',60114),
(22581,22498,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/forearms',60114),
(22582,22499,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/hands',60114),
(22583,22500,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/head',60114),
(22584,22501,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/legs',60114),
(22585,22502,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/legs_noskirt',60114),
(22586,22503,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/pauldron_left',60114),
(22587,22504,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/pauldron_right',60114),
(22588,22505,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/shoulders',60114),
(22589,22506,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/shoulders_nopauldrons',60114),
(22590,22507,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/skirt',60114),
(22591,22508,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/chest',60114),
(22592,22509,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/feet',60114),
(22593,22510,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/forearms',60114),
(22594,22511,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/hands',60114),
(22595,22512,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/head',60114),
(22596,22513,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/legs',60114),
(22597,22514,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/legs_noskirt',60114),
(22598,22515,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/pauldron_left',60114),
(22599,22516,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/pauldron_right',60114),
(22600,22517,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/shoulders',60114),
(22601,22518,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/shoulders_nopauldrons',60114),
(22602,22519,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/skirt',60114),
(22603,22520,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/chest',60114),
(22604,22521,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/feet',60114),
(22605,22522,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/forearms',60114),
(22606,22523,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/hands',60114),
(22607,22524,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/head',60114),
(22608,22525,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/legs',60114),
(22609,22526,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/legs_noskirt',60114),
(22610,22527,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/pauldron_left',60114),
(22611,22528,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/pauldron_right',60114),
(22612,22529,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/shoulders',60114),
(22613,22530,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/shoulders_nopauldrons',60114),
(22614,22531,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/skirt',60114),
(22615,22532,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/chest',60114),
(22616,22533,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/feet',60114),
(22617,22534,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/forearms',60114),
(22618,22535,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/hands',60114),
(22619,22536,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/head',60114),
(22620,22537,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/legs',60114),
(22621,22538,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/legs_noskirt',60114),
(22622,22539,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/pauldron_left',60114),
(22623,22540,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/pauldron_right',60114),
(22624,22541,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/shoulders',60114),
(22625,22542,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/shoulders_nopauldrons',60114),
(22626,22543,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/skirt',60114),
(22627,22544,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/chest',60114),
(22628,22545,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/feet',60114),
(22629,22546,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/hands',60114),
(22630,22547,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/head',60114),
(22631,22548,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/pants',60114),
(22632,22549,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/skirt',60114),
(22633,22550,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/chest',60114),
(22634,22551,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/feet',60114),
(22635,22552,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/hands',60114),
(22636,22553,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/head',60114),
(22637,22554,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/pants',60114),
(22638,22555,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/skirt',60114),
(22639,22556,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/chest',60114),
(22640,22557,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/feet',60114),
(22641,22558,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/hands',60114),
(22642,22559,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/head',60114),
(22643,22560,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/pants',60114),
(22644,22561,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/skirt',60114),
(22645,22562,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/chest',60114),
(22646,22563,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/feet',60114),
(22647,22564,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/hands',60114),
(22648,22565,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/head',60114),
(22649,22566,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/pants',60114),
(22650,22567,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/skirt',60114),
(22651,22568,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/chest',60114),
(22652,22569,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/feet',60114),
(22653,22570,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/forearms',60114),
(22654,22571,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/hands',60114),
(22655,22572,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/head',60114),
(22656,22573,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/head_epic',60114),
(22657,22574,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/left',60114),
(22658,22575,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/legs',60114),
(22659,22576,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/legs_noskirt',60114),
(22660,22577,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/pauldron_left',60114),
(22661,22578,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/pauldron_right',60114),
(22662,22579,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/right',60114),
(22663,22580,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/shoulders',60114),
(22664,22581,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/shoulders_epic',60114),
(22665,22582,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/shoulders_nopauldrons',60114),
(22666,22583,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/skirt',60114),
(22667,22584,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/chest',60114),
(22668,22585,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/feet',60114),
(22669,22586,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/forearms',60114),
(22670,22587,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/hands',60114),
(22671,22588,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/head',60114),
(22672,22589,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/head_epic',60114),
(22673,22590,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/left',60114),
(22674,22591,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/legs',60114),
(22675,22592,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/legs_noskirt',60114),
(22676,22593,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/pauldron_left',60114),
(22677,22594,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/pauldron_right',60114),
(22678,22595,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/right',60114),
(22679,22596,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/shoulders',60114),
(22680,22597,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/shoulders_epic',60114),
(22681,22598,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/shoulders_nopauldrons',60114),
(22682,22599,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/skirt',60114),
(22683,22600,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/chest',60114),
(22684,22601,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/feet',60114),
(22685,22602,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/forearms',60114),
(22686,22603,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/hands',60114),
(22687,22604,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/head',60114),
(22688,22605,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/head_epic',60114),
(22689,22606,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/left',60114),
(22690,22607,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/legs',60114),
(22691,22608,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/legs_noskirt',60114),
(22692,22609,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/pauldron_left',60114),
(22693,22610,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/pauldron_right',60114),
(22694,22611,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/right',60114),
(22695,22612,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/shoulders',60114),
(22696,22613,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/shoulders_epic',60114),
(22697,22614,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/shoulders_nopauldrons',60114),
(22698,22615,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/skirt',60114),
(22699,22616,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/chest',60114),
(22700,22617,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/feet',60114),
(22701,22618,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/forearms',60114),
(22702,22619,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/hands',60114),
(22703,22620,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/head',60114),
(22704,22621,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/head_epic',60114),
(22705,22622,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/left',60114),
(22706,22623,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/legs',60114),
(22707,22624,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/legs_noskirt',60114),
(22708,22625,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/pauldron_left',60114),
(22709,22626,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/pauldron_right',60114),
(22710,22627,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/right',60114),
(22711,22628,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/shoulders',60114),
(22712,22629,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/shoulders_epic',60114),
(22713,22630,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/shoulders_nopauldrons',60114),
(22714,22631,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/skirt',60114),
(22715,22632,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/chest',60114),
(22716,22633,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/feet',60114),
(22717,22634,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/forearms',60114),
(22718,22635,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/hands',60114),
(22719,22636,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/head',60114),
(22720,22637,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/head_epic',60114),
(22721,22638,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/left',60114),
(22722,22639,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/legs',60114),
(22723,22640,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/legs_noskirt',60114),
(22724,22641,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/pauldron_left',60114),
(22725,22642,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/pauldron_right',60114),
(22726,22643,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/right',60114),
(22727,22644,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/shoulders',60114),
(22728,22645,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/shoulders_epic',60114),
(22729,22646,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/shoulders_nopauldrons',60114),
(22730,22647,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/skirt',60114),
(22731,22648,'staticobjects/housing_portal_objects/vision_home_wuoshi01',60114),
(22732,22649,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_base',60114),
(22733,22650,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_cloth',60114),
(22734,22651,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_warrior',60114),
(22735,22652,'playerstudio/characters/cloaks/darkdaycloak/darkdaycloak',60114),
(22736,22653,'accessories/wearable_items/cloak/exp10/cloak_veshan_dark',60114),
(22737,22654,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_assassin',60114),
(22738,22655,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_medallion_var01',60114),
(22739,22656,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_palladin1',60114),
(22740,22657,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_palladin4',60114),
(22741,22658,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_warlord',60114),
(22742,22659,'_exp10/characters/tool_users/dracurion_ethernere/dracurion_etherenere_wizard',60114),
(22743,22660,'staticobjects/_exp10/veeshan_tapestry01',60114),
(22744,22661,'ec/pc/vampire/bat_swarm_vampire_mount_no_pc',60114),
(22745,22662,'_exp10/characters/tool_users/shissar_statue/shissar_statue_architect',60114),
(22746,22663,'_exp10/characters/tool_users/shissar_statue/shissar_statue_emperor',60114),
(22747,22664,'_exp10/characters/tool_users/shissar_statue/shissar_statue_mage',60114),
(22748,22665,'_exp10/characters/tool_users/shissar_statue/shissar_statue_warrior',60114),
(22749,22666,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_green',60114),
(22750,22667,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_purple',60114),
(22751,22668,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_yellow',60114),
(22752,22669,'staticobjects/_exp09/df_objects_hanginglamp01_pfx',60114),
(22753,22670,'_exp10/objects/pickclaw_jail_boards_dpo',60114),
(22754,22671,'_exp10/objects/pik_chest_closed_dpo',60114),
(22755,22672,'playerstudio/characters/shields/tower_round_shields/swinging_death/swinging_death',60114),
(22756,22673,'staticobjects/halloween/bef_altar01',60114),
(22757,22674,'staticobjects/halloween/cs_othmir_fully_corrupt_bone',60114),
(22758,22675,'staticobjects/halloween/cs_othmir_fully_corrupt_bone_wraps',60114),
(22759,22676,'staticobjects/halloween/exp09_dun_we01_cliff01_torch_single01',60114),
(22760,22677,'staticobjects/halloween/exp09_rgn_ej_oggok01_bones01',60114),
(22761,22678,'staticobjects/halloween/fprt_ext_tombstoneb001',60114),
(22762,22679,'staticobjects/halloween/lp_lightsource_somborn_single_post01',60114),
(22763,22680,'staticobjects/halloween/nc_torch',60114),
(22764,22681,'staticobjects/halloween/odno_cauldron01',60114),
(22765,22682,'staticobjects/halloween/tfs_present01_big',60114),
(22766,22683,'staticobjects/halloween/vel_rock_ettin_brazier01',60114),
(22767,22684,'staticobjects/_exp10/hk_keg_small01',60114),
(22768,22685,'staticobjects/_exp10/hk_bdrm_armoire01',60114),
(22769,22686,'staticobjects/_exp10/hk_bdrm_dresser01',60114),
(22770,22687,'staticobjects/_exp10/hk_bdrm_nightstand01',60114),
(22771,22688,'staticobjects/_exp10/hk_blanket_single_double02',60114),
(22772,22689,'staticobjects/_exp10/hk_bdrm_bed_guest02',60114),
(22773,22690,'staticobjects/_exp10/hk_bdrm_bed02',60114),
(22774,22691,'staticobjects/_exp10/dr_bookcase01',60114),
(22775,22692,'staticobjects/_exp10/hk_bookcase_low01',60114),
(22776,22693,'staticobjects/_exp10/hk_bookcase01',60114),
(22777,22694,'staticobjects/_exp10/hk_books_single_upright01',60114),
(22778,22695,'staticobjects/_exp10/hk_books_single_ornate02',60114),
(22779,22696,'staticobjects/_exp10/hk_books_single_plain01',60114),
(22780,22697,'_exp10/characters/tool_users/bolgin/bolgin',60114),
(22781,22698,'staticobjects/_exp10/hk_books_single_upright02',60114),
(22782,22699,'staticobjects/_exp10/hk_books_single_upright03',60114),
(22783,22700,'staticobjects/_exp10/hk_books_single_upright04',60114),
(22784,22701,'staticobjects/_exp10/hk_chest01',60114),
(22785,22702,'staticobjects/_exp10/hk_chest01_ornate01',60114),
(22786,22703,'staticobjects/_exp10/hk_crate_large01',60114),
(22787,22704,'staticobjects/_exp10/hk_desk01',60114),
(22788,22705,'staticobjects/_exp10/hk_bar_stool',60114),
(22789,22706,'staticobjects/_exp10/hk_dining_bench02',60114),
(22790,22707,'staticobjects/_exp10/hk_dining_cabinet01_triple',60114),
(22791,22708,'staticobjects/_exp10/hk_dining_chair02',60114),
(22792,22709,'staticobjects/_exp10/hk_dining_table01',60114),
(22793,22710,'staticobjects/_exp10/hk_dining_table01_medium01',60114),
(22794,22711,'staticobjects/_exp10/hk_dining_table01_long01',60114),
(22795,22712,'staticobjects/_exp10/dr_toy_block01',60114),
(22796,22713,'staticobjects/_exp10/dr_toy_block02',60114),
(22797,22714,'staticobjects/_exp10/dr_toy02',60114),
(22798,22715,'staticobjects/_exp10/dr_toy01',60114),
(22799,22716,'staticobjects/_exp10/dr_ball01',60114),
(22800,22717,'staticobjects/_exp10/hk_kitchen_pot_large02',60114),
(22801,22718,'staticobjects/_exp10/hk_kitchen_pot02',60114),
(22802,22719,'staticobjects/_exp10/hk_lightsource_brazier_low01_pfx',60114),
(22803,22720,'staticobjects/_exp10/hk_lightsource_brazier_tall01_pfx',60114),
(22804,22721,'staticobjects/_exp10/hk_lightsource_brazier_tall02_pfx',60114),
(22805,22722,'staticobjects/_exp10/hk_lightsource_chandalier_short01_swinging',60114),
(22806,22723,'_exp10/characters/tool_users/bolgin/bolgin_helm',60114),
(22807,22724,'staticobjects/_exp10/hk_lightsource_wall01_pfx',60114),
(22808,22725,'staticobjects/_exp10/pc_chest_treasure01_coins',60114),
(22809,22726,'staticobjects/_exp10/pc_chest01_long',60114),
(22810,22727,'staticobjects/_exp10/pc_chest01_small',60114),
(22811,22728,'staticobjects/_exp10/pc_goblin_bedroll01',60114),
(22812,22729,'staticobjects/_exp10/pc_goblin_bowl01',60114),
(22813,22730,'staticobjects/_exp10/pc_goblin_bowl02',60114),
(22814,22731,'accessories/wearable_items/cloak/exp10/cloak_heroic',60114),
(22815,22732,'staticobjects/_exp10/pc_goblin_bowl03',60114),
(22816,22733,'staticobjects/_exp10/pc_goblin_jar01',60114),
(22817,22734,'staticobjects/_exp10/pc_goblin_jar02',60114),
(22818,22735,'staticobjects/_exp10/pc_goblin_miningstool01',60114),
(22819,22736,'staticobjects/_exp10/pc_goblin_miningtable01',60114),
(22820,22737,'staticobjects/_exp10/pc_goblin_miningtable02',60114),
(22821,22738,'_exp10/objects/pickclaw_rock_crusher_wall_dpo',60114),
(22822,22739,'staticobjects/_exp10/pc_goblin_waterjug01',60114),
(22823,22740,'staticobjects/_exp10/pc_goblin_waterjug02',60114),
(22824,22741,'staticobjects/_exp10/pc_goblin_wood_bucket01',60114),
(22825,22742,'staticobjects/_exp10/pc_goblin_wood_pallet01',60114),
(22826,22743,'staticobjects/_exp10/pr_gobline_cauldron01',60114),
(22827,22744,'staticobjects/_exp10/big_leaf_plant01',60114),
(22828,22745,'staticobjects/_exp10/bixie_bush01',60114),
(22829,22746,'staticobjects/_exp10/bixie_bush02',60114),
(22830,22747,'staticobjects/_exp10/bixie_plant_flower01',60114),
(22831,22748,'staticobjects/_exp10/bixie_plant_flower02',60114),
(22832,22749,'staticobjects/_exp10/bixie_plant_flower03',60114),
(22833,22750,'staticobjects/_exp10/long_leaf_plant01',60114),
(22834,22751,'staticobjects/_exp10/long_leaf_plant02',60114),
(22835,22752,'staticobjects/_exp10/dr_bush02_leaves_isle03',60114),
(22836,22753,'staticobjects/_exp10/dr_bush02_leaves_isle05',60114),
(22837,22754,'staticobjects/_exp10/dr_bush02_leaves_isle06',60114),
(22838,22755,'staticobjects/_exp10/dr_bush02_leaves',60114),
(22839,22756,'staticobjects/_exp10/dr_dead_bush01',60114),
(22840,22757,'staticobjects/_exp10/dr_glow_plant01',60114),
(22841,22758,'staticobjects/_exp10/dr_glow_plant01_isle05',60114),
(22842,22759,'staticobjects/_exp10/dr_glow_plant03',60114),
(22843,22760,'staticobjects/_exp10/dr_glow_plant03_isle05',60114),
(22844,22761,'staticobjects/_exp10/dr_grass_plant01',60114),
(22845,22762,'staticobjects/_exp10/dr_grass_plant02',60114),
(22846,22763,'staticobjects/_exp10/dr_hanging_flowervine01',60114),
(22847,22764,'staticobjects/_exp10/dr_hanging_flowervine01_isle05',60114),
(22848,22765,'staticobjects/_exp10/dr_hanging_flowervine01_isle06',60114),
(22849,22766,'staticobjects/_exp10/dr_hanging_flowervine01_isle07',60114),
(22850,22767,'staticobjects/_exp10/dr_hanging_flowervine02',60114),
(22851,22768,'staticobjects/_exp10/dr_hanging_flowervine02_isle05',60114),
(22852,22769,'staticobjects/_exp10/dr_hanging_flowervine02_isle06',60114),
(22853,22770,'staticobjects/_exp10/dr_hanging_flowervine02_isle07',60114),
(22854,22771,'staticobjects/_exp10/dr_wuoshi_bush01',60114),
(22855,22772,'staticobjects/_exp10/hk_rug_bedroom_trapdoor01',60114),
(22856,22773,'staticobjects/_exp10/hk_rug_diningtable01',60114),
(22857,22774,'staticobjects/_exp10/hk_rug_diningtable02',60114),
(22858,22775,'staticobjects/_exp10/hk_rug_rectangle01',60114),
(22859,22776,'staticobjects/_exp10/hk_rug_rectangle02',60114),
(22860,22777,'staticobjects/_exp10/hk_rug_rectangle03',60114),
(22861,22778,'staticobjects/_exp10/hk_rug_rectangle04',60114),
(22862,22779,'staticobjects/_exp10/hk_rug_round01',60114),
(22863,22780,'staticobjects/_exp10/hk_rug_round01_large01',60114),
(22864,22781,'staticobjects/_exp10/hk_rug_round02',60114),
(22865,22782,'staticobjects/_exp10/hk_rug_round02_large01',60114),
(22866,22783,'staticobjects/_exp10/hk_rug_round03_large01',60114),
(22867,22784,'staticobjects/_exp10/hk_rug_runner01',60114),
(22868,22785,'staticobjects/_exp10/hk_rug_runner02',60114),
(22869,22786,'staticobjects/_exp10/hk_rug_runner02_long01',60114),
(22870,22787,'staticobjects/_exp10/pik_rug_diningtable01',60114),
(22871,22788,'staticobjects/_exp10/pik_rug_diningtable02',60114),
(22872,22789,'staticobjects/_exp10/pik_rug_rectangle_supply',60114),
(22873,22790,'staticobjects/_exp10/pik_rug_rectangle01',60114),
(22874,22791,'staticobjects/_exp10/pik_rug_rectangle02',60114),
(22875,22792,'staticobjects/_exp10/pik_rug_rectangle03',60114),
(22876,22793,'staticobjects/_exp10/pik_rug_rectangle04',60114),
(22877,22794,'staticobjects/_exp10/pik_rug_round01',60114),
(22878,22795,'staticobjects/_exp10/pik_rug_round01_large01',60114),
(22879,22796,'staticobjects/_exp10/pik_rug_round02',60114),
(22880,22797,'staticobjects/_exp10/pik_rug_round02_large01',60114),
(22881,22798,'staticobjects/_exp10/pik_rug_round03_large01',60114),
(22882,22799,'staticobjects/_exp10/pik_rug_runner01',60114),
(22883,22800,'staticobjects/_exp10/pik_rug_runner01_kitchen',60114),
(22884,22801,'staticobjects/_exp10/pik_rug_runner02_long01',60114),
(22885,22802,'staticobjects/_exp10/hk_chair_ornate02',60114),
(22886,22803,'staticobjects/_exp10/hk_settle_sofa02',60114),
(22887,22804,'staticobjects/_exp10/hk_settle02',60114),
(22888,22805,'staticobjects/_exp10/hk_sofa_pillow02',60114),
(22889,22806,'staticobjects/_exp10/hk_gaming_cardtable01',60114),
(22890,22807,'staticobjects/_exp10/hk_gaming_cardtable01_empty01',60114),
(22891,22808,'staticobjects/_exp10/hk_gaming_chesstable01',60114),
(22892,22809,'staticobjects/_exp10/hk_gaming_pawnpiece01',60114),
(22893,22810,'staticobjects/_exp10/hk_table_coffee01',60114),
(22894,22811,'staticobjects/_exp10/hk_table_coffee01_short01',60114),
(22895,22812,'staticobjects/_exp10/hk_table_end01',60114),
(22896,22813,'staticobjects/_exp10/ns_pine_tree_01',60114),
(22897,22814,'staticobjects/_exp10/ns_pine_tree_02',60114),
(22898,22815,'staticobjects/_exp10/ns_pine_tree_03',60114),
(22899,22816,'staticobjects/_exp10/ns_pine_tree_evil_01',60114),
(22900,22817,'staticobjects/_exp10/ns_pine_tree_evil_02',60114),
(22901,22818,'staticobjects/_exp10/ns_pine_tree_evil_03',60114),
(22902,22819,'staticobjects/_exp10/ns_pine_tree_evil_sapling_01',60114),
(22903,22820,'staticobjects/_exp10/ns_pine_tree_evil_sapling_02',60114),
(22904,22821,'staticobjects/_exp10/palm_tree_slant_a',60114),
(22905,22822,'staticobjects/_exp10/palm_tree_slant_b',60114),
(22906,22823,'staticobjects/_exp10/palm_tree_slant_c',60114),
(22907,22824,'staticobjects/_exp10/dr_dead_tree01',60114),
(22908,22825,'staticobjects/_exp10/dr_dead_tree02',60114),
(22909,22826,'staticobjects/_exp10/dr_small_tree_blue_01',60114),
(22910,22827,'staticobjects/_exp10/dr_small_tree_blue_01_isle01',60114),
(22911,22828,'staticobjects/_exp10/dr_small_tree_blue_01_isle03',60114),
(22912,22829,'staticobjects/_exp10/dr_small_tree_blue_01_isle05',60114),
(22913,22830,'staticobjects/_exp10/dr_small_tree_blue_01_isle07',60114),
(22914,22831,'staticobjects/_exp10/dr_small_tree_blue_03',60114),
(22915,22832,'staticobjects/_exp10/dr_small_tree_blue_03_isle01',60114),
(22916,22833,'staticobjects/_exp10/dr_small_tree_blue_03_isle03',60114),
(22917,22834,'staticobjects/_exp10/dr_small_tree_blue_03_isle05',60114),
(22918,22835,'staticobjects/_exp10/dr_small_tree_blue_03_isle07',60114),
(22919,22836,'staticobjects/_exp10/dr_small_tree_purple_02',60114),
(22920,22837,'staticobjects/_exp10/dr_small_tree_purple_02_isle01',60114),
(22921,22838,'staticobjects/_exp10/dr_small_tree_purple_02_isle03',60114),
(22922,22839,'staticobjects/_exp10/dr_small_tree_purple_02_isle05',60114),
(22923,22840,'staticobjects/_exp10/dr_small_tree_purple_02_isle07',60114),
(22924,22841,'staticobjects/_exp10/dr_small_tree_yellow_01',60114),
(22925,22842,'staticobjects/_exp10/dr_small_tree_yellow_01_isle01',60114),
(22926,22843,'staticobjects/_exp10/dr_small_tree_yellow_01_isle03',60114),
(22927,22844,'staticobjects/_exp10/dr_small_tree_yellow_03',60114),
(22928,22845,'staticobjects/_exp10/dr_small_tree_yellow_03_isle01',60114),
(22929,22846,'staticobjects/_exp10/dr_small_tree_yellow_03_isle03',60114),
(22930,22847,'staticobjects/_exp10/dr_small_tree_yellow_03_isle05',60114),
(22931,22848,'staticobjects/_exp10/dr_tree01_isle01',60114),
(22932,22849,'staticobjects/_exp10/dr_tree01_isle02',60114),
(22933,22850,'staticobjects/_exp10/dr_tree01_isle03',60114),
(22934,22851,'staticobjects/_exp10/dr_tree01_isle05',60114),
(22935,22852,'staticobjects/_exp10/dr_tree01_isle06',60114),
(22936,22853,'staticobjects/_exp10/dr_tree01_isle07',60114),
(22937,22854,'staticobjects/_exp10/dr_tree01_isle08',60114),
(22938,22855,'staticobjects/_exp10/dr_tree02_isle01',60114),
(22939,22856,'staticobjects/_exp10/dr_tree02_isle02',60114),
(22940,22857,'staticobjects/_exp10/dr_tree02_isle03',60114),
(22941,22858,'staticobjects/_exp10/dr_tree02_isle05',60114),
(22942,22859,'staticobjects/_exp10/dr_tree02_isle06',60114),
(22943,22860,'staticobjects/_exp10/dr_tree02_isle07',60114),
(22944,22861,'staticobjects/_exp10/dr_tree02_isle08',60114),
(22945,22862,'staticobjects/_exp10/hk_vanity_stool02',60114),
(22946,22863,'staticobjects/_exp10/hk_vanity_table01',60114),
(22947,22864,'staticobjects/_exp10/hk_vanity_wash_basin01',60114),
(22948,22865,'staticobjects/_exp10/dr_bookcase01_withbooks_dpo',60114),
(22949,22866,'staticobjects/_exp10/dr_bush01_blue_dpo',60114),
(22950,22867,'staticobjects/_exp10/dr_bush01_orange_dpo',60114),
(22951,22868,'staticobjects/_exp10/dr_bush01_purple_dpo',60114),
(22952,22869,'staticobjects/_exp10/hk_banner01_dpo',60114),
(22953,22870,'staticobjects/_exp10/hk_banner02_dpo',60114),
(22954,22871,'staticobjects/_exp10/hk_book_openbook_upsidedown_blue_dpo',60114),
(22955,22872,'staticobjects/_exp10/hk_book_openbook_upsidedown_red_dpo',60114),
(22956,22873,'staticobjects/_exp10/hk_gaming_pawnpiece01_black',60114),
(22957,22874,'staticobjects/_exp10/odso_hole_ext_planter_plants_dpo',60114),
(22958,22875,'staticobjects/_exp10/pc_goblin_bowl02_withcandle_dpo',60114),
(22959,22876,'staticobjects/_exp10/pick_jail_door_dpo',60114),
(22960,22877,'staticobjects/_exp10/pick_maindoor_dpo',60114),
(22961,22878,'staticobjects/_exp10/pick_vault_door_dpo',60114),
(22962,22879,'staticobjects/_exp10/pik_safe01_dpo',60114),
(22963,22880,'accessories/npc_wearables/shissar/shissar_hammer',60114),
(22964,22881,'creatures/mounts/dragonfly_mount/dragonfly_mount_base',60114),
(22965,22882,'staticobjects/_exp10/houseblock_1x1_column_ethernere',60114),
(22966,22883,'staticobjects/_exp10/houseblock_1x2_column_ethernere',60114),
(22967,22884,'staticobjects/_exp10/houseblock_1x2_divider_ethernere',60114),
(22968,22885,'staticobjects/_exp10/houseblock_1xhalf_ethernere',60114),
(22969,22886,'staticobjects/_exp10/houseblock_2x2_divider_ethernere',60114),
(22970,22887,'staticobjects/_exp10/houseblock_rail_ethernere',60114),
(22971,22888,'staticobjects/_exp10/houseblock_roundtile_ethernere',60114),
(22972,22889,'staticobjects/_exp10/houseblock_stair_ethernere',60114),
(22973,22890,'staticobjects/_exp10/housecube_1x1_block_ethernere',60114),
(22974,22891,'staticobjects/_exp10/panel_ethernere',60114),
(22975,22892,'staticobjects/_exp10/houseblock_1x1_column_faceless',60114),
(22976,22893,'staticobjects/_exp10/houseblock_1x2_column_faceless',60114),
(22977,22894,'staticobjects/_exp10/houseblock_1x2_divider_faceless',60114),
(22978,22895,'staticobjects/_exp10/houseblock_1xhalf_faceless',60114),
(22979,22896,'staticobjects/_exp10/houseblock_2x2_divider_faceless',60114),
(22980,22897,'staticobjects/_exp10/houseblock_rail_faceless',60114),
(22981,22898,'staticobjects/_exp10/houseblock_roundtile_faceless',60114),
(22982,22899,'staticobjects/_exp10/houseblock_stair_faceless',60114),
(22983,22900,'staticobjects/_exp10/housecube_1x1_block_faceless',60114),
(22984,22901,'staticobjects/_exp10/panel_faceless',60114),
(22985,22902,'staticobjects/_exp10/houseblock_1x1_column_nexus',60114),
(22986,22903,'staticobjects/_exp10/houseblock_1x2_column_nexus',60114),
(22987,22904,'staticobjects/_exp10/houseblock_1x2_divider_nexus',60114),
(22988,22905,'staticobjects/_exp10/houseblock_1xhalf_nexus',60114),
(22989,22906,'staticobjects/_exp10/houseblock_2x2_divider_nexus',60114),
(22990,22907,'staticobjects/_exp10/houseblock_rail_nexus',60114),
(22991,22908,'staticobjects/_exp10/houseblock_roundtile_nexus',60114),
(22992,22909,'staticobjects/_exp10/houseblock_stair_nexus',60114),
(22993,22910,'staticobjects/_exp10/housecube_1x1_block_nexus',60114),
(22994,22911,'staticobjects/_exp10/panel_nexus',60114),
(22995,22912,'staticobjects/_exp10/tov_obj_hangbase_w_swing_001_l0',60114),
(22996,22913,'staticobjects/_exp10/tov_obj_torch_standing_fire_l0',60114),
(22997,22914,'staticobjects/_exp10/dpo_shissar_brazier01',60114),
(22998,22915,'staticobjects/_exp10/dpo_shissar_book01',60114),
(22999,22916,'staticobjects/_exp10/dpo_shissar_book02',60114),
(23000,22917,'staticobjects/_exp10/dpo_shissar_book03',60114),
(23001,22918,'staticobjects/_exp10/dpo_shissar_book04',60114),
(23002,22919,'staticobjects/_exp10/dpo_shissar_chest01_big',60114),
(23003,22920,'staticobjects/_exp10/dpo_shissar_chest01_bigclosed',60114),
(23004,22921,'staticobjects/_exp10/dpo_shissar_chest02',60114),
(23005,22922,'staticobjects/_exp10/dpo_shissar_chest02_closed',60114),
(23006,22923,'staticobjects/_exp10/dpo_shissar_chest03',60114),
(23007,22924,'staticobjects/_exp10/dpo_shissar_chest03_closed',60114),
(23008,22925,'staticobjects/_exp10/dpo_shissar_pillar01',60114),
(23009,22926,'staticobjects/_exp10/hk_lightsource_chandalier_long01_swinging',60114),
(23010,22927,'staticobjects/_exp10/dpo_shissar_statue01_brazier',60114),
(23011,22928,'staticobjects/_exp10/dpo_shissar_statue02_brazier',60114),
(23012,22929,'staticobjects/_exp10/dpo_shissar_vase01',60114),
(23013,22930,'staticobjects/_exp09/df_objects_hanginglamp01_pfx',60114),
(23014,22931,'staticobjects/_exp10/tov_obj_toy_castle_01',60114),
(23015,22932,'accessories/npc_wearables/shissar/staff_shissar_mage',60114),
(23016,22933,'accessories/npc_wearables/shissar/sword_shissar',60114),
(23017,22934,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_ethernere_green',60114),
(23018,22935,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_ethernere_violet',60114),
(23019,22936,'accessories/wearable_items/profesion_hats/channeler/head',60114),
(23020,22937,'staticobjects/_exp10/dpo_shissar_sconce01_dpo',60114),
(23021,22938,'staticobjects/_exp10/dr_bush02_leaves_isle06',60114),
(23022,22939,'staticobjects/_exp10/houseblock_stair_nexus',60114),
(23023,22940,'staticobjects/_exp10/dr_dead_tree02',60114),
(23024,22941,'staticobjects/_exp10/dr_small_tree_blue_01_isle01',60114),
(23025,22942,'staticobjects/_exp10/dr_small_tree_blue_03_isle07',60114),
(23026,22943,'staticobjects/_exp10/dr_small_tree_yellow_01',60114),
(23027,22944,'staticobjects/_exp10/dr_small_tree_yellow_03_isle03',60114),
(23028,22945,'staticobjects/_exp10/dr_small_tree_yellow_03_isle05',60114),
(23029,22946,'staticobjects/_exp10/dr_tree01_isle06',60114),
(23030,22947,'staticobjects/_exp10/dr_tree_isle06_tall01',60114),
(23031,22948,'staticobjects/_exp10/ns_pine_tree_03',60114),
(23032,22949,'staticobjects/_exp10/ns_pine_tree_evil_01',60114),
(23033,22950,'staticobjects/_exp10/ns_pine_tree_evil_02',60114),
(23034,22951,'staticobjects/_exp10/ns_pine_tree_evil_03',60114),
(23035,22952,'staticobjects/_exp10/ns_pine_tree_evil_sapling_02',60114),
(23036,22953,'staticobjects/_exp10/pc_goblin_jar02',60114),
(23037,22954,'accessories/wearable_items/profesion_hats/channeler/head_mask',60114),
(23038,22955,'staticobjects/_exp10/pc_goblin_miningtorch01_firefx_dpo',60114),
(23039,22956,'staticobjects/_exp10/dr_castle_dragon_shrine_altar_dpo',60114),
(23040,22957,'staticobjects/_exp10/dr_small_tree_yellow_03_isle03',60114),
(23041,22958,'creatures/monsters/willowisp_ethernere01_green',60114),
(23042,22959,'staticobjects/_exp10/dr_toy_block02',60114),
(23043,22960,'staticobjects/_exp10/hk_bar_stool_red',60114),
(23044,22961,'staticobjects/_exp10/dr_bush01_dpo',60114),
(23045,22962,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_green',60114),
(23046,22963,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_light',60114),
(23047,22964,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_redgold',60114),
(23048,22965,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_shadow',60114),
(23049,22966,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_blue',60114),
(23050,22967,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_bronze',60114),
(23051,22968,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_green',60114),
(23052,22969,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_light',60114),
(23053,22970,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_redgold',60114),
(23054,22971,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_right_shadow',60114),
(23055,22972,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_blue',60114),
(23056,22973,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_bronze',60114),
(23057,22974,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_green',60114),
(23058,22975,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_light',60114),
(23059,22976,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_redgold',60114),
(23060,22977,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_left_shadow',60114),
(23061,22978,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_blue',60114),
(23062,22979,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_bronze',60114),
(23063,22980,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_green',60114),
(23064,22981,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_light',60114),
(23065,22982,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_redgold',60114),
(23066,22983,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/pauldron_robe_right_shadow',60114),
(23067,22984,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_blue',60114),
(23068,22985,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_bronze',60114),
(23069,22986,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_green',60114),
(23070,22987,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_light',60114),
(23071,22988,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_redgold',60114),
(23072,22989,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_left_shadow',60114),
(23073,22990,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_blue',60114),
(23074,22991,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_bronze',60114),
(23075,22992,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_green',60114),
(23076,22993,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_light',60114),
(23077,22994,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_redgold',60114),
(23078,22995,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shin_right_shadow',60114),
(23079,22996,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_blue',60114),
(23080,22997,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_bronze',60114),
(23081,22998,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_green',60114),
(23082,22999,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_light',60114),
(23083,23000,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_redgold',60114),
(23084,23001,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_left_shadow',60114),
(23085,23002,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_blue',60114),
(23086,23003,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_bronze',60114),
(23087,23004,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_green',60114),
(23088,23005,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_light',60114),
(23089,23006,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_redgold',60114),
(23090,23007,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy_right_shadow',60114),
(23091,23008,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_blue',60114),
(23092,23009,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_bronze',60114),
(23093,23010,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_green',60114),
(23094,23011,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_light',60114),
(23095,23012,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_redgold',60114),
(23096,23013,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_left_shadow',60114),
(23097,23014,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_blue',60114),
(23098,23015,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_bronze',60114),
(23099,23016,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_green',60114),
(23100,23017,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_light',60114),
(23101,23018,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_redgold',60114),
(23102,23019,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_heavy2_right_shadow',60114),
(23103,23020,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_blue',60114),
(23104,23021,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_bronze',60114),
(23105,23022,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_green',60114),
(23106,23023,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_light',60114),
(23107,23024,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_redgold',60114),
(23108,23025,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_left_shadow',60114),
(23109,23026,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_blue',60114),
(23110,23027,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_bronze',60114),
(23111,23028,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_green',60114),
(23112,23029,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_light',60114),
(23113,23030,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_redgold',60114),
(23114,23031,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light_right_shadow',60114),
(23115,23032,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_blue',60114),
(23116,23033,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_bronze',60114),
(23117,23034,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_green',60114),
(23118,23035,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_light',60114),
(23119,23036,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_redgold',60114),
(23120,23037,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_left_shadow',60114),
(23121,23038,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_blue',60114),
(23122,23039,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_bronze',60114),
(23123,23040,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_green',60114),
(23124,23041,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_light',60114),
(23125,23042,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_redgold',60114),
(23126,23043,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/shoulders_pauldron_light2_right_shadow',60114),
(23127,23044,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_shadow/chest_epic',60114),
(23128,23045,'accessories/wearable_items/_exp10/vesspyr_isles/leather_blue/shoulders_epic',60114),
(23129,23046,'accessories/wearable_items/_exp10/vesspyr_isles/leather_dark/shoulders_epic',60114),
(23130,23047,'accessories/wearable_items/_exp10/vesspyr_isles/leather_green/shoulders_epic',60114),
(23131,23048,'accessories/wearable_items/_exp10/vesspyr_isles/leather_red/shoulders_epic',60114),
(23132,23049,'accessories/wearable_items/_exp10/vesspyr_isles/robe_blue/chest_epic',60114),
(23133,23050,'accessories/wearable_items/_exp10/vesspyr_isles/robe_green/chest_epic',60114),
(23134,23051,'accessories/wearable_items/_exp10/vesspyr_isles/robe_red/chest_epic',60114),
(23135,23052,'accessories/wearable_items/_exp10/vesspyr_isles/robe_shadow/chest_epic',60114),
(23136,23053,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/hands_epic',60114),
(23137,23054,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/shoulders_epic2',60114),
(23138,23055,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_bronze/legs_epic',60114),
(23139,23056,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/hands_epic',60114),
(23140,23057,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/legs_epic',60114),
(23141,23058,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_iron/shoulders_epic2',60114),
(23142,23059,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/hands_epic',60114),
(23143,23060,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/legs_epic',60114),
(23144,23061,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_light/shoulders_epic2',60114),
(23145,23062,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/hands_epic',60114),
(23146,23063,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/legs_epic',60114),
(23147,23064,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_redgold/shoulders_epic2',60114),
(23148,23065,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/hands_epic',60114),
(23149,23066,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/legs_epic',60114),
(23150,23067,'accessories/wearable_items/_exp10/vesspyr_isles/vanguard_shadow/shoulders_epic2',60114),
(23151,23068,'accessories/wieldable_items/weapons/exp10/1h_pierce/bixie_dagger',60114),
(23152,23069,'accessories/wieldable_items/weapons/exp10/1h_sword/bixie_sword',60114),
(23153,23070,'accessories/wieldable_items/shields/exp10/bixie_round_shield',60114),
(23154,23071,'projectiles/spell_billiard_ball',60114),
(23155,23072,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/cage_collision_dpo',60114),
(23156,23073,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/cage_dpo',60114),
(23157,23074,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/cage_warning_dpo',60114),
(23158,23075,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/monument_dpo',60114),
(23159,23076,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/pyramid_dpo',60114),
(23160,23077,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_blue_quadrant_01_dpo',60114),
(23161,23078,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_blue_quadrant_02_dpo',60114),
(23162,23079,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_blue_quadrant_03_dpo',60114),
(23163,23080,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_blue_quadrant_04_dpo',60114),
(23164,23081,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_green_quadrant_01_dpo',60114),
(23165,23082,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_green_quadrant_02_dpo',60114),
(23166,23083,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_green_quadrant_03_dpo',60114),
(23167,23084,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_green_quadrant_04_dpo',60114),
(23168,23085,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_red_quadrant_01_dpo',60114),
(23169,23086,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_red_quadrant_02_dpo',60114),
(23170,23087,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_red_quadrant_03_dpo',60114),
(23171,23088,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_red_quadrant_04_dpo',60114),
(23172,23089,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_yellow_quadrant_01_dpo',60114),
(23173,23090,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_yellow_quadrant_02_dpo',60114),
(23174,23091,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_yellow_quadrant_03_dpo',60114),
(23175,23092,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/center_lightning_yellow_quadrant_04_dpo',60114),
(23176,23093,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_blue_quadrant_01_dpo',60114),
(23177,23094,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_blue_quadrant_02_dpo',60114),
(23178,23095,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_blue_quadrant_03_dpo',60114),
(23179,23096,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_blue_quadrant_04_dpo',60114),
(23180,23097,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_green_quadrant_01_dpo',60114),
(23181,23098,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_green_quadrant_02_dpo',60114),
(23182,23099,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_green_quadrant_03_dpo',60114),
(23183,23100,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_green_quadrant_04_dpo',60114),
(23184,23101,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_red_quadrant_01_dpo',60114),
(23185,23102,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_red_quadrant_02_dpo',60114),
(23186,23103,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_red_quadrant_03_dpo',60114),
(23187,23104,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_red_quadrant_04_dpo',60114),
(23188,23105,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_yellow_quadrant_01_dpo',60114),
(23189,23106,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_yellow_quadrant_02_dpo',60114),
(23190,23107,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_yellow_quadrant_03_dpo',60114),
(23191,23108,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/lightning_yellow_quadrant_04_dpo',60114),
(23192,23109,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_blue_quadrant_01_dpo',60114),
(23193,23110,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_blue_quadrant_02_dpo',60114),
(23194,23111,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_blue_quadrant_03_dpo',60114),
(23195,23112,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_blue_quadrant_04_dpo',60114),
(23196,23113,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_green_quadrant_01_dpo',60114),
(23197,23114,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_green_quadrant_02_dpo',60114),
(23198,23115,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_green_quadrant_03_dpo',60114),
(23199,23116,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_green_quadrant_04_dpo',60114),
(23200,23117,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_red_quadrant_01_dpo',60114),
(23201,23118,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_red_quadrant_02_dpo',60114),
(23202,23119,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_red_quadrant_03_dpo',60114),
(23203,23120,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_red_quadrant_04_dpo',60114),
(23204,23121,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_yellow_quadrant_01_dpo',60114),
(23205,23122,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_yellow_quadrant_02_dpo',60114),
(23206,23123,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_yellow_quadrant_03_dpo',60114),
(23207,23124,'_exp10/objects/exp10_dun_shissar_temple_01/mage_boss_objects/warning_yellow_quadrant_04_dpo',60114),
(23208,23125,'_exp10/objects/dr_weapon_rack_empty',60114),
(23209,23126,'_exp10/objects/dr_weapon_rack_full',60114),
(23210,23127,'accessories/wieldable_items/weapons/axe/pick_axe/pick_axe_2013',60114),
(23211,23128,'accessories/wieldable_items/weapons/axe/pick_axe/pick_axe_2013_burnt',60114),
(23212,23129,'accessories/wieldable_items/weapons/exp08/2h_sword/exp08_2hsword_fire',60114),
(23213,23130,'_exp10/characters/monsters/blood_nayad/blood_nayad',60114),
(23214,23131,'_exp10/objects/pickclaw_mining_cart_dpo',60114),
(23215,23132,'_exp10/objects/pickclaw_barrel_dpo',60114),
(23216,23133,'playerstudio/characters/weapons/1h_sword/blue_dust_blade/blue_dust_blade',60114),
(23217,23134,'_exp09/characters/tool_users/ethenere_npcs/halfelf_female_ethenere',60114),
(23218,23135,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_glowinghammer01_dpo',60114),
(23219,23136,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_glowingsword01_dpo',60114),
(23220,23137,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_mainstatue_mainstatue01_glowart_dpo',60114),
(23221,23138,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_mainstatue_mainstatue01_glowemp_dpo',60114),
(23222,23139,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_mainstatue_mainstatue01_glowmage_dpo',60114),
(23223,23140,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_mainstatue_mainstatue01_glowwar_dpo',60114),
(23224,23141,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/glowing_crystal01_norings_dpo',60114),
(23225,23142,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/glowingsymbol01_mainstatue01_dpo',60114),
(23226,23143,'projectiles/spell_bitten_apple',60114),
(23227,23144,'projectiles/spell_fish_eaten',60114),
(23228,23145,'projectiles/spell_lime_half',60114),
(23229,23146,'projectiles/spell_metal_bowl',60114),
(23230,23147,'projectiles/spell_orange_half',60114),
(23231,23148,'projectiles/spell_wine_goblet',60114),
(23232,23149,'projectiles/spell_winebottle',60114),
(23233,23150,'accessories/wieldable_items/weapons/exp10/bow/longbow_channeler_epic',60114),
(23234,23151,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/glowingsymbol01_dpo',60114),
(23235,23152,'accessories/npc_wearables/bolgin/bolgin_helm',60114),
(23236,23153,'accessories/wearable_items/_exp09/starter_armor/channeler/chest',60114),
(23237,23154,'accessories/wearable_items/_exp09/starter_armor/channeler/feet',60114),
(23238,23155,'accessories/wearable_items/_exp09/starter_armor/channeler/forearms',60114),
(23239,23156,'accessories/wearable_items/_exp09/starter_armor/channeler/hands',60114),
(23240,23157,'accessories/wearable_items/_exp09/starter_armor/channeler/head',60114),
(23241,23158,'accessories/wearable_items/_exp09/starter_armor/channeler/legs',60114),
(23242,23159,'accessories/wearable_items/_exp09/starter_armor/channeler/legs_noskirt',60114),
(23243,23160,'accessories/wearable_items/_exp09/starter_armor/channeler/shoulders',60114),
(23244,23161,'accessories/wearable_items/_exp09/starter_armor/channeler/skirt',60114),
(23245,23162,'accessories/wieldable_items/weapons/exp10/bow/longbow_channeler_epic_raid',60114),
(23246,23163,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_mainstatue_mainstatue01_eyeglow01_dpo',60114),
(23247,23164,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/waterfall01_dpo',60114),
(23248,23165,'accessories/wieldable_items/weapons/exp10/1h_crush/1h_crush_shissar_hammer',60114),
(23249,23166,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_shissar',60114),
(23250,23167,'accessories/wieldable_items/weapons/exp10/staff/exp10_2h_staff_shissar_mage',60114),
(23251,23168,'accessories/wearable_items/_exp10/highpass_hold/robe_chain/chest',60114),
(23252,23169,'accessories/wearable_items/_exp10/highpass_hold/robe_chain/feet',60114),
(23253,23170,'accessories/wearable_items/_exp10/highpass_hold/robe_chain/hands',60114),
(23254,23171,'accessories/wearable_items/_exp10/highpass_hold/robe_chain/pants',60114),
(23255,23172,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/chest',60114),
(23256,23173,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/feet',60114),
(23257,23174,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/forearms',60114),
(23258,23175,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/hands',60114),
(23259,23176,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/head',60114),
(23260,23177,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/left',60114),
(23261,23178,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/legs_noskirt',60114),
(23262,23179,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/right',60114),
(23263,23180,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/shoulders',60114),
(23264,23181,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/shoulders_nopauldrons',60114),
(23265,23182,'accessories/wearable_items/_exp10/highpass_hold/vanguard_basic/skirt',60114),
(23266,23183,'accessories/wearable_items/_exp10/highpass_hold/robe_chain/head_centurionhelm',60114),
(23267,23184,'_exp10/characters/tool_users/aerakyn/aerakyn_geradin',60114),
(23268,23185,'staticobjects/_exp09/dc_room037_alchemy_spear02_dpo',60114),
(23269,23186,'staticobjects/_exp09/dc_room037_alchemy_spear01_dpo',60114),
(23270,23187,'staticobjects/_exp09/dc_room037_table001',60114),
(23271,23188,'_exp11/objects/exp11_dun_rum_cellar/empty_chest_dpo',60114),
(23272,23189,'staticobjects/_exp09/dc_room037_alchemy_orb01',60114),
(23273,23190,'staticobjects/_exp09/dc_room037_alchemy_flask01',60114),
(23274,23191,'staticobjects/guildhall/trophies/floor_zlandicar_head',60114),
(23275,23192,'staticobjects/guildhall/trophies/floor_klandicar_head',60114),
(23276,23193,'staticobjects/guildhall/trophies/floor_grendish_head',60114),
(23277,23194,'staticobjects/guildhall/trophies/floor_shissar_statue_emperor',60114),
(23278,23195,'staticobjects/beds/dpo_clean_bedroll',60114),
(23279,23196,'_exp10/characters/tool_users/alkabor/alkabor_base',60114),
(23280,23197,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/cage_02_dpo',60114),
(23281,23198,'_exp10/objects/exp10_dun_shissar_temple_01/architect_boss_objects/cage_collision_02_dpo',60114),
(23282,23199,'projectiles/spell_coal',60114),
(23283,23200,'_exp10/characters/monsters/wyvern_aerakyn/wyvern_aerakyn_base',60114),
(23284,23201,'accessories/wearable_items/_exp10/spider_armor/chest',60114),
(23285,23202,'accessories/wearable_items/_exp10/spider_armor/feet',60114),
(23286,23203,'accessories/wearable_items/_exp10/spider_armor/forearms',60114),
(23287,23204,'accessories/wearable_items/_exp10/spider_armor/hands',60114),
(23288,23205,'accessories/wearable_items/_exp10/spider_armor/head',60114),
(23289,23206,'accessories/wearable_items/_exp10/spider_armor/legs',60114),
(23290,23207,'accessories/wearable_items/_exp10/spider_armor/legs_noskirt',60114),
(23291,23208,'accessories/wearable_items/_exp10/spider_armor/right',60114),
(23292,23209,'accessories/wearable_items/_exp10/spider_armor/shoulders',60114),
(23293,23210,'accessories/wearable_items/_exp10/spider_armor/shoulders_nopauldrons',60114),
(23294,23211,'accessories/wearable_items/_exp10/spider_armor/skirt',60114),
(23295,23212,'accessories/wearable_items/_exp10/spider_armor/snap_ons/pauldron_left',60114),
(23296,23213,'accessories/wearable_items/_exp10/spider_armor/snap_ons/pauldron_right',60114),
(23297,23214,'staticobjects/_exp09/jungle_tree_03',60114),
(23298,23215,'playerstudio/houseitems/mistmoore_sconce',60114),
(23299,23216,'playerstudio/houseitems/mistmoore_chandelier',60114),
(23300,23217,'playerstudio/houseitems/mistmoore_candelabra',60114),
(23301,23218,'playerstudio/houseitems/altar_immolation',60114),
(23302,23219,'playerstudio/houseitems/cemmetarygate_arch',60114),
(23303,23220,'playerstudio/houseitems/cemmetarygate_fence',60114),
(23304,23221,'playerstudio/houseitems/darkelf_coach',60114),
(23305,23222,'playerstudio/houseitems/darkelf_organ',60114),
(23306,23223,'playerstudio/houseitems/eerie_punchbowl',60114),
(23307,23224,'playerstudio/houseitems/neriak_door',60114),
(23308,23225,'playerstudio/houseitems/painting_creaturenight',60114),
(23309,23226,'playerstudio/houseitems/painting_nightride',60114),
(23310,23227,'playerstudio/houseitems/tierdal_tome',60114),
(23311,23228,'playerstudio/houseitems/witch_broom',60114),
(23312,23229,'projectiles/spell_barrel_rum',60114),
(23313,23230,'staticobjects/portals/druid_ring_portal_static',60114),
(23314,23231,'staticobjects/liveevent/halloween/dpo_le_skulltome01',60114),
(23315,23232,'staticobjects/liveevent/halloween/dpo_le_skulltome02',60114),
(23316,23233,'staticobjects/liveevent/halloween/dpo_le_skulltome03',60114),
(23317,23234,'accessories/wieldable_items/shields/exp10/shield_aerakyn_glow',60114),
(23318,23235,'accessories/wieldable_items/shields/exp10/shield_aerakyn',60114),
(23319,23236,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_aerakyn',60114),
(23320,23237,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_aerakyn_glow',60114),
(23321,23238,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_aerakyn',60114),
(23322,23239,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_aerakyn_glow',60114),
(23323,23240,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_aerakyn_glow',60114),
(23324,23241,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_aerakyn',60114),
(23325,23242,'accessories/wieldable_items/weapons/exp10/staff/staff_aerakyn',60114),
(23326,23243,'accessories/wieldable_items/weapons/exp10/staff/staff_aerakyn_glow',60114),
(23327,23244,'staticobjects/liveevent/halloween/notd_meatbowl01',60114),
(23328,23245,'staticobjects/liveevent/halloween/notd_meatbowl02',60114),
(23329,23246,'staticobjects/liveevent/halloween/notd_meatbowl03',60114),
(23330,23247,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_black_fly',60114),
(23331,23248,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_blue_fly',60114),
(23332,23249,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_gold_fly',60114),
(23333,23250,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_green_fly',60114),
(23334,23251,'_exp09/characters/monsters/skyshrine_drake/skyshrine_drake_red_fly',60114),
(23335,23252,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_crazy_run_walk',60114),
(23336,23253,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_fighter_crazy_run_walk',60114),
(23337,23254,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_heavy_crazy_run_walk',60114),
(23338,23255,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_lackey_crazy_run_walk',60114),
(23339,23256,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_messy_crazy_run_walk',60114),
(23340,23257,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_ethernere',60114),
(23341,23258,'accessories/wieldable_items/weapons/exp10/1h_crush/ethernere_scepter',60114),
(23342,23259,'accessories/wieldable_items/weapons/exp10/1h_crush/ethernere_wand',60114),
(23343,23260,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger2_ethernere',60114),
(23344,23261,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_ethernere',60114),
(23345,23262,'accessories/wieldable_items/weapons/exp10/1h_sword/ethernere_warrior',60114),
(23346,23263,'accessories/wieldable_items/weapons/exp10/1h_sword/ethernere_shadowknight',60114),
(23347,23264,'accessories/wieldable_items/weapons/exp10/1h_sword/ethernere_axe',60114),
(23348,23265,'accessories/wieldable_items/weapons/exp10/1h_sword/ethernere_scimitar',60114),
(23349,23266,'accessories/wieldable_items/weapons/exp10/1h_sword/ethernere_rapier',60114),
(23350,23267,'accessories/wieldable_items/weapons/exp10/2h_sword/scythe_ethernere',60114),
(23351,23268,'accessories/wieldable_items/weapons/exp10/bow/longbow_ranger_ethernere',60114),
(23352,23269,'accessories/wieldable_items/weapons/exp10/bow/longbow_ethernere',60114),
(23353,23270,'accessories/wieldable_items/weapons/exp10/fist/ethernere_katar',60114),
(23354,23271,'accessories/wieldable_items/weapons/exp10/shield/ethernere_healer_shield',60114),
(23355,23272,'accessories/wieldable_items/weapons/exp10/shield/ethernere_tower_shield',60114),
(23356,23273,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_crushed',60114),
(23357,23274,'playerstudio/houseitems/halloween_batcake',60114),
(23358,23275,'playerstudio/houseitems/halloween_cupcakeplatter',60114),
(23359,23276,'playerstudio/houseitems/halloween_ghostcake',60114),
(23360,23277,'creatures/mounts/sokokar_mount/sokokar_mount_zlandicar',60114),
(23361,23278,'creatures/mounts/sokokar_mount/sokokar_mount_black',60114),
(23362,23279,'_exp10/objects/holotable_dpo',60114),
(23363,23281,'accessories/npc_wearables/dracurion/executioner_axe',60114),
(23364,23282,'staticobjects/dpo_invisible_cube/dpo_invisible_sphere',60114),
(23365,23283,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_black_ghost',60114),
(23366,23284,'creatures/mounts/sokokar_mount/sokokar_mount_vulakk',60114),
(23367,23285,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_vyemm_ice',60114),
(23368,23286,'_exp08/characters/monsters/dragon_made_golem/dragon_made_golem_vyemm_fire',60114),
(23369,23287,'_exp09/characters/monsters/mud_monster/mud_monster_red_goo',60114),
(23370,23288,'_exp10/characters/tool_users/aerakyn/aerakyn_test',60114),
(23371,23289,'staticobjects/_exp10/dragon_realm_slowing_cloud',60114),
(23372,23290,'_exp10/characters/monsters/shissar_golem/shissar_golem_large_walk',60114),
(23373,23291,'playerstudio/houseitems/lovers_tree',60114),
(23374,23292,'accessories/wieldable_items/weapons/exp10/staff/spear_blue',60114),
(23375,23293,'accessories/wieldable_items/weapons/exp10/staff/spear_green',60114),
(23376,23294,'accessories/wieldable_items/weapons/exp10/staff/spear_shadow',60114),
(23377,23295,'accessories/wieldable_items/weapons/exp10/staff/spear_red',60114),
(23378,23296,'_exp03/characters/monsters/bone_golem_green',60114),
(23379,23297,'creatures/mounts/sokokar_mount/sokokar_mount_ethernere_black',60114),
(23380,23298,'creatures/mounts/sokokar_mount/sokokar_mount_ethernere_orange',60114),
(23381,23299,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_boss',60114),
(23382,23300,'accessories/wearable_items/profesion_hats/firiona_vie_tiara_lon/head_firiona_vie_tiara_redeye',60114),
(23383,23301,'_exp10/objects/plunderables/bixie_lamp',60114),
(23384,23302,'_exp10/objects/plunderables/tov_lamp_swing',60114),
(23385,23303,'_exp10/objects/plunderables/highkeep_miningcart',60114),
(23386,23304,'_exp10/objects/plunderables/tov_torch',60114),
(23387,23305,'staticobjects/bookcases/fprt_academy_newbookcase',60114),
(23388,23306,'staticobjects/_exp10/hk_kitchen_drinkcart01',60114),
(23389,23307,'_exp10/characters/monsters/dragon_red/dragon_red_ghost',60114),
(23390,23308,'playerstudio/characters/shields/tower_round_shields/sclif/sclif',60114),
(23391,23309,'_exp10/objects/tov_broken_seal',60114),
(23392,23310,'_exp10/objects/tov_unbroken_seal',60114),
(23393,23311,'playerstudio/characters/weapons/1h_sword/sirens_spiked_fury/sirens_spiked_fury',60114),
(23394,23312,'staticobjects/housing_portal_objects/vision_home_haunted01',60114),
(23395,23313,'playerstudio/characters/weapons/2h_sword/maestroslute/maestroslute',60114),
(23396,23314,'staticobjects/soe_wallet/cypress_dead_lamp_01',60114),
(23397,23315,'staticobjects/soe_wallet/cypress_dead_01',60114),
(23398,23316,'staticobjects/soe_wallet/cypress_dead_02',60114),
(23399,23317,'staticobjects/soe_wallet/pumpkin_reg_01',60114),
(23400,23318,'staticobjects/soe_wallet/pumpkin_short_01',60114),
(23401,23319,'staticobjects/soe_wallet/pumpkin_tall_01',60114),
(23402,23320,'staticobjects/soe_wallet/tomb_crypt',60114),
(23403,23321,'staticobjects/soe_wallet/tombstone_02',60114),
(23404,23322,'staticobjects/soe_wallet/tombstone_03',60114),
(23405,23323,'staticobjects/soe_wallet/tombstone_04',60114),
(23406,23324,'staticobjects/soe_wallet/tombstone_05',60114),
(23407,23325,'staticobjects/soe_wallet/tombstone_06',60114),
(23408,23326,'staticobjects/soe_wallet/cypress_dead_lamp_02',60114),
(23409,23327,'staticobjects/soe_wallet/pumpkin_home',60114),
(23410,23328,'staticobjects/soe_wallet/pumpkin_home_door',60114),
(23411,23329,'_exp10/objects/plunderables/tov_necrovat',60114),
(23412,23330,'accessories/wieldable_items/shields/exp10/shield_tower_effect_red',60114),
(23413,23331,'accessories/wieldable_items/shields/exp10/shield_tower_effect_blue',60114),
(23414,23332,'accessories/wieldable_items/shields/exp10/shield_effect_blue',60114),
(23415,23333,'accessories/wieldable_items/shields/exp10/shield_effect_red',60114),
(23416,23334,'creatures/mounts/reindeer_mount/reindeer_mount_base',60114),
(23417,23335,'accessories/wieldable_items/weapons/exp10/talisman/rod_fear_eyeball',60114),
(23418,23336,'accessories/wieldable_items/weapons/exp10/talisman/rod_fear_eyeball_blue',60114),
(23419,23337,'accessories/wearable_items/cloak/exp10/cloak_tradeskill_heraldry',60114),
(23420,23338,'accessories/wearable_items/_exp10/vesspyr_isles/chain_shadow/shoulders_epic',60114),
(23421,23339,'accessories/wearable_items/cloak/exp10/cloak_aerakyn',60114),
(23422,23340,'accessories/wearable_items/cloak/exp10/cloak_horde',60114),
(23423,23341,'accessories/wearable_items/cloak/exp10/cloak_vesspyr_isle',60114),
(23424,23342,'accessories/wearable_items/cloak/exp10/cloak_ethernere',60114),
(23425,23343,'staticobjects/_exp06/exp06_dun_vastydeep02_library01_door_dpo',60114),
(23426,23344,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_plushy',60114),
(23427,23345,'playerstudio/houseitems/garden_swing_full',60114),
(23428,23346,'playerstudio/houseitems/cask_mead',60114),
(23429,23347,'playerstudio/houseitems/dragon_carpet',60114),
(23430,23348,'playerstudio/houseitems/gnome_waterpump',60114),
(23431,23349,'playerstudio/houseitems/mistythicket_picnic',60114),
(23432,23350,'playerstudio/houseitems/grapevine_floorcabinet',60114),
(23433,23351,'playerstudio/houseitems/grapevine_wallcabinet',60114),
(23434,23352,'playerstudio/houseitems/painting_highborne',60114),
(23435,23353,'playerstudio/houseitems/painting_mage',60114),
(23436,23354,'playerstudio/houseitems/painting_swordsman',60114),
(23437,23355,'creatures/pets/lumpy_pet/pet_dragon_lumpy_prosieben',60114),
(23438,23356,'playerstudio/houseitems/koi_midnight',60114),
(23439,23357,'playerstudio/houseitems/koi_orange',60114),
(23440,23358,'playerstudio/houseitems/koi_rising',60114),
(23441,23359,'playerstudio/houseitems/brewbarrel_babybed',60114),
(23442,23360,'playerstudio/houseitems/coach_serving_cart',60114),
(23443,23361,'playerstudio/houseitems/platinum_placesetting',60114),
(23444,23362,'staticobjects/_exp10/dpo_shissar_statue_architect01',60114),
(23445,23363,'staticobjects/_exp10/dpo_shissar_statue_emperor01',60114),
(23446,23364,'staticobjects/_exp10/dpo_shissar_statue_mage01',60114),
(23447,23365,'staticobjects/_exp10/dpo_shissar_statue_warrior01',60114),
(23448,23366,'_exp08/objects/exp08_dun_sleepers_tomb_urn05_ghost',60114),
(23449,23367,'_exp10/characters/tool_users/frost_fae/frost_fae',60114),
(23450,23368,'ec/pc/fae_wings/fae_wing_frost_snowflake',60114),
(23451,23369,'staticobjects/liveevent/anniversary_event/dpo_na_banner_lucan',60114),
(23452,23370,'staticobjects/liveevent/anniversary_event/dpo_na_banner_antonia',60114),
(23453,23371,'staticobjects/liveevent/anniversary_event/dpo_na_poster01_antonia',60114),
(23454,23372,'staticobjects/liveevent/anniversary_event/dpo_na_poster02_overlord',60114),
(23455,23373,'staticobjects/promo_items/eqnext_painting_kerran',60114),
(23456,23374,'staticobjects/promo_items/eqnext_painting_firiona',60114),
(23457,23375,'staticobjects/promo_items/eqnext_painting_human01',60114),
(23458,23376,'staticobjects/promo_items/eqnext_painting_human02',60114),
(23459,23377,'_exp10/objects/nexus_to_portal_zone_fx_dpo',60114),
(23460,23378,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_darkelf',60114),
(23461,23379,'accessories/wieldable_items/weapons/exp10/1h_sword/darkelf_sword',60114),
(23462,23380,'accessories/wieldable_items/weapons/exp10/1h_sword/darkelf_axe',60114),
(23463,23381,'creatures/mounts/pegasus_mount/pegasus_mount_tradeskill',60114),
(23464,23382,'staticobjects/housing_portal_objects/vision_home_darklightpalace01',60114),
(23465,23383,'playerstudio/characters/weapons/1h_sword/aodk/aodk',60114),
(23466,23384,'creatures/tu/void_elemental_soldier',60114),
(23467,23385,'accessories/wearable_items/cloak/exp10/cloak_snowfall',60114),
(23468,23386,'accessories/wearable_items/cloak/exp10/cloak_snowfall_short',60114),
(23469,23387,'accessories/wieldable_items/shields/exp10/shield_frost',60114),
(23470,23388,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_frost',60114),
(23471,23389,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_frost',60114),
(23472,23390,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_frost',60114),
(23473,23391,'accessories/wieldable_items/weapons/exp10/fist/fist_frost',60114),
(23474,23392,'accessories/wieldable_items/weapons/exp10/staff/staff_frost',60114),
(23475,23393,'_exp10/characters/tool_users/aerakyn/aerakyn_male_base_green',60114),
(23476,23394,'_exp10/characters/tool_users/aerakyn/aerakyn_male_boss_green',60114),
(23477,23395,'_exp10/characters/tool_users/aerakyn/aerakyn_male_heavy_green',60114),
(23478,23396,'_exp10/characters/tool_users/aerakyn/aerakyn_male_mage_green',60114),
(23479,23397,'_exp10/characters/tool_users/aerakyn/aerakyn_male_priest_green',60114),
(23480,23398,'_exp10/characters/monsters/pig_new01/pig_new01',60114),
(23481,23399,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_blue',60114),
(23482,23400,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_bronze',60114),
(23483,23401,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_green',60114),
(23484,23402,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_light',60114),
(23485,23403,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_redgold',60114),
(23486,23404,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/belt_shadow',60114),
(23487,23405,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_blue',60114),
(23488,23406,'accessories/wearable_items/_exp10/vesspyr_isles/attachments/forearm_left_bronze',60114),
(23489,23407,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/dpo_shissar_vase01_dpo',60114),
(23490,23408,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/glowingsymbol02_dpo',60114),
(23491,23409,'accessories/wearable_items/_exp10/frost_armor/chain/chest',60114),
(23492,23410,'accessories/wearable_items/_exp10/frost_armor/chain/feet',60114),
(23493,23411,'accessories/wearable_items/_exp10/frost_armor/chain/forearms',60114),
(23494,23412,'accessories/wearable_items/_exp10/frost_armor/chain/hands',60114),
(23495,23413,'accessories/wearable_items/_exp10/frost_armor/chain/head',60114),
(23496,23414,'accessories/wearable_items/_exp10/frost_armor/chain/legs',60114),
(23497,23415,'accessories/wearable_items/_exp10/frost_armor/chain/shoulders',60114),
(23498,23416,'accessories/wearable_items/_exp10/frost_armor/heavycloth/chest',60114),
(23499,23417,'accessories/wearable_items/_exp10/frost_armor/heavycloth/feet',60114),
(23500,23418,'accessories/wearable_items/_exp10/frost_armor/heavycloth/hands',60114),
(23501,23419,'accessories/wearable_items/_exp10/frost_armor/heavycloth/head',60114),
(23502,23420,'accessories/wearable_items/_exp10/frost_armor/heavycloth/legs',60114),
(23503,23421,'accessories/wearable_items/_exp10/frost_armor/heavycloth/shoulders',60114),
(23504,23422,'accessories/wearable_items/_exp10/frost_armor/heavycloth/skirt',60114),
(23505,23423,'accessories/wearable_items/_exp10/frost_armor/heavycloth/belt/skirt 2',60114),
(23506,23424,'accessories/wearable_items/_exp10/frost_armor/heavycloth/belt/skirt',60114),
(23507,23425,'accessories/wearable_items/_exp10/frost_armor/leather/chest',60114),
(23508,23426,'accessories/wearable_items/_exp10/frost_armor/leather/feet',60114),
(23509,23427,'accessories/wearable_items/_exp10/frost_armor/leather/forearms',60114),
(23510,23428,'accessories/wearable_items/_exp10/frost_armor/leather/hands',60114),
(23511,23429,'accessories/wearable_items/_exp10/frost_armor/leather/head',60114),
(23512,23430,'accessories/wearable_items/_exp10/frost_armor/leather/legs',60114),
(23513,23431,'accessories/wearable_items/_exp10/frost_armor/leather/legs_noskirt',60114),
(23514,23432,'accessories/wearable_items/_exp10/frost_armor/leather/shoulders',60114),
(23515,23433,'accessories/wearable_items/_exp10/frost_armor/leather/shoulders_nopauldrons',60114),
(23516,23434,'accessories/wearable_items/_exp10/frost_armor/leather/skirt',60114),
(23517,23435,'accessories/wearable_items/_exp10/frost_armor/robe/chest',60114),
(23518,23436,'accessories/wearable_items/_exp10/frost_armor/robe/feet',60114),
(23519,23437,'accessories/wearable_items/_exp10/frost_armor/robe/hands',60114),
(23520,23438,'accessories/wearable_items/_exp10/frost_armor/robe/head',60114),
(23521,23439,'accessories/wearable_items/_exp10/frost_armor/robe/head_conjuror',60114),
(23522,23440,'accessories/wearable_items/_exp10/frost_armor/robe/hood',60114),
(23523,23441,'accessories/wearable_items/_exp10/frost_armor/robe/pants',60114),
(23524,23442,'accessories/wearable_items/_exp10/frost_armor/robe/skirt',60114),
(23525,23443,'accessories/wearable_items/_exp10/frost_armor/vanguard/chest',60114),
(23526,23444,'accessories/wearable_items/_exp10/frost_armor/vanguard/feet',60114),
(23527,23445,'accessories/wearable_items/_exp10/frost_armor/vanguard/forearms',60114),
(23528,23446,'accessories/wearable_items/_exp10/frost_armor/vanguard/hands',60114),
(23529,23447,'accessories/wearable_items/_exp10/frost_armor/vanguard/head',60114),
(23530,23448,'accessories/wearable_items/_exp10/frost_armor/vanguard/left',60114),
(23531,23449,'accessories/wearable_items/_exp10/frost_armor/vanguard/legs',60114),
(23532,23450,'accessories/wearable_items/_exp10/frost_armor/vanguard/legs_noskirt',60114),
(23533,23451,'accessories/wearable_items/_exp10/frost_armor/vanguard/right',60114),
(23534,23452,'accessories/wearable_items/_exp10/frost_armor/vanguard/shoulders',60114),
(23535,23453,'accessories/wearable_items/_exp10/frost_armor/vanguard/shoulders_nopauldrons',60114),
(23536,23454,'accessories/wearable_items/_exp10/frost_armor/vanguard/skirt',60114),
(23537,23455,'accessories/wieldable_items/weapons/exp10/1h_sword/darkelf_rapier',60114),
(23538,23456,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_darkelf',60114),
(23539,23457,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_blue/chest_epic',60114),
(23540,23458,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_green/chest_epic',60114),
(23541,23459,'accessories/wearable_items/_exp10/vesspyr_isles/cloth_red/chest_epic',60114),
(23542,23460,'accessories/wearable_items/_exp10/vesspyr_isles/chain_red/shoulders_epic',60114),
(23543,23461,'accessories/wearable_items/_exp10/vesspyr_isles/chain_green/shoulders_epic',60114),
(23544,23462,'accessories/wearable_items/_exp10/vesspyr_isles/chain_blue/shoulders_epic',60114),
(23545,23463,'accessories/wearable_items/_exp10/vesspyr_isles/chain_light/shoulders_epic',60114),
(23546,23464,'accessories/wieldable_items/weapons/exp10/staff/spear_darkelf',60114),
(23547,23465,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_mage',60114),
(23548,23466,'_exp10/characters/tool_users/goblin_highkeep/goblin_highkeep_mage_crazy_run_walk',60114),
(23549,23467,'_exp10/objects/goblin_band',60114),
(23550,23468,'staticobjects/_exp10/white_cake01',60114),
(23551,23469,'creatures/mounts/reindeer_mount/reindeer_mount_tan',60114),
(23552,23470,'creatures/mounts/reindeer_mount/reindeer_mount_white',60114),
(23553,23471,'_exp10/objects/exp10_temple_of_veeshan_raid/tov_rm66_bonepile01_bones_001_dpo',60114),
(23554,23472,'_exp10/objects/exp10_temple_of_veeshan_raid/tov_rm66_bonepile01_bones_002_dpo',60114),
(23555,23473,'_exp10/objects/exp10_temple_of_veeshan_raid/tov_rm66_bonepile02_bones_001_dpo',60114),
(23556,23474,'_exp10/objects/exp10_temple_of_veeshan_raid/tov_rm66_bonepile02_bones_002_dpo',60114),
(23557,23475,'_exp10/objects/exp10_temple_of_veeshan_raid/tov_rm66_bonepile03_bones_001_dpo',60114),
(23558,23476,'creatures/mounts/spider_mount/spider_mount_frostfell',60114),
(23559,23477,'_exp10/characters/monsters/spiderbear/spiderbear_base',60114),
(23560,23478,'creatures/mounts/player_wing/player_wing_frostfell_snowflake',60114),
(23561,23479,'accessories/wieldable_items/shields/exp09/nightborne_round_shield',60114),
(23562,23480,'creatures/pets/present_pet/present_pet_bluestripe',60114),
(23563,23481,'creatures/pets/present_pet/present_pet_greenvine',60114),
(23564,23482,'creatures/pets/present_pet/present_pet_redstripe',60114),
(23565,23483,'creatures/pets/present_pet/present_pet_redvine',60114),
(23566,23484,'creatures/pets/present_pet/present_pet_snowflake',60114),
(23567,23485,'creatures/pets/present_pet/present_pet2_bluestripe',60114),
(23568,23486,'creatures/pets/present_pet/present_pet2_greenvine',60114),
(23569,23487,'creatures/pets/present_pet/present_pet2_redstripe',60114),
(23570,23488,'creatures/pets/present_pet/present_pet2_redvine',60114),
(23571,23489,'creatures/pets/present_pet/present_pet2_snowflake',60114),
(23572,23490,'_exp10/characters/monsters/shissar_custodian/shissar_custodian_boss_blue_glow',60114),
(23573,23491,'accessories/wieldable_items/weapons/eqnext_founders_flag/explorer',60114),
(23574,23492,'accessories/wieldable_items/weapons/eqnext_founders_flag/settler',60114),
(23575,23493,'accessories/wieldable_items/weapons/eqnext_founders_flag/trailblazer',60114),
(23576,23494,'staticobjects/promo_items/eqnext_trailblazer_flag',60114),
(23577,23495,'staticobjects/promo_items/eqnext_explorer_flag',60114),
(23578,23496,'staticobjects/promo_items/eqnext_settler_flag',60114),
(23579,23497,'creatures/pets/fae_drake_frost/fairy_drake_frost1',60114),
(23580,23498,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_shissar02',60114),
(23581,23499,'staticobjects/liveevent/frostfell/dpo_holiday_incense_burner01',60114),
(23582,23500,'staticobjects/liveevent/frostfell/dpo_holiday_incense_burner02',60114),
(23583,23501,'staticobjects/liveevent/frostfell/dpo_bauble_bow_string_twinkle_lights_wall',60114),
(23584,23502,'staticobjects/liveevent/frostfell/dpo_bauble_bow_string_lights_green_wall',60114),
(23585,23503,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_green_snow_ceiling',60114),
(23586,23504,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_red_green_snow_ceiling',60114),
(23587,23505,'staticobjects/liveevent/frostfell/dpo_bauble_streamers_red_snow_ceiling',60114),
(23588,23506,'creatures/pets/baby_dragon_frostfell',60114),
(23589,23507,'creatures/pets/pet_kitten/halas_kitten_frostfell_evil',60114),
(23590,23508,'creatures/pets/pet_kitten/halas_kitten_frostfell_frost',60114),
(23591,23509,'creatures/pets/pet_kitten/halas_kitten_frostfell_pine',60114),
(23592,23510,'creatures/pets/pet_kitten/halas_kitten_frostfell2_basic',60114),
(23593,23511,'creatures/pets/pet_kitten/halas_kitten_frostfell2_evil',60114),
(23594,23512,'creatures/pets/pet_kitten/halas_kitten_frostfell2_frost',60114),
(23595,23513,'creatures/pets/wolf_pup/wolf_pup_frostfell_evil',60114),
(23596,23514,'creatures/pets/wolf_pup/wolf_pup_frostfell_frost',60114),
(23597,23515,'creatures/pets/wolf_pup/wolf_pup_frostfell_pine',60114),
(23598,23516,'creatures/pets/wolf_pup/wolf_pup_frostfell2_evil',60114),
(23599,23517,'creatures/pets/wolf_pup/wolf_pup_frostfell2_frost',60114),
(23600,23518,'creatures/pets/wolf_pup/wolf_pup_frostfell2_pine',60114),
(23601,23519,'staticobjects/liveevent/frostfell/dpo_bauble_bow_garland_frozen_pine',60114),
(23602,23520,'staticobjects/liveevent/frostfell/dpo_bauble_bow_garland_pine',60114),
(23603,23521,'staticobjects/housing_portal_objects/vision_home_snowdwelling01',60114),
(23604,23522,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped01',60114),
(23605,23523,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped02',60114),
(23606,23524,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped03',60114),
(23607,23525,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped04',60114),
(23608,23526,'staticobjects/liveevent/frostfell/iceblock_candice',60114),
(23609,23527,'staticobjects/liveevent/frostfell/iceblock_gardy',60114),
(23610,23528,'staticobjects/liveevent/frostfell/iceblock_mcscroogle',60114),
(23611,23529,'staticobjects/liveevent/frostfell/iceblock_queen_bunny',60114),
(23612,23530,'staticobjects/liveevent/frostfell/iceblock_snarf',60114),
(23613,23531,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_bear01',60114),
(23614,23532,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_beaver01',60114),
(23615,23533,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_deer01',60114),
(23616,23534,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_lion01',60114),
(23617,23535,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_owlbear01',60114),
(23618,23536,'staticobjects/liveevent/frostfell/dpo_efrst_frostfell_new01_statue_squirrel01',60114),
(23619,23537,'staticobjects/liveevent/frostfell/dpo_snowglobe_cobaltscar01',60114),
(23620,23538,'staticobjects/liveevent/frostfell/dpo_snowglobe_falinpol01',60114),
(23621,23539,'staticobjects/liveevent/frostfell/wreath_evil',60114),
(23622,23540,'staticobjects/liveevent/frostfell/wreath_frozen',60114),
(23623,23541,'staticobjects/liveevent/frostfell/wreath_pine',60114),
(23624,23542,'staticobjects/liveevent/frostfell/dpo_holiday_pointsettia01',60114),
(23625,23543,'staticobjects/liveevent/frostfell/dpo_bauble_bow_garland_vertical_frozen_pine',60114),
(23626,23544,'staticobjects/liveevent/frostfell/dpo_bauble_bow_garland_vertical_pine',60114),
(23627,23545,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_combined',60114),
(23628,23546,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_combined_fire',60114),
(23629,23547,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_combined_ice',60114),
(23630,23548,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_fire_left',60114),
(23631,23549,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_fire_right',60114),
(23632,23550,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_ice_left',60114),
(23633,23551,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_ice_right',60114),
(23634,23552,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_left',60114),
(23635,23553,'accessories/wearable_items/profesion_hats/antlers/caribou_antlers_right',60114),
(23636,23554,'playerstudio/characters/weapons/2h_sword/frozenicespiregreataxe/frozenicespiregreataxe',60114),
(23637,23555,'playerstudio/characters/shields/tower_round_shields/luck_and_destiny/l_d',60114),
(23638,23556,'playerstudio/houseitems/chocolate_fence',60114),
(23639,23557,'playerstudio/houseitems/chocolate_fencepost',60114),
(23640,23558,'playerstudio/houseitems/chocolate_fencesection',60114),
(23641,23559,'playerstudio/houseitems/peppermint_fencefull',60114),
(23642,23560,'playerstudio/houseitems/peppermint_fencepost',60114),
(23643,23561,'playerstudio/houseitems/peppermint_fencesection',60114),
(23644,23562,'playerstudio/houseitems/rocking_horse',60114),
(23645,23563,'staticobjects/soe_wallet/igloo_dwarven01',60114),
(23646,23564,'staticobjects/soe_wallet/igloo_traditional01',60114),
(23647,23565,'staticobjects/liveevent/frostfell/dpo_rainbow_bridge_2006',60114),
(23648,23566,'staticobjects/liveevent/frostfell/dpo_pineneedles01',60114),
(23649,23567,'staticobjects/liveevent/frostfell/dpo_pineneedles01_snow01',60114),
(23650,23568,'playerstudio/characters/weapons/1h_crush/frozenicespiremace/frozenicespiremace',60114),
(23651,23569,'playerstudio/characters/weapons/2h_crush/frozenicespiregreathammer/frozenicespiregreathammer',60114),
(23652,23570,'staticobjects/liveevent/frostfell/houseblock_1x1_column_icechunk',60114),
(23653,23571,'staticobjects/liveevent/frostfell/houseblock_1x2_column_icechunk',60114),
(23654,23572,'staticobjects/liveevent/frostfell/houseblock_1x2_dividerblock_icechunk',60114),
(23655,23573,'staticobjects/liveevent/frostfell/houseblock_1xhalf_block_icechunk',60114),
(23656,23574,'staticobjects/liveevent/frostfell/houseblock_2x2_dividerblock_icechunk',60114),
(23657,23575,'staticobjects/liveevent/frostfell/houseblock_rail_icechunk',60114),
(23658,23576,'staticobjects/liveevent/frostfell/houseblock_roundtile_icechunk',60114),
(23659,23577,'staticobjects/liveevent/frostfell/houseblock_stair_icechunk',60114),
(23660,23578,'staticobjects/liveevent/frostfell/housecube_1x1_block_icechunk',60114),
(23661,23579,'staticobjects/liveevent/frostfell/floortile_panel_icechunk',60114),
(23662,23580,'playerstudio/houseitems/gingerbread_house',60114),
(23663,23581,'playerstudio/houseitems/we_cab',60114),
(23664,23582,'playerstudio/houseitems/we_caboose',60114),
(23665,23583,'playerstudio/houseitems/we_coalcart',60114),
(23666,23584,'playerstudio/houseitems/we_curvetrack',60114),
(23667,23585,'playerstudio/houseitems/we_flatbed',60114),
(23668,23586,'playerstudio/houseitems/we_locomotive',60114),
(23669,23587,'playerstudio/houseitems/we_straighttrack',60114),
(23670,23588,'playerstudio/houseitems/frostfell_sled',60114),
(23671,23589,'playerstudio/houseitems/coldain_rumset',60114),
(23672,23590,'playerstudio/houseitems/blue_formal_setting',60114),
(23673,23591,'playerstudio/houseitems/frostfell_bluerug',60114),
(23674,23592,'playerstudio/houseitems/gingerbread_setting',60114),
(23675,23593,'playerstudio/houseitems/santa_glugmug',60114),
(23676,23594,'ec/pc/aerakyn/aerakyn_male',60114),
(23677,23595,'ec/pc/aerakyn/aerakyn_male_wings',60114),
(23678,23596,'_exp11/characters/tool_users/shissar/shissar_male_base',60114),
(23679,23597,'playerstudio/characters/weapons/staff/frozenicespirehalberd/frozenicespirehalberd',60114),
(23680,23598,'creatures/mounts/ethernere_cloud_housing',60114),
(23681,23599,'playerstudio/houseitems/templestreet_fm',60114),
(23682,23600,'playerstudio/houseitems/woodelf_cupboard',60114),
(23683,23601,'playerstudio/houseitems/wooden_shingled_roof01',60114),
(23684,23602,'playerstudio/houseitems/livingroom_sofa_table01',60114),
(23685,23603,'playerstudio/houseitems/livingroom_coffee_table01',60114),
(23686,23604,'playerstudio/houseitems/dragonscale_roof01',60114),
(23687,23605,'playerstudio/houseitems/clownfish_pfx_dpo',60114),
(23688,23606,'playerstudio/houseitems/brasse_brandyset',60114),
(23689,23607,'playerstudio/houseitems/bakersdelight_table01',60114),
(23690,23608,'playerstudio/houseitems/darkscryingtable_pfx',60114),
(23691,23609,'playerstudio/houseitems/urn_hydria',60114),
(23692,23610,'playerstudio/houseitems/urn_pelike',60114),
(23693,23611,'playerstudio/houseitems/urn_psykter',60114),
(23694,23612,'playerstudio/houseitems/rustic_bakingrack',60114),
(23695,23613,'playerstudio/houseitems/rustic_largecounter',60114),
(23696,23614,'playerstudio/houseitems/rustic_smallcabinet',60114),
(23697,23615,'playerstudio/houseitems/rustic_pantry',60114),
(23698,23616,'playerstudio/houseitems/livingroom_end_table01',60114),
(23699,23617,'playerstudio/houseitems/clownfish',60114),
(23700,23618,'playerstudio/houseitems/koi_midnight_single',60114),
(23701,23619,'playerstudio/houseitems/koi_orange_single',60114),
(23702,23620,'playerstudio/houseitems/koi_rising_single',60114),
(23703,23621,'_exp11/characters/tool_users/shissar/shissar_male_coral',60114),
(23704,23622,'_exp11/characters/tool_users/shissar/shissar_male_heavy',60114),
(23705,23623,'_exp11/characters/tool_users/shissar/shissar_male_mamba',60114),
(23706,23624,'creatures/mounts/class_hover_pads/hover_pad_channeler',60114),
(23707,23625,'staticobjects/liveevent/erollisi_objects/dpo_purple_curtain_blue_flower_left',60114),
(23708,23626,'staticobjects/liveevent/erollisi_objects/dpo_purple_curtain_blue_flower_right',60114),
(23709,23627,'staticobjects/liveevent/erollisi_objects/dpo_purple_curtain_left',60114),
(23710,23628,'staticobjects/liveevent/erollisi_objects/dpo_purple_curtain_right',60114),
(23711,23629,'staticobjects/liveevent/erollisi_objects/dpo_red_curtain_left',60114),
(23712,23630,'staticobjects/liveevent/erollisi_objects/dpo_red_curtain_right',60114),
(23713,23631,'staticobjects/liveevent/erollisi_objects/dpo_urn_of_compassion',60114),
(23714,23632,'staticobjects/liveevent/erollisi_objects/dpo_urn_of_honor',60114),
(23715,23633,'staticobjects/liveevent/erollisi_objects/dpo_white_curtain_flower_left',60114),
(23716,23634,'staticobjects/liveevent/erollisi_objects/dpo_white_curtain_flower_right',60114),
(23717,23635,'staticobjects/liveevent/erollisi_objects/dpo_white_curtain_left',60114),
(23718,23636,'staticobjects/liveevent/erollisi_objects/dpo_white_curtain_right',60114),
(23719,23637,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_bonecollection',60114),
(23720,23638,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_bonecollection',60114),
(23721,23639,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_1h_bonecollection',60114),
(23722,23640,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_bonecollection',60114),
(23723,23641,'accessories/wieldable_items/weapons/exp11/2h_sword/axe_2h_bonecollection',60114),
(23724,23642,'accessories/wieldable_items/weapons/exp11/staff/scythe_bonecollection',60114),
(23725,23643,'accessories/wieldable_items/weapons/exp11/staff/spear_bonecollection',60114),
(23726,23644,'staticobjects/liveevent/erollisi_objects/dpo_erollisi_cake',60114),
(23727,23645,'staticobjects/liveevent/erollisi_objects/dpo_fancy_cake',60114),
(23728,23646,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_bonecollection',60114),
(23729,23647,'accessories/wieldable_items/weapons/exp11/staff/bostaff_bonecollection',60114),
(23730,23648,'accessories/wieldable_items/weapons/exp11/staff/greatstaff_bonecollection',60114),
(23731,23649,'creatures/mounts/meatbeast_mount/meatbeast_flying_mount_female',60114),
(23732,23650,'_exp10/objects/hk_lightsource_firefx_dpo',60114),
(23733,23651,'playerstudio/characters/weapons/1h_crush/hammer_handoflove/hammer_handoflove',60114),
(23734,23652,'accessories/wearable_items/elemental_crowns/elemental_crown_rock',60114),
(23735,23653,'accessories/wearable_items/elemental_crowns/elemental_crown_water',60114),
(23736,23654,'accessories/wearable_items/elemental_crowns/elemental_crown_wind',60114),
(23737,23655,'creatures/mounts/meatbeast_mount/meatbeast_flying_mount_male',60114),
(23738,23656,'accessories/wieldable_items/weapons/exp11/1h_crush/club_bonecollection',60114),
(23739,23657,'accessories/wieldable_items/weapons/exp11/1h_crush/mace_bonecollection',60114),
(23740,23658,'accessories/wieldable_items/weapons/exp11/1h_pierce/assassinblade_bonecollection',60114),
(23741,23659,'accessories/wieldable_items/weapons/exp11/1h_sword/broadsword_bonecollection',60114),
(23742,23660,'accessories/wieldable_items/weapons/exp11/1h_sword/cutlass_bonecollection',60114),
(23743,23661,'accessories/wieldable_items/weapons/exp11/1h_sword/rapier_bonecollection',60114),
(23744,23662,'creatures/pets/meatbeast_calf/meatbeast_calf_flyer_base',60114),
(23745,23663,'playerstudio/houseitems/erollisirideaswan',60114),
(23746,23664,'playerstudio/houseitems/winepress',60114),
(23747,23665,'playerstudio/houseitems/stooloflove',60114),
(23748,23666,'playerstudio/houseitems/vanityoflove',60114),
(23749,23667,'playerstudio/houseitems/chairoflove',60114),
(23750,23668,'playerstudio/houseitems/latticediamond',60114),
(23751,23669,'playerstudio/houseitems/latticeminibar',60114),
(23752,23670,'playerstudio/houseitems/latticesquare',60114),
(23753,23671,'playerstudio/houseitems/latticewinecart',60114),
(23754,23672,'playerstudio/houseitems/berrydessertsetting',60114),
(23755,23673,'creatures/pets/meatbeast_calf/meatbeast_calf_flyer_angus',60114),
(23756,23674,'creatures/pets/meatbeast_calf/meatbeast_calf_flyer_fools',60114),
(23757,23675,'creatures/pets/meatbeast_calf/meatbeast_calf_flyer_jersey',60114),
(23758,23676,'creatures/pets/meatbeast_calf/meatbeast_calf_flyer_spotted_brown',60114),
(23759,23677,'_exp10/objects/hk_book_openbook01_dpo',60114),
(23760,23678,'_exp10/objects/hk_books_single_ornate01_dpo',60114),
(23761,23679,'_exp10/objects/hk_books_tristack02_dpo',60114),
(23762,23680,'accessories/wieldable_items/weapons/exp11/2h_sword/hammer_2h_bonecollection',60114),
(23763,23681,'accessories/wieldable_items/weapons/exp11/bow/longbow_bonecollection',60114),
(23764,23682,'accessories/wieldable_items/weapons/exp11/fist/fist_bonecollection',60114),
(23765,23683,'creatures/mounts/rabbit_mount/rabbit_mount_base',60114),
(23766,23684,'accessories/wieldable_items/shields/exp11/shield_bonecollection_buckler',60114),
(23767,23685,'accessories/wieldable_items/shields/exp11/shield_bonecollection_kite',60114),
(23768,23686,'_exp10/objects/hk_books_single_ornate01_centered_dpo',60114),
(23769,23687,'playerstudio/houseitems/lovingheartsarchway',60114),
(23770,23688,'playerstudio/houseitems/lovingheartsfencesegment',60114),
(23771,23689,'playerstudio/houseitems/bloodrosepainting',60114),
(23772,23690,'accessories/wieldable_items/shields/exp10/kite_embellished_shadow_fx',60114),
(23773,23691,'accessories/wieldable_items/shields/exp10/tower_ornate_evil_fx',60114),
(23774,23692,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_shadowmarch_fx',60114),
(23775,23693,'accessories/wieldable_items/weapons/exp10/1h_crush/mace_opulent_posessed_fx',60114),
(23776,23694,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_diseased_fx',60114),
(23777,23695,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_shadow_fx',60114),
(23778,23696,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_evil_fx',60114),
(23779,23697,'accessories/wieldable_items/weapons/exp10/1h_sword/axe_doublethreat_shadowblight_fx',60114),
(23780,23698,'accessories/wieldable_items/weapons/exp10/1h_sword/longsword_necrotic_fx',60114),
(23781,23699,'accessories/wieldable_items/weapons/exp10/2h_crush/hammer_tunnelforger_dreamwrought_fx',60114),
(23782,23700,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_nightmare_fx',60114),
(23783,23701,'accessories/wieldable_items/weapons/exp10/fist/fist_bolted_coldsteel_fx',60114),
(23784,23702,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_evil_fx',60114),
(23785,23703,'accessories/wieldable_items/weapons/exp10/staff/staff_mage_pestillence_fx',60114),
(23786,23704,'accessories/wearable_items/snapons/backpacks/backpack_guide',60114),
(23787,23705,'_exp10/characters/tool_users/bolgin/bolgin_ghost',60114),
(23788,23706,'projectiles/flaming_chrome_skull_trail',60114),
(23789,23707,'creatures/pets/bunny/bunny',60114),
(23790,23708,'creatures/pets/bunny/bunny_black',60114),
(23791,23709,'creatures/pets/bunny/bunny_grey',60114),
(23792,23710,'creatures/pets/bunny/bunny_white',60114),
(23793,23711,'creatures/mounts/rabbit_mount/rabbit_mount_black',60114),
(23794,23712,'creatures/mounts/rabbit_mount/rabbit_mount_grey',60114),
(23795,23713,'creatures/mounts/rabbit_mount/rabbit_mount_white',60114),
(23796,23714,'creatures/mounts/rabbit_mount/rabbit_mount_lop_base',60114),
(23797,23715,'accessories/wieldable_items/shields/exp11/shield_kite_zlandicar',60114),
(23798,23716,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_zlandicar',60114),
(23799,23717,'accessories/wieldable_items/weapons/exp11/fist/fist_zlandicar',60114),
(23800,23718,'accessories/wieldable_items/weapons/exp11/talisman/talisman_zlandicar',60114),
(23801,23719,'playerstudio/characters/weapons/2h_sword/vulcan/vulcan',60114),
(23802,23720,'accessories/wearable_items/_exp11/hero_bracers/hands_combined',60114),
(23803,23721,'ec/npc/skeletonorc_base_2014',60114),
(23804,23722,'ec/npc/skeletonorc_oneleg_2014',60114),
(23805,23723,'staticobjects/liveevent/brew_day/bbm_bowl',60114),
(23806,23724,'staticobjects/liveevent/brew_day/bbm_cup_ornate',60114),
(23807,23725,'staticobjects/liveevent/brew_day/dpo_brown_curtain_left',60114),
(23808,23726,'staticobjects/liveevent/brew_day/dpo_brown_curtain_right',60114),
(23809,23727,'staticobjects/liveevent/brew_day/dpo_erollisi_hopsvine02',60114),
(23810,23728,'staticobjects/liveevent/brew_day/dpo_green_curtain_yellow_flower_left',60114),
(23811,23729,'staticobjects/liveevent/brew_day/dpo_green_curtain_yellow_flower_right',60114),
(23812,23730,'staticobjects/liveevent/brew_day/kal_counter_bar',60114),
(23813,23731,'staticobjects/liveevent/brew_day/kal_lightsource_hanging_blue01',60114),
(23814,23732,'staticobjects/liveevent/brew_day/kal_shaman_jar01',60114),
(23815,23733,'staticobjects/liveevent/bristlebane_day/dpo_goblin_smokestack02',60114),
(23816,23734,'staticobjects/liveevent/bristlebane_day/dpo_hk_kitchen_winebottle01',60114),
(23817,23735,'staticobjects/liveevent/bristlebane_day/dpo_na_bars_gold01',60114),
(23818,23736,'staticobjects/liveevent/bristlebane_day/dpo_pik_goldpile01',60114),
(23819,23737,'staticobjects/liveevent/bristlebane_day/dpo_river_halflingdoor',60114),
(23820,23738,'staticobjects/liveevent/bristlebane_day/dpo_teal_curtain_green_flower_left',60114),
(23821,23739,'staticobjects/liveevent/bristlebane_day/dpo_teal_curtain_green_flower_right',60114),
(23822,23740,'staticobjects/liveevent/bristlebane_day/dpo_teal_curtain_left',60114),
(23823,23741,'staticobjects/liveevent/bristlebane_day/dpo_teal_curtain_right',60114),
(23824,23742,'staticobjects/liveevent/bristlebane_day/dpo_th_urns_urnmed',60114),
(23825,23743,'staticobjects/liveevent/bristlebane_day/dpo_yellow_curtain_left',60114),
(23826,23744,'creatures/mounts/rabbit_mount/rabbit_mount_evil_base',60114),
(23827,23745,'creatures/mounts/rabbit_mount/rabbit_mount_evil_ring',60114),
(23828,23746,'creatures/mounts/rabbit_mount/rabbit_mount_evil_white',60114),
(23829,23747,'creatures/mounts/rabbit_mount/rabbit_mount_lop_black',60114),
(23830,23748,'creatures/mounts/rabbit_mount/rabbit_mount_lop_evil',60114),
(23831,23749,'creatures/mounts/rabbit_mount/rabbit_mount_lop_evil_white',60114),
(23832,23750,'creatures/mounts/rabbit_mount/rabbit_mount_lop_grey',60114),
(23833,23751,'creatures/mounts/rabbit_mount/rabbit_mount_lop_white',60114),
(23834,23752,'accessories/wearable_items/_exp10/dragon_armor/chain_black/chest',60114),
(23835,23753,'accessories/wearable_items/_exp10/dragon_armor/chain_black/feet',60114),
(23836,23754,'accessories/wearable_items/_exp10/dragon_armor/chain_black/forearms',60114),
(23837,23755,'accessories/wearable_items/_exp10/dragon_armor/chain_black/hands',60114),
(23838,23756,'accessories/wearable_items/_exp10/dragon_armor/chain_black/head',60114),
(23839,23757,'accessories/wearable_items/_exp10/dragon_armor/chain_black/legs',60114),
(23840,23758,'accessories/wearable_items/_exp10/dragon_armor/chain_black/legs_noskirt',60114),
(23841,23759,'accessories/wearable_items/_exp10/dragon_armor/chain_black/shoulders',60114),
(23842,23760,'accessories/wearable_items/_exp10/dragon_armor/chain_black/shoulders_epic',60114),
(23843,23761,'accessories/wearable_items/_exp10/dragon_armor/chain_black/skirt',60114),
(23844,23762,'accessories/wearable_items/_exp10/dragon_armor/gi_black/chest',60114),
(23845,23763,'accessories/wearable_items/_exp10/dragon_armor/gi_black/feet',60114),
(23846,23764,'accessories/wearable_items/_exp10/dragon_armor/gi_black/hands',60114),
(23847,23765,'accessories/wearable_items/_exp10/dragon_armor/gi_black/pants',60114),
(23848,23766,'accessories/wearable_items/_exp10/dragon_armor/leather_black/chest',60114),
(23849,23767,'accessories/wearable_items/_exp10/dragon_armor/leather_black/feet',60114),
(23850,23768,'accessories/wearable_items/_exp10/dragon_armor/leather_black/forearms',60114),
(23851,23769,'accessories/wearable_items/_exp10/dragon_armor/leather_black/hands',60114),
(23852,23770,'accessories/wearable_items/_exp10/dragon_armor/leather_black/head',60114),
(23853,23771,'accessories/wearable_items/_exp10/dragon_armor/leather_black/legs',60114),
(23854,23772,'accessories/wearable_items/_exp10/dragon_armor/leather_black/legs_epic',60114),
(23855,23773,'accessories/wearable_items/_exp10/dragon_armor/leather_black/legs_noskirt',60114),
(23856,23774,'accessories/wearable_items/_exp10/dragon_armor/leather_black/shoulders',60114),
(23857,23775,'accessories/wearable_items/_exp10/dragon_armor/leather_black/shoulders_epic',60114),
(23858,23776,'accessories/wearable_items/_exp10/dragon_armor/leather_black/skirt',60114),
(23859,23777,'accessories/wearable_items/_exp10/dragon_armor/robe_black/chest',60114),
(23860,23778,'accessories/wearable_items/_exp10/dragon_armor/robe_black/feet',60114),
(23861,23779,'accessories/wearable_items/_exp10/dragon_armor/robe_black/hands',60114),
(23862,23780,'accessories/wearable_items/_exp10/dragon_armor/robe_black/head',60114),
(23863,23781,'accessories/wearable_items/_exp10/dragon_armor/robe_black/hood',60114),
(23864,23782,'accessories/wearable_items/_exp10/dragon_armor/robe_black/pants',60114),
(23865,23783,'accessories/wearable_items/_exp10/dragon_armor/robe_black/skirt',60114),
(23866,23784,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/chest',60114),
(23867,23785,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/feet',60114),
(23868,23786,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/forearms',60114),
(23869,23787,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/hands',60114),
(23870,23788,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/head',60114),
(23871,23789,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/head_epic',60114),
(23872,23790,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/legs',60114),
(23873,23791,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/legs_epic',60114),
(23874,23792,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/legs_noskirt',60114),
(23875,23793,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/right',60114),
(23876,23794,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/shoulders',60114),
(23877,23795,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/shoulders_epic',60114),
(23878,23796,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/shoulders_nopauldrons',60114),
(23879,23797,'accessories/wearable_items/_exp10/dragon_armor/vanguard_black/skirt',60114),
(23880,23798,'_exp11/characters/monsters/plushy_animal_bear1',60114),
(23881,23799,'_exp11/characters/monsters/plushy_animal_bear2',60114),
(23882,23800,'ec/npc/skeletonorc_torso_2014',60114),
(23883,23801,'accessories/wearable_items/cloak/exp08/snap_ons/cloak_fur_attachment_white',60114),
(23884,23802,'accessories/wearable_items/cloak/exp08/cloak_fur_white',60114),
(23885,23803,'staticobjects/pictures/eq1_artworkpainting',60114),
(23886,23804,'staticobjects/liveevent/brew_day/kal_lightsource_torch_red',60114),
(23887,23805,'staticobjects/liveevent/brew_day/dpo_brew_keg_building_door_opens',60114),
(23888,23806,'playerstudio/characters/weapons/1h_pierce/frozenicespiredagger/frozenicespiredagger',60114),
(23889,23807,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/pauldron_left_black',60114),
(23890,23808,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/pauldron_right_black',60114),
(23891,23809,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/shin_left_black',60114),
(23892,23810,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/shin_right_black',60114),
(23893,23811,'accessories/wearable_items/_exp10/dragon_armor/vanguard/snapons/vanguard_belt_black',60114),
(23894,23812,'_exp11/characters/monsters/nexona_skeleton/nexona_skeleton',60114),
(23895,23813,'accessories/wearable_items/_exp10/dragon_armor/leather/snapons/leather_belt_black',60114),
(23896,23814,'accessories/wearable_items/_exp10/dragon_armor/leather/snapons/pauldron_left_black',60114),
(23897,23815,'accessories/wearable_items/_exp10/dragon_armor/leather/snapons/pauldron_right_black',60114),
(23898,23816,'_exp11/characters/tool_users/amygdalen_2014/amygdalen_2014_base',60114),
(23899,23817,'_exp11/characters/monsters/plushy_animal_badger1',60114),
(23900,23818,'_exp11/characters/monsters/plushy_animal_badger2',60114),
(23901,23819,'_exp11/characters/monsters/plushy_animal_crab1',60114),
(23902,23820,'_exp11/characters/monsters/plushy_animal_crab2',60114),
(23903,23821,'_exp11/characters/monsters/plushy_animal_wolf1',60114),
(23904,23822,'_exp11/characters/monsters/plushy_animal_wolf2',60114),
(23905,23823,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/ghost/head_candle_back',60114),
(23906,23824,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/ghost/head_candle_front',60114),
(23907,23825,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/ghost/head_candle_left',60114),
(23908,23826,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/ghost/head_candle_right',60114),
(23909,23827,'accessories/wearable_items/profesion_hats/warden/plain_metal_circlet/ghost/head_circlet_ghost_candles',60114),
(23910,23828,'_exp11/characters/tool_users/amygdalen_2014/amygdalen_2014_dreadknight',60114),
(23911,23829,'_exp11/characters/tool_users/amygdalen_2014/amygdalen_2014_lightarmor',60114),
(23912,23830,'_exp11/characters/tool_users/amygdalen_2014/amygdalen_2014_priest',60114),
(23913,23831,'_exp11/characters/tool_users/amygdalen_2014/amygdalen_2014_warlord',60114),
(23914,23832,'_exp11/characters/tool_users/shissar/shissar_male_heavy_coral',60114),
(23915,23833,'_exp11/characters/tool_users/shissar/shissar_male_light',60114),
(23916,23834,'_exp11/characters/tool_users/shissar/shissar_male_light_base',60114),
(23917,23835,'_exp11/characters/tool_users/shissar/shissar_male_light_coral',60114),
(23918,23836,'staticobjects/dpo_invisible_cube/dpo_invisible_cube_inverted',60114),
(23919,23837,'playerstudio/houseitems/heart_vanity',60114),
(23920,23838,'playerstudio/houseitems/lucanic_chariot',60114),
(23921,23839,'playerstudio/houseitems/pub_cabinet',60114),
(23922,23840,'playerstudio/houseitems/pub_chair',60114),
(23923,23841,'playerstudio/houseitems/pub_counter',60114),
(23924,23842,'playerstudio/houseitems/pub_tap',60114),
(23925,23843,'playerstudio/houseitems/rock_garden',60114),
(23926,23844,'playerstudio/houseitems/stone_lantern',60114),
(23927,23845,'playerstudio/houseitems/tranq_archway',60114),
(23928,23846,'playerstudio/houseitems/castle_fence',60114),
(23929,23847,'playerstudio/houseitems/castle_fence_piece',60114),
(23930,23848,'playerstudio/houseitems/castle_fence_post',60114),
(23931,23849,'playerstudio/houseitems/cherryrose_harp',60114),
(23932,23850,'playerstudio/houseitems/cherryrose_harpstool',60114),
(23933,23851,'playerstudio/houseitems/cherryrose_piano',60114),
(23934,23852,'playerstudio/houseitems/cherryrose_piano_bench',60114),
(23935,23853,'playerstudio/houseitems/china_cabinet',60114),
(23936,23854,'playerstudio/houseitems/fisherman_netroll',60114),
(23937,23855,'playerstudio/houseitems/fisherman_oar',60114),
(23938,23856,'playerstudio/houseitems/fisherman_tacklebox',60114),
(23939,23857,'playerstudio/houseitems/fisherman_wormbucket',60114),
(23940,23858,'playerstudio/houseitems/fishinboat_mariners',60114),
(23941,23859,'playerstudio/houseitems/fishinboat_moonlit',60114),
(23942,23860,'playerstudio/houseitems/fishinboat_windblossom',60114),
(23943,23861,'playerstudio/houseitems/heart_screen',60114),
(23944,23862,'playerstudio/houseitems/heart_stool',60114),
(23945,23863,'playerstudio/houseitems/heart_stoollong',60114),
(23946,23864,'playerstudio/houseitems/heart_vase',60114),
(23947,23865,'playerstudio/houseitems/kelethinacorn_door',60114),
(23948,23866,'playerstudio/houseitems/rustic_chair',60114),
(23949,23867,'playerstudio/houseitems/rustic_dining_bench',60114),
(23950,23868,'playerstudio/houseitems/rustic_dining_hutch',60114),
(23951,23869,'playerstudio/houseitems/rustic_dining_table',60114),
(23952,23870,'accessories/wearable_items/_exp11/hero_bracers/forearms_combined',60114),
(23953,23871,'_exp10/objects/exp10_temple_of_veeshan_raid/bristlebane_chess_bishop',60114),
(23954,23872,'_exp10/objects/exp10_temple_of_veeshan_raid/bristlebane_chess_knight',60114),
(23955,23873,'_exp10/objects/exp10_temple_of_veeshan_raid/bristlebane_chess_pawn',60114),
(23956,23874,'_exp10/objects/exp10_temple_of_veeshan_raid/bristlebane_chess_rook',60114),
(23957,23875,'playerstudio/characters/weapons/1h_sword/woodelfsword/woodelfsword',60114),
(23958,23876,'playerstudio/characters/weapons/1h_sword/frozenicespireshortaxe/frozenicespireshortaxe',60114),
(23959,23877,'ec/npc/skeletonorc_fullbody_2014',60114),
(23960,23878,'playerstudio/characters/shields/tower_round_shields/frozenicespireshield/frozenicespireshield',60114),
(23961,23879,'playerstudio/characters/weapons/1h_crush/tinkeredhand/tinkeredhand',60114),
(23962,23880,'accessories/wieldable_items/weapons/exp10/1h_crush/hammer_bellringer_flamepounder_raid',60114),
(23963,23881,'accessories/wieldable_items/weapons/exp10/1h_crush/scepter_wand_regal_raid',60114),
(23964,23882,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_mage_flame_raid',60114),
(23965,23883,'accessories/wieldable_items/weapons/exp10/1h_pierce/dagger_scout_fire_raid',60114),
(23966,23884,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_aerakyn_glow_raid',60114),
(23967,23885,'accessories/wieldable_items/weapons/exp10/bow/longbow_scout_red_raid',60114),
(23968,23886,'accessories/wieldable_items/weapons/exp10/staff/staff_aerakyn_raid',60114),
(23969,23887,'accessories/wieldable_items/weapons/exp10/staff/staff_halberd_red_raid',60114),
(23970,23888,'accessories/wieldable_items/weapons/exp10/staff/staff_monk_bladed_redgold_raid',60114),
(23971,23889,'creatures/monsters/rumbler_summon_attack',60114),
(23972,23890,'_exp10/characters/tool_users/bolgin/bolgin_ghost_helm',60114),
(23973,23891,'playerstudio/characters/cloaks/tinkeredtoolcloak/cloak_tinkeredtoolcloak',60114),
(23974,23892,'playerstudio/characters/shields/tower_round_shields/woodelfshield/woodelfshield',60114),
(23975,23893,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_mage_flame',60114),
(23976,23894,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_rogue_flame',60114),
(23977,23895,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_saber_flame',60114),
(23978,23896,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_longsword_flame',60114),
(23979,23897,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_broadsword_flame',60114),
(23980,23898,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_rapier_flame',60114),
(23981,23899,'accessories/wieldable_items/weapons/exp11/2h_sword/sword_2h_flame',60114),
(23982,23900,'_exp05/tool_users/lich_shadow_04_negativelight',60114),
(23983,23901,'_exp08/characters/tool_users/lich_undead/lich_undead_negativelight',60114),
(23984,23902,'ec/npc/skeletonorc_negativelight_2014',60114),
(23985,23903,'accessories/wearable_items/_exp11/hero_bracers/bracer_left',60114),
(23986,23904,'accessories/wearable_items/_exp11/hero_bracers/bracer_right',60114),
(23987,23905,'accessories/wearable_items/_exp11/hero_bracers/handcover_left',60114),
(23988,23906,'accessories/wearable_items/_exp11/hero_bracers/handcover_right',60114),
(23989,23907,'accessories/wearable_items/_exp11/hero_bracers/hands',60114),
(23990,23908,'ec/pc/human/human_male_drunk_animations',60114),
(23991,23909,'_exp11/characters/tool_users/shissar/shissar_male_medium_mamba',60114),
(23992,23910,'accessories/npc_wearables/bolgin/bolgin_ghost_helm',60114),
(23993,23911,'_exp08/characters/monsters/kerafyrm/kerafyrm_skyshrine',60114),
(23994,23912,'playerstudio/characters/weapons/staff/stormstaff/stormstaff',60114),
(23995,23913,'ec/npc/skeletonorc_armored_torso_2014',60114),
(23996,23914,'ec/npc/skeletonorc_armored_oneleg_2014',60114),
(23997,23915,'staticobjects/lighting/elemental_lantern_fire',60114),
(23998,23916,'staticobjects/lighting/elemental_lantern_rock',60114),
(23999,23917,'staticobjects/lighting/elemental_lantern_water',60114),
(24000,23918,'staticobjects/lighting/elemental_lantern_wind',60114),
(24001,23919,'ec/npc/skeletonorc_armored_light_2014',60114),
(24002,23920,'ec/npc/skeletonorc_armored_light_oneleg_2014',60114),
(24003,23921,'ec/npc/skeletonorc_armored_light_torso_2014',60114),
(24004,23922,'staticobjects/runes/voidman_armor_rune05',60114),
(24005,23923,'creatures/pets/kerafyrm_young/kerafyrm_young',60114),
(24006,23924,'accessories/wieldable_items/weapons/exp11/1h_crush/wand_flame',60114),
(24007,23925,'accessories/wieldable_items/weapons/exp11/1h_crush/club_flame',60114),
(24008,23926,'accessories/wieldable_items/weapons/exp11/1h_crush/mace_flame',60114),
(24009,23927,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_flame',60114),
(24010,23928,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_flame',60114),
(24011,23929,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_flame',60114),
(24012,23930,'accessories/wieldable_items/weapons/exp11/2h_sword/axe_2h_flame',60114),
(24013,23931,'accessories/wieldable_items/weapons/exp11/bow/longbow_flame',60114),
(24014,23932,'accessories/wieldable_items/weapons/exp11/bow/shortbow_flame',60114),
(24015,23933,'accessories/wieldable_items/weapons/exp11/fist/fist_flame',60114),
(24016,23934,'accessories/wieldable_items/weapons/exp11/staff/spear_flame',60114),
(24017,23935,'accessories/wieldable_items/weapons/exp11/staff/staff_flame',60114),
(24018,23936,'accessories/wieldable_items/weapons/exp11/staff/staff_mage_flame',60114),
(24019,23937,'accessories/wieldable_items/shields/exp11/shield_buckler_flame',60114),
(24020,23938,'accessories/wieldable_items/shields/exp11/shield_round_flame',60114),
(24021,23939,'staticobjects/liveevent/bristlebane_day/dpo_yellow_curtain_right',60114),
(24022,23940,'accessories/wieldable_items/shields/exp11/shield_tower_flame',60114),
(24023,23941,'staticobjects/games/floor_dominos_dragon_script',60114),
(24024,23942,'playerstudio/characters/cloaks/barbarian_fur/cloak_barbarian_fur',60114),
(24025,23943,'creatures/tu/rhoen_theer_skyshrine',60114),
(24026,23944,'_exp10/characters/monsters/dragon_vulakk/dragon_vulakk_summon',60114),
(24027,23945,'staticobjects/games/floor_dominos_dragon_script02',60114),
(24028,23946,'playerstudio/houseitems/bath_time_box',60114),
(24029,23947,'playerstudio/houseitems/bath_time_duck_blue',60114),
(24030,23948,'playerstudio/houseitems/bath_time_duck_red',60114),
(24031,23949,'playerstudio/houseitems/bath_time_duck_yellow',60114),
(24032,23950,'playerstudio/houseitems/eagle_staircase',60114),
(24033,23951,'playerstudio/houseitems/odd_avian_ornament_01',60114),
(24034,23952,'playerstudio/houseitems/odd_avian_ornament_02',60114),
(24035,23953,'playerstudio/houseitems/pulltoy_duck',60114),
(24036,23954,'playerstudio/houseitems/pulltoy_elephant',60114),
(24037,23955,'playerstudio/houseitems/pulltoy_lion',60114),
(24038,23956,'playerstudio/houseitems/pulltoy_rhino',60114),
(24039,23957,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_bloodyshank',60114),
(24040,23958,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_bloodyshank_caster',60114),
(24041,23959,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_bloodyshank',60114),
(24042,23960,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_bloodyshank',60114),
(24043,23961,'accessories/wieldable_items/weapons/exp11/fist/fist_bloodyshank',60114),
(24044,23962,'accessories/wieldable_items/weapons/exp11/1h_pierce/exp11_1h_pierce_dagger_shissar',60114),
(24045,23963,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_sword_shissar',60114),
(24046,23964,'accessories/wieldable_items/shields/exp11/exp11_shield_shissar',60114),
(24047,23965,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_bloodyshank_heritage',60114),
(24048,23966,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_bloodyshank_caster_heritage',60114),
(24049,23967,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_bloodyshank_heritage',60114),
(24050,23968,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_bloodyshank_heritage',60114),
(24051,23969,'accessories/wieldable_items/weapons/exp11/fist/fist_bloodyshank_heritage',60114),
(24052,23970,'_exp11/characters/monsters/spider_skitterer/spider_skitterer',60114),
(24053,23971,'_exp11/characters/monsters/spider_skitterer/spider_skitterer_dark',60114),
(24054,23972,'_exp11/characters/monsters/spider_skitterer/spider_skitterer_diseased',60114),
(24055,23973,'accessories/wieldable_items/weapons/exp11/staff/exp11_bostaff_shissar',60114),
(24056,23974,'_exp11/characters/tool_users/skeletal_obscenity/skeletal_obscenity',60114),
(24057,23975,'_exp11/characters/tool_users/skeletal_obscenity/skeletal_obscenity_dark',60114),
(24058,23976,'_exp11/houseitems/leafy_clump_01_dpo',60114),
(24059,23977,'creatures/mounts/dragonfly_mount/dragonfly_mount_emerald',60114),
(24060,23978,'_exp11/characters/tool_users/cruor_vitae/cruor_vitae_basic',60114),
(24061,23979,'_exp11/characters/tool_users/cruor_vitae/cruor_vitae_bronze_basic',60114),
(24062,23980,'_exp08/objects/skyshrine_dragonhead_statue01',60114),
(24063,23981,'_exp08/objects/skyshrine_pillar01',60114),
(24064,23982,'_exp10/characters/monsters/spiderbear/spiderbear_feral',60114),
(24065,23983,'_exp10/characters/monsters/spiderbear/spiderbear_feral_green',60114),
(24066,23984,'_exp10/characters/monsters/spiderbear/spiderbear_green',60114),
(24067,23985,'_exp10/characters/monsters/spiderbear/spiderbear_female',60114),
(24068,23986,'_exp10/characters/monsters/spiderbear/spiderbear_evil',60114),
(24069,23987,'_exp10/characters/monsters/spiderbear/spiderbear_female_evil',60114),
(24070,23988,'_exp10/characters/monsters/spiderbear/spiderbear_female_green',60114),
(24071,23989,'_exp10/characters/monsters/spiderbear/spiderbear_feral_evil',60114),
(24072,23990,'staticobjects/liveevent/tinkerfest/dpo_halfling_stoveflute01',60114),
(24073,23991,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x1_column02_rustyplate',60114),
(24074,23992,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_column02_rustyplate',60114),
(24075,23993,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_dividerblock02_rustyplate',60114),
(24076,23994,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1xhalf_block02_rustyplate',60114),
(24077,23995,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_dividerblock02_rustyplate',60114),
(24078,23996,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_rail02_rustyplate',60114),
(24079,23997,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_roundtile02_rustyplate',60114),
(24080,23998,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_stair02_rustyplate',60114),
(24081,23999,'staticobjects/liveevent/tinkerfest/building_blocks/housecube_1x1_block02_rustyplate',60114),
(24082,24000,'_exp11/characters/tool_users/cruor_vitae/cruor_vitae_boss',60114),
(24083,24001,'staticobjects/boats/holiday_boats/brewday_leaf_boat',60114),
(24084,24002,'staticobjects/boats/holiday_boats/brewday_leaf_boat_preview',60114),
(24085,24003,'staticobjects/boats/holiday_boats/bristlebane_leaf_boat',60114),
(24086,24004,'staticobjects/boats/holiday_boats/bristlebane_leaf_boat_preview',60114),
(24087,24005,'staticobjects/boats/holiday_boats/erollisi_leaf_boat',60114),
(24088,24006,'staticobjects/boats/holiday_boats/erollisi_leaf_boat_preview',60114),
(24089,24007,'staticobjects/boats/holiday_boats/frostfell_leaf_boat',60114),
(24090,24008,'staticobjects/boats/holiday_boats/frostfell_leaf_boat_preview',60114),
(24091,24009,'staticobjects/boats/holiday_boats/moonlight_leaf_boat',60114),
(24092,24010,'staticobjects/boats/holiday_boats/moonlight_leaf_boat_preview',60114),
(24093,24011,'staticobjects/boats/holiday_boats/notd_leaf_boat',60114),
(24094,24012,'staticobjects/boats/holiday_boats/notd_leaf_boat_preview',60114),
(24095,24013,'staticobjects/boats/holiday_boats/tinkerfest_leaf_boat',60114),
(24096,24014,'staticobjects/boats/holiday_boats/tinkerfest_leaf_boat_preview',60114),
(24097,24015,'_exp11/characters/monsters/flesh_construct/flesh_construct',60114),
(24098,24016,'staticobjects/liveevent/tinkerfest/dpo_houseitem_drill_lightning01',60114),
(24099,24017,'staticobjects/liveevent/tinkerfest/dpo_houseitem_drill_lightning02',60114),
(24100,24018,'staticobjects/liveevent/tinkerfest/dpo_houseitem_drill_lightning03',60114),
(24101,24019,'_exp11/characters/monsters/blood_worm/blood_worm',60114),
(24102,24020,'staticobjects/liveevent/tinkerfest/dpo_houseitem_halfling_stoveflute_fx01',60114),
(24103,24021,'staticobjects/liveevent/tinkerfest/dpo_tinker_lamp_lit_01',60114),
(24104,24022,'staticobjects/liveevent/tinkerfest/dpo_tinker_lamp_lit_rotate_01',60114),
(24105,24023,'ec/npc/zombie_orc_armored_2014',60114),
(24106,24024,'ec/npc/zombie_orc_armored_tu_2014',60114),
(24107,24025,'accessories/wieldable_items/weapons/exp11/2h_sword/hammer_2h_bloodyshank',60114),
(24108,24026,'staticobjects/_exp08/sleepers_tomb/sleepers_tomb_crystals_red_pfx_dpo',60114),
(24109,24027,'playerstudio/characters/shields/tower_round_shields/ancientguardianofthule/ancientguardianofthule',60114),
(24110,24028,'accessories/wieldable_items/weapons/exp11/1h_crush/exp11_1h_crush_hammer_orc',60114),
(24111,24029,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_sword_orc',60114),
(24112,24030,'_exp06/characters/monsters/vasty_guardian/vasty_guardian_darkmetallic',60114),
(24113,24031,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_darkmetal_red',60114),
(24114,24032,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_darkmetal_yellow',60114),
(24115,24033,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_darkmetal_purple',60114),
(24116,24034,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_darkmetal_green',60114),
(24117,24035,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_darkmetal_blue',60114),
(24118,24036,'accessories/wieldable_items/shields/exp11/exp11_shield_orc',60114),
(24119,24037,'ec/npc/orc_ghost_blue',60114),
(24120,24038,'_exp10/characters/monsters/dragon_sontalak/sontalak_no_summon',60114),
(24121,24039,'accessories/wieldable_items/shields/exp11/exp11_shield_buckler_orc',60114),
(24122,24040,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_male_base',60114),
(24123,24041,'playerstudio/characters/shields/tower_round_shields/chess_shield/chess_shield',60114),
(24124,24042,'playerstudio/characters/weapons/1h_sword/chess_sword/chess_sword',60114),
(24125,24043,'accessories/npc_wearables/shissar/exp11_shield_shissar',60114),
(24126,24044,'_exp08/characters/tool_users/freeport_knight/freeport_knight_mounted_skyshrine',60114),
(24127,24045,'playerstudio/houseitems/carved_hearth',60114),
(24128,24046,'playerstudio/houseitems/cleanup_set',60114),
(24129,24047,'playerstudio/houseitems/cookie_sheet',60114),
(24130,24048,'playerstudio/houseitems/garden_tools',60114),
(24131,24049,'playerstudio/houseitems/grinnuch_roast_dinner',60114),
(24132,24050,'playerstudio/houseitems/kitchen_sink',60114),
(24133,24051,'playerstudio/houseitems/making_cookies',60114),
(24134,24052,'playerstudio/houseitems/weapon_power',60114),
(24135,24053,'_exp11/characters/monsters/golems/sand_golem',60114),
(24136,24054,'_exp10/characters/tool_users/aerakyn/aerakyn_male_merc2',60114),
(24137,24055,'accessories/wieldable_items/weapons/exp11/1h_crush/exp11_1h_crush_hammer_skeletalorc',60114),
(24138,24056,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_king',60114),
(24139,24057,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_male_shaman',60114),
(24140,24058,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_male_warrior',60114),
(24141,24059,'creatures/mounts/dino_flyer/dino_flyer_base',60114),
(24142,24060,'playerstudio/characters/weapons/1h_sword/cane_blade/cane_blade',60114),
(24143,24061,'playerstudio/characters/weapons/1h_sword/cane_sheath/cane_sheath',60114),
(24144,24062,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_shipwright',60114),
(24145,24063,'accessories/wieldable_items/weapons/exp11/1h_crush/club_belayingpin',60114),
(24146,24064,'accessories/wieldable_items/weapons/exp11/1h_crush/club_hooked',60114),
(24147,24065,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_swashbuckler',60114),
(24148,24066,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_sweptmage',60114),
(24149,24067,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_parryblade',60114),
(24150,24068,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_swashbuckler',60114),
(24151,24069,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_rapier_swashbuckler',60114),
(24152,24070,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_cutlass_swashbuckler',60114),
(24153,24071,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_saber_swashbuckler',60114),
(24154,24072,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_scimitar_swashbuckler',60114),
(24155,24073,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_finesse',60114),
(24156,24074,'accessories/wieldable_items/weapons/exp11/2h_sword/club_2h_oar',60114),
(24157,24075,'accessories/wieldable_items/weapons/exp11/2h_sword/sword_2h_scimitar',60114),
(24158,24076,'accessories/wieldable_items/weapons/exp11/bow/longbow_nautical',60114),
(24159,24077,'accessories/wieldable_items/weapons/exp11/bow/shortbow_compound',60114),
(24160,24078,'accessories/wieldable_items/weapons/exp11/fist/fist_hooked',60114),
(24161,24079,'accessories/wieldable_items/weapons/exp11/staff/staff_sextant',60114),
(24162,24080,'accessories/wieldable_items/weapons/exp11/staff/spear_trident',60114),
(24163,24081,'accessories/wieldable_items/weapons/exp11/staff/spear_harpoon',60114),
(24164,24082,'creatures/mounts/griffin_classic/griffin_classic_variant',60114),
(24165,24083,'creatures/mounts/griffin_classic/griffin_classic_variant_black',60114),
(24166,24084,'creatures/mounts/griffin_classic/griffin_classic_variant_white',60114),
(24167,24085,'staticobjects/housing_portal_objects/vision_home_gnomehome01',60114),
(24168,24086,'playerstudio/characters/weapons/bow/feather_bow/feather_bow',60114),
(24169,24087,'creatures/tu/rhoen_theer_kerafyrm_mouth',60114),
(24170,24088,'_exp11/characters/tool_users/akheva/akheva_male_base',60114),
(24171,24089,'playerstudio/houseitems/summerhammock',60114),
(24172,24090,'playerstudio/houseitems/luckycat',60114),
(24173,24091,'playerstudio/houseitems/paintingstretchwait',60114),
(24174,24092,'playerstudio/houseitems/birdtimorous',60114),
(24175,24093,'playerstudio/houseitems/mahoganyaviary',60114),
(24176,24094,'playerstudio/houseitems/gnomechess',60114),
(24177,24095,'playerstudio/houseitems/leatherottoman',60114),
(24178,24096,'playerstudio/houseitems/leatherbarstool',60114),
(24179,24097,'playerstudio/houseitems/leatherchair',60114),
(24180,24098,'playerstudio/houseitems/leatherloveseat',60114),
(24181,24099,'playerstudio/houseitems/leathersofa',60114),
(24182,24100,'playerstudio/houseitems/travelingwagon',60114),
(24183,24101,'playerstudio/houseitems/archedflagstonepost',60114),
(24184,24102,'playerstudio/houseitems/archedflagstonefence',60114),
(24185,24103,'playerstudio/houseitems/woodsplittin',60114),
(24186,24104,'playerstudio/houseitems/gorowynestatesdoor',60114),
(24187,24105,'ec/pc/aerakyn/aerakyn_male_head',60114),
(24188,24106,'ec/pc/aerakyn/aerakyn_male_head02',60114),
(24189,24107,'ec/pc/aerakyn/aerakyn_male_head03',60114),
(24190,24108,'staticobjects/liveevent/halloween/dpo_ironmaiden_01',60114),
(24191,24109,'staticobjects/liveevent/halloween/dpo_high_bucket_meat',60114),
(24192,24110,'staticobjects/liveevent/halloween/dpo_bef_claypot03',60114),
(24193,24111,'staticobjects/liveevent/halloween/dpo_oggok01_bones02',60114),
(24194,24112,'staticobjects/liveevent/halloween/dpo_curtains_right_14',60114),
(24195,24113,'staticobjects/liveevent/halloween/dpo_curtains_14',60114),
(24196,24114,'staticobjects/liveevent/halloween/dpo_curtains_right_12',60114),
(24197,24115,'staticobjects/liveevent/halloween/dpo_curtains_12',60114),
(24198,24116,'staticobjects/liveevent/halloween/dpo_curtains_right_07',60114),
(24199,24117,'staticobjects/liveevent/halloween/dpo_curtains_07',60114),
(24200,24118,'staticobjects/liveevent/halloween/dpo_curtains_right_04',60114),
(24201,24119,'staticobjects/liveevent/halloween/dpo_curtains_04',60114),
(24202,24120,'staticobjects/liveevent/halloween/dpo_tombstonei001',60114),
(24203,24121,'staticobjects/liveevent/halloween/dpo_tombstonef001',60114),
(24204,24122,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_chillburn',60114),
(24205,24123,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_pyrebringer',60114),
(24206,24124,'accessories/wieldable_items/weapons/exp11/1h_crush/club_chillburn',60114),
(24207,24125,'accessories/wieldable_items/weapons/exp11/1h_crush/club_pyrebringer',60114),
(24208,24126,'accessories/wieldable_items/weapons/exp11/1h_crush/club_voidwrought',60114),
(24209,24127,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_voidwrought',60114),
(24210,24128,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_pyrebringer',60114),
(24211,24129,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_chillburn',60114),
(24212,24130,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_pyrebringer',60114),
(24213,24131,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_chillburn',60114),
(24214,24132,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_voidwrought',60114),
(24215,24133,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_voidwrought',60114),
(24216,24134,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_pyrebringer',60114),
(24217,24135,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_chillburn',60114),
(24218,24136,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_scimitar_chillburn',60114),
(24219,24137,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_scimitar_pyrebringer',60114),
(24220,24138,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_scimitar_voidwrought',60114),
(24221,24139,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_voidwrought',60114),
(24222,24140,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_chillburn',60114),
(24223,24141,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_pyrebringer',60114),
(24224,24142,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_voidwrought',60114),
(24225,24143,'accessories/wieldable_items/weapons/exp11/bow/longbow_pyrebringer',60114),
(24226,24144,'accessories/wieldable_items/weapons/exp11/bow/longbow_chillburn',60114),
(24227,24145,'accessories/wieldable_items/weapons/exp11/bow/longbow_voidwrought',60114),
(24228,24146,'accessories/wieldable_items/weapons/exp11/fist/fist_hooked_chillburn',60114),
(24229,24147,'accessories/wieldable_items/weapons/exp11/fist/fist_hooked_pyrebringer',60114),
(24230,24148,'accessories/wieldable_items/weapons/exp11/fist/fist_hooked_voidwrought',60114),
(24231,24149,'accessories/wieldable_items/weapons/exp11/staff/staff_mage_pyrebringer',60114),
(24232,24150,'accessories/wieldable_items/weapons/exp11/staff/staff_mage_chillburn',60114),
(24233,24151,'accessories/wieldable_items/weapons/exp11/staff/staff_mage_voidwrought',60114),
(24234,24152,'accessories/wieldable_items/weapons/exp11/staff/warstaff_pyrebringer',60114),
(24235,24153,'accessories/wieldable_items/weapons/exp11/staff/warstaff_chillburn',60114),
(24236,24154,'accessories/wieldable_items/weapons/exp11/staff/warstaff_voidwrought',60114),
(24237,24155,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/bracer_left',60114),
(24238,24156,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/bracer_right',60114),
(24239,24157,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/handcover_left',60114),
(24240,24158,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/handcover_right',60114),
(24241,24159,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/hands_combined',60114),
(24242,24160,'ec/pc/aerakyn/aerakyn_male_wings02',60114),
(24243,24161,'playerstudio/characters/weapons/1h_wand/crumbling_wand',60114),
(24244,24162,'playerstudio/characters/weapons/1h_sword/crumbling_sword/crumbling_sword',60114),
(24245,24163,'playerstudio/characters/weapons/1h_sword/gnome_scimitar/gnome_scimitar',60114),
(24246,24164,'playerstudio/characters/shields/tower_round_shields/gnome_shield/gnome_shield',60114),
(24247,24165,'playerstudio/characters/shields/tower_round_shields/draconic_damage/draconic_damage',60114),
(24248,24166,'ec/pc/aerakyn/aerakyn_male_head01_longhair',60114),
(24249,24167,'ec/pc/aerakyn/aerakyn_male_head01_mediumhair',60114),
(24250,24168,'ec/pc/aerakyn/aerakyn_male_head01_shorthair',60114),
(24251,24169,'ec/pc/aerakyn/aerakyn_male_wings03',60114),
(24252,24170,'staticobjects/_exp10/chelsith_stone_reformed_fx',60114),
(24253,24171,'staticobjects/_exp10/chelsith_stone_reformed_noalpha_fx',60114),
(24254,24172,'accessories/wearable_items/_exp11/hero_bracers/red_bracer/forearms_combined',60114),
(24255,24173,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_female_base',60114),
(24256,24174,'playerstudio/characters/weapons/staff/heart_staff/heart_staff',60114),
(24257,24175,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_female_warrior',60114),
(24258,24176,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_queen',60114),
(24259,24177,'_exp08/characters/monsters/kerafyrm/kerafyrm_skyshrine_rooms',60114),
(24260,24178,'projectiles/bone_spike_trail',60114),
(24261,24179,'accessories/wearable_items/snapons/backpacks/backpack_clawsofveeshan/backpack_clawsofveeshan',60114),
(24262,24180,'accessories/wearable_items/snapons/backpacks/backpack_clawsofveeshan/swivel_stein',60114),
(24263,24181,'accessories/wearable_items/snapons/backpacks/backpack_clawsofveeshan/swivel_flask',60114),
(24264,24182,'staticobjects/statues/nekf_darkelf_foci001_quest',60114),
(24265,24183,'ec/pc/aerakyn/aerakyn_male_head01_mediumhair02',60114),
(24266,24184,'ec/pc/aerakyn/aerakyn_male_head01_mohawk',60114),
(24267,24185,'ec/pc/aerakyn/aerakyn_male_head01_ponytail',60114),
(24268,24186,'ec/pc/aerakyn/aerakyn_male_head02_longhair',60114),
(24269,24187,'ec/pc/aerakyn/aerakyn_male_head02_mediumhair',60114),
(24270,24188,'ec/pc/aerakyn/aerakyn_male_head02_mediumhair02',60114),
(24271,24189,'ec/pc/aerakyn/aerakyn_male_head02_mohawk',60114),
(24272,24190,'ec/pc/aerakyn/aerakyn_male_head02_ponytail',60114),
(24273,24191,'ec/pc/aerakyn/aerakyn_male_head02_shorthair',60114),
(24274,24192,'ec/pc/aerakyn/aerakyn_male_head03_longhair',60114),
(24275,24193,'ec/pc/aerakyn/aerakyn_male_head03_mediumhair',60114),
(24276,24194,'ec/pc/aerakyn/aerakyn_male_head03_mediumhair02',60114),
(24277,24195,'ec/pc/aerakyn/aerakyn_male_head03_mohawk',60114),
(24278,24196,'ec/pc/aerakyn/aerakyn_male_head03_ponytail',60114),
(24279,24197,'ec/pc/aerakyn/aerakyn_male_head03_shorthair',60114),
(24280,24198,'ec/pc/aerakyn/aerakyn_male_head04',60114),
(24281,24199,'ec/pc/aerakyn/aerakyn_male_head04_longhair',60114),
(24282,24200,'ec/pc/aerakyn/aerakyn_male_head04_mediumhair',60114),
(24283,24201,'ec/pc/aerakyn/aerakyn_male_head04_mediumhair02',60114),
(24284,24202,'ec/pc/aerakyn/aerakyn_male_head04_mohawk',60114),
(24285,24203,'ec/pc/aerakyn/aerakyn_male_head04_ponytail',60114),
(24286,24204,'ec/pc/aerakyn/aerakyn_male_head04_shorthair',60114),
(24287,24205,'ec/pc/aerakyn/aerakyn_male_head05',60114),
(24288,24206,'ec/pc/aerakyn/aerakyn_male_head05_longhair',60114),
(24289,24207,'ec/pc/aerakyn/aerakyn_male_head05_mediumhair',60114),
(24290,24208,'ec/pc/aerakyn/aerakyn_male_head05_mediumhair02',60114),
(24291,24209,'ec/pc/aerakyn/aerakyn_male_head05_mohawk',60114),
(24292,24210,'ec/pc/aerakyn/aerakyn_male_head05_ponytail',60114),
(24293,24211,'ec/pc/aerakyn/aerakyn_male_head05_shorthair',60114),
(24294,24212,'ec/pc/aerakyn/aerakyn_male_head06',60114),
(24295,24213,'ec/pc/aerakyn/aerakyn_male_head06_mediumhair',60114),
(24296,24214,'ec/pc/aerakyn/aerakyn_male_head06_mediumhair02',60114),
(24297,24215,'ec/pc/aerakyn/aerakyn_male_head06_mohawk',60114),
(24298,24216,'ec/pc/aerakyn/aerakyn_male_head06_ponytail',60114),
(24299,24217,'ec/pc/aerakyn/aerakyn_male_head06_shorthair',60114),
(24300,24218,'playerstudio/characters/shields/tower_round_shields/bunnyshield/bunnyshield',60114),
(24301,24219,'staticobjects/liveevent/anniversary_event/dpo_lf_cart_nybright02',60114),
(24302,24220,'staticobjects/weapons/dpo_soulfire',60114),
(24303,24221,'staticobjects/weapons/dpo_qeynos_claymore',60114),
(24304,24222,'creatures/mounts/insect_leaper/insect_leaper_base',60114),
(24305,24223,'creatures/monsters/stegosaurus_variant',60114),
(24306,24224,'playerstudio/houseitems/rose_wallsconce',60114),
(24307,24225,'playerstudio/houseitems/rose_chandelier',60114),
(24308,24226,'playerstudio/houseitems/elfin_endtable',60114),
(24309,24227,'playerstudio/houseitems/elfin_diningtable',60114),
(24310,24228,'playerstudio/houseitems/elfin_coffeetable',60114),
(24311,24229,'playerstudio/houseitems/elfin_chair',60114),
(24312,24230,'playerstudio/houseitems/elfin_bookcase',60114),
(24313,24231,'playerstudio/houseitems/fan_moonlitblossom',60114),
(24314,24232,'playerstudio/houseitems/fan_pondprincess',60114),
(24315,24233,'playerstudio/houseitems/fan_sunsetcrane',60114),
(24316,24234,'playerstudio/houseitems/halasian_lovejays',60114),
(24317,24235,'playerstudio/houseitems/ancient_foodog',60114),
(24318,24236,'playerstudio/houseitems/starfish_titanic',60114),
(24319,24237,'playerstudio/houseitems/starfish_starburst',60114),
(24320,24238,'playerstudio/houseitems/starfish_luclin',60114),
(24321,24239,'playerstudio/houseitems/starfish_common',60114),
(24322,24240,'ec/pc/aerakyn/aerakyn_male_head06_longhair',60114),
(24323,24241,'ec/pc/aerakyn/aerakyn_male_wings04',60114),
(24324,24242,'ec/pc/aerakyn/aerakyn_male_wings05',60114),
(24325,24243,'playerstudio/characters/cloaks/chess_cloak/chess_cloak',60114),
(24326,24244,'_exp05/monsters/elemental_wave_red_goo',60114),
(24327,24245,'accessories/wieldable_items/shields/exp11/shield_kite_nautical',60114),
(24328,24246,'accessories/wieldable_items/shields/exp11/shield_kite_pirate',60114),
(24329,24247,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_chain_blue_left',60114),
(24330,24248,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_chain_blue_right',60114),
(24331,24249,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_chain_red_left',60114),
(24332,24250,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_chain_red_right',60114),
(24333,24251,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_leather_blue_left',60114),
(24334,24252,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_leather_blue_right',60114),
(24335,24253,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_leather_red_left',60114),
(24336,24254,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_leather_red_right',60114),
(24337,24255,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_robe_blue_left',60114),
(24338,24256,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_robe_blue_right',60114),
(24339,24257,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_robe_red_left',60114),
(24340,24258,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_robe_red_right',60114),
(24341,24259,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_vanguard_blue_left',60114),
(24342,24260,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_vanguard_blue_right',60114),
(24343,24261,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_vanguard_red_left',60114),
(24344,24262,'accessories/wearable_items/_exp11/overland_regal/accessories/pauldron_vanguard_red_right',60114),
(24345,24263,'accessories/wearable_items/_exp11/overland_regal/chain_blue/chest',60114),
(24346,24264,'accessories/wearable_items/_exp11/overland_regal/chain_blue/feet',60114),
(24347,24265,'accessories/wearable_items/_exp11/overland_regal/chain_blue/forearms',60114),
(24348,24266,'accessories/wearable_items/_exp11/overland_regal/chain_blue/hands',60114),
(24349,24267,'accessories/wearable_items/_exp11/overland_regal/chain_blue/head',60114),
(24350,24268,'accessories/wearable_items/_exp11/overland_regal/chain_blue/legs',60114),
(24351,24269,'accessories/wearable_items/_exp11/overland_regal/chain_blue/legs_noskirt',60114),
(24352,24270,'accessories/wearable_items/_exp11/overland_regal/chain_blue/shoulders',60114),
(24353,24271,'accessories/wearable_items/_exp11/overland_regal/chain_blue/shoulders_epic',60114),
(24354,24272,'accessories/wearable_items/_exp11/overland_regal/chain_blue/shoulders_nopauldrons',60114),
(24355,24273,'accessories/wearable_items/_exp11/overland_regal/chain_blue/skirt',60114),
(24356,24274,'accessories/wearable_items/_exp11/overland_regal/chain_red/chest',60114),
(24357,24275,'accessories/wearable_items/_exp11/overland_regal/chain_red/feet',60114),
(24358,24276,'accessories/wearable_items/_exp11/overland_regal/chain_red/forearms',60114),
(24359,24277,'accessories/wearable_items/_exp11/overland_regal/chain_red/hands',60114),
(24360,24278,'accessories/wearable_items/_exp11/overland_regal/chain_red/head',60114),
(24361,24279,'accessories/wearable_items/_exp11/overland_regal/chain_red/legs',60114),
(24362,24280,'accessories/wearable_items/_exp11/overland_regal/chain_red/legs_noskirt',60114),
(24363,24281,'accessories/wearable_items/_exp11/overland_regal/chain_red/shoulders',60114),
(24364,24282,'accessories/wearable_items/_exp11/overland_regal/chain_red/shoulders_epic',60114),
(24365,24283,'accessories/wearable_items/_exp11/overland_regal/chain_red/shoulders_nopauldrons',60114),
(24366,24284,'accessories/wearable_items/_exp11/overland_regal/chain_red/skirt',60114),
(24367,24285,'accessories/wearable_items/_exp11/overland_regal/heavycloth/chest',60114),
(24368,24286,'accessories/wearable_items/_exp11/overland_regal/heavycloth/feet',60114),
(24369,24287,'accessories/wearable_items/_exp11/overland_regal/heavycloth/hands',60114),
(24370,24288,'accessories/wearable_items/_exp11/overland_regal/heavycloth/head',60114),
(24371,24289,'accessories/wearable_items/_exp11/overland_regal/heavycloth/legs',60114),
(24372,24290,'accessories/wearable_items/_exp11/overland_regal/heavycloth/shoulders',60114),
(24373,24291,'accessories/wearable_items/_exp11/overland_regal/heavycloth/skirt',60114),
(24374,24292,'accessories/wearable_items/_exp11/overland_regal/heavycloth/belt/skirt 2',60114),
(24375,24293,'accessories/wearable_items/_exp11/overland_regal/heavycloth/belt/skirt',60114),
(24376,24294,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/chest',60114),
(24377,24295,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/feet',60114),
(24378,24296,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/hands',60114),
(24379,24297,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/head',60114),
(24380,24298,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/legs',60114),
(24381,24299,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/shoulders',60114),
(24382,24300,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/skirt',60114),
(24383,24301,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/belt/skirt 2',60114),
(24384,24302,'accessories/wearable_items/_exp11/overland_regal/heavycloth_red/belt/skirt',60114),
(24385,24303,'accessories/wearable_items/_exp11/overland_regal/leather_blue/chest',60114),
(24386,24304,'accessories/wearable_items/_exp11/overland_regal/leather_blue/feet',60114),
(24387,24305,'accessories/wearable_items/_exp11/overland_regal/leather_blue/forearms',60114),
(24388,24306,'accessories/wearable_items/_exp11/overland_regal/leather_blue/hands',60114),
(24389,24307,'accessories/wearable_items/_exp11/overland_regal/leather_blue/head',60114),
(24390,24308,'accessories/wearable_items/_exp11/overland_regal/leather_blue/legs',60114),
(24391,24309,'accessories/wearable_items/_exp11/overland_regal/leather_blue/legs_noskirt',60114),
(24392,24310,'accessories/wearable_items/_exp11/overland_regal/leather_blue/shoulders',60114),
(24393,24311,'accessories/wearable_items/_exp11/overland_regal/leather_blue/shoulders_epic',60114),
(24394,24312,'accessories/wearable_items/_exp11/overland_regal/leather_blue/shoulders_nopauldrons',60114),
(24395,24313,'accessories/wearable_items/_exp11/overland_regal/leather_blue/skirt',60114),
(24396,24314,'accessories/wearable_items/_exp11/overland_regal/leather_red/chest',60114),
(24397,24315,'accessories/wearable_items/_exp11/overland_regal/leather_red/feet',60114),
(24398,24316,'accessories/wearable_items/_exp11/overland_regal/leather_red/forearms',60114),
(24399,24317,'accessories/wearable_items/_exp11/overland_regal/leather_red/hands',60114),
(24400,24318,'accessories/wearable_items/_exp11/overland_regal/leather_red/head',60114),
(24401,24319,'accessories/wearable_items/_exp11/overland_regal/leather_red/legs',60114),
(24402,24320,'accessories/wearable_items/_exp11/overland_regal/leather_red/legs_noskirt',60114),
(24403,24321,'accessories/wearable_items/_exp11/overland_regal/leather_red/shoulders',60114),
(24404,24322,'accessories/wearable_items/_exp11/overland_regal/leather_red/shoulders_epic',60114),
(24405,24323,'accessories/wearable_items/_exp11/overland_regal/leather_red/shoulders_nopauldrons',60114),
(24406,24324,'accessories/wearable_items/_exp11/overland_regal/leather_red/skirt',60114),
(24407,24325,'accessories/wearable_items/_exp11/overland_regal/robe_blue/chest',60114),
(24408,24326,'accessories/wearable_items/_exp11/overland_regal/robe_blue/chest_epic',60114),
(24409,24327,'accessories/wearable_items/_exp11/overland_regal/robe_blue/feet',60114),
(24410,24328,'accessories/wearable_items/_exp11/overland_regal/robe_blue/hands',60114),
(24411,24329,'accessories/wearable_items/_exp11/overland_regal/robe_blue/head',60114),
(24412,24330,'accessories/wearable_items/_exp11/overland_regal/robe_blue/pants',60114),
(24413,24331,'accessories/wearable_items/_exp11/overland_regal/robe_blue/skirt',60114),
(24414,24332,'accessories/wearable_items/_exp11/overland_regal/robe_red/chest',60114),
(24415,24333,'accessories/wearable_items/_exp11/overland_regal/robe_red/chest_epic',60114),
(24416,24334,'accessories/wearable_items/_exp11/overland_regal/robe_red/feet',60114),
(24417,24335,'accessories/wearable_items/_exp11/overland_regal/robe_red/hands',60114),
(24418,24336,'accessories/wearable_items/_exp11/overland_regal/robe_red/head',60114),
(24419,24337,'accessories/wearable_items/_exp11/overland_regal/robe_red/pants',60114),
(24420,24338,'accessories/wearable_items/_exp11/overland_regal/robe_red/skirt',60114),
(24421,24339,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/chest',60114),
(24422,24340,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/feet',60114),
(24423,24341,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/forearms',60114),
(24424,24342,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/hands',60114),
(24425,24343,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/head',60114),
(24426,24344,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/left',60114),
(24427,24345,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/legs',60114),
(24428,24346,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/legs_noskirt',60114),
(24429,24347,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/right',60114),
(24430,24348,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/shoulders',60114),
(24431,24349,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/shoulders_epic',60114),
(24432,24350,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/shoulders_nopauldrons',60114),
(24433,24351,'accessories/wearable_items/_exp11/overland_regal/vanguard_blue/skirt',60114),
(24434,24352,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/chest',60114),
(24435,24353,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/feet',60114),
(24436,24354,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/forearms',60114),
(24437,24355,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/hands',60114),
(24438,24356,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/head',60114),
(24439,24357,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/left',60114),
(24440,24358,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/legs',60114),
(24441,24359,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/legs_noskirt',60114),
(24442,24360,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/right',60114),
(24443,24361,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/shoulders',60114),
(24444,24362,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/shoulders_epic',60114),
(24445,24363,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/shoulders_nopauldrons',60114),
(24446,24364,'accessories/wearable_items/_exp11/overland_regal/vanguard_red/skirt',60114),
(24447,24365,'_exp11/objects/exp11_dun_highhold/triangular_platform_dpo',60114),
(24448,24366,'playerstudio/characters/weapons/staff/staff_of_the_inferno/staff_of_the_inferno',60114),
(24449,24367,'projectiles/spell_magic_mine',60114),
(24450,24368,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_elementalfire',60114),
(24451,24369,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_elementalfire',60114),
(24452,24370,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_elementalfire',60114),
(24453,24371,'accessories/wieldable_items/weapons/exp11/bow/longbow_elementalfire',60114),
(24454,24372,'accessories/wieldable_items/weapons/exp11/staff/scythe_elementalfire',60114),
(24455,24373,'ec/pc/aerakyn/aerakyn_female',60114),
(24456,24374,'ec/pc/aerakyn/aerakyn_female_head',60114),
(24457,24375,'ec/pc/aerakyn/aerakyn_female_head01_mohawk',60114),
(24458,24376,'creatures/monsters/triceratops_variant',60114),
(24459,24377,'_exp11/objects/exp11_dun_highhold/weaponrack_empty_dpo',60114),
(24460,24378,'_exp11/objects/exp11_dun_highhold/weaponrack_full_dpo',60114),
(24461,24379,'ec/pc/ogre/golem_flesh',60114),
(24462,24380,'creatures/mounts/hellhound_mount/hellhound_mount',60114),
(24463,24381,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_elementalfire_lesser',60114),
(24464,24382,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_elementalfire_lesser',60114),
(24465,24383,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_elementalfire_lesser',60114),
(24466,24384,'accessories/wieldable_items/weapons/exp11/bow/longbow_elementalfire_lesser',60114),
(24467,24385,'accessories/wieldable_items/weapons/exp11/staff/scythe_elementalfire_lesser',60114),
(24468,24386,'ec/pc/aerakyn/aerakyn_female_head01_bun',60114),
(24469,24387,'playerstudio/houseitems/eaglebench',60114),
(24470,24388,'playerstudio/houseitems/eagleshelf',60114),
(24471,24389,'playerstudio/houseitems/ironwoodbed',60114),
(24472,24390,'playerstudio/houseitems/ironwooddiningchair',60114),
(24473,24391,'playerstudio/houseitems/ironwooddiningtable',60114),
(24474,24392,'playerstudio/houseitems/ironwoodendtable',60114),
(24475,24393,'playerstudio/houseitems/spiralstaircasegnomeworks',60114),
(24476,24394,'playerstudio/houseitems/spiralstaircasepolishedwood',60114),
(24477,24395,'playerstudio/houseitems/spiralstaircaseregalmarble',60114),
(24478,24396,'playerstudio/houseitems/stepstaircasegnome',60114),
(24479,24397,'playerstudio/houseitems/stepstaircasepolishedwood',60114),
(24480,24398,'playerstudio/houseitems/stepstaircaseregalmarble',60114),
(24481,24399,'playerstudio/houseitems/waterwell',60114),
(24482,24400,'playerstudio/characters/shields/tower_round_shields/disease/disease',60114),
(24483,24401,'playerstudio/characters/cloaks/norrath_war/cloak_norrath_war',60114),
(24484,24402,'ec/pc/aerakyn/aerakyn_female_head01_side',60114),
(24485,24403,'ec/pc/aerakyn/aerakyn_female_head01_long',60114),
(24486,24404,'ec/pc/aerakyn/aerakyn_female_head01_pigtails',60114),
(24487,24405,'ec/pc/aerakyn/aerakyn_female_head01_pullback',60114),
(24488,24406,'ec/pc/aerakyn/aerakyn_female_head02',60114),
(24489,24407,'ec/pc/aerakyn/aerakyn_female_head02_bun',60114),
(24490,24408,'ec/pc/aerakyn/aerakyn_female_head02_long',60114),
(24491,24409,'ec/pc/aerakyn/aerakyn_female_head02_mohawk',60114),
(24492,24410,'ec/pc/aerakyn/aerakyn_female_head02_pigtails',60114),
(24493,24411,'ec/pc/aerakyn/aerakyn_female_head02_pullback',60114),
(24494,24412,'ec/pc/aerakyn/aerakyn_female_head02_side',60114),
(24495,24413,'ec/pc/aerakyn/aerakyn_female_head03',60114),
(24496,24414,'ec/pc/aerakyn/aerakyn_female_head03_bun',60114),
(24497,24415,'ec/pc/aerakyn/aerakyn_female_head03_long',60114),
(24498,24416,'ec/pc/aerakyn/aerakyn_female_head03_mohawk',60114),
(24499,24417,'ec/pc/aerakyn/aerakyn_female_head03_pigtails',60114),
(24500,24418,'ec/pc/aerakyn/aerakyn_female_head03_pullback',60114),
(24501,24419,'ec/pc/aerakyn/aerakyn_female_head03_side',60114),
(24502,24420,'ec/pc/aerakyn/aerakyn_female_head04',60114),
(24503,24421,'ec/pc/aerakyn/aerakyn_female_head04_bun',60114),
(24504,24422,'ec/pc/aerakyn/aerakyn_female_head04_long',60114),
(24505,24423,'ec/pc/aerakyn/aerakyn_female_head04_mohawk',60114),
(24506,24424,'ec/pc/aerakyn/aerakyn_female_head04_pigtails',60114),
(24507,24425,'ec/pc/aerakyn/aerakyn_female_head04_pullback',60114),
(24508,24426,'ec/pc/aerakyn/aerakyn_female_head04_side',60114),
(24509,24427,'ec/pc/aerakyn/aerakyn_female_head05',60114),
(24510,24428,'ec/pc/aerakyn/aerakyn_female_head05_bun',60114),
(24511,24429,'ec/pc/aerakyn/aerakyn_female_head05_long',60114),
(24512,24430,'ec/pc/aerakyn/aerakyn_female_head05_mohawk',60114),
(24513,24431,'ec/pc/aerakyn/aerakyn_female_head05_pigtails',60114),
(24514,24432,'ec/pc/aerakyn/aerakyn_female_head05_pullback',60114),
(24515,24433,'ec/pc/aerakyn/aerakyn_female_head05_side',60114),
(24516,24434,'ec/pc/aerakyn/aerakyn_female_head06',60114),
(24517,24435,'ec/pc/aerakyn/aerakyn_female_head06_bun',60114),
(24518,24436,'ec/pc/aerakyn/aerakyn_female_head06_long',60114),
(24519,24437,'ec/pc/aerakyn/aerakyn_female_head06_mohawk',60114),
(24520,24438,'ec/pc/aerakyn/aerakyn_female_head06_pigtails',60114),
(24521,24439,'ec/pc/aerakyn/aerakyn_female_head06_pullback',60114),
(24522,24440,'ec/pc/aerakyn/aerakyn_female_head06_side',60114),
(24523,24441,'playerstudio/houseitems/castle_tower_turret',60114),
(24524,24442,'playerstudio/houseitems/coffee_carousel',60114),
(24525,24443,'playerstudio/houseitems/coffee_cart',60114),
(24526,24444,'playerstudio/houseitems/coffee_chair',60114),
(24527,24445,'playerstudio/houseitems/coffee_counter',60114),
(24528,24446,'playerstudio/houseitems/coffee_ex_table',60114),
(24529,24447,'playerstudio/houseitems/coffee_expresso_bot',60114),
(24530,24448,'playerstudio/houseitems/coffee_expresso_table',60114),
(24531,24449,'playerstudio/houseitems/coffee_ice_maker',60114),
(24532,24450,'playerstudio/houseitems/coffee_icee_display',60114),
(24533,24451,'playerstudio/houseitems/coffee_oven',60114),
(24534,24452,'playerstudio/houseitems/coffee_table',60114),
(24535,24453,'playerstudio/houseitems/coffee_tray',60114),
(24536,24454,'playerstudio/houseitems/cutting_board',60114),
(24537,24455,'playerstudio/houseitems/hookah_coldain',60114),
(24538,24456,'playerstudio/houseitems/hookah_majdul',60114),
(24539,24457,'playerstudio/houseitems/plate_sushi',60114),
(24540,24458,'playerstudio/houseitems/plate_taco',60114),
(24541,24459,'playerstudio/houseitems/summer_stone_gazebo',60114),
(24542,24460,'playerstudio/houseitems/summer_wooden_gazebo',60114),
(24543,24461,'_exp11/objects/exp11_dun_highhold/crate_empty_dpo',60114),
(24544,24462,'_exp11/objects/exp11_dun_highhold/crate_empty_fs_dpo',60114),
(24545,24463,'_exp11/objects/exp11_dun_highhold/crate_full_dpo',60114),
(24546,24464,'_exp11/objects/exp11_dun_highhold/crate_full_fs_dpo',60114),
(24547,24465,'_exp11/objects/exp11_dun_highhold/shipping_crate_dpo',60114),
(24548,24466,'_exp11/objects/exp11_dun_highhold/shipping_crate_fs_dpo',60114),
(24549,24467,'creatures/mounts/zipline_mount',60114),
(24550,24468,'creatures/tu/rhoen_theer_evil_skyshrine',60114),
(24551,24469,'_exp11/characters/tool_users/akheva/akheva_female_formal',60114),
(24552,24470,'creatures/mounts/dino_flyer/pteranodon_base',60114),
(24553,24471,'playerstudio/characters/shields/tower_round_shields/planked/planked',60114),
(24554,24472,'playerstudio/characters/shields/tower_round_shields/ra/ra',60114),
(24555,24473,'_exp11/characters/tool_users/cazik_thule/cazik_thule',60114),
(24556,24474,'_exp11/characters/tool_users/akheva/akheva_female_mage',60114),
(24557,24475,'creatures/monsters/ankylosaurus_variant_2013_02',60114),
(24558,24476,'creatures/monsters/ankylosaurus_variant_2013_03',60114),
(24559,24477,'creatures/monsters/ankylosaurus_variant_2013_04',60114),
(24560,24478,'creatures/monsters/apatosaurus_02',60114),
(24561,24479,'creatures/monsters/apatosaurus_03',60114),
(24562,24480,'creatures/monsters/apatosaurus_04',60114),
(24563,24481,'creatures/monsters/stegosaurus_variant_02',60114),
(24564,24482,'creatures/monsters/stegosaurus_variant_03',60114),
(24565,24483,'creatures/monsters/stegosaurus_variant_04',60114),
(24566,24484,'_exp11/objects/exp11_dun_highhold/spiderbear_evil_webwrap01_upright_dpo',60114),
(24567,24485,'playerstudio/characters/shields/tower_round_shields/rubicte_forged/rubicite_forged',60114),
(24568,24486,'_exp08/objects/exp08_dun_skyshrine_kerafyrm/emit_skyshrine_top_shield_dpo',60114),
(24569,24487,'creatures/tu/lizardkin_mounted',60114),
(24570,24488,'_exp11/characters/tool_users/akheva/akheva_female_queen',60114),
(24571,24489,'accessories/wearable_items/_exp11/shissar/chain_bronze/chest',60114),
(24572,24490,'accessories/wearable_items/_exp11/shissar/chain_bronze/feet',60114),
(24573,24491,'accessories/wearable_items/_exp11/shissar/chain_bronze/forearms',60114),
(24574,24492,'accessories/wearable_items/_exp11/shissar/chain_bronze/hands',60114),
(24575,24493,'accessories/wearable_items/_exp11/shissar/chain_bronze/head',60114),
(24576,24494,'accessories/wearable_items/_exp11/shissar/chain_bronze/head_templar',60114),
(24577,24495,'accessories/wearable_items/_exp11/shissar/chain_bronze/legs',60114),
(24578,24496,'accessories/wearable_items/_exp11/shissar/chain_bronze/legs_noskirt',60114),
(24579,24497,'accessories/wearable_items/_exp11/shissar/chain_bronze/shoulders',60114),
(24580,24498,'accessories/wearable_items/_exp11/shissar/chain_bronze/shoulders_epic',60114),
(24581,24499,'accessories/wearable_items/_exp11/shissar/chain_bronze/skirt',60114),
(24582,24500,'accessories/wearable_items/_exp11/shissar/chain_dark/chest',60114),
(24583,24501,'accessories/wearable_items/_exp11/shissar/chain_dark/feet',60114),
(24584,24502,'accessories/wearable_items/_exp11/shissar/chain_dark/forearms',60114),
(24585,24503,'accessories/wearable_items/_exp11/shissar/chain_dark/hands',60114),
(24586,24504,'accessories/wearable_items/_exp11/shissar/chain_dark/head',60114),
(24587,24505,'accessories/wearable_items/_exp11/shissar/chain_dark/head_templar',60114),
(24588,24506,'accessories/wearable_items/_exp11/shissar/chain_dark/legs',60114),
(24589,24507,'accessories/wearable_items/_exp11/shissar/chain_dark/legs_noskirt',60114),
(24590,24508,'accessories/wearable_items/_exp11/shissar/chain_dark/shoulders',60114),
(24591,24509,'accessories/wearable_items/_exp11/shissar/chain_dark/shoulders_epic',60114),
(24592,24510,'accessories/wearable_items/_exp11/shissar/chain_dark/skirt',60114),
(24593,24511,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/chest',60114),
(24594,24512,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/feet',60114),
(24595,24513,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/hands',60114),
(24596,24514,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/head',60114),
(24597,24515,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/legs',60114),
(24598,24516,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/shoulders',60114),
(24599,24517,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/shoulders_epic',60114),
(24600,24518,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/skirt',60114),
(24601,24519,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/belt/skirt 2',60114),
(24602,24520,'accessories/wearable_items/_exp11/shissar/heavycloth_bronze/belt/skirt',60114),
(24603,24521,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/chest',60114),
(24604,24522,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/feet',60114),
(24605,24523,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/hands',60114),
(24606,24524,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/head',60114),
(24607,24525,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/legs',60114),
(24608,24526,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/shoulders',60114),
(24609,24527,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/shoulders_epic',60114),
(24610,24528,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/skirt',60114),
(24611,24529,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/belt/skirt 2',60114),
(24612,24530,'accessories/wearable_items/_exp11/shissar/heavycloth_dark/belt/skirt',60114),
(24613,24531,'accessories/wearable_items/_exp11/shissar/leather_bronze/chest',60114),
(24614,24532,'accessories/wearable_items/_exp11/shissar/leather_bronze/feet',60114),
(24615,24533,'accessories/wearable_items/_exp11/shissar/leather_bronze/forearms',60114),
(24616,24534,'accessories/wearable_items/_exp11/shissar/leather_bronze/hands',60114),
(24617,24535,'accessories/wearable_items/_exp11/shissar/leather_bronze/head',60114),
(24618,24536,'accessories/wearable_items/_exp11/shissar/leather_bronze/head_templar',60114),
(24619,24537,'accessories/wearable_items/_exp11/shissar/leather_bronze/legs',60114),
(24620,24538,'accessories/wearable_items/_exp11/shissar/leather_bronze/legs_noskirt',60114),
(24621,24539,'accessories/wearable_items/_exp11/shissar/leather_bronze/shoulders',60114),
(24622,24540,'accessories/wearable_items/_exp11/shissar/leather_bronze/shoulders_epic',60114),
(24623,24541,'accessories/wearable_items/_exp11/shissar/leather_bronze/skirt',60114),
(24624,24542,'accessories/wearable_items/_exp11/shissar/leather_dark/chest',60114),
(24625,24543,'accessories/wearable_items/_exp11/shissar/leather_dark/feet',60114),
(24626,24544,'accessories/wearable_items/_exp11/shissar/leather_dark/forearms',60114),
(24627,24545,'accessories/wearable_items/_exp11/shissar/leather_dark/hands',60114),
(24628,24546,'accessories/wearable_items/_exp11/shissar/leather_dark/head',60114),
(24629,24547,'accessories/wearable_items/_exp11/shissar/leather_dark/head_templar',60114),
(24630,24548,'accessories/wearable_items/_exp11/shissar/leather_dark/legs',60114),
(24631,24549,'accessories/wearable_items/_exp11/shissar/leather_dark/legs_noskirt',60114),
(24632,24550,'accessories/wearable_items/_exp11/shissar/leather_dark/shoulders',60114),
(24633,24551,'accessories/wearable_items/_exp11/shissar/leather_dark/shoulders_epic',60114),
(24634,24552,'accessories/wearable_items/_exp11/shissar/leather_dark/skirt',60114),
(24635,24553,'accessories/wearable_items/_exp11/shissar/robe_bronze/chest',60114),
(24636,24554,'accessories/wearable_items/_exp11/shissar/robe_bronze/chest_epic',60114),
(24637,24555,'accessories/wearable_items/_exp11/shissar/robe_bronze/feet',60114),
(24638,24556,'accessories/wearable_items/_exp11/shissar/robe_bronze/hands',60114),
(24639,24557,'accessories/wearable_items/_exp11/shissar/robe_bronze/head',60114),
(24640,24558,'accessories/wearable_items/_exp11/shissar/robe_bronze/head_collar',60114),
(24641,24559,'accessories/wearable_items/_exp11/shissar/robe_bronze/hood',60114),
(24642,24560,'accessories/wearable_items/_exp11/shissar/robe_bronze/pants',60114),
(24643,24561,'accessories/wearable_items/_exp11/shissar/robe_bronze/skirt',60114),
(24644,24562,'accessories/wearable_items/_exp11/shissar/robe_dark/chest',60114),
(24645,24563,'accessories/wearable_items/_exp11/shissar/robe_dark/chest_epic',60114),
(24646,24564,'accessories/wearable_items/_exp11/shissar/robe_dark/feet',60114),
(24647,24565,'accessories/wearable_items/_exp11/shissar/robe_dark/hands',60114),
(24648,24566,'accessories/wearable_items/_exp11/shissar/robe_dark/head',60114),
(24649,24567,'accessories/wearable_items/_exp11/shissar/robe_dark/hood',60114),
(24650,24568,'accessories/wearable_items/_exp11/shissar/robe_dark/pants',60114),
(24651,24569,'accessories/wearable_items/_exp11/shissar/robe_dark/skirt',60114),
(24652,24570,'accessories/wearable_items/_exp11/shissar/snapons/head_collar_shissar_bronze',60114),
(24653,24571,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_bronze_left',60114),
(24654,24572,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_bronze_right',60114),
(24655,24573,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_chain_bronze_left',60114),
(24656,24574,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_chain_bronze_right',60114),
(24657,24575,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_dark_left',60114),
(24658,24576,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_dark_right',60114),
(24659,24577,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_heavy_bronze_left',60114),
(24660,24578,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_heavy_bronze_right',60114),
(24661,24579,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_heavy_dark_left',60114),
(24662,24580,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_heavy_dark_right',60114),
(24663,24581,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_leather_bronze_left',60114),
(24664,24582,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_leather_bronze_right',60114),
(24665,24583,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_light_bronze_left',60114),
(24666,24584,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_light_bronze_right',60114),
(24667,24585,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_light_dark_left',60114),
(24668,24586,'accessories/wearable_items/_exp11/shissar/snapons/pauldron_shissar_light_dark_right',60114),
(24669,24587,'accessories/wearable_items/_exp11/shissar/snapons/upperarm_shissar_bronze_left',60114),
(24670,24588,'accessories/wearable_items/_exp11/shissar/snapons/upperarm_shissar_bronze_right',60114),
(24671,24589,'accessories/wearable_items/_exp11/shissar/snapons/upperarm_shissar_dark_left',60114),
(24672,24590,'accessories/wearable_items/_exp11/shissar/snapons/upperarm_shissar_dark_right',60114),
(24673,24591,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/chest',60114),
(24674,24592,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/feet',60114),
(24675,24593,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/forearms',60114),
(24676,24594,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/hands',60114),
(24677,24595,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/head',60114),
(24678,24596,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/head_berserker_bronze',60114),
(24679,24597,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/left',60114),
(24680,24598,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/legs',60114),
(24681,24599,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/legs_noskirt',60114),
(24682,24600,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/right',60114),
(24683,24601,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/shoulders',60114),
(24684,24602,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/shoulders_epic',60114),
(24685,24603,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/shoulders_nopauldrons',60114),
(24686,24604,'accessories/wearable_items/_exp11/shissar/vanguard_bronze/skirt',60114),
(24687,24605,'accessories/wearable_items/_exp11/shissar/vanguard_dark/chest',60114),
(24688,24606,'accessories/wearable_items/_exp11/shissar/vanguard_dark/feet',60114),
(24689,24607,'accessories/wearable_items/_exp11/shissar/vanguard_dark/forearms',60114),
(24690,24608,'accessories/wearable_items/_exp11/shissar/vanguard_dark/hands',60114),
(24691,24609,'accessories/wearable_items/_exp11/shissar/vanguard_dark/head',60114),
(24692,24610,'accessories/wearable_items/_exp11/shissar/vanguard_dark/head_berserker_dark',60114),
(24693,24611,'accessories/wearable_items/_exp11/shissar/vanguard_dark/left',60114),
(24694,24612,'accessories/wearable_items/_exp11/shissar/vanguard_dark/legs',60114),
(24695,24613,'accessories/wearable_items/_exp11/shissar/vanguard_dark/legs_noskirt',60114),
(24696,24614,'accessories/wearable_items/_exp11/shissar/vanguard_dark/right',60114),
(24697,24615,'accessories/wearable_items/_exp11/shissar/vanguard_dark/shoulders',60114),
(24698,24616,'accessories/wearable_items/_exp11/shissar/vanguard_dark/shoulders_epic',60114),
(24699,24617,'accessories/wearable_items/_exp11/shissar/vanguard_dark/shoulders_nopauldrons',60114),
(24700,24618,'accessories/wearable_items/_exp11/shissar/vanguard_dark/skirt',60114),
(24701,24619,'accessories/wearable_items/_exp11/shissar/robe_bronze/head_collar_shissar_bronze',60114),
(24702,24620,'accessories/wearable_items/_exp11/shissar/robe_dark/head_collar_shissar_dark',60114),
(24703,24621,'creatures/monsters/triceratops_variant_02',60114),
(24704,24622,'creatures/monsters/triceratops_variant_03',60114),
(24705,24623,'creatures/monsters/triceratops_variant_04',60114),
(24706,24624,'creatures/monsters/tyrannosaurus_variant_02',60114),
(24707,24625,'creatures/monsters/tyrannosaurus_variant_03',60114),
(24708,24626,'creatures/monsters/tyrannosaurus_variant_04',60114),
(24709,24627,'_exp11/objects/exp11_dun_highhold/triangular_platform_upright_dpo',60114),
(24710,24628,'creatures/tu/gnoll_ghost_blue',60114),
(24711,24629,'projectiles/spell_flaming_sword',60114),
(24712,24630,'creatures/mounts/dragonfly_mount/dragonfly_base',60114),
(24713,24631,'accessories/wearable_items/_exp11/ossuary/chain1/chest',60114),
(24714,24632,'accessories/wearable_items/_exp11/ossuary/chain1/feet',60114),
(24715,24633,'accessories/wearable_items/_exp11/ossuary/chain1/forearms',60114),
(24716,24634,'accessories/wearable_items/_exp11/ossuary/chain1/hands',60114),
(24717,24635,'accessories/wearable_items/_exp11/ossuary/chain1/head',60114),
(24718,24636,'accessories/wearable_items/_exp11/ossuary/chain1/legs',60114),
(24719,24637,'accessories/wearable_items/_exp11/ossuary/chain1/legs_noskirt',60114),
(24720,24638,'accessories/wearable_items/_exp11/ossuary/chain1/shoulders',60114),
(24721,24639,'accessories/wearable_items/_exp11/ossuary/chain1/skirt',60114),
(24722,24640,'accessories/wearable_items/_exp11/ossuary/chain2/chest',60114),
(24723,24641,'accessories/wearable_items/_exp11/ossuary/chain2/feet',60114),
(24724,24642,'accessories/wearable_items/_exp11/ossuary/chain2/forearms',60114),
(24725,24643,'accessories/wearable_items/_exp11/ossuary/chain2/hands',60114),
(24726,24644,'accessories/wearable_items/_exp11/ossuary/chain2/head',60114),
(24727,24645,'accessories/wearable_items/_exp11/ossuary/chain2/legs',60114),
(24728,24646,'accessories/wearable_items/_exp11/ossuary/chain2/legs_noskirt',60114),
(24729,24647,'accessories/wearable_items/_exp11/ossuary/chain2/shoulders',60114),
(24730,24648,'accessories/wearable_items/_exp11/ossuary/chain2/skirt',60114),
(24731,24649,'accessories/wearable_items/_exp11/ossuary/heavycloth1/chest',60114),
(24732,24650,'accessories/wearable_items/_exp11/ossuary/heavycloth1/feet',60114),
(24733,24651,'accessories/wearable_items/_exp11/ossuary/heavycloth1/hands',60114),
(24734,24652,'accessories/wearable_items/_exp11/ossuary/heavycloth1/head',60114),
(24735,24653,'accessories/wearable_items/_exp11/ossuary/heavycloth1/legs',60114),
(24736,24654,'accessories/wearable_items/_exp11/ossuary/heavycloth1/shoulders',60114),
(24737,24655,'accessories/wearable_items/_exp11/ossuary/heavycloth1/skirt',60114),
(24738,24656,'accessories/wearable_items/_exp11/ossuary/heavycloth1/belt/skirt 2',60114),
(24739,24657,'accessories/wearable_items/_exp11/ossuary/heavycloth1/belt/skirt',60114),
(24740,24658,'accessories/wearable_items/_exp11/ossuary/heavycloth2/chest',60114),
(24741,24659,'accessories/wearable_items/_exp11/ossuary/heavycloth2/feet',60114),
(24742,24660,'accessories/wearable_items/_exp11/ossuary/heavycloth2/hands',60114),
(24743,24661,'accessories/wearable_items/_exp11/ossuary/heavycloth2/head',60114),
(24744,24662,'accessories/wearable_items/_exp11/ossuary/heavycloth2/legs',60114),
(24745,24663,'accessories/wearable_items/_exp11/ossuary/heavycloth2/shoulders',60114),
(24746,24664,'accessories/wearable_items/_exp11/ossuary/heavycloth2/skirt',60114),
(24747,24665,'accessories/wearable_items/_exp11/ossuary/heavycloth2/belt/skirt 2',60114),
(24748,24666,'accessories/wearable_items/_exp11/ossuary/heavycloth2/belt/skirt',60114),
(24749,24667,'accessories/wearable_items/_exp11/ossuary/leather1/chest',60114),
(24750,24668,'accessories/wearable_items/_exp11/ossuary/leather1/feet',60114),
(24751,24669,'accessories/wearable_items/_exp11/ossuary/leather1/forearms',60114),
(24752,24670,'accessories/wearable_items/_exp11/ossuary/leather1/hands',60114),
(24753,24671,'accessories/wearable_items/_exp11/ossuary/leather1/head',60114),
(24754,24672,'accessories/wearable_items/_exp11/ossuary/leather1/legs',60114),
(24755,24673,'accessories/wearable_items/_exp11/ossuary/leather1/legs_noskirt',60114),
(24756,24674,'accessories/wearable_items/_exp11/ossuary/leather1/shoulders',60114),
(24757,24675,'accessories/wearable_items/_exp11/ossuary/leather1/skirt',60114),
(24758,24676,'accessories/wearable_items/_exp11/ossuary/leather2/chest',60114),
(24759,24677,'accessories/wearable_items/_exp11/ossuary/leather2/feet',60114),
(24760,24678,'accessories/wearable_items/_exp11/ossuary/leather2/forearms',60114),
(24761,24679,'accessories/wearable_items/_exp11/ossuary/leather2/hands',60114),
(24762,24680,'accessories/wearable_items/_exp11/ossuary/leather2/head',60114),
(24763,24681,'accessories/wearable_items/_exp11/ossuary/leather2/legs',60114),
(24764,24682,'accessories/wearable_items/_exp11/ossuary/leather2/legs_noskirt',60114),
(24765,24683,'accessories/wearable_items/_exp11/ossuary/leather2/shoulders',60114),
(24766,24684,'accessories/wearable_items/_exp11/ossuary/leather2/skirt',60114),
(24767,24685,'accessories/wearable_items/_exp11/ossuary/robe1/chest',60114),
(24768,24686,'accessories/wearable_items/_exp11/ossuary/robe1/feet',60114),
(24769,24687,'accessories/wearable_items/_exp11/ossuary/robe1/hands',60114),
(24770,24688,'accessories/wearable_items/_exp11/ossuary/robe1/head',60114),
(24771,24689,'accessories/wearable_items/_exp11/ossuary/robe1/head_collar',60114),
(24772,24690,'accessories/wearable_items/_exp11/ossuary/robe1/hood',60114),
(24773,24691,'accessories/wearable_items/_exp11/ossuary/robe1/pants',60114),
(24774,24692,'accessories/wearable_items/_exp11/ossuary/robe1/skirt',60114),
(24775,24693,'accessories/wearable_items/_exp11/ossuary/robe2/chest',60114),
(24776,24694,'accessories/wearable_items/_exp11/ossuary/robe2/feet',60114),
(24777,24695,'accessories/wearable_items/_exp11/ossuary/robe2/hands',60114),
(24778,24696,'accessories/wearable_items/_exp11/ossuary/robe2/head',60114),
(24779,24697,'accessories/wearable_items/_exp11/ossuary/robe2/head_collar',60114),
(24780,24698,'accessories/wearable_items/_exp11/ossuary/robe2/hood',60114),
(24781,24699,'accessories/wearable_items/_exp11/ossuary/robe2/pants',60114),
(24782,24700,'accessories/wearable_items/_exp11/ossuary/robe2/skirt',60114),
(24783,24701,'accessories/wearable_items/_exp11/ossuary/vanguard1/chest',60114),
(24784,24702,'accessories/wearable_items/_exp11/ossuary/vanguard1/feet',60114),
(24785,24703,'accessories/wearable_items/_exp11/ossuary/vanguard1/forearms',60114),
(24786,24704,'accessories/wearable_items/_exp11/ossuary/vanguard1/hands',60114),
(24787,24705,'accessories/wearable_items/_exp11/ossuary/vanguard1/head',60114),
(24788,24706,'accessories/wearable_items/_exp11/ossuary/vanguard1/left',60114),
(24789,24707,'accessories/wearable_items/_exp11/ossuary/vanguard1/legs',60114),
(24790,24708,'accessories/wearable_items/_exp11/ossuary/vanguard1/legs_noskirt',60114),
(24791,24709,'accessories/wearable_items/_exp11/ossuary/vanguard1/right',60114),
(24792,24710,'accessories/wearable_items/_exp11/ossuary/vanguard1/shoulders',60114),
(24793,24711,'accessories/wearable_items/_exp11/ossuary/vanguard1/shoulders_nopauldrons',60114),
(24794,24712,'accessories/wearable_items/_exp11/ossuary/vanguard1/skirt',60114),
(24795,24713,'accessories/wearable_items/_exp11/ossuary/vanguard2/chest',60114),
(24796,24714,'accessories/wearable_items/_exp11/ossuary/vanguard2/feet',60114),
(24797,24715,'accessories/wearable_items/_exp11/ossuary/vanguard2/forearms',60114),
(24798,24716,'accessories/wearable_items/_exp11/ossuary/vanguard2/hands',60114),
(24799,24717,'accessories/wearable_items/_exp11/ossuary/vanguard2/head',60114),
(24800,24718,'accessories/wearable_items/_exp11/ossuary/vanguard2/left',60114),
(24801,24719,'accessories/wearable_items/_exp11/ossuary/vanguard2/legs',60114),
(24802,24720,'accessories/wearable_items/_exp11/ossuary/vanguard2/legs_noskirt',60114),
(24803,24721,'accessories/wearable_items/_exp11/ossuary/vanguard2/right',60114),
(24804,24722,'accessories/wearable_items/_exp11/ossuary/vanguard2/shoulders',60114),
(24805,24723,'accessories/wearable_items/_exp11/ossuary/vanguard2/shoulders_nopaudrons',60114),
(24806,24724,'accessories/wearable_items/_exp11/ossuary/vanguard2/skirt',60114),
(24807,24725,'creatures/mounts/dragonfly_mount/dragonfly_flyer_base',60114),
(24808,24726,'creatures/mounts/dragonfly_mount/dragonfly_ground_base',60114),
(24809,24727,'playerstudio/characters/shields/tower_round_shields/titallord/titallord',60114),
(24810,24728,'_exp11/characters/tool_users/akheva/akheva_male_boss',60114),
(24811,24729,'_exp11/objects/exp11_dun_highhold/hh_office_tapestry_dpo',60114),
(24812,24730,'staticobjects/housing_portal_objects/vision_home_tutorial01',60114),
(24813,24731,'_exp11/characters/tool_users/fennin_ro/fennin_ro',60114),
(24814,24732,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_heavy_left',60114),
(24815,24733,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_heavy_right',60114),
(24816,24734,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_heavy2_left',60114),
(24817,24735,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_heavy2_right',60114),
(24818,24736,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light_c2_left',60114),
(24819,24737,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light_c2_right',60114),
(24820,24738,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light_left',60114),
(24821,24739,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light_right',60114),
(24822,24740,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light2_c2_left',60114),
(24823,24741,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light2_c2_right',60114),
(24824,24742,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light2_left',60114),
(24825,24743,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_light2_right',60114),
(24826,24744,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_robe1_left',60114),
(24827,24745,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_robe1_right',60114),
(24828,24746,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_robe2_left',60114),
(24829,24747,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_robe2_right',60114),
(24830,24748,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_under_left',60114),
(24831,24749,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_under_right',60114),
(24832,24750,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_under2_left',60114),
(24833,24751,'accessories/wearable_items/_exp11/ossuary/accessories/pauldron_ossuary_under2_right',60114),
(24834,24752,'accessories/wearable_items/cloak/exp11/cloak_ossuary1',60114),
(24835,24753,'accessories/wearable_items/cloak/exp11/cloak_ossuary1_inset',60114),
(24836,24754,'accessories/wearable_items/cloak/exp11/cloak_ossuary2',60114),
(24837,24755,'accessories/wearable_items/cloak/exp11/cloak_ossuary2_inset',60114),
(24838,24756,'accessories/wearable_items/cloak/exp11/cloak_shissar_bronze',60114),
(24839,24757,'accessories/wearable_items/cloak/exp11/cloak_shissar_bronze_diamond',60114),
(24840,24758,'accessories/wearable_items/cloak/exp11/cloak_shissar_dark',60114),
(24841,24759,'accessories/wearable_items/cloak/exp11/cloak_shissar_dark_diamond',60114),
(24842,24760,'playerstudio/houseitems/gnome_workshop',60114),
(24843,24761,'_exp03/characters/monsters/copter_necro_enforcer',60114),
(24844,24762,'creatures/monsters/clockwork_necro_gazer',60114),
(24845,24763,'creatures/monsters/clockwork_necroglow_gazer',60114),
(24846,24764,'staticobjects/_exp10/chelsith_stone_reformed_dpo',60114),
(24847,24765,'_exp03/characters/monsters/copter_enforcer_necroglow',60114),
(24848,24766,'_exp03/characters/tool_users/clockwork_necro_soldier_necroglow',60114),
(24849,24767,'_exp03/characters/tool_users/clockwork_protector_necroglow',60114),
(24850,24768,'_exp11/objects/exp11_dun_highhold/hh_office_chandelier_dpo',60114),
(24851,24769,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/chain_head_epic',60114),
(24852,24770,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/forearm_left',60114),
(24853,24771,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/forearm_right',60114),
(24854,24772,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/leather_head_epic',60114),
(24855,24773,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/pauldron_alt_left',60114),
(24856,24774,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/pauldron_alt_right',60114),
(24857,24775,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/pauldron_left',60114),
(24858,24776,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/pauldron_right',60114),
(24859,24777,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/ramhorn_left',60114),
(24860,24778,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/ramhorn_right',60114),
(24861,24779,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/shin_left',60114),
(24862,24780,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/shin_right',60114),
(24863,24781,'accessories/wearable_items/_exp11/planeofwar_blue/accessories/vanguard_head_epic',60114),
(24864,24782,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/chest',60114),
(24865,24783,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/feet',60114),
(24866,24784,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/forearms',60114),
(24867,24785,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/hands',60114),
(24868,24786,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/head',60114),
(24869,24787,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/head_epic',60114),
(24870,24788,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/legs',60114),
(24871,24789,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/legs_noskirt',60114),
(24872,24790,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/pauldron_alt_left',60114),
(24873,24791,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/pauldron_alt_right',60114),
(24874,24792,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/shoulders',60114),
(24875,24793,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/shoulders_epic',60114),
(24876,24794,'accessories/wearable_items/_exp11/planeofwar_blue/chain_glow/skirt',60114),
(24877,24795,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/chest',60114),
(24878,24796,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/feet',60114),
(24879,24797,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/forearms',60114),
(24880,24798,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/hands',60114),
(24881,24799,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/head',60114),
(24882,24800,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/head_epic',60114),
(24883,24801,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/legs',60114),
(24884,24802,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/legs_noskirt',60114),
(24885,24803,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/shoulders',60114),
(24886,24804,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/shoulders_epic',60114),
(24887,24805,'accessories/wearable_items/_exp11/planeofwar_blue/leather_glow/skirt',60114),
(24888,24806,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/chest',60114),
(24889,24807,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/chest_epic',60114),
(24890,24808,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/head',60114),
(24891,24809,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/hood',60114),
(24892,24810,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/pants',60114),
(24893,24811,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/pauldron_alt_left',60114),
(24894,24812,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/pauldron_alt_right',60114),
(24895,24813,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/skirt',60114),
(24896,24814,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/chest',60114),
(24897,24815,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/feet',60114),
(24898,24816,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/forearms',60114),
(24899,24817,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/hands',60114),
(24900,24818,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/head',60114),
(24901,24819,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/head_epic',60114),
(24902,24820,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/left',60114),
(24903,24821,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/legs',60114),
(24904,24822,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/legs_epic',60114),
(24905,24823,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/legs_noskirt',60114),
(24906,24824,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/right',60114),
(24907,24825,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/shoulders',60114),
(24908,24826,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/shoulders_epic',60114),
(24909,24827,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/shoulders_nopauldrons',60114),
(24910,24828,'accessories/wearable_items/_exp11/planeofwar_blue/vanguard_glow/skirt',60114),
(24911,24829,'_exp09/characters/monsters/fish_angler/fish_angler_npc_lower',60114),
(24912,24830,'accessories/wearable_items/cloak/exp11/cloak_overland_royal_blue',60114),
(24913,24831,'accessories/wearable_items/cloak/exp11/cloak_overland_royal_diamond_blue',60114),
(24914,24832,'accessories/wearable_items/cloak/exp11/cloak_overland_royal_diamond_red',60114),
(24915,24833,'accessories/wearable_items/cloak/exp11/cloak_overland_royal_red',60114),
(24916,24834,'_exp11/characters/tool_users/grimling/grimling_male_base',60114),
(24917,24835,'_exp11/characters/tool_users/grimling/grimling_male_variant_01',60114),
(24918,24836,'_exp11/characters/tool_users/grimling/grimling_male_variant_02',60114),
(24919,24837,'_exp10/characters/tool_users/shissar_statue/shissar_statue_unmoving',60114),
(24920,24838,'_exp11/characters/tool_users/tserrina_2014/tserrina_priestess',60114),
(24921,24839,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_mud',60114),
(24922,24840,'_exp11/characters/tool_users/tserrina_2014/tserrina_priestess_fly',60114),
(24923,24841,'creatures/mounts/raptor_mount/evil_raptor_npc',60114),
(24924,24842,'creatures/mounts/raptor_mount/raptor_armor_blue_npc',60114),
(24925,24843,'creatures/mounts/raptor_mount/raptor_mount_base_npc',60114),
(24926,24844,'creatures/mounts/raptor_mount/tradeskill_raptor_npc',60114),
(24927,24845,'creatures/mounts/raptor_mount/tropical_raptor_npc',60114),
(24928,24846,'_exp11/characters/monsters/construct_of_malice/construct_of_malice',60114),
(24929,24847,'creatures/tu/earth_elem_ssraeshza',60114),
(24930,24848,'creatures/pets/pet_rock06_ssraeshza',60114),
(24931,24849,'_exp10/characters/monsters/shissar_cobra/ssraeshza_cobra',60114),
(24932,24850,'_exp11/objects/exp11_dun_zavithloa/zav_rock02_dpo',60114),
(24933,24851,'_exp11/objects/exp11_dun_zavithloa/zav_small_rock01_dpo',60114),
(24934,24852,'_exp11/characters/tool_users/akheva/akheva_male_swords',60114),
(24935,24853,'_exp11/characters/tool_users/cultist/cultist_male_base',60114),
(24936,24854,'_exp11/characters/tool_users/cultist/cultist_male_priest',60114),
(24937,24855,'_exp11/characters/tool_users/cultist/cultist_male_warrior',60114),
(24938,24856,'creatures/mounts/dino_flyer/dino_flyer_tiger',60114),
(24939,24857,'_exp11/houseitems/barrel_branding_fs_dpo',60114),
(24940,24858,'_exp11/houseitems/barrel_chilis_dpo',60114),
(24941,24859,'_exp11/houseitems/barrel_full01_dpo',60114),
(24942,24860,'_exp11/houseitems/barrel_grains_dpo',60114),
(24943,24861,'_exp11/houseitems/barrel_greenbeans_dpo',60114),
(24944,24862,'_exp11/houseitems/barrel_oranges_dpo',60114),
(24945,24863,'_exp11/houseitems/boat_on_horses_01_dpo',60114),
(24946,24864,'_exp11/houseitems/bright_tropical_plant01_dpo',60114),
(24947,24865,'_exp11/houseitems/bright_tropical_plant01purp_dpo',60114),
(24948,24866,'_exp11/houseitems/bright_tropical_plant02_dpo',60114),
(24949,24867,'_exp11/houseitems/bright_tropical_plant02purp_dpo',60114),
(24950,24868,'_exp11/houseitems/bush_small_leaves01_medium_lush_dpo',60114),
(24951,24869,'_exp11/houseitems/bush01_lush_dpo',60114),
(24952,24870,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_mud_gray',60114),
(24953,24871,'accessories/wearable_items/_exp11/ossuary/leather1/shoulders_epic',60114),
(24954,24872,'accessories/wearable_items/_exp11/ossuary/leather2/shoulders_epic',60114),
(24955,24873,'accessories/wearable_items/_exp11/ossuary/chain1/shoulders_epic',60114),
(24956,24874,'accessories/wearable_items/_exp11/ossuary/chain2/shoulders_epic',60114),
(24957,24875,'accessories/wearable_items/_exp11/ossuary/heavycloth1/shoulders_epic',60114),
(24958,24876,'accessories/wearable_items/_exp11/ossuary/heavycloth2/shoulders_epic',60114),
(24959,24877,'accessories/wearable_items/_exp11/ossuary/robe1/chest_epic',60114),
(24960,24878,'_exp11/houseitems/crate_full_fs_dpo',60114),
(24961,24879,'_exp11/houseitems/darkelf_barrel_3set_dpo',60114),
(24962,24880,'_exp11/houseitems/darkelf_barrel_fish_dpo',60114),
(24963,24881,'_exp11/houseitems/darkelf_barrel_fishbones_dpo',60114),
(24964,24882,'_exp11/houseitems/darkelf_barrel_full_dpo',60114),
(24965,24883,'_exp11/houseitems/darkelf_fishing_netpile02_dpo',60114),
(24966,24884,'accessories/wearable_items/_exp11/ossuary/robe1/head_epic_1',60114),
(24967,24885,'accessories/wearable_items/_exp11/ossuary/robe2/chest_epic',60114),
(24968,24886,'_exp11/houseitems/darkelf_widecrate_dpo',60114),
(24969,24887,'accessories/wearable_items/_exp11/ossuary/robe2/head_epic_2',60114),
(24970,24888,'accessories/wearable_items/_exp11/ossuary/vanguard1/head_epic_1',60114),
(24971,24889,'_exp11/houseitems/dn_elephant_leaf_plant01_dpo',60114),
(24972,24890,'_exp11/houseitems/dn_hanging_flowers_02_dpo',60114),
(24973,24891,'_exp11/houseitems/dn_kangaroo_paw01_dpo',60114),
(24974,24892,'_exp11/houseitems/dn_long_leaf_plant03_dpo',60114),
(24975,24893,'_exp11/houseitems/dn_rope_vines01_dpo',60114),
(24976,24894,'_exp11/houseitems/dn_tropical_rounded_leaf01_flowers_dpo',60114),
(24977,24895,'_exp11/houseitems/dpo_farseas_snowglobe',60114),
(24978,24896,'accessories/wearable_items/_exp11/ossuary/vanguard1/shoulders_epic',60114),
(24979,24897,'accessories/wearable_items/_exp11/ossuary/vanguard2/head_epic_2',60114),
(24980,24898,'_exp11/houseitems/fern_plant01_dpo',60114),
(24981,24899,'_exp11/houseitems/fishingboat_withoar_01_dpo',60114),
(24982,24900,'_exp11/houseitems/haybale_dpo',60114),
(24983,24901,'_exp11/houseitems/haycrate_large_fs_dpo',60114),
(24984,24902,'_exp11/houseitems/hh_bellow_dpo',60114),
(24985,24903,'_exp11/houseitems/hh_bookcase_books01_dpo',60114),
(24986,24904,'_exp11/houseitems/hh_bookcase_empty_dpo',60114),
(24987,24905,'_exp11/houseitems/hh_desk_table_dpo',60114),
(24988,24906,'_exp11/houseitems/hh_dousing_trough_dpo',60114),
(24989,24907,'_exp11/houseitems/hh_forge_dpo',60114),
(24990,24908,'_exp11/houseitems/hh_guestchair_dpo',60114),
(24991,24909,'_exp11/houseitems/hh_nightstand_dpo',60114),
(24992,24910,'_exp11/houseitems/hh_office_bookcase_books02_dpo',60114),
(24993,24911,'_exp11/houseitems/hh_office_bookcase_dpo',60114),
(24994,24912,'_exp11/houseitems/hh_office_chair_dpo',60114),
(24995,24913,'_exp11/houseitems/hh_office_desk_dpo',60114),
(24996,24914,'_exp11/houseitems/hh_office_guestchair_dpo',60114),
(24997,24915,'_exp11/houseitems/hh_office_halfrug_dpo',60114),
(24998,24916,'_exp11/houseitems/hh_office_scale_dpo',60114),
(24999,24917,'_exp11/houseitems/hh_potted_hedge01_dpo',60114),
(25000,24918,'_exp11/houseitems/hh_potted_hedge02_dpo',60114),
(25001,24919,'_exp11/houseitems/hh_rug_circle_dpo',60114),
(25002,24920,'_exp11/houseitems/hh_rug_rectangle_dpo',60114),
(25003,24921,'_exp11/houseitems/hh_rug_runner_dpo',60114),
(25004,24922,'_exp11/houseitems/hh_sconce_wall_pfx_dpo',60114),
(25005,24923,'_exp11/houseitems/hh_seahorse_fountain_dpo',60114),
(25006,24924,'_exp11/houseitems/hh_sofa01_dpo',60114),
(25007,24925,'_exp11/houseitems/hh_sofa03_dpo',60114),
(25008,24926,'_exp11/houseitems/hh_table_long_dpo',60114),
(25009,24927,'_exp11/houseitems/hh_table_short_dpo',60114),
(25010,24928,'_exp11/houseitems/little_boat_oar_dpo',60114),
(25011,24929,'_exp11/houseitems/little_boat01_dpo',60114),
(25012,24930,'accessories/wearable_items/_exp11/ossuary/vanguard2/shoulders_epic',60114),
(25013,24931,'_exp11/houseitems/long_leaf_plant03_blue_dpo',60114),
(25014,24932,'_exp11/houseitems/long_leaf_plant03_yellow_dpo',60114),
(25015,24933,'_exp11/houseitems/ns_glow_bulb_plant01_dpo',60114),
(25016,24934,'_exp11/houseitems/ns_glow_bulb_plant02_dpo',60114),
(25017,24935,'_exp11/houseitems/ns_growing_vines_cap01_dpo',60114),
(25018,24936,'creatures/mounts/hellhound_mount/hellhound_mount_black',60114),
(25019,24937,'_exp11/houseitems/ns_growing_vines_wall02_dpo',60114),
(25020,24938,'creatures/mounts/hellhound_mount/hellhound_mount_pale',60114),
(25021,24939,'_exp08/characters/tool_users/bog_wraith/bog_wraith_blood',60114),
(25022,24940,'creatures/mounts/aerakyn/aerakyn_leaper_base',60114),
(25023,24941,'_exp11/houseitems/ns_tube_plants02_dpo',60114),
(25024,24942,'_exp11/houseitems/pygmy_banner01_dpo',60114),
(25025,24943,'_exp11/houseitems/pygmy_banner02_dpo',60114),
(25026,24944,'_exp11/houseitems/pygmy_bedding_dpo',60114),
(25027,24945,'_exp11/houseitems/pygmy_bench_dpo',60114),
(25028,24946,'_exp11/houseitems/pygmy_bucket_dpo',60114),
(25029,24947,'_exp11/objects/exp11_southseas/large_rock02_dpo',60114),
(25030,24948,'_exp11/houseitems/pygmy_gravemarker_dpo',60114),
(25031,24949,'_exp11/houseitems/pygmy_meatbasket_dpo',60114),
(25032,24950,'_exp11/houseitems/pygmy_roadmarker_dpo',60114),
(25033,24951,'_exp11/houseitems/pygmy_stool_dpo',60114),
(25034,24952,'_exp11/houseitems/pygmy_table_dpo',60114),
(25035,24953,'_exp11/houseitems/saddlerack_wharness_dpo',60114),
(25036,24954,'_exp11/houseitems/shipping_crate_fs_dpo',60114),
(25037,24955,'_exp11/houseitems/shipwheel_dpo',60114),
(25038,24956,'_exp11/houseitems/spiderbear_bedding_dpo',60114),
(25039,24957,'_exp11/houseitems/spiderbear_egg_dpo',60114),
(25040,24958,'_exp11/houseitems/spiderbear_evil_webwrap01_upright_dpo',60114),
(25041,24959,'_exp11/houseitems/spiderbears_lightsac_dpo',60114),
(25042,24960,'_exp11/objects/exp11_southseas/ss_rock02_dpo',60114),
(25043,24961,'_exp10/characters/monsters/spiderbear/spiderbear_baby',60114),
(25044,24962,'_exp10/characters/monsters/spiderbear/spiderbear_noclimb_base',60114),
(25045,24963,'_exp11/objects/exp11_dun_highhold/spiderbear_evil_victimsac_empty_dpo',60114),
(25046,24964,'_exp11/houseitems/ss_dino_palm01_dpo',60114),
(25047,24965,'_exp11/houseitems/ss_dino_palm02_dpo',60114),
(25048,24966,'_exp11/houseitems/ss_dino_palm03_dpo',60114),
(25049,24967,'_exp11/houseitems/ss_fatgbeanbasket_dpo',60114),
(25050,24968,'creatures/mounts/aerakyn/aerakyn_glider_base',60114),
(25051,24969,'_exp11/houseitems/ss_glowplant_spiderbear01_dpo',60114),
(25052,24970,'_exp11/houseitems/ss_goldbasket_dpo',60114),
(25053,24971,'_exp11/houseitems/ss_grainbasket_dpo',60114),
(25054,24972,'_exp11/houseitems/ss_pygmy_meatbasket_dpo',60114),
(25055,24973,'_exp11/houseitems/ss_reed_basket_dpo',60114),
(25056,24974,'_exp11/houseitems/ss_rope_vines02_dpo',60114),
(25057,24975,'creatures/mounts/pegasus_skeleton/pegasus_skeleton',60114),
(25058,24976,'creatures/mounts/freeblood/freeblood_glider_base',60114),
(25059,24977,'_exp11/houseitems/ssrae_brazier01_dpo',60114),
(25060,24978,'_exp11/houseitems/ssrae_brazier02_dpo',60114),
(25061,24979,'_exp11/houseitems/trough_whay_dpo',60114),
(25062,24980,'_exp11/houseitems/trough_wwater_dpo',60114),
(25063,24981,'_exp11/houseitems/weapcrate_small_dpo',60114),
(25064,24982,'_exp11/houseitems/weaponrack_full_dpo',60114),
(25065,24983,'_exp11/houseitems/zav_glowplant_long02_dpo',60114),
(25066,24984,'_exp11/houseitems/zav_glowplant_long03_dpo',60114),
(25067,24985,'_exp11/houseitems/zav_hanging_vine01_dpo',60114),
(25068,24986,'_exp11/houseitems/zav_lichen_cone01_dpo',60114),
(25069,24987,'creatures/mounts/freeblood/freeblood_leaper_base',60114),
(25070,24988,'_exp11/characters/tool_users/akheva/akheva_male_base_negative_light',60114),
(25071,24989,'_exp11/houseitems/zav_shroom02b_dpo',60114),
(25072,24990,'_exp11/houseitems/zav_shroom02byellow_dpo',60114),
(25073,24991,'_exp11/houseitems/zav_shroom03a_dpo',60114),
(25074,24992,'playerstudio/characters/shields/tower_round_shields/time_shield/time_shield',60114),
(25075,24993,'_exp11/houseitems/zav_shroom04a_dpo',60114),
(25076,24994,'_exp11/houseitems/zav_shroom04aorange_dpo',60114),
(25077,24995,'_exp11/characters/tool_users/krassnok/krassnok_decay01',60114),
(25078,24996,'_exp11/characters/tool_users/krassnok/krassnok_decay02',60114),
(25079,24997,'_exp11/characters/tool_users/krassnok/krassnok_ghost',60114),
(25080,24998,'_exp11/houseitems/zav_shroom05_green_group02_dpo',60114),
(25081,24999,'_exp11/characters/tool_users/krassnok/krassnok_living',60114),
(25082,25000,'_exp11/houseitems/zav_shroom05_group02_dpo',60114),
(25083,25001,'creatures/mounts/pegasus_skeleton/pegasus_skeleton_flames',60114),
(25084,25002,'_exp11/houseitems/zav_shroom05_purple_group02_dpo',60114),
(25085,25003,'_exp11/houseitems/zav_weird_shroom01_egg_dpo',60114),
(25086,25004,'_exp11/houseitems/zav_weird_shroom01_egg_shell02_dpo',60114),
(25087,25005,'_exp11/houseitems/zav_weird_shroom01_egg01_dpo',60114),
(25088,25006,'_exp11/houseitems/zav_weird_shroom01_egg04_dpo',60114),
(25089,25007,'_exp11/houseitems/zav_weird_shroom01_egg05_dpo',60114),
(25090,25008,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_chain_dark_left',60114),
(25091,25009,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_chain_dark_right',60114),
(25092,25010,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_chain_left',60114),
(25093,25011,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_chain_right',60114),
(25094,25012,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_dark_left',60114),
(25095,25013,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_dark_right',60114),
(25096,25014,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_left',60114),
(25097,25015,'accessories/wearable_items/_exp11/heroes_festival/accessories/head_accessory_right',60114),
(25098,25016,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_chain_heroesfestival_dark_left',60114),
(25099,25017,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_chain_heroesfestival_dark_right',60114),
(25100,25018,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_chain_heroesfestival_left',60114),
(25101,25019,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_chain_heroesfestival_right',60114),
(25102,25020,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_heavy_heroesfestival_dark_left',60114),
(25103,25021,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_heavy_heroesfestival_dark_right',60114),
(25104,25022,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_heavy_heroesfestival_left',60114),
(25105,25023,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_heavy_heroesfestival_right',60114),
(25106,25024,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather_heroesfestival_dark_left',60114),
(25107,25025,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather_heroesfestival_dark_right',60114),
(25108,25026,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather_heroesfestival_left',60114),
(25109,25027,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather_heroesfestival_right',60114),
(25110,25028,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather2_heroesfestival_dark_left',60114),
(25111,25029,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather2_heroesfestival_dark_right',60114),
(25112,25030,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather2_heroesfestival_left',60114),
(25113,25031,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_leather2_heroesfestival_right',60114),
(25114,25032,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_robe_heroesfestival_dark_left',60114),
(25115,25033,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_robe_heroesfestival_dark_right',60114),
(25116,25034,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_robe_heroesfestival_left',60114),
(25117,25035,'accessories/wearable_items/_exp11/heroes_festival/accessories/pauldron_robe_heroesfestival_right',60114),
(25118,25036,'accessories/wearable_items/_exp11/heroes_festival/chain/chest',60114),
(25119,25037,'accessories/wearable_items/_exp11/heroes_festival/chain/feet',60114),
(25120,25038,'accessories/wearable_items/_exp11/heroes_festival/chain/forearms',60114),
(25121,25039,'accessories/wearable_items/_exp11/heroes_festival/chain/hands',60114),
(25122,25040,'accessories/wearable_items/_exp11/heroes_festival/chain/head',60114),
(25123,25041,'accessories/wearable_items/_exp11/heroes_festival/chain/head_epic',60114),
(25124,25042,'accessories/wearable_items/_exp11/heroes_festival/chain/legs',60114),
(25125,25043,'accessories/wearable_items/_exp11/heroes_festival/chain/legs_noskirt',60114),
(25126,25044,'accessories/wearable_items/_exp11/heroes_festival/chain/shoulders',60114),
(25127,25045,'accessories/wearable_items/_exp11/heroes_festival/chain/shoulders_epic',60114),
(25128,25046,'accessories/wearable_items/_exp11/heroes_festival/chain/skirt',60114),
(25129,25047,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/chest',60114),
(25130,25048,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/feet',60114),
(25131,25049,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/forearms',60114),
(25132,25050,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/hands',60114),
(25133,25051,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/head',60114),
(25134,25052,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/head_epic',60114),
(25135,25053,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/legs',60114),
(25136,25054,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/legs_noskirt',60114),
(25137,25055,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/shoulders',60114),
(25138,25056,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/shoulders_epic',60114),
(25139,25057,'accessories/wearable_items/_exp11/heroes_festival/chain_dark/skirt',60114),
(25140,25058,'accessories/wearable_items/_exp11/heroes_festival/leather/chest',60114),
(25141,25059,'accessories/wearable_items/_exp11/heroes_festival/leather/feet',60114),
(25142,25060,'accessories/wearable_items/_exp11/heroes_festival/leather/forearms',60114),
(25143,25061,'accessories/wearable_items/_exp11/heroes_festival/leather/hands',60114),
(25144,25062,'accessories/wearable_items/_exp11/heroes_festival/leather/head',60114),
(25145,25063,'accessories/wearable_items/_exp11/heroes_festival/leather/legs',60114),
(25146,25064,'accessories/wearable_items/_exp11/heroes_festival/leather/legs_noskirt',60114),
(25147,25065,'accessories/wearable_items/_exp11/heroes_festival/leather/shoulders',60114),
(25148,25066,'accessories/wearable_items/_exp11/heroes_festival/leather/shoulders_epic',60114),
(25149,25067,'accessories/wearable_items/_exp11/heroes_festival/leather/skirt',60114),
(25150,25068,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/chest',60114),
(25151,25069,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/feet',60114),
(25152,25070,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/forearms',60114),
(25153,25071,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/hands',60114),
(25154,25072,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/head',60114),
(25155,25073,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/legs',60114),
(25156,25074,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/legs_noskirt',60114),
(25157,25075,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/shoulders',60114),
(25158,25076,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/shoulders_epic',60114),
(25159,25077,'accessories/wearable_items/_exp11/heroes_festival/leather_dark/skirt',60114),
(25160,25078,'accessories/wearable_items/_exp11/heroes_festival/robe/chest',60114),
(25161,25079,'accessories/wearable_items/_exp11/heroes_festival/robe/chest_epic',60114),
(25162,25080,'accessories/wearable_items/_exp11/heroes_festival/robe/feet',60114),
(25163,25081,'accessories/wearable_items/_exp11/heroes_festival/robe/hands',60114),
(25164,25082,'accessories/wearable_items/_exp11/heroes_festival/robe/head',60114),
(25165,25083,'accessories/wearable_items/_exp11/heroes_festival/robe/pants',60114),
(25166,25084,'accessories/wearable_items/_exp11/heroes_festival/robe/skirt',60114),
(25167,25085,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/chest',60114),
(25168,25086,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/chest_epic',60114),
(25169,25087,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/feet',60114),
(25170,25088,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/hands',60114),
(25171,25089,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/head',60114),
(25172,25090,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/pants',60114),
(25173,25091,'accessories/wearable_items/_exp11/heroes_festival/robe_dark/skirt',60114),
(25174,25092,'accessories/wearable_items/_exp11/heroes_festival/vanguard/chest',60114),
(25175,25093,'accessories/wearable_items/_exp11/heroes_festival/vanguard/feet',60114),
(25176,25094,'accessories/wearable_items/_exp11/heroes_festival/vanguard/forearms',60114),
(25177,25095,'accessories/wearable_items/_exp11/heroes_festival/vanguard/hands',60114),
(25178,25096,'accessories/wearable_items/_exp11/heroes_festival/vanguard/head',60114),
(25179,25097,'accessories/wearable_items/_exp11/heroes_festival/vanguard/head_epic',60114),
(25180,25098,'accessories/wearable_items/_exp11/heroes_festival/vanguard/left',60114),
(25181,25099,'accessories/wearable_items/_exp11/heroes_festival/vanguard/legs',60114),
(25182,25100,'accessories/wearable_items/_exp11/heroes_festival/vanguard/legs_noskirt',60114),
(25183,25101,'accessories/wearable_items/_exp11/heroes_festival/vanguard/right',60114),
(25184,25102,'accessories/wearable_items/_exp11/heroes_festival/vanguard/shoulders',60114),
(25185,25103,'accessories/wearable_items/_exp11/heroes_festival/vanguard/shoulders_epic',60114),
(25186,25104,'accessories/wearable_items/_exp11/heroes_festival/vanguard/shoulders_nopauldrons',60114),
(25187,25105,'accessories/wearable_items/_exp11/heroes_festival/vanguard/skirt',60114),
(25188,25106,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/chest',60114),
(25189,25107,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/feet',60114),
(25190,25108,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/forearms',60114),
(25191,25109,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/hands',60114),
(25192,25110,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/head',60114),
(25193,25111,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/head_epic',60114),
(25194,25112,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/left',60114),
(25195,25113,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/legs',60114),
(25196,25114,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/legs_noskirt',60114),
(25197,25115,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/right',60114),
(25198,25116,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/shoulders',60114),
(25199,25117,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/shoulders_epic',60114),
(25200,25118,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/shoulders_nopauldrons',60114),
(25201,25119,'accessories/wearable_items/_exp11/heroes_festival/vanguard_dark/skirt',60114),
(25202,25120,'_exp11/houseitems/ss_gbeanbasket_dpo',60114),
(25203,25121,'_exp11/houseitems/ss_firepit_fire_dpo',60114),
(25204,25122,'_exp11/houseitems/ss_fatgoldbasket_dpo',60114),
(25205,25123,'playerstudio/houseitems/cornucopia',60114),
(25206,25124,'playerstudio/houseitems/dark_elf_statue',60114),
(25207,25125,'playerstudio/houseitems/dark_wizard_sentry',60114),
(25208,25126,'playerstudio/houseitems/franky_brain',60114),
(25209,25127,'playerstudio/houseitems/franky_electro',60114),
(25210,25128,'playerstudio/houseitems/franky_table',60114),
(25211,25129,'playerstudio/houseitems/freeblood_tomb',60114),
(25212,25130,'playerstudio/houseitems/freeport_gallows',60114),
(25213,25131,'playerstudio/houseitems/halfling_cabinet',60114),
(25214,25132,'playerstudio/houseitems/halfling_closet',60114),
(25215,25133,'playerstudio/houseitems/harvest_wagon',60114),
(25216,25134,'playerstudio/houseitems/grannys_house',60114),
(25217,25135,'playerstudio/houseitems/headmaster_ritual',60114),
(25218,25136,'playerstudio/houseitems/long_rope_bridge',60114),
(25219,25137,'playerstudio/houseitems/nouveau_armoire',60114),
(25220,25138,'playerstudio/houseitems/outhouse_tool_shed',60114),
(25221,25139,'playerstudio/houseitems/outhouse_tool_shed_door',60114),
(25222,25140,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_tank_005_dpo',60114),
(25223,25141,'playerstudio/houseitems/short_rope_bridge',60114),
(25224,25142,'playerstudio/houseitems/summer_breeze_chair',60114),
(25225,25143,'playerstudio/houseitems/summer_breeze_recliner',60114),
(25226,25144,'playerstudio/houseitems/summer_breeze_table',60114),
(25227,25145,'playerstudio/houseitems/summer_breeze_umbrella',60114),
(25228,25146,'playerstudio/houseitems/wood_shingled_corner_roof',60114),
(25229,25147,'_exp11/objects/exp11_dun_highhold/hh_gatekey_dpo',60114),
(25230,25148,'creatures/mounts/pegasus_skeleton/pegasus_skeleton_flames_blue',60114),
(25231,25149,'creatures/mounts/pegasus_skeleton/pegasus_skeleton_flames_green',60114),
(25232,25150,'creatures/mounts/player_wing/player_wing_skeleton',60114),
(25233,25151,'_exp11/houseitems/pygmy_rdmrkrfeathers_dpo',60114),
(25234,25152,'accessories/wieldable_items/shields/exp11/shield_heroesfestival',60114),
(25235,25153,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_heroesfestival',60114),
(25236,25154,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_heroesfestival',60114),
(25237,25155,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_heroesfestival',60114),
(25238,25156,'accessories/wieldable_items/weapons/exp11/2h_sword/sword_2h_heroesfestival',60114),
(25239,25157,'accessories/wieldable_items/weapons/exp11/2h_sword/hammer_2h_heroesfestival',60114),
(25240,25158,'accessories/wieldable_items/weapons/exp11/bow/longbow_heroesfestival',60114),
(25241,25159,'accessories/wieldable_items/weapons/exp11/fist/fist_heroesfestival',60114),
(25242,25160,'accessories/wieldable_items/weapons/exp11/staff/staff_heroesfestival',60114),
(25243,25161,'accessories/wieldable_items/weapons/exp11/staff/spear_heroesfestival',60114),
(25244,25162,'creatures/mounts/aerakyn/aerakyn_flyer_base',60114),
(25245,25163,'creatures/mounts/pegasus_skeleton/pegasus_skeleton_flames_void',60114),
(25246,25164,'creatures/monsters/tyrannosaurus_mount_variant',60114),
(25247,25165,'ec/pc/aerakyn/aerakyn_female_head01_long02',60114),
(25248,25166,'ec/pc/aerakyn/aerakyn_female_head02_long02',60114),
(25249,25167,'ec/pc/aerakyn/aerakyn_female_head03_long02',60114),
(25250,25168,'ec/pc/aerakyn/aerakyn_female_head04_long02',60114),
(25251,25169,'ec/pc/aerakyn/aerakyn_female_head05_long02',60114),
(25252,25170,'ec/pc/aerakyn/aerakyn_female_head06_long02',60114),
(25253,25171,'creatures/mounts/dragonfly_mount/dragonfly_mount_ruby',60114),
(25254,25172,'creatures/mounts/dragonfly_mount/dragonfly_mount_topaz',60114),
(25255,25173,'creatures/mounts/dragonfly_mount/dragonfly_base_emerald',60114),
(25256,25174,'creatures/mounts/dragonfly_mount/dragonfly_base_ruby',60114),
(25257,25175,'creatures/mounts/dragonfly_mount/dragonfly_base_topaz',60114),
(25258,25176,'_exp11/houseitems/ns_village_brazier_tall01_dpo',60114),
(25259,25177,'_exp11/houseitems/ns_village_chest01_dpo',60114),
(25260,25178,'_exp11/houseitems/ns_village_table_round01_dpo',60114),
(25261,25179,'_exp11/houseitems/ns_village_table_shelf01_dpo',60114),
(25262,25180,'_exp11/houseitems/ns_village_bed01_dpo',60114),
(25263,25181,'_exp11/houseitems/ns_village_bookcase01_dpo',60114),
(25264,25182,'_exp11/houseitems/ns_village_chair01_dpo',60114),
(25265,25183,'ec/pc/aerakyn/aerakyn_male_wings06',60114),
(25266,25184,'projectiles/exp02/hof_molotov_cocktail_green',60114),
(25267,25185,'_exp11/objects/exp11_southseas/pygmy_barricade_02_dpo',60114),
(25268,25186,'_exp11/objects/exp11_southseas/pygmy_barricade_03_dpo',60114),
(25269,25187,'_exp11/houseitems/shipwheel_fs_dpo',60114),
(25270,25188,'_exp11/houseitems/weaponrack_empty_fs_dpo',60114),
(25271,25189,'_exp11/houseitems/weaponrack_full_fs_dpo',60114),
(25272,25190,'playerstudio/characters/weapons/1h_sword/restless_axe/restless_axe',60114),
(25273,25191,'playerstudio/houseitems/mummy_fortunas_ball',60114),
(25274,25192,'playerstudio/houseitems/mummy_fortunas_card_case',60114),
(25275,25193,'playerstudio/houseitems/passage_ferry',60114),
(25276,25194,'playerstudio/houseitems/passage_ferryman',60114),
(25277,25195,'playerstudio/houseitems/passage_lantern',60114),
(25278,25196,'playerstudio/houseitems/passage_raven',60114),
(25279,25197,'playerstudio/houseitems/finger_food',60114),
(25280,25198,'playerstudio/houseitems/thexian_wagon',60114),
(25281,25199,'_exp11/houseitems/rot_crusher_01_dpo',60114),
(25282,25200,'_exp11/houseitems/rot_pumpgear_01_dpo',60114),
(25283,25201,'_exp11/houseitems/ns_keep_brazier01_dpo',60114),
(25284,25202,'_exp11/houseitems/ns_keep_weapon_shelf01_dpo',60114),
(25285,25203,'_exp11/houseitems/ns_keep_chest01_dpo',60114),
(25286,25204,'_exp11/houseitems/ns_village_brazier_tall02_dpo',60114),
(25287,25205,'_exp11/houseitems/ns_village_bookcase01_worn_dpo',60114),
(25288,25206,'_exp11/houseitems/pygmy_bonedecor01_dpo',60114),
(25289,25207,'_exp11/houseitems/pygmy_meatspit_dpo',60114),
(25290,25208,'_exp11/houseitems/pygmy_firepitwood_dpo',60114),
(25291,25209,'_exp11/houseitems/pygmy_gazebo_dpo',60114),
(25292,25210,'_exp11/houseitems/ssrae_statue01_brazier_dpo',60114),
(25293,25211,'_exp11/houseitems/ssrae_statue02_brazier_dpo',60114),
(25294,25212,'_exp11/houseitems/ssrae_wheelbarrowtools_dpo',60114),
(25295,25213,'_exp11/houseitems/ssrae_tooltable02_dpo',60114),
(25296,25214,'_exp11/houseitems/ssrae_urn02_dpo',60114),
(25297,25215,'_exp11/houseitems/ssrae_urn03a_dpo',60114),
(25298,25216,'_exp11/houseitems/hh_office_tapestry_dpo',60114),
(25299,25217,'_exp11/houseitems/hh_tapestry_long_dpo',60114),
(25300,25218,'_exp11/houseitems/alchemy_beaker01_dpo',60114),
(25301,25219,'_exp11/houseitems/alchemy_beakerwithtube01_dpo',60114),
(25302,25220,'_exp11/houseitems/alchemy_bowl_specimen_candle01_dpo',60114),
(25303,25221,'_exp11/houseitems/alchemy_stand_liquid01_dpo',60114),
(25304,25222,'_exp11/houseitems/dpo_darkelf_goo_jar',60114),
(25305,25223,'_exp11/houseitems/dpo_highhold_jar',60114),
(25306,25224,'_exp11/houseitems/dpo_highhold_gems_dpo',60114),
(25307,25225,'_exp11/houseitems/ss_mural04_dpo',60114),
(25308,25226,'_exp11/houseitems/ss_mural03_dpo',60114),
(25309,25227,'_exp11/houseitems/ss_mural02_dpo',60114),
(25310,25228,'_exp11/houseitems/ss_mural01_dpo',60114),
(25311,25229,'_exp11/characters/tool_users/shissar/shissar_male_transform_statue',60114),
(25312,25230,'_exp11/houseitems/pygmy_jar_dpo',60114),
(25313,25231,'_exp11/objects/exp11_dun_highhold/triangular_platform_upright_dpo_02',60114),
(25314,25232,'accessories/wieldable_items/weapons/exp11/staff/exp11_staff_wooden_skull',60114),
(25315,25233,'_exp11/houseitems/weapcrate_small_fs_dpo',60114),
(25316,25234,'_exp11/houseitems/weapcrate_large',60114),
(25317,25235,'creatures/mounts/dino_flyer/dino_flyer_collectors_tiger',60114),
(25318,25236,'staticobjects/liveevent/community/halloween_contest_reward',60114),
(25319,25237,'staticobjects/_exp11/ss_rings_teleporter',60114),
(25320,25238,'accessories/wieldable_items/weapons/exp11/1h_pierce/exp11_1h_pierce_dagger_cultist',60114),
(25321,25239,'_exp11/objects/exp11_dun_ssraeshza/ss_rings_spinning_dpo',60114),
(25322,25240,'accessories/wieldable_items/weapons/exp11/staff/club_2h_oar_pike',60114),
(25323,25241,'_exp11/characters/tool_users/grimling/grimling_female_base',60114),
(25324,25242,'_exp11/characters/tool_users/grimling/grimling_female_variant_01',60114),
(25325,25243,'_exp11/characters/tool_users/grimling/grimling_female_variant_02',60114),
(25326,25244,'_exp11/characters/tool_users/cazik_thule/cazik_thule_lava_activated',60114),
(25327,25245,'_exp11/characters/tool_users/cazik_thule/cazik_thule_lava_statue',60114),
(25328,25246,'creatures/mounts/dragonfly_mount/dragonfly_flyer_emerald',60114),
(25329,25247,'creatures/mounts/dragonfly_mount/dragonfly_flyer_ruby',60114),
(25330,25248,'creatures/mounts/dragonfly_mount/dragonfly_flyer_topaz',60114),
(25331,25249,'staticobjects/_exp11/qst_sen_potions03_purple',60114),
(25332,25250,'staticobjects/_exp11/qst_sen_potions03_water',60114),
(25333,25251,'staticobjects/_exp11/qst_sen_potions03_yellow',60114),
(25334,25252,'staticobjects/_exp03/dpo_mc_epic01coffin_door03',60114),
(25335,25253,'staticobjects/_exp03/dpo_mc_epic01coffin_door04entrance',60114),
(25336,25254,'staticobjects/_exp03/dpo_mc_epic01coffin_secretdoor01',60114),
(25337,25255,'staticobjects/statues/cm_statue_vampire_female',60114),
(25338,25256,'staticobjects/statues/cm_statue_vampire_male',60114),
(25339,25257,'staticobjects/_exp11/aom_keyart_painting',60114),
(25340,25258,'_exp01/characters/monsters/devil_fire_blue',60114),
(25341,25259,'_exp11/characters/tool_users/shissar/shissar_male_undead',60114),
(25342,25260,'_exp12/characters/monsters/fear_golem/fear_golem_metallic',60114),
(25343,25261,'_exp11/characters/tool_users/akheva/akheva_male_variant03',60114),
(25344,25262,'staticobjects/structures/dc_boathouse_framing02',60114),
(25345,25263,'staticobjects/structures/dc_outhouse01',60114),
(25346,25264,'creatures/monsters/tyrannosaurus_mount_test',60114),
(25347,25265,'creatures/tu/test',60114),
(25348,25266,'_exp11/characters/tool_users/akheva/akheva_male_black',60114),
(25349,25267,'_exp11/characters/tool_users/akheva/akheva_male_blue',60114),
(25350,25268,'_exp11/characters/tool_users/akheva/akheva_male_green',60114),
(25351,25269,'_exp11/characters/tool_users/akheva/akheva_male_variant03_black',60114),
(25352,25270,'_exp11/characters/tool_users/akheva/akheva_male_variant03_blue',60114),
(25353,25271,'_exp11/characters/tool_users/akheva/akheva_male_variant03_green',60114),
(25354,25272,'creatures/tu/lizardkin_mounted_trex',60114),
(25355,25273,'staticobjects/_exp11/wizardstonetower_small',60114),
(25356,25274,'staticobjects/_exp11/broken_wizardtower_small',60114),
(25357,25275,'_exp11/characters/tool_users/lanys_tyvl/lanys_tyvl',60114),
(25358,25276,'_exp11/characters/tool_users/akheva/akheva_female_formal_black',60114),
(25359,25277,'_exp11/characters/tool_users/akheva/akheva_female_formal_green',60114),
(25360,25278,'_exp11/characters/tool_users/akheva/akheva_female_formal_red',60114),
(25361,25279,'_exp11/characters/tool_users/akheva/akheva_female_mage_black',60114),
(25362,25280,'_exp11/characters/tool_users/akheva/akheva_female_mage_green',60114),
(25363,25281,'_exp11/characters/tool_users/akheva/akheva_female_mage_red',60114),
(25364,25282,'_exp11/characters/tool_users/akheva/akheva_female_queen_black',60114),
(25365,25283,'_exp11/characters/tool_users/akheva/akheva_female_queen_green',60114),
(25366,25284,'_exp11/characters/tool_users/akheva/akheva_female_queen_red',60114),
(25367,25285,'creatures/monsters/willowisp_portal_sphere_blue',60114),
(25368,25286,'creatures/monsters/willowisp_portal_sphere_dark',60114),
(25369,25287,'accessories/wearable_items/snapons/backpacks/backpack_grimling',60114),
(25370,25288,'_exp11/characters/tool_users/akheva/akheva_male_boss_black',60114),
(25371,25289,'_exp11/characters/tool_users/akheva/akheva_male_boss_blue',60114),
(25372,25290,'_exp11/characters/tool_users/akheva/akheva_male_boss_green',60114),
(25373,25291,'staticobjects/_exp11/arena_avatar_spawner',60114),
(25374,25292,'staticobjects/bottles/scroll_in_bottle_dpo',60114),
(25375,25293,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_sword_cultist',60114),
(25376,25294,'_exp11/characters/monsters/plushy_baelon_unarmed',60114),
(25377,25295,'_exp11/characters/monsters/plushy_baelon_armed',60114),
(25378,25296,'_exp11/characters/monsters/plushy_rhoentheer',60114),
(25379,25297,'_exp11/characters/monsters/plushy_animal_trakanon',60114),
(25380,25298,'_exp11/characters/monsters/plushy_djinnmaster',60114),
(25381,25299,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_plushie_rhoentheer_evil',60114),
(25382,25300,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_plushie_rhoentheer_good',60114),
(25383,25301,'accessories/wieldable_items/weapons/exp11/2h_sword/sword_2h_rhoentheer_plushie_evil',60114),
(25384,25302,'accessories/wieldable_items/weapons/exp11/2h_sword/sword_2h_rhoentheer_plushie_good',60114),
(25385,25303,'accessories/wieldable_items/weapons/exp11/staff/exp11_staff_cultist',60114),
(25386,25304,'_exp11/characters/monsters/plushy_rhoentheer_small',60114),
(25387,25305,'_exp11/characters/monsters/plushy_baelon_armed_small',60114),
(25388,25306,'_exp11/characters/monsters/plushy_animal_trakanon_small',60114),
(25389,25307,'_exp11/characters/monsters/plushy_animal_darathar_small',60114),
(25390,25308,'_exp11/characters/tool_users/villandre/villandre',60114),
(25391,25309,'_exp11/characters/tool_users/ghost_models/ghost_gnomefemale_backpack',60114),
(25392,25310,'_exp11/characters/tool_users/lanys_tyvl/lanys_tyvl_no_crown',60114),
(25393,25311,'staticobjects/_exp11/pirate_cannon',60114),
(25394,25312,'staticobjects/_exp11/pirate_cannonball_pile',60114),
(25395,25313,'_exp11/characters/tool_users/ghost_models/ghost_ogre_male_pirate',60114),
(25396,25314,'_exp11/characters/tool_users/ghost_models/ghost_troll_female_pirate',60114),
(25397,25315,'_exp11/characters/tool_users/ghost_models/ghost_troll_female_skimpy_pirate',60114),
(25398,25316,'_exp11/characters/tool_users/ghost_models/ghost_troll_male_pegleg_pirate',60114),
(25399,25317,'_exp11/characters/tool_users/ghost_models/ghost_troll_male_pirate',60114),
(25400,25318,'accessories/wieldable_items/weapons/exp11/1h_crush/club_oar',60114),
(25401,25319,'_exp11/houseitems/ssrae_ancient_vase_dpo',60114),
(25402,25320,'staticobjects/harvested/crystals/hrvst_crystals_luclinite',60114),
(25403,25321,'accessories/wieldable_items/weapons/exp11/1h_sword/lanys_sword',60114),
(25404,25322,'staticobjects/guildhall/trophies/gh_loot_tribunal_base',60114),
(25405,25323,'staticobjects/guildhall/trophies/gh_loot_lanys_sword_base',60114),
(25406,25324,'staticobjects/guildhall/trophies/gh_loot_spiderbear_spiderbear',60114),
(25407,25325,'staticobjects/guildhall/trophies/gh_loot_shissar_male_undead',60114),
(25408,25326,'staticobjects/guildhall/trophies/gh_loot_krassnok_krassnok_ghost',60114),
(25409,25327,'staticobjects/guildhall/trophies/gh_loot_fennin_ro',60114),
(25410,25328,'staticobjects/guildhall/trophies/gh_loot_construct_of_malice',60114),
(25411,25329,'staticobjects/guildhall/trophies/gh_loot_cazik_thule_lava',60114),
(25412,25330,'staticobjects/guildhall/trophies/gh_loot_cazic_cazik_thule',60114),
(25413,25331,'accessories/wearable_items/profesion_hats/crown_lanys/crown_lanys',60114),
(25414,25332,'_exp11/characters/monsters/plushy_animal_darathar',60114),
(25415,25333,'creatures/mounts/aerakyn/aerakyn_ground_base',60114),
(25416,25334,'accessories/wieldable_items/shields/exp11/shield_mage_mermaid',60114),
(25417,25335,'accessories/wieldable_items/shields/exp11/shield_round_mermaid',60114),
(25418,25336,'accessories/wieldable_items/shields/exp11/shield_tower_mermaid',60114),
(25419,25337,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_mermaid_square',60114),
(25420,25338,'accessories/wieldable_items/weapons/exp11/1h_crush/scepter_mermaid',60114),
(25421,25339,'accessories/wieldable_items/weapons/exp11/1h_crush/mace_mermaid',60114),
(25422,25340,'accessories/wieldable_items/weapons/exp11/1h_crush/hammer_mermaid_round',60114),
(25423,25341,'accessories/wieldable_items/weapons/exp11/1h_pierce/shortspear_mermaid',60114),
(25424,25342,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_mermaid',60114),
(25425,25343,'accessories/wieldable_items/weapons/exp11/1h_pierce/dagger_mermaid_mage',60114),
(25426,25344,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_mermaid',60114),
(25427,25345,'accessories/wieldable_items/weapons/exp11/1h_sword/sword_mermaid_rapier',60114),
(25428,25346,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_mermaid_battleaxe',60114),
(25429,25347,'accessories/wieldable_items/weapons/exp11/1h_sword/axe_mermaid_hatchet',60114),
(25430,25348,'accessories/wieldable_items/weapons/exp11/1h_wand/wand_mermaid',60114),
(25431,25349,'accessories/wieldable_items/weapons/exp11/2h_sword/hammer_2h_mermaid',60114),
(25432,25350,'accessories/wieldable_items/weapons/exp11/2h_sword/axe_2h_mermaid',60114),
(25433,25351,'accessories/wieldable_items/weapons/exp11/bow/shortbow_mermaid',60114),
(25434,25352,'accessories/wieldable_items/weapons/exp11/bow/longbow_mermaid',60114),
(25435,25353,'accessories/wieldable_items/weapons/exp11/fist/fist_mermaid_punchblade',60114),
(25436,25354,'accessories/wieldable_items/weapons/exp11/fist/fist_mermaid_blade',60114),
(25437,25355,'accessories/wieldable_items/weapons/exp11/staff/staff_mermaid_mage',60114),
(25438,25356,'accessories/wieldable_items/weapons/exp11/staff/staff_mermaid',60114),
(25439,25357,'accessories/wieldable_items/weapons/exp11/staff/staff_mermaid_battlestaff',60114),
(25440,25358,'accessories/wieldable_items/weapons/exp11/staff/spear_mermaid',60114),
(25441,25359,'_exp11/houseitems/hh_globe_base_dpo',60114),
(25442,25360,'accessories/npc_wearables/cultist/exp11_1h_pierce_dagger_cultist',60114),
(25443,25361,'accessories/npc_wearables/cultist/exp11_1h_sword_cultist',60114),
(25444,25362,'accessories/npc_wearables/cultist/exp11_staff_cultist',60114),
(25445,25363,'accessories/npc_wearables/grimling/exp11_1h_axe_grimling',60114),
(25446,25364,'accessories/npc_wearables/grimling/exp11_1h_sword_grimling',60114),
(25447,25365,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_axe_grimling',60114),
(25448,25366,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_sword_grimling',60114),
(25449,25367,'accessories/npc_wearables/lava_pygmy/exp11_1h_crush_hammer_lavapygmy',60114),
(25450,25368,'accessories/npc_wearables/lava_pygmy/exp11_shortbow_lavapygmy',60114),
(25451,25369,'accessories/wieldable_items/weapons/exp11/1h_crush/exp11_1h_crush_hammer_lavapygmy',60114),
(25452,25370,'accessories/wieldable_items/weapons/exp11/bow/exp11_shortbow_lavapygmy',60114),
(25453,25371,'creatures/tu/gnoll_skeleton_2014',60114),
(25454,25372,'accessories/wieldable_items/shields/exp11/lanys_shield',60114),
(25455,25373,'staticobjects/guildhall/standard_flag_white_nofx',60114),
(25456,25374,'_exp11/characters/monsters/lava_butterfly/lava_butterfly_base',60114),
(25457,25375,'staticobjects/guildhall/trophies/gh_loot_dragon_vulakk',60114),
(25458,25376,'staticobjects/guildhall/trophies/gh_loot_karana',60114),
(25459,25377,'accessories/npc_wearables/ahkeva/exp11_1h_mace_ahkeva',60114),
(25460,25378,'accessories/wieldable_items/weapons/exp11/1h_crush/exp11_1h_crush_mace_ahkeva',60114),
(25461,25379,'accessories/wieldable_items/weapons/exp11/1h_sword/exp11_1h_scythe_ahkeva',60114),
(25462,25380,'staticobjects/_exp11/pirate_coiled_rope',60114),
(25463,25381,'staticobjects/_exp11/pirate_long_rope',60114),
(25464,25382,'playerstudio/characters/shields/tower_round_shields/bristlebane_bulwark/bristlebane_bulwark',60114),
(25465,25383,'playerstudio/characters/cloaks/drape_of_aniji/drape_of_aniji',60114),
(25466,25384,'playerstudio/characters/weapons/bow/vine_bow/vine_bow',60114),
(25467,25385,'playerstudio/characters/weapons/fist/spiked_gauntlet/spiked_gauntlet',60114),
(25468,25386,'staticobjects/tents/dpo_wl_tent_combine05_blue',60114),
(25469,25387,'staticobjects/tents/dpo_wl_tent_combine04_blue',60114),
(25470,25388,'staticobjects/tents/ant_leanto_smallblue001',60114),
(25471,25389,'staticobjects/tents/farseas_respawn_tent01',60114),
(25472,25390,'staticobjects/tents/dpo_po_tent_leanto01',60114),
(25473,25391,'creatures/mounts/dino_flyer/dino_flyer_server',60114),
(25474,25392,'_exp11/objects/exo11_pirate_cove/pc_cannon01',60114),
(25475,25393,'_exp11/objects/exp11_dun_zavithloa/zav_egg_dpo',60114),
(25476,25394,'_exp11/objects/exp11_dun_zavithloa/zav_mushroom',60114),
(25477,25395,'_exp11/objects/exp11_southseas/lizardkin_floorbrazier_wfire_dpo',60114),
(25478,25396,'_exp11/objects/exp11_southseas/ss_legbone_dpo',60114),
(25479,25397,'_exp11/objects/exp11_southseas/ss_ribbone01_dpo',60114),
(25480,25398,'_exp11/objects/exp11_southseas/ss_spinebone_dpo',60114),
(25481,25399,'_exp11/houseitems/hh_office_chest',60114),
(25482,25400,'_exp11/houseitems/spiderbear_victimsac_dpo',60114),
(25483,25401,'_exp11/objects/exp11_dun_cathedral_of_bone/cob_chandelier_dop',60114),
(25484,25402,'_exp11/objects/exp11_dun_cathedral_of_bone/cob_table_dop',60114),
(25485,25403,'_exp11/houseitems/shissar_statue_sword_dpo',60114),
(25486,25404,'staticobjects/tents/qey_village_tent02',60114),
(25487,25405,'ec/pc/aerakyn/aerakyn_female_head01_long_braided',60114),
(25488,25406,'ec/pc/aerakyn/aerakyn_female_head01_long_ponytail',60114),
(25489,25407,'ec/pc/aerakyn/aerakyn_female_head01_long1',60114),
(25490,25408,'ec/pc/aerakyn/aerakyn_female_head02_long_braided',60114),
(25491,25409,'ec/pc/aerakyn/aerakyn_female_head02_long_ponytail',60114),
(25492,25410,'ec/pc/aerakyn/aerakyn_female_head02_long1',60114),
(25493,25411,'ec/pc/aerakyn/aerakyn_female_head03_long_braided',60114),
(25494,25412,'ec/pc/aerakyn/aerakyn_female_head03_long_ponytail',60114),
(25495,25413,'ec/pc/aerakyn/aerakyn_female_head03_long1',60114),
(25496,25414,'ec/pc/aerakyn/aerakyn_female_head04_long_braided',60114),
(25497,25415,'ec/pc/aerakyn/aerakyn_female_head04_long_ponytail',60114),
(25498,25416,'ec/pc/aerakyn/aerakyn_female_head04_long1',60114),
(25499,25417,'ec/pc/aerakyn/aerakyn_female_head05_long_braided',60114),
(25500,25418,'ec/pc/aerakyn/aerakyn_female_head05_long_ponytail',60114),
(25501,25419,'ec/pc/aerakyn/aerakyn_female_head05_long1',60114),
(25502,25420,'ec/pc/aerakyn/aerakyn_female_head06_long_braided',60114),
(25503,25421,'ec/pc/aerakyn/aerakyn_female_head06_long_ponytail',60114),
(25504,25422,'ec/pc/aerakyn/aerakyn_female_head06_long1',60114),
(25505,25423,'creatures/mounts/pirate_zepplin/pirate_zepplin',60114),
(25506,25424,'_exp11/houseitems/gnome_detector_dpo',60114),
(25507,25425,'creatures/monsters/spider_clockwork_brass',60114),
(25508,25426,'creatures/monsters/spider_clockwork_iron',60114),
(25509,25427,'accessories/wieldable_items/shields/exp11/shield_buckler_chillburn',60114),
(25510,25428,'accessories/wieldable_items/shields/exp11/shield_buckler_pyrebringer',60114),
(25511,25429,'accessories/wieldable_items/shields/exp11/shield_buckler_voidwrought',60114),
(25512,25430,'accessories/wieldable_items/shields/exp11/shield_chillburn',60114),
(25513,25431,'accessories/wieldable_items/shields/exp11/shield_pyrebringer',60114),
(25514,25432,'accessories/wieldable_items/shields/exp11/shield_voidwrought',60114),
(25515,25433,'accessories/wearable_items/snapons/backpacks/backpack_tinkered_elaborate/backpack_tinkered_elaborate_darkiron_redglow',60114),
(25516,25434,'accessories/wieldable_items/weapons/exp11/1h_pierce/1h_pierce_lanys_dagger',60114),
(25517,25435,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_blue',60114),
(25518,25436,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_green',60114),
(25519,25437,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_purple',60114),
(25520,25438,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_yellow',60114),
(25521,25439,'_exp09/characters/monsters/mud_monster/mud_monster_snow',60114),
(25522,25440,'staticobjects/liveevent/frostfell/panel_iceblock',60114),
(25523,25441,'staticobjects/liveevent/frostfell/iceblock_1x1_column_iceblock',60114),
(25524,25442,'staticobjects/liveevent/frostfell/housecube_1x1_block_iceblock',60114),
(25525,25443,'staticobjects/liveevent/frostfell/houseblock_1x2_column_iceblock',60114),
(25526,25444,'staticobjects/liveevent/frostfell/houseblock_1x2_dividerblock_iceblock',60114),
(25527,25445,'staticobjects/liveevent/frostfell/houseblock_1xhalf_block_iceblock',60114),
(25528,25446,'staticobjects/liveevent/frostfell/houseblock_2x2_dividerblock_iceblock',60114),
(25529,25447,'staticobjects/liveevent/frostfell/houseblock_rail_iceblock',60114),
(25530,25448,'staticobjects/liveevent/frostfell/houseblock_roundtile_iceblock',60114),
(25531,25449,'staticobjects/liveevent/frostfell/houseblock_stair_iceblock',60114),
(25532,25450,'staticobjects/liveevent/frostfell/holiday_pointsettia02',60114),
(25533,25451,'staticobjects/liveevent/frostfell/dpo_snowglobe_maltower',60114),
(25534,25452,'staticobjects/liveevent/frostfell/dpo_snowglobe_shissar01',60114),
(25535,25453,'staticobjects/liveevent/frostfell/holiday_pointsettia05',60114),
(25536,25454,'creatures/mounts/reindeer_mount/reindeer_mount_ghost',60114),
(25537,25455,'creatures/monsters/reindeer_base',60114),
(25538,25456,'creatures/monsters/reindeer_tan',60114),
(25539,25457,'creatures/monsters/reindeer_white',60114),
(25540,25458,'staticobjects/liveevent/frostfell/dpo_candy_gold_sparkle_fx',60114),
(25541,25459,'staticobjects/liveevent/frostfell/dpo_candy_peppermint_sparkle_fx',60114),
(25542,25460,'staticobjects/liveevent/frostfell/dpo_candycane_redblk_sparkle_fx',60114),
(25543,25461,'staticobjects/liveevent/frostfell/dpo_candycane_redwht_sparkle_fx',60114),
(25544,25462,'creatures/mounts/pegasus_mount/pegasus_mount_ethernere',60114),
(25545,25463,'playerstudio/houseitems/icedragon_carpet',60114),
(25546,25464,'playerstudio/houseitems/ratonga_nutcracker',60114),
(25547,25465,'playerstudio/houseitems/royal_sleigh',60114),
(25548,25466,'playerstudio/houseitems/storybook_portal',60114),
(25549,25467,'playerstudio/houseitems/winterberry_set',60114),
(25550,25468,'playerstudio/houseitems/wc_bridge',60114),
(25551,25469,'playerstudio/houseitems/wc_columnwall',60114),
(25552,25470,'playerstudio/houseitems/wc_manor',60114),
(25553,25471,'playerstudio/houseitems/wc_manor2',60114),
(25554,25472,'playerstudio/houseitems/wc_manor3',60114),
(25555,25473,'playerstudio/houseitems/wc_pillarcolumn',60114),
(25556,25474,'playerstudio/houseitems/wc_roof',60114),
(25557,25475,'playerstudio/houseitems/wc_stairs',60114),
(25558,25476,'playerstudio/houseitems/wc_towerroof',60114),
(25559,25477,'playerstudio/houseitems/wc_tower1',60114),
(25560,25478,'playerstudio/houseitems/wc_tower2',60114),
(25561,25479,'playerstudio/houseitems/wc_tallroof',60114),
(25562,25480,'playerstudio/houseitems/wc_wall1',60114),
(25563,25481,'playerstudio/houseitems/wc_wall2',60114),
(25564,25482,'_exp11/houseitems/graveyard_window_large',60114),
(25565,25483,'_exp11/houseitems/graveyard_window_medium',60114),
(25566,25484,'_exp11/houseitems/graveyard_window_small',60114),
(25567,25485,'accessories/wearable_items/_exp05/guk_turtle_vanguard/head',60114),
(25568,25486,'_exp11/characters/monsters/golems/rock_golem',60114),
(25569,25487,'_exp09/characters/tool_users/illithid/illithid_levitate_base',60114),
(25570,25488,'_exp11/houseitems/ss_rope_vines02_dpo2',60114),
(25571,25489,'_exp12/characters/monsters/fear_golem/fear_golem_mud',60114),
(25572,25490,'staticobjects/liveevent/erollisi_objects/dpo_lf_vase_ornate01',60114),
(25573,25491,'staticobjects/liveevent/erollisi_objects/dpo_lf_vase_monk01',60114),
(25574,25492,'staticobjects/liveevent/brew_day/fpalt_kitchen_winebottleplain01',60114),
(25575,25493,'staticobjects/liveevent/brew_day/bbm_cup_plain',60114),
(25576,25494,'staticobjects/liveevent/brew_day/bbm_stein_dwarf01',60114),
(25577,25495,'staticobjects/liveevent/brew_day/hk_barrel_large01',60114),
(25578,25496,'staticobjects/liveevent/brew_day/hk_barrel_small01',60114),
(25579,25497,'staticobjects/liveevent/brew_day/hk_keg_large01',60114),
(25580,25498,'staticobjects/liveevent/brew_day/kal_crate_bugbear01',60114),
(25581,25499,'staticobjects/liveevent/brew_day/kal_crate_bugbear02',60114),
(25582,25500,'staticobjects/liveevent/brew_day/kal_lightsource_firepot02',60114),
(25583,25501,'staticobjects/liveevent/brew_day/headmount_newpig',60114),
(25584,25502,'staticobjects/liveevent/brew_day/halfing_wallkeg01_door_dpo',60114),
(25585,25503,'staticobjects/liveevent/bristlebane_day/dpo_halfing_balnketrack01',60114),
(25586,25504,'staticobjects/liveevent/bristlebane_day/dpo_halfing_basket_strawsm01',60114),
(25587,25505,'staticobjects/liveevent/bristlebane_day/dpo_halfing_basket_strawtall01',60114),
(25588,25506,'staticobjects/liveevent/bristlebane_day/dpo_halfing_baucket_grain01',60114),
(25589,25507,'staticobjects/liveevent/bristlebane_day/dpo_halfing_drum02',60114),
(25590,25508,'staticobjects/liveevent/bristlebane_day/dpo_halfing_forge_walltools01',60114),
(25591,25509,'staticobjects/liveevent/bristlebane_day/dpo_halfing_jar_clsd02',60114),
(25592,25510,'staticobjects/liveevent/bristlebane_day/dpo_halfing_spotlight01',60114),
(25593,25511,'staticobjects/liveevent/bristlebane_day/dpo_halfling_forge_workbench0',60114),
(25594,25512,'staticobjects/liveevent/bristlebane_day/dpo_halfling_rivermap01',60114),
(25595,25513,'staticobjects/liveevent/bristlebane_day/dpo_headmount_piranha',60114),
(25596,25514,'staticobjects/liveevent/bristlebane_day/dpo_river_halflingdoor04',60114),
(25597,25515,'staticobjects/liveevent/bristlebane_day/dpo_mc_wine_bottle_ornate',60114),
(25598,25516,'staticobjects/liveevent/bristlebane_day/dpo_mc_wine_bottle_plain',60114),
(25599,25517,'staticobjects/liveevent/bristlebane_day/dpo_mc_wine_glass',60114),
(25600,25518,'_exp12/characters/tool_users/halfling_female_2015/halfling_female_2015',60114),
(25601,25519,'_exp12/characters/tool_users/halfling_female_2015/halfling_female_zombie01',60114),
(25602,25520,'_exp12/characters/tool_users/halfling_female_2015/halfling_female_zombie02',60114),
(25603,25521,'_exp11/objects/exp11_dun_rum_cellar/zepplin_transport_pirate_deflated_dpo',60114),
(25604,25522,'projectiles/spell_confetti_ball',60114),
(25605,25523,'_exp11/objects/exp11_dun_rum_cellar/zepplin_transport_pirate_dpo',60114),
(25606,25524,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_denim01',60114),
(25607,25525,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_leather_patch',60114),
(25608,25526,'staticobjects/liveevent/erollisi_objects/erollisi_rug_heart01',60114),
(25609,25527,'staticobjects/liveevent/erollisi_objects/erollisi_rug_heart02',60114),
(25610,25528,'staticobjects/liveevent/erollisi_objects/erollisi_rug_heart03',60114),
(25611,25529,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_plate0cookies01_evil',60114),
(25612,25530,'staticobjects/liveevent/erollisi_objects/dpo_erollosi_platecupcakes_evil_01',60114),
(25613,25531,'staticobjects/liveevent/erollisi_objects/vel_othmir_lovers_shrine_01',60114),
(25614,25532,'_exp12/characters/monsters/fear_golem/fear_golem_obsidian',60114),
(25615,25533,'_exp11/objects/exp11_dun_rum_cellar/zepplin_transport_pirate_cannon_deck_dpo',60114),
(25616,25534,'_exp11/objects/exp11_dun_rum_cellar/zepplin_transport_pirate_cannon_player_dpo',60114),
(25617,25535,'_exp11/objects/exp11_dun_rum_cellar/zepplin_transport_pirate_deflated_no_cannon_dpo',60114),
(25618,25536,'_exp11/objects/exp11_dun_rum_cellar/ss_barrel01_dpo',60114),
(25619,25537,'_exp10/objects/hk_crate_small_long01_dpo',60114),
(25620,25538,'_exp10/objects/kd_crate_broken_dpo',60114),
(25621,25539,'accessories/wearable_items/_exp12/chain_theifoflove/chest',60114),
(25622,25540,'accessories/wearable_items/_exp12/chain_theifoflove/feet',60114),
(25623,25541,'accessories/wearable_items/_exp12/chain_theifoflove/forearms',60114),
(25624,25542,'accessories/wearable_items/_exp12/chain_theifoflove/hands',60114),
(25625,25543,'accessories/wearable_items/_exp12/chain_theifoflove/head',60114),
(25626,25544,'accessories/wearable_items/_exp12/chain_theifoflove/head_hood',60114),
(25627,25545,'accessories/wearable_items/_exp12/chain_theifoflove/legs',60114),
(25628,25546,'accessories/wearable_items/_exp12/chain_theifoflove/legs_noskirt',60114),
(25629,25547,'accessories/wearable_items/_exp12/chain_theifoflove/shoulders',60114),
(25630,25548,'accessories/wearable_items/_exp12/chain_theifoflove/skirt',60114),
(25631,25549,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_pipejam_001_dpo',60114),
(25632,25550,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_rot_pump_gear_001_dpo',60114),
(25633,25551,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_rot_pump_gear_002_dpo',60114),
(25634,25552,'_exp11/objects/exp11_dun_rum_cellar/rot_pumpgear_01_dpo',60114),
(25635,25553,'_exp11/objects/exp11_dun_rum_cellar/rot_pumpgear_02_dpo',60114),
(25636,25554,'accessories/wearable_items/cloak/exp12/cloak_feathered_lovely',60114),
(25637,25555,'accessories/wearable_items/profesion_hats/tophat/head_brewday',60114),
(25638,25556,'accessories/wearable_items/cloak/exp09/scarf/cloak_scarf_brewday',60114),
(25639,25557,'accessories/wearable_items/cloak/exp09/scarf/neckrings/cloak_scarf_neckring_brewday',60114),
(25640,25558,'accessories/wieldable_items/weapons/eqnext_founders_flag/trailblazer_promo',60114),
(25641,25559,'accessories/wearable_items/profesion_hats/bucket/head_bucket',60114),
(25642,25560,'accessories/wearable_items/profesion_hats/bucket/head_bucket_dark',60114),
(25643,25561,'accessories/wieldable_items/weapons/exp12/1h_crush/1h_crush_halflingfemale_arm',60114),
(25644,25562,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_admiral',60114),
(25645,25563,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_admiral_epic',60114),
(25646,25564,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_captain',60114),
(25647,25565,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_captain_epic',60114),
(25648,25566,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/chest',60114),
(25649,25567,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/feet',60114),
(25650,25568,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/forearms',60114),
(25651,25569,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/hands',60114),
(25652,25570,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/legs',60114),
(25653,25571,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/legs_noskirt',60114),
(25654,25572,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/shoulders',60114),
(25655,25573,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_anchor/skirt',60114),
(25656,25574,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/chest',60114),
(25657,25575,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/feet',60114),
(25658,25576,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/forearms',60114),
(25659,25577,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/hands',60114),
(25660,25578,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/head',60114),
(25661,25579,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/legs',60114),
(25662,25580,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/legs_noskirt',60114),
(25663,25581,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/shoulders',60114),
(25664,25582,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_base/skirt',60114),
(25665,25583,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/chest',60114),
(25666,25584,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/feet',60114),
(25667,25585,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/forearms',60114),
(25668,25586,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/hands',60114),
(25669,25587,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/legs',60114),
(25670,25588,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/legs_noskirt',60114),
(25671,25589,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/shoulders',60114),
(25672,25590,'accessories/wearable_items/_exp12/pirate_heavycloth/pirate_heavycloth_compass/skirt',60114),
(25673,25591,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/chest',60114),
(25674,25592,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/feet',60114),
(25675,25593,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/hands',60114),
(25676,25594,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/head',60114),
(25677,25595,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/legs',60114),
(25678,25596,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/shoulders',60114),
(25679,25597,'accessories/wearable_items/_exp12/pirate_heavycloth_base/base/skirt',60114),
(25680,25598,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/chest',60114),
(25681,25599,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/feet',60114),
(25682,25600,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/hands',60114),
(25683,25601,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/legs',60114),
(25684,25602,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/shoulders',60114),
(25685,25603,'accessories/wearable_items/_exp12/pirate_heavycloth_base/bluestripe/skirt',60114),
(25686,25604,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/chest',60114),
(25687,25605,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/feet',60114),
(25688,25606,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/hands',60114),
(25689,25607,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/legs',60114),
(25690,25608,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/shoulders',60114),
(25691,25609,'accessories/wearable_items/_exp12/pirate_heavycloth_base/redstripe/skirt',60114),
(25692,25610,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/chest',60114),
(25693,25611,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/feet',60114),
(25694,25612,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/forearms',60114),
(25695,25613,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/hands',60114),
(25696,25614,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/head_cloth',60114),
(25697,25615,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/legs',60114),
(25698,25616,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/shoulders',60114),
(25699,25617,'accessories/wearable_items/_exp12/pirate_robe-heavycloth/base/skirt',60114),
(25700,25618,'accessories/wearable_items/cloak/exp12/cloak_pirate_flag_black',60114),
(25701,25619,'accessories/wearable_items/cloak/exp12/cloak_pirate_flag_red',60114),
(25702,25620,'accessories/wearable_items/cloak/exp12/cloak_pirate_plain_black',60114),
(25703,25621,'accessories/wearable_items/cloak/exp12/cloak_pirate_plain_brown',60114),
(25704,25622,'accessories/wearable_items/cloak/exp12/cloak_pirate_plain_red',60114),
(25705,25623,'_exp12/characters/tool_users/troll_shaman_pirate/troll_shaman_pirate',60114),
(25706,25624,'_exp12/characters/monsters/rock_moss_golem/rock_lava_golem',60114),
(25707,25625,'_exp12/characters/monsters/rock_moss_golem/rock_moss_golem',60114),
(25708,25626,'playerstudio/characters/weapons/bow/serpent_bow/serpent_bow',60114),
(25709,25627,'playerstudio/characters/weapons/2h_crush/triple_hammer/triple_hammer',60114),
(25710,25628,'playerstudio/characters/cloaks/tiger_cloak/tiger_cloak',60114),
(25711,25629,'playerstudio/houseitems/castle_archway',60114),
(25712,25630,'playerstudio/houseitems/castle_corner',60114),
(25713,25631,'playerstudio/houseitems/castle_wall',60114),
(25714,25632,'playerstudio/houseitems/castle_drawbridge',60114),
(25715,25633,'playerstudio/houseitems/cherryrose_bookshelf',60114),
(25716,25634,'playerstudio/houseitems/cherryrose_chair',60114);
INSERT INTO `appearances` VALUES
(25717,25635,'playerstudio/houseitems/cherryrose_diningtable',60114),
(25718,25636,'playerstudio/houseitems/dragon_sconce',60114),
(25719,25637,'playerstudio/houseitems/dragon_sconcelantern',60114),
(25720,25638,'playerstudio/houseitems/freezy_cask',60114),
(25721,25639,'playerstudio/houseitems/icy_gazebo',60114),
(25722,25640,'playerstudio/houseitems/jinisk_dome',60114),
(25723,25641,'playerstudio/houseitems/lamp_dragon',60114),
(25724,25642,'playerstudio/houseitems/lamp_forest',60114),
(25725,25643,'playerstudio/houseitems/leviathan_whale',60114),
(25726,25644,'playerstudio/houseitems/mushroom_house',60114),
(25727,25645,'playerstudio/houseitems/orca_whale',60114),
(25728,25646,'playerstudio/houseitems/painting_dragonrest',60114),
(25729,25647,'playerstudio/houseitems/painting_forestdawn',60114),
(25730,25648,'playerstudio/houseitems/painting_hobbithole',60114),
(25731,25649,'playerstudio/houseitems/painting_rockylighthouse',60114),
(25732,25650,'playerstudio/houseitems/painting_snowmountains',60114),
(25733,25651,'playerstudio/houseitems/painting_theforest',60114),
(25734,25652,'playerstudio/houseitems/painting_winelife',60114),
(25735,25653,'playerstudio/houseitems/polished_armoire',60114),
(25736,25654,'playerstudio/houseitems/polished_cupboard',60114),
(25737,25655,'playerstudio/houseitems/polished_diningchair',60114),
(25738,25656,'playerstudio/houseitems/polished_podium',60114),
(25739,25657,'playerstudio/houseitems/polished_settee',60114),
(25740,25658,'playerstudio/houseitems/polished_table',60114),
(25741,25659,'playerstudio/houseitems/qeynos_guilddoor',60114),
(25742,25660,'playerstudio/houseitems/ratongan_wheel01',60114),
(25743,25661,'playerstudio/houseitems/relax_otron',60114),
(25744,25662,'playerstudio/houseitems/stone_bridge',60114),
(25745,25663,'playerstudio/houseitems/sun_bgone',60114),
(25746,25664,'playerstudio/houseitems/wooden_cornerwall',60114),
(25747,25665,'playerstudio/houseitems/wooden_interiorwall',60114),
(25748,25666,'playerstudio/houseitems/wooden_openarchway',60114),
(25749,25667,'playerstudio/houseitems/stone_bridge_endcap',60114),
(25750,25668,'_exp12/characters/monsters/parrot_2015/parrot_2015_base',60114),
(25751,25669,'playerstudio/houseitems/luclin_gondola',60114),
(25752,25670,'playerstudio/houseitems/guardian_coffeetable',60114),
(25753,25671,'playerstudio/houseitems/guardian_podium',60114),
(25754,25672,'playerstudio/houseitems/villa_roof',60114),
(25755,25673,'playerstudio/houseitems/villa_door',60114),
(25756,25674,'playerstudio/houseitems/villa_daisy_balcony',60114),
(25757,25675,'playerstudio/houseitems/villa_long_balcony',60114),
(25758,25676,'playerstudio/houseitems/villa_moonflower_balcony',60114),
(25759,25677,'playerstudio/houseitems/villa_rose_balcony',60114),
(25760,25678,'playerstudio/houseitems/villa_rose_home',60114),
(25761,25679,'playerstudio/houseitems/villa_daisy_home',60114),
(25762,25680,'playerstudio/houseitems/villa_moonflower_home',60114),
(25763,25681,'playerstudio/houseitems/villa_daisy_openwindow',60114),
(25764,25682,'playerstudio/houseitems/villa_daisy_widewindow',60114),
(25765,25683,'playerstudio/houseitems/villa_moonflower_openwindow',60114),
(25766,25684,'playerstudio/houseitems/villa_moonflower_widewindow',60114),
(25767,25685,'playerstudio/houseitems/villa_rose_openwindow',60114),
(25768,25686,'playerstudio/houseitems/villa_rose_widewindow',60114),
(25769,25687,'playerstudio/houseitems/guardian_wallcabinet',60114),
(25770,25688,'playerstudio/houseitems/travel_wagon',60114),
(25771,25689,'playerstudio/houseitems/guardian_shelf',60114),
(25772,25690,'playerstudio/houseitems/guardian_cabinet',60114),
(25773,25691,'playerstudio/houseitems/corner_fireplace',60114),
(25774,25692,'playerstudio/houseitems/stairs_knightly',60114),
(25775,25693,'playerstudio/houseitems/guardian_mirror',60114),
(25776,25694,'_exp12/characters/monsters/parrot_2015/parrot_undead',60114),
(25777,25695,'_exp11/objects/exp11_dun_rum_cellar/kd_barrel_smaller_dpo',60114),
(25778,25696,'accessories/wearable_items/_exp12/pirate_heavycloth/head_bandanna_eyepatch',60114),
(25779,25697,'accessories/wearable_items/_exp12/pirate_heavycloth/head_bandanna_eyepatchhooked',60114),
(25780,25698,'accessories/wearable_items/_exp12/pirate_heavycloth/head_bandanna_eyepatchhookedred',60114),
(25781,25699,'accessories/wearable_items/_exp12/pirate_heavycloth/head_bandanna_eyepatchred',60114),
(25782,25700,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_admiral_eyepatch',60114),
(25783,25701,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_admiral_eyepatchhooked',60114),
(25784,25702,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_captain_eyepatch',60114),
(25785,25703,'accessories/wearable_items/_exp12/pirate_heavycloth/head_pirate_captain_eyepatchhooked',60114),
(25786,25704,'accessories/wearable_items/_exp12/eyepatch/hooked/head_eyepatch_hooked_left',60114),
(25787,25705,'accessories/wearable_items/_exp12/eyepatch/hooked/head_eyepatch_hooked_red_left',60114),
(25788,25706,'accessories/wearable_items/_exp12/eyepatch/hooked/head_eyepatch_hooked_red_right',60114),
(25789,25707,'accessories/wearable_items/_exp12/eyepatch/hooked/head_eyepatch_hooked_right',60114),
(25790,25708,'accessories/wearable_items/_exp12/eyepatch/plain/head_eyepatch_blue_left',60114),
(25791,25709,'accessories/wearable_items/_exp12/eyepatch/plain/head_eyepatch_left',60114),
(25792,25710,'accessories/wearable_items/_exp12/eyepatch/plain/head_eyepatch_red_left',60114),
(25793,25711,'accessories/wearable_items/_exp12/eyepatch/plain/head_eyepatch_right',60114),
(25794,25712,'accessories/wearable_items/_exp12/bandanna_tintable/head',60114),
(25795,25713,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_tank_005_fallen_dpo',60114),
(25796,25714,'_exp12/characters/tool_users/spiroc_2015/spiroc_pirate',60114),
(25797,25715,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_mud_red',60114),
(25798,25716,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_planetouched',60114),
(25799,25717,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_stone',60114),
(25800,25718,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_stone_dark',60114),
(25801,25719,'_exp12/characters/monsters/iksar_golem_updated/iksar_golem_stone_redstone',60114),
(25802,25720,'_exp12/characters/monsters/frog_cave/frog_cave_albino',60114),
(25803,25721,'_exp12/characters/monsters/frog_cave/frog_cave_greenblue',60114),
(25804,25722,'_exp12/characters/monsters/frog_cave/frog_cave_greengreen',60114),
(25805,25723,'_exp12/characters/monsters/frog_cave/frog_cave_redblue',60114),
(25806,25724,'_exp12/characters/monsters/frog_cave/frog_cave_redgreen',60114),
(25807,25725,'_exp11/objects/exp11_dun_rum_cellar/rc_obj_zipline01_dpo',60114),
(25808,25726,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_albino_blue',60114),
(25809,25727,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_albino_purple',60114),
(25810,25728,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_bloodstone_red',60114),
(25811,25729,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_shadowstone_blue',60114),
(25812,25730,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_shadowstone_purple',60114),
(25813,25731,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_shadowstone_red',60114),
(25814,25732,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_stone_blue',60114),
(25815,25733,'_exp12/characters/monsters/basilisk_cave/basilisk_cave_stone_red',60114),
(25816,25734,'creatures/mounts/griffin_classic/griffin_classic_variant_black_02',60114),
(25817,25735,'accessories/wearable_items/_exp12/bandanna_tintable/head_eyepatch',60114),
(25818,25736,'accessories/wearable_items/_exp12/bandanna_tintable/head_eyepatch2',60114),
(25819,25737,'accessories/wearable_items/_exp12/bandanna_tintable/head_eyepatchhooked',60114),
(25820,25738,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_zipline01_dpo',60114),
(25821,25739,'_exp12/characters/monsters/rust_monster_updated/rust_monster_albino',60114),
(25822,25740,'_exp12/characters/monsters/rust_monster_updated/rust_monster_albino_blue',60114),
(25823,25741,'_exp12/characters/monsters/rust_monster_updated/rust_monster_albino_red',60114),
(25824,25742,'_exp12/characters/monsters/rust_monster_updated/rust_monster_bloodstone',60114),
(25825,25743,'_exp12/characters/monsters/rust_monster_updated/rust_monster_magmaweevil',60114),
(25826,25744,'_exp12/characters/monsters/rust_monster_updated/rust_monster_nightcreep_blue',60114),
(25827,25745,'_exp12/characters/monsters/rust_monster_updated/rust_monster_nightcreep_purple',60114),
(25828,25746,'_exp12/characters/monsters/rust_monster_updated/rust_monster_nightcreep_red',60114),
(25829,25747,'_exp12/characters/monsters/rust_monster_updated/rust_monster_sapphire_blue',60114),
(25830,25748,'_exp12/characters/monsters/rust_monster_updated/rust_monster_sapphire_purple',60114),
(25831,25749,'_exp12/characters/monsters/rust_monster_updated/rust_monster_stonebug',60114),
(25832,25750,'_exp12/characters/monsters/rust_monster_updated/rust_monster_stonebug_blue',60114),
(25833,25751,'_exp12/characters/monsters/rust_monster_updated/rust_monster_stonebug_red',60114),
(25834,25752,'_exp12/characters/monsters/aboleth/aboleth_base',60114),
(25835,25753,'_exp12/characters/monsters/darkmantle/darkmantle_base',60114),
(25836,25754,'playerstudio/houseitems/villa_door_rose',60114),
(25837,25755,'playerstudio/houseitems/villa_door_moonflower',60114),
(25838,25756,'_exp12/characters/monsters/bone_golem/bone_golem_weapon',60114),
(25839,25757,'_exp11/objects/exp11_dun_rum_cellar/dwarf_male_dead_01_dpo',60114),
(25840,25758,'_exp11/objects/exp11_dun_rum_cellar/dwarf_male_dead_02_dpo',60114),
(25841,25759,'_exp11/objects/exp11_dun_rum_cellar/human_female_dead_01_dpo',60114),
(25842,25760,'_exp11/objects/exp11_dun_rum_cellar/human_female_dead_02_dpo',60114),
(25843,25761,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_01_dpo',60114),
(25844,25762,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_02_dpo',60114),
(25845,25763,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_03_dpo',60114),
(25846,25764,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_04_dpo',60114),
(25847,25765,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_vanguard_01_dpo',60114),
(25848,25766,'_exp11/objects/exp11_dun_rum_cellar/human_male_dead_vanguard_02_dpo',60114),
(25849,25767,'_exp11/objects/exp11_dun_rum_cellar/ss_chest_dpo',60114),
(25850,25768,'_exp12/characters/monsters/bone_golem/bone_golem_weapon_uber',60114),
(25851,25769,'_exp11/objects/exp11_dun_rum_cellar/broken_pipe_dpo',60114),
(25852,25770,'creatures/mounts/pirate_zepplin/pirate_zepplin_red',60114),
(25853,25771,'_exp11/objects/exp11_dun_rum_cellar/rc_r001_tank_005_fallen_fx_dpo',60114),
(25854,25772,'staticobjects/building_blocks/fulginate_plain/houseblock_1x1_column_qeystone01',60114),
(25855,25773,'staticobjects/building_blocks/fulginate_plain/houseblock_1x2_column_qeystone01',60114),
(25856,25774,'staticobjects/building_blocks/fulginate_plain/houseblock_1x2_dividerblock_qeystone01',60114),
(25857,25775,'staticobjects/building_blocks/fulginate_plain/houseblock_1xhalf_block_qeystone01',60114),
(25858,25776,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_dividerblock_qeystone01',60114),
(25859,25777,'staticobjects/building_blocks/fulginate_plain/houseblock_rail_qeystone01',60114),
(25860,25778,'staticobjects/building_blocks/fulginate_plain/houseblock_roundtile_qeystone01',60114),
(25861,25779,'staticobjects/building_blocks/fulginate_plain/houseblock_stair_qeystone01',60114),
(25862,25780,'staticobjects/building_blocks/fulginate_plain/housecube_1x1_block_qeystone01',60114),
(25863,25781,'staticobjects/building_blocks/halasian/houseblock_1x1_column_halaswood',60114),
(25864,25782,'staticobjects/building_blocks/halasian/houseblock_1x2_column_halaswood',60114),
(25865,25783,'staticobjects/building_blocks/halasian/houseblock_1x2_dividerblock_halaswood',60114),
(25866,25784,'staticobjects/building_blocks/halasian/houseblock_1xhalf_block_halaswood',60114),
(25867,25785,'staticobjects/building_blocks/halasian/houseblock_2x2_dividerblock_halaswood',60114),
(25868,25786,'staticobjects/building_blocks/halasian/houseblock_rail_halaswood',60114),
(25869,25787,'staticobjects/building_blocks/halasian/houseblock_roundtile_halaswood',60114),
(25870,25788,'staticobjects/building_blocks/halasian/houseblock_stair_halaswood',60114),
(25871,25789,'staticobjects/building_blocks/halasian/housecube_1x1_block_halaswood',60114),
(25872,25790,'staticobjects/building_blocks/sandalwood_plain/houseblock_1x1_column_sandalwood',60114),
(25873,25791,'staticobjects/building_blocks/sandalwood_plain/houseblock_1x2_column_sandalwood',60114),
(25874,25792,'staticobjects/building_blocks/sandalwood_plain/houseblock_1x2_dividerblock_sandalwood',60114),
(25875,25793,'staticobjects/building_blocks/sandalwood_plain/houseblock_1xhalf_block_sandalwood',60114),
(25876,25794,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_dividerblock_sandalwood',60114),
(25877,25795,'staticobjects/building_blocks/sandalwood_plain/houseblock_rail_sandalwood',60114),
(25878,25796,'staticobjects/building_blocks/sandalwood_plain/houseblock_roundtile_sandalwood',60114),
(25879,25797,'staticobjects/building_blocks/sandalwood_plain/houseblock_stair_sandalwood',60114),
(25880,25798,'staticobjects/building_blocks/sandalwood_plain/housecube_1x1_block_sandalwood',60114),
(25881,25799,'staticobjects/building_blocks/indium/houseblock_1x1_column_qeystone02',60114),
(25882,25800,'staticobjects/building_blocks/indium/houseblock_1x2_column_qeystone02',60114),
(25883,25801,'staticobjects/building_blocks/indium/houseblock_1x2_dividerblock_qeystone02',60114),
(25884,25802,'staticobjects/building_blocks/indium/houseblock_1xhalf_block_qeystone02',60114),
(25885,25803,'staticobjects/building_blocks/indium/houseblock_2x2_dividerblock_qeystone02',60114),
(25886,25804,'staticobjects/building_blocks/indium/houseblock_rail_qeystone02',60114),
(25887,25805,'staticobjects/building_blocks/indium/houseblock_roundtile_qeystone02',60114),
(25888,25806,'staticobjects/building_blocks/indium/houseblock_stair_qeystone02',60114),
(25889,25807,'staticobjects/building_blocks/indium/housecube_1x1_block_qeystone02',60114),
(25890,25808,'staticobjects/deity_altars/altar_anashtisul_mythical',60114),
(25891,25809,'staticobjects/deity_altars/altar_brellserilis_mythical',60114),
(25892,25810,'staticobjects/deity_altars/altar_bristlebane_mythical',60114),
(25893,25811,'staticobjects/deity_altars/altar_cazicthule_mythical',60114),
(25894,25812,'staticobjects/deity_altars/altar_erollisi_basic',60114),
(25895,25813,'staticobjects/deity_altars/altar_erollisi_crafted',60114),
(25896,25814,'staticobjects/deity_altars/altar_erollisi_exceptional',60114),
(25897,25815,'staticobjects/deity_altars/altar_erollisi_mythical',60114),
(25898,25816,'staticobjects/deity_altars/altar_innoruuk_mythical',60114),
(25899,25817,'staticobjects/deity_altars/altar_karana_mythical',60114),
(25900,25818,'staticobjects/deity_altars/altar_mithanielmarr_mythical',60114),
(25901,25819,'staticobjects/deity_altars/altar_quellious_mythical',60114),
(25902,25820,'staticobjects/deity_altars/altar_ralloszek_mythical',60114),
(25903,25821,'staticobjects/deity_altars/altar_rodcetnife_mythical',60114),
(25904,25822,'staticobjects/deity_altars/altar_solusekro_mythical',60114),
(25905,25823,'staticobjects/deity_altars/altar_tribunal_mythical',60114),
(25906,25824,'staticobjects/deity_altars/altar_tunare_mythical',60114),
(25907,25825,'staticobjects/deity_altars/altar_bertoxxulous_mythical',60114),
(25908,25826,'_exp11/objects/exp11_dun_rum_cellar/emit_rum_cellar_engine_dpo',60114),
(25909,25827,'playerstudio/characters/cloaks/jonips/jonips',60114),
(25910,25828,'_exp11/objects/exp11_dun_rum_cellar/far_seas_wine_bottle_dpo',60114),
(25911,25829,'_exp11/objects/exp11_dun_rum_cellar/highhold_door_dpo',60114),
(25912,25830,'_exp11/objects/exp11_dun_rum_cellar/lever_base_wall_dpo',60114),
(25913,25831,'_exp11/objects/exp11_dun_rum_cellar/lever_wall_dpo',60114),
(25914,25832,'_exp12/characters/monsters/poxfiend/poxfiend_base',60114),
(25915,25833,'creatures/mounts/duck_mount/duck_mount_base',60114),
(25916,25834,'accessories/wearable_items/cloak/exp12/cloak_erolisi_armor',60114),
(25917,25835,'accessories/wearable_items/cloak/exp12/cloak_erolisi_diety',60114),
(25918,25836,'creatures/mounts/pirate_zepplin/pirate_zepplin_scaled',60114),
(25919,25837,'creatures/mounts/hawk_mount/hawk_mount_base',60114),
(25920,25838,'playerstudio/houseitems/brewbarrelpub',60114),
(25921,25839,'playerstudio/houseitems/brewbarrelpubchair',60114),
(25922,25840,'playerstudio/houseitems/brewbarrelpubdoor',60114),
(25923,25841,'playerstudio/houseitems/brewbarrelpubsign',60114),
(25924,25842,'playerstudio/houseitems/brewbarrelpubtable',60114),
(25925,25843,'playerstudio/houseitems/brewersplaque',60114),
(25926,25844,'playerstudio/houseitems/greenlongtent',60114),
(25927,25845,'playerstudio/houseitems/greenmediumtent',60114),
(25928,25846,'playerstudio/houseitems/greenshorttent',60114),
(25929,25847,'playerstudio/characters/weapons/bow/lightning_bow/lightning_bow',60114),
(25930,25848,'_exp11/objects/exp11_dun_rum_cellar/crate_fs_upright_dpo',60114),
(25931,25849,'creatures/mounts/pirate_zepplin/pirate_zepplin_test',60114),
(25932,25850,'_exp11/objects/exp11_dun_highhold/crate_full_fs_1_5_scale_dpo',60114),
(25933,25851,'creatures/mounts/duck_mount/duck_mount_white',60114),
(25934,25852,'creatures/mounts/duck_mount/duck_mount_dark',60114),
(25935,25853,'creatures/mounts/duck_mount/duck_mount_yellow',60114),
(25936,25854,'staticobjects/housing_portal_objects/vision_highhold_guildhall01',60114),
(25937,25855,'staticobjects/housing_portal_objects/vision_home_sentinal01',60114),
(25938,25856,'_exp12/characters/monsters/parrot_2015/parrot_undead_flying',60114),
(25939,25857,'playerstudio/houseitems/ballroom_mask',60114),
(25940,25858,'playerstudio/houseitems/carnival_mask',60114),
(25941,25859,'playerstudio/houseitems/mask_of_beauty',60114),
(25942,25860,'_exp12/characters/tool_users/death_knight_merc/death_knight_merc',60114),
(25943,25861,'accessories/wieldable_items/weapons/exp12/1h_sword/death_knight_merc',60114),
(25944,25862,'accessories/wieldable_items/shields/exp12/death_knight_merc',60114),
(25945,25863,'creatures/mounts/pirate_zepplin/pirate_zepplin_scaled_red',60114),
(25946,25864,'creatures/mounts/meatbeast_mount/meatbeast_flying_mount_female_pink',60114),
(25947,25865,'creatures/mounts/meatbeast_mount/meatbeast_flying_base_npc',60114),
(25948,25866,'playerstudio/houseitems/mask_of_rage',60114),
(25949,25867,'staticobjects/soe_wallet/rumcellar_copperpot',60114),
(25950,25868,'staticobjects/soe_wallet/rumcellar_coppervessel',60114),
(25951,25869,'staticobjects/soe_wallet/rumcellar_pipe01',60114),
(25952,25870,'staticobjects/soe_wallet/rumcellar_pipe02',60114),
(25953,25871,'staticobjects/soe_wallet/rumcellar_pipe03',60114),
(25954,25872,'staticobjects/soe_wallet/rumcellar_pump01_full',60114),
(25955,25873,'staticobjects/soe_wallet/rumcellar_raft01',60114),
(25956,25874,'staticobjects/soe_wallet/rumcellar_scaffold',60114),
(25957,25875,'staticobjects/soe_wallet/rumcellar_tank01',60114),
(25958,25876,'staticobjects/soe_wallet/rumcellar_vat01_full',60114),
(25959,25877,'_exp12/characters/tool_users/glouras/glouras',60114),
(25960,25878,'creatures/mounts/meatbeast_mount/meatbeast_flying_base_npc_femal_pink',60114),
(25961,25879,'creatures/mounts/meatbeast_mount/meatbeast_flying_base_npc_femal_purple',60114),
(25962,25880,'creatures/mounts/meatbeast_mount/meatbeast_flying_base_npc_female',60114),
(25963,25881,'_exp12/characters/tool_users/glouras/glouras_queen',60114),
(25964,25882,'playerstudio/houseitems/clothesline_unmentionables01',60114),
(25965,25883,'playerstudio/houseitems/clothesline_unmentionables02',60114),
(25966,25884,'_exp12/characters/tool_users/dwarf_grey/dwarf_male_grey',60114),
(25967,25885,'_exp11/objects/exp11_dun_rum_cellar/emit_rum_cellar_explo_vat_dpo',60114),
(25968,25886,'_exp11/objects/exp11_dun_rum_cellar/emit_rum_cellar_fuse_10sec_dpo',60114),
(25969,25887,'_exp12/characters/tool_users/coldaine_2015/coldaine_male',60114),
(25970,25888,'staticobjects/statues/nekcas_r121_int_chapeloftreason_statue_dpo',60114),
(25971,25889,'_exp12/characters/tool_users/death_knight_merc/merc_wing_angel_black',60114),
(25972,25890,'staticobjects/liveevent/halloween/dpo_bedtwin_black_01',60114),
(25973,25891,'staticobjects/liveevent/halloween/dpo_candles_02',60114),
(25974,25892,'staticobjects/liveevent/halloween/dpo_chair_black_01',60114),
(25975,25893,'staticobjects/liveevent/halloween/dpo_couch_black_01',60114),
(25976,25894,'staticobjects/liveevent/halloween/dpo_nekhollow_stump',60114),
(25977,25895,'staticobjects/liveevent/halloween/dpo_oggok_bones_03',60114),
(25978,25896,'staticobjects/liveevent/halloween/dpo_pillow_01',60114),
(25979,25897,'staticobjects/liveevent/halloween/dpo_pillow_round_black',60114),
(25980,25898,'staticobjects/liveevent/halloween/fprt_tombstone_001',60114),
(25981,25899,'staticobjects/liveevent/halloween/fprt_tombstone_002',60114),
(25982,25900,'accessories/npc_wearables/death_knight_merc/death_knight_merc_wings',60114),
(25983,25901,'_exp05/zones/objects/exp05_dun_befallen_forsaken_erollisi/ladder_horizontal_dpo',60114),
(25984,25902,'_exp12/characters/tool_users/dwarf_grey/dwarf_female_grey',60114),
(25985,25903,'staticobjects/liveevent/halloween/dpo_skull_candle',60114),
(25986,25904,'_exp12/characters/tool_users/dwarf_wight/dwarf_male_wight',60114),
(25987,25905,'staticobjects/mounted_heads/headmount_spiderbear',60114),
(25988,25906,'staticobjects/mounted_heads/headmount_newpig',60114),
(25989,25907,'staticobjects/mounted_heads/headmount_owlbear',60114),
(25990,25908,'staticobjects/mounted_heads/headmount_piranha',60114),
(25991,25909,'staticobjects/mounted_heads/headmount_trex_updated',60114),
(25992,25910,'staticobjects/mounted_heads/headmount_triceratops_variant',60114),
(25993,25911,'staticobjects/mounted_heads/headmount_zombie',60114),
(25994,25912,'_exp09/characters/tool_users/illithid/illithid_boss_levitate',60114),
(25995,25913,'_exp09/characters/tool_users/illithid/illithid_cowl_levitate',60114),
(25996,25914,'_exp09/characters/tool_users/illithid/illithid_merc_levitate',60114),
(25997,25915,'_exp09/characters/tool_users/illithid/illithid_prexus_levitate',60114),
(25998,25916,'_exp12/characters/tool_users/dwarf_skeleton/dwarf_skeleton',60114),
(25999,25917,'_exp12/characters/monsters/hook_horror/hook_horror_base',60114),
(26000,25918,'playerstudio/characters/cloaks/cloakofarms/cloakofarms',60114),
(26001,25919,'playerstudio/characters/shields/tower_round_shields/hellskull/hellskull',60114),
(26002,25920,'creatures/pets/parrot/parrot_pet_base',60114),
(26003,25921,'playerstudio/characters/weapons/bow/jiibercuph_longbow/jiibercuph_longbow',60114),
(26004,25922,'creatures/pets/parrot/parrot_pet_undead',60114),
(26005,25923,'staticobjects/liveevent/halloween/pygmy_bowl_wbone',60114),
(26006,25924,'creatures/mounts/power_aura/power_aura_flyer_base',60114),
(26007,25925,'creatures/mounts/power_aura/power_aura_glider_base',60114),
(26008,25926,'creatures/mounts/power_aura/power_aura_ground_base',60114),
(26009,25927,'creatures/mounts/power_aura/power_aura_leaper_base',60114),
(26010,25928,'_exp12/characters/tool_users/gnome_skeleton/gnome_skeleton',60114),
(26011,25929,'staticobjects/liveevent/tinkerfest/dpo_tinker_barrel03',60114),
(26012,25930,'_exp12/characters/monsters/grasshopper/grasshopper_base',60114),
(26013,25931,'accessories/npc_wearables/dwarf_wight/dwarfmale_wight_hair01',60114),
(26014,25932,'accessories/npc_wearables/dwarf_wight/dwarfmale_wight_hair02',60114),
(26015,25933,'accessories/npc_wearables/dwarf_wight/dwarfmale_wight_hair03',60114),
(26016,25934,'_exp12/characters/tool_users/dwarf_wight/dwarf_female_wight',60114),
(26017,25935,'accessories/wieldable_items/weapons/exp12/1h_crush/dwarf_hammer',60114),
(26018,25936,'accessories/npc_wearables/dwarf_wight/dwarffemale_wight_hair01',60114),
(26019,25937,'accessories/npc_wearables/dwarf_wight/dwarffemale_wight_hair02',60114),
(26020,25938,'_exp12/characters/tool_users/gnome_deep/gnome_male_deep',60114),
(26021,25939,'_exp12/characters/tool_users/gnome_deep/gnome_male_2015',60114),
(26022,25940,'_exp09/characters/tool_users/illithid/illithid_levitate_base_blue',60114),
(26023,25941,'_exp09/characters/tool_users/illithid/illithid_levitate_base_red',60114),
(26024,25942,'_exp09/characters/tool_users/illithid/illithid_levitate_base_tan',60114),
(26025,25943,'_exp12/characters/tool_users/gnome_deep/gnome_female_2015',60114),
(26026,25944,'_exp12/characters/tool_users/gnome_deep/gnome_female_deep',60114),
(26027,25945,'_exp09/characters/tool_users/illithid/illithid_boss_levitate_striped',60114),
(26028,25946,'_exp09/characters/tool_users/illithid/illithid_boss_levitate_striped_green',60114),
(26029,25947,'_exp09/characters/tool_users/illithid/illithid_cowl_levitate_spotted',60114),
(26030,25948,'_exp09/characters/tool_users/illithid/illithid_merc_levitate_red',60114),
(26031,25949,'_exp09/characters/tool_users/illithid/illithid_merc_levitate_violet',60114),
(26032,25950,'_exp09/characters/monsters/lion_new/lion_new_base',60114),
(26033,25951,'_exp12/characters/monsters/duck_2015/duck_base',60114),
(26034,25952,'_exp12/objects/exp12_dun_ancientruins/ar_underfoot_testobj_dpo',60114),
(26035,25953,'_exp12/characters/tool_users/gnome_wight/gnome_male_wight',60114),
(26036,25954,'_exp03/characters/tool_users/kobold_ghost_blue',60114),
(26037,25955,'_exp12/characters/tool_users/gnome_wight/gnome_female_wight',60114),
(26038,25956,'staticobjects/housing_portal_objects/vision_home_pirate01',60114),
(26039,25957,'playerstudio/houseitems/bathhouse_bench',60114),
(26040,25958,'playerstudio/houseitems/bathhouse_fountain',60114),
(26041,25959,'playerstudio/houseitems/bathhouse_hallway',60114),
(26042,25960,'playerstudio/houseitems/bathhouse_highwall',60114),
(26043,25961,'playerstudio/houseitems/bathhouse_pillar',60114),
(26044,25962,'playerstudio/houseitems/bathhouse_roof',60114),
(26045,25963,'playerstudio/houseitems/bathhouse_roundroof',60114),
(26046,25964,'playerstudio/houseitems/bathhouse_roundwall',60114),
(26047,25965,'playerstudio/houseitems/bathhouse_slatefloor',60114),
(26048,25966,'playerstudio/houseitems/bathhouse_wall',60114),
(26049,25967,'playerstudio/houseitems/bathhouse_wallwithdoorway',60114),
(26050,25968,'playerstudio/houseitems/bathhouse_mainbath',60114),
(26051,25969,'playerstudio/houseitems/bathhouse_roundbath',60114),
(26052,25970,'playerstudio/houseitems/bookcase_door',60114),
(26053,25971,'playerstudio/houseitems/bookcase_walldoor',60114),
(26054,25972,'playerstudio/houseitems/bookcase_wallsolid',60114),
(26055,25973,'playerstudio/houseitems/bronze_brazier',60114),
(26056,25974,'playerstudio/houseitems/cherry_sakeset',60114),
(26057,25975,'playerstudio/houseitems/felwithe_cabinet',60114),
(26058,25976,'playerstudio/houseitems/felwithe_counter',60114),
(26059,25977,'playerstudio/houseitems/horse_stable',60114),
(26060,25978,'playerstudio/houseitems/kitchen_counter',60114),
(26061,25979,'playerstudio/houseitems/kitchen_hutch',60114),
(26062,25980,'playerstudio/houseitems/kitchen_island',60114),
(26063,25981,'playerstudio/houseitems/maratemple_roof',60114),
(26064,25982,'playerstudio/houseitems/painting_ladycertainage',60114),
(26065,25983,'playerstudio/houseitems/painting_ladyfancy',60114),
(26066,25984,'playerstudio/houseitems/painting_ladygrinning',60114),
(26067,25985,'playerstudio/houseitems/painting_shield',60114),
(26068,25986,'playerstudio/houseitems/rustic_barnroof',60114),
(26069,25987,'playerstudio/houseitems/rustic_thatchedhut',60114),
(26070,25988,'playerstudio/houseitems/tharseas_plaque',60114),
(26071,25989,'playerstudio/houseitems/thatched_roof',60114),
(26072,25990,'playerstudio/houseitems/woodelf_gazebo',60114),
(26073,25991,'playerstudio/characters/weapons/1h_pierce/blazeknife/blazeknife',60114),
(26074,25992,'creatures/mounts/insect_leaper/insect_leaper_deep',60114),
(26075,25993,'creatures/monsters/willowisp_sparkle_blue',60114),
(26076,25994,'playerstudio/characters/weapons/bow/huntersplain/huntersplain',60114),
(26077,25995,'playerstudio/characters/weapons/1h_sword/dragontoothsword/dragontoothsword',60114),
(26078,25996,'playerstudio/characters/shields/tower_round_shields/dragontoothshield/dragontoothshield',60114),
(26079,25997,'playerstudio/characters/weapons/2h_sword/soullesssword/soullesssword',60114),
(26080,25998,'accessories/wearable_items/_exp12/deep_dwarf/chain/chest',60114),
(26081,25999,'accessories/wearable_items/_exp12/deep_dwarf/chain/feet',60114),
(26082,26000,'accessories/wearable_items/_exp12/deep_dwarf/chain/forearms',60114),
(26083,26001,'accessories/wearable_items/_exp12/deep_dwarf/chain/hands',60114),
(26084,26002,'accessories/wearable_items/_exp12/deep_dwarf/chain/head',60114),
(26085,26003,'accessories/wearable_items/_exp12/deep_dwarf/chain/legs',60114),
(26086,26004,'accessories/wearable_items/_exp12/deep_dwarf/chain/legs_noskirt',60114),
(26087,26005,'accessories/wearable_items/_exp12/deep_dwarf/chain/shoulders',60114),
(26088,26006,'accessories/wearable_items/_exp12/deep_dwarf/chain/skirt',60114),
(26089,26007,'accessories/wearable_items/_exp12/deep_dwarf/leather/chest',60114),
(26090,26008,'accessories/wearable_items/_exp12/deep_dwarf/leather/feet',60114),
(26091,26009,'accessories/wearable_items/_exp12/deep_dwarf/leather/forearms',60114),
(26092,26010,'accessories/wearable_items/_exp12/deep_dwarf/leather/hands',60114),
(26093,26011,'accessories/wearable_items/_exp12/deep_dwarf/leather/head',60114),
(26094,26012,'accessories/wearable_items/_exp12/deep_dwarf/leather/legs',60114),
(26095,26013,'accessories/wearable_items/_exp12/deep_dwarf/leather/legs_noskirt',60114),
(26096,26014,'accessories/wearable_items/_exp12/deep_dwarf/leather/shoulders',60114),
(26097,26015,'accessories/wearable_items/_exp12/deep_dwarf/leather/shoulders_nopauldrons',60114),
(26098,26016,'accessories/wearable_items/_exp12/deep_dwarf/leather/skirt',60114),
(26099,26017,'_exp11/characters/monsters/golems/rock_golem_ruins',60114),
(26100,26018,'creatures/monsters/roper_duergar',60114),
(26101,26019,'_exp03/characters/monsters/golem_ruins',60114),
(26102,26020,'accessories/wearable_items/_exp12/deep_dwarf/robe/chest',60114),
(26103,26021,'accessories/wearable_items/_exp12/deep_dwarf/robe/feet',60114),
(26104,26022,'accessories/wearable_items/_exp12/deep_dwarf/robe/hands',60114),
(26105,26023,'accessories/wearable_items/_exp12/deep_dwarf/robe/head',60114),
(26106,26024,'accessories/wearable_items/_exp12/deep_dwarf/robe/hood',60114),
(26107,26025,'accessories/wearable_items/_exp12/deep_dwarf/robe/pants',60114),
(26108,26026,'accessories/wearable_items/_exp12/deep_dwarf/robe/skirt',60114),
(26109,26027,'accessories/wearable_items/_exp12/deep_dwarf/gi/chest',60114),
(26110,26028,'accessories/wearable_items/_exp12/deep_dwarf/gi/feet',60114),
(26111,26029,'accessories/wearable_items/_exp12/deep_dwarf/gi/hands',60114),
(26112,26030,'accessories/wearable_items/_exp12/deep_dwarf/gi/pants',60114),
(26113,26031,'accessories/wearable_items/_exp12/deep_dwarf/gi/skirt',60114),
(26114,26032,'_exp11/characters/monsters/golems/rock_golem_duergar',60114),
(26115,26033,'_exp11/characters/monsters/golems/sand_golem_duergar',60114),
(26116,26034,'_exp12/characters/tool_users/kander/kander',60114),
(26117,26035,'_exp12/characters/tool_users/fungusman_um/fungusman_big_um',60114),
(26118,26036,'_exp12/characters/tool_users/fungusman_um/fungusman_brute_um',60114),
(26119,26037,'_exp12/characters/tool_users/fungusman_um/fungusman_skinny_um',60114),
(26120,26038,'accessories/npc_wearables/fungusman_02_appearances/chest_fungusman_02_armor_um',60114),
(26121,26039,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_flat_um',60114),
(26122,26040,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_pointy_um',60114),
(26123,26041,'accessories/npc_wearables/fungusman_02_appearances/head_fungusman_02_round_um',60114),
(26124,26042,'_exp10/characters/tool_users/goblin_highkeep/goblin_albino_base',60114),
(26125,26043,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire',60114),
(26126,26044,'creatures/tu/tentacleterror_ancientruins',60114),
(26127,26045,'creatures/tu/tentacleterror_ancientruins_boss',60114),
(26128,26046,'_exp10/characters/monsters/spider_2013/spider_2013_black',60114),
(26129,26047,'_exp10/characters/monsters/spider_2013/spider_ancientruins',60114),
(26130,26048,'_exp10/characters/monsters/spider_2013/spider_ancientruins_gold',60114),
(26131,26049,'creatures/mounts/poxfiend_mount/poxfiend_mount_base',60114),
(26132,26050,'_exp12/objects/exp12_dun_illithid_event_01/sphere_blue',60114),
(26133,26051,'_exp12/objects/exp12_dun_illithid_event_01/sphere_purple',60114),
(26134,26052,'_exp12/objects/exp12_dun_illithid_event_01/sphere_red',60114),
(26135,26053,'_exp12/objects/exp12_dun_illithid_event_01/sphere_white',60114),
(26136,26054,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire_blue',60114),
(26137,26055,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire_purple',60114),
(26138,26056,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire_red',60114),
(26139,26057,'playerstudio/houseitems/clockwall_corner',60114),
(26140,26058,'playerstudio/houseitems/clockwall_door',60114),
(26141,26059,'playerstudio/houseitems/clockwall_narrow',60114),
(26142,26060,'playerstudio/houseitems/clockwall_wide',60114),
(26143,26061,'playerstudio/houseitems/gnomeworks_bin',60114),
(26144,26062,'playerstudio/houseitems/gnomeworks_holder',60114),
(26145,26063,'playerstudio/houseitems/gnomeworks_mirror',60114),
(26146,26064,'playerstudio/houseitems/gnomeworks_sink',60114),
(26147,26065,'playerstudio/houseitems/gnomeworks_tub',60114),
(26148,26066,'playerstudio/houseitems/sew_omatic',60114),
(26149,26067,'playerstudio/houseitems/gnomeworks_shower',60114),
(26150,26068,'_exp12/objects/exp12_dun_illithid_event_01/spare_parts',60114),
(26151,26069,'accessories/wieldable_items/shields/exp12/shield_gloura',60114),
(26152,26070,'accessories/wieldable_items/shields/exp12/shield_illithid',60114),
(26153,26071,'accessories/wieldable_items/weapons/exp12/1h_crush/hammer_gloura',60114),
(26154,26072,'accessories/wieldable_items/weapons/exp12/1h_crush/mace_illithid',60114),
(26155,26073,'accessories/wieldable_items/weapons/exp12/1h_pierce/dagger_gloura',60114),
(26156,26074,'accessories/wieldable_items/weapons/exp12/1h_pierce/dagger_illithid',60114),
(26157,26075,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_gloura',60114),
(26158,26076,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_illithid',60114),
(26159,26077,'accessories/wieldable_items/weapons/exp12/1h_wand/wand_gloura',60114),
(26160,26078,'accessories/wieldable_items/weapons/exp12/1h_wand/wand_illithid',60114),
(26161,26079,'accessories/wieldable_items/weapons/exp12/2h_crush/twohanded_club_gloura',60114),
(26162,26080,'accessories/wieldable_items/weapons/exp12/2h_crush/twohanded_club_illithid',60114),
(26163,26081,'accessories/wieldable_items/weapons/exp12/2h_sword/twohanded_sword_gloura',60114),
(26164,26082,'accessories/wieldable_items/weapons/exp12/2h_sword/twohanded_sword_illithid',60114),
(26165,26083,'accessories/wieldable_items/weapons/exp12/bow/longbow_gloura',60114),
(26166,26084,'accessories/wieldable_items/weapons/exp12/bow/longbow_illithid',60114),
(26167,26085,'accessories/wieldable_items/weapons/exp12/fist/fist_gloura',60114),
(26168,26086,'accessories/wieldable_items/weapons/exp12/fist/fist_illithid',60114),
(26169,26087,'accessories/wieldable_items/weapons/exp12/staff/spear_gloura',60114),
(26170,26088,'accessories/wieldable_items/weapons/exp12/staff/staff_gloura',60114),
(26171,26089,'accessories/wieldable_items/weapons/exp12/staff/staff_illithid',60114),
(26172,26090,'accessories/wieldable_items/weapons/exp12/talisman/talisman_gloura',60114),
(26173,26091,'accessories/wieldable_items/weapons/exp12/talisman/talisman_illithid',60114),
(26174,26092,'_exp12/characters/monsters/tinkered_suit/tinkered_suit_base',60114),
(26175,26093,'playerstudio/houseitems/guardian_endtable',60114),
(26176,26094,'playerstudio/houseitems/sprocket_queen_chair',60114),
(26177,26095,'playerstudio/houseitems/sprocket_queen_door',60114),
(26178,26096,'playerstudio/houseitems/sprocket_queen_boat',60114),
(26179,26097,'playerstudio/houseitems/sprocket_queen_lamp',60114),
(26180,26098,'playerstudio/houseitems/sprocket_queen_nav',60114),
(26181,26099,'playerstudio/houseitems/sprocket_queen_table',60114),
(26182,26100,'_exp12/characters/tool_users/sulite_ghost/sulite_ghost',60114),
(26183,26101,'_exp03/characters/monsters/clockwork_worker_duergar',60114),
(26184,26102,'_exp03/characters/monsters/copter_enforcer_duergar',60114),
(26185,26103,'_exp03/characters/monsters/clockwork_menace_duergar',60114),
(26186,26104,'_exp12/objects/exp12_dun_ancientruins/bonfire_log_01',60114),
(26187,26105,'_exp12/objects/exp12_dun_ancientruins/bonfire_log_02',60114),
(26188,26106,'_exp12/objects/exp12_dun_ancientruins/bonfire_log_03',60114),
(26189,26107,'_exp12/objects/exp12_dun_ancientruins/bonfire_log_04',60114),
(26190,26108,'_exp12/objects/exp12_dun_ancientruins/bonfire_log_05',60114),
(26191,26109,'_exp12/characters/tool_users/astral_druzzil_ro/astral_druzzil_ro',60114),
(26192,26110,'accessories/wearable_items/cloak/exp12/cloak_druzzil_ro',60114),
(26193,26111,'accessories/npc_wearables/astral_druzzil_ro/cloak_druzzil_ro',60114),
(26194,26112,'_exp12/characters/tool_users/dwarf_grey/dwarf_female_2015',60114),
(26195,26113,'_exp12/characters/tool_users/dwarf_grey/dwarf_male_2015',60114),
(26196,26114,'_exp12/objects/exp12_dun_ancientruins/spider_webbing',60114),
(26197,26115,'accessories/wieldable_items/shields/exp12/shield_anashti',60114),
(26198,26116,'accessories/wieldable_items/weapons/exp12/1h_crush/hammer_anashti',60114),
(26199,26117,'accessories/wieldable_items/weapons/exp12/1h_pierce/dagger_anashti',60114),
(26200,26118,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_anashti',60114),
(26201,26119,'accessories/wieldable_items/weapons/exp12/1h_wand/wand_anashti',60114),
(26202,26120,'accessories/wieldable_items/weapons/exp12/2h_crush/twohanded_club_anashti',60114),
(26203,26121,'accessories/wieldable_items/weapons/exp12/2h_sword/twohanded_axe_anashti',60114),
(26204,26122,'accessories/wieldable_items/weapons/exp12/bow/longbow_anashti',60114),
(26205,26123,'accessories/wieldable_items/weapons/exp12/fist/fist_anashti',60114),
(26206,26124,'accessories/wieldable_items/weapons/exp12/staff/staff_anashti',60114),
(26207,26125,'accessories/wieldable_items/weapons/exp12/talisman/talisman_anashti',60114),
(26208,26126,'creatures/mounts/bat_mount/bat_mount_base',60114),
(26209,26127,'accessories/wearable_items/profesion_hats/werewolf_mask/head_mask',60114),
(26210,26128,'_exp12/characters/monsters/ancient_tree_ent/ancient_tree_ent',60114),
(26211,26129,'accessories/wieldable_items/weapons/exp12/talisman/tradeskill_cencer',60114),
(26212,26130,'playerstudio/characters/weapons/2h_sword/lightsword/lightsword',60114),
(26213,26131,'playerstudio/characters/cloaks/darkelva/darkelva',60114),
(26214,26132,'staticobjects/everfrost/efrst_ext_rm19_greattree01',60114),
(26215,26133,'staticobjects/everfrost/efrst_ext_rm19_greattree02',60114),
(26216,26134,'staticobjects/liveevent/exp12/everfrost_greattree02',60114),
(26217,26135,'_exp12/characters/tool_users/valkyrie_epic/valkyrie_epic_base',60114),
(26218,26136,'accessories/wieldable_items/shields/exp12/shield_darkdwarf',60114),
(26219,26137,'accessories/wieldable_items/weapons/exp12/1h_crush/pick_darkdwarf',60114),
(26220,26138,'accessories/wieldable_items/weapons/exp12/1h_pierce/dagger_darkdwarf',60114),
(26221,26139,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_darkdwarf',60114),
(26222,26140,'accessories/wieldable_items/weapons/exp12/1h_sword/axe_darkdwarf',60114),
(26223,26141,'accessories/wieldable_items/weapons/exp12/1h_wand/wand_darkdwarf',60114),
(26224,26142,'accessories/wieldable_items/weapons/exp12/2h_crush/twohanded_hammer_darkdwarf',60114),
(26225,26143,'accessories/wieldable_items/weapons/exp12/2h_sword/twohanded_axe_darkdwarf',60114),
(26226,26144,'accessories/wieldable_items/weapons/exp12/bow/shortbow_darkdwarf',60114),
(26227,26145,'accessories/wieldable_items/weapons/exp12/fist/fist_darkdwarf',60114),
(26228,26146,'accessories/wieldable_items/weapons/exp12/staff/staff_darkdwarf',60114),
(26229,26147,'accessories/wieldable_items/weapons/exp12/talisman/talisman_darkdwarf',60114),
(26230,26148,'_exp12/characters/monsters/wisp_portal/wisp_portal_dark',67650),
(26231,26149,'_exp12/characters/monsters/wisp_portal/wisp_portal_light_',67650),
(26232,26150,'accessories/wearable_items/profesion_hats/illithid_crown/head',67650),
(26233,26151,'_exp12/characters/monsters/leviathan_2015/leviathan_base',67650),
(26234,26152,'_exp12/objects/exp12_dun_maldura_01/broken_crystal',67650),
(26235,26153,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/chest',67650),
(26236,26154,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/feet',67650),
(26237,26155,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/forearms',67650),
(26238,26156,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/hands',67650),
(26239,26157,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/head',67650),
(26240,26158,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/legs',67650),
(26241,26159,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/legs_noskirt',67650),
(26242,26160,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/right',67650),
(26243,26161,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/shoulders',67650),
(26244,26162,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/shoulders_nopauldrons',67650),
(26245,26163,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/skirt',67650),
(26246,26164,'accessories/wearable_items/_exp12/deep_dwarf/chain/snapons/pauldron_left',67650),
(26247,26165,'accessories/wearable_items/_exp12/deep_dwarf/chain/snapons/pauldron_right',67650),
(26248,26166,'accessories/wearable_items/_exp12/deep_dwarf/chain/head_epic',67650),
(26249,26167,'accessories/wearable_items/_exp12/deep_dwarf/chain/shoulders_epic',67650),
(26250,26168,'accessories/wearable_items/_exp12/nightofthedead/chain/chest',67650),
(26251,26169,'accessories/wearable_items/_exp12/nightofthedead/chain/feet',67650),
(26252,26170,'accessories/wearable_items/_exp12/nightofthedead/chain/forearms',67650),
(26253,26171,'accessories/wearable_items/_exp12/nightofthedead/chain/hands',67650),
(26254,26172,'accessories/wearable_items/_exp12/nightofthedead/chain/head',67650),
(26255,26173,'accessories/wearable_items/_exp12/nightofthedead/chain/legs',67650),
(26256,26174,'accessories/wearable_items/_exp12/nightofthedead/chain/legs_noskirt',67650),
(26257,26175,'accessories/wearable_items/_exp12/nightofthedead/chain/shoulders',67650),
(26258,26176,'accessories/wearable_items/_exp12/nightofthedead/chain/skirt',67650),
(26259,26177,'accessories/wearable_items/_exp12/nightofthedead/robe/chest',67650),
(26260,26178,'accessories/wearable_items/_exp12/nightofthedead/robe/chest_epic',67650),
(26261,26179,'accessories/wearable_items/_exp12/nightofthedead/robe/feet',67650),
(26262,26180,'accessories/wearable_items/_exp12/nightofthedead/robe/hands',67650),
(26263,26181,'accessories/wearable_items/_exp12/nightofthedead/robe/head_epic',67650),
(26264,26182,'_exp12/characters/monsters/octoyogg/octoyogg_blue_boss',67650),
(26265,26183,'accessories/wearable_items/_exp12/nightofthedead/robe/pants',67650),
(26266,26184,'accessories/wearable_items/_exp12/nightofthedead/robe/skirt',67650),
(26267,26185,'accessories/wearable_items/_exp12/nightofthedead/robe/accessory/pauldron_robe_nightofthedead_left',67650),
(26268,26186,'accessories/wearable_items/_exp12/nightofthedead/robe/accessory/pauldron_robe_nightofthedead_right',67650),
(26269,26187,'accessories/wearable_items/_exp12/nightofthedead/vanguard/chest',67650),
(26270,26188,'accessories/wearable_items/_exp12/nightofthedead/vanguard/feet',67650),
(26271,26189,'accessories/wearable_items/_exp12/nightofthedead/vanguard/forearms',67650),
(26272,26190,'accessories/wearable_items/_exp12/nightofthedead/vanguard/hands',67650),
(26273,26191,'accessories/wearable_items/_exp12/nightofthedead/vanguard/head',67650),
(26274,26192,'accessories/wearable_items/_exp12/nightofthedead/vanguard/left',67650),
(26275,26193,'accessories/wearable_items/_exp12/nightofthedead/vanguard/legs',67650),
(26276,26194,'accessories/wearable_items/_exp12/nightofthedead/vanguard/legs_noskirt',67650),
(26277,26195,'accessories/wearable_items/_exp12/nightofthedead/vanguard/right',67650),
(26278,26196,'accessories/wearable_items/_exp12/nightofthedead/vanguard/shoulders',67650),
(26279,26197,'accessories/wearable_items/_exp12/nightofthedead/vanguard/shoulders_epic',67650),
(26280,26198,'accessories/wearable_items/_exp12/nightofthedead/vanguard/shoulders_nopauldrons',67650),
(26281,26199,'accessories/wearable_items/_exp12/nightofthedead/vanguard/skirt',67650),
(26282,26200,'accessories/wearable_items/_exp12/nightofthedead/vanguard/accessory/pauldron_heavy_nightofthedead_left',67650),
(26283,26201,'accessories/wearable_items/_exp12/nightofthedead/vanguard/accessory/pauldron_heavy_nightofthedead_right',67650),
(26284,26202,'_exp12/objects/exp12_dun_maldura_event_01/small_mushroom',67650),
(26285,26203,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/snapons/forearm_left',67650),
(26286,26204,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/snapons/forearm_right',67650),
(26287,26205,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/snapons/pauldron_left',67650),
(26288,26206,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/snapons/pauldron_right',67650),
(26289,26207,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/hands_epic',67650),
(26290,26208,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/head_epic',67650),
(26291,26209,'accessories/wearable_items/_exp12/deep_dwarf/vanguard/shoulders_epic',67650),
(26292,26210,'_exp03/characters/tool_users/clockwork_gnome_female_duergar',67650),
(26293,26211,'_exp03/characters/tool_users/clockwork_gnome_male_duergar',67650),
(26294,26212,'projectiles/spell_ar_crystal',67650),
(26295,26213,'accessories/wearable_items/_exp12/deep_dwarf/robe/snapons/deep_dwarf_robe_belt',67650),
(26296,26214,'accessories/wearable_items/_exp12/deep_dwarf/robe/snapons/robe_pauldron_left',67650),
(26297,26215,'accessories/wearable_items/_exp12/deep_dwarf/robe/snapons/robe_pauldron_right',67650),
(26298,26216,'accessories/wearable_items/_exp12/deep_dwarf/robe/chest_epic',67650),
(26299,26217,'_exp12/objects/exp12_dun_maldura_01/horizontal_crystal',67650),
(26300,26218,'staticobjects/_exp06/dpo_leather_hanging',67650),
(26301,26219,'staticobjects/_exp06/odso_rock_cave01_small02_dpo',67650),
(26302,26220,'staticobjects/guildhall/trophies/floor_avatar_brell_trophy',67650),
(26303,26221,'staticobjects/building_blocks/rock/dpo_panel_drunder_rock',67650),
(26304,26222,'staticobjects/building_blocks/rock/houseblock_1x1_column_rock',67650),
(26305,26223,'staticobjects/building_blocks/rock/houseblock_1x2_column_rock',67650),
(26306,26224,'staticobjects/building_blocks/rock/houseblock_1x2_dividerblock_rock',67650),
(26307,26225,'staticobjects/building_blocks/rock/houseblock_1xhalf_block_rock',67650),
(26308,26226,'staticobjects/building_blocks/rock/houseblock_2x2_dividerblock_rock',67650),
(26309,26227,'staticobjects/building_blocks/rock/houseblock_rail_rock',67650),
(26310,26228,'staticobjects/building_blocks/rock/houseblock_roundtile_rock',67650),
(26311,26229,'staticobjects/building_blocks/rock/houseblock_stair_rock',67650),
(26312,26230,'staticobjects/building_blocks/rock/houseblock_triangletile_rock',67650),
(26313,26231,'staticobjects/building_blocks/rock/housecube_1x1_block_rock',67650),
(26314,26232,'staticobjects/building_blocks/sandy/dpo_panel_sandy',67650),
(26315,26233,'staticobjects/building_blocks/sandy/houseblock_1x1_column_sandy',67650),
(26316,26234,'staticobjects/building_blocks/sandy/houseblock_1x2_column_sandy',67650),
(26317,26235,'staticobjects/building_blocks/sandy/houseblock_1x2_dividerblock_sandy',67650),
(26318,26236,'staticobjects/building_blocks/sandy/houseblock_1xhalf_block_sandy',67650),
(26319,26237,'staticobjects/building_blocks/sandy/houseblock_2x2_dividerblock_sandy',67650),
(26320,26238,'staticobjects/building_blocks/sandy/houseblock_rail_sandy',67650),
(26321,26239,'staticobjects/building_blocks/sandy/houseblock_roundtile_sandy',67650),
(26322,26240,'staticobjects/building_blocks/sandy/houseblock_stair_sandy',67650),
(26323,26241,'staticobjects/building_blocks/sandy/houseblock_triangletile_sandy',67650),
(26324,26242,'staticobjects/building_blocks/sandy/housecube_1x1_block_sandy',67650),
(26325,26243,'staticobjects/_exp06/dpo_odso_door_hole',67650),
(26326,26244,'staticobjects/_exp06/dpo_odso_doorframe_hole',67650),
(26327,26245,'_exp12/objects/exp12_dun_maldura_01/fog_ground_ash',67650),
(26328,26246,'_exp12/objects/exp12_dun_maldura_01/water_pump_shield',67650),
(26329,26247,'_exp12/characters/monsters/octoyogg/octoyogg_base',67650),
(26330,26248,'accessories/wearable_items/_exp12/frostfell/chain_bluewhite/legs',67650),
(26331,26249,'_exp12/objects/exp12_dun_maldura_02/crusher_switch',67650),
(26332,26250,'accessories/wearable_items/snapons/rings/hand_ring_goldemerald_right/froglok/hands_right',67650),
(26333,26251,'accessories/wearable_items/snapons/rings/hand_ring_goldemerald_right/hands_right',67650),
(26334,26252,'staticobjects/chests/chest_relic_base',67650),
(26335,26253,'_exp12/objects/exp12_dun_maldura_01/emitter_energy_shield',67650),
(26336,26254,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire_green',67650),
(26337,26255,'_exp12/objects/exp12_dun_illithid_event_01/wight_fire_orange',67650),
(26338,26256,'_exp12/objects/exp12_rgn_umbra02/umbra02_epic_portal',67650),
(26339,26257,'staticobjects/container_tank/exam_tank1_divider',67650),
(26340,26258,'staticobjects/container_tank/exam_tank1_divider_iron',67650),
(26341,26259,'staticobjects/container_tank/exam_tank1_divider_yellow',67650),
(26342,26260,'staticobjects/container_tank/exam_tank1_green',67650),
(26343,26261,'staticobjects/container_tank/exam_tank1_green_pane',67650),
(26344,26262,'staticobjects/container_tank/exam_tank1_iron',67650),
(26345,26263,'_exp12/objects/exp12_dun_maldura_01/maldura_pylon',67650),
(26346,26264,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_base',67650),
(26347,26265,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_halloween1',67650),
(26348,26266,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_halloween2',67650),
(26349,26267,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_halloween3',67650),
(26350,26268,'playerstudio/characters/weapons/staff/ravenstaff/ravenstaff',67650),
(26351,26269,'playerstudio/characters/cloaks/cloakofthereaper/cloakofthereaper',67650),
(26352,26270,'playerstudio/characters/cloaks/royalscarab/royalscarab',67650),
(26353,26271,'playerstudio/characters/weapons/staff/owlstaff/owlstaff',67650),
(26354,26272,'playerstudio/houseitems/manor_first_floor',67650),
(26355,26273,'playerstudio/houseitems/manor_second_floor',67650),
(26356,26274,'playerstudio/houseitems/manor_balcony_room_one',67650),
(26357,26275,'playerstudio/houseitems/manor_balcony_room_two',67650),
(26358,26276,'playerstudio/houseitems/manor_door',67650),
(26359,26277,'playerstudio/houseitems/manor_roof',67650),
(26360,26278,'playerstudio/houseitems/big_betsy',67650),
(26361,26279,'playerstudio/houseitems/darkmarble_statue',67650),
(26362,26280,'playerstudio/houseitems/dragon_pit',67650),
(26363,26281,'playerstudio/houseitems/dungeon_drachnid',67650),
(26364,26282,'playerstudio/houseitems/fortune_teller',67650),
(26365,26283,'playerstudio/houseitems/freeportian_chariot',67650),
(26366,26284,'playerstudio/houseitems/gnomeworks_fireplace',67650),
(26367,26285,'playerstudio/houseitems/gravestone_herelies',67650),
(26368,26286,'playerstudio/houseitems/gravestone_malven',67650),
(26369,26287,'playerstudio/houseitems/gravestone_restin',67650),
(26370,26288,'playerstudio/houseitems/weeping_widow',67650),
(26371,26289,'playerstudio/houseitems/majdul_firepot',67650),
(26372,26290,'playerstudio/houseitems/onimask_scary',67650),
(26373,26291,'playerstudio/houseitems/onimask_terrifying',67650),
(26374,26292,'playerstudio/houseitems/pumpkin_house',67650),
(26375,26293,'playerstudio/houseitems/pumpkin_housedoor',67650),
(26376,26294,'playerstudio/houseitems/regal_door',67650),
(26377,26295,'playerstudio/houseitems/rope_marble',67650),
(26378,26296,'playerstudio/houseitems/rope_wooden',67650),
(26379,26297,'playerstudio/houseitems/stainedglass_window',67650),
(26380,26298,'playerstudio/houseitems/wicker_gazebo',67650),
(26381,26299,'playerstudio/houseitems/wishing_well',67650),
(26382,26300,'_exp12/objects/exp12_dun_maldura_01/tinkered_suit_static_obj',67650),
(26383,26301,'accessories/wearable_items/snapons/backpacks/backpack_goblin_swivel/backpack_goblin_animated',67650),
(26384,26302,'playerstudio/characters/weapons/1h_sword/feather_axe/feather_axe',67650),
(26385,26303,'creatures/mounts/bat_mount/bat_mount_dark',67650),
(26386,26304,'playerstudio/characters/cloaks/cotn/cotn',67650),
(26387,26305,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_chemistrytable',67650),
(26388,26306,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_engraveddesk01',67650),
(26389,26307,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_forge',67650),
(26390,26308,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_sewingtable_mannequin_loom',67650),
(26391,26309,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_stoveandkeg',67650),
(26392,26310,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_woodworkingtable01',67650),
(26393,26311,'staticobjects/world_devices/exp12_maldura/trdskl_maldura_workbench01',67650),
(26394,26312,'staticobjects/housing_portal_objects/vision_home_estate_of_unrest',67650),
(26395,26313,'accessories/wearable_items/cloak/exp12/cloak_nightofthedead2',67650),
(26396,26314,'accessories/wearable_items/cloak/exp12/cloak_nightofthedead3',67650),
(26397,26315,'accessories/wearable_items/_exp12/nightofthedead/robe2/chest',67650),
(26398,26316,'accessories/wearable_items/_exp12/nightofthedead/robe2/chest_epic',67650),
(26399,26317,'accessories/wearable_items/_exp12/nightofthedead/robe2/feet',67650),
(26400,26318,'accessories/wearable_items/_exp12/nightofthedead/robe2/hands',67650),
(26401,26319,'accessories/wearable_items/_exp12/nightofthedead/robe2/head',67650),
(26402,26320,'accessories/wearable_items/_exp12/nightofthedead/robe2/head_collar',67650),
(26403,26321,'accessories/wearable_items/_exp12/nightofthedead/robe2/head_obscured',67650),
(26404,26322,'accessories/wearable_items/_exp12/nightofthedead/robe2/pants',67650),
(26405,26323,'accessories/wearable_items/_exp12/nightofthedead/robe2/skirt',67650),
(26406,26324,'accessories/wearable_items/_exp12/nightofthedead/robe2/head_obscured/head',67650),
(26407,26325,'accessories/wearable_items/_exp12/nightofthedead/robe2/head_obscured/head_obscured',67650),
(26408,26326,'accessories/wearable_items/_exp12/nightofthedead/robe2/accessory/pauldron_robe_nightofthedead_left',67650),
(26409,26327,'accessories/wearable_items/_exp12/nightofthedead/robe2/accessory/pauldron_robe_nightofthedead_right',67650),
(26410,26328,'accessories/wearable_items/_exp12/nightofthedead/robe3/chest',67650),
(26411,26329,'accessories/wearable_items/_exp12/nightofthedead/robe3/chest_epic',67650),
(26412,26330,'accessories/wearable_items/_exp12/nightofthedead/robe3/feet',67650),
(26413,26331,'accessories/wearable_items/_exp12/nightofthedead/robe3/hands',67650),
(26414,26332,'accessories/wearable_items/_exp12/nightofthedead/robe3/head',67650),
(26415,26333,'accessories/wearable_items/_exp12/nightofthedead/robe3/head_collar',67650),
(26416,26334,'accessories/wearable_items/_exp12/nightofthedead/robe3/head_obscured',67650),
(26417,26335,'accessories/wearable_items/_exp12/nightofthedead/robe3/pants',67650),
(26418,26336,'accessories/wearable_items/_exp12/nightofthedead/robe3/skirt',67650),
(26419,26337,'accessories/wearable_items/_exp12/nightofthedead/robe3/head_obscured/head',67650),
(26420,26338,'accessories/wearable_items/_exp12/nightofthedead/robe3/head_obscured/head_obscured',67650),
(26421,26339,'accessories/wearable_items/_exp12/nightofthedead/robe3/accessory/pauldron_robe_nightofthedead_left',67650),
(26422,26340,'accessories/wearable_items/_exp12/nightofthedead/robe3/accessory/pauldron_robe_nightofthedead_right',67650),
(26423,26341,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/chest',67650),
(26424,26342,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/feet',67650),
(26425,26343,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/forearms',67650),
(26426,26344,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/hands',67650),
(26427,26345,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/head',67650),
(26428,26346,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/left',67650),
(26429,26347,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/legs',67650),
(26430,26348,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/legs_noskirt',67650),
(26431,26349,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/right',67650),
(26432,26350,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/shoulders',67650),
(26433,26351,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/shoulders_epic',67650),
(26434,26352,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/shoulders_nopauldrons',67650),
(26435,26353,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/skirt',67650),
(26436,26354,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/accessory/pauldron_heavy_nightofthedead_left',67650),
(26437,26355,'accessories/wearable_items/_exp12/nightofthedead/vanguard2/accessory/pauldron_heavy_nightofthedead_right',67650),
(26438,26356,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/chest',67650),
(26439,26357,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/feet',67650),
(26440,26358,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/forearms',67650),
(26441,26359,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/hands',67650),
(26442,26360,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/head',67650),
(26443,26361,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/left',67650),
(26444,26362,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/legs',67650),
(26445,26363,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/legs_noskirt',67650),
(26446,26364,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/right',67650),
(26447,26365,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/shoulders',67650),
(26448,26366,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/shoulders_epic',67650),
(26449,26367,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/shoulders_nopauldrons',67650),
(26450,26368,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/skirt',67650),
(26451,26369,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/accessory/pauldron_heavy_nightofthedead_left',67650),
(26452,26370,'accessories/wearable_items/_exp12/nightofthedead/vanguard3/accessory/pauldron_heavy_nightofthedead_right',67650),
(26453,26371,'playerstudio/houseitems/kappa_man',67650),
(26454,26372,'playerstudio/houseitems/daydead_skull',67650),
(26455,26373,'playerstudio/houseitems/daydead_skull_green',67650),
(26456,26374,'playerstudio/houseitems/daydead_skull_red',67650),
(26457,26375,'playerstudio/houseitems/rustic_stairway',67650),
(26458,26376,'accessories/wieldable_items/shields/exp12/shield_round_halloween1',67650),
(26459,26377,'accessories/wieldable_items/shields/exp12/shield_round_halloween2',67650),
(26460,26378,'accessories/wieldable_items/weapons/exp12/1h_crush/mace_halloween1',67650),
(26461,26379,'accessories/wieldable_items/weapons/exp12/1h_crush/mace_halloween2',67650),
(26462,26380,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_halloween1',67650),
(26463,26381,'accessories/wieldable_items/weapons/exp12/1h_sword/sword_halloween2',67650),
(26464,26382,'accessories/wieldable_items/weapons/exp12/staff/staff_halloween1',67650),
(26465,26383,'accessories/wieldable_items/weapons/exp12/staff/staff_halloween2',67650),
(26466,26384,'accessories/wearable_items/cloak/exp12/cloak_nightofthedead',67650),
(26467,26385,'_exp12/characters/monsters/octoyogg/octoyogg_green',67650),
(26468,26386,'_exp12/characters/monsters/octoyogg/octoyogg_purple',67650),
(26469,26387,'_exp12/characters/monsters/octoyogg/octoyogg_red',67650),
(26470,26388,'_exp12/characters/monsters/octoyogg/octoyogg_white',67650),
(26471,26389,'_exp12/characters/monsters/babydragon_plush/baby_dragon_base',67650),
(26472,26390,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_pumpkinhead1',67650),
(26473,26391,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_pumpkinhead2',67650),
(26474,26392,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_pumpkinhelm1',67650),
(26475,26393,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_pumpkinhelm2',67650),
(26476,26394,'staticobjects/_exp12/maldura/obj_counter_curved01_dpo',67650),
(26477,26395,'staticobjects/_exp12/maldura/obj_counter_straight01_dpo',67650),
(26478,26396,'staticobjects/promo_items/exp12_altar_ofthegods',67650),
(26479,26397,'_exp12/objects/exp12_dun_maldura_event_01/ring_blue',67650),
(26480,26398,'_exp12/objects/exp12_dun_maldura_event_01/ring_green',67650),
(26481,26399,'_exp12/objects/exp12_dun_maldura_event_01/ring_red',67650),
(26482,26400,'_exp12/objects/exp12_dun_maldura_event_01/ring_yellow',67650),
(26483,26401,'_exp12/objects/exp12_dun_ancientruins/ar_underfoot_switchlight',67650),
(26484,26402,'_exp12/objects/exp12_dun_ancientruins/ar_underfoot_switchlight_crystal',67650),
(26485,26403,'_exp12/objects/exp12_dun_ancientruins/ar_underfoot_switchlight_crystal_fx',67650),
(26486,26404,'accessories/wearable_items/profesion_hats/bat_mask/head',67650),
(26487,26405,'accessories/wearable_items/_exp12/nightofthedead/robe/head',67650),
(26488,26406,'accessories/wearable_items/_exp12/nightofthedead/robe/head_collar',67650),
(26489,26407,'accessories/wearable_items/_exp12/nightofthedead/robe/head_obscured',67650),
(26490,26408,'accessories/wearable_items/_exp12/nightofthedead/robe/head_obscured/head',67650),
(26491,26409,'accessories/wearable_items/_exp12/nightofthedead/robe/head_obscured/head_obscured',67650),
(26492,26410,'accessories/wearable_items/snapons/backpacks/backpack_goblin/backpack_goblin',67650),
(26493,26411,'accessories/wearable_items/snapons/backpacks/backpack_goblin/backpack_goblin_swivel_mallet',67650),
(26494,26412,'accessories/wearable_items/snapons/backpacks/backpack_goblin/backpack_goblin_swivel_pouch',67650),
(26495,26413,'_exp12/objects/exp12_dun_maldura_event_01/mini_mushroom',67650),
(26496,26414,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_rockhead',67650),
(26497,26415,'_exp12/characters/monsters/babydragon_plush/babydragon_plush_rockhead_effect',67650),
(26498,26416,'_exp12/objects/exp12_rgn_umbra02/um_cave_rockslide01',67650),
(26499,26417,'staticobjects/container_tank/exam_tank1_iron_pane',67650),
(26500,26418,'staticobjects/container_tank/exam_tank1_smallpane',67650),
(26501,26419,'staticobjects/container_tank/exam_tank1_smallpane_iron',67650),
(26502,26420,'staticobjects/container_tank/exam_tank1_smallpane_yellow',67650),
(26503,26421,'staticobjects/container_tank/exam_tank1_yellow',67650),
(26504,26422,'staticobjects/container_tank/exam_tank1_yellow_pane',67650),
(26505,26423,'staticobjects/container_tank/exam_tank2_green',67650),
(26506,26424,'staticobjects/container_tank/exam_tank2_iron',67650),
(26507,26425,'staticobjects/container_tank/exam_tank2_yellow',67650),
(26508,26426,'staticobjects/container_tank/exam_tank3_green',67650),
(26509,26427,'staticobjects/container_tank/exam_tank3_iron',67650),
(26510,26428,'staticobjects/container_tank/exam_tank3_yellow',67650),
(26511,26429,'staticobjects/rocks/perm_boulder01_dpo',67650),
(26512,26430,'staticobjects/lighting/perm_int_sconce_throne_dpo',67650),
(26513,26431,'accessories/wearable_items/profesion_hats/beard_holiday/head',67650),
(26514,26432,'accessories/wearable_items/profesion_hats/beard_holiday/head_hat',67650),
(26515,26433,'_exp12/characters/monsters/mcp_duergar/mcp_duergar',67650),
(26516,26434,'accessories/wearable_items/_exp12/deep_gnome/chain/chest',67650),
(26517,26435,'accessories/wearable_items/_exp12/deep_gnome/chain/feet',67650),
(26518,26436,'accessories/wearable_items/_exp12/deep_gnome/chain/forearms',67650),
(26519,26437,'accessories/wearable_items/_exp12/deep_gnome/chain/hands',67650),
(26520,26438,'accessories/wearable_items/_exp12/deep_gnome/chain/head',67650),
(26521,26439,'accessories/wearable_items/_exp12/deep_gnome/chain/head_epic',67650),
(26522,26440,'accessories/wearable_items/_exp12/deep_gnome/chain/legs',67650),
(26523,26441,'accessories/wearable_items/_exp12/deep_gnome/chain/legs_noskirt',67650),
(26524,26442,'accessories/wearable_items/_exp12/deep_gnome/chain/shoulders',67650),
(26525,26443,'accessories/wearable_items/_exp12/deep_gnome/chain/shoulders_epic',67650),
(26526,26444,'accessories/wearable_items/_exp12/deep_gnome/chain/skirt',67650),
(26527,26445,'accessories/wearable_items/_exp12/deep_gnome/chain/snapons/pauldron_left',67650),
(26528,26446,'accessories/wearable_items/_exp12/deep_gnome/chain/snapons/pauldron_right',67650),
(26529,26447,'accessories/wearable_items/_exp12/deep_gnome/gi/chest',67650),
(26530,26448,'accessories/wearable_items/_exp12/deep_gnome/gi/feet',67650),
(26531,26449,'accessories/wearable_items/_exp12/deep_gnome/gi/hands',67650),
(26532,26450,'accessories/wearable_items/_exp12/frostfell/chain_bluewhite/legs_noskirt',67650),
(26533,26451,'accessories/wearable_items/_exp12/deep_gnome/gi/skirt',67650),
(26534,26452,'accessories/wearable_items/_exp12/deep_gnome/leather/chest',67650),
(26535,26453,'accessories/wearable_items/_exp12/deep_gnome/leather/feet',67650),
(26536,26454,'accessories/wearable_items/_exp12/deep_gnome/leather/forearms',67650),
(26537,26455,'accessories/wearable_items/_exp12/deep_gnome/leather/hands',67650),
(26538,26456,'accessories/wearable_items/_exp12/deep_gnome/leather/head',67650),
(26539,26457,'accessories/wearable_items/_exp12/deep_gnome/leather/legs',67650),
(26540,26458,'accessories/wearable_items/_exp12/deep_gnome/leather/legs_noskirt',67650),
(26541,26459,'accessories/wearable_items/_exp12/deep_gnome/leather/shoulders',67650),
(26542,26460,'accessories/wearable_items/_exp12/deep_gnome/leather/shoulders_nopauldrons',67650),
(26543,26461,'accessories/wearable_items/_exp12/deep_gnome/leather/skirt',67650),
(26544,26462,'accessories/wearable_items/_exp12/deep_gnome/robe/chest',67650),
(26545,26463,'accessories/wearable_items/_exp12/deep_gnome/robe/chest_epic',67650),
(26546,26464,'accessories/wearable_items/_exp12/deep_gnome/robe/feet',67650),
(26547,26465,'accessories/wearable_items/_exp12/deep_gnome/robe/hands',67650),
(26548,26466,'accessories/wearable_items/_exp12/deep_gnome/robe/head',67650),
(26549,26467,'accessories/wearable_items/_exp12/deep_gnome/robe/hood',67650),
(26550,26468,'accessories/wearable_items/_exp12/deep_gnome/robe/pants',67650),
(26551,26469,'accessories/wearable_items/_exp12/deep_gnome/robe/skirt',67650),
(26552,26470,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/deep_dwarf_robe_belt',67650),
(26553,26471,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/robe_pauldron_left',67650),
(26554,26472,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/robe_pauldron_right',67650),
(26555,26473,'accessories/wearable_items/_exp12/deep_gnome/vanguard/chest',67650),
(26556,26474,'accessories/wearable_items/_exp12/deep_gnome/vanguard/feet',67650),
(26557,26475,'accessories/wearable_items/_exp12/deep_gnome/vanguard/forearms',67650),
(26558,26476,'accessories/wearable_items/_exp12/deep_gnome/vanguard/hands',67650),
(26559,26477,'accessories/wearable_items/_exp12/deep_gnome/vanguard/hands_epic',67650),
(26560,26478,'accessories/wearable_items/_exp12/deep_gnome/vanguard/head',67650),
(26561,26479,'accessories/wearable_items/_exp12/deep_gnome/vanguard/head_epic',67650),
(26562,26480,'accessories/wearable_items/_exp12/deep_gnome/vanguard/legs',67650),
(26563,26481,'accessories/wearable_items/_exp12/deep_gnome/vanguard/legs_noskirt',67650),
(26564,26482,'accessories/wearable_items/_exp12/deep_gnome/vanguard/right',67650),
(26565,26483,'accessories/wearable_items/_exp12/deep_gnome/vanguard/shoulders',67650),
(26566,26484,'accessories/wearable_items/_exp12/deep_gnome/vanguard/shoulders_epic',67650),
(26567,26485,'accessories/wearable_items/_exp12/deep_gnome/vanguard/shoulders_nopauldrons',67650),
(26568,26486,'accessories/wearable_items/_exp12/deep_gnome/vanguard/skirt',67650),
(26569,26487,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/forearm_left',67650),
(26570,26488,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/forearm_right',67650),
(26571,26489,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/pauldron_left',67650),
(26572,26490,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/pauldron_right',67650),
(26573,26491,'_exp12/characters/tool_users/glouras/glouras_merc',67650),
(26574,26492,'staticobjects/_exp10/houseblock_triangletile_ethernere',67650),
(26575,26493,'staticobjects/_exp10/houseblock_triangletile_faceless',67650),
(26576,26494,'staticobjects/_exp10/houseblock_triangletile02_nexus',67650),
(26577,26495,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_triangletile_bluemetal',67650),
(26578,26496,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_triangletile_redplates',67650),
(26579,26497,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_triangletile_rustyplate',67650),
(26580,26498,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_triangletile02_stripedquarter',67650),
(26581,26499,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_triangletile_bluestucco',67650),
(26582,26500,'staticobjects/liveevent/frostfell/houseblock_triangletile_gingerbread',67650),
(26583,26501,'staticobjects/liveevent/frostfell/houseblock_triangletile_iceblock',67650),
(26584,26502,'staticobjects/liveevent/frostfell/houseblock_triangletile_icechunk',67650),
(26585,26503,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_triangletile_blackmarble',67650),
(26586,26504,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_triangletile_bluemarble',67650),
(26587,26505,'staticobjects/soe_wallet/building_blocks/ice/houseblock_triangletile_ice',67650),
(26588,26506,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_triangletile_kelethinwood',67650),
(26589,26507,'staticobjects/soe_wallet/building_blocks/los_metal/houseblock_triangletile_los_metal',67650),
(26590,26508,'staticobjects/soe_wallet/building_blocks/qey_stone2/houseblock_triangletile_stone2',67650),
(26591,26509,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_triangletile_redmarble',67650),
(26592,26510,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_triangletile_whitemarble',67650),
(26593,26511,'staticobjects/building_blocks/adamantine/houseblock_triangletile_qey_stone12',67650),
(26594,26512,'staticobjects/building_blocks/ash/houseblock_triangletile_blondwood',67650),
(26595,26513,'staticobjects/building_blocks/briarwood/houseblock_triangletile_marrwood',67650),
(26596,26514,'staticobjects/building_blocks/elm/houseblock_triangletile_weathereddark',67650),
(26597,26515,'staticobjects/building_blocks/fulginate/houseblock_triangletile02_qey_stone14',67650),
(26598,26516,'staticobjects/building_blocks/fulginate_plain/houseblock_triangletile_qeystone01',67650),
(26599,26517,'staticobjects/building_blocks/halasian/houseblock_triangletile_halaswood',67650),
(26600,26518,'staticobjects/building_blocks/indium/houseblock_triangletile_qeystone02',67650),
(26601,26519,'staticobjects/building_blocks/maple/houseblock_triangletile_brownwood',67650),
(26602,26520,'staticobjects/building_blocks/mossybriarwood/houseblock_triangletile_mossywood',67650),
(26603,26521,'staticobjects/building_blocks/redwood/houseblock_triangletile_tablenoplanks',67650),
(26604,26522,'staticobjects/building_blocks/sandalwood/houseblock_triangletile_metalwood01',67650),
(26605,26523,'staticobjects/building_blocks/sandalwood_plain/houseblock_triangletile_sandalwood',67650),
(26606,26524,'staticobjects/building_blocks/sumac/houseblock_triangletile_sumacwood',67650),
(26607,26525,'staticobjects/building_blocks/teak/houseblock_triangletile_wavywood',67650),
(26608,26526,'staticobjects/mailboxes/maldura_mail_kiosk',67650),
(26609,26527,'staticobjects/bags/bag_of_sewn_evileye',67650),
(26610,26528,'staticobjects/bags/dpo_sack_of_coal01_gold_black',67650),
(26611,26529,'staticobjects/bags/dpo_sack_of_coal01_gold_leather',67650),
(26612,26530,'staticobjects/bags/dpo_sack_of_coal01_gold_leatherstrips',67650),
(26613,26531,'staticobjects/bags/dpo_sack_of_coal01_gold_pink',67650),
(26614,26532,'staticobjects/bags/dpo_sack_of_coal01_gold_purple',67650),
(26615,26533,'staticobjects/bags/dpo_sack_of_coal01_gold_scrimshaw',67650),
(26616,26534,'staticobjects/bags/fprt_backpack001',67650),
(26617,26535,'staticobjects/bags/fprt_backpack001_denim',67650),
(26618,26536,'staticobjects/bags/fprt_backpack001_leatherstrips',67650),
(26619,26537,'staticobjects/bags/fprt_backpack001_orange',67650),
(26620,26538,'staticobjects/bags/fprt_backpack001_red',67650),
(26621,26539,'staticobjects/bags/potion_sack_black',67650),
(26622,26540,'staticobjects/bags/potion_sack_canvasdirty',67650),
(26623,26541,'staticobjects/bags/potion_sack_crackedleather',67650),
(26624,26542,'staticobjects/bags/potion_sack_denim',67650),
(26625,26543,'staticobjects/bags/potion_sack_leatherstrips',67650),
(26626,26544,'staticobjects/bags/potion_sack_pink',67650),
(26627,26545,'staticobjects/bags/potion_sack_purple',67650),
(26628,26546,'staticobjects/bags/potion_sack_scrimshaw',67650),
(26629,26547,'staticobjects/bottles/qey_flask_leather001',67650),
(26630,26548,'staticobjects/bottles/qey_flask_leather002',67650),
(26631,26549,'staticobjects/bottles/qey_flask_leather003',67650),
(26632,26550,'staticobjects/bags/qey_backpack001',67650),
(26633,26551,'creatures/mounts/serpent_mount/serpent_mount_base',67650),
(26634,26552,'creatures/mounts/serpent_mount/serpent_mount_albino',67650),
(26635,26553,'creatures/mounts/serpent_mount/serpent_mount_epic',67650),
(26636,26554,'creatures/mounts/serpent_mount/serpent_mount_red',67650),
(26637,26555,'accessories/wearable_items/cloak/exp12/cloak_gloura_chain1',67650),
(26638,26556,'accessories/wearable_items/cloak/exp12/cloak_gloura_chain2',67650),
(26639,26557,'accessories/wearable_items/cloak/exp12/cloak_gloura_leather1',67650),
(26640,26558,'accessories/wearable_items/cloak/exp12/cloak_gloura_leather2',67650),
(26641,26559,'creatures/pets/bunny/bunny_white_evil',67650),
(26642,26560,'accessories/wieldable_items/weapons/exp12/staff/spear_darkdwarf',67650),
(26643,26561,'accessories/wearable_items/profesion_hats/monty_hats/head_dunce',67650),
(26644,26562,'accessories/wearable_items/profesion_hats/monty_hats/head_helm',67650),
(26645,26563,'staticobjects/_exp12/misc/tunaria_map',67650),
(26646,26564,'creatures/mounts/serpent_mount/serpent_mount_violet',67650),
(26647,26565,'accessories/wearable_items/_exp12/gloura/chain/chest',67650),
(26648,26566,'accessories/wearable_items/_exp12/gloura/chain/feet',67650),
(26649,26567,'accessories/wearable_items/_exp12/gloura/chain/forearms',67650),
(26650,26568,'accessories/wearable_items/_exp12/gloura/chain/hands',67650),
(26651,26569,'accessories/wearable_items/_exp12/gloura/chain/head',67650),
(26652,26570,'accessories/wearable_items/_exp12/gloura/chain/legs',67650),
(26653,26571,'accessories/wearable_items/_exp12/gloura/chain/legs_noskirt',67650),
(26654,26572,'accessories/wearable_items/_exp12/gloura/chain/shoulders',67650),
(26655,26573,'accessories/wearable_items/_exp12/gloura/chain/shoulders_epic',67650),
(26656,26574,'accessories/wearable_items/_exp12/gloura/chain/skirt',67650),
(26657,26575,'accessories/wearable_items/_exp12/gloura/chain/accessory/pauldron_gloura_chain_left',67650),
(26658,26576,'accessories/wearable_items/_exp12/gloura/chain/accessory/pauldron_gloura_chain_right',67650),
(26659,26577,'accessories/wearable_items/_exp12/gloura/heavycloth/chest',67650),
(26660,26578,'accessories/wearable_items/_exp12/gloura/heavycloth/feet',67650),
(26661,26579,'accessories/wearable_items/_exp12/gloura/heavycloth/forearms',67650),
(26662,26580,'accessories/wearable_items/_exp12/gloura/heavycloth/hands',67650),
(26663,26581,'accessories/wearable_items/_exp12/gloura/heavycloth/head',67650),
(26664,26582,'accessories/wearable_items/_exp12/gloura/heavycloth/legs',67650),
(26665,26583,'accessories/wearable_items/_exp12/gloura/heavycloth/shoulders',67650),
(26666,26584,'accessories/wearable_items/_exp12/gloura/heavycloth/skirt',67650),
(26667,26585,'accessories/wearable_items/_exp12/gloura/leather/chest',67650),
(26668,26586,'accessories/wearable_items/_exp12/gloura/leather/feet',67650),
(26669,26587,'accessories/wearable_items/_exp12/gloura/leather/forearms',67650),
(26670,26588,'accessories/wearable_items/_exp12/gloura/leather/hands',67650),
(26671,26589,'accessories/wearable_items/_exp12/gloura/leather/head',67650),
(26672,26590,'accessories/wearable_items/_exp12/gloura/leather/legs',67650),
(26673,26591,'accessories/wearable_items/_exp12/gloura/leather/legs_noskirt',67650),
(26674,26592,'accessories/wearable_items/_exp12/gloura/leather/shoulders',67650),
(26675,26593,'accessories/wearable_items/_exp12/gloura/leather/shoulders_epic',67650),
(26676,26594,'accessories/wearable_items/_exp12/gloura/leather/skirt',67650),
(26677,26595,'accessories/wearable_items/_exp12/gloura/leather/accessory/pauldron_gloura_leather_left',67650),
(26678,26596,'accessories/wearable_items/_exp12/gloura/leather/accessory/pauldron_gloura_leather_right',67650),
(26679,26597,'accessories/wearable_items/_exp12/gloura/robe/chest',67650),
(26680,26598,'accessories/wearable_items/_exp12/gloura/robe/chest_epic',67650),
(26681,26599,'accessories/wearable_items/_exp12/gloura/robe/feet',67650),
(26682,26600,'accessories/wearable_items/_exp12/gloura/robe/hands',67650),
(26683,26601,'accessories/wearable_items/_exp12/gloura/robe/head',67650),
(26684,26602,'accessories/wearable_items/_exp12/gloura/robe/head_collar',67650),
(26685,26603,'accessories/wearable_items/_exp12/gloura/robe/pants',67650),
(26686,26604,'accessories/wearable_items/_exp12/gloura/robe/skirt',67650),
(26687,26605,'accessories/wearable_items/_exp12/gloura/robe/accessory/pauldron_gloura_robe_left',67650),
(26688,26606,'accessories/wearable_items/_exp12/gloura/robe/accessory/pauldron_gloura_robe_right',67650),
(26689,26607,'accessories/wearable_items/_exp12/gloura/vanguard/chest',67650),
(26690,26608,'accessories/wearable_items/_exp12/gloura/vanguard/feet',67650),
(26691,26609,'accessories/wearable_items/_exp12/gloura/vanguard/forearms',67650),
(26692,26610,'accessories/wearable_items/_exp12/gloura/vanguard/hands',67650),
(26693,26611,'accessories/wearable_items/_exp12/gloura/vanguard/head',67650),
(26694,26612,'accessories/wearable_items/_exp12/gloura/vanguard/head_epic',67650),
(26695,26613,'accessories/wearable_items/_exp12/gloura/vanguard/left',67650),
(26696,26614,'accessories/wearable_items/_exp12/gloura/vanguard/legs',67650),
(26697,26615,'accessories/wearable_items/_exp12/gloura/vanguard/legs_noskirt',67650),
(26698,26616,'accessories/wearable_items/_exp12/gloura/vanguard/right',67650),
(26699,26617,'accessories/wearable_items/_exp12/gloura/vanguard/shoulders',67650),
(26700,26618,'accessories/wearable_items/_exp12/gloura/vanguard/shoulders_epic',67650),
(26701,26619,'accessories/wearable_items/_exp12/gloura/vanguard/shoulders_nopauldrons',67650),
(26702,26620,'accessories/wearable_items/_exp12/gloura/vanguard/skirt',67650),
(26703,26621,'accessories/wearable_items/_exp12/gloura/vanguard/accessory/pauldron_gloura_vanguard_left',67650),
(26704,26622,'accessories/wearable_items/_exp12/gloura/vanguard/accessory/pauldron_gloura_vanguard_right',67650),
(26705,26623,'_exp12/characters/tool_users/valkyrie_epic/valkyrie_epic_white',67650),
(26706,26624,'staticobjects/housing_portal_objects/vision_home_dwarven01',67650),
(26707,26625,'staticobjects/promo_items/building_blocks/malduraset_arch01',67650),
(26708,26626,'staticobjects/promo_items/building_blocks/malduraset_arch02',67650),
(26709,26627,'staticobjects/promo_items/building_blocks/malduraset_bridge01',67650),
(26710,26628,'staticobjects/promo_items/building_blocks/malduraset_column01',67650),
(26711,26629,'staticobjects/promo_items/building_blocks/malduraset_column02',67650),
(26712,26630,'staticobjects/promo_items/building_blocks/malduraset_cubedias',67650),
(26713,26631,'staticobjects/promo_items/building_blocks/malduraset_platform01',67650),
(26714,26632,'staticobjects/promo_items/building_blocks/malduraset_platform02',67650),
(26715,26633,'staticobjects/promo_items/building_blocks/malduraset_platform03',67650),
(26716,26634,'staticobjects/promo_items/building_blocks/malduraset_rail01',67650),
(26717,26635,'staticobjects/promo_items/building_blocks/malduraset_roof01',67650),
(26718,26636,'staticobjects/promo_items/building_blocks/malduraset_stairs01',67650),
(26719,26637,'staticobjects/promo_items/building_blocks/malduraset_wall01',67650),
(26720,26638,'staticobjects/_exp12/maldura/dwarven_obj_anvil_forge01',67650),
(26721,26639,'staticobjects/_exp12/maldura/dwarven_obj_anvil01',67650),
(26722,26640,'staticobjects/_exp12/maldura/dwarven_tunneler',67650),
(26723,26641,'accessories/wearable_items/_exp12/frostfell/chain_bluewhite/shoulders',67650),
(26724,26642,'_exp12/objects/exp12_dun_maldura_throne_sig/throne_gate',67650),
(26725,26643,'staticobjects/flora/dpo_slove_lilypad_small01',67650),
(26726,26644,'_exp12/characters/tool_users/black_bolt/black_bolt',67650),
(26727,26645,'accessories/wearable_items/_exp12/black_bolt/snapons/pauldron_left',67650),
(26728,26646,'accessories/wearable_items/_exp12/black_bolt/head_eye',67650),
(26729,26647,'accessories/npc_wearables/black_bolt/head_eye',67650),
(26730,26648,'accessories/npc_wearables/black_bolt/pauldron_left',67650),
(26731,26649,'_exp12/objects/exp12_dun_maldura_throne_sig/crystal_holder_empty',67650),
(26732,26650,'_exp12/objects/exp12_dun_maldura_throne_sig/crystal_holder_full',67650),
(26733,26651,'staticobjects/_exp12/maldura/dwarven_obj_chest01',67650),
(26734,26652,'staticobjects/_exp12/maldura/dwarven_obj_chest02',67650),
(26735,26653,'accessories/wearable_items/_exp12/frostfell/chain_bluewhite/skirt',67650),
(26736,26654,'staticobjects/_exp12/maldura/dwarven_obj_crate01',67650),
(26737,26655,'staticobjects/_exp12/maldura/dwarven_obj_crate02',67650),
(26738,26656,'staticobjects/_exp12/maldura/dwarven_obj_crate03',67650),
(26739,26657,'accessories/npc_wearables/black_bolt/shoulders',67650),
(26740,26658,'accessories/wearable_items/_exp12/black_bolt/chest',67650),
(26741,26659,'accessories/wearable_items/_exp12/black_bolt/chest_epic',67650),
(26742,26660,'accessories/wearable_items/_exp12/black_bolt/feet',67650),
(26743,26661,'accessories/wearable_items/_exp12/black_bolt/hands',67650),
(26744,26662,'accessories/wearable_items/_exp12/black_bolt/pants',67650),
(26745,26663,'accessories/wearable_items/_exp12/black_bolt/skirt',67650),
(26746,26664,'accessories/wearable_items/_exp12/black_bolt/snapons/pauldron_right',67650),
(26747,26665,'staticobjects/promo_items/exp12_terrors_painting',67650),
(26748,26666,'_exp12/characters/monsters/aboleth/aboleth_albino',67650),
(26749,26667,'_exp12/characters/monsters/aboleth/aboleth_red',67650),
(26750,26668,'_exp12/characters/monsters/aboleth/aboleth_violet',67650),
(26751,26669,'_exp12/characters/monsters/darkmantle/darkmantle_albino',67650),
(26752,26670,'_exp12/characters/monsters/darkmantle/darkmantle_green',67650),
(26753,26671,'_exp12/characters/monsters/darkmantle/darkmantle_violet',67650),
(26754,26672,'_exp12/characters/tool_users/glouras/glouras_albino',67650),
(26755,26673,'_exp12/characters/tool_users/glouras/glouras_blue',67650),
(26756,26674,'_exp12/characters/tool_users/glouras/glouras_red',67650),
(26757,26675,'_exp12/characters/monsters/poxfiend/poxfiend_albino',67650),
(26758,26676,'_exp12/characters/monsters/poxfiend/poxfiend_red',67650),
(26759,26677,'_exp12/characters/monsters/poxfiend/poxfiend_violet',67650),
(26760,26678,'_exp12/objects/exp12_dun_ancientruins/ar_underfoot_crystal',67650),
(26761,26679,'accessories/wearable_items/cloak/exp12/cloak_maldura_blue',67650),
(26762,26680,'accessories/wearable_items/cloak/exp12/cloak_maldura_red',67650),
(26763,26681,'accessories/wearable_items/cloak/exp12/cloak_maldura_reddirty',67650),
(26764,26682,'accessories/wearable_items/cloak/exp12/cloak_maldura_white',67650),
(26765,26683,'_exp12/characters/monsters/octopus_2015/octopus_2015',67650),
(26766,26684,'_exp12/objects/exp12_rgn_umbra02/dying_mushroom',67650),
(26767,26685,'_exp12/objects/exp12_rgn_umbra02/mushroom_blue',67650),
(26768,26686,'_exp12/objects/exp12_rgn_umbra02/mushroom_green',67650),
(26769,26687,'_exp12/objects/exp12_rgn_umbra02/mushroom_red',67650),
(26770,26688,'_exp12/objects/exp12_rgn_umbra02/mushroom_yellow',67650),
(26771,26689,'staticobjects/_exp12/ancientruins/ar_glowplant01',67650),
(26772,26690,'staticobjects/_exp12/ancientruins/ar_glowpod',67650),
(26773,26691,'staticobjects/_exp12/ancientruins/ar_kobold_crystallight01',67650),
(26774,26692,'staticobjects/_exp12/ancientruins/ar_underfoot_switchlight',67650),
(26775,26693,'staticobjects/_exp12/ancientruins/ar_webbing02',67650),
(26776,26694,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/chest',67650),
(26777,26695,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/feet',67650),
(26778,26696,'staticobjects/_exp12/glaufaye/um_gloura_bridge_small01',67650),
(26779,26697,'staticobjects/_exp12/glaufaye/um_gloura_gourd01',67650),
(26780,26698,'staticobjects/_exp12/glaufaye/um_gloura_gourd02',67650),
(26781,26699,'staticobjects/_exp12/glaufaye/um_gloura_lantern03',67650),
(26782,26700,'staticobjects/_exp12/glaufaye/um_gloura_platter02',67650),
(26783,26701,'staticobjects/_exp12/glaufaye/um_gloura_tree_02',67650),
(26784,26702,'staticobjects/_exp12/glaufaye/um_gloura_tree_03',67650),
(26785,26703,'staticobjects/_exp12/glaufaye/um_gloura_tree_bare_03',67650),
(26786,26704,'staticobjects/_exp12/glaufaye/um_gloura_tree_leaf_01',67650),
(26787,26705,'staticobjects/_exp12/maldura/dwarven_obj_banner01',67650),
(26788,26706,'staticobjects/_exp12/maldura/dwarven_obj_barrel',67650),
(26789,26707,'staticobjects/_exp12/maldura/dwarven_obj_barrel01',67650),
(26790,26708,'staticobjects/_exp12/maldura/dwarven_obj_barrel02',67650),
(26791,26709,'staticobjects/_exp12/maldura/dwarven_obj_brokepipe01',67650),
(26792,26710,'staticobjects/_exp12/maldura/dwarven_obj_brokepipe06',67650),
(26793,26711,'staticobjects/_exp12/maldura/dwarven_obj_cart01',67650),
(26794,26712,'staticobjects/_exp12/maldura/dwarven_obj_pick',67650),
(26795,26713,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/forearms',67650),
(26796,26714,'staticobjects/_exp12/maldura/dwarven_obj_plack01',67650),
(26797,26715,'staticobjects/_exp12/maldura/dwarven_obj_sack01',67650),
(26798,26716,'staticobjects/_exp12/maldura/dwarven_obj_sack01b',67650),
(26799,26717,'staticobjects/_exp12/maldura/dwarven_obj_scrolls02',67650),
(26800,26718,'staticobjects/_exp12/maldura/dwarven_obj_shovel',67650),
(26801,26719,'staticobjects/_exp12/maldura/dwarven_obj_table02',67650),
(26802,26720,'staticobjects/_exp12/maldura/dwarven_obj_tank',67650),
(26803,26721,'staticobjects/_exp12/maldura/dwarven_obj_tome01',67650),
(26804,26722,'staticobjects/_exp12/maldura/dwarven_obj_tome02',67650),
(26805,26723,'staticobjects/_exp12/maldura/dwarven_obj_wheelbarrow',67650),
(26806,26724,'staticobjects/_exp12/maldura/maldura_brazier01_wfire',67650),
(26807,26725,'staticobjects/_exp12/maldura/maldura_chandelier_wightfire_swinging',67650),
(26808,26726,'staticobjects/_exp12/maldura/obj_shroom02',67650),
(26809,26727,'staticobjects/_exp12/thalumbra/um_rootflower02',67650),
(26810,26728,'staticobjects/_exp12/thalumbra/um_shroom01',67650),
(26811,26729,'staticobjects/_exp12/thalumbra/um_shroom02',67650),
(26812,26730,'staticobjects/_exp12/thalumbra/um_swamp_mukmuk01',67650),
(26813,26731,'staticobjects/_exp12/aberrant/ill_object_brazier_lit_01',67650),
(26814,26732,'staticobjects/_exp12/aberrant/ill_object_jail_door',67650),
(26815,26733,'staticobjects/_exp12/aberrant/ill_object_lamp_01',67650),
(26816,26734,'staticobjects/_exp12/aberrant/ill_object_sprial_clmn_01',67650),
(26817,26735,'staticobjects/_exp12/aberrant/ill_object_stat_orbs_01',67650),
(26818,26736,'staticobjects/_exp12/aberrant/ill_object_torch_01',67650),
(26819,26737,'staticobjects/_exp12/aberrant/ill_w1_room_003_stat_01',67650),
(26820,26738,'staticobjects/_exp12/aberrant/um2_ill_brazier01',67650),
(26821,26739,'staticobjects/relics/fishbone_earring',67650),
(26822,26740,'staticobjects/bags/qey_backpack001_metal',67650),
(26823,26741,'_exp12/objects/exp12_dun_illithid_event_02/unlit_brazier',67650),
(26824,26742,'_exp12/characters/monsters/cave_swimmer/cave_swimmer',67650),
(26825,26743,'_exp12/characters/monsters/cave_swimmer/cave_swimmer_albino',67650),
(26826,26744,'_exp12/characters/monsters/cave_swimmer/cave_swimmer_violet',67650),
(26827,26745,'staticobjects/_exp12/aberrant/ill_w3_room_005_lamp_01',67650),
(26828,26746,'staticobjects/_exp12/aberrant/ill_w3_room_005_stat_01',67650),
(26829,26747,'staticobjects/_exp12/maldura/muldura_chandelier_swinging',67650),
(26830,26748,'staticobjects/_exp03/kal_bedroll',67650),
(26831,26749,'staticobjects/_exp03/kal_lightsource_shaman02',67650),
(26832,26750,'staticobjects/_exp03/kal_obj_bridge02_dpo',67650),
(26833,26751,'accessories/wearable_items/snapons/backpacks/tinkered_barrel/backpack_tinkered_barrel',67650),
(26834,26752,'_exp12/characters/monsters/calamari/calamari',67650),
(26835,26753,'_exp12/characters/monsters/calamari/calamari_albino',67650),
(26836,26754,'_exp12/characters/monsters/calamari/calamari_red',67650),
(26837,26755,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/snapons/forearm_left_wight',67650),
(26838,26756,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/snapons/forearm_right_wight',67650),
(26839,26757,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/snapons/pauldron_left_wight',67650),
(26840,26758,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/snapons/pauldron_right_wight',67650),
(26841,26759,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/chest',67650),
(26842,26760,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/feet',67650),
(26843,26761,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/forearms',67650),
(26844,26762,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/hands',67650),
(26845,26763,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/hands_epic',67650),
(26846,26764,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/head',67650),
(26847,26765,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/head_epic',67650),
(26848,26766,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/legs',67650),
(26849,26767,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/legs_noskirt',67650),
(26850,26768,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/right',67650),
(26851,26769,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/shoulders',67650),
(26852,26770,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/shoulders_epic',67650),
(26853,26771,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/shoulders_nopauldrons',67650),
(26854,26772,'accessories/wearable_items/_exp12/deep_dwarf_wight/vanguard/skirt',67650),
(26855,26773,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/chest',67650),
(26856,26774,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/feet',67650),
(26857,26775,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/forearms',67650),
(26858,26776,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/hands',67650),
(26859,26777,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/head',67650),
(26860,26778,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/head_epic',67650),
(26861,26779,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/legs',67650),
(26862,26780,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/legs_noskirt',67650),
(26863,26781,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/shoulders',67650),
(26864,26782,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/shoulders_epic',67650),
(26865,26783,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/skirt',67650),
(26866,26784,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/snapons/pauldron_left',67650),
(26867,26785,'accessories/wearable_items/_exp12/deep_dwarf_wight/chain/snapons/pauldron_right',67650),
(26868,26786,'accessories/wearable_items/_exp12/deep_gnome/accessory/forearm_left',67650),
(26869,26787,'accessories/wearable_items/_exp12/deep_gnome/accessory/head_epic_chain',67650),
(26870,26788,'accessories/wearable_items/_exp12/deep_gnome/accessory/head_epic_vanguard',67650),
(26871,26789,'accessories/wearable_items/_exp12/deep_gnome/accessory/pauldron_gnomish_chain_left',67650),
(26872,26790,'accessories/wearable_items/_exp12/deep_gnome/accessory/pauldron_gnomish_chain_right',67650),
(26873,26791,'accessories/wearable_items/_exp12/deep_gnome/chain/snapons/head_epic_chain',67650),
(26874,26792,'accessories/wearable_items/_exp12/deep_gnome/gi/forearms',67650),
(26875,26793,'accessories/wearable_items/_exp12/deep_gnome/gi/head',67650),
(26876,26794,'accessories/wearable_items/_exp12/deep_gnome/gi/legs',67650),
(26877,26795,'accessories/wearable_items/_exp12/deep_gnome/gi/shoulders',67650),
(26878,26796,'accessories/wearable_items/_exp12/deep_gnome/robe/head_collar',67650),
(26879,26797,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/deep_gnome_belt',67650),
(26880,26798,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/pauldron_left',67650),
(26881,26799,'accessories/wearable_items/_exp12/deep_gnome/robe/snapons/pauldron_right',67650),
(26882,26800,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/pauldron_vanguard_left',67650),
(26883,26801,'accessories/wearable_items/_exp12/deep_gnome/vanguard/snapons/pauldron_vanguard_right',67650),
(26884,26802,'_exp12/objects/exp12_rgn_umbra02/altar_fire',67650),
(26885,26803,'_exp12/characters/monsters/leviathan_2015/leviathan_tentacle01',67650),
(26886,26804,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/chest',67650),
(26887,26805,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/feet',67650),
(26888,26806,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/forearms',67650),
(26889,26807,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/hands',67650),
(26890,26808,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/head',67650),
(26891,26809,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/head_epic',67650),
(26892,26810,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/legs',67650),
(26893,26811,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/legs_noskirt',67650),
(26894,26812,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/shoulders',67650),
(26895,26813,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/shoulders_epic',67650),
(26896,26814,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/skirt',67650),
(26897,26815,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/snapons/head_epic_chain',67650),
(26898,26816,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/snapons/pauldron_left',67650),
(26899,26817,'accessories/wearable_items/_exp12/deep_gnome/chain_charred/snapons/pauldron_right',67650),
(26900,26818,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/chest',67650),
(26901,26819,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/feet',67650),
(26902,26820,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/forearms',67650),
(26903,26821,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/hands',67650),
(26904,26822,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/hands_epic',67650),
(26905,26823,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/head',67650),
(26906,26824,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/head_epic',67650),
(26907,26825,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/legs',67650),
(26908,26826,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/legs_noskirt',67650),
(26909,26827,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/right',67650),
(26910,26828,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/shoulders',67650),
(26911,26829,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/shoulders_epic',67650),
(26912,26830,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/shoulders_nopauldrons',67650),
(26913,26831,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/skirt',67650),
(26914,26832,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/snapons/forearm_left',67650),
(26915,26833,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/snapons/forearm_right',67650),
(26916,26834,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/snapons/pauldron_vanguard_left',67650),
(26917,26835,'accessories/wearable_items/_exp12/deep_gnome/vanguard_charred/snapons/pauldron_vanguard_right',67650),
(26918,26836,'creatures/mounts/pegasus_demon/pegasus_demon_ghost',67650),
(26919,26837,'_exp12/characters/monsters/leviathan_2015/leviathan_tentacle02',67650),
(26920,26838,'_exp12/characters/tool_users/squidman/squidman_levitate_boss',67650),
(26921,26839,'_exp12/characters/tool_users/squidman/squidman_levitate_variant_01',67650),
(26922,26840,'_exp12/characters/tool_users/squidman/squidman_levitate_boss_striped',67650),
(26923,26841,'_exp12/characters/tool_users/squidman/squidman_levitate_boss_striped_green',67650),
(26924,26842,'_exp12/characters/tool_users/squidman/squidman_levitate_variant_spotted',67650),
(26925,26843,'_exp12/characters/tool_users/squidman/squidman_levitate_blue',67650),
(26926,26844,'_exp12/characters/tool_users/squidman/squidman_levitate_red',67650),
(26927,26845,'_exp12/characters/tool_users/squidman/squidman_levitate_base',67650),
(26928,26846,'_exp12/characters/tool_users/squidman/squidman_levitate_tan',67650),
(26929,26847,'_exp12/characters/monsters/cave_serpent/cave_serpent',67650),
(26930,26848,'accessories/wieldable_items/weapons/exp12/1h_crush/club_darkdwarf',67650),
(26931,26849,'accessories/wieldable_items/weapons/exp12/1h_crush/hammer_darkdwarf',67650),
(26932,26850,'_exp12/objects/exp12_rgn_umbra02/mushroom_cap',67650),
(26933,26851,'_exp12/objects/exp12_rgn_umbra02/mushroom_cart_empty',67650),
(26934,26852,'_exp12/objects/exp12_rgn_umbra02/mushroom_cart_full',67650),
(26935,26853,'accessories/wieldable_items/weapons/exp12/1h_crush/mace_anashti',67650),
(26936,26854,'accessories/wieldable_items/weapons/exp12/1h_sword/axe_anashti',67650),
(26937,26855,'_exp12/characters/monsters/spiderling/spiderling',67650),
(26938,26856,'_exp12/characters/monsters/spiderling/spiderling_green',67650),
(26939,26857,'accessories/wieldable_items/weapons/exp12/1h_crush/hammer_illithid',67650),
(26940,26858,'accessories/wieldable_items/weapons/exp12/1h_crush/mace_gloura',67650),
(26941,26859,'accessories/wieldable_items/weapons/exp12/1h_sword/axe_illithid',67650),
(26942,26860,'accessories/wieldable_items/weapons/exp12/1h_sword/axe_gloura',67650),
(26943,26861,'staticobjects/_exp12/glaufaye/um_gloura_platter_crystals01',67650),
(26944,26862,'staticobjects/_exp12/glaufaye/um_gloura_scroll01',67650),
(26945,26863,'staticobjects/_exp12/glaufaye/um_gloura_scroll02',67650),
(26946,26864,'staticobjects/_exp12/thalumbra/um_pitcher_plant01',67650),
(26947,26865,'_exp12/characters/tool_users/gnome_deep/gnome_female_deep_illusion',67650),
(26948,26866,'_exp12/characters/tool_users/gnome_deep/gnome_male_deep_illusion',67650),
(26949,26867,'_exp12/characters/tool_users/dwarf_grey/dwarf_female_grey_illusion',67650),
(26950,26868,'_exp12/characters/tool_users/dwarf_grey/dwarf_male_grey_illusion',67650),
(26951,26869,'_exp12/objects/exp12_dun_maldura_throne_sig/dual_thrones',67650),
(26952,26870,'staticobjects/_exp12/maldura/dwarven_obj_stool01',67650),
(26953,26871,'_exp12/characters/monsters/rock_crawler/rock_crawler_base',67650),
(26954,26872,'staticobjects/lighting/muldura_smallbrazier01_wfire',67650),
(26955,26873,'staticobjects/portals/um_city_teleporter01',67650),
(26956,26874,'_exp12/characters/monsters/rock_crawler/rock_crawler_green',67650),
(26957,26875,'_exp12/characters/monsters/rock_crawler/rock_crawler_red',67650),
(26958,26876,'accessories/wieldable_items/weapons/exp12/2h_crush/twohanded_hammer_darkdwarf_wight',67650),
(26959,26877,'accessories/wearable_items/_exp12/squidman_armor/chain/chest',67650),
(26960,26878,'accessories/wearable_items/_exp12/squidman_armor/chain/feet',67650),
(26961,26879,'accessories/wearable_items/_exp12/squidman_armor/chain/forearms',67650),
(26962,26880,'accessories/wearable_items/_exp12/squidman_armor/chain/hands',67650),
(26963,26881,'accessories/wearable_items/_exp12/squidman_armor/chain/head',67650),
(26964,26882,'accessories/wearable_items/_exp12/squidman_armor/chain/legs',67650),
(26965,26883,'accessories/wearable_items/_exp12/squidman_armor/chain/legs_noskirt',67650),
(26966,26884,'accessories/wearable_items/_exp12/squidman_armor/chain/shoulders',67650),
(26967,26885,'accessories/wearable_items/_exp12/squidman_armor/chain/skirt',67650),
(26968,26886,'accessories/wearable_items/_exp12/squidman_armor/leather/chest',67650),
(26969,26887,'accessories/wearable_items/_exp12/squidman_armor/leather/feet',67650),
(26970,26888,'accessories/wearable_items/_exp12/squidman_armor/leather/forearms',67650),
(26971,26889,'accessories/wearable_items/_exp12/squidman_armor/leather/hands',67650),
(26972,26890,'accessories/wearable_items/_exp12/squidman_armor/leather/head',67650),
(26973,26891,'accessories/wearable_items/_exp12/squidman_armor/leather/legs',67650),
(26974,26892,'accessories/wearable_items/_exp12/squidman_armor/leather/legs_noskirt',67650),
(26975,26893,'accessories/wearable_items/_exp12/squidman_armor/leather/shoulders',67650),
(26976,26894,'accessories/wearable_items/_exp12/squidman_armor/leather/skirt',67650),
(26977,26895,'accessories/wearable_items/_exp12/squidman_armor/robe/chest',67650),
(26978,26896,'accessories/wearable_items/_exp12/squidman_armor/robe/collar',67650),
(26979,26897,'accessories/wearable_items/_exp12/squidman_armor/robe/feet',67650),
(26980,26898,'accessories/wearable_items/_exp12/squidman_armor/robe/hands',67650),
(26981,26899,'accessories/wearable_items/_exp12/squidman_armor/robe/head',67650),
(26982,26900,'accessories/wearable_items/_exp12/squidman_armor/robe/pants',67650),
(26983,26901,'accessories/wearable_items/_exp12/squidman_armor/robe/skirt',67650),
(26984,26902,'accessories/wearable_items/_exp12/squidman_armor/vanguard/chest',67650),
(26985,26903,'accessories/wearable_items/_exp12/squidman_armor/vanguard/feet',67650),
(26986,26904,'accessories/wearable_items/_exp12/squidman_armor/vanguard/forearms',67650),
(26987,26905,'accessories/wearable_items/_exp12/squidman_armor/vanguard/hands',67650),
(26988,26906,'accessories/wearable_items/_exp12/squidman_armor/vanguard/head',67650),
(26989,26907,'accessories/wearable_items/_exp12/squidman_armor/vanguard/legs',67650),
(26990,26908,'accessories/wearable_items/_exp12/squidman_armor/vanguard/legs_noskirt',67650),
(26991,26909,'accessories/wearable_items/_exp12/squidman_armor/vanguard/right',67650),
(26992,26910,'accessories/wearable_items/_exp12/squidman_armor/vanguard/shoulders',67650),
(26993,26911,'accessories/wearable_items/_exp12/squidman_armor/vanguard/shoulders_nopauldrons',67650),
(26994,26912,'accessories/wearable_items/_exp12/squidman_armor/vanguard/skirt',67650),
(26995,26913,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/chest',67650),
(26996,26914,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/feet',67650),
(26997,26915,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/forearms',67650),
(26998,26916,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/hands',67650),
(26999,26917,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/head',67650),
(27000,26918,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/legs',67650),
(27001,26919,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/legs_noskirt',67650),
(27002,26920,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/right',67650),
(27003,26921,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/shoulders',67650),
(27004,26922,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/shoulders_nopauldrons',67650),
(27005,26923,'accessories/wearable_items/_exp12/squidman_armor/vanguard02/skirt',67650),
(27006,26924,'staticobjects/guildhall/trophies/gh_loot_graybeard01',67650),
(27007,26925,'staticobjects/guildhall/trophies/gh_loot_bhoughbh01',67650),
(27008,26926,'staticobjects/guildhall/trophies/gh_loot_feargolem01',67650),
(27009,26927,'staticobjects/guildhall/trophies/gh_loot_kraletus01',67650),
(27010,26928,'staticobjects/guildhall/trophies/gh_loot_vanlith01',67650),
(27011,26929,'staticobjects/guildhall/trophies/gh_loot_ashenfell01',67650),
(27012,26930,'accessories/npc_wearables/gnome_wight/gnomefemale_wight_hair01',67650),
(27013,26931,'accessories/npc_wearables/gnome_wight/gnomefemale_wight_hair02',67650),
(27014,26932,'staticobjects/_exp12/player_housing/dwarven_obj_standing_banner',67650),
(27015,26933,'staticobjects/_exp12/player_housing/dwarven_obj_standing_bannerregal',67650),
(27016,26934,'staticobjects/flora/um_plant_twirlbud01',67650),
(27017,26935,'accessories/npc_wearables/gnome_wight/gnomemale_wight_hair01',67650),
(27018,26936,'accessories/npc_wearables/gnome_wight/gnomemale_wight_hair02',67650),
(27019,26937,'accessories/npc_wearables/gnome_wight/gnomemale_wight_hair03',67650),
(27020,26938,'accessories/npc_wearables/gnome_wight/gnomemale_wight_hair04',67650),
(27021,26939,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/chest',67650),
(27022,26940,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/feet',67650),
(27023,26941,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/forearms',67650),
(27024,26942,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/hands',67650),
(27025,26943,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/head',67650),
(27026,26944,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/legs',67650),
(27027,26945,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/legs_noskirt',67650),
(27028,26946,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/shoulders',67650),
(27029,26947,'accessories/wearable_items/_exp12/frostfell/leather_bluewhite/skirt',67650),
(27030,26948,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/chest',67650),
(27031,26949,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/feet',67650),
(27032,26950,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/forearms',67650),
(27033,26951,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/hands',67650),
(27034,26952,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/head',67650),
(27035,26953,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/legs',67650),
(27036,26954,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/legs_noskirt',67650),
(27037,26955,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/shoulders',67650),
(27038,26956,'accessories/wearable_items/_exp12/frostfell/leather_redgreen/skirt',67650),
(27039,26957,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/chest',67650),
(27040,26958,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/feet',67650),
(27041,26959,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/hands',67650),
(27042,26960,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/head',67650),
(27043,26961,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/head_collar',67650),
(27044,26962,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/pants',67650),
(27045,26963,'accessories/wearable_items/_exp12/frostfell/robe_bluewhite/skirt',67650),
(27046,26964,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/chest',67650),
(27047,26965,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/feet',67650),
(27048,26966,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/hands',67650),
(27049,26967,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/head',67650),
(27050,26968,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/head_collar',67650),
(27051,26969,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/pants',67650),
(27052,26970,'accessories/wearable_items/_exp12/frostfell/robe_redgreen/skirt',67650),
(27053,26971,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/chest',67650),
(27054,26972,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/feet',67650),
(27055,26973,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/forearms',67650),
(27056,26974,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/hands',67650),
(27057,26975,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/head',67650),
(27058,26976,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/left',67650),
(27059,26977,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/legs',67650),
(27060,26978,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/legs_noskirt',67650),
(27061,26979,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/right',67650),
(27062,26980,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/shoulders',67650),
(27063,26981,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/shoulders_nopauldrons',67650),
(27064,26982,'accessories/wearable_items/_exp12/frostfell/vanguard_bluewhite/skirt',67650),
(27065,26983,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/chest',67650),
(27066,26984,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/feet',67650),
(27067,26985,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/forearms',67650),
(27068,26986,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/hands',67650),
(27069,26987,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/head',67650),
(27070,26988,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/left',67650),
(27071,26989,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/legs',67650),
(27072,26990,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/legs_noskirt',67650),
(27073,26991,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/right',67650),
(27074,26992,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/shoulders',67650),
(27075,26993,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/shoulders_nopauldrons',67650),
(27076,26994,'accessories/wearable_items/_exp12/frostfell/vanguard_redgreen/skirt',67650),
(27077,26995,'staticobjects/_exp12/maldura/dwarven_obj_bookcase01',67650),
(27078,26996,'staticobjects/_exp12/maldura/dwarven_obj_ceilingdrapes',67650),
(27079,26997,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/hands',67650),
(27080,26998,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/head',67650),
(27081,26999,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/legs',67650),
(27082,27000,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/legs_noskirt',67650),
(27083,27001,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/shoulders',67650),
(27084,27002,'accessories/wearable_items/_exp12/frostfell/chain_redgreen/skirt',67650),
(27085,27003,'staticobjects/_exp12/maldura/maldura_stein_gate',67650),
(27086,27004,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/chest',67650),
(27087,27005,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/feet',67650),
(27088,27006,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/forearms',67650),
(27089,27007,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/hands',67650),
(27090,27008,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/head',67650),
(27091,27009,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/legs',67650),
(27092,27010,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/shoulders',67650),
(27093,27011,'accessories/wearable_items/_exp12/squidman_armor/heavy_cloth/skirt',67650),
(27094,27012,'staticobjects/_exp12/player_housing/dwarven_obj_standing_banner_dpo',67650),
(27095,27013,'staticobjects/_exp12/player_housing/dwarven_obj_standing_bannerregal_dpo',67650),
(27096,27014,'staticobjects/_exp12/maldura/dwarven_obj_chargestation_fx',67650),
(27097,27015,'staticobjects/_exp12/maldura/deep_dwarf_helm_epic',67650),
(27098,27016,'_exp12/objects/exp12_dun_duergarcity/minecart_01',67650),
(27099,27017,'_exp12/objects/exp12_dun_duergarcity/minecart_02',67650),
(27100,27018,'_exp12/characters/monsters/duck_2015/duck_dark',67650),
(27101,27019,'_exp12/characters/monsters/duck_2015/duck_white',67650),
(27102,27020,'_exp12/characters/monsters/duck_2015/duck_yellow',67650),
(27103,27021,'_exp12/characters/monsters/slug/slug_base1',67650),
(27104,27022,'_exp12/characters/monsters/slug/slug_base2_green',67650),
(27105,27023,'_exp12/characters/monsters/slug/slug_base3_purple',67650),
(27106,27024,'_exp12/characters/monsters/slug/slug_base4_banana',67650),
(27107,27025,'_exp12/characters/monsters/slug/slug_base5_albino',67650),
(27108,27026,'_exp12/characters/monsters/slug/slug_base6_shadow',67650),
(27109,27027,'_exp12/characters/monsters/slug/slug_elemental_fire_immolated',67650),
(27110,27028,'_exp12/characters/monsters/slug/slug_elemental_fire1',67650),
(27111,27029,'_exp12/characters/monsters/slug/slug_elemental_fire2',67650),
(27112,27030,'_exp12/characters/monsters/slug/slug_elemental_ice1',67650),
(27113,27031,'_exp12/characters/monsters/slug/slug_elemental_ice2',67650),
(27114,27032,'_exp12/characters/monsters/slug/slug_thalumbra1',67650),
(27115,27033,'_exp12/characters/monsters/slug/slug_thalumbra2',67650),
(27116,27034,'_exp12/characters/monsters/slug/slug_thalumbra3',67650),
(27117,27035,'accessories/wearable_items/_exp12/black_bolt/head_eye_light',67650),
(27118,27036,'_exp12/characters/tool_users/fungusman_um/fungusman_boss_um',67650),
(27119,27037,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_bluewhite',67650),
(27120,27038,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_bluewhite_effectwings',67650),
(27121,27039,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_bluewhite_efx',67650),
(27122,27040,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_bluewhite_wreath',67650),
(27123,27041,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_greenwhitered',67650),
(27124,27042,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_greenwhitered_wreath',67650),
(27125,27043,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_redgreen',67650),
(27126,27044,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_redgreen_wreath',67650),
(27127,27045,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_redwhitegreen',67650),
(27128,27046,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_redwhitegreen_wreath',67650),
(27129,27047,'_exp12/characters/monsters/babydragon_plush/frostfell/baby_dragon_frostfell_whiteblue',67650),
(27130,27048,'creatures/mounts/warhog_mount/warhog_maldura',67650),
(27131,27049,'creatures/mounts/warhog_mount/warhog_maldura_mount',67650),
(27132,27050,'_exp12/characters/monsters/duck_2015/duck_berserker',67650),
(27133,27051,'_exp12/characters/monsters/duck_2015/duck_brigand',67650),
(27134,27052,'_exp12/characters/monsters/duck_2015/duck_inquisitor',67650),
(27135,27053,'_exp12/characters/monsters/duck_2015/duck_wizard',67650),
(27136,27054,'staticobjects/_exp12/maldura/dwarven_obj_cart02',67650),
(27137,27055,'_exp12/objects/exp12_rgn_umbra02/relic_chest_01',67650),
(27138,27056,'_exp12/objects/exp12_rgn_umbra02/relic_chest_02',67650),
(27139,27057,'_exp12/objects/exp12_rgn_umbra02/relic_chest_03',67650),
(27140,27058,'_exp12/characters/monsters/babydragon_plush/baby_dragon_horned_burlapblack',67650),
(27141,27059,'_exp12/characters/monsters/babydragon_plush/baby_dragon_horned_burlapblue',67650),
(27142,27060,'_exp12/characters/monsters/babydragon_plush/baby_dragon_horned_burlapgreen',67650),
(27143,27061,'_exp12/characters/monsters/babydragon_plush/baby_dragon_horned_burlappink',67650),
(27144,27062,'_exp12/characters/monsters/babydragon_plush/baby_dragon_horned_burlapred',67650),
(27145,27063,'_exp12/characters/monsters/babydragon_plush/helmed/baby_dragon_helmed_tophat1',67650),
(27146,27064,'_exp12/characters/monsters/babydragon_plush/helmed/baby_dragon_helmed_tophat2',67650),
(27147,27065,'_exp12/characters/monsters/babydragon_plush/helmed/baby_dragon_helmed_tophat2_fx',67650),
(27148,27066,'_exp12/characters/monsters/babydragon_plush/helmed/baby_dragon_helmed_tophat3',67650),
(27149,27067,'staticobjects/building_blocks/rosewood/houseblock_1x1_column_rosewood',67650),
(27150,27068,'staticobjects/building_blocks/rosewood/houseblock_1x2_column_rosewood',67650),
(27151,27069,'staticobjects/building_blocks/rosewood/houseblock_1x2_dividerblock_rosewood',67650),
(27152,27070,'staticobjects/building_blocks/rosewood/houseblock_1xhalf_block_rosewood',67650),
(27153,27071,'staticobjects/building_blocks/rosewood/houseblock_2x2_dividerblock_rosewood',67650),
(27154,27072,'staticobjects/building_blocks/rosewood/houseblock_rail_rosewood',67650),
(27155,27073,'staticobjects/building_blocks/rosewood/houseblock_roundtile_rosewood',67650),
(27156,27074,'staticobjects/building_blocks/rosewood/houseblock_stair_rosewood',67650),
(27157,27075,'staticobjects/building_blocks/rosewood/houseblock_triangletile_rosewood',67650),
(27158,27076,'staticobjects/building_blocks/rosewood/housecube_1x1_block_rosewood',67650),
(27159,27077,'accessories/wieldable_items/weapons/exp12/1h_crush/1h_crush_dwarf_evil_hammer',67650),
(27160,27078,'accessories/wearable_items/cloak/exp07/fae_d_wing01_demon_white',67650),
(27161,27079,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_black',67650),
(27162,27080,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_blue',67650),
(27163,27081,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_green',67650),
(27164,27082,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_hollyleaf',67650),
(27165,27083,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_pink',67650),
(27166,27084,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_red',67650),
(27167,27085,'accessories/wearable_items/profesion_hats/christmas_hat_updated/head_snowflake',67650),
(27168,27086,'accessories/wearable_items/profesion_hats/christmas_hat_updated/basic_red/head',67650),
(27169,27087,'accessories/wearable_items/profesion_hats/beard_holiday/head_hat_green',67650),
(27170,27088,'creatures/mounts/pig_mount/pig_mount_base',67650),
(27171,27089,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_bush01',67650),
(27172,27090,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_bush01_blue',67650),
(27173,27091,'staticobjects/liveevent/frostfell/holiday_pointsettia03',67650),
(27174,27092,'staticobjects/liveevent/frostfell/holiday_pointsettia07',67650),
(27175,27093,'staticobjects/liveevent/frostfell/holiday_pointsettia08',67650),
(27176,27094,'staticobjects/liveevent/frostfell/snow_globe_2015_1',67650),
(27177,27095,'staticobjects/liveevent/frostfell/window_festive_tall',67650),
(27178,27096,'staticobjects/liveevent/frostfell/window_festive_wide',67650),
(27179,27097,'staticobjects/liveevent/frostfell/holiday_nutbowl_01',67650),
(27180,27098,'staticobjects/liveevent/frostfell/holiday_nutbowl_02',67650),
(27181,27099,'staticobjects/_exp12/maldura/obj_maldura_upperhub_gate01',67650),
(27182,27100,'staticobjects/liveevent/frostfell/dpo_snowglobe_ratwheel01',67650),
(27183,27101,'staticobjects/liveevent/frostfell/dpo_frostfellpillow2015_giggle',67650),
(27184,27102,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_statue_trout01_dpo',67650),
(27185,27103,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_statue_turtle01_dpo',67650),
(27186,27104,'staticobjects/liveevent/frostfell/snowglobe_tinkered',67650),
(27187,27105,'playerstudio/houseitems/forest_bungalow',67650),
(27188,27106,'playerstudio/houseitems/forest_door',67650),
(27189,27107,'playerstudio/houseitems/forest_elderhouse',67650),
(27190,27108,'playerstudio/houseitems/forest_house',67650),
(27191,27109,'playerstudio/houseitems/forest_lamp',67650),
(27192,27110,'playerstudio/houseitems/forest_streetlamp',67650),
(27193,27111,'playerstudio/houseitems/forest_skyhouse',67650),
(27194,27112,'staticobjects/soe_wallet/holiday_objects/frostfell_hedgepiece',67650),
(27195,27113,'staticobjects/soe_wallet/holiday_objects/frostfell_hedgepiece_with_lights',67650),
(27196,27114,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_candycane',67650),
(27197,27115,'creatures/mounts/pig_mount/pig_mount_pink',67650),
(27198,27116,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_redstripe',67650),
(27199,27117,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_snowflake',67650),
(27200,27118,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_square_candycane',67650),
(27201,27119,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_square_giggle',67650),
(27202,27120,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_square_redstripe',67650),
(27203,27121,'staticobjects/soe_wallet/holiday_objects/frostfell_pillow_square_snowflake',67650),
(27204,27122,'staticobjects/soe_wallet/holiday_objects/snow_globe_2015_2',67650),
(27205,27123,'staticobjects/soe_wallet/holiday_objects/snow_globe_2015_3',67650),
(27206,27124,'staticobjects/soe_wallet/holiday_objects/snow_globe_2015_4',67650),
(27207,27125,'staticobjects/soe_wallet/holiday_objects/present2015_big_bluestripe',67650),
(27208,27126,'staticobjects/soe_wallet/holiday_objects/present2015_big_greenvine',67650),
(27209,27127,'staticobjects/soe_wallet/holiday_objects/present2015_big_redstripe',67650),
(27210,27128,'staticobjects/soe_wallet/holiday_objects/present2015_big_redvine',67650),
(27211,27129,'staticobjects/soe_wallet/holiday_objects/present2015_big_snowflake',67650),
(27212,27130,'staticobjects/soe_wallet/holiday_objects/present2015_medium_bluestripe',67650),
(27213,27131,'staticobjects/soe_wallet/holiday_objects/present2015_medium_greenvine',67650),
(27214,27132,'staticobjects/soe_wallet/holiday_objects/present2015_medium_redstripe',67650),
(27215,27133,'staticobjects/soe_wallet/holiday_objects/present2015_medium_redvine',67650),
(27216,27134,'staticobjects/soe_wallet/holiday_objects/present2015_medium_snowflake',67650),
(27217,27135,'staticobjects/soe_wallet/holiday_objects/present2015_small_bluestripe',67650),
(27218,27136,'staticobjects/soe_wallet/holiday_objects/present2015_small_greenvine',67650),
(27219,27137,'staticobjects/soe_wallet/holiday_objects/present2015_small_redstripe',67650),
(27220,27138,'staticobjects/soe_wallet/holiday_objects/present2015_small_redvine',67650),
(27221,27139,'staticobjects/soe_wallet/holiday_objects/present2015_small_snowflake',67650),
(27222,27140,'playerstudio/houseitems/frostfell_popupbook',67650),
(27223,27141,'playerstudio/houseitems/beach_boardwalk',67650),
(27224,27142,'playerstudio/houseitems/hinterlands_table',67650),
(27225,27143,'_exp10/characters/tool_users/frost_fae/frost_fae_variant',67650),
(27226,27144,'_exp12/characters/tool_users/dwarf_grey/graybeard_elite_guard',67650),
(27227,27145,'_exp12/characters/tool_users/dwarf_grey/graybeard_sureshot',67650),
(27228,27146,'_exp12/characters/tool_users/dwarf_grey/graybeard_terramancer',67650),
(27229,27147,'_exp12/characters/tool_users/dwarf_wight/ashenfell_elite_guard',67650),
(27230,27148,'_exp12/characters/tool_users/dwarf_wight/ashenfell_sureshot',67650),
(27231,27149,'_exp12/characters/tool_users/dwarf_wight/ashenfell_terramancer',67650),
(27232,27150,'staticobjects/soe_wallet/holiday_objects/window_festive_wide2',67650),
(27233,27151,'staticobjects/soe_wallet/holiday_objects/window_festive_wide3',67650),
(27234,27152,'staticobjects/soe_wallet/holiday_objects/window_festive_wide4',67650),
(27235,27153,'staticobjects/soe_wallet/holiday_objects/window_festive_tall2',67650),
(27236,27154,'staticobjects/soe_wallet/holiday_objects/window_festive_tall3',67650),
(27237,27155,'staticobjects/soe_wallet/holiday_objects/window_festive_tall4',67650),
(27238,27156,'_exp09/characters/monsters/cookie_man/gingerbread_man_ninja1',67650),
(27239,27157,'_exp09/characters/monsters/cookie_man/gingerbread_man_ninja2',67650),
(27240,27158,'_exp09/characters/monsters/cookie_man/gingerbread_man_ninja3',67650),
(27241,27159,'accessories/wearable_items/_exp13/shattered_keep/accessory/belt_shattered_keep',67650),
(27242,27160,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_chain',67650),
(27243,27161,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_heavy',67650),
(27244,27162,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain_left',67650),
(27245,27163,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain_right',67650),
(27246,27164,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy_left',67650),
(27247,27165,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy_right',67650),
(27248,27166,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light_left',67650),
(27249,27167,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light_right',67650),
(27250,27168,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe_left',67650),
(27251,27169,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe_right',67650),
(27252,27170,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin_left',67650),
(27253,27171,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin_right',67650),
(27254,27172,'accessories/wearable_items/_exp13/shattered_keep/accessory/snapon_head',67650),
(27255,27173,'accessories/wearable_items/_exp13/shattered_keep/chain/chest',67650),
(27256,27174,'accessories/wearable_items/_exp13/shattered_keep/chain/feet',67650),
(27257,27175,'accessories/wearable_items/_exp13/shattered_keep/chain/forearms',67650),
(27258,27176,'accessories/wearable_items/_exp13/shattered_keep/chain/hands',67650),
(27259,27177,'accessories/wearable_items/_exp13/shattered_keep/chain/head',67650),
(27260,27178,'accessories/wearable_items/_exp13/shattered_keep/chain/head_epic',67650),
(27261,27179,'accessories/wearable_items/_exp13/shattered_keep/chain/legs',67650),
(27262,27180,'accessories/wearable_items/_exp13/shattered_keep/chain/legs_noskirt',67650),
(27263,27181,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders',67650),
(27264,27182,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_epic',67650),
(27265,27183,'accessories/wearable_items/_exp13/shattered_keep/chain/skirt',67650),
(27266,27184,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/chest',67650),
(27267,27185,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/feet',67650),
(27268,27186,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/forearms',67650),
(27269,27187,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/hands',67650),
(27270,27188,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/head',67650),
(27271,27189,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/legs',67650),
(27272,27190,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/shoulders',67650),
(27273,27191,'accessories/wearable_items/_exp13/shattered_keep/heavycloth/skirt',67650),
(27274,27192,'accessories/wearable_items/_exp13/shattered_keep/leather/chest',67650),
(27275,27193,'accessories/wearable_items/_exp13/shattered_keep/leather/feet',67650),
(27276,27194,'accessories/wearable_items/_exp13/shattered_keep/leather/forearms',67650),
(27277,27195,'accessories/wearable_items/_exp13/shattered_keep/leather/hands',67650),
(27278,27196,'accessories/wearable_items/_exp13/shattered_keep/leather/head',67650),
(27279,27197,'accessories/wearable_items/_exp13/shattered_keep/leather/legs',67650),
(27280,27198,'accessories/wearable_items/_exp13/shattered_keep/leather/legs_noskirt',67650),
(27281,27199,'accessories/wearable_items/_exp13/shattered_keep/leather/shoulders',67650),
(27282,27200,'accessories/wearable_items/_exp13/shattered_keep/leather/shoulders_epic',67650),
(27283,27201,'accessories/wearable_items/_exp13/shattered_keep/leather/skirt',67650),
(27284,27202,'accessories/wearable_items/_exp13/shattered_keep/robe/chest',67650),
(27285,27203,'accessories/wearable_items/_exp13/shattered_keep/robe/chest_epic',67650),
(27286,27204,'accessories/wearable_items/_exp13/shattered_keep/robe/collar',67650),
(27287,27205,'accessories/wearable_items/_exp13/shattered_keep/robe/feet',67650),
(27288,27206,'accessories/wearable_items/_exp13/shattered_keep/robe/hands',67650),
(27289,27207,'accessories/wearable_items/_exp13/shattered_keep/robe/head',67650),
(27290,27208,'accessories/wearable_items/_exp13/shattered_keep/robe/pants',67650),
(27291,27209,'accessories/wearable_items/_exp13/shattered_keep/robe/skirt',67650),
(27292,27210,'accessories/wearable_items/_exp13/shattered_keep/vanguard/chest',67650),
(27293,27211,'accessories/wearable_items/_exp13/shattered_keep/vanguard/feet',67650),
(27294,27212,'accessories/wearable_items/_exp13/shattered_keep/vanguard/forearms',67650),
(27295,27213,'accessories/wearable_items/_exp13/shattered_keep/vanguard/hands',67650),
(27296,27214,'accessories/wearable_items/_exp13/shattered_keep/vanguard/head',67650),
(27297,27215,'accessories/wearable_items/_exp13/shattered_keep/vanguard/head_epic_heavy',67650),
(27298,27216,'accessories/wearable_items/_exp13/shattered_keep/vanguard/legs',67650),
(27299,27217,'accessories/wearable_items/_exp13/shattered_keep/vanguard/legs_epic',67650),
(27300,27218,'accessories/wearable_items/_exp13/shattered_keep/vanguard/legs_noskirt',67650),
(27301,27219,'accessories/wearable_items/_exp13/shattered_keep/vanguard/right',67650),
(27302,27220,'accessories/wearable_items/_exp13/shattered_keep/vanguard/shoulders',67650),
(27303,27221,'accessories/wearable_items/_exp13/shattered_keep/vanguard/shoulders_epic',67650),
(27304,27222,'accessories/wearable_items/_exp13/shattered_keep/vanguard/shoulders_nopauldrons',67650),
(27305,27223,'accessories/wearable_items/_exp13/shattered_keep/vanguard/skirt',67650),
(27306,27224,'accessories/wearable_items/cloak/exp13/cloak_shattered_keep',67650),
(27307,27225,'accessories/wearable_items/cloak/exp13/cloak_shattered_keep_marblegold',67650),
(27308,27226,'accessories/wearable_items/_exp13/shattered_keep/accessory/belt_shattered_keep2',67650),
(27309,27227,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_chain2',67650),
(27310,27228,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_heavy2',67650),
(27311,27229,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain2_left',67650),
(27312,27230,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain2_right',67650),
(27313,27231,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy2_left',67650),
(27314,27232,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy2_right',67650),
(27315,27233,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light2_left',67650),
(27316,27234,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light2_right',67650),
(27317,27235,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe2_left',67650),
(27318,27236,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe2_right',67650),
(27319,27237,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin2_left',67650),
(27320,27238,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin2_right',67650),
(27321,27239,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/chest',67650),
(27322,27240,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/feet',67650),
(27323,27241,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/forearms',67650),
(27324,27242,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/hands',67650),
(27325,27243,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/head',67650),
(27326,27244,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/head_epic',67650),
(27327,27245,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/legs',67650),
(27328,27246,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/legs_noskirt',67650),
(27329,27247,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/shoulders',67650),
(27330,27248,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/shoulders_epic',67650),
(27331,27249,'accessories/wearable_items/_exp13/shattered_keep/chain_marblegold/skirt',67650),
(27332,27250,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/chest',67650),
(27333,27251,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/feet',67650),
(27334,27252,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/forearms',67650),
(27335,27253,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/hands',67650),
(27336,27254,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/head',67650),
(27337,27255,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/legs',67650),
(27338,27256,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/shoulders',67650),
(27339,27257,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_marblegold/skirt',67650),
(27340,27258,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/chest',67650),
(27341,27259,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/feet',67650),
(27342,27260,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/forearms',67650),
(27343,27261,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/hands',67650),
(27344,27262,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/head',67650),
(27345,27263,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/legs',67650),
(27346,27264,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/legs_noskirt',67650),
(27347,27265,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/shoulders',67650),
(27348,27266,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/shoulders_epic',67650),
(27349,27267,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/skirt',67650),
(27350,27268,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/chest',67650),
(27351,27269,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/chest_epic',67650),
(27352,27270,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/collar',67650),
(27353,27271,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/head',67650),
(27354,27272,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/pants',67650),
(27355,27273,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/skirt',67650),
(27356,27274,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/chest',67650),
(27357,27275,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/feet',67650),
(27358,27276,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/forearms',67650),
(27359,27277,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/hands',67650),
(27360,27278,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/head',67650),
(27361,27279,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/head_epic',67650),
(27362,27280,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/legs',67650),
(27363,27281,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/legs_epic',67650),
(27364,27282,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/legs_noskirt',67650),
(27365,27283,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/right',67650),
(27366,27284,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/shoulders',67650),
(27367,27285,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/shoulders_epic',67650),
(27368,27286,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/shoulders_nopauldrons',67650),
(27369,27287,'accessories/wearable_items/_exp13/shattered_keep/vanguard_marblegold/skirt',67650),
(27370,27288,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/feet',67650),
(27371,27289,'accessories/wearable_items/_exp13/shattered_keep/robe_marblegold/hands',67650),
(27372,27290,'accessories/wearable_items/_exp13/shattered_keep/leather_marblegold/head_hood',67650),
(27373,27291,'staticobjects/liveevent/erollisi_objects/dpo_lf_vase_monk02',67650),
(27374,27292,'staticobjects/flora/exp11_ki_bush_small_leaves01_high',67650),
(27375,27293,'staticobjects/flora/exp11_lush_bush02',67650),
(27376,27294,'_exp12/characters/monsters/babydragon_plush/baby_dragon_skeletal',67650),
(27377,27295,'_exp13/characters/tool_users/zek_orc/zek_orc_base',67650),
(27378,27296,'staticobjects/liveevent/erollisi_objects/errolisi_heartpillow_denim02',67650),
(27379,27297,'staticobjects/liveevent/erollisi_objects/erollisi_mirror_flowered_round',67650),
(27380,27298,'staticobjects/soe_wallet/holiday_objects/erollisi_mirror_flowered',67650),
(27381,27299,'staticobjects/soe_wallet/holiday_objects/erollisi_mirror_flowered_tall',67650),
(27382,27300,'staticobjects/soe_wallet/holiday_objects/erollisi_mirror_flowered_wide',67650),
(27383,27301,'playerstudio/houseitems/big_bang',67650),
(27384,27302,'playerstudio/houseitems/bow_on_stand',67650),
(27385,27303,'playerstudio/houseitems/bow_on_wall',67650),
(27386,27304,'playerstudio/houseitems/chalk_board',67650),
(27387,27305,'playerstudio/houseitems/cooking_fireplace',67650),
(27388,27306,'playerstudio/houseitems/dark_coach_buggy',67650),
(27389,27307,'playerstudio/houseitems/de_displaycase_conservatory',67650),
(27390,27308,'playerstudio/houseitems/de_door_conservatory',67650),
(27391,27309,'playerstudio/houseitems/de_doorway_conservatory',67650),
(27392,27310,'playerstudio/houseitems/de_end_conservatory',67650),
(27393,27311,'playerstudio/houseitems/de_hall_conservatory',67650),
(27394,27312,'playerstudio/houseitems/de_planter_conservatory',67650),
(27395,27313,'playerstudio/houseitems/de_purpleblossom',67650),
(27396,27314,'playerstudio/houseitems/de_table_conservatory',67650),
(27397,27315,'playerstudio/houseitems/dovecote_house',67650),
(27398,27316,'playerstudio/houseitems/golden_dragoncarpet',67650),
(27399,27317,'playerstudio/houseitems/guitar_houseitem',67650),
(27400,27318,'playerstudio/houseitems/hanging_potspans',67650),
(27401,27319,'playerstudio/houseitems/he_coffeetable',67650),
(27402,27320,'playerstudio/houseitems/he_blueblossom',67650),
(27403,27321,'playerstudio/houseitems/he_doorway_conservatory',67650),
(27404,27322,'playerstudio/houseitems/he_dresser',67650),
(27405,27323,'playerstudio/houseitems/he_dressingstool',67650),
(27406,27324,'playerstudio/houseitems/he_dressingtable',67650),
(27407,27325,'playerstudio/houseitems/he_end_conservatory',67650),
(27408,27326,'playerstudio/houseitems/he_hall_conservatory',67650),
(27409,27327,'playerstudio/houseitems/he_mirror',67650),
(27410,27328,'playerstudio/houseitems/he_nightstand',67650),
(27411,27329,'playerstudio/houseitems/he_planter_conservatory',67650),
(27412,27330,'playerstudio/houseitems/he_table_conservatory',67650),
(27413,27331,'playerstudio/houseitems/hot_tub',67650),
(27414,27332,'playerstudio/houseitems/island_beachbar',67650),
(27415,27333,'playerstudio/houseitems/island_beachshelves',67650),
(27416,27334,'playerstudio/houseitems/island_beachstool',67650),
(27417,27335,'playerstudio/houseitems/large_fishtank',67650),
(27418,27336,'playerstudio/houseitems/light_coach_buggy',67650),
(27419,27337,'playerstudio/houseitems/metal_20step_staircase',67650),
(27420,27338,'playerstudio/houseitems/mortar_cannon',67650),
(27421,27339,'playerstudio/houseitems/newneriak_door',67650),
(27422,27340,'playerstudio/houseitems/regal_20step_staircase',67650),
(27423,27341,'playerstudio/houseitems/roof_with_dormer',67650),
(27424,27342,'playerstudio/houseitems/sandy_path',67650),
(27425,27343,'playerstudio/houseitems/shallow_roof',67650),
(27426,27344,'playerstudio/houseitems/sundial_pedestal',67650),
(27427,27345,'playerstudio/houseitems/we_redblossom',67650),
(27428,27346,'playerstudio/houseitems/we_displaycase_conservatory',67650),
(27429,27347,'playerstudio/houseitems/we_door_conservatory',67650),
(27430,27348,'playerstudio/houseitems/we_doorway_conservatory',67650),
(27431,27349,'playerstudio/houseitems/we_end_conservatory',67650),
(27432,27350,'playerstudio/houseitems/we_hall_conservatory',67650),
(27433,27351,'playerstudio/houseitems/we_planter_conservatory',67650),
(27434,27352,'playerstudio/houseitems/we_table_conservatory',67650),
(27435,27353,'playerstudio/houseitems/wedding_ring',67650),
(27436,27354,'playerstudio/houseitems/wedding_ring2',67650),
(27437,27355,'playerstudio/houseitems/wooden_20step_staircase',67650),
(27438,27356,'playerstudio/houseitems/wooden_planter',67650),
(27439,27357,'playerstudio/houseitems/woodenspiral_staircase',67650),
(27440,27358,'playerstudio/houseitems/he_door_conservatory',67650),
(27441,27359,'playerstudio/houseitems/he_displaycase_conservatory',67650),
(27442,27360,'_exp12/characters/monsters/babydragon_plush/baby_dragon_plush_heart',67650),
(27443,27361,'playerstudio/characters/weapons/1h_sword/rosesword/rosesword',67650),
(27444,27362,'playerstudio/characters/weapons/bow/rosebow/rosebow',67650),
(27445,27363,'accessories/wearable_items/_exp13/bloodiron/accessory/belt_bloodiron',67650),
(27446,27364,'accessories/wearable_items/_exp13/bloodiron/accessory/belt_bloodiron_heavycloth',67650),
(27447,27365,'accessories/wearable_items/_exp13/bloodiron/accessory/forearm_left',67650),
(27448,27366,'accessories/wearable_items/_exp13/bloodiron/accessory/forearm_right',67650),
(27449,27367,'accessories/wearable_items/_exp13/bloodiron/accessory/head_epic_heavy',67650),
(27450,27368,'accessories/wearable_items/_exp13/bloodiron/accessory/head_epic_light',67650),
(27451,27369,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_heavy_left',67650),
(27452,27370,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_heavy_right',67650),
(27453,27371,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_leather_lower_right',67650),
(27454,27372,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_leather_upper_right',67650),
(27455,27373,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_light_left',67650),
(27456,27374,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_light_right',67650),
(27457,27375,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_robe_left',67650),
(27458,27376,'accessories/wearable_items/_exp13/bloodiron/accessory/pauldron_robe_right',67650),
(27459,27377,'accessories/wearable_items/_exp13/bloodiron/accessory/shin_left',67650),
(27460,27378,'accessories/wearable_items/_exp13/bloodiron/accessory/shin_right',67650),
(27461,27379,'accessories/wearable_items/_exp13/bloodiron/chain/chest',67650),
(27462,27380,'accessories/wearable_items/_exp13/bloodiron/chain/feet',67650),
(27463,27381,'accessories/wearable_items/_exp13/bloodiron/chain/forearms',67650),
(27464,27382,'accessories/wearable_items/_exp13/bloodiron/chain/hands',67650),
(27465,27383,'accessories/wearable_items/_exp13/bloodiron/chain/head',67650),
(27466,27384,'accessories/wearable_items/_exp13/bloodiron/chain/head_epic',67650),
(27467,27385,'accessories/wearable_items/_exp13/bloodiron/chain/legs',67650),
(27468,27386,'accessories/wearable_items/_exp13/bloodiron/chain/legs_noskirt',67650),
(27469,27387,'accessories/wearable_items/_exp13/bloodiron/chain/shoulders',67650),
(27470,27388,'accessories/wearable_items/_exp13/bloodiron/chain/shoulders_epic',67650),
(27471,27389,'accessories/wearable_items/_exp13/bloodiron/chain/skirt',67650),
(27472,27390,'accessories/wearable_items/_exp13/bloodiron/heavycloth/chest',67650),
(27473,27391,'accessories/wearable_items/_exp13/bloodiron/heavycloth/feet',67650),
(27474,27392,'accessories/wearable_items/_exp13/bloodiron/heavycloth/hands',67650),
(27475,27393,'accessories/wearable_items/_exp13/bloodiron/heavycloth/head',67650),
(27476,27394,'accessories/wearable_items/_exp13/bloodiron/heavycloth/legs',67650),
(27477,27395,'accessories/wearable_items/_exp13/bloodiron/heavycloth/legs_epic',67650),
(27478,27396,'accessories/wearable_items/_exp13/bloodiron/heavycloth/shoulders',67650),
(27479,27397,'accessories/wearable_items/_exp13/bloodiron/heavycloth/skirt',67650),
(27480,27398,'accessories/wearable_items/_exp13/bloodiron/heavycloth/belt/skirt 2',67650),
(27481,27399,'accessories/wearable_items/_exp13/bloodiron/heavycloth/belt/skirt',67650),
(27482,27400,'accessories/wearable_items/_exp13/bloodiron/leather/chest',67650),
(27483,27401,'accessories/wearable_items/_exp13/bloodiron/leather/feet',67650),
(27484,27402,'accessories/wearable_items/_exp13/bloodiron/leather/forearms',67650),
(27485,27403,'accessories/wearable_items/_exp13/bloodiron/leather/hands',67650),
(27486,27404,'accessories/wearable_items/_exp13/bloodiron/leather/head',67650),
(27487,27405,'accessories/wearable_items/_exp13/bloodiron/leather/legs',67650),
(27488,27406,'accessories/wearable_items/_exp13/bloodiron/leather/legs_noskirt',67650),
(27489,27407,'accessories/wearable_items/_exp13/bloodiron/leather/shoulders',67650),
(27490,27408,'accessories/wearable_items/_exp13/bloodiron/leather/shoulders_epic',67650),
(27491,27409,'accessories/wearable_items/_exp13/bloodiron/leather/skirt',67650),
(27492,27410,'accessories/wearable_items/_exp13/bloodiron/robe/chest',67650),
(27493,27411,'accessories/wearable_items/_exp13/bloodiron/robe/chest_epic',67650),
(27494,27412,'accessories/wearable_items/_exp13/bloodiron/robe/feet',67650),
(27495,27413,'accessories/wearable_items/_exp13/bloodiron/robe/hands',67650),
(27496,27414,'accessories/wearable_items/_exp13/bloodiron/robe/head',67650),
(27497,27415,'accessories/wearable_items/_exp13/bloodiron/robe/hood',67650),
(27498,27416,'accessories/wearable_items/_exp13/bloodiron/robe/pants',67650),
(27499,27417,'accessories/wearable_items/_exp13/bloodiron/robe/skirt',67650),
(27500,27418,'accessories/wearable_items/_exp13/bloodiron/vanguard/chest',67650),
(27501,27419,'accessories/wearable_items/_exp13/bloodiron/vanguard/feet',67650),
(27502,27420,'accessories/wearable_items/_exp13/bloodiron/vanguard/forearms',67650),
(27503,27421,'accessories/wearable_items/_exp13/bloodiron/vanguard/hands',67650),
(27504,27422,'accessories/wearable_items/_exp13/bloodiron/vanguard/hands_epic',67650),
(27505,27423,'accessories/wearable_items/_exp13/bloodiron/vanguard/head',67650),
(27506,27424,'accessories/wearable_items/_exp13/bloodiron/vanguard/head_epic',67650),
(27507,27425,'accessories/wearable_items/_exp13/bloodiron/vanguard/legs',67650),
(27508,27426,'accessories/wearable_items/_exp13/bloodiron/vanguard/legs_epic',67650),
(27509,27427,'accessories/wearable_items/_exp13/bloodiron/vanguard/legs_noskirt',67650),
(27510,27428,'accessories/wearable_items/_exp13/bloodiron/vanguard/right',67650),
(27511,27429,'accessories/wearable_items/_exp13/bloodiron/vanguard/shoulders',67650),
(27512,27430,'accessories/wearable_items/_exp13/bloodiron/vanguard/shoulders_epic',67650),
(27513,27431,'accessories/wearable_items/_exp13/bloodiron/vanguard/shoulders_nopauldrons',67650),
(27514,27432,'accessories/wearable_items/_exp13/bloodiron/vanguard/skirt',67650),
(27515,27433,'accessories/npc_wearables/ork_zek/chest_01',67650),
(27516,27434,'accessories/npc_wearables/ork_zek/chest_02',67650),
(27517,27435,'accessories/npc_wearables/ork_zek/hands_01',67650),
(27518,27436,'accessories/npc_wearables/ork_zek/head_01',67650),
(27519,27437,'accessories/npc_wearables/ork_zek/head_02',67650),
(27520,27438,'accessories/npc_wearables/ork_zek/legs_01',67650),
(27521,27439,'_exp12/characters/monsters/babydragon_plush/baby_dragon_plush_heart_pattern',67650),
(27522,27440,'_exp12/characters/monsters/babydragon_plush/baby_dragon_plush_heart_pink',67650),
(27523,27441,'_exp12/characters/monsters/babydragon_plush/baby_dragon_plush_heart_red',67650),
(27524,27442,'_exp12/characters/monsters/babydragon_plush/baby_dragon_plush_heart_violet',67650),
(27525,27443,'staticobjects/orcishwastes_siege_01/cask_01',67650),
(27526,27444,'staticobjects/orcishwastes_siege_01/chest_01',67650),
(27527,27445,'staticobjects/orcishwastes_siege_01/locker_01',67650),
(27528,27446,'creatures/mounts/pig_mount/zek_pig_base',67650),
(27529,27447,'staticobjects/liveevent/bristlebane_day/headmount_owlbear',67650),
(27530,27448,'staticobjects/liveevent/bristlebane_day/dpo_hk_basket_bowl_chiles01',67650),
(27531,27449,'staticobjects/liveevent/bristlebane_day/dpo_halfing_furnace_still01',67650),
(27532,27450,'staticobjects/liveevent/bristlebane_day/dpo_halfing_keg_rack01',67650),
(27533,27451,'staticobjects/liveevent/bristlebane_day/dpo_halfling_blueprint02',67650),
(27534,27452,'staticobjects/liveevent/bristlebane_day/dpo_hk_kitchen_winebottle02',67650),
(27535,27453,'staticobjects/liveevent/bristlebane_day/dpo_pik_barrel_lool_broken',67650),
(27536,27454,'staticobjects/liveevent/bristlebane_day/dpo_pik_chest_loot02',67650),
(27537,27455,'staticobjects/liveevent/bristlebane_day/dpo_vp_jar01',67650),
(27538,27456,'staticobjects/liveevent/bristlebane_day/dpo_river_halflingdoor03',67650),
(27539,27457,'staticobjects/liveevent/brew_day/brew_keg_building_sign',67650),
(27540,27458,'staticobjects/liveevent/brew_day/brewfest_tumpystonic_2016',67650),
(27541,27459,'staticobjects/liveevent/brew_day/dpo_wl_draconian_jar01',67650),
(27542,27460,'staticobjects/liveevent/brew_day/cr_orc_pillow01_dpo',67650),
(27543,27461,'staticobjects/liveevent/brew_day/dpo_pygmy_bowl_wmeat',67650),
(27544,27462,'staticobjects/liveevent/brew_day/highpass_keep_female_chain_dead_floor01',67650),
(27545,27463,'staticobjects/liveevent/brew_day/highpass_keep_female_chain_dead_floor02',67650),
(27546,27464,'staticobjects/liveevent/brew_day/highpass_keep_female_chain_dead_wall',67650),
(27547,27465,'staticobjects/liveevent/brew_day/highpass_keep_male_chain_dead_floor01',67650),
(27548,27466,'staticobjects/liveevent/brew_day/highpass_keep_male_chain_dead_floor02',67650),
(27549,27467,'staticobjects/liveevent/brew_day/highpass_keep_male_chain_dead_wall',67650),
(27550,27468,'staticobjects/liveevent/brew_day/bb_p13_barrelpivot01_dpo',67650),
(27551,27469,'staticobjects/liveevent/brew_day/bbm_lightsource_dwarf_torch01',67650),
(27552,27470,'staticobjects/liveevent/brew_day/kal_keg_large01',67650),
(27553,27471,'staticobjects/liveevent/brew_day/kal_keg_small01',67650),
(27554,27472,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_cupplain01',67650),
(27555,27473,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_cupplainmetal01',67650),
(27556,27474,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_ironpot01',67650),
(27557,27475,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_ironpotlarge01',67650),
(27558,27476,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_placesetting_metal01',67650),
(27559,27477,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_platemetal01',67650),
(27560,27478,'staticobjects/liveevent/brew_day/dpo_fpalt_kitchen_skillet01',67650),
(27561,27479,'staticobjects/liveevent/brew_day/kal_lightsource_firepot01',67650),
(27562,27480,'staticobjects/liveevent/brew_day/kal_kegstand_double01',67650),
(27563,27481,'_exp12/objects/exp12_rgn_umbra02/orc_siege_brazier',67650),
(27564,27482,'playerstudio/houseitems/painting_erolarrow',67650),
(27565,27483,'playerstudio/houseitems/garden_archway',67650),
(27566,27484,'playerstudio/houseitems/drunken_sakebucket',67650),
(27567,27485,'playerstudio/houseitems/drunken_plumwine',67650),
(27568,27486,'playerstudio/houseitems/drunken_sakedrum',67650),
(27569,27487,'playerstudio/houseitems/drunken_sakerack',67650),
(27570,27488,'playerstudio/houseitems/drunken_barcounter',67650),
(27571,27489,'playerstudio/houseitems/drunken_chair',67650),
(27572,27490,'playerstudio/houseitems/drunken_offering',67650),
(27573,27491,'staticobjects/soe_wallet/holiday_objects/window_brewday_h',67650),
(27574,27492,'staticobjects/soe_wallet/holiday_objects/window_brewday_thin',67650),
(27575,27493,'staticobjects/soe_wallet/holiday_objects/window_brewday_v',67650),
(27576,27494,'staticobjects/liveevent/brew_day/window_brewday_sq',67650),
(27577,27495,'staticobjects/shield/shard_of_love_shield_white_dpo',67650),
(27578,27496,'staticobjects/soe_wallet/holiday_objects/window_bristlebane_h',67650),
(27579,27497,'staticobjects/soe_wallet/holiday_objects/window_bristlebane_thin',67650),
(27580,27498,'staticobjects/soe_wallet/holiday_objects/window_bristlebane_v',67650),
(27581,27499,'staticobjects/liveevent/brew_day/snow_globe_brewday',67650),
(27582,27500,'staticobjects/liveevent/bristlebane_day/snow_globe_bristlebane',67650),
(27583,27501,'staticobjects/liveevent/bristlebane_day/window_bristlebane_sq',67650),
(27584,27502,'creatures/mounts/owl_mount/owl_mount_base',67650),
(27585,27503,'staticobjects/liveevent/brew_day/um_city_dwarvenplaque01_dpo',67650),
(27586,27504,'accessories/wieldable_items/shields/exp13/buckler_bloodiron',67650),
(27587,27505,'accessories/wieldable_items/shields/exp13/shield_bloodiron',67650),
(27588,27506,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_bloodiron',67650),
(27589,27507,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_bloodiron',67650),
(27590,27508,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_bloodiron',67650),
(27591,27509,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_bloodiron2',67650),
(27592,27510,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_bloodiron',67650),
(27593,27511,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_bloodiron',67650),
(27594,27512,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_bloodiron',67650),
(27595,27513,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_club_bloodiron',67650),
(27596,27514,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_bloodiron',67650),
(27597,27515,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_bloodiron',67650),
(27598,27516,'accessories/wieldable_items/weapons/exp13/bow/longbow_bloodiron',67650),
(27599,27517,'accessories/wieldable_items/weapons/exp13/fist/fist_bloodiron',67650),
(27600,27518,'accessories/wieldable_items/weapons/exp13/staff/spear_bloodiron',67650),
(27601,27519,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_bloodiron',67650),
(27602,27520,'accessories/wieldable_items/weapons/exp13/staff/staff_war_bloodiron',67650),
(27603,27521,'accessories/wieldable_items/weapons/exp13/talisman/talisman_bloodiron',67650),
(27604,27522,'_exp08/characters/tool_users/bog_wraith/bog_wraith_blood_chains',67650),
(27605,27523,'_exp08/characters/tool_users/bog_wraith/bog_wraith_chains',67650),
(27606,27524,'_exp12/characters/monsters/babydragon_plush/baby_dragon_shamrock',67650),
(27607,27525,'_exp12/characters/monsters/babydragon_plush/baby_dragon_shamrock_tophat',67650),
(27608,27526,'_exp07/zones/exp07_dun_drunder/dru_drunder01_p06_gong',67650),
(27609,27527,'creatures/mounts/owl_mount/owl_mount_barn',67650),
(27610,27528,'creatures/mounts/owl_mount/owl_mount_grey',67650),
(27611,27529,'_exp08/characters/monsters/warboar/warboar_orc',67650),
(27612,27530,'_exp13/characters/tool_users/zek_orc/zek_orc_fat_base',67650),
(27613,27531,'_exp13/characters/tool_users/zek_orc/zek_orc_mounted',67650),
(27614,27532,'accessories/wearable_items/cloak/exp13/cloak_bloodiron',67650),
(27615,27533,'accessories/wearable_items/cloak/exp13/cloak_bloodiron_diamond',67650),
(27616,27534,'creatures/monsters/mimic_03_gold',67650),
(27617,27535,'creatures/monsters/mimic_03_platinum',67650),
(27618,27536,'creatures/monsters/mimic_03_silver',67650),
(27619,27537,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_bloodiron',67650),
(27620,27538,'accessories/npc_wearables/ork_zek/chest_caster',67650),
(27621,27539,'accessories/npc_wearables/ork_zek/hands_caster',67650),
(27622,27540,'accessories/npc_wearables/ork_zek/head_caster',67650),
(27623,27541,'accessories/npc_wearables/ork_zek/legs_caster',67650),
(27624,27542,'_exp13/characters/tool_users/zek_orc/zek_orc_fat_base_blood',67650),
(27625,27543,'accessories/wieldable_items/shields/exp13/shield_kite_nightmare',67650),
(27626,27544,'_exp12/characters/monsters/babydragon_plush/baby_dragon_brewday3',67650),
(27627,27545,'_exp12/characters/monsters/babydragon_plush/baby_dragon_brewday2',67650),
(27628,27546,'_exp12/characters/monsters/babydragon_plush/baby_dragon_brewday1',67650),
(27629,27547,'accessories/npc_wearables/ork_zek/spear_bloodiron_npc_bostaff',67650),
(27630,27548,'accessories/npc_wearables/ork_zek/staff_mage_bloodiron_npc_bostaff',67650),
(27631,27549,'accessories/npc_wearables/ork_zek/staff_war_bloodiron_npc_bostaff',67650),
(27632,27550,'staticobjects/orcishwastes_siege_01/chair_01',67650),
(27633,27551,'accessories/npc_wearables/ork_zek/chest_executioner',67650),
(27634,27552,'accessories/npc_wearables/ork_zek/chest_executioner_blood',67650),
(27635,27553,'accessories/npc_wearables/ork_zek/hands_executioner',67650),
(27636,27554,'accessories/npc_wearables/ork_zek/hands_executioner_blood',67650),
(27637,27555,'accessories/npc_wearables/ork_zek/head_executioner',67650),
(27638,27556,'accessories/npc_wearables/ork_zek/head_executioner_blood',67650),
(27639,27557,'accessories/npc_wearables/ork_zek/legs_executioner',67650),
(27640,27558,'accessories/npc_wearables/ork_zek/legs_executioner_blood',67650),
(27641,27559,'playerstudio/houseitems/rv_bridge',67650),
(27642,27560,'projectiles/throwing_axe_blood_iron',67650),
(27643,27561,'accessories/npc_wearables/ork_zek/throwing_axe_bloodiron',67650),
(27644,27562,'creatures/mounts/owl_mount/owl_mount_black_red',67650),
(27645,27563,'accessories/npc_wearables/ork_zek/twohanded_axe_bloodiron_npc_bostaff',67650),
(27646,27564,'accessories/npc_wearables/ork_zek/spear_bloodiron_npc_1h_sword',67650),
(27647,27565,'accessories/npc_wearables/ork_zek/head_executioner_02',67650),
(27648,27566,'_exp12/characters/tool_users/spiroc_2015/spiroc_merc_base',67650),
(27649,27567,'accessories/npc_wearables/ork_zek/staff_mage_bloodiron_npc_1h_sword',67650),
(27650,27568,'_exp09/characters/tool_users/gehein/gehein_01',67650),
(27651,27569,'staticobjects/orcishwastes_siege_01/dru_club_upright',67650),
(27652,27570,'_exp13/characters/tool_users/zek_orc/zek_orc_climb_wall',67650),
(27653,27571,'accessories/npc_wearables/ork_zek/hammer_bloodiron_npc_1h_sword',67650),
(27654,27572,'accessories/npc_wearables/ork_zek/mace_bloodiron_npc_1h_sword',67650),
(27655,27573,'_exp09/characters/tool_users/gehein/gehein_staff_01',67650),
(27656,27574,'_exp09/characters/tool_users/gehein/gehein_sword_01',67650),
(27657,27575,'accessories/wearable_items/snapons/backpacks/quivers/quiver_orcish1',67650),
(27658,27576,'accessories/wearable_items/snapons/backpacks/quivers/quiver_orcish2',67650),
(27659,27577,'staticobjects/statues/slove_statue_bow_arrow03',67650),
(27660,27578,'staticobjects/spires/orc_siege_combinespires_destroyed01',67650),
(27661,27579,'_exp07/objects/drunder/dru_drunder03_rallos_helm_dpo',67650),
(27662,27580,'_exp07/objects/drunder/pw_globe_base01',67650),
(27663,27581,'playerstudio/characters/weapons/1h_sword/light_aristocratic_mace/light_aristocratic_mace',67650),
(27664,27582,'playerstudio/houseitems/cardset_home',67650),
(27665,27583,'playerstudio/houseitems/cardset_table',67650),
(27666,27584,'playerstudio/houseitems/cardset_chair',67650),
(27667,27585,'playerstudio/houseitems/dodo_plushie',67650),
(27668,27586,'playerstudio/characters/weapons/1h_sword/dragonsluck/dragonsluck',67650),
(27669,27587,'playerstudio/characters/weapons/staff/snake_halberd/snake_halberd',67650),
(27670,27588,'playerstudio/characters/shields/tower_round_shields/bovine/bovine',67650),
(27671,27589,'accessories/npc_wearables/ork_zek/fist_bloodiron_npc_1h_sword',67650),
(27672,27590,'playerstudio/characters/weapons/1h_pierce/card_daggers/card_dagger_club',67650),
(27673,27591,'playerstudio/characters/weapons/1h_pierce/card_daggers/card_dagger_diamond',67650),
(27674,27592,'playerstudio/characters/weapons/1h_pierce/card_daggers/card_dagger_heart',67650),
(27675,27593,'playerstudio/characters/weapons/1h_pierce/card_daggers/card_dagger_spade',67650),
(27676,27594,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_aviakmerc',67650),
(27677,27595,'accessories/wieldable_items/shields/exp13/shield_tower_nightmare',67650),
(27678,27596,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_nightmare',67650),
(27679,27597,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare',67650),
(27680,27598,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare2',67650),
(27681,27599,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_nightmare',67650),
(27682,27600,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nightmare',67650),
(27683,27601,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_nightmare',67650),
(27684,27602,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_nightmare',67650),
(27685,27603,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_nightmare',67650),
(27686,27604,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_nightmare',67650),
(27687,27605,'accessories/wieldable_items/weapons/exp13/bow/longbow_nightmare',67650),
(27688,27606,'accessories/wieldable_items/weapons/exp13/fist/fist_nightmare',67650),
(27689,27607,'accessories/wieldable_items/weapons/exp13/staff/staff_halberd_nightmare',67650),
(27690,27608,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_nightmare',67650),
(27691,27609,'accessories/wieldable_items/weapons/exp13/talisman/talisman_nightmare',67650),
(27692,27610,'creatures/pets/owl/owl_pet_base',67650),
(27693,27611,'creatures/pets/owl/owl_pet_barn',67650),
(27694,27612,'creatures/pets/owl/owl_pet_grey',67650),
(27695,27613,'creatures/pets/owl/owl_pet_red',67650),
(27696,27614,'accessories/npc_wearables/ork_zek/dagger_bloodiron_npc_1h_sword',67650),
(27697,27615,'accessories/npc_wearables/ork_zek/dagger_bloodiron2_npc_1h_sword',67650),
(27698,27616,'_exp12/objects/exp12_rgn_umbra02/relic_chest_04',67650),
(27699,27617,'staticobjects/world_devices/blood_iron_forge',67650),
(27700,27618,'_exp13/characters/tool_users/terris_thule/terris_thule_throne',67650),
(27701,27619,'staticobjects/bucket/orc_bucket_empty',67650),
(27702,27620,'staticobjects/liveevent/tinkerfest/tinkerfest_window_tall_animated2',67650),
(27703,27621,'staticobjects/liveevent/tinkerfest/tinkerfest_window_wide_animated2',67650),
(27704,27622,'staticobjects/liveevent/tinkerfest/tinkerfest_window_square_animated2',67650),
(27705,27623,'staticobjects/liveevent/tinkerfest/tinkerfest_window_square_animated',67650),
(27706,27624,'staticobjects/liveevent/tinkerfest/tinkerfest_window_wide_animated',67650),
(27707,27625,'staticobjects/liveevent/tinkerfest/tinkerfest_window_tall_animated',67650),
(27708,27626,'staticobjects/liveevent/tinkerfest/tinkerfest_snowglobe2',67650),
(27709,27627,'staticobjects/liveevent/tinkerfest/tinkerfest_snowglobe1',67650),
(27710,27628,'_exp12/characters/tool_users/valkyrie_epic/valkyrie_fallen_01',67650),
(27711,27629,'_exp12/characters/tool_users/valkyrie_epic/valkyrie_fallen_02',67650),
(27712,27630,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_nightmare',67650),
(27713,27631,'staticobjects/flora/exp11_gs_glow_bulb_plant01',67650),
(27714,27632,'staticobjects/flora/exp11_gs_glow_bulb_plant03',67650),
(27715,27633,'staticobjects/flora/exp11_zav_bush01red',67650),
(27716,27634,'staticobjects/flora/exp11_zav_bush02red',67650),
(27717,27635,'staticobjects/flora/exp11_zav_fern_plant01',67650),
(27718,27636,'staticobjects/flora/exp11_zav_tall_tropical_plant01',67650),
(27719,27637,'staticobjects/flora/exp11_zav_tropical_plant02',67650),
(27720,27638,'staticobjects/flora/exp11_zav_tropical_rounded_leaf01',67650),
(27721,27639,'_exp13/characters/tool_users/saryrn/saryrn',67650),
(27722,27640,'_exp13/characters/tool_users/iksar_ghosts/iksar_female_ghost',67650),
(27723,27641,'_exp13/characters/tool_users/iksar_ghosts/iksar_male_ghost',67650),
(27724,27642,'_exp13/characters/tool_users/saryrn/saryrn_throne',67650),
(27725,27643,'_exp13/characters/monsters/illusions/elemental_base',67650),
(27726,27644,'_exp13/characters/monsters/illusions/ethereal_base',67650),
(27727,27645,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton',67650),
(27728,27646,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton_boss',67650),
(27729,27647,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton_heavy',67650),
(27730,27648,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton_light',67650),
(27731,27649,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton_medium',67650),
(27732,27650,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_iots',67650),
(27733,27651,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_pa',67650),
(27734,27652,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nf',67650),
(27735,27653,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_botw',67650),
(27736,27654,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_dt',67650),
(27737,27655,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_fots',67650),
(27738,27656,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_s',67650),
(27739,27657,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_tom',67650),
(27740,27658,'accessories/wieldable_items/weapons/exp13/bow/longbow_sb',67650),
(27741,27659,'accessories/wieldable_items/weapons/exp13/fist/fist_gf',67650),
(27742,27660,'accessories/wieldable_items/weapons/exp13/fist/fist_hos',67650),
(27743,27661,'accessories/wieldable_items/weapons/exp13/staff/spear_ds',67650),
(27744,27662,'accessories/wieldable_items/weapons/exp13/staff/spear_soo',67650),
(27745,27663,'accessories/wieldable_items/weapons/exp13/bow/longbow_tinkered1',67650),
(27746,27664,'accessories/wieldable_items/weapons/exp13/bow/longbow_tinkered2',67650),
(27747,27665,'_exp13/characters/tool_users/iksar_mummy/iksar_mummy',67650),
(27748,27666,'accessories/wearable_items/snapons/backpacks/tinkered_barrel/jump_pack1',67650),
(27749,27667,'accessories/wearable_items/snapons/backpacks/tinkered_barrel/jump_pack2',67650),
(27750,27668,'accessories/wearable_items/snapons/backpacks/tinkered_barrel/jump_pack3',67650),
(27751,27669,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/chest',67650),
(27752,27670,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/feet',67650),
(27753,27671,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/forearms',67650),
(27754,27672,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/hands',67650),
(27755,27673,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/head',67650),
(27756,27674,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/left',67650),
(27757,27675,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/legs',67650),
(27758,27676,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/legs_noskirt',67650),
(27759,27677,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/right',67650),
(27760,27678,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/shoulders',67650),
(27761,27679,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/shoulders_epic',67650),
(27762,27680,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/shoulders_nopauldrons',67650),
(27763,27681,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/skirt',67650),
(27764,27682,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/accessory/pauldron_heavy_nightofthedead_left',67650),
(27765,27683,'accessories/wearable_items/_exp12/nightofthedead/vanguard_gold/accessory/pauldron_heavy_nightofthedead_right',67650),
(27766,27684,'creatures/mounts/pegasus_mount/pegasus_mount_epic_gold_02',67650),
(27767,27685,'_exp04/tool_users/goblin_base_update',67650),
(27768,27686,'_exp04/tool_users/goblin_scout_update',67650),
(27769,27687,'_exp04/tool_users/goblin_warrior_update',67650),
(27770,27688,'creatures/mounts/tinkered_barrel_mount/tinkered_barrel_mount_primary',67650),
(27771,27689,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_caster',67650),
(27772,27690,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_plate',67650),
(27773,27691,'creatures/mounts/pegasus_mount/pegasus_mount_patchwork_blackpurple',67650),
(27774,27692,'creatures/mounts/pegasus_mount/pegasus_mount_patchwork_bluegreen',67650),
(27775,27693,'creatures/mounts/pegasus_mount/pegasus_mount_patchwork_pride',67650),
(27776,27694,'creatures/mounts/pegasus_mount/pegasus_mount_patchwork_redorange',67650),
(27777,27695,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_base',67650),
(27778,27696,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_boss',67650),
(27779,27697,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_chain',67650),
(27780,27698,'_exp13/characters/tool_users/sarnak_2016/sarnak_2016_leather',67650),
(27781,27699,'playerstudio/houseitems/baby_buggy',67650),
(27782,27700,'playerstudio/houseitems/bali_chair',67650),
(27783,27701,'playerstudio/houseitems/bali_ottoman',67650),
(27784,27702,'playerstudio/houseitems/bali_sofacenter',67650),
(27785,27703,'playerstudio/houseitems/bali_sofaleft',67650),
(27786,27704,'playerstudio/houseitems/bali_sofaright',67650),
(27787,27705,'playerstudio/houseitems/bee_skep',67650),
(27788,27706,'playerstudio/houseitems/bell_tower',67650),
(27789,27707,'playerstudio/houseitems/chess1_bishop',67650),
(27790,27708,'playerstudio/houseitems/chess1_king',67650),
(27791,27709,'playerstudio/houseitems/chess1_knight',67650),
(27792,27710,'playerstudio/houseitems/chess1_pawn',67650),
(27793,27711,'playerstudio/houseitems/chess1_queen',67650),
(27794,27712,'playerstudio/houseitems/chess1_rook',67650),
(27795,27713,'playerstudio/houseitems/clasic_aquarium',67650),
(27796,27714,'playerstudio/houseitems/clasic_perch',67650),
(27797,27715,'playerstudio/houseitems/clasic_terrarium',67650),
(27798,27716,'playerstudio/houseitems/eastern_ladder',67650),
(27799,27717,'playerstudio/houseitems/gnomish_ladder',67650),
(27800,27718,'playerstudio/houseitems/library_ladder',67650),
(27801,27719,'playerstudio/houseitems/gnome_beacon',67650),
(27802,27720,'playerstudio/houseitems/ironchess1_bishop',67650),
(27803,27721,'playerstudio/houseitems/ironchess1_king',67650),
(27804,27722,'playerstudio/houseitems/ironchess1_knight',67650),
(27805,27723,'playerstudio/houseitems/ironchess1_pawn',67650),
(27806,27724,'playerstudio/houseitems/ironchess1_queen',67650),
(27807,27725,'playerstudio/houseitems/ironchess1_rook',67650),
(27808,27726,'playerstudio/houseitems/klak_organ',67650),
(27809,27727,'playerstudio/houseitems/neriak_bookcase',67650),
(27810,27728,'playerstudio/houseitems/neriak_chinabase',67650),
(27811,27729,'playerstudio/houseitems/neriak_dining_armchair',67650),
(27812,27730,'playerstudio/houseitems/neriak_diningchair',67650),
(27813,27731,'playerstudio/houseitems/neriak_diningtable',67650),
(27814,27732,'playerstudio/houseitems/neriak_fireplace',67650),
(27815,27733,'playerstudio/houseitems/neriak_fireplacescreen',67650),
(27816,27734,'playerstudio/houseitems/neriak_hutch',67650),
(27817,27735,'playerstudio/houseitems/neriak_mirror',67650),
(27818,27736,'playerstudio/houseitems/outdoor_fireplace',67650),
(27819,27737,'playerstudio/houseitems/rustic_porch',67650),
(27820,27738,'playerstudio/houseitems/sprocket_door',67650),
(27821,27739,'playerstudio/houseitems/sprocket_hanger',67650),
(27822,27740,'playerstudio/houseitems/sprocket_house',67650),
(27823,27741,'playerstudio/houseitems/sprocket_shipsub',67650),
(27824,27742,'playerstudio/houseitems/sprocket_steamhouse',67650),
(27825,27743,'playerstudio/houseitems/sprocket_stilthouse',67650),
(27826,27744,'playerstudio/houseitems/sprocket_tallhouse',67650),
(27827,27745,'playerstudio/houseitems/trellis_bench',67650),
(27828,27746,'playerstudio/houseitems/trellis_wall',67650),
(27829,27747,'playerstudio/houseitems/wire_bathtub',67650),
(27830,27748,'playerstudio/houseitems/wooden_balcony',67650),
(27831,27749,'playerstudio/houseitems/wooden_porch',67650),
(27832,27750,'playerstudio/houseitems/wooden_stairslong',67650),
(27833,27751,'playerstudio/houseitems/tinkered_chessboard',67650),
(27834,27752,'_exp04/tool_users/goblin_shaman_update',67650),
(27835,27753,'playerstudio/houseitems/rv_clockhouse',67650),
(27836,27754,'playerstudio/houseitems/rv_dock',67650),
(27837,27755,'playerstudio/houseitems/rv_grainery',67650),
(27838,27756,'playerstudio/houseitems/rv_platform',67650),
(27839,27757,'playerstudio/houseitems/rv_watchtower',67650),
(27840,27758,'_exp13/characters/monsters/giant_bat/giant_bat_base',67650),
(27841,27759,'staticobjects/urns/cha_canopic_vase01_north',67650),
(27842,27760,'staticobjects/urns/cha_canopic_vase01_south',67650),
(27843,27761,'staticobjects/urns/cha_phylactery_ganak',67650),
(27844,27762,'accessories/wearable_items/_exp13/shattered_keep/accessory/belt_shattered_keep_tintable',67650),
(27845,27763,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_chain_tintable',67650),
(27846,27764,'accessories/wearable_items/_exp13/shattered_keep/accessory/head_epic_heavy_tintable',67650),
(27847,27765,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain_left_tintable',67650),
(27848,27766,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_chain_right_tintable',67650),
(27849,27767,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy_left_tintable',67650),
(27850,27768,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_heavy_right_tintable',67650),
(27851,27769,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light_left_tintable',67650),
(27852,27770,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_light_right_tintable',67650),
(27853,27771,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe_left_tintable',67650),
(27854,27772,'accessories/wearable_items/_exp13/shattered_keep/accessory/pauldron_robe_right_tintable',67650),
(27855,27773,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin_left_tintable',67650),
(27856,27774,'accessories/wearable_items/_exp13/shattered_keep/accessory/shin_right_tintable',67650),
(27857,27775,'accessories/wearable_items/_exp13/shattered_keep/accessory/snapon_head_tintable',67650),
(27858,27776,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/chest',67650),
(27859,27777,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/feet',67650),
(27860,27778,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/forearms',67650),
(27861,27779,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/hands',67650),
(27862,27780,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/head',67650),
(27863,27781,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/head_epic',67650),
(27864,27782,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/legs',67650),
(27865,27783,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/legs_noskirt',67650),
(27866,27784,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/shoulders',67650),
(27867,27785,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/shoulders_epic',67650),
(27868,27786,'accessories/wearable_items/_exp13/shattered_keep/chain_tintable/skirt',67650),
(27869,27787,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/chest',67650),
(27870,27788,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/feet',67650),
(27871,27789,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/forearms',67650),
(27872,27790,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/hands',67650),
(27873,27791,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/legs',67650),
(27874,27792,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/shoulders',67650),
(27875,27793,'accessories/wearable_items/_exp13/shattered_keep/heavycloth_tintable/skirt',67650),
(27876,27794,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/chest',67650),
(27877,27795,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/feet',67650),
(27878,27796,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/forearms',67650),
(27879,27797,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/hands',67650),
(27880,27798,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/head',67650),
(27881,27799,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/legs',67650),
(27882,27800,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/legs_noskirt',67650),
(27883,27801,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/shoulders',67650),
(27884,27802,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/shoulders_epic',67650),
(27885,27803,'accessories/wearable_items/_exp13/shattered_keep/leather_tintable/skirt',67650),
(27886,27804,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/chest',67650),
(27887,27805,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/chest_epic',67650),
(27888,27806,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/feet',67650),
(27889,27807,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/hands',67650),
(27890,27808,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/head',67650),
(27891,27809,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/hood',67650),
(27892,27810,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/pants',67650),
(27893,27811,'accessories/wearable_items/_exp13/shattered_keep/robe_tintable/skirt',67650),
(27894,27812,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/chest',67650),
(27895,27813,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/feet',67650),
(27896,27814,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/forearms',67650),
(27897,27815,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/hands',67650),
(27898,27816,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/head',67650),
(27899,27817,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/head_epic_heavy',67650),
(27900,27818,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/legs',67650),
(27901,27819,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/legs_epic',67650),
(27902,27820,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/legs_noskirt',67650),
(27903,27821,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/right',67650),
(27904,27822,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/shoulders',67650),
(27905,27823,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/shoulders_epic',67650),
(27906,27824,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/shoulders_nopauldrons',67650),
(27907,27825,'accessories/wearable_items/_exp13/shattered_keep/vanguard_tintable/skirt',67650),
(27908,27826,'staticobjects/shrub/cmmn_tree_savannah_dry02_leaves_ground',67650),
(27909,27827,'staticobjects/tree/deadtree_01',67650),
(27910,27828,'staticobjects/tree/deadtree_02',67650),
(27911,27829,'staticobjects/tree/deadtree_03',67650),
(27912,27830,'staticobjects/tree/oak_leaves_dry',67650),
(27913,27831,'staticobjects/tree/savannah_leaves_dry',67650),
(27914,27832,'staticobjects/candles/candles_grouped_03_unlit',67650),
(27915,27833,'staticobjects/candles/candles_grouped_04_unlit',67650),
(27916,27834,'staticobjects/candles/cob_candles_grouped_02_unlit',67650),
(27917,27835,'staticobjects/candles/fprt_lighting_tablecandleplain01_unlit',67650),
(27918,27836,'staticobjects/candles/fprt_lighting_tablecandleplain02_unlit',67650),
(27919,27837,'staticobjects/worship/sacrificebowl001',67650),
(27920,27838,'staticobjects/chests/brokenchest_fancy001dirty',67650),
(27921,27839,'staticobjects/worship/minpentagram_circle',67650),
(27922,27840,'staticobjects/canopicjars/bef_canopic_jar01_broken',67650),
(27923,27841,'staticobjects/containers/bef_claypot01_tall_broken01',67650),
(27924,27842,'_exp13/objects/exp13_dun_dalnir/door_01',67650),
(27925,27843,'_exp13/objects/exp13_dun_dalnir/vat_symbol_circle',67650),
(27926,27844,'_exp13/objects/exp13_dun_dalnir/vat_symbol_diamond',67650),
(27927,27845,'_exp13/objects/exp13_dun_dalnir/vat_symbol_shield',67650),
(27928,27846,'_exp13/objects/exp13_dun_dalnir/vat_symbol_spade',67650),
(27929,27847,'_exp13/objects/exp13_dun_dalnir/vat_symbol_square',67650),
(27930,27848,'_exp13/objects/exp13_dun_dalnir/vat_symbol_star',67650),
(27931,27849,'_exp13/objects/exp13_dun_dalnir/wizard_coil',67650),
(27932,27850,'staticobjects/halloween/fprt_ext_tombstoneo001',67650),
(27933,27851,'staticobjects/halloween/fprt_ext_tombstonep001',67650),
(27934,27852,'staticobjects/halloween/fprt_ext_tombstoneq001',67650),
(27935,27853,'_exp13/objects/exp13_dun_dalnir/door_split_01',67650),
(27936,27854,'_exp13/objects/exp13_dun_dalnir/door_split_02',67650),
(27937,27855,'_exp13/objects/exp13_dun_kaesora/blood_direction',67650),
(27938,27856,'_exp13/objects/exp13_dun_kaesora/water_direction',67650),
(27939,27857,'staticobjects/tree/nf_pinemoss_stump_001',67650),
(27940,27858,'staticobjects/debris/ton_debris_large_01',67650),
(27941,27859,'staticobjects/debris/ton_debris_large_02',67650),
(27942,27860,'staticobjects/debris/ton_debris_large_03',67650),
(27943,27861,'staticobjects/debris/ton_debris_large_04',67650),
(27944,27862,'_exp13/characters/tool_users/kunark_goblin_skeleton/kunark_goblin_skeleton',67650),
(27945,27863,'staticobjects/candles/candles_longthin_group_farlod_unlit',67650),
(27946,27864,'staticobjects/candles/qey_lighting_candlestick_01_unlit',67650),
(27947,27865,'staticobjects/candles/qey_lighting_candlestick_02_unlit',67650),
(27948,27866,'staticobjects/web/spiderbear_evil_webbing01',67650),
(27949,27867,'staticobjects/web/spiderbear_evil_webbing02',67650),
(27950,27868,'staticobjects/web/spiderbear_evil_webstrand01',67650),
(27951,27869,'staticobjects/web/spiderbear_evil_webstrand02',67650),
(27952,27870,'_exp13/objects/tablets/grozmok_stone_rotating',67650),
(27953,27871,'_exp13/characters/monsters/giant_bat/giant_bat_flyer',67650),
(27954,27872,'playerstudio/characters/weapons/2h_sword/brokensword/brokensword',67650),
(27955,27873,'playerstudio/characters/weapons/1h_sword/razorbite/razorbite',67650),
(27956,27874,'playerstudio/characters/cloaks/goldcloak/goldcloak',67650),
(27957,27875,'playerstudio/characters/cloaks/spidercloak/spidercloak',67650),
(27958,27876,'playerstudio/characters/shields/tower_round_shields/shield_elite_knights_defender/shield_elite_knights_defender',67650),
(27959,27877,'_exp13/characters/monsters/illusions/thaumaturgist_base',67650),
(27960,27878,'_exp13/characters/tool_users/warslik_giant/warslik_giant_base',67650),
(27961,27879,'accessories/npc_wearables/warslik_giant/chest_01',67650),
(27962,27880,'accessories/npc_wearables/warslik_giant/chest_02',67650),
(27963,27881,'accessories/npc_wearables/warslik_giant/chest_03',67650),
(27964,27882,'accessories/npc_wearables/warslik_giant/chest_04',67650),
(27965,27883,'accessories/npc_wearables/warslik_giant/feet_01',67650),
(27966,27884,'accessories/npc_wearables/warslik_giant/legs_01',67650),
(27967,27885,'accessories/npc_wearables/warslik_giant/legs_02',67650),
(27968,27886,'_exp13/objects/exp13_dun_dalnir/pipes_slime_empty_01',67650),
(27969,27887,'_exp13/objects/exp13_dun_dalnir/pipes_slime_empty_02',67650),
(27970,27888,'_exp13/objects/exp13_dun_dalnir/pipes_slime_full_01',67650),
(27971,27889,'_exp13/objects/exp13_dun_dalnir/pipes_slime_full_02',67650),
(27972,27890,'_exp13/objects/exp13_dun_dalnir/valve_01',67650),
(27973,27891,'_exp13/objects/exp13_dun_dalnir/lever_box',67650),
(27974,27892,'_exp13/objects/exp13_dun_dalnir/lever_handle',67650),
(27975,27893,'accessories/npc_wearables/warslik_giant/head_01',67650),
(27976,27894,'accessories/npc_wearables/warslik_giant/head_02',67650),
(27977,27895,'accessories/npc_wearables/warslik_giant/head_03',67650),
(27978,27896,'accessories/npc_wearables/warslik_giant/head_04',67650),
(27979,27897,'_exp13/objects/exp13_dun_dalnir/keeper_shield_01',67650),
(27980,27898,'_exp13/objects/exp13_dun_dalnir/keeper_shield_02',67650),
(27981,27899,'_exp13/objects/exp13_dun_dalnir/keeper_sword_01',67650),
(27982,27900,'_exp13/objects/exp13_dun_dalnir/keeper_sword_02',67650),
(27983,27901,'_exp13/characters/tool_users/terris_thule/terris_thule',67650),
(27984,27902,'_exp13/characters/tool_users/sarnak_xalgoz/sarnak_xalgoz',67650),
(27985,27903,'_exp13/characters/tool_users/sarnak_choosoth/sarnak_choosoth',67650),
(27986,27904,'_exp13/characters/tool_users/sarnak_ghosts/sarnak_ghost_caster',67650),
(27987,27905,'_exp13/characters/tool_users/sarnak_ghosts/sarnak_ghost_chain',67650),
(27988,27906,'_exp13/characters/tool_users/sarnak_ghosts/sarnak_ghost_cloth',67650),
(27989,27907,'_exp13/characters/tool_users/sarnak_ghosts/sarnak_ghost_heavy',67650),
(27990,27908,'_exp13/characters/tool_users/sarnak_ghosts/sarnak_ghost_leather',67650),
(27991,27909,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_dg',67650),
(27992,27910,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_foi',67650),
(27993,27911,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_cw',67650),
(27994,27912,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nt',67650),
(27995,27913,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_aa',67650),
(27996,27914,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_loti',67650),
(27997,27915,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_dm',67650),
(27998,27916,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_ed',67650),
(27999,27917,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_eots',67650),
(28000,27918,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_ms',67650),
(28001,27919,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_tg',67650),
(28002,27920,'accessories/wieldable_items/weapons/exp13/bow/longbow_et',67650),
(28003,27921,'staticobjects/halloween/bef_claypot01',67650),
(28004,27922,'staticobjects/halloween/cob_candels_grouped_01',67650),
(28005,27923,'staticobjects/halloween/cob_pillow_bones_01',67650),
(28006,27924,'staticobjects/halloween/dpo_bedmaster_black_01',67650),
(28007,27925,'staticobjects/halloween/dpo_chairlarge_black_01',67650),
(28008,27926,'staticobjects/halloween/dpo_couchdouble_black_01',67650),
(28009,27927,'staticobjects/halloween/dpo_halloween_pumpkin_basket',67650),
(28010,27928,'staticobjects/halloween/exp09_rgn_ej_oggok01_container01',67650),
(28011,27929,'staticobjects/halloween/inn_haybail01',67650),
(28012,27930,'staticobjects/halloween/tfs_armor_stand01',67650),
(28013,27931,'staticobjects/halloween/tfs_painting_favor01',67650),
(28014,27932,'staticobjects/halloween/tfs_painting_malevolence01',67650),
(28015,27933,'staticobjects/halloween/tfs_table_glass_cathedral01',67650),
(28016,27934,'staticobjects/halloween/zav_tropical_plant02orange',67650),
(28017,27935,'_exp13/objects/exp13_dun_dalnir/lever_handle_bent',67650),
(28018,27936,'accessories/wieldable_items/weapons/exp13/fist/fist_clawoks',67650),
(28019,27937,'_exp13/objects/exp13_dun_dalnir/weapon_display_board',67650),
(28020,27938,'_exp13/objects/exp13_dun_dalnir/bucket_of_water',67650),
(28021,27939,'_exp13/objects/exp13_dun_dalnir/teleport_rune_circle_orange',67650),
(28022,27940,'_exp13/objects/exp13_dun_dalnir/teleport_rune_diamond_purple',67650),
(28023,27941,'_exp13/objects/exp13_dun_dalnir/teleport_rune_shield_blue',67650),
(28024,27942,'_exp13/objects/exp13_dun_dalnir/teleport_rune_spade_green',67650),
(28025,27943,'_exp13/objects/exp13_dun_dalnir/teleport_rune_square_red',67650),
(28026,27944,'_exp13/objects/exp13_dun_dalnir/teleport_rune_star_yellow',67650),
(28027,27945,'_exp13/characters/tool_users/lich_the_kly/lich_the_kly',67650),
(28028,27946,'creatures/mounts/spider_mount/spider_mount_patchwork_blackorange',67650),
(28029,27947,'creatures/mounts/spider_mount/spider_mount_patchwork_ghostly',67650),
(28030,27948,'creatures/mounts/spider_mount/spider_mount_patchwork_purplegreen',67650),
(28031,27949,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_blackorange',67650),
(28032,27950,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_blackorange2',67650),
(28033,27951,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_mountbaby_blackorange',67650),
(28034,27952,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_mountbaby_ghostly',67650),
(28035,27953,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_mountbaby_purplegreen',67650),
(28036,27954,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_purplegreen',67650),
(28037,27955,'_exp13/characters/monsters/spiderling_patchcraft/spiderling_patchcraft_purplegreen2',67650),
(28038,27956,'_exp13/characters/tool_users/hobgoblin/hobgoblin_base',67650),
(28039,27957,'_exp13/characters/tool_users/hobgoblin/hobgoblin_chain',67650),
(28040,27958,'_exp13/characters/tool_users/hobgoblin/hobgoblin_leather',67650),
(28041,27959,'_exp13/characters/tool_users/hobgoblin/hobgoblin_plate',67650),
(28042,27960,'_exp13/objects/exp13_dun_dalnir/wall_breakable',67650),
(28043,27961,'_exp13/objects/exp13_dun_dalnir/mirror',67650),
(28044,27962,'_exp13/characters/tool_users/sarnak_mummy/sarnak_mummy01',67650),
(28045,27963,'_exp13/characters/tool_users/sarnak_mummy/sarnak_mummy02',67650),
(28046,27964,'_exp13/objects/exp13_dun_dalnir/teleporter_border_blue',67650),
(28047,27965,'_exp13/objects/exp13_dun_dalnir/teleporter_border_green',67650),
(28048,27966,'_exp13/objects/exp13_dun_dalnir/teleporter_border_orange',67650),
(28049,27967,'_exp13/objects/exp13_dun_dalnir/teleporter_border_purple',67650),
(28050,27968,'_exp13/objects/exp13_dun_dalnir/teleporter_border_red',67650),
(28051,27969,'_exp13/objects/exp13_dun_dalnir/teleporter_border_yellow',67650),
(28052,27970,'accessories/wearable_items/_exp13/patchwork/blackorange/chest',67650),
(28053,27971,'accessories/wearable_items/_exp13/patchwork/blackorange/feet',67650),
(28054,27972,'accessories/wearable_items/_exp13/patchwork/blackorange/hands',67650),
(28055,27973,'accessories/wearable_items/_exp13/patchwork/blackorange/head',67650),
(28056,27974,'accessories/wearable_items/_exp13/patchwork/blackorange/head_collar',67650),
(28057,27975,'accessories/wearable_items/_exp13/patchwork/blackorange/hood',67650),
(28058,27976,'accessories/wearable_items/_exp13/patchwork/blackorange/pants',67650),
(28059,27977,'accessories/wearable_items/_exp13/patchwork/blackorange/skirt',67650),
(28060,27978,'accessories/wearable_items/_exp13/patchwork/blackorange_leather_handfeet/feet',67650),
(28061,27979,'accessories/wearable_items/_exp13/patchwork/blackorange_leather_handfeet/hands',67650),
(28062,27980,'accessories/wearable_items/_exp13/patchwork/ghostly/chest',67650),
(28063,27981,'accessories/wearable_items/_exp13/patchwork/ghostly/feet',67650),
(28064,27982,'accessories/wearable_items/_exp13/patchwork/ghostly/hands',67650),
(28065,27983,'accessories/wearable_items/_exp13/patchwork/ghostly/head',67650),
(28066,27984,'accessories/wearable_items/_exp13/patchwork/ghostly/head_collar',67650),
(28067,27985,'accessories/wearable_items/_exp13/patchwork/ghostly/hood',67650),
(28068,27986,'accessories/wearable_items/_exp13/patchwork/ghostly/pants',67650),
(28069,27987,'accessories/wearable_items/_exp13/patchwork/ghostly/skirt',67650),
(28070,27988,'accessories/wearable_items/_exp13/patchwork/ghostly_handfeet/feet',67650),
(28071,27989,'accessories/wearable_items/_exp13/patchwork/ghostly_handfeet/hands',67650),
(28072,27990,'accessories/wearable_items/_exp13/patchwork/purplegreen/chest',67650),
(28073,27991,'accessories/wearable_items/_exp13/patchwork/purplegreen/feet',67650),
(28074,27992,'accessories/wearable_items/_exp13/patchwork/purplegreen/hands',67650),
(28075,27993,'accessories/wearable_items/_exp13/patchwork/purplegreen/head',67650),
(28076,27994,'accessories/wearable_items/_exp13/patchwork/purplegreen/head_collar',67650),
(28077,27995,'accessories/wearable_items/_exp13/patchwork/purplegreen/hood',67650),
(28078,27996,'accessories/wearable_items/_exp13/patchwork/purplegreen/pants',67650),
(28079,27997,'accessories/wearable_items/_exp13/patchwork/purplegreen/skirt',67650),
(28080,27998,'accessories/wearable_items/_exp13/patchwork/purplegreen_leather_handfeet/feet',67650),
(28081,27999,'accessories/wearable_items/_exp13/patchwork/purplegreen_leather_handfeet/hands',67650),
(28082,28000,'animatedobjects/vases/dalnir_vase_breakable',67650),
(28083,28001,'accessories/wearable_items/cloak/exp13/scarf_mummy/cloak_neckring_mummy_clean',67650),
(28084,28002,'accessories/wearable_items/cloak/exp13/scarf_mummy/cloak_neckring_mummy_dirty',67650),
(28085,28003,'accessories/wearable_items/cloak/exp13/scarf_mummy/scarf_mummy_clean_cloak',67650),
(28086,28004,'accessories/wearable_items/cloak/exp13/scarf_mummy/scarf_mummy_dirty_cloak',67650),
(28087,28005,'_exp13/characters/tool_users/kunark_goblin_skeleton/kunark_goblin_skeleton_gooblin',67650),
(28088,28006,'_exp13/characters/tool_users/kunark_goblin_skeleton/kunark_goblin_skeleton_gooblin_armor',67650),
(28089,28007,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_neckring_scary_orangeblack',67650),
(28090,28008,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_neckring_scary_pinstripe',67650),
(28091,28009,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_neckring_scary_purplegreen',67650),
(28092,28010,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_orangeblack',67650),
(28093,28011,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_pinstripe',67650),
(28094,28012,'accessories/wearable_items/cloak/exp13/scarf_scary/cloak_purplegreen',67650),
(28095,28013,'accessories/wearable_items/cloak/exp13/cloak_chained_bronze',67650),
(28096,28014,'accessories/wearable_items/cloak/exp13/cloak_chained_darkiron',67650),
(28097,28015,'accessories/wearable_items/cloak/exp13/cloak_chained_gold',67650),
(28098,28016,'accessories/wearable_items/cloak/exp13/cloak_chained_iron',67650),
(28099,28017,'staticobjects/_exp13/player_housing/nagafen_statue',67650),
(28100,28018,'_exp13/objects/exp13_dun_dalnir/rune_circle_orange_static',67650),
(28101,28019,'_exp13/objects/exp13_dun_dalnir/rune_diamond_purple_static',67650),
(28102,28020,'_exp13/objects/exp13_dun_dalnir/rune_shield_blue_static',67650),
(28103,28021,'_exp13/objects/exp13_dun_dalnir/rune_spade_green_static',67650),
(28104,28022,'_exp13/objects/exp13_dun_dalnir/rune_square_red_static',67650),
(28105,28023,'_exp13/objects/exp13_dun_dalnir/rune_star_yellow_static',67650),
(28106,28024,'_exp13/objects/exp13_dun_dalnir/candle_goblin_skull_lit',67650),
(28107,28025,'_exp13/objects/exp13_dun_dalnir/candle_goblin_skull_unlit',67650),
(28108,28026,'_exp13/objects/exp13_dun_dalnir/coffin_base_01',67650),
(28109,28027,'_exp13/objects/exp13_dun_dalnir/coffin_base_lid_01',67650),
(28110,28028,'_exp13/objects/exp13_dun_dalnir/dalnir_coffin',67650),
(28111,28029,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/chest',67650),
(28112,28030,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/feet',67650),
(28113,28031,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/forearms',67650),
(28114,28032,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/hands',67650),
(28115,28033,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/head',67650),
(28116,28034,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/head_epic',67650),
(28117,28035,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/legs',67650),
(28118,28036,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/legs_noskirt',67650),
(28119,28037,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/shoulders',67650),
(28120,28038,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/shoulders_epic',67650),
(28121,28039,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/skirt',67650),
(28122,28040,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/attachments/head_epic',67650),
(28123,28041,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/attachments/shoulders_pauldron_left',67650),
(28124,28042,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluebrown/attachments/shoulders_pauldron_right',67650),
(28125,28043,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/chest',67650),
(28126,28044,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/feet',67650),
(28127,28045,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/forearms',67650),
(28128,28046,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/hands',67650),
(28129,28047,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/head',67650),
(28130,28048,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/head_epic',67650),
(28131,28049,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/legs',67650),
(28132,28050,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/legs_noskirt',67650),
(28133,28051,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/shoulders',67650),
(28134,28052,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/shoulders_epic',67650),
(28135,28053,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/skirt',67650),
(28136,28054,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/attachments/head_epic',67650),
(28137,28055,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/attachments/shoulders_pauldron_left',67650),
(28138,28056,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_bluegold/attachments/shoulders_pauldron_right',67650),
(28139,28057,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/chest',67650),
(28140,28058,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/feet',67650),
(28141,28059,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/forearms',67650),
(28142,28060,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/hands',67650),
(28143,28061,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/head',67650),
(28144,28062,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/head_epic',67650),
(28145,28063,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/legs',67650),
(28146,28064,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/legs_noskirt',67650),
(28147,28065,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/shoulders',67650),
(28148,28066,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/shoulders_epic',67650),
(28149,28067,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/skirt',67650),
(28150,28068,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/attachments/head_epic',67650),
(28151,28069,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/attachments/shoulders_pauldron_left',67650),
(28152,28070,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greenbrown/attachments/shoulders_pauldron_right',67650),
(28153,28071,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/chest',67650),
(28154,28072,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/feet',67650),
(28155,28073,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/forearms',67650),
(28156,28074,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/hands',67650),
(28157,28075,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/head',67650),
(28158,28076,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/head_epic',67650),
(28159,28077,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/legs',67650),
(28160,28078,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/legs_noskirt',67650),
(28161,28079,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/shoulders',67650),
(28162,28080,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/shoulders_epic',67650),
(28163,28081,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/skirt',67650),
(28164,28082,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/attachments/head_epic',67650),
(28165,28083,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/attachments/shoulders_pauldron_left',67650),
(28166,28084,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_greengray/attachments/shoulders_pauldron_right',67650),
(28167,28085,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/chest',67650),
(28168,28086,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/feet',67650),
(28169,28087,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/forearms',67650),
(28170,28088,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/hands',67650),
(28171,28089,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/head',67650),
(28172,28090,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/head_epic',67650),
(28173,28091,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/legs',67650),
(28174,28092,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/legs_noskirt',67650),
(28175,28093,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/shoulders',67650),
(28176,28094,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/shoulders_epic',67650),
(28177,28095,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/skirt',67650),
(28178,28096,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/attachments/head_epic',67650),
(28179,28097,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/attachments/shoulders_pauldron_left',67650),
(28180,28098,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_orangebrown/attachments/shoulders_pauldron_right',67650),
(28181,28099,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/chest',67650),
(28182,28100,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/feet',67650),
(28183,28101,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/forearms',67650),
(28184,28102,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/hands',67650),
(28185,28103,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/head',67650),
(28186,28104,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/head_epic',67650),
(28187,28105,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/legs',67650),
(28188,28106,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/legs_noskirt',67650),
(28189,28107,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/shoulders',67650),
(28190,28108,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/shoulders_epic',67650),
(28191,28109,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/skirt',67650),
(28192,28110,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/attachments/head_epic',67650),
(28193,28111,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/attachments/shoulders_pauldron_left',67650),
(28194,28112,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_purplebrown/attachments/shoulders_pauldron_right',67650),
(28195,28113,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/chest',67650),
(28196,28114,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/feet',67650),
(28197,28115,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/forearms',67650),
(28198,28116,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/hands',67650),
(28199,28117,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/head',67650),
(28200,28118,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/head_epic',67650),
(28201,28119,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/legs',67650),
(28202,28120,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/legs_noskirt',67650),
(28203,28121,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/shoulders',67650),
(28204,28122,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/shoulders_epic',67650),
(28205,28123,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/skirt',67650),
(28206,28124,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/attachments/head_epic',67650),
(28207,28125,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/attachments/shoulders_pauldron_left',67650),
(28208,28126,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgold/attachments/shoulders_pauldron_right',67650),
(28209,28127,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/chest',67650),
(28210,28128,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/feet',67650),
(28211,28129,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/forearms',67650),
(28212,28130,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/hands',67650),
(28213,28131,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/head',67650),
(28214,28132,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/head_epic',67650),
(28215,28133,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/legs',67650),
(28216,28134,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/legs_noskirt',67650),
(28217,28135,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/shoulders',67650),
(28218,28136,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/shoulders_epic',67650),
(28219,28137,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/skirt',67650),
(28220,28138,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/attachments/head_epic',67650),
(28221,28139,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/attachments/shoulders_pauldron_left',67650),
(28222,28140,'accessories/wearable_items/_exp13/heroic_armors/chain-scale_redgray/attachments/shoulders_pauldron_right',67650),
(28223,28141,'staticobjects/crystals/floating_rotating_crystals',67650),
(28224,28142,'_exp13/objects/exp13_dun_dalnir/totem_sarnak_bones',67650),
(28225,28143,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/belt',67650),
(28226,28144,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/forearm_left',67650),
(28227,28145,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/forearm_right',67650),
(28228,28146,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/head_epic',67650),
(28229,28147,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/pauldron_guard_left',67650),
(28230,28148,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/pauldron_left',67650),
(28231,28149,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/pauldron_right',67650),
(28232,28150,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/shin_left',67650),
(28233,28151,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/snapons/shin_right',67650),
(28234,28152,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/chest',67650),
(28235,28153,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/feet',67650),
(28236,28154,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/feet_epic',67650),
(28237,28155,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/forearms',67650),
(28238,28156,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/hands',67650),
(28239,28157,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/hands_epic',67650),
(28240,28158,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/head',67650),
(28241,28159,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/head_epic',67650),
(28242,28160,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/legs',67650),
(28243,28161,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/legs_noskirt',67650),
(28244,28162,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/shoulders',67650),
(28245,28163,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/shoulders_epic',67650),
(28246,28164,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_berserker/skirt',67650),
(28247,28165,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/chest',67650),
(28248,28166,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/feet',67650),
(28249,28167,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/feet_epic',67650),
(28250,28168,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/forearms',67650),
(28251,28169,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/hands',67650),
(28252,28170,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/hands_epic',67650),
(28253,28171,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/head',67650),
(28254,28172,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/head_epic',67650),
(28255,28173,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/legs',67650),
(28256,28174,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/legs_noskirt',67650),
(28257,28175,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/shoulders',67650),
(28258,28176,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/shoulders_epic',67650),
(28259,28177,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/skirt',67650),
(28260,28178,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/belt',67650),
(28261,28179,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/forearm_left',67650),
(28262,28180,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/forearm_right',67650),
(28263,28181,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/head_epic',67650),
(28264,28182,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/pauldron_guard_left',67650),
(28265,28183,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/pauldron_left',67650),
(28266,28184,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/pauldron_right',67650),
(28267,28185,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/shin_left',67650),
(28268,28186,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_guardian/snapons/shin_right',67650),
(28269,28187,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/chest',67650),
(28270,28188,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/feet',67650),
(28271,28189,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/feet_epic',67650),
(28272,28190,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/forearms',67650),
(28273,28191,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/hands',67650),
(28274,28192,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/hands_epic',67650),
(28275,28193,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/head',67650),
(28276,28194,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/head_epic',67650),
(28277,28195,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/legs',67650),
(28278,28196,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/legs_noskirt',67650),
(28279,28197,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/shoulders',67650),
(28280,28198,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/shoulders_epic',67650),
(28281,28199,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/skirt',67650),
(28282,28200,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/belt',67650),
(28283,28201,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/forearm_left',67650),
(28284,28202,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/forearm_right',67650),
(28285,28203,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/head_epic',67650),
(28286,28204,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/pauldron_guard_left',67650),
(28287,28205,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/pauldron_left',67650),
(28288,28206,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/pauldron_right',67650),
(28289,28207,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/shin_left',67650),
(28290,28208,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_inquisitor/snapons/shin_right',67650),
(28291,28209,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/chest',67650),
(28292,28210,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/feet',67650),
(28293,28211,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/feet_epic',67650),
(28294,28212,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/forearms',67650),
(28295,28213,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/hands',67650),
(28296,28214,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/hands_epic',67650),
(28297,28215,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/head',67650),
(28298,28216,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/head_epic',67650),
(28299,28217,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/legs',67650),
(28300,28218,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/legs_noskirt',67650),
(28301,28219,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/shoulders',67650),
(28302,28220,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/shoulders_epic',67650),
(28303,28221,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/skirt',67650),
(28304,28222,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/belt',67650),
(28305,28223,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/forearm_left',67650),
(28306,28224,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/forearm_right',67650),
(28307,28225,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/head_epic',67650),
(28308,28226,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/pauldron_guard_left',67650),
(28309,28227,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/pauldron_left',67650),
(28310,28228,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/pauldron_right',67650),
(28311,28229,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/shin_left',67650),
(28312,28230,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_paladin/snapons/shin_right',67650),
(28313,28231,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/chest',67650),
(28314,28232,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/feet',67650),
(28315,28233,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/feet_epic',67650),
(28316,28234,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/forearms',67650),
(28317,28235,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/hands',67650),
(28318,28236,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/hands_epic',67650),
(28319,28237,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/head',67650),
(28320,28238,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/head_epic',67650),
(28321,28239,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/legs',67650),
(28322,28240,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/legs_noskirt',67650),
(28323,28241,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/shoulders',67650),
(28324,28242,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/shoulders_epic',67650),
(28325,28243,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/skirt',67650),
(28326,28244,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/belt',67650),
(28327,28245,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/forearm_left',67650),
(28328,28246,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/forearm_right',67650),
(28329,28247,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/head_epic',67650),
(28330,28248,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/pauldron_guard_left',67650),
(28331,28249,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/pauldron_left',67650),
(28332,28250,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/pauldron_right',67650),
(28333,28251,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/shin_left',67650),
(28334,28252,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_shadowknight/snapons/shin_right',67650),
(28335,28253,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/chest',67650),
(28336,28254,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/feet',67650),
(28337,28255,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/feet_epic',67650),
(28338,28256,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/forearms',67650),
(28339,28257,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/hands',67650),
(28340,28258,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/hands_epic',67650),
(28341,28259,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/head',67650),
(28342,28260,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/head_epic',67650),
(28343,28261,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/legs',67650),
(28344,28262,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/legs_noskirt',67650),
(28345,28263,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/shoulders',67650),
(28346,28264,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/shoulders_epic',67650),
(28347,28265,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/skirt',67650),
(28348,28266,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/belt',67650),
(28349,28267,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/forearm_left',67650),
(28350,28268,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/forearm_right',67650),
(28351,28269,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/head_epic',67650),
(28352,28270,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/pauldron_guard_left',67650),
(28353,28271,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/pauldron_left',67650),
(28354,28272,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/pauldron_right',67650),
(28355,28273,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/shin_left',67650),
(28356,28274,'accessories/wearable_items/_exp13/heroic_armors/heavy-chain_templar/snapons/shin_right',67650),
(28357,28275,'_exp13/objects/exp13_dun_dalnir/rune_circle_white',67650),
(28358,28276,'_exp13/objects/exp13_dun_dalnir/rune_diamond_white',67650),
(28359,28277,'_exp13/objects/exp13_dun_dalnir/rune_shield_white',67650),
(28360,28278,'_exp13/objects/exp13_dun_dalnir/rune_spade_white',67650),
(28361,28279,'_exp13/objects/exp13_dun_dalnir/rune_square_white',67650),
(28362,28280,'_exp13/objects/exp13_dun_dalnir/rune_star_white',67650),
(28363,28281,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/chest',67650),
(28364,28282,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/feet',67650),
(28365,28283,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/forearms',67650),
(28366,28284,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/hands',67650),
(28367,28285,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/head',67650),
(28368,28286,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/legs_noskirt',67650),
(28369,28287,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/shoulders',67650),
(28370,28288,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/skirt',67650),
(28371,28289,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/snapons/belt',67650),
(28372,28290,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/snapons/pauldron_left',67650),
(28373,28291,'accessories/wearable_items/_exp13/heroic_armors/leather_beigeblue/snapons/pauldron_right',67650),
(28374,28292,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/snapons/belt',67650),
(28375,28293,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/snapons/pauldron_left',67650),
(28376,28294,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/snapons/pauldron_right',67650),
(28377,28295,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/chest',67650),
(28378,28296,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/feet',67650),
(28379,28297,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/forearms',67650),
(28380,28298,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/hands',67650),
(28381,28299,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/head',67650),
(28382,28300,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/legs_noskirt',67650),
(28383,28301,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/shoulders',67650),
(28384,28302,'accessories/wearable_items/_exp13/heroic_armors/leather_beigepurple/skirt',67650),
(28385,28303,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/snapons/belt',67650),
(28386,28304,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/snapons/pauldron_left',67650),
(28387,28305,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/snapons/pauldron_right',67650),
(28388,28306,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/chest',67650),
(28389,28307,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/feet',67650),
(28390,28308,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/forearms',67650),
(28391,28309,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/hands',67650),
(28392,28310,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/head',67650),
(28393,28311,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/legs_noskirt',67650),
(28394,28312,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/shoulders',67650),
(28395,28313,'accessories/wearable_items/_exp13/heroic_armors/leather_blue/skirt',67650),
(28396,28314,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/snapons/belt',67650),
(28397,28315,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/snapons/pauldron_left',67650),
(28398,28316,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/snapons/pauldron_right',67650),
(28399,28317,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/chest',67650),
(28400,28318,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/feet',67650),
(28401,28319,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/forearms',67650),
(28402,28320,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/hands',67650),
(28403,28321,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/head',67650),
(28404,28322,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/legs_noskirt',67650),
(28405,28323,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/shoulders',67650),
(28406,28324,'accessories/wearable_items/_exp13/heroic_armors/leather_greenyellow/skirt',67650),
(28407,28325,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/snapons/belt',67650),
(28408,28326,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/snapons/pauldron_left',67650),
(28409,28327,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/snapons/pauldron_right',67650),
(28410,28328,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/chest',67650),
(28411,28329,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/feet',67650),
(28412,28330,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/forearms',67650),
(28413,28331,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/hands',67650),
(28414,28332,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/head',67650),
(28415,28333,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/legs_noskirt',67650),
(28416,28334,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/shoulders',67650),
(28417,28335,'accessories/wearable_items/_exp13/heroic_armors/leather_redblue/skirt',67650),
(28418,28336,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/snapons/belt',67650),
(28419,28337,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/snapons/pauldron_left',67650),
(28420,28338,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/snapons/pauldron_right',67650),
(28421,28339,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/chest',67650),
(28422,28340,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/feet',67650),
(28423,28341,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/forearms',67650),
(28424,28342,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/hands',67650),
(28425,28343,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/head',67650),
(28426,28344,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/legs_noskirt',67650),
(28427,28345,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/shoulders',67650),
(28428,28346,'accessories/wearable_items/_exp13/heroic_armors/leather_shadowred/skirt',67650),
(28429,28347,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/snapons/bracer_left',67650),
(28430,28348,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/snapons/bracer_right',67650),
(28431,28349,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/snapons/head_epic',67650),
(28432,28350,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/snapons/pauldron_left',67650),
(28433,28351,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/snapons/pauldron_right',67650),
(28434,28352,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/chest',67650),
(28435,28353,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/chest_epic',67650),
(28436,28354,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/feet',67650),
(28437,28355,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/hands',67650),
(28438,28356,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/head',67650),
(28439,28357,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/head_epic',67650),
(28440,28358,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/hood',67650),
(28441,28359,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/pants',67650),
(28442,28360,'accessories/wearable_items/_exp13/heroic_armors/robe_coercer/skirt',67650),
(28443,28361,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/snapons/bracer_left',67650),
(28444,28362,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/snapons/bracer_right',67650),
(28445,28363,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/snapons/head_epic',67650),
(28446,28364,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/snapons/pauldron_left',67650),
(28447,28365,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/snapons/pauldron_right',67650),
(28448,28366,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/chest',67650),
(28449,28367,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/chest_epic',67650),
(28450,28368,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/feet',67650),
(28451,28369,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/hands',67650),
(28452,28370,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/head',67650),
(28453,28371,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/head_epic',67650),
(28454,28372,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/hood',67650),
(28455,28373,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/pants',67650),
(28456,28374,'accessories/wearable_items/_exp13/heroic_armors/robe_conjuror/skirt',67650),
(28457,28375,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/snapons/bracer_left',67650),
(28458,28376,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/snapons/bracer_right',67650),
(28459,28377,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/snapons/head_epic',67650),
(28460,28378,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/snapons/pauldron_left',67650),
(28461,28379,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/snapons/pauldron_right',67650),
(28462,28380,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/chest',67650),
(28463,28381,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/chest_epic',67650),
(28464,28382,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/feet',67650),
(28465,28383,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/hands',67650),
(28466,28384,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/head',67650),
(28467,28385,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/head_epic',67650),
(28468,28386,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/hood',67650),
(28469,28387,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/pants',67650),
(28470,28388,'accessories/wearable_items/_exp13/heroic_armors/robe_illusionist/skirt',67650),
(28471,28389,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/snapons/bracer_left',67650),
(28472,28390,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/snapons/bracer_right',67650),
(28473,28391,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/snapons/head_epic',67650),
(28474,28392,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/snapons/pauldron_left',67650),
(28475,28393,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/snapons/pauldron_right',67650),
(28476,28394,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/chest',67650),
(28477,28395,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/chest_epic',67650),
(28478,28396,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/feet',67650),
(28479,28397,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/hands',67650),
(28480,28398,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/head',67650),
(28481,28399,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/head_epic',67650),
(28482,28400,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/hood',67650),
(28483,28401,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/pants',67650),
(28484,28402,'accessories/wearable_items/_exp13/heroic_armors/robe_necromancer/skirt',67650),
(28485,28403,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/snapons/bracer_left',67650),
(28486,28404,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/snapons/bracer_right',67650),
(28487,28405,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/snapons/head_epic',67650),
(28488,28406,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/snapons/pauldron_left',67650),
(28489,28407,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/snapons/pauldron_right',67650),
(28490,28408,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/chest',67650),
(28491,28409,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/chest_epic',67650),
(28492,28410,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/feet',67650),
(28493,28411,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/hands',67650),
(28494,28412,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/head',67650),
(28495,28413,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/head_epic',67650),
(28496,28414,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/hood',67650),
(28497,28415,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/pants',67650),
(28498,28416,'accessories/wearable_items/_exp13/heroic_armors/robe_warlock/skirt',67650),
(28499,28417,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/snapons/bracer_left',67650),
(28500,28418,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/snapons/bracer_right',67650),
(28501,28419,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/snapons/head_epic',67650),
(28502,28420,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/snapons/pauldron_left',67650),
(28503,28421,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/snapons/pauldron_right',67650),
(28504,28422,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/chest',67650),
(28505,28423,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/chest_epic',67650),
(28506,28424,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/feet',67650),
(28507,28425,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/hands',67650),
(28508,28426,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/head',67650),
(28509,28427,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/head_epic',67650),
(28510,28428,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/hood',67650),
(28511,28429,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/pants',67650),
(28512,28430,'accessories/wearable_items/_exp13/heroic_armors/robe_wizard/skirt',67650),
(28513,28431,'_exp13/characters/monsters/illusions/earthen_base',67650),
(28514,28432,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/belt/skirt 2',67650),
(28515,28433,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/belt/skirt',67650),
(28516,28434,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/snapons/armband_left',67650),
(28517,28435,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/snapons/bracer_right',67650),
(28518,28436,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/snapons/buckle',67650),
(28519,28437,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/snapons/head_sigil',67650),
(28520,28438,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/snapons/spaulder_right',67650),
(28521,28439,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/chest',67650),
(28522,28440,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/feet',67650),
(28523,28441,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/hands',67650),
(28524,28442,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/head',67650),
(28525,28443,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/head_sigil',67650),
(28526,28444,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/legs',67650),
(28527,28445,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/shoulders',67650),
(28528,28446,'accessories/wearable_items/_exp13/heroic_armors/gi_bruiser/skirt',67650),
(28529,28447,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/belt/skirt 2',67650),
(28530,28448,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/belt/skirt',67650),
(28531,28449,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/snapons/armband_left',67650),
(28532,28450,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/snapons/bracer_right',67650),
(28533,28451,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/snapons/buckle',67650),
(28534,28452,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/snapons/head_sigil',67650),
(28535,28453,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/snapons/spaulder_right',67650),
(28536,28454,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/chest',67650),
(28537,28455,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/feet',67650),
(28538,28456,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/hands',67650),
(28539,28457,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/head',67650),
(28540,28458,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/head_sigil',67650),
(28541,28459,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/legs',67650),
(28542,28460,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/shoulders',67650),
(28543,28461,'accessories/wearable_items/_exp13/heroic_armors/gi_monk/skirt',67650),
(28544,28462,'_exp13/characters/tool_users/iksar_skeleton/iksar_skeleton_dalnir',67650),
(28545,28463,'_exp13/objects/exp13_dun_kaesora/water_portal',67650),
(28546,28464,'staticobjects/_exp13/kaesora/door_blocker',67650),
(28547,28465,'_exp04/zones/objects/veeshans_peak/vp_orb',67650),
(28548,28466,'_exp13/objects/exp13_dun_cityofmist/switch_a',67650),
(28549,28467,'_exp13/objects/exp13_dun_cityofmist/switch_b',67650),
(28550,28468,'_exp13/objects/exp13_dun_cityofmist/switch_c',67650),
(28551,28469,'_exp13/objects/exp13_dun_cityofmist/switch_d',67650),
(28552,28470,'_exp13/objects/exp13_dun_cityofmist/switch_highlight',67650),
(28553,28471,'_exp04/tool_users/goblin_carried',67650),
(28554,28472,'_exp09/characters/monsters/elementalair_ethernere/elementalair_ethernere_soulfire_no_skull',67650),
(28555,28473,'_exp13/characters/tool_users/takish_elves/takishelf_male',67650),
(28556,28474,'_exp13/characters/tool_users/takish_elves/takishelf_male_tat01',67650),
(28557,28475,'_exp13/characters/tool_users/takish_elves/takishelf_male_tat02',67650),
(28558,28476,'staticobjects/lighting/elemental_lantern_water_green',67650),
(28559,28477,'accessories/npc_wearables/takish_elves/takishelf_male_longhair',67650),
(28560,28478,'accessories/npc_wearables/takish_elves/takishelf_male_mediumhair',67650),
(28561,28479,'accessories/npc_wearables/takish_elves/takishelf_male_mediumhair02',67650),
(28562,28480,'accessories/npc_wearables/takish_elves/takishelf_male_mohawk',67650),
(28563,28481,'accessories/npc_wearables/takish_elves/takishelf_male_ponytail',67650),
(28564,28482,'accessories/npc_wearables/takish_elves/takishelf_male_shorthair',67650),
(28565,28483,'_exp13/objects/exp13_dun_cityofmist/crate_01',67650),
(28566,28484,'accessories/wearable_items/_exp13/arcannase/accessory/armwrap_wyvern_left_dark',67650),
(28567,28485,'accessories/wearable_items/_exp13/arcannase/accessory/armwrap_wyvern_left_light',67650),
(28568,28486,'accessories/wearable_items/_exp13/arcannase/accessory/armwrap_wyvern_right_dark',67650),
(28569,28487,'accessories/wearable_items/_exp13/arcannase/accessory/armwrap_wyvern_right_light',67650),
(28570,28488,'accessories/wearable_items/_exp13/arcannase/accessory/forearm_chain_left_light',67650),
(28571,28489,'accessories/wearable_items/_exp13/arcannase/accessory/forearm_chain_right_light',67650),
(28572,28490,'accessories/wearable_items/_exp13/arcannase/accessory/forearm_heavy_left_light',67650),
(28573,28491,'accessories/wearable_items/_exp13/arcannase/accessory/forearm_heavy_right_light',67650),
(28574,28492,'accessories/wearable_items/_exp13/arcannase/accessory/head_chain_dark',67650),
(28575,28493,'accessories/wearable_items/_exp13/arcannase/accessory/head_chain_light',67650),
(28576,28494,'accessories/wearable_items/_exp13/arcannase/accessory/head_leather_dark',67650),
(28577,28495,'accessories/wearable_items/_exp13/arcannase/accessory/head_leather_light',67650),
(28578,28496,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_chain_dark_left',67650),
(28579,28497,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_chain_dark_right',67650),
(28580,28498,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_chain_light_left',67650),
(28581,28499,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_chain_light_right',67650),
(28582,28500,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_heavy_dark_left',67650),
(28583,28501,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_heavy_dark_right',67650),
(28584,28502,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_heavy_left',67650),
(28585,28503,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_heavy_right',67650),
(28586,28504,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_robe_dark_left',67650),
(28587,28505,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_robe_dark_right',67650),
(28588,28506,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_robe_left',67650),
(28589,28507,'accessories/wearable_items/_exp13/arcannase/accessory/pauldron_robe_right',67650),
(28590,28508,'accessories/wearable_items/_exp13/arcannase/chain1/chest',67650),
(28591,28509,'accessories/wearable_items/_exp13/arcannase/chain1/feet',67650),
(28592,28510,'accessories/wearable_items/_exp13/arcannase/chain1/forearms',67650),
(28593,28511,'accessories/wearable_items/_exp13/arcannase/chain1/hands',67650),
(28594,28512,'accessories/wearable_items/_exp13/arcannase/chain1/head',67650),
(28595,28513,'accessories/wearable_items/_exp13/arcannase/chain1/head_chain_light',67650),
(28596,28514,'accessories/wearable_items/_exp13/arcannase/chain1/legs',67650),
(28597,28515,'accessories/wearable_items/_exp13/arcannase/chain1/legs_noskirt',67650),
(28598,28516,'accessories/wearable_items/_exp13/arcannase/chain1/shoulders',67650),
(28599,28517,'accessories/wearable_items/_exp13/arcannase/chain1/shoulders_epic',67650),
(28600,28518,'accessories/wearable_items/_exp13/arcannase/chain1/skirt',67650),
(28601,28519,'accessories/wearable_items/_exp13/arcannase/chain2/chest',67650),
(28602,28520,'accessories/wearable_items/_exp13/arcannase/chain2/feet',67650),
(28603,28521,'accessories/wearable_items/_exp13/arcannase/chain2/forearms',67650),
(28604,28522,'accessories/wearable_items/_exp13/arcannase/chain2/hands',67650),
(28605,28523,'accessories/wearable_items/_exp13/arcannase/chain2/head',67650),
(28606,28524,'accessories/wearable_items/_exp13/arcannase/chain2/head_chain_dark',67650),
(28607,28525,'accessories/wearable_items/_exp13/arcannase/chain2/legs',67650),
(28608,28526,'accessories/wearable_items/_exp13/arcannase/chain2/legs_noskirt',67650),
(28609,28527,'accessories/wearable_items/_exp13/arcannase/chain2/shoulders',67650),
(28610,28528,'accessories/wearable_items/_exp13/arcannase/chain2/shoulders_epic',67650),
(28611,28529,'accessories/wearable_items/_exp13/arcannase/chain2/skirt',67650),
(28612,28530,'accessories/wearable_items/_exp13/arcannase/gi_1/belt/skirt 2',67650),
(28613,28531,'accessories/wearable_items/_exp13/arcannase/gi_1/belt/skirt',67650),
(28614,28532,'accessories/wearable_items/_exp13/arcannase/gi_1/chest',67650),
(28615,28533,'accessories/wearable_items/_exp13/arcannase/gi_1/feet',67650),
(28616,28534,'accessories/wearable_items/_exp13/arcannase/gi_1/forearms',67650),
(28617,28535,'accessories/wearable_items/_exp13/arcannase/gi_1/hands',67650),
(28618,28536,'accessories/wearable_items/_exp13/arcannase/gi_1/head',67650),
(28619,28537,'accessories/wearable_items/_exp13/arcannase/gi_1/legs',67650),
(28620,28538,'accessories/wearable_items/_exp13/arcannase/gi_1/shoulders',67650),
(28621,28539,'accessories/wearable_items/_exp13/arcannase/gi_1/skirt',67650),
(28622,28540,'accessories/wearable_items/_exp13/arcannase/gi_2/belt/skirt 2',67650),
(28623,28541,'accessories/wearable_items/_exp13/arcannase/gi_2/belt/skirt',67650),
(28624,28542,'accessories/wearable_items/_exp13/arcannase/gi_2/chest',67650),
(28625,28543,'accessories/wearable_items/_exp13/arcannase/gi_2/feet',67650),
(28626,28544,'accessories/wearable_items/_exp13/arcannase/gi_2/forearms',67650),
(28627,28545,'accessories/wearable_items/_exp13/arcannase/gi_2/hands',67650),
(28628,28546,'accessories/wearable_items/_exp13/arcannase/gi_2/head',67650),
(28629,28547,'accessories/wearable_items/_exp13/arcannase/gi_2/legs',67650),
(28630,28548,'accessories/wearable_items/_exp13/arcannase/gi_2/shoulders',67650),
(28631,28549,'accessories/wearable_items/_exp13/arcannase/gi_2/skirt',67650),
(28632,28550,'accessories/wearable_items/_exp13/arcannase/leather1/chest',67650),
(28633,28551,'accessories/wearable_items/_exp13/arcannase/leather1/feet',67650),
(28634,28552,'accessories/wearable_items/_exp13/arcannase/leather1/forearms',67650),
(28635,28553,'accessories/wearable_items/_exp13/arcannase/leather1/hands',67650),
(28636,28554,'accessories/wearable_items/_exp13/arcannase/leather1/head',67650),
(28637,28555,'accessories/wearable_items/_exp13/arcannase/leather1/head_leather_light',67650),
(28638,28556,'accessories/wearable_items/_exp13/arcannase/leather1/legs',67650),
(28639,28557,'accessories/wearable_items/_exp13/arcannase/leather1/legs_noskirt',67650),
(28640,28558,'accessories/wearable_items/_exp13/arcannase/leather1/shoulders',67650),
(28641,28559,'accessories/wearable_items/_exp13/arcannase/leather1/shoulders_armwraps',67650),
(28642,28560,'accessories/wearable_items/_exp13/arcannase/leather1/skirt',67650),
(28643,28561,'accessories/wearable_items/_exp13/arcannase/leather2/chest',67650),
(28644,28562,'accessories/wearable_items/_exp13/arcannase/leather2/feet',67650),
(28645,28563,'accessories/wearable_items/_exp13/arcannase/leather2/forearms',67650),
(28646,28564,'accessories/wearable_items/_exp13/arcannase/leather2/hands',67650),
(28647,28565,'accessories/wearable_items/_exp13/arcannase/leather2/head',67650),
(28648,28566,'accessories/wearable_items/_exp13/arcannase/leather2/head_leather_dark',67650),
(28649,28567,'accessories/wearable_items/_exp13/arcannase/leather2/legs',67650),
(28650,28568,'accessories/wearable_items/_exp13/arcannase/leather2/legs_noskirt',67650),
(28651,28569,'accessories/wearable_items/_exp13/arcannase/leather2/shoulders',67650),
(28652,28570,'accessories/wearable_items/_exp13/arcannase/leather2/shoulders_armwraps',67650),
(28653,28571,'accessories/wearable_items/_exp13/arcannase/leather2/skirt',67650),
(28654,28572,'accessories/wearable_items/_exp13/arcannase/robe1/chest',67650),
(28655,28573,'accessories/wearable_items/_exp13/arcannase/robe1/chest_epic',67650),
(28656,28574,'accessories/wearable_items/_exp13/arcannase/robe1/feet',67650),
(28657,28575,'accessories/wearable_items/_exp13/arcannase/robe1/hands',67650),
(28658,28576,'accessories/wearable_items/_exp13/arcannase/robe1/head',67650),
(28659,28577,'accessories/wearable_items/_exp13/arcannase/robe1/pants',67650),
(28660,28578,'accessories/wearable_items/_exp13/arcannase/robe1/skirt',67650),
(28661,28579,'accessories/wearable_items/_exp13/arcannase/robe2/chest',67650),
(28662,28580,'accessories/wearable_items/_exp13/arcannase/robe2/chest_epic',67650),
(28663,28581,'accessories/wearable_items/_exp13/arcannase/robe2/feet',67650),
(28664,28582,'accessories/wearable_items/_exp13/arcannase/robe2/hands',67650),
(28665,28583,'accessories/wearable_items/_exp13/arcannase/robe2/head',67650),
(28666,28584,'accessories/wearable_items/_exp13/arcannase/robe2/pants',67650),
(28667,28585,'accessories/wearable_items/_exp13/arcannase/robe2/skirt',67650),
(28668,28586,'accessories/wearable_items/_exp13/arcannase/vanguard1/chest',67650),
(28669,28587,'accessories/wearable_items/_exp13/arcannase/vanguard1/feet',67650),
(28670,28588,'accessories/wearable_items/_exp13/arcannase/vanguard1/forearms',67650),
(28671,28589,'accessories/wearable_items/_exp13/arcannase/vanguard1/hands',67650),
(28672,28590,'accessories/wearable_items/_exp13/arcannase/vanguard1/head',67650),
(28673,28591,'accessories/wearable_items/_exp13/arcannase/vanguard1/legs',67650),
(28674,28592,'accessories/wearable_items/_exp13/arcannase/vanguard1/legs_noskirt',67650),
(28675,28593,'accessories/wearable_items/_exp13/arcannase/vanguard1/right',67650),
(28676,28594,'accessories/wearable_items/_exp13/arcannase/vanguard1/shoulders',67650),
(28677,28595,'accessories/wearable_items/_exp13/arcannase/vanguard1/shoulders_epic',67650),
(28678,28596,'accessories/wearable_items/_exp13/arcannase/vanguard1/shoulders_nopauldrons',67650),
(28679,28597,'accessories/wearable_items/_exp13/arcannase/vanguard1/skirt',67650),
(28680,28598,'accessories/wearable_items/_exp13/arcannase/vanguard2/chest',67650),
(28681,28599,'accessories/wearable_items/_exp13/arcannase/vanguard2/feet',67650),
(28682,28600,'accessories/wearable_items/_exp13/arcannase/vanguard2/forearms',67650),
(28683,28601,'accessories/wearable_items/_exp13/arcannase/vanguard2/hands',67650),
(28684,28602,'accessories/wearable_items/_exp13/arcannase/vanguard2/head',67650),
(28685,28603,'accessories/wearable_items/_exp13/arcannase/vanguard2/legs',67650),
(28686,28604,'accessories/wearable_items/_exp13/arcannase/vanguard2/legs_noskirt',67650),
(28687,28605,'accessories/wearable_items/_exp13/arcannase/vanguard2/right',67650),
(28688,28606,'accessories/wearable_items/_exp13/arcannase/vanguard2/shoulders',67650),
(28689,28607,'accessories/wearable_items/_exp13/arcannase/vanguard2/shoulders_epic',67650),
(28690,28608,'accessories/wearable_items/_exp13/arcannase/vanguard2/shoulders_nopauldrons',67650),
(28691,28609,'accessories/wearable_items/_exp13/arcannase/vanguard2/skirt',67650),
(28692,28610,'creatures/mounts/phoenix_mount/phoenix_mount_base',67650),
(28693,28611,'accessories/wieldable_items/soga_weapons/unique4/demon_eye_blue',67650),
(28694,28612,'staticobjects/_exp13/harvestables/of_luclinbud',67650),
(28695,28613,'staticobjects/_exp13/harvestables/of_luclinbud_closed',67650),
(28696,28614,'staticobjects/_exp13/harvestables/of_luclinbud_fx',67650),
(28697,28615,'staticobjects/idols/doll001_ornate_dpo',67650),
(28698,28616,'staticobjects/idols/doll001_plain_dpo',67650),
(28699,28617,'staticobjects/idols/doll001_runic_dpo',67650),
(28700,28618,'staticobjects/idols/doll001_rusty_dpo',67650),
(28701,28619,'staticobjects/idols/idol001_ornate_dpo',67650),
(28702,28620,'staticobjects/idols/idol001_plain_dpo',67650),
(28703,28621,'staticobjects/idols/idol001_runic_dpo',67650),
(28704,28622,'staticobjects/idols/idol001_rusty_dpo',67650),
(28705,28623,'staticobjects/tablets/tablet001_plain_dpo',67650),
(28706,28624,'staticobjects/tablets/tablet001_rusty_dpo',67650),
(28707,28625,'staticobjects/tablets/tablet002_ornate_dpo',67650),
(28708,28626,'staticobjects/tablets/tablet002_runic_dpo',67650),
(28709,28627,'_exp13/objects/exp13_dun_sorceress_tower/lightning_cloud',67650),
(28710,28628,'accessories/npc_wearables/sarnak/goblin_carried',67650),
(28711,28629,'playerstudio/houseitems/ac_bell',67650),
(28712,28630,'playerstudio/houseitems/ac_door',67650),
(28713,28631,'playerstudio/houseitems/ac_gate',67650),
(28714,28632,'playerstudio/houseitems/ac_loft',67650),
(28715,28633,'playerstudio/houseitems/ac_manor',67650),
(28716,28634,'playerstudio/houseitems/ac_pillar',67650),
(28717,28635,'playerstudio/houseitems/ac_stairs',67650),
(28718,28636,'playerstudio/houseitems/ac_tower',67650),
(28719,28637,'playerstudio/houseitems/ac_turret',67650),
(28720,28638,'playerstudio/houseitems/ac_wall',67650),
(28721,28639,'playerstudio/houseitems/castle_outerwall',67650),
(28722,28640,'playerstudio/houseitems/castle_tower',67650),
(28723,28641,'playerstudio/houseitems/fae_stairway',67650),
(28724,28642,'playerstudio/houseitems/flyaway_dock',67650),
(28725,28643,'playerstudio/houseitems/dark_bed01',67650),
(28726,28644,'playerstudio/houseitems/dark_coffeetable',67650),
(28727,28645,'playerstudio/houseitems/dark_dresser01',67650),
(28728,28646,'playerstudio/houseitems/dark_endtable',67650),
(28729,28647,'playerstudio/houseitems/dark_lamp01',67650),
(28730,28648,'playerstudio/houseitems/dark_nightstand',67650),
(28731,28649,'playerstudio/houseitems/dead_grotto',67650),
(28732,28650,'playerstudio/houseitems/dead_lucia',67650),
(28733,28651,'playerstudio/houseitems/dead_maria',67650),
(28734,28652,'playerstudio/houseitems/dead_stare',67650),
(28735,28653,'playerstudio/houseitems/goth_chair01',67650),
(28736,28654,'playerstudio/houseitems/goth_loveseat01',67650),
(28737,28655,'playerstudio/houseitems/goth_sofa01',67650),
(28738,28656,'playerstudio/houseitems/notd_coffin',67650),
(28739,28657,'playerstudio/houseitems/acacia_capchair',67650),
(28740,28658,'playerstudio/houseitems/acacia_chair',67650),
(28741,28659,'playerstudio/houseitems/acacia_sidechair',67650),
(28742,28660,'playerstudio/houseitems/acacia_sofa',67650),
(28743,28661,'playerstudio/houseitems/acacia_table',67650),
(28744,28662,'_exp13/objects/exp13_dun_sorceress_tower/wall_blocker',67650),
(28745,28663,'_exp09/characters/monsters/ethereal_construct/ethereal_construct_red_ghost',67650),
(28746,28664,'_exp13/characters/tool_users/highelffemale_ghost/highelf_female_ghost',67650),
(28747,28665,'_exp13/characters/tool_users/golem_iron/golem_iron',67650),
(28748,28666,'staticobjects/_exp13/arcannase/st_crystals_table01_dpo',67650),
(28749,28667,'staticobjects/_exp13/arcannase/st_mortar_pestle01_dpo',67650),
(28750,28668,'staticobjects/_exp13/arcannase/st_scribe_scrollpaper01_dpo',67650),
(28751,28669,'staticobjects/_exp13/arcannase/st_table01_dpo',67650),
(28752,28670,'accessories/wearable_items/_exp13/takish_elves/accessory/shoulder_armband_left',67650),
(28753,28671,'accessories/wearable_items/_exp13/takish_elves/accessory/shoulder_armband_left2',67650),
(28754,28672,'accessories/wearable_items/_exp13/takish_elves/accessory/shoulder_armband_right',67650),
(28755,28673,'accessories/wearable_items/_exp13/takish_elves/accessory/shoulder_armband_right2',67650),
(28756,28674,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_pauldrons1_left',67650),
(28757,28675,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_pauldrons1_right',67650),
(28758,28676,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_pauldrons2_left',67650),
(28759,28677,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_pauldrons2_right',67650),
(28760,28678,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_tiara1',67650),
(28761,28679,'accessories/wearable_items/_exp13/takish_elves/accessory/takish_elf_tiara2',67650),
(28762,28680,'accessories/wearable_items/_exp13/takish_elves/chain1/chest',67650),
(28763,28681,'accessories/wearable_items/_exp13/takish_elves/chain1/feet',67650),
(28764,28682,'accessories/wearable_items/_exp13/takish_elves/chain1/forearms',67650),
(28765,28683,'accessories/wearable_items/_exp13/takish_elves/chain1/hands',67650),
(28766,28684,'accessories/wearable_items/_exp13/takish_elves/chain1/head',67650),
(28767,28685,'accessories/wearable_items/_exp13/takish_elves/chain1/legs',67650),
(28768,28686,'accessories/wearable_items/_exp13/takish_elves/chain1/legs_noskirt',67650),
(28769,28687,'accessories/wearable_items/_exp13/takish_elves/chain1/shoulders',67650),
(28770,28688,'accessories/wearable_items/_exp13/takish_elves/chain1/skirt',67650),
(28771,28689,'accessories/wearable_items/_exp13/takish_elves/chain2/chest',67650),
(28772,28690,'accessories/wearable_items/_exp13/takish_elves/chain2/feet',67650),
(28773,28691,'accessories/wearable_items/_exp13/takish_elves/chain2/forearms',67650),
(28774,28692,'accessories/wearable_items/_exp13/takish_elves/chain2/hands',67650),
(28775,28693,'accessories/wearable_items/_exp13/takish_elves/chain2/head',67650),
(28776,28694,'accessories/wearable_items/_exp13/takish_elves/chain2/legs',67650),
(28777,28695,'accessories/wearable_items/_exp13/takish_elves/chain2/legs_noskirt',67650),
(28778,28696,'accessories/wearable_items/_exp13/takish_elves/chain2/shoulders',67650),
(28779,28697,'accessories/wearable_items/_exp13/takish_elves/chain2/skirt',67650),
(28780,28698,'accessories/wearable_items/_exp13/takish_elves/robe1/chest',67650),
(28781,28699,'accessories/wearable_items/_exp13/takish_elves/robe1/feet',67650),
(28782,28700,'accessories/wearable_items/_exp13/takish_elves/robe1/hands',67650),
(28783,28701,'accessories/wearable_items/_exp13/takish_elves/robe1/head',67650),
(28784,28702,'accessories/wearable_items/_exp13/takish_elves/robe1/head_collar',67650),
(28785,28703,'accessories/wearable_items/_exp13/takish_elves/robe1/pants',67650),
(28786,28704,'accessories/wearable_items/_exp13/takish_elves/robe1/skirt',67650),
(28787,28705,'accessories/wearable_items/_exp13/takish_elves/robe2/chest',67650),
(28788,28706,'accessories/wearable_items/_exp13/takish_elves/robe2/feet',67650),
(28789,28707,'accessories/wearable_items/_exp13/takish_elves/robe2/hands',67650),
(28790,28708,'accessories/wearable_items/_exp13/takish_elves/robe2/head',67650),
(28791,28709,'accessories/wearable_items/_exp13/takish_elves/robe2/head_collar',67650),
(28792,28710,'accessories/wearable_items/_exp13/takish_elves/robe2/pants',67650),
(28793,28711,'accessories/wearable_items/_exp13/takish_elves/robe2/skirt',67650),
(28794,28712,'accessories/wearable_items/_exp13/takish_elves/valkyrie1/chest',67650),
(28795,28713,'accessories/wearable_items/_exp13/takish_elves/valkyrie1/hands',67650),
(28796,28714,'accessories/wearable_items/_exp13/takish_elves/valkyrie1/head_tiara1',67650),
(28797,28715,'accessories/wearable_items/_exp13/takish_elves/valkyrie1/legs',67650),
(28798,28716,'accessories/wearable_items/_exp13/takish_elves/valkyrie1/shoulders_armband',67650),
(28799,28717,'accessories/wearable_items/_exp13/takish_elves/valkyrie2/chest',67650),
(28800,28718,'accessories/wearable_items/_exp13/takish_elves/valkyrie2/hands',67650),
(28801,28719,'accessories/wearable_items/_exp13/takish_elves/valkyrie2/head_tiara2',67650),
(28802,28720,'accessories/wearable_items/_exp13/takish_elves/valkyrie2/legs',67650),
(28803,28721,'accessories/wearable_items/_exp13/takish_elves/valkyrie2/shoulders_armband',67650),
(28804,28722,'_exp13/characters/tool_users/takish_elves/takishelf_female',67650),
(28805,28723,'_exp13/characters/tool_users/takish_elves/takishelf_female_tat01',67650),
(28806,28724,'_exp13/characters/tool_users/takish_elves/takishelf_female_tat02',67650),
(28807,28725,'staticobjects/_exp13/arcannase/st_crystal_holder02_purp_dpo',67650),
(28808,28726,'ec/npc/skeleton_pc',67650),
(28809,28727,'_exp10/characters/monsters/sokokar_2013/sokokar_2013_saddle',67650),
(28810,28728,'_exp13/objects/barrel/hobgoblin_barrel',67650),
(28811,28729,'accessories/wieldable_items/shields/exp13/shield_sebilisian_metal_ghost',67650),
(28812,28730,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_1h_hooked_sword_ghost',67650),
(28813,28731,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_1h_lamentation_ghost',67650),
(28814,28732,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_spiked_ghost',67650),
(28815,28733,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_greatsword001_ghost',67650),
(28816,28734,'accessories/npc_wearables/hobgoblin_barrel/hobgoblin_barrel',67650),
(28817,28735,'accessories/wieldable_items/weapons/exp13/1h_crush/club_daltotem',67650),
(28818,28736,'accessories/wieldable_items/weapons/exp13/staff/staff_daltotem',67650),
(28819,28737,'_exp13/characters/tool_users/iksar_ghosts/iksar_male_chain_ghost',67650),
(28820,28738,'_exp13/characters/tool_users/iksar_ghosts/iksar_male_leather_ghost',67650),
(28821,28739,'_exp13/characters/tool_users/iksar_ghosts/iksar_male_robe_ghost',67650),
(28822,28740,'_exp13/characters/tool_users/iksar_ghosts/iksar_male_vanguard_ghost',67650),
(28823,28741,'_exp13/characters/monsters/gelatincube_variants/gelatincube_coagulated',67650),
(28824,28742,'_exp13/characters/monsters/gelatincube_variants/gelatincube_toxic',67650),
(28825,28743,'_exp13/characters/monsters/gelatincube_variants/gelatincube_verdant',67650),
(28826,28744,'_exp13/characters/monsters/goo_variants/goo_coagulated_airborne',67650),
(28827,28745,'_exp13/characters/monsters/goo_variants/goo_toxic_airborne',67650),
(28828,28746,'_exp13/characters/monsters/goo_variants/goo_verdant_airborne',67650),
(28829,28747,'_exp13/characters/monsters/goo_variants/goo_verdant_radioactive_airborne',67650),
(28830,28748,'_exp13/characters/monsters/goo_variants/goocreature_coagulated',67650),
(28831,28749,'_exp13/characters/monsters/goo_variants/goocreature_toxic',67650),
(28832,28750,'_exp13/characters/monsters/goo_variants/goocreature_verdant',67650),
(28833,28751,'_exp13/characters/monsters/goo_variants/goocreature_verdant_radioactive',67650),
(28834,28752,'_exp13/characters/monsters/mudmonster_variants/mudmonster_coagulated',67650),
(28835,28753,'_exp13/characters/monsters/mudmonster_variants/mudmonster_toxic',67650),
(28836,28754,'_exp13/characters/monsters/mudmonster_variants/mudmonster_verdant',67650),
(28837,28755,'_exp13/characters/tool_users/iksar_ghosts/iksar_female_chain_ghost',67650),
(28838,28756,'_exp13/characters/tool_users/iksar_ghosts/iksar_female_leather_ghost',67650),
(28839,28757,'_exp13/characters/tool_users/iksar_ghosts/iksar_female_robe_ghost',67650),
(28840,28758,'_exp13/characters/tool_users/iksar_ghosts/iksar_female_vanguard_ghost',67650),
(28841,28759,'_exp02/zones/objects/dragon_bones/rn_bones_leg01',67650),
(28842,28760,'_exp04/zones/objects/sebilis/fon_torch_tikistyle_w_light',67650),
(28843,28761,'_exp04/zones/objects/sebilis/seb_bed_bunk01',67650),
(28844,28762,'_exp04/zones/objects/sebilis/seb_bed_officer01',67650),
(28845,28763,'_exp04/zones/objects/sebilis/seb_bed_twin02',67650),
(28846,28764,'_exp04/zones/objects/sebilis/seb_bench_dining01',67650),
(28847,28765,'_exp04/zones/objects/sebilis/seb_crate_closed01',67650),
(28848,28766,'_exp04/zones/objects/sebilis/seb_crate_closed02',67650),
(28849,28767,'_exp04/zones/objects/sebilis/seb_crate_small_closed02',67650),
(28850,28768,'_exp04/zones/objects/sebilis/seb_table_bedside_officer01',67650),
(28851,28769,'_exp04/zones/objects/sebilis/seb_table_dining01',67650),
(28852,28770,'_exp04/zones/objects/sebilis/seb_weaponrack_floor01',67650),
(28853,28771,'_exp04/zones/objects/sebilis/seb_weaponrack_wall_long01',67650),
(28854,28772,'_exp04/zones/objects/sebilis/seb_weaponrack_wall_short02',67650),
(28855,28773,'staticobjects/housing_portal_objects/vision_home_cityofmist01',67650),
(28856,28774,'_exp04/zones/objects/sebilis/seb_oven01',67650),
(28857,28775,'staticobjects/_exp03/kel_dresser02',67650),
(28858,28776,'staticobjects/_exp03/kel_table_bedside01',67650),
(28859,28777,'staticobjects/_exp03/kel_table_bedside02',67650),
(28860,28778,'staticobjects/_exp03/kel_tavern_chair01_green',67650),
(28861,28779,'staticobjects/_exp03/kel_tavern_chair01_red',67650),
(28862,28780,'staticobjects/_exp03/kel_tavern_chair01_yellow',67650),
(28863,28781,'staticobjects/_exp03/kel_tavern_table01',67650),
(28864,28782,'_exp13/characters/tool_users/innoruuk_human/innoruuk_human',67650),
(28865,28783,'staticobjects/promo/_exp13/preorder_phoenix_pedestal',67650),
(28866,28784,'_exp13/objects/exp13_dun_frillik_tide_sig/cannonball',67650),
(28867,28785,'_exp13/objects/exp13_dun_frillik_tide_sig/rope',67650),
(28868,28786,'_exp13/objects/exp13_dun_dalnir/blood_pump_blood_flow',67650),
(28869,28787,'_exp13/objects/exp13_dun_dalnir/blood_pump_cascade_not_turning',67650),
(28870,28788,'_exp13/objects/exp13_dun_dalnir/blood_pump_cascade_turning',67650),
(28871,28789,'_exp13/objects/exp13_dun_dalnir/blood_pump_light_cord_off',67650),
(28872,28790,'_exp13/objects/exp13_dun_dalnir/blood_pump_light_cord_on',67650),
(28873,28791,'_exp13/objects/exp13_dun_dalnir/blood_pump_no_blood_flow',67650),
(28874,28792,'_exp13/objects/exp13_dun_dalnir/blood_pump_valves_blood_flow',67650),
(28875,28793,'_exp13/objects/exp13_dun_dalnir/blood_pump_valves_no_blood_flow',67650),
(28876,28794,'staticobjects/promo_items/exp13_kunark_ascending_painting',67650),
(28877,28795,'staticobjects/promo_items/exp13_kunark_ascending_teleporter',67650),
(28878,28796,'staticobjects/promo_items/exp13_vendor_crate_gold',67650),
(28879,28797,'staticobjects/promo_items/exp13_vendor_crate_silver',67650),
(28880,28798,'creatures/mounts/owl_mount/owl_mount_test',67650),
(28881,28799,'_exp13/characters/tool_users/golem_iron/golem_black_mist',67650),
(28882,28800,'staticobjects/promo_items/building_blocks/comset_arch01',67650),
(28883,28801,'staticobjects/promo_items/building_blocks/comset_column01',67650),
(28884,28802,'staticobjects/promo_items/building_blocks/comset_column02',67650),
(28885,28803,'staticobjects/promo_items/building_blocks/comset_cube01',67650),
(28886,28804,'staticobjects/promo_items/building_blocks/comset_fence01',67650),
(28887,28805,'staticobjects/promo_items/building_blocks/comset_pillar01',67650),
(28888,28806,'staticobjects/promo_items/building_blocks/comset_platform01',67650),
(28889,28807,'staticobjects/promo_items/building_blocks/comset_platform02',67650),
(28890,28808,'staticobjects/promo_items/building_blocks/comset_platform03',67650),
(28891,28809,'staticobjects/promo_items/building_blocks/comset_rail01',67650),
(28892,28810,'staticobjects/promo_items/building_blocks/comset_roof01',67650),
(28893,28811,'staticobjects/promo_items/building_blocks/comset_stairs01',67650),
(28894,28812,'staticobjects/promo_items/building_blocks/comset_wall01',67650),
(28895,28813,'_exp13/objects/exp13_dun_dalnir/tower_wire_cord_01_off',67650),
(28896,28814,'_exp13/objects/exp13_dun_dalnir/tower_wire_cord_01_on',67650),
(28897,28815,'_exp13/objects/exp13_dun_dalnir/tower_wire_cord_02_off',67650),
(28898,28816,'_exp13/objects/exp13_dun_dalnir/tower_wire_cord_02_on',67650),
(28899,28817,'staticobjects/_exp13/player_housing/dpo_dal_altar01',67650),
(28900,28818,'staticobjects/_exp13/player_housing/dpo_dal_banner01',67650),
(28901,28819,'staticobjects/_exp13/player_housing/dpo_dal_banner02',67650),
(28902,28820,'staticobjects/_exp13/player_housing/dpo_dal_barrel',67650),
(28903,28821,'staticobjects/_exp13/player_housing/dpo_dal_barrel_water01',67650),
(28904,28822,'staticobjects/_exp04/dpo_dn_containers001_box01',67650),
(28905,28823,'staticobjects/_exp04/dpo_dn_containers001_jar01',67650),
(28906,28824,'staticobjects/_exp13/player_housing/dpo_dal_bed_table01',67650),
(28907,28825,'staticobjects/_exp13/player_housing/dpo_dal_bed01',67650),
(28908,28826,'staticobjects/_exp13/player_housing/dpo_dal_bone_totem01',67650),
(28909,28827,'staticobjects/_exp13/player_housing/dpo_dal_bucket',67650),
(28910,28828,'staticobjects/_exp13/player_housing/dpo_dal_candle_skull_goblin_lit',67650),
(28911,28829,'staticobjects/_exp13/player_housing/dpo_dal_chest01',67650),
(28912,28830,'staticobjects/_exp13/player_housing/dpo_dal_chest02',67650),
(28913,28831,'staticobjects/_exp13/player_housing/dpo_dal_coal_dump01',67650),
(28914,28832,'staticobjects/_exp13/player_housing/dpo_dal_coffin02_base',67650),
(28915,28833,'staticobjects/_exp13/player_housing/dpo_dal_dead_blanket01',67650),
(28916,28834,'staticobjects/_exp13/player_housing/dpo_dal_dead_blanket02',67650),
(28917,28835,'staticobjects/_exp13/player_housing/dpo_dal_forge_anvil',67650),
(28918,28836,'staticobjects/_exp13/player_housing/dpo_dal_forge_board',67650),
(28919,28837,'staticobjects/_exp13/player_housing/dpo_dal_forge_hammer01',67650),
(28920,28838,'staticobjects/_exp13/player_housing/dpo_dal_forge_wrench',67650),
(28921,28839,'staticobjects/_exp13/player_housing/dpo_dal_keeper_statue',67650),
(28922,28840,'staticobjects/_exp13/player_housing/dpo_dal_light_hanging01',67650),
(28923,28841,'staticobjects/_exp13/player_housing/dpo_dal_mirror01',67650),
(28924,28842,'staticobjects/_exp13/player_housing/dpo_dal_sci_boil_bubble',67650),
(28925,28843,'staticobjects/_exp13/player_housing/dpo_dal_sci_boil_jar',67650),
(28926,28844,'staticobjects/_exp13/player_housing/dpo_dal_sci_jug',67650),
(28927,28845,'staticobjects/_exp13/player_housing/dpo_dal_sci_vape_pipeglass',67650),
(28928,28846,'staticobjects/_exp13/player_housing/dpo_dal_sci_vialrack',67650),
(28929,28847,'staticobjects/_exp13/player_housing/dpo_dal_statue_kneel',67650),
(28930,28848,'staticobjects/_exp13/player_housing/dpo_dal_teleporter',67650),
(28931,28849,'staticobjects/_exp13/player_housing/dpo_dal_tower01',67650),
(28932,28850,'staticobjects/_exp13/player_housing/dpo_dal_wheelburrow',67650),
(28933,28851,'staticobjects/_exp13/player_housing/dpo_dal_wheelburrow_full',67650),
(28934,28852,'staticobjects/_exp13/player_housing/dpo_dal_workbench01',67650),
(28935,28853,'staticobjects/_exp04/dpo_dn_containers001_jar02',67650),
(28936,28854,'staticobjects/_exp04/dpo_dn_containers001_jar03',67650),
(28937,28855,'staticobjects/_exp13/player_housing/dpo_elven_hub_int_door01',67650),
(28938,28856,'staticobjects/_exp04/dpo_dn_containers001_jar04',67650),
(28939,28857,'staticobjects/_exp13/player_housing/dpo_mist_banner01',67650),
(28940,28858,'staticobjects/_exp13/player_housing/dpo_mist_banner02',67650),
(28941,28859,'staticobjects/_exp13/player_housing/dpo_mist_banner03',67650),
(28942,28860,'staticobjects/_exp13/player_housing/dpo_mist_banner04',67650),
(28943,28861,'staticobjects/_exp13/player_housing/dpo_mist_barrel01',67650),
(28944,28862,'staticobjects/_exp13/player_housing/dpo_mist_barrel02',67650),
(28945,28863,'staticobjects/_exp13/player_housing/dpo_mist_barrel03',67650),
(28946,28864,'staticobjects/_exp13/player_housing/dpo_mist_bazaartent01',67650),
(28947,28865,'staticobjects/_exp13/player_housing/dpo_mist_bazaartent02',67650),
(28948,28866,'staticobjects/_exp13/player_housing/dpo_mist_bench01',67650),
(28949,28867,'staticobjects/_exp13/player_housing/dpo_mist_bookcase01',67650),
(28950,28868,'staticobjects/_exp13/player_housing/dpo_mist_brazier01fire',67650),
(28951,28869,'staticobjects/_exp13/player_housing/dpo_mist_brazier02fire',67650),
(28952,28870,'staticobjects/_exp13/player_housing/dpo_mist_chest01',67650),
(28953,28871,'staticobjects/_exp04/dpo_dn_containers001_plate01',67650),
(28954,28872,'staticobjects/_exp13/player_housing/dpo_mist_crate01',67650),
(28955,28873,'staticobjects/_exp13/player_housing/dpo_mist_crate02',67650),
(28956,28874,'staticobjects/_exp13/player_housing/dpo_mist_crate03',67650),
(28957,28875,'staticobjects/_exp13/player_housing/dpo_mist_desk01',67650),
(28958,28876,'staticobjects/_exp04/dpo_dn_crate001_crate03',67650),
(28959,28877,'staticobjects/_exp13/player_housing/dpo_mist_floorplat01',67650),
(28960,28878,'staticobjects/_exp13/player_housing/dpo_mist_floorplat02',67650),
(28961,28879,'staticobjects/_exp13/player_housing/dpo_mist_planter01',67650),
(28962,28880,'staticobjects/_exp13/player_housing/dpo_mist_planter02',67650),
(28963,28881,'staticobjects/_exp13/player_housing/dpo_mist_table01',67650),
(28964,28882,'staticobjects/_exp13/player_housing/dpo_mist_table02',67650),
(28965,28883,'staticobjects/_exp13/player_housing/dpo_mist_urn01',67650),
(28966,28884,'staticobjects/_exp13/player_housing/dpo_mist_urn02',67650),
(28967,28885,'staticobjects/_exp13/player_housing/dpo_mist_urn03',67650),
(28968,28886,'staticobjects/_exp13/player_housing/dpo_mist_urn04',67650),
(28969,28887,'staticobjects/_exp13/player_housing/dpo_mist_urn05',67650),
(28970,28888,'staticobjects/_exp13/player_housing/dpo_mist_urn06',67650),
(28971,28889,'staticobjects/_exp13/player_housing/dpo_mist_urn07',67650),
(28972,28890,'staticobjects/_exp13/player_housing/dpo_mist_urn08',67650),
(28973,28891,'staticobjects/_exp13/player_housing/dpo_mist_wallbrazier01fire',67650),
(28974,28892,'staticobjects/_exp13/player_housing/dpo_obulus_druidic_pine01',67650),
(28975,28893,'staticobjects/_exp13/player_housing/dpo_obulus_weeptree01',67650),
(28976,28894,'staticobjects/_exp13/player_housing/dpo_obulus_weeptree02',67650),
(28977,28895,'staticobjects/_exp13/player_housing/dpo_of_bushpurp01',67650),
(28978,28896,'staticobjects/_exp13/player_housing/dpo_of_lavagrass_clump01',67650),
(28979,28897,'staticobjects/_exp13/player_housing/dpo_of_spikeybush01',67650),
(28980,28898,'staticobjects/_exp13/player_housing/dpo_warslik_giants_cauldron01',67650),
(28981,28899,'staticobjects/_exp13/player_housing/dpo_warslik_giants_stoneblock01',67650),
(28982,28900,'staticobjects/_exp13/player_housing/dpo_warslik_giants_stoneblock02',67650),
(28983,28901,'staticobjects/_exp13/player_housing/dpo_warslik_giants_stoneblock03',67650),
(28984,28902,'staticobjects/_exp13/player_housing/dpo_xas_props_brazier01',67650),
(28985,28903,'staticobjects/_exp13/player_housing/dpo_xas_props_cart01',67650),
(28986,28904,'staticobjects/_exp13/player_housing/dpo_xas_props_door01',67650),
(28987,28905,'staticobjects/_exp13/player_housing/dpo_xas_props_iksar_skeleton_dead_01',67650),
(28988,28906,'staticobjects/_exp13/player_housing/dpo_xas_props_iksar_skeleton_warmor_01',67650),
(28989,28907,'staticobjects/_exp13/player_housing/dpo_xas_props_weaponrack_floor01',67650),
(28990,28908,'staticobjects/_exp13/player_housing/dpo_xas_props_weaponrack_wall01',67650),
(28991,28909,'staticobjects/_exp13/player_housing/dpo_mist_fountain01_fx',67650),
(28992,28910,'creatures/mounts/phoenix_mount/phoenix_mount_premium',67650),
(28993,28911,'creatures/mounts/bat_mount/bat_mount_test',67650),
(28994,28912,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_alchemist',67650),
(28995,28913,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_armorer',67650),
(28996,28914,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_carpenter',67650),
(28997,28915,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_jeweler',67650),
(28998,28916,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_provisioner',67650),
(28999,28917,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_sage',67650),
(29000,28918,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_tailor',67650),
(29001,28919,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_weaponsmith',67650),
(29002,28920,'accessories/wearable_items/cloak/exp13/tradeskill/cloak_woodworker',67650),
(29003,28921,'playerstudio/houseitems/hummingbird1',67650),
(29004,28922,'playerstudio/houseitems/hummingbird2',67650),
(29005,28923,'playerstudio/houseitems/hummingbird3',67650),
(29006,28924,'accessories/wieldable_items/weapons/exp13/bow/longbow_merc',67650),
(29007,28925,'_exp13/objects/exp13_dun_dalnir/emitter_kly_tesla_coil_wire',67650),
(29008,28926,'_exp13/objects/exp13_dun_dalnir/emitter_kly_power_orb_room',67650),
(29009,28927,'_exp13/objects/exp13_dun_dalnir/emitter_kly_tesla_coil',67650),
(29010,28928,'_exp13/objects/exp13_dun_dalnir/emitter_kly_blood_pump',67650),
(29011,28929,'accessories/wieldable_items/shields/exp13/shield_kite_nightmare_noglow',67650),
(29012,28930,'accessories/wieldable_items/shields/exp13/shield_tower_nightmare_noglow',67650),
(29013,28931,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_nightmare_noglow',67650),
(29014,28932,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_nightmare_noglow',67650),
(29015,28933,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare2_noglow',67650),
(29016,28934,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare_noglow',67650),
(29017,28935,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nightmare_noglow',67650),
(29018,28936,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_nightmare_noglow',67650),
(29019,28937,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_nightmare_noglow',67650),
(29020,28938,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_nightmare_noglow',67650),
(29021,28939,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_nightmare_noglow',67650),
(29022,28940,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_nightmare_noglow',67650),
(29023,28941,'accessories/wieldable_items/weapons/exp13/bow/longbow_nightmare_noglow',67650),
(29024,28942,'accessories/wieldable_items/weapons/exp13/fist/fist_nightmare_noglow',67650),
(29025,28943,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_nightmare_noglow',67650),
(29026,28944,'accessories/wieldable_items/weapons/exp13/staff/staff_halberd_nightmare_noglow',67650),
(29027,28945,'accessories/wieldable_items/weapons/exp13/talisman/talisman_nightmare_noglow',67650),
(29028,28946,'creatures/boss/fallengate_goblinskull',67650),
(29029,28947,'accessories/wearable_items/cloak/exp13/cloak_anashti_updated',67650),
(29030,28948,'_exp04/tool_users/goblin_scout_update_attachments',67650),
(29031,28949,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel',67650),
(29032,28950,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_chest',67650),
(29033,28951,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_chest_lid',67650),
(29034,28952,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_keys',67650),
(29035,28953,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_lantern',67650),
(29036,28954,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch01',67650),
(29037,28955,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch02',67650),
(29038,28956,'accessories/npc_wearables/kunark_goblin/backpack_treasure_hunter_swivel/backpack_treasure_hunter_swivel_pouch03',67650),
(29039,28957,'_exp13/characters/monsters/illusions/earthen_02_base',67650),
(29040,28958,'staticobjects/_exp13/player_housing/dpo_st_scribe_table01',67650),
(29041,28959,'staticobjects/_exp13/player_housing/dpo_st_bookcase_tall01',67650),
(29042,28960,'_exp13/objects/shatteredkeep_barrier_wall_01',67650),
(29043,28961,'_exp13/objects/shatteredkeep_barrier_wall_02',67650),
(29044,28962,'_exp13/objects/shatteredkeep_barrier_wall_03',67650),
(29045,28963,'staticobjects/_exp13/player_housing/dpo_xas_mosaic_short02',67650),
(29046,28964,'staticobjects/_exp13/player_housing/dpo_xas_mosaic_short01',67650),
(29047,28965,'staticobjects/_exp13/player_housing/dpo_xas_mosaic_long02',67650),
(29048,28966,'staticobjects/_exp13/player_housing/dpo_xas_mosaic_long01',67650),
(29049,28967,'staticobjects/_exp13/player_housing/dpo_st_stained_window01',67650),
(29050,28968,'staticobjects/_exp13/player_housing/dpo_st_stained_floor01',67650),
(29051,28969,'staticobjects/_exp13/player_housing/dpo_elven_bookcase_empty01',67650),
(29052,28970,'staticobjects/_exp13/player_housing/dpo_elven_bookcase02',67650),
(29053,28971,'staticobjects/_exp13/player_housing/dpo_elven_bookcase01',67650),
(29054,28972,'staticobjects/_exp13/player_housing/dpo_elven_bookcase03',67650),
(29055,28973,'staticobjects/_exp13/player_housing/dpo_elven_bowl01',67650),
(29056,28974,'staticobjects/_exp13/player_housing/dpo_elven_carpet_round01',67650),
(29057,28975,'staticobjects/_exp13/player_housing/dpo_elven_carpet_straight01',67650),
(29058,28976,'staticobjects/_exp13/player_housing/dpo_elven_planter_pot01',67650),
(29059,28977,'staticobjects/_exp13/player_housing/dpo_elven_storage_chest01',67650),
(29060,28978,'staticobjects/_exp13/player_housing/dpo_elven_table_halfround01',67650),
(29061,28979,'staticobjects/_exp13/player_housing/dpo_elven_table_round01',67650),
(29062,28980,'staticobjects/_exp13/player_housing/dpo_elven_wall_sconce01',67650),
(29063,28981,'staticobjects/_exp13/player_housing/dpo_dal_chair01',67650),
(29064,28982,'staticobjects/_exp13/player_housing/dpo_dal_light_bones01',67650),
(29065,28983,'staticobjects/_exp13/player_housing/dpo_dal_light_hanging02',67650),
(29066,28984,'staticobjects/_exp13/player_housing/dpo_dal_candle_01',67650),
(29067,28985,'staticobjects/_exp13/player_housing/dpo_dal_pump_table',67650),
(29068,28986,'staticobjects/_exp13/player_housing/dpo_dal_int_obj_lab_cage01',67650),
(29069,28987,'staticobjects/_exp04/chardok_pedestal',67650),
(29070,28988,'staticobjects/_exp13/obulus_frontier/of_rock05_dpo',67650),
(29071,28989,'staticobjects/_exp13/obulus_frontier/of_smallrock01_dpo',67650),
(29072,28990,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_can_swivel',67650),
(29073,28991,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_leaf_swivel',67650),
(29074,28992,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_sack1_swivel',67650),
(29075,28993,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_sack2_swivel',67650),
(29076,28994,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_swivel',67650),
(29077,28995,'accessories/npc_wearables/kunark_goblin/backpack_gardener/backpack_gardener_trowel_swivel',67650),
(29078,28996,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_can_green_swivel',67650),
(29079,28997,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_can_red_swivel',67650),
(29080,28998,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_can_swivel',67650),
(29081,28999,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_green_swivel',67650),
(29082,29000,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_leaf_green_swivel',67650),
(29083,29001,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_leaf_red_swivel',67650),
(29084,29002,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_leaf_swivel',67650),
(29085,29003,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_red_swivel',67650),
(29086,29004,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack1_green_swivel',67650),
(29087,29005,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack1_red_swivel',67650),
(29088,29006,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack1_swivel',67650),
(29089,29007,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack2_green_swivel',67650),
(29090,29008,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack2_red_swivel',67650),
(29091,29009,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_sack2_swivel',67650),
(29092,29010,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_swivel',67650),
(29093,29011,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_trowel_green_swivel',67650),
(29094,29012,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_trowel_red_swivel',67650),
(29095,29013,'accessories/wearable_items/snapons/backpacks/backpack_gardener/backpack_gardener_trowel_swivel',67650),
(29096,29014,'creatures/pets/kerafyrm_young/kerafyrm_young_lava',67650),
(29097,29015,'creatures/mounts/phoenix_mount/phoenix_mount_kunark',67650),
(29098,29016,'creatures/mounts/phoenix_mount/phoenix_mount_skyfire',67650),
(29099,29017,'creatures/mounts/lion_winged/lion_winged_patchwork1',67650),
(29100,29018,'creatures/mounts/lion_winged/lion_winged_patchwork2',67650),
(29101,29019,'creatures/mounts/lion_winged/lion_winged_patchwork3',67650),
(29102,29020,'creatures/mounts/lion_winged/lion_winged_patchwork4',67650),
(29103,29021,'accessories/wieldable_items/weapons/exp13/1h_pierce/gardener_hand_fork2',67650),
(29104,29022,'accessories/wieldable_items/weapons/exp13/1h_pierce/gardener_hand_fork1',67650),
(29105,29023,'_exp13/objects/exp13_dun_dalnir/emitter_goblins_cages',67650),
(29106,29024,'_exp13/characters/tool_users/iksar_choosoth/iksar_choosoth',67650),
(29107,29025,'_exp13/characters/monsters/illusions/elemental_black',67650),
(29108,29026,'_exp13/characters/monsters/illusions/elemental_white',67650),
(29109,29027,'_exp13/characters/monsters/illusions/thaumaturgist_maroon',67650),
(29110,29028,'_exp13/characters/monsters/illusions/thaumaturgist_orange',67650),
(29111,29029,'_exp13/characters/monsters/illusions/ethereal_blue',67650),
(29112,29030,'_exp13/characters/monsters/illusions/ethereal_green',67650),
(29113,29031,'creatures/mounts/hawk_mount/falcon_god_mount',67650),
(29114,29032,'_exp13/objects/exp13_rgn_obulus_frontier/dpo_of_ruins_iksar_statue01_dpo',67650),
(29115,29033,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_nightmare_red',67650),
(29116,29034,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_nightmare_green',67650),
(29117,29035,'accessories/wieldable_items/weapons/exp13/1h_crush/mace_nightmare_blue',67650),
(29118,29036,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_nightmare_red',67650),
(29119,29037,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_nightmare_green',67650),
(29120,29038,'accessories/wieldable_items/weapons/exp13/1h_crush/hammer_nightmare_blue',67650),
(29121,29039,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare_blue',67650),
(29122,29040,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare_green',67650),
(29123,29041,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare_red',67650),
(29124,29042,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare2_blue',67650),
(29125,29043,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare2_green',67650),
(29126,29044,'accessories/wieldable_items/weapons/exp13/1h_pierce/dagger_nightmare2_red',67650),
(29127,29045,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_nightmare_blue',67650),
(29128,29046,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_nightmare_green',67650),
(29129,29047,'accessories/wieldable_items/weapons/exp13/1h_sword/axe_nightmare_red',67650),
(29130,29048,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nightmare_blue',67650),
(29131,29049,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nightmare_green',67650),
(29132,29050,'accessories/wieldable_items/weapons/exp13/1h_sword/sword_nightmare_red',67650),
(29133,29051,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_nightmare_blue',67650),
(29134,29052,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_nightmare_green',67650),
(29135,29053,'accessories/wieldable_items/weapons/exp13/1h_wand/wand_nightmare_red',67650),
(29136,29054,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_nightmare_red',67650),
(29137,29055,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_nightmare_green',67650),
(29138,29056,'accessories/wieldable_items/weapons/exp13/2h_crush/twohanded_hammer_nightmare_blue',67650),
(29139,29057,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_nightmare_blue',67650),
(29140,29058,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_nightmare_green',67650),
(29141,29059,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_axe_nightmare_red',67650),
(29142,29060,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_nightmare_blue',67650),
(29143,29061,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_nightmare_green',67650),
(29144,29062,'accessories/wieldable_items/weapons/exp13/2h_sword/twohanded_sword_nightmare_red',67650),
(29145,29063,'accessories/wieldable_items/weapons/exp13/bow/longbow_nightmare_blue',67650),
(29146,29064,'accessories/wieldable_items/weapons/exp13/bow/longbow_nightmare_green',67650),
(29147,29065,'accessories/wieldable_items/weapons/exp13/bow/longbow_nightmare_red',67650),
(29148,29066,'accessories/wieldable_items/weapons/exp13/fist/fist_nightmare_blue',67650),
(29149,29067,'accessories/wieldable_items/weapons/exp13/fist/fist_nightmare_green',67650),
(29150,29068,'accessories/wieldable_items/weapons/exp13/fist/fist_nightmare_red',67650),
(29151,29069,'accessories/wieldable_items/weapons/exp13/staff/staff_halberd_nightmare_blue',67650),
(29152,29070,'accessories/wieldable_items/weapons/exp13/staff/staff_halberd_nightmare_green',67650),
(29153,29071,'accessories/wieldable_items/weapons/exp13/staff/staff_halberd_nightmare_red',67650),
(29154,29072,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_nightmare_blue',67650),
(29155,29073,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_nightmare_green',67650),
(29156,29074,'accessories/wieldable_items/weapons/exp13/staff/staff_mage_nightmare_red',67650),
(29157,29075,'accessories/wieldable_items/weapons/exp13/talisman/talisman_nightmare_blue',67650),
(29158,29076,'accessories/wieldable_items/weapons/exp13/talisman/talisman_nightmare_green',67650),
(29159,29077,'accessories/wieldable_items/weapons/exp13/talisman/talisman_nightmare_red',67650),
(29160,29078,'accessories/wieldable_items/shields/exp13/shield_kite_nightmare_blue',67650),
(29161,29079,'accessories/wieldable_items/shields/exp13/shield_kite_nightmare_green',67650),
(29162,29080,'accessories/wieldable_items/shields/exp13/shield_kite_nightmare_red',67650),
(29163,29081,'accessories/wieldable_items/shields/exp13/shield_tower_nightmare_blue',67650),
(29164,29082,'accessories/wieldable_items/shields/exp13/shield_tower_nightmare_green',67650),
(29165,29083,'accessories/wieldable_items/shields/exp13/shield_tower_nightmare_red',67650),
(29166,29084,'creatures/mounts/phoenix_mount/phoenix_mount_02_blue',67650),
(29167,29085,'creatures/mounts/phoenix_mount/phoenix_mount_blue',67650),
(29168,29086,'creatures/mounts/phoenix_mount/phoenix_mount_purple',67650),
(29169,29087,'creatures/mounts/phoenix_mount/phoenix_mount_yellow',67650),
(29170,29088,'creatures/mounts/phoenix_mount/phoenix_mount_02_dark_blue',67650),
(29171,29089,'creatures/mounts/phoenix_mount/phoenix_mount_02_green',67650),
(29172,29090,'_exp13/objects/exp13_dun_dalnir/wizard_coil_off',67650),
(29173,29091,'_exp13/objects/exp13_dun_dalnir/wizard_coil_wall_off',67650),
(29174,29092,'_exp13/objects/exp13_dun_dalnir/wizard_coil_wall_on',67650),
(29175,29093,'staticobjects/_exp13/player_housing/dpo_mist_statue_golem_iron',67650),
(29176,29094,'staticobjects/_exp13/player_housing/dpo_st_chandelier_magicblue',67650),
(29177,29095,'_exp13/objects/exp13_dun_dalnir/emitter_fire_coals',67650),
(29178,29096,'staticobjects/_exp13/player_housing/dpo_st_vial_rack01',67650),
(29179,29097,'staticobjects/_exp13/player_housing/dpo_st_stained_blue_floor01',67650),
(29180,29098,'staticobjects/_exp13/player_housing/dpo_st_stained_blue_window01',67650),
(29181,29099,'staticobjects/_exp13/player_housing/dpo_st_stained_green_floor01',67650),
(29182,29100,'staticobjects/_exp13/player_housing/dpo_st_stained_green_window01',67650),
(29183,29101,'staticobjects/_exp13/player_housing/dpo_st_stained_lime_floor01',67650),
(29184,29102,'staticobjects/_exp13/player_housing/dpo_st_stained_lime_window01',67650),
(29185,29103,'staticobjects/_exp13/player_housing/dpo_st_stained_orange_floor01',67650),
(29186,29104,'staticobjects/_exp13/player_housing/dpo_st_stained_orange_window01',67650),
(29187,29105,'staticobjects/_exp13/player_housing/dpo_st_stained_purple_floor01',67650),
(29188,29106,'staticobjects/_exp13/player_housing/dpo_st_stained_purple_window01',67650),
(29189,29107,'staticobjects/_exp13/player_housing/dpo_st_vines_filler01',67650),
(29190,29108,'staticobjects/_exp13/player_housing/dpo_st_magic_book01',67650),
(29191,29109,'staticobjects/_exp13/player_housing/dpo_nc_scribe_inkwellplain01',67650),
(29192,29110,'_exp13/characters/monsters/dragon_karkona/dragon_karkona',67650),
(29193,29111,'_exp04/zones/objects/fens_of_nathsar/fon_rock_medium_cave_01b',67650),
(29194,29112,'staticobjects/guildhall/trophies/gh_loot_saryn_terristhule01',67650),
(29195,29113,'staticobjects/guildhall/trophies/gh_loot_xalgoz01',67650),
(29196,29114,'staticobjects/guildhall/trophies/gh_loot_thekly01',67650),
(29197,29115,'staticobjects/guildhall/trophies/gh_loot_setri_lureth01',67650),
(29198,29116,'staticobjects/guildhall/trophies/gh_loot_amalgam_order_chaos',67650),
(29199,29117,'staticobjects/guildhall/trophies/gh_loot_rakashiir01',67650),
(29200,29118,'_exp13/characters/monsters/illusions/earthen_02_alt_01',67650),
(29201,29119,'_exp13/characters/monsters/illusions/earthen_02_alt_02',67650),
(29202,29120,'accessories/wieldable_items/weapons/exp08/1h_sword/exp08_sword_katana_tallonite_green_fx',67650),
(29203,29121,'staticobjects/_exp13/player_housing/dpo_dal_int_obj_ritual_statue_house',67650),
(29204,29122,'_exp13/objects/dungeonportal_red',67650),
(29205,29123,'creatures/mounts/horse_armor01/horse_kyle',67650),
(29206,29124,'_exp13/characters/monsters/trakanon_2016/trakanon_2016',67650),
(29207,29125,'staticobjects/musicbox/gnomophone/gnomophone1',67650),
(29208,29126,'staticobjects/musicbox/gnomophone/gnomophone2',67650),
(29209,29127,'staticobjects/musicbox/gnomophone/gnomophone3',67650),
(29210,29128,'staticobjects/musicbox/gnomophone/gnomophone4',67650),
(29211,29129,'staticobjects/_exp13/dalnir/dpo_quest_incense_chest',67650),
(29212,29130,'_exp13/objects/exp13_rgn_obulus_frontier/dead_leaves_nye_caelona',67650),
(29213,29131,'_exp13/objects/exp13_rgn_obulus_frontier/dead_plant_nye_caelona',67650),
(29214,29132,'staticobjects/plants/bright_tropical_plant02',67650),
(29215,29133,'staticobjects/plants/long_leaf_plant04_blue',67650),
(29216,29134,'accessories/wieldable_items/weapons/exp13/1h_crush/exp13_1hc_saryn_flail',67650),
(29217,29135,'creatures/mounts/lion_winged/lion_winged_candyblue',67650),
(29218,29136,'creatures/mounts/lion_winged/lion_winged_candyevil',67650),
(29219,29137,'creatures/mounts/lion_winged/lion_winged_candygreen',67650),
(29220,29138,'creatures/mounts/lion_winged/lion_winged_candyred',67650),
(29221,29139,'creatures/mounts/lion_winged/lion_winged_gingergolem1',67650),
(29222,29140,'creatures/mounts/lion_winged/lion_winged_winterking',67650),
(29223,29141,'staticobjects/_exp13/arcannase/dpo_quest_incense_box',67650),
(29224,29142,'_exp04/monsters/jaled_dar_ghost_v2',67650),
(29225,29143,'staticobjects/_exp13/arcannase/dpo_st_crystal_debris01',67650),
(29226,29144,'staticobjects/_exp13/arcannase/dpo_st_conduit01_blue',67650),
(29227,29145,'staticobjects/_exp13/arcannase/dpo_st_conduit01_empty',67650),
(29228,29146,'staticobjects/_exp13/arcannase/dpo_st_orb_magicblue_pfx',67650),
(29229,29147,'_exp13/objects/exp13_rgn_obulus_frontier/elven_pot_empty',67650),
(29230,29148,'accessories/wearable_items/profesion_hats/penguin_helm/head_penguin_helm_blackwhite',67650),
(29231,29149,'accessories/wearable_items/profesion_hats/penguin_helm/head_penguin_helm_blue',67650),
(29232,29150,'accessories/wearable_items/profesion_hats/penguin_helm/head_penguin_helm_green',67650),
(29233,29151,'accessories/wearable_items/profesion_hats/penguin_helm/head_penguin_helm_purple',67650),
(29234,29152,'accessories/wearable_items/profesion_hats/penguin_helm/head_penguin_helm_red',67650),
(29235,29153,'accessories/wearable_items/profesion_hats/penguin_helm/head_snowman_helm',67650),
(29236,29154,'accessories/wearable_items/profesion_hats/penguin_helm/penguin_helm_dingle1',67650),
(29237,29155,'staticobjects/_exp13/arcannase/dpo_st_orb_magicblue',67650),
(29238,29156,'_exp13/objects/dungeonportal_sorc',67650),
(29239,29157,'_exp12/objects/exp12_dun_illithid_event_01/ill_object_lever_01',67650),
(29240,29158,'_exp13/characters/monsters/illusions/earthen_red',67650),
(29241,29159,'_exp13/characters/tool_users/iksarmale_statue/iksarmale_statue',67650),
(29242,29160,'staticobjects/_exp13/bones/dragonbone_pile',67650),
(29243,29161,'staticobjects/_exp13/harvestables/dpo_garden_ripe',67650),
(29244,29162,'staticobjects/_exp13/harvestables/dpo_elven_planter_pot01_with_dirt',67650),
(29245,29163,'staticobjects/_exp13/player_housing/tradeskill_watering_can',67650),
(29246,29164,'creatures/mounts/reindeer_mount/reindeer_mount_snowstag',67650),
(29247,29165,'staticobjects/_exp13/harvestables/dpo_garden_bud',67650),
(29248,29166,'staticobjects/_exp13/harvestables/dpo_garden_mature',67650),
(29249,29167,'creatures/monsters/book_minion_griffin_to_molerat_combat_idle',67650),
(29250,29168,'staticobjects/cages/dpo_thehole_rm015_cage001',67650),
(29251,29169,'staticobjects/cages/dpo_thehole_rm015_cagedoor01',67650),
(29252,29170,'_exp04/zones/objects/jarsath_wastes/giant_iksar_statue',67650),
(29253,29171,'staticobjects/_exp08/cobalt_scar/cs_ballista_broken',67650),
(29254,29172,'playerstudio/characters/weapons/1h_sword/skullsplitter/skullspliter',67650),
(29255,29173,'accessories/npc_wearables/terris_thule/terris_thule_1hc',67650),
(29256,29174,'accessories/npc_wearables/terris_thule/terris_thule_1hs',67650),
(29257,29175,'playerstudio/characters/shields/tower_round_shields/mayonshield/mayongshield',67650),
(29258,29176,'staticobjects/_exp13/player_housing/dpo_st_phoenix_statue01',67650),
(29259,29177,'ec/pc/iksar/iksar_male_mummy',67650),
(29260,29178,'staticobjects/_exp13/shattered_chasm/dpo_sc_main_platform_blue01',67650),
(29261,29179,'staticobjects/_exp13/shattered_chasm/dpo_sc_main_platform_red01',67650),
(29262,29180,'staticobjects/_exp13/shattered_chasm/dpo_sc_main_platform_yellow01',67650),
(29263,29181,'staticobjects/_exp11/dpo_dpo_cob_pillow_bones_01',67650),
(29264,29182,'accessories/npc_wearables/kunark_goblin/gardener_hand_fork1',67650),
(29265,29183,'staticobjects/liveevent/frostfell/sleepers_tomb_blocker_wall',67650),
(29266,29184,'staticobjects/urns/cha_jar_preserved_iksar',67650),
(29267,29185,'staticobjects/liveevent/frostfell/frostfell_furniture_sconce_frostfell2',67650),
(29268,29186,'staticobjects/liveevent/frostfell/frostfell_furniture_table_lamp2',67650),
(29269,29187,'staticobjects/liveevent/frostfell/frostfell_furniture_tea_set_cup_of_tea2',67650),
(29270,29188,'staticobjects/liveevent/frostfell/frostfell_furniture_tea_set_stacked_cups2',67650),
(29271,29189,'staticobjects/liveevent/frostfell/frostfell_furniture_tea_set_suger_plate2',67650),
(29272,29190,'staticobjects/liveevent/frostfell/frostfell_furniture_tea_set_teapot2',67650),
(29273,29191,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_bush01_green',67650),
(29274,29192,'staticobjects/liveevent/frostfell/efrst_frostfell_new01_bush01_red',67650),
(29275,29193,'staticobjects/liveevent/frostfell/holiday_pointsettia04',67650),
(29276,29194,'staticobjects/liveevent/frostfell/holiday_pointsettia06',67650),
(29277,29195,'_exp13/objects/exp13_dun_sorceress_tower/emitter_tornado_blue',67650),
(29278,29196,'_exp13/objects/exp13_dun_sorceress_tower/emitter_tornado_red',67650),
(29279,29197,'_exp01/characters/monsters/devil_fire_blue_sfx',67650),
(29280,29198,'_exp01/characters/monsters/devil_fire_sfx',67650),
(29281,29199,'accessories/wieldable_items/weapons/exp13/1h_crush/exp13_1hc_earthen_club',67650),
(29282,29200,'_exp09/characters/monsters/tirun_enforcer/tirun_enforcer_boss_pyrelord',67650),
(29283,29201,'_exp09/characters/monsters/withering_tree_ent/tree_ent_burning',67650),
(29284,29202,'_exp09/characters/monsters/withering_tree_ent/tree_ent_burnt',67650),
(29285,29203,'staticobjects/liveevent/frostfell/gargoyle_attack',67650),
(29286,29204,'staticobjects/liveevent/frostfell/gargoyle_pedastal',67650),
(29287,29205,'staticobjects/liveevent/frostfell/dpo_snowglobe_obulus01',67650),
(29288,29206,'_exp13/characters/tool_users/matchstick_man/matchstick_man_base',67650),
(29289,29207,'_exp09/characters/monsters/shambling_mound/shambling_mound_burnt',67650),
(29290,29208,'staticobjects/world_devices/exp13_kaesora/trdskl_kaesora_workbench01',67650),
(29291,29209,'_exp09/characters/monsters/shambling_mound/shambling_mound_fire',67650),
(29292,29210,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_forearm_left',67650),
(29293,29211,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_forearm_right',67650),
(29294,29212,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_helm',67650),
(29295,29213,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_lower_left',67650),
(29296,29214,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_lower_right',67650),
(29297,29215,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_upper_left',67650),
(29298,29216,'accessories/wearable_items/_exp13/saryrn_acc/saryrn_upper_right',67650),
(29299,29217,'accessories/wearable_items/_exp13/shattered_keep/chain/head_saryrn',67650),
(29300,29218,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_saryrn',67650),
(29301,29219,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_saryrn_left',67650),
(29302,29220,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_saryrn_right',67650),
(29303,29221,'_exp09/objects/drinals/drinals_soulwell_red_orb_01_ghost',67650),
(29304,29222,'creatures/tu/mysticdoll_alternate_burning',67650),
(29305,29223,'staticobjects/_exp13/fx/kylongepic_portal',67650),
(29306,29224,'staticobjects/liveevent/halloween/dpo_mummyhead',67650),
(29307,29225,'accessories/wearable_items/_exp13/terris_thule_acc/terris_forearm_left',67650),
(29308,29226,'accessories/wearable_items/_exp13/terris_thule_acc/terris_forearm_right',67650),
(29309,29227,'accessories/wearable_items/_exp13/terris_thule_acc/terris_shoulder_left',67650),
(29310,29228,'accessories/wearable_items/_exp13/terris_thule_acc/terris_shoulder_right',67650),
(29311,29229,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_terris_thule_both',67650),
(29312,29230,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_terris_thule_left',67650),
(29313,29231,'accessories/wearable_items/_exp13/shattered_keep/chain/shoulders_terris_thule_right',67650),
(29314,29232,'_exp13/characters/tool_users/matchstick_man/matchstick_man_burnt',67650),
(29315,29233,'_exp09/characters/tool_users/ethenere_npcs/barbarian_female_ethenere',67650),
(29316,29234,'playerstudio/houseitems/bat_bookcase',67650),
(29317,29235,'playerstudio/houseitems/bat_cabinet',67650),
(29318,29236,'playerstudio/houseitems/bath_mirror',67650),
(29319,29237,'playerstudio/houseitems/bath_shelves',67650),
(29320,29238,'playerstudio/houseitems/bath_sink',67650),
(29321,29239,'playerstudio/houseitems/bath_toilet',67650),
(29322,29240,'playerstudio/houseitems/chaise_lounge',67650),
(29323,29241,'playerstudio/houseitems/covered_bridge',67650),
(29324,29242,'playerstudio/houseitems/forest_painting',67650),
(29325,29243,'playerstudio/houseitems/herbal_cabinet',67650),
(29326,29244,'playerstudio/houseitems/lovely_bookcase',67650),
(29327,29245,'playerstudio/houseitems/magic_coffeetable',67650),
(29328,29246,'playerstudio/houseitems/magic_dresser',67650),
(29329,29247,'playerstudio/houseitems/magic_endtable',67650),
(29330,29248,'playerstudio/houseitems/magic_vanitybed',67650),
(29331,29249,'playerstudio/houseitems/magic_vanitystool',67650),
(29332,29250,'playerstudio/houseitems/ogre_bookcase',67650),
(29333,29251,'playerstudio/houseitems/ogre_leathercot',67650),
(29334,29252,'playerstudio/houseitems/ogre_vanitydesk',67650),
(29335,29253,'playerstudio/houseitems/oniondome_swirl',67650),
(29336,29254,'playerstudio/houseitems/pet_bed',67650),
(29337,29255,'playerstudio/houseitems/polished_cabinet',67650),
(29338,29256,'playerstudio/houseitems/porch_swing_full',67650),
(29339,29257,'playerstudio/houseitems/roof_endcap',67650),
(29340,29258,'playerstudio/houseitems/rose_candelabra',67650),
(29341,29259,'playerstudio/houseitems/rose_chair',67650),
(29342,29260,'playerstudio/houseitems/rose_chaise',67650),
(29343,29261,'playerstudio/houseitems/rose_musicbox',67650),
(29344,29262,'playerstudio/houseitems/rose_ottoman',67650),
(29345,29263,'playerstudio/houseitems/rose_table',67650),
(29346,29264,'playerstudio/houseitems/spiderqueen_bed',67650),
(29347,29265,'playerstudio/houseitems/spiderqueen_throne',67650),
(29348,29266,'playerstudio/houseitems/swimming_pool',67650),
(29349,29267,'playerstudio/houseitems/towel_rack',67650),
(29350,29268,'playerstudio/houseitems/wf_cabin',67650),
(29351,29269,'playerstudio/houseitems/wf_cornerwall',67650),
(29352,29270,'playerstudio/houseitems/wf_door',67650),
(29353,29271,'playerstudio/houseitems/wf_house',67650),
(29354,29272,'playerstudio/houseitems/wf_shack',67650),
(29355,29273,'playerstudio/houseitems/wf_sideroom',67650),
(29356,29274,'playerstudio/houseitems/wf_tower',67650),
(29357,29275,'playerstudio/houseitems/wf_wall',67650),
(29358,29276,'playerstudio/houseitems/white_dresser',67650),
(29359,29277,'playerstudio/houseitems/white_nightstand',67650),
(29360,29278,'playerstudio/houseitems/white_princessbed',67650),
(29361,29279,'playerstudio/houseitems/windmill_bottom',67650),
(29362,29280,'playerstudio/houseitems/windmill_fan_pfx',67650),
(29363,29281,'playerstudio/houseitems/windmill_roof',67650),
(29364,29282,'playerstudio/houseitems/winterfrontier_stove',67650),
(29365,29283,'playerstudio/houseitems/wooden_nook',67650),
(29366,29284,'staticobjects/liveevent/frostfell/dpo_chair_cafe_frostfell1',67650),
(29367,29285,'staticobjects/liveevent/frostfell/dpo_chair_cafe_frostfell2',67650),
(29368,29286,'staticobjects/liveevent/frostfell/dpo_chair_cafe_frostfell3',67650),
(29369,29287,'staticobjects/liveevent/frostfell/dpo_chair_cafe_frostfell4',67650),
(29370,29288,'playerstudio/houseitems/magic_vanitydresser',67650),
(29371,29289,'staticobjects/liveevent/frostfell/dpo_grandfather_clock1',67650),
(29372,29290,'staticobjects/liveevent/frostfell/dpo_grandfather_clock2',67650),
(29373,29291,'staticobjects/liveevent/frostfell/dpo_grandfather_clock3',67650),
(29374,29292,'staticobjects/liveevent/frostfell/dpo_grandfather_clock4',67650),
(29375,29293,'staticobjects/liveevent/frostfell/dpo_nightstand_frostfell1',67650),
(29376,29294,'staticobjects/liveevent/frostfell/dpo_nightstand_frostfell2',67650),
(29377,29295,'staticobjects/liveevent/frostfell/dpo_nightstand_frostfell3',67650),
(29378,29296,'staticobjects/liveevent/frostfell/dpo_nightstand_frostfell4',67650),
(29379,29297,'staticobjects/liveevent/frostfell/dpo_queen_bed_frostfell1',67650),
(29380,29298,'staticobjects/liveevent/frostfell/dpo_queen_bed_frostfell2',67650),
(29381,29299,'staticobjects/liveevent/frostfell/dpo_queen_bed_frostfell3',67650),
(29382,29300,'staticobjects/liveevent/frostfell/dpo_queen_bed_frostfell4',67650),
(29383,29301,'staticobjects/liveevent/frostfell/dpo_rug_frostfell1',67650),
(29384,29302,'staticobjects/liveevent/frostfell/dpo_rug_frostfell2',67650),
(29385,29303,'staticobjects/liveevent/frostfell/dpo_rug_frostfell3',67650),
(29386,29304,'staticobjects/liveevent/frostfell/dpo_rug_frostfell4',67650),
(29387,29305,'staticobjects/liveevent/frostfell/dpo_sconce_frostfell1',67650),
(29388,29306,'staticobjects/liveevent/frostfell/dpo_sconce_frostfell3',67650),
(29389,29307,'staticobjects/liveevent/frostfell/dpo_sconce_frostfell4',67650),
(29390,29308,'staticobjects/liveevent/frostfell/dpo_table_lamp1',67650),
(29391,29309,'staticobjects/liveevent/frostfell/dpo_table_lamp3',67650),
(29392,29310,'staticobjects/liveevent/frostfell/dpo_table_lamp4',67650),
(29393,29311,'staticobjects/liveevent/frostfell/dpo_tea_set_cup_of_tea1',67650),
(29394,29312,'staticobjects/liveevent/frostfell/dpo_tea_set_cup_of_tea3',67650),
(29395,29313,'staticobjects/liveevent/frostfell/dpo_tea_set_cup_of_tea4',67650),
(29396,29314,'staticobjects/liveevent/frostfell/dpo_tea_set_stacked_cups1',67650),
(29397,29315,'staticobjects/liveevent/frostfell/dpo_tea_set_stacked_cups3',67650),
(29398,29316,'staticobjects/liveevent/frostfell/dpo_tea_set_stacked_cups4',67650),
(29399,29317,'staticobjects/liveevent/frostfell/dpo_tea_set_suger_plate1',67650),
(29400,29318,'staticobjects/liveevent/frostfell/dpo_tea_set_suger_plate3',67650),
(29401,29319,'staticobjects/liveevent/frostfell/dpo_tea_set_suger_plate4',67650),
(29402,29320,'staticobjects/liveevent/frostfell/dpo_tea_set_teapot1',67650),
(29403,29321,'staticobjects/liveevent/frostfell/dpo_tea_set_teapot3',67650),
(29404,29322,'staticobjects/liveevent/frostfell/dpo_tea_set_teapot4',67650),
(29405,29323,'staticobjects/liveevent/frostfell/dpo_tea_table1',67650),
(29406,29324,'staticobjects/liveevent/frostfell/dpo_tea_table2',67650),
(29407,29325,'staticobjects/liveevent/frostfell/dpo_tea_table3',67650),
(29408,29326,'staticobjects/liveevent/frostfell/dpo_tea_table4',67650),
(29409,29327,'playerstudio/houseitems/snowdrift_ground',67650),
(29410,29328,'playerstudio/houseitems/snowdrift_roof',67650),
(29411,29329,'playerstudio/houseitems/snowdrift_shelf',67650),
(29412,29330,'playerstudio/houseitems/snowdrift_wall',67650),
(29413,29331,'creatures/mounts/phoenix_mount/phoenix_npc_base',67650),
(29414,29332,'_exp05/zones/objects/exp05_dun_void_palace/voidman_tablet03',67650),
(29415,29333,'_exp13/objects/exp13_dun_traks_cavern/poisonfog',67650),
(29416,29334,'staticobjects/pictures/vrsn_portrait01_dpo',67650),
(29417,29335,'accessories/npc_wearables/djinn_weapons/djinn_axe_dt',67650),
(29418,29336,'accessories/npc_wearables/djinn_weapons/djinn_fist_gf',67650),
(29419,29337,'accessories/npc_wearables/djinn_weapons/djinn_fist_hos',67650),
(29420,29338,'accessories/npc_wearables/djinn_weapons/djinn_sword_fots',67650),
(29421,29339,'accessories/npc_wearables/djinn_weapons/djinn_sword_s',67650),
(29422,29340,'accessories/npc_wearables/djinn_weapons/djinn_sword_tom',67650),
(29423,29341,'_exp13/characters/tool_users/djinn_armor/djinn_armor',67650),
(29424,29342,'creatures/mounts/player_wing/player_wing_cherub_blue',67650),
(29425,29343,'creatures/mounts/player_wing/player_wing_cherub_dark',67650),
(29426,29344,'creatures/mounts/player_wing/player_wing_cherub_light',67650),
(29427,29345,'creatures/mounts/player_wing/player_wing_cherub_red',67650),
(29428,29346,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_divider_w_sq_bluestucco',67650),
(29429,29347,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_divider_w_tall_bluestucco',67650),
(29430,29348,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_d_arch_bluestucco',67650),
(29431,29349,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_d_rect_bluestucco',67650),
(29432,29350,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_h_bluestucco',67650),
(29433,29351,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_sq_bluestucco',67650),
(29434,29352,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_tall_bluestucco',67650),
(29435,29353,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_v_bluestucco',67650),
(29436,29354,'staticobjects/liveevent/erollisi_objects/birthday_cake01pink',67650),
(29437,29355,'staticobjects/liveevent/erollisi_objects/dpo_panel_erollisi_grass_trap_door',67650),
(29438,29356,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_pink_door',67650),
(29439,29357,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_white_door',67650),
(29440,29358,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge_yellow_door',67650),
(29441,29359,'staticobjects/liveevent/erollisi_objects/erollisi_rosehedge01_door',67650),
(29442,29360,'staticobjects/liveevent/erollisi_objects/fireplace_screen_metal01',67650),
(29443,29361,'staticobjects/liveevent/erollisi_objects/halas_walltrophyantlers01',67650),
(29444,29362,'staticobjects/liveevent/erollisi_objects/human_pillow_round',67650),
(29445,29363,'staticobjects/liveevent/erollisi_objects/kerran_flatleatherhide01',67650),
(29446,29364,'staticobjects/liveevent/erollisi_objects/rose_bouquet01_pink',67650),
(29447,29365,'staticobjects/liveevent/erollisi_objects/rose_bouquet01_yellow',67650),
(29448,29366,'staticobjects/liveevent/erollisi_objects/snow_globe_erollisi1',67650),
(29449,29367,'_exp02/characters/monsters/carnivorous_plant_flowering1',67650),
(29450,29368,'_exp02/characters/monsters/carnivorous_plant_flowering2',67650),
(29451,29369,'_exp02/characters/monsters/carnivorous_plant_flowering3',67650),
(29452,29370,'_exp02/characters/monsters/carnivorous_plant_flowering4',67650),
(29453,29371,'_exp02/characters/monsters/carnivorous_plant_flowering5',67650),
(29454,29372,'creatures/pets/phoenix_lovebird/phoenix_lovebird1',67650),
(29455,29373,'creatures/pets/phoenix_lovebird/phoenix_lovebird2',67650),
(29456,29374,'creatures/pets/phoenix_lovebird/phoenix_lovebird3',67650),
(29457,29375,'creatures/pets/egg_beast/egg_beast1',67650),
(29458,29376,'creatures/pets/egg_beast/egg_beast2',67650),
(29459,29377,'creatures/pets/egg_beast/egg_beast3',67650),
(29460,29378,'creatures/pets/egg_beast/egg_beast4',67650),
(29461,29379,'creatures/pets/egg_beast/egg_beast5',67650),
(29462,29380,'staticobjects/liveevent/erollisi_objects/teapot_erollisi_teapot3',67650),
(29463,29381,'staticobjects/liveevent/erollisi_objects/teapot_erollisi_cup_stacked3',67650),
(29464,29382,'staticobjects/liveevent/erollisi_objects/teapot_erollisi_cup_saucer3',67650),
(29465,29383,'playerstudio/characters/weapons/bow/hunter_bow/hunter_bow',67650),
(29466,29384,'playerstudio/characters/cloaks/hunter_cloak/hunter_cloak',67650),
(29467,29385,'playerstudio/characters/shields/tower_round_shields/hunter_shield/hunter_shield',67650),
(29468,29386,'playerstudio/characters/weapons/1h_sword/hunter_hatchet/hunter_hatchet',67650),
(29469,29387,'playerstudio/characters/weapons/1h_pierce/hunter_knife/hunter_knife',67650),
(29470,29388,'playerstudio/characters/weapons/staff/hunting_spear/hunting_spear',67650),
(29471,29389,'accessories/wieldable_items/weapons/crossbow/crossbow_base',67650),
(29472,29390,'staticobjects/liveevent/brew_day/bench_ogre01',67650),
(29473,29391,'staticobjects/liveevent/brew_day/birthday_cake01mint',67650),
(29474,29392,'staticobjects/liveevent/brew_day/flatanimalpelt03',67650),
(29475,29393,'staticobjects/liveevent/brew_day/horn_on_stand01',67650),
(29476,29394,'staticobjects/liveevent/brew_day/human_pillow_round_blue',67650),
(29477,29395,'staticobjects/liveevent/brew_day/table_round_ogre01',67650),
(29478,29396,'staticobjects/liveevent/brew_day/vault_safe',67650),
(29479,29397,'staticobjects/liveevent/brew_day/dwarven_obj_pickaxeplaque',67650),
(29480,29398,'accessories/wearable_items/_exp14/leather_set/set_1/chest',67650),
(29481,29399,'accessories/wearable_items/_exp14/leather_set/set_1/feet',67650),
(29482,29400,'accessories/wearable_items/_exp14/leather_set/set_1/hands',67650),
(29483,29401,'accessories/wearable_items/_exp14/leather_set/set_1/legs',67650),
(29484,29402,'accessories/wearable_items/_exp14/leather_set/set_1/shoulders',67650),
(29485,29403,'accessories/wearable_items/_exp14/new_armor/chain/chest',67650),
(29486,29404,'accessories/wearable_items/_exp14/new_armor/chain/feet',67650),
(29487,29405,'accessories/wearable_items/_exp14/new_armor/chain/hands',67650),
(29488,29406,'accessories/wearable_items/_exp14/new_armor/chain/legs',67650),
(29489,29407,'accessories/wearable_items/_exp14/new_armor/chain/shoulders',67650),
(29490,29408,'playerstudio/houseitems/twohearts_sofa',67650),
(29491,29409,'playerstudio/houseitems/twohearts_door',67650),
(29492,29410,'playerstudio/houseitems/fireflynight_painting',67650),
(29493,29411,'playerstudio/houseitems/wildflower_stone_stairs',67650),
(29494,29412,'playerstudio/houseitems/wildflower_stairs',67650),
(29495,29413,'playerstudio/houseitems/wildflower_mansion',67650),
(29496,29414,'playerstudio/houseitems/wildflower_house',67650),
(29497,29415,'playerstudio/houseitems/wildflower_gate',67650),
(29498,29416,'playerstudio/houseitems/wildflower_florist_shop',67650),
(29499,29417,'playerstudio/houseitems/wildflower_door',67650),
(29500,29418,'playerstudio/houseitems/wildflower_arcade',67650),
(29501,29419,'playerstudio/houseitems/springwildflower_planter',67650),
(29502,29420,'playerstudio/houseitems/springwildflower_lattice',67650),
(29503,29421,'playerstudio/houseitems/springwildflower_gate',67650),
(29504,29422,'playerstudio/houseitems/mixedspring_wildflowers',67650),
(29505,29423,'playerstudio/houseitems/hangingspring_wildflowers',67650),
(29506,29424,'playerstudio/houseitems/eveningspring_wildflowers',67650),
(29507,29425,'playerstudio/houseitems/daytimespring_wildflowers',67650),
(29508,29426,'playerstudio/houseitems/walking_plow',67650),
(29509,29427,'playerstudio/houseitems/oniondome_wave',67650),
(29510,29428,'playerstudio/houseitems/oniondome_gold',67650),
(29511,29429,'playerstudio/houseitems/bristle_horse',67650),
(29512,29430,'playerstudio/houseitems/bristle_carousel',67650),
(29513,29431,'playerstudio/houseitems/bristle_ticketbooth',67650),
(29514,29432,'playerstudio/houseitems/bristle_dodo',67650),
(29515,29433,'playerstudio/houseitems/bristle_sled',67650),
(29516,29434,'staticobjects/soe_wallet/holiday_objects/erollisi_teapot_pink',67650),
(29517,29435,'staticobjects/soe_wallet/holiday_objects/erollisi_teacupstacked_pink',67650),
(29518,29436,'staticobjects/soe_wallet/holiday_objects/erollisi_teacup_pink',67650),
(29519,29437,'staticobjects/soe_wallet/holiday_objects/erollisi_teacup_blue',67650),
(29520,29438,'staticobjects/soe_wallet/holiday_objects/erollisi_teacupstacked_blue',67650),
(29521,29439,'staticobjects/soe_wallet/holiday_objects/erollisi_teapot_blue',67650),
(29522,29440,'creatures/mounts/phoenix_mount/phoenix_npc_01_blue',67650),
(29523,29441,'creatures/mounts/phoenix_mount/phoenix_npc_02_yellow',67650),
(29524,29442,'creatures/mounts/phoenix_mount/phoenix_npc_03_purple',67650),
(29525,29443,'creatures/mounts/phoenix_mount/phoenix_npc_04_golden',67650),
(29526,29444,'creatures/mounts/phoenix_mount/phoenix_npc_05_blue',67650),
(29527,29445,'creatures/mounts/phoenix_mount/phoenix_npc_06_green',67650),
(29528,29446,'staticobjects/liveevent/anniversary_event/dpo_dal_sci_hourglass',67650),
(29529,29447,'creatures/tu/gods_karna_tp',67650),
(29530,29448,'creatures/tu/gods_mithaniel_marr_helm_beard_sword_tp',67650),
(29531,29449,'creatures/tu/gods_quellious_tp',67650),
(29532,29450,'creatures/tu/gods_solusek_ro_2013_tp',67650),
(29533,29451,'_exp11/characters/tool_users/lanys_tyvl/lanys_tyvl_tp',67650),
(29534,29452,'_exp13/characters/tool_users/saryrn/saryrn_tp',67650),
(29535,29453,'_exp13/characters/tool_users/terris_thule/terris_thule_tp',67650),
(29536,29454,'_exp11/characters/tool_users/lava_pygmy/blue_pygmy_female',67650),
(29537,29455,'_exp11/characters/tool_users/lava_pygmy/blue_pygmy_female_queen',67650),
(29538,29456,'_exp11/characters/tool_users/lava_pygmy/blue_pygmy_female_variant',67650),
(29539,29457,'_exp14/characters/monsters/clockwork_behemoth/clockwork_behemoth_base',67650),
(29540,29458,'creatures/familiars/catoplebas/catoplebas',67650),
(29541,29459,'creatures/familiars/cave_swimmer/cave_swimmer_violet',67650),
(29542,29460,'creatures/familiars/displacer_beast/displacer_beast',67650),
(29543,29461,'creatures/familiars/drake/drake_black',67650),
(29544,29462,'creatures/familiars/drake_boss/drake_boss',67650),
(29545,29463,'creatures/familiars/drake_ethernere/drakota_blue_ethernere',67650),
(29546,29464,'creatures/familiars/elementalair_ethernere/elementalair_ethernere_blue',67650),
(29547,29465,'creatures/familiars/evil_butterfly/evil_butterfly',67650),
(29548,29466,'creatures/familiars/flesh_construct/flesh_construct',67650),
(29549,29467,'creatures/familiars/gargoyle_sleeper/gargoyle_sleeper',67650),
(29550,29468,'creatures/familiars/grasshopper/grasshopper_base',67650),
(29551,29469,'creatures/familiars/griffin/highland_griffin',67650),
(29552,29470,'creatures/familiars/insect_queen/insect_queen_blue',67650),
(29553,29471,'creatures/familiars/komodo/komodo',67650),
(29554,29472,'creatures/familiars/lion_winged/lion_winged_male',67650),
(29555,29473,'creatures/familiars/rock_crawler/rock_crawler_green',67650),
(29556,29474,'creatures/familiars/skirth/skirth',67650),
(29557,29475,'creatures/familiars/spider_skitterer/spider_skitterer_dark',67650),
(29558,29476,'creatures/familiars/wasp_swarm/wasp_swarm',67650),
(29559,29477,'creatures/familiars/ethereal_construct/ethereal_construct_darkmetal_blue',67650),
(29560,29478,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1x2_divider_w_sq_blackmarble',67650),
(29561,29479,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_1x2_divider_w_tall_blackmarble',67650),
(29562,29480,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_d_arch_blackmarble',67650),
(29563,29481,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_d_rect_blackmarble',67650),
(29564,29482,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_w_h_blackmarble',67650),
(29565,29483,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_w_sq_blackmarble',67650),
(29566,29484,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_w_tall_blackmarble',67650),
(29567,29485,'staticobjects/soe_wallet/building_blocks/blackmarble/houseblock_2x2_divider_w_v_blackmarble',67650),
(29568,29486,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1x2_divider_w_sq_bluemarble',67650),
(29569,29487,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_1x2_divider_w_tall_bluemarble',67650),
(29570,29488,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_d_arch_bluemarble',67650),
(29571,29489,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_d_rect_bluemarble',67650),
(29572,29490,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_w_h_bluemarble',67650),
(29573,29491,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_w_sq_bluemarble',67650),
(29574,29492,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_w_tall_bluemarble',67650),
(29575,29493,'staticobjects/soe_wallet/building_blocks/bluemarble/houseblock_2x2_divider_w_v_bluemarble',67650),
(29576,29494,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1x2_divider_w_sq_ice',67650),
(29577,29495,'staticobjects/soe_wallet/building_blocks/ice/houseblock_1x2_divider_w_tall_ice',67650),
(29578,29496,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_d_arch_ice',67650),
(29579,29497,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_d_rect_ice',67650),
(29580,29498,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_w_h_ice',67650),
(29581,29499,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_w_sq_ice',67650),
(29582,29500,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_w_tall_ice',67650),
(29583,29501,'staticobjects/soe_wallet/building_blocks/ice/houseblock_2x2_divider_w_v_ice',67650),
(29584,29502,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1x2_divider_w_sq_kelethinwood',67650),
(29585,29503,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_1x2_divider_w_tall_kelethinwood',67650),
(29586,29504,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_d_arch_kelethinwood',67650),
(29587,29505,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_d_rect_kelethinwood',67650),
(29588,29506,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_w_h_kelethinwood',67650),
(29589,29507,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_w_sq_kelethinwood',67650),
(29590,29508,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_w_tall_kelethinwood',67650),
(29591,29509,'staticobjects/soe_wallet/building_blocks/kelethinwood/houseblock_2x2_divider_w_v_kelethinwood',67650),
(29592,29510,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1x2_divider_w_sq_redmarble',67650),
(29593,29511,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_1x2_divider_w_tall_redmarble',67650),
(29594,29512,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_d_arch_redmarble',67650),
(29595,29513,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_d_rect_redmarble',67650),
(29596,29514,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_w_h_redmarble',67650),
(29597,29515,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_w_sq_redmarble',67650),
(29598,29516,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_w_tall_redmarble',67650),
(29599,29517,'staticobjects/soe_wallet/building_blocks/red_marble/houseblock_2x2_divider_w_v_redmarble',67650),
(29600,29518,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1x2_divider_w_sq_whitemarble',67650),
(29601,29519,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_1x2_divider_w_tall_whitemarble',67650),
(29602,29520,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_d_arch_whitemarble',67650),
(29603,29521,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_d_rect_whitemarble',67650),
(29604,29522,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_w_h_whitemarble',67650),
(29605,29523,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_w_sq_whitemarble',67650),
(29606,29524,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_w_tall_whitemarble',67650),
(29607,29525,'staticobjects/soe_wallet/building_blocks/whitemarble/houseblock_2x2_divider_w_v_whitemarble',67650),
(29608,29526,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_king_blue',67650),
(29609,29527,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_shaman_blue',67650),
(29610,29528,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_warrior_blue',67650),
(29611,29529,'creatures/tu/gnomebot_female_base',67650),
(29612,29530,'creatures/tu/gnomebot_female_cloth',67650),
(29613,29531,'creatures/tu/gnomebot_female_leather',67650),
(29614,29532,'creatures/tu/gnomebot_female_plate',67650),
(29615,29533,'_exp14/characters/monsters/gargoyle_obsidian/gargoyle_obsidian_base',67650),
(29616,29534,'_exp14/characters/monsters/gargoyle_obsidian/gargoyle_obsidian_lavacracked',67650),
(29617,29535,'staticobjects/liveevent/bristlebane_day/cha_plate_gold_jewels',67650),
(29618,29536,'staticobjects/liveevent/bristlebane_day/dn_containers001_jar04',67650),
(29619,29537,'staticobjects/liveevent/bristlebane_day/halfing_bookshelf_square01_door',67650),
(29620,29538,'staticobjects/liveevent/bristlebane_day/human_pillow_round_purple',67650),
(29621,29539,'staticobjects/liveevent/bristlebane_day/pie_missingslice',67650),
(29622,29540,'staticobjects/liveevent/bristlebane_day/pie_slice',67650),
(29623,29541,'staticobjects/liveevent/bristlebane_day/pik_chest_loot01',67650),
(29624,29542,'staticobjects/liveevent/bristlebane_day/sen_eaten_plate_02',67650),
(29625,29543,'staticobjects/liveevent/bristlebane_day/vilebloom_plant01',67650),
(29626,29544,'staticobjects/liveevent/bristlebane_day/vilebloom_plant02',67650),
(29627,29545,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/belt_evil',67650),
(29628,29546,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/belt_evilglow',67650),
(29629,29547,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/forearm_left_evil',67650),
(29630,29548,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/forearm_left_evilglow',67650),
(29631,29549,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/forearm_right_evil',67650),
(29632,29550,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/forearm_right_evilglow',67650),
(29633,29551,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shin_left_evil',67650),
(29634,29552,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shin_left_evilglow',67650),
(29635,29553,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shin_right_evil',67650),
(29636,29554,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shin_right_evilglow',67650),
(29637,29555,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shoulders_pauldron_heavy_left_evil',67650),
(29638,29556,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shoulders_pauldron_heavy_left_evilglow',67650),
(29639,29557,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shoulders_pauldron_heavy_right_evil',67650),
(29640,29558,'accessories/wearable_items/_exp14/vesspyr_isles_evil/attachments/shoulders_pauldron_heavy_right_evilglow',67650),
(29641,29559,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/chest',67650),
(29642,29560,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/feet',67650),
(29643,29561,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/forearms',67650),
(29644,29562,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/hands',67650),
(29645,29563,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/hands_epic',67650),
(29646,29564,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/head',67650),
(29647,29565,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/head_epic',67650),
(29648,29566,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/legs',67650),
(29649,29567,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/legs_epic',67650),
(29650,29568,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/legs_noskirt',67650),
(29651,29569,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/pauldron_left',67650),
(29652,29570,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/pauldron_right',67650),
(29653,29571,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/right',67650),
(29654,29572,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/shoulders',67650),
(29655,29573,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/shoulders_epic',67650),
(29656,29574,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/shoulders_epic2',67650),
(29657,29575,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/shoulders_nopauldrons',67650),
(29658,29576,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evil/skirt',67650),
(29659,29577,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/chest',67650),
(29660,29578,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/feet',67650),
(29661,29579,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/forearms',67650),
(29662,29580,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/hands',67650),
(29663,29581,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/hands_epic',67650),
(29664,29582,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/head',67650),
(29665,29583,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/head_epic',67650),
(29666,29584,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/legs',67650),
(29667,29585,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/legs_epic',67650),
(29668,29586,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/legs_noskirt',67650),
(29669,29587,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/pauldron_left',67650),
(29670,29588,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/pauldron_right',67650),
(29671,29589,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/right',67650),
(29672,29590,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/shoulders',67650),
(29673,29591,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/shoulders_epic',67650),
(29674,29592,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/shoulders_epic2',67650),
(29675,29593,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/shoulders_nopauldrons',67650),
(29676,29594,'accessories/wearable_items/_exp14/vesspyr_isles_evil/vanguard_evilglow/skirt',67650),
(29677,29595,'_exp09/characters/monsters/water_spout/water_spout_noshake',67650),
(29678,29596,'_exp01/zones/objects/pillows/drv_pillow_floor_palace_round02',67650),
(29679,29597,'staticobjects/_exp11/ss_tattered_tent01',67650),
(29680,29598,'_exp14/characters/tool_users/clockwork_gnome/clockwork_gnome_base',67650),
(29681,29599,'_exp14/characters/tool_users/morell_thule/centaur_male_base',67650),
(29682,29600,'_exp14/characters/monsters/construct_panther/construct_panther1',67650),
(29683,29601,'_exp14/characters/monsters/construct_panther/construct_panther1_bladed',67650),
(29684,29602,'_exp14/characters/monsters/construct_prowler/construct_prowler1',67650),
(29685,29603,'accessories/npc_wearables/construct_panther/construct_panther_blade_left',67650),
(29686,29604,'accessories/npc_wearables/construct_panther/construct_panther_blade_right',67650),
(29687,29605,'accessories/npc_wearables/construct_panther/construct_panther_blades',67650),
(29688,29606,'staticobjects/portals/druid_ring_portal_no_vision',67650),
(29689,29607,'staticobjects/harvested/roots_gathering/exp03_harvesting_roots_tier03_02',67650),
(29690,29608,'playerstudio/characters/cloaks/skelebration/cloak_skelebration',67650),
(29691,29609,'playerstudio/characters/weapons/2h_sword/harpsword/harpsword',67650),
(29692,29610,'playerstudio/characters/weapons/bow/tallonitewarbow/tallonitewarbow',67650),
(29693,29611,'playerstudio/characters/weapons/staff/tallonitewarstaff/tallonitewarstaff',67650),
(29694,29612,'creatures/tu/livingstatue_blackmarble_noshake',67650),
(29695,29613,'creatures/tu/livingstatue_whitemarble_noshake',67650),
(29696,29614,'_exp03/zones/regions/emeraldhalls/eh_flora/eh_flora_rm05_bloom_of_growth_dead',67650),
(29697,29615,'_exp03/zones/felwithe_castle/fel_epic01_ceiling_light_upright',67650),
(29698,29616,'_exp03/zones/felwithe_castle/fel_epic01_ceiling_light',67650),
(29699,29617,'_exp14/characters/monsters/construct_owlbear/construct_owlbear1',67650),
(29700,29618,'_exp14/characters/monsters/construct_stallion/construct_stallion1',67650),
(29701,29619,'creatures/tu/gnomebot_male_base',67650),
(29702,29620,'creatures/tu/gnomebot_male_cloth',67650),
(29703,29621,'creatures/tu/gnomebot_male_leather',67650),
(29704,29622,'creatures/tu/gnomebot_male_plate',67650),
(29705,29623,'_exp09/characters/monsters/dragon_shadowdrach/dragon_shadowdrach_gold',67650),
(29706,29624,'staticobjects/liveevent/tinkerfest/qey_bank_village06_door_dpo',67650),
(29707,29625,'staticobjects/liveevent/tinkerfest/soleye_gnome_rockpick01',67650),
(29708,29626,'staticobjects/liveevent/tinkerfest/sos_crude_aviak_tools_toolbox',67650),
(29709,29627,'staticobjects/liveevent/tinkerfest/tinkerfest_main_console01_door',67650),
(29710,29628,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_v_bluemetal',67650),
(29711,29629,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_tall_bluemetal',67650),
(29712,29630,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_sq_bluemetal',67650),
(29713,29631,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_h_bluemetal',67650),
(29714,29632,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_rect_bluemetal',67650),
(29715,29633,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_arch_bluemetal',67650),
(29716,29634,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_tall_bluemetal',67650),
(29717,29635,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_sq_bluemetal',67650),
(29718,29636,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_v_redplates',67650),
(29719,29637,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_tall_redplates',67650),
(29720,29638,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_sq_redplates',67650),
(29721,29639,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_h_redplates',67650),
(29722,29640,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_rect_redplates',67650),
(29723,29641,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_arch_redplates',67650),
(29724,29642,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_tall_redplates',67650),
(29725,29643,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_sq_redplates',67650),
(29726,29644,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_v_stripedquarter',67650),
(29727,29645,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_tall_stripedquarter',67650),
(29728,29646,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_sq_stripedquarter',67650),
(29729,29647,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_h_stripedquarter',67650),
(29730,29648,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_d_rect_stripedquarter',67650),
(29731,29649,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_d_arch_stripedquarter',67650),
(29732,29650,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_tall_stripedquarter',67650),
(29733,29651,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_sq_stripedquarter',67650),
(29734,29652,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_v_rustyplates',67650),
(29735,29653,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_tall_rustyplates',67650),
(29736,29654,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_sq_rustyplates',67650),
(29737,29655,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_w_h_rustyplate',67650),
(29738,29656,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_d_rect_rustyplate',67650),
(29739,29657,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider02_d_arch_rustyplate',67650),
(29740,29658,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_tall_rustyplate',67650),
(29741,29659,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_sq_rustyplate',67650),
(29742,29660,'staticobjects/liveevent/halloween/mirror_ornate01_haunted_door',67650),
(29743,29661,'staticobjects/liveevent/halloween/notd_jello_dish',67650),
(29744,29662,'staticobjects/liveevent/halloween/snake_bones_fruit_plate',67650),
(29745,29663,'staticobjects/liveevent/halloween/tfs_painting_fetid01',67650),
(29746,29664,'staticobjects/liveevent/halloween/tfs_painting_musicians01',67650),
(29747,29665,'creatures/tu/gods_karna_evil',67650),
(29748,29666,'staticobjects/flora/ss_bop_plant_sb_01',67650),
(29749,29667,'staticobjects/liveevent/tinkerfest/fprt_sewer01_rm09_gnome_mech03_gears_03',67650),
(29750,29668,'staticobjects/liveevent/tinkerfest/fprt_sewer01_rm09_gnome_mech03_gears_05',67650),
(29751,29669,'_exp14/characters/monsters/construct_decay/construct_decay',67650),
(29752,29670,'_exp14/characters/monsters/bone_golem/bone_golem_cadaverous',67650),
(29753,29671,'_exp14/characters/monsters/bone_golem/bone_golem_gangrenous',67650),
(29754,29672,'_exp14/characters/monsters/gargoyle_inferno_fiend/gargoyle_inferno_fiend',67650),
(29755,29673,'_exp14/characters/monsters/elemental_wave_flesh/elemental_wave_flesh1',67650),
(29756,29674,'_exp14/characters/monsters/elemental_wave_flesh/elemental_wave_flesh2',67650),
(29757,29675,'_exp14/characters/monsters/gelatinous_cube_flesh/gelatincube_flesh1',67650),
(29758,29676,'_exp14/characters/monsters/gelatinous_cube_flesh/gelatincube_flesh2',67650),
(29759,29677,'_exp14/characters/tool_users/allyrian/allyrian_cloth',67650),
(29760,29678,'_exp14/characters/tool_users/allyrian/allyrian_leather',67650),
(29761,29679,'_exp14/characters/tool_users/allyrian/allyrian_plate',67650),
(29762,29680,'_exp14/characters/tool_users/allyrian/allyrian_queen',67650),
(29763,29681,'_exp14/characters/monsters/horse_festral/horse_festral',67650),
(29764,29682,'_exp14/characters/tool_users/pusling/pusling',67650),
(29765,29683,'_exp14/characters/tool_users/efretti_fire/efretti_fire1',67650),
(29766,29684,'_exp14/characters/tool_users/efretti_fire/efretti_fire2',67650),
(29767,29685,'accessories/npc_wearables/efreeti_fire/forearms_version1',67650),
(29768,29686,'accessories/npc_wearables/efreeti_fire/forearms_version2',67650),
(29769,29687,'accessories/npc_wearables/efreeti_fire/head_version1',67650),
(29770,29688,'accessories/npc_wearables/efreeti_fire/head_version2',67650),
(29771,29689,'accessories/npc_wearables/efreeti_fire/legs_version1',67650),
(29772,29690,'accessories/npc_wearables/efreeti_fire/legs_version2',67650),
(29773,29691,'staticobjects/liveevent/tinkerfest/drv_chest_tinkered01',67650),
(29774,29692,'staticobjects/liveevent/tinkerfest/drv_chest_tinkered02',67650),
(29775,29693,'creatures/mounts/horse_festral/horse_festral_mount',67650),
(29776,29694,'_exp14/characters/tool_users/demon_fire/demon_fire_base',67650),
(29777,29695,'_exp14/characters/tool_users/demon_fire/demon_fire_boss',67650),
(29778,29696,'_exp14/characters/tool_users/demon_fire/demon_fire_lightarmor',67650),
(29779,29697,'_exp14/characters/tool_users/clockwork_gnome/clockwork_gnome_heavy',67650),
(29780,29698,'accessories/npc_wearables/ancient_clockwork/hands_clamps',67650),
(29781,29699,'accessories/npc_wearables/ancient_clockwork/hands_drill',67650),
(29782,29700,'accessories/npc_wearables/ancient_clockwork/hands_hands',67650),
(29783,29701,'accessories/npc_wearables/ancient_clockwork/head_01',67650),
(29784,29702,'accessories/npc_wearables/ancient_clockwork/head_02',67650),
(29785,29703,'accessories/npc_wearables/ancient_clockwork/head_03',67650),
(29786,29704,'_exp14/characters/tool_users/clockwork_gnome/clockwork_gnome_base_brass',67650),
(29787,29705,'_exp14/characters/tool_users/clockwork_gnome/clockwork_gnome_heavy_brass',67650),
(29788,29706,'accessories/npc_wearables/ancient_clockwork/hands_clamps_brass',67650),
(29789,29707,'accessories/npc_wearables/ancient_clockwork/hands_drill_brass',67650),
(29790,29708,'accessories/npc_wearables/ancient_clockwork/hands_hands_brass',67650),
(29791,29709,'accessories/npc_wearables/ancient_clockwork/head_01_brass',67650),
(29792,29710,'accessories/npc_wearables/ancient_clockwork/head_02_brass',67650),
(29793,29711,'accessories/npc_wearables/ancient_clockwork/head_03_brass',67650),
(29794,29712,'creatures/mounts/backpack_bootpowered/backpack_powered_base',67650),
(29795,29713,'_exp03/zones/objects/beds/eu_bed_master01',67650),
(29796,29714,'_exp03/zones/objects/beds/eu_bed_queen01',67650),
(29797,29715,'_exp03/zones/objects/bookcases/eu_bookcase02',67650),
(29798,29716,'_exp03/zones/objects/bookcases/eu_bookcase03',67650),
(29799,29717,'_exp03/zones/objects/chairs/eu_bench_long01',67650),
(29800,29718,'_exp03/zones/objects/chairs/eu_bench_long01_wcushion',67650),
(29801,29719,'_exp03/zones/objects/chairs/eu_bench_short_wcushion01',67650),
(29802,29720,'_exp03/zones/objects/chairs/eu_bench_short01',67650),
(29803,29721,'_exp03/zones/objects/chairs/eu_chair_head_dining01',67650),
(29804,29722,'_exp14/characters/monsters/dragon_disease/dragon_disease',67650),
(29805,29723,'_exp14/characters/monsters/mcp_duergar_flying/mcp_duergar_flying',67650),
(29806,29724,'creatures/mounts/backpack_bootpowered/backpack_powered_dark',67650),
(29807,29725,'creatures/mounts/backpack_bootpowered/backpack_powered_regal',67650),
(29808,29726,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_ancient_clockwork_hand',67650),
(29809,29727,'_exp03/zones/objects/floating_objects/floating_bed',67650),
(29810,29728,'_exp03/zones/objects/floating_objects/floating_bench',67650),
(29811,29729,'_exp03/zones/objects/floating_objects/floating_chair',67650),
(29812,29730,'_exp03/zones/objects/floating_objects/floating_crib',67650),
(29813,29731,'_exp03/zones/objects/floating_objects/floating_piano',67650),
(29814,29732,'_exp03/zones/objects/floating_objects/floating_piano_bench',67650),
(29815,29733,'_exp03/zones/objects/floating_objects/floating_rocking_chair',67650),
(29816,29734,'creatures/monsters/spider_clockwork_painted_blue',67650),
(29817,29735,'creatures/monsters/spider_clockwork_painted_green',67650),
(29818,29736,'creatures/monsters/spider_clockwork_painted_red',67650),
(29819,29737,'creatures/pets/pet_kitten/halas_kitten_alt_cowblock',67650),
(29820,29738,'creatures/pets/pet_kitten/halas_kitten_alt_cremeblend',67650),
(29821,29739,'creatures/pets/pet_kitten/halas_kitten_alt_tintable',67650),
(29822,29740,'creatures/pets/pet_kitten/halas_kitten_alt_tintable_orange',67650),
(29823,29741,'creatures/pets/pet_kitten/halas_kitten_alt_tintable_russblue',67650),
(29824,29742,'_exp14/characters/monsters/junkbeast/junkbeast_base',67650),
(29825,29743,'_exp14/characters/monsters/elementals/elementals_air',67650),
(29826,29744,'_exp14/characters/monsters/elementals/elementals_earth',67650),
(29827,29745,'_exp14/characters/monsters/elementals/elementals_fire',67650),
(29828,29746,'_exp14/characters/monsters/elementals/elementals_water',67650),
(29829,29747,'_exp09/characters/monsters/fly_swarm/fly_swarm',67650),
(29830,29748,'creatures/mounts/plague_cloud_no_trail_no_frogs',67650),
(29831,29749,'accessories/npc_wearables/pusling_barrel/pusling_barrel',67650),
(29832,29750,'accessories/wearable_items/snapons/backpacks/boot_mount/backpack_powered_base',67650),
(29833,29751,'_exp08/characters/tool_users/chitari/bubonian_base',67650),
(29834,29752,'_exp08/characters/tool_users/chitari/bubonian_heavy01',67650),
(29835,29753,'_exp08/characters/tool_users/chitari/bubonian_light',67650),
(29836,29754,'_exp08/characters/tool_users/chitari/bubonian_medium',67650),
(29837,29755,'staticobjects/chests/chest_animated_large_flying_disc',67650),
(29838,29756,'_exp14/characters/tool_users/allyrian/allyrian_cloth_02',67650),
(29839,29757,'_exp14/characters/monsters/sphinx/sphinx_female_base',67650),
(29840,29758,'_exp14/raids/spider_webbing_01',67650),
(29841,29759,'_exp14/raids/spider_webbing_02',67650),
(29842,29760,'_exp14/characters/tool_users/allyrian/allyrian_affector_cloth',67650),
(29843,29761,'_exp14/characters/tool_users/allyrian/allyrian_affector_cloth_02',67650),
(29844,29762,'_exp14/characters/tool_users/allyrian/allyrian_affector_leather',67650),
(29845,29763,'_exp14/characters/tool_users/allyrian/allyrian_affector_plate',67650),
(29846,29764,'_exp14/characters/tool_users/allyrian/allyrian_affector_queen',67650),
(29847,29765,'_exp12/characters/monsters/wisp_portal/wisp_portal_green',67650),
(29848,29766,'accessories/wearable_items/_exp14/allyrian/accessory/armband_monk_left_basic',67650),
(29849,29767,'accessories/wearable_items/_exp14/allyrian/accessory/armband_monk_left_upgraded',67650),
(29850,29768,'accessories/wearable_items/_exp14/allyrian/accessory/armband_monk_right_basic',67650),
(29851,29769,'accessories/wearable_items/_exp14/allyrian/accessory/armband_monk_right_upgraded',67650),
(29852,29770,'accessories/wearable_items/_exp14/allyrian/accessory/forearm_left_basic',67650),
(29853,29771,'accessories/wearable_items/_exp14/allyrian/accessory/forearm_left_upgraded',67650),
(29854,29772,'accessories/wearable_items/_exp14/allyrian/accessory/forearm_right_basic',67650),
(29855,29773,'accessories/wearable_items/_exp14/allyrian/accessory/forearm_right_upgraded',67650),
(29856,29774,'accessories/wearable_items/_exp14/allyrian/accessory/head_chain_basic',67650),
(29857,29775,'accessories/wearable_items/_exp14/allyrian/accessory/head_chain_upgraded',67650),
(29858,29776,'accessories/wearable_items/_exp14/allyrian/accessory/head_headcrest_basic',67650),
(29859,29777,'accessories/wearable_items/_exp14/allyrian/accessory/head_headcrest_upgraded',67650),
(29860,29778,'accessories/wearable_items/_exp14/allyrian/accessory/head_leather_basic',67650),
(29861,29779,'accessories/wearable_items/_exp14/allyrian/accessory/head_leather_upgraded',67650),
(29862,29780,'accessories/wearable_items/_exp14/allyrian/accessory/head_plate_basic',67650),
(29863,29781,'accessories/wearable_items/_exp14/allyrian/accessory/head_plate_upgraded',67650),
(29864,29782,'accessories/wearable_items/_exp14/allyrian/accessory/head_sweepingcrest_basic',67650),
(29865,29783,'accessories/wearable_items/_exp14/allyrian/accessory/head_sweepingcrest_upgraded',67650),
(29866,29784,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_chain_left_basic',67650),
(29867,29785,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_chain_left_upgraded',67650),
(29868,29786,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_chain_right_basic',67650),
(29869,29787,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_chain_right_upgraded',67650),
(29870,29788,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_leather_left_basic',67650),
(29871,29789,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_leather_left_upgraded',67650),
(29872,29790,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_leather_right_basic',67650),
(29873,29791,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_leather_right_upgraded',67650),
(29874,29792,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_plate_left_basic',67650),
(29875,29793,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_plate_left_upgraded',67650),
(29876,29794,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_plate_right_basic',67650),
(29877,29795,'accessories/wearable_items/_exp14/allyrian/accessory/pauldron_plate_right_upgraded',67650),
(29878,29796,'accessories/wearable_items/_exp14/allyrian/accessory/shin_left_basic',67650),
(29879,29797,'accessories/wearable_items/_exp14/allyrian/accessory/shin_left_upgraded',67650),
(29880,29798,'accessories/wearable_items/_exp14/allyrian/accessory/shin_right_basic',67650),
(29881,29799,'accessories/wearable_items/_exp14/allyrian/accessory/shin_right_upgraded',67650),
(29882,29800,'accessories/wearable_items/_exp14/allyrian/chain_basic/chest',67650),
(29883,29801,'accessories/wearable_items/_exp14/allyrian/chain_basic/feet',67650),
(29884,29802,'accessories/wearable_items/_exp14/allyrian/chain_basic/hands',67650),
(29885,29803,'accessories/wearable_items/_exp14/allyrian/chain_basic/head_epic',67650),
(29886,29804,'accessories/wearable_items/_exp14/allyrian/chain_basic/legs',67650),
(29887,29805,'accessories/wearable_items/_exp14/allyrian/chain_basic/shoulders',67650),
(29888,29806,'accessories/wearable_items/_exp14/allyrian/chain_basic/shoulders_epic',67650),
(29889,29807,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/chest',67650),
(29890,29808,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/feet',67650),
(29891,29809,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/hands',67650),
(29892,29810,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/head_epic',67650),
(29893,29811,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/legs',67650),
(29894,29812,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/shoulders',67650),
(29895,29813,'accessories/wearable_items/_exp14/allyrian/chain_upgraded/shoulders_epic',67650),
(29896,29814,'accessories/wearable_items/_exp14/allyrian/leather_basic/chest',67650),
(29897,29815,'accessories/wearable_items/_exp14/allyrian/leather_basic/feet',67650),
(29898,29816,'accessories/wearable_items/_exp14/allyrian/leather_basic/hands',67650),
(29899,29817,'accessories/wearable_items/_exp14/allyrian/leather_basic/head_epic',67650),
(29900,29818,'accessories/wearable_items/_exp14/allyrian/leather_basic/legs',67650),
(29901,29819,'accessories/wearable_items/_exp14/allyrian/leather_basic/shoulders',67650),
(29902,29820,'accessories/wearable_items/_exp14/allyrian/leather_basic/shoulders_epic',67650),
(29903,29821,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/chest',67650),
(29904,29822,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/feet',67650),
(29905,29823,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/hands',67650),
(29906,29824,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/head_epic',67650),
(29907,29825,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/legs',67650),
(29908,29826,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/shoulders',67650),
(29909,29827,'accessories/wearable_items/_exp14/allyrian/leather_upgraded/shoulders_epic',67650),
(29910,29828,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/belt/skirt 2',67650),
(29911,29829,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/belt/skirt',67650),
(29912,29830,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/chest',67650),
(29913,29831,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/feet',67650),
(29914,29832,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/forearms',67650),
(29915,29833,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/hands',67650),
(29916,29834,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/legs',67650),
(29917,29835,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/shoulders',67650),
(29918,29836,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/heavycloth_basic/skirt',67650),
(29919,29837,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/valkyrie_basic/chest',67650),
(29920,29838,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/valkyrie_basic/hands',67650),
(29921,29839,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/valkyrie_basic/legs',67650),
(29922,29840,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/chest',67650),
(29923,29841,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/feet',67650),
(29924,29842,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/hands',67650),
(29925,29843,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/head_epic',67650),
(29926,29844,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/legs',67650),
(29927,29845,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/shoulders',67650),
(29928,29846,'accessories/wearable_items/_exp14/allyrian/monk_combined_basic/skirt',67650),
(29929,29847,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/belt/skirt 2',67650),
(29930,29848,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/belt/skirt',67650),
(29931,29849,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/chest',67650),
(29932,29850,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/feet',67650),
(29933,29851,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/forearms',67650),
(29934,29852,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/hands',67650),
(29935,29853,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/legs',67650),
(29936,29854,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/shoulders',67650),
(29937,29855,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/heavycloth_upgraded/skirt',67650),
(29938,29856,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/chest',67650),
(29939,29857,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/feet',67650),
(29940,29858,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/hands',67650),
(29941,29859,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/head_epic',67650),
(29942,29860,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/legs',67650),
(29943,29861,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/shoulders',67650),
(29944,29862,'accessories/wearable_items/_exp14/allyrian/monk_combined_upgraded/skirt',67650),
(29945,29863,'accessories/wearable_items/_exp14/allyrian/robe_basic/chest',67650),
(29946,29864,'accessories/wearable_items/_exp14/allyrian/robe_basic/feet',67650),
(29947,29865,'accessories/wearable_items/_exp14/allyrian/robe_basic/hands',67650),
(29948,29866,'accessories/wearable_items/_exp14/allyrian/robe_basic/head',67650),
(29949,29867,'accessories/wearable_items/_exp14/allyrian/robe_basic/head_collar',67650),
(29950,29868,'accessories/wearable_items/_exp14/allyrian/robe_basic/head_epic',67650),
(29951,29869,'accessories/wearable_items/_exp14/allyrian/robe_basic/pants',67650),
(29952,29870,'accessories/wearable_items/_exp14/allyrian/robe_basic/skirt',67650),
(29953,29871,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/chest',67650),
(29954,29872,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/feet',67650),
(29955,29873,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/hands',67650),
(29956,29874,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/head',67650),
(29957,29875,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/head_epic',67650),
(29958,29876,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/hood',67650),
(29959,29877,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/pants',67650),
(29960,29878,'accessories/wearable_items/_exp14/allyrian/robe_upgraded/skirt',67650),
(29961,29879,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/chest',67650),
(29962,29880,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/feet',67650),
(29963,29881,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/forearms',67650),
(29964,29882,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/hands',67650),
(29965,29883,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/hands_epic',67650),
(29966,29884,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/head',67650),
(29967,29885,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/head_epic',67650),
(29968,29886,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/legs',67650),
(29969,29887,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/legs_epic',67650),
(29970,29888,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/legs_noskirt',67650),
(29971,29889,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/right',67650),
(29972,29890,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/shoulders',67650),
(29973,29891,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/shoulders_epic',67650),
(29974,29892,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/shoulders_nopauldrons',67650),
(29975,29893,'accessories/wearable_items/_exp14/allyrian/vanguard_basic/skirt',67650),
(29976,29894,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/chest',67650),
(29977,29895,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/feet',67650),
(29978,29896,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/forearms',67650),
(29979,29897,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/hands',67650),
(29980,29898,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/hands_epic',67650),
(29981,29899,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/head',67650),
(29982,29900,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/head_epic',67650),
(29983,29901,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/legs',67650),
(29984,29902,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/legs_epic',67650),
(29985,29903,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/legs_noskirt',67650),
(29986,29904,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/right',67650),
(29987,29905,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/shoulders',67650),
(29988,29906,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/shoulders_epic',67650),
(29989,29907,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/shoulders_nopauldrons',67650),
(29990,29908,'accessories/wearable_items/_exp14/allyrian/vanguard_upgraded/skirt',67650),
(29991,29909,'_exp12/characters/monsters/wisp_portal/wisp_portal_disease',67650),
(29992,29910,'_exp14/objects/exp14_dun_plane_of_disease/rusty_holy_symbol_upright',67650),
(29993,29911,'_exp14/characters/monsters/construct_owlbear/construct_owlbear2',67650),
(29994,29912,'_exp14/characters/monsters/construct_panther/construct_panther2',67650),
(29995,29913,'_exp14/characters/monsters/construct_panther/construct_panther2_bladed',67650),
(29996,29914,'_exp14/characters/monsters/construct_stallion/construct_stallion2',67650),
(29997,29915,'_exp12/characters/monsters/wisp_portal/wisp_portal_red',67650),
(29998,29916,'_exp14/characters/tool_users/elemental_solusek_alt/elemental_solusek_alt_tabard',67650),
(29999,29917,'_exp14/characters/tool_users/elemental_solusek_alt/elemental_solusek_boss',67650),
(30000,29918,'_exp14/characters/tool_users/elemental_solusek_alt/elemental_solusek_original',67650),
(30001,29919,'creatures/mounts/allyrian_mount/allyrian_mount_base',67650),
(30002,29920,'_exp14/characters/monsters/junkbeast/junkbeast_base_screen_shake',67650),
(30003,29921,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_ancient_clockwork_hand_depowered',67650),
(30004,29922,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan1_1',67650),
(30005,29923,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan1_2',67650),
(30006,29924,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan1_3',67650),
(30007,29925,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan2_1',67650),
(30008,29926,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan2_2',67650),
(30009,29927,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan2_3',67650),
(30010,29928,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan3_1',67650),
(30011,29929,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan3_2',67650),
(30012,29930,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan3_3',67650),
(30013,29931,'_exp14/characters/tool_users/clockwork_protector/clockwork_protector1',67650),
(30014,29932,'_exp14/characters/tool_users/clockwork_protector/clockwork_protector2',67650),
(30015,29933,'_exp14/characters/tool_users/clockwork_soldier/clockwork_soldier1',67650),
(30016,29934,'_exp14/characters/tool_users/clockwork_soldier/clockwork_soldier2',67650),
(30017,29935,'_exp14/characters/monsters/clockwork_worker/clockwork_worker1',67650),
(30018,29936,'_exp14/characters/monsters/clockwork_worker/clockwork_worker2',67650),
(30019,29937,'_exp14/characters/monsters/clockwork_worker/clockwork_worker3',67650),
(30020,29938,'_exp14/objects/exp14_dun_plane_of_disease/pusling_no_anims',67650),
(30021,29939,'_exp14/characters/monsters/clockwork_copters/copter_enforcer1',67650),
(30022,29940,'_exp14/characters/monsters/clockwork_copters/copter_enforcer2',67650),
(30023,29941,'_exp14/characters/monsters/clockwork_copters/copter_fixer1',67650),
(30024,29942,'_exp14/characters/monsters/clockwork_copters/copter_fixer2',67650),
(30025,29943,'_exp14/characters/monsters/clockwork_copters/copter_welder1',67650),
(30026,29944,'_exp14/characters/monsters/clockwork_copters/copter_welder2',67650),
(30027,29945,'_exp14/objects/exp14_dun_plane_of_disease/pusling_barrel_scale_x2',67650),
(30028,29946,'staticobjects/housing_portal_objects/vision_home_mara01',67650),
(30029,29947,'_exp14/characters/tool_users/meldrath/meldrath',67650),
(30030,29948,'_exp14/characters/tool_users/meldrath/meldrath_bro',67650),
(30031,29949,'staticobjects/halloween/notd_redlight',67650),
(30032,29950,'_exp12/characters/monsters/wisp_portal/wisp_portal_dark_green',67650),
(30033,29951,'accessories/wieldable_items/soga_weapons/unique4/flame_of_truth_03',67650),
(30034,29952,'_exp09/characters/tool_users/halfelf_child_female/halfelf_child_female_ghost',67650),
(30035,29953,'playerstudio/houseitems/carousel_car_horse',67650),
(30036,29954,'playerstudio/houseitems/carousel_car_sled',67650),
(30037,29955,'playerstudio/houseitems/carousel_levitron',67650),
(30038,29956,'playerstudio/houseitems/little_wagon',67650),
(30039,29957,'playerstudio/houseitems/speedy_racer',67650),
(30040,29958,'playerstudio/houseitems/houseboat_blue',67650),
(30041,29959,'playerstudio/houseitems/houseboat_rusty',67650),
(30042,29960,'playerstudio/houseitems/halfing_home',67650),
(30043,29961,'playerstudio/houseitems/gnome_seesaw',67650),
(30044,29962,'playerstudio/houseitems/gnome_slide',67650),
(30045,29963,'playerstudio/houseitems/gnome_goround',67650),
(30046,29964,'playerstudio/houseitems/gnome_swing',67650),
(30047,29965,'creatures/mounts/hover',67650),
(30048,29966,'_exp14/characters/tool_users/aviak_stormrider/aviak_stormrider_king_armored',67650),
(30049,29967,'_exp14/characters/tool_users/aviak_stormrider/aviak_stormrider_warrior_armored_01',67650),
(30050,29968,'_exp14/characters/tool_users/aviak_stormrider/aviak_stormrider_warrior_armored_02',67650),
(30051,29969,'_exp14/characters/tool_users/aviak_stormrider/aviak_stormrider_warrior_armored_03',67650),
(30052,29970,'_exp14/characters/tool_users/aviak_stormrider/aviak_stormrider_warrior_armored_04',67650),
(30053,29971,'staticobjects/doors/cbk_door',67650),
(30054,29972,'creatures/familiars/ankylosaurus/ankylosaurus_variant_04',67650),
(30055,29973,'creatures/familiars/badger/badger',67650),
(30056,29974,'creatures/familiars/bear/bear_panda',67650),
(30057,29975,'creatures/familiars/bookminion_erudin02/bookminion_erudin02',67650),
(30058,29976,'creatures/familiars/carnivorous_plant/carnivorous_plant_flowering3',67650),
(30059,29977,'creatures/familiars/cave_serpent/cave_serpent',67650),
(30060,29978,'creatures/familiars/cerberus/cerberus',67650),
(30061,29979,'creatures/familiars/chokidai/chokidai_red',67650),
(30062,29980,'creatures/familiars/cow/cow',67650),
(30063,29981,'creatures/familiars/crab/crab',67650),
(30064,29982,'creatures/familiars/dikdik/dikdik',67650),
(30065,29983,'creatures/familiars/gelatincube/gelatincube_coagulated',67650),
(30066,29984,'creatures/familiars/gorgon/gorgon_golden',67650),
(30067,29985,'creatures/familiars/hawk/hawk_arctic_white',67650),
(30068,29986,'creatures/familiars/leopard/leopard_black',67650),
(30069,29987,'creatures/familiars/pegasus/pegasus',67650),
(30070,29988,'creatures/familiars/roper/roper_crystal_blue_epic',67650),
(30071,29989,'creatures/familiars/rustmonster_new/rustmonster',67650),
(30072,29990,'creatures/familiars/snow_rhino/snow_rhino',67650),
(30073,29991,'creatures/familiars/tiger/tiger_harbinger',67650),
(30074,29992,'creatures/familiars/warboar/warboar_orc',67650),
(30075,29993,'creatures/familiars/wolf/wolf_dire',67650),
(30076,29994,'creatures/familiars/armapine/armapine_redbone',67650),
(30077,29995,'creatures/familiars/batswarm/bat_swarm',67650),
(30078,29996,'creatures/familiars/devourer/devourer',67650),
(30079,29997,'creatures/familiars/frog/frog_cave_greenblue',67650),
(30080,29998,'creatures/familiars/plushy_animals/plushy_animal_bear1',67650),
(30081,29999,'creatures/familiars/raptor/tigeraptor_tribal',67650),
(30082,30000,'creatures/familiars/scorpion/scorpion_fire',67650),
(30083,30001,'creatures/familiars/pig/pig_new01',67650),
(30084,30002,'creatures/mounts/bat_mount/bat_mount_server',67650),
(30085,30003,'_exp13/characters/monsters/giant_bat/giant_bat_flyer_no_saddle',67650),
(30086,30004,'creatures/familiars/willowisp/willowisp_bubble_leaf',67650),
(30087,30005,'accessories/npc_wearables/construct_panther/construct_panther2_blade_left',67650),
(30088,30006,'accessories/npc_wearables/construct_panther/construct_panther2_blade_right',67650),
(30089,30007,'accessories/npc_wearables/construct_panther/construct_panther2_blades',67650),
(30090,30008,'accessories/wearable_items/_exp14/innovation/accessories/forearm_chain_left',67650),
(30091,30009,'accessories/wearable_items/_exp14/innovation/accessories/forearm_chain_left_upgraded',67650),
(30092,30010,'accessories/wearable_items/_exp14/innovation/accessories/forearm_chain_right',67650),
(30093,30011,'accessories/wearable_items/_exp14/innovation/accessories/forearm_chain_right_upgraded',67650),
(30094,30012,'accessories/wearable_items/_exp14/innovation/accessories/forearm_heavycloth_left',67650),
(30095,30013,'accessories/wearable_items/_exp14/innovation/accessories/forearm_heavycloth_left_upgraded',67650),
(30096,30014,'accessories/wearable_items/_exp14/innovation/accessories/forearm_heavycloth_right',67650),
(30097,30015,'accessories/wearable_items/_exp14/innovation/accessories/forearm_heavycloth_right_upgraded',67650),
(30098,30016,'accessories/wearable_items/_exp14/innovation/accessories/forearm_vanguard_left',67650),
(30099,30017,'accessories/wearable_items/_exp14/innovation/accessories/forearm_vanguard_left_upgraded',67650),
(30100,30018,'accessories/wearable_items/_exp14/innovation/accessories/forearm_vanguard_right',67650),
(30101,30019,'accessories/wearable_items/_exp14/innovation/accessories/forearm_vanguard_right_upgraded',67650),
(30102,30020,'accessories/wearable_items/_exp14/innovation/accessories/hand_heavycloth_left',67650),
(30103,30021,'accessories/wearable_items/_exp14/innovation/accessories/hand_heavycloth_right',67650),
(30104,30022,'accessories/wearable_items/_exp14/innovation/accessories/hand_vanguard_left',67650),
(30105,30023,'accessories/wearable_items/_exp14/innovation/accessories/hand_vanguard_right',67650),
(30106,30024,'accessories/wearable_items/_exp14/innovation/accessories/head_chain',67650),
(30107,30025,'accessories/wearable_items/_exp14/innovation/accessories/head_chain_upgraded',67650),
(30108,30026,'accessories/wearable_items/_exp14/innovation/accessories/head_leather',67650),
(30109,30027,'accessories/wearable_items/_exp14/innovation/accessories/head_leather_nogoggles',67650),
(30110,30028,'accessories/wearable_items/_exp14/innovation/accessories/head_leather_nogoggles_upgraded',67650),
(30111,30029,'accessories/wearable_items/_exp14/innovation/accessories/head_leather_upgraded',67650),
(30112,30030,'accessories/wearable_items/_exp14/innovation/accessories/head_vanguard',67650),
(30113,30031,'accessories/wearable_items/_exp14/innovation/accessories/head_vanguard_upgraded',67650),
(30114,30032,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_chain_left',67650),
(30115,30033,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_chain_left_upgraded',67650),
(30116,30034,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_chain_right',67650),
(30117,30035,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_chain_right_upgraded',67650),
(30118,30036,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_leather_left',67650),
(30119,30037,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_leather_left_upgraded',67650),
(30120,30038,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_leather_right',67650),
(30121,30039,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_leather_right_upgraded',67650),
(30122,30040,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_robe_left',67650),
(30123,30041,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_robe_left_upgraded',67650),
(30124,30042,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_robe_right',67650),
(30125,30043,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_robe_right_upgraded',67650),
(30126,30044,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_under_left',67650),
(30127,30045,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_under_right',67650),
(30128,30046,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_vanguard_left',67650),
(30129,30047,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_vanguard_left_upgraded',67650),
(30130,30048,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_vanguard_right',67650),
(30131,30049,'accessories/wearable_items/_exp14/innovation/accessories/pauldron_vanguard_right_upgraded',67650),
(30132,30050,'accessories/wearable_items/_exp14/innovation/accessories/shin_chain_left',67650),
(30133,30051,'accessories/wearable_items/_exp14/innovation/accessories/shin_chain_left_upgraded',67650),
(30134,30052,'accessories/wearable_items/_exp14/innovation/accessories/shin_chain_right',67650),
(30135,30053,'accessories/wearable_items/_exp14/innovation/accessories/shin_chain_right_upgraded',67650),
(30136,30054,'accessories/wearable_items/_exp14/innovation/accessories/shin_vanguard_left',67650),
(30137,30055,'accessories/wearable_items/_exp14/innovation/accessories/shin_vanguard_left_upgraded',67650),
(30138,30056,'accessories/wearable_items/_exp14/innovation/accessories/shin_vanguard_right',67650),
(30139,30057,'accessories/wearable_items/_exp14/innovation/accessories/shin_vanguard_right_upgraded',67650),
(30140,30058,'accessories/wearable_items/_exp14/innovation/chain/chest',67650),
(30141,30059,'accessories/wearable_items/_exp14/innovation/chain/feet',67650),
(30142,30060,'accessories/wearable_items/_exp14/innovation/chain/hands',67650),
(30143,30061,'accessories/wearable_items/_exp14/innovation/chain/head_chain',67650),
(30144,30062,'accessories/wearable_items/_exp14/innovation/chain/legs',67650),
(30145,30063,'accessories/wearable_items/_exp14/innovation/chain/legs_epic',67650),
(30146,30064,'accessories/wearable_items/_exp14/innovation/chain/shoulders',67650),
(30147,30065,'accessories/wearable_items/_exp14/innovation/chain/shoulders_epic',67650),
(30148,30066,'accessories/wearable_items/_exp14/innovation/chain_upgraded/chest',67650),
(30149,30067,'accessories/wearable_items/_exp14/innovation/chain_upgraded/feet',67650),
(30150,30068,'accessories/wearable_items/_exp14/innovation/chain_upgraded/hands',67650),
(30151,30069,'accessories/wearable_items/_exp14/innovation/chain_upgraded/head_chain_upgraded',67650),
(30152,30070,'accessories/wearable_items/_exp14/innovation/chain_upgraded/legs',67650),
(30153,30071,'accessories/wearable_items/_exp14/innovation/chain_upgraded/legs_epic',67650),
(30154,30072,'accessories/wearable_items/_exp14/innovation/chain_upgraded/shoulders',67650),
(30155,30073,'accessories/wearable_items/_exp14/innovation/chain_upgraded/shoulders_epic',67650),
(30156,30074,'accessories/wearable_items/_exp14/innovation/heavycloth/chest',67650),
(30157,30075,'accessories/wearable_items/_exp14/innovation/heavycloth/feet',67650),
(30158,30076,'accessories/wearable_items/_exp14/innovation/heavycloth/forearms',67650),
(30159,30077,'accessories/wearable_items/_exp14/innovation/heavycloth/hands',67650),
(30160,30078,'accessories/wearable_items/_exp14/innovation/heavycloth/hands_epic',67650),
(30161,30079,'accessories/wearable_items/_exp14/innovation/heavycloth/legs',67650),
(30162,30080,'accessories/wearable_items/_exp14/innovation/heavycloth/shoulders',67650),
(30163,30081,'accessories/wearable_items/_exp14/innovation/heavycloth/shoulders_epic',67650),
(30164,30082,'accessories/wearable_items/_exp14/innovation/heavycloth/skirt',67650),
(30165,30083,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/chest',67650),
(30166,30084,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/feet',67650),
(30167,30085,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/forearms',67650),
(30168,30086,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/hands',67650),
(30169,30087,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/hands_epic',67650),
(30170,30088,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/legs',67650),
(30171,30089,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/shoulders',67650),
(30172,30090,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/shoulders_epic',67650),
(30173,30091,'accessories/wearable_items/_exp14/innovation/heavycloth_upgraded/skirt',67650),
(30174,30092,'accessories/wearable_items/_exp14/innovation/leather/chest',67650),
(30175,30093,'accessories/wearable_items/_exp14/innovation/leather/feet',67650),
(30176,30094,'accessories/wearable_items/_exp14/innovation/leather/hands',67650),
(30177,30095,'accessories/wearable_items/_exp14/innovation/leather/head_leather',67650),
(30178,30096,'accessories/wearable_items/_exp14/innovation/leather/head_leather_nogoggles',67650),
(30179,30097,'accessories/wearable_items/_exp14/innovation/leather/legs',67650),
(30180,30098,'accessories/wearable_items/_exp14/innovation/leather/shoulders',67650),
(30181,30099,'accessories/wearable_items/_exp14/innovation/leather/shoulders_epic',67650),
(30182,30100,'accessories/wearable_items/_exp14/innovation/leather_upgraded/chest',67650),
(30183,30101,'accessories/wearable_items/_exp14/innovation/leather_upgraded/feet',67650),
(30184,30102,'accessories/wearable_items/_exp14/innovation/leather_upgraded/hands',67650),
(30185,30103,'accessories/wearable_items/_exp14/innovation/leather_upgraded/head_leather_nogoggles_upgraded',67650),
(30186,30104,'accessories/wearable_items/_exp14/innovation/leather_upgraded/head_leather_upgraded',67650),
(30187,30105,'accessories/wearable_items/_exp14/innovation/leather_upgraded/legs',67650),
(30188,30106,'accessories/wearable_items/_exp14/innovation/leather_upgraded/shoulders',67650),
(30189,30107,'accessories/wearable_items/_exp14/innovation/leather_upgraded/shoulders_epic',67650),
(30190,30108,'accessories/wearable_items/_exp14/innovation/robe/chest',67650),
(30191,30109,'accessories/wearable_items/_exp14/innovation/robe/chest_epic',67650),
(30192,30110,'accessories/wearable_items/_exp14/innovation/robe/feet',67650),
(30193,30111,'accessories/wearable_items/_exp14/innovation/robe/hands',67650),
(30194,30112,'accessories/wearable_items/_exp14/innovation/robe/head',67650),
(30195,30113,'accessories/wearable_items/_exp14/innovation/robe/hood',67650),
(30196,30114,'accessories/wearable_items/_exp14/innovation/robe/pants',67650),
(30197,30115,'accessories/wearable_items/_exp14/innovation/robe/skirt',67650),
(30198,30116,'accessories/wearable_items/_exp14/innovation/robe_upgraded/chest',67650),
(30199,30117,'accessories/wearable_items/_exp14/innovation/robe_upgraded/chest_epic',67650),
(30200,30118,'accessories/wearable_items/_exp14/innovation/robe_upgraded/feet',67650),
(30201,30119,'accessories/wearable_items/_exp14/innovation/robe_upgraded/hands',67650),
(30202,30120,'accessories/wearable_items/_exp14/innovation/robe_upgraded/head',67650),
(30203,30121,'accessories/wearable_items/_exp14/innovation/robe_upgraded/hood',67650),
(30204,30122,'accessories/wearable_items/_exp14/innovation/robe_upgraded/pants',67650),
(30205,30123,'accessories/wearable_items/_exp14/innovation/robe_upgraded/skirt',67650),
(30206,30124,'accessories/wearable_items/_exp14/innovation/vanguard/chest',67650),
(30207,30125,'accessories/wearable_items/_exp14/innovation/vanguard/feet',67650),
(30208,30126,'accessories/wearable_items/_exp14/innovation/vanguard/forearms',67650),
(30209,30127,'accessories/wearable_items/_exp14/innovation/vanguard/hands',67650),
(30210,30128,'accessories/wearable_items/_exp14/innovation/vanguard/hands_epic',67650),
(30211,30129,'accessories/wearable_items/_exp14/innovation/vanguard/head',67650),
(30212,30130,'accessories/wearable_items/_exp14/innovation/vanguard/head_vanguard',67650),
(30213,30131,'accessories/wearable_items/_exp14/innovation/vanguard/legs',67650),
(30214,30132,'accessories/wearable_items/_exp14/innovation/vanguard/legs_epic',67650),
(30215,30133,'accessories/wearable_items/_exp14/innovation/vanguard/legs_noskirt',67650),
(30216,30134,'accessories/wearable_items/_exp14/innovation/vanguard/right',67650),
(30217,30135,'accessories/wearable_items/_exp14/innovation/vanguard/shoulders',67650),
(30218,30136,'accessories/wearable_items/_exp14/innovation/vanguard/shoulders_epic',67650),
(30219,30137,'accessories/wearable_items/_exp14/innovation/vanguard/shoulders_nopauldrons',67650),
(30220,30138,'accessories/wearable_items/_exp14/innovation/vanguard/skirt',67650),
(30221,30139,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/chest',67650),
(30222,30140,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/feet',67650),
(30223,30141,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/forearms',67650),
(30224,30142,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/hands',67650),
(30225,30143,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/hands_epic',67650),
(30226,30144,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/head',67650),
(30227,30145,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/head_vanguard_upgraded',67650),
(30228,30146,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/legs',67650),
(30229,30147,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/legs_epic',67650),
(30230,30148,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/legs_noskirt',67650),
(30231,30149,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/right',67650),
(30232,30150,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/shoulders',67650),
(30233,30151,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/shoulders_epic',67650),
(30234,30152,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/shoulders_nopauldrons',67650),
(30235,30153,'accessories/wearable_items/_exp14/innovation/vanguard_upgraded/skirt',67650),
(30236,30154,'staticobjects/liveevent/anniversary_event/dpo_lf_cart_nybright01',67650),
(30237,30155,'staticobjects/liveevent/anniversary_event/dpo_maldura_candlegroup01_golds',67650),
(30238,30156,'staticobjects/liveevent/anniversary_event/dpo_tfs_painting_lordknight01',67650),
(30239,30157,'staticobjects/liveevent/frostfell/housecube_1x2_divider_w_sq_gingerbread',67650),
(30240,30158,'staticobjects/liveevent/frostfell/housecube_1x2_divider_w_tall_gingerbread',67650),
(30241,30159,'staticobjects/liveevent/frostfell/housecube_2x2_divider_d_arch_gingerbread',67650),
(30242,30160,'staticobjects/liveevent/frostfell/housecube_2x2_divider_d_rect_gingerbread',67650),
(30243,30161,'staticobjects/liveevent/frostfell/housecube_2x2_divider_w_h_gingerbread',67650),
(30244,30162,'staticobjects/liveevent/frostfell/housecube_2x2_divider_w_sq_gingerbread',67650),
(30245,30163,'staticobjects/liveevent/frostfell/housecube_2x2_divider_w_tall_gingerbread',67650),
(30246,30164,'staticobjects/liveevent/frostfell/housecube_2x2_divider_w_v_gingerbread',67650),
(30247,30165,'staticobjects/liveevent/frostfell/dpo_kerran_flatanimalpelt01',67650),
(30248,30166,'staticobjects/liveevent/frostfell/dpo_holiday_fruitbasket_01',67650),
(30249,30167,'staticobjects/liveevent/frostfell/dpo_holiday_fruitbasket_02',67650),
(30250,30168,'_exp14/characters/tool_users/druzzil_ro/druzzil_ro',67650),
(30251,30169,'_exp14/raids/poi_energy_ball',67650),
(30252,30170,'_exp14/characters/tool_users/guardian_of_fire/guardian_fire_base',67650),
(30253,30171,'_exp14/raids/poi_valve',67650),
(30254,30172,'staticobjects/fx/pom_leyline_fx2',67650),
(30255,30173,'_exp14/objects/exp14_dun_soluseks_tower/glow_ring',67650),
(30256,30174,'_exp14/objects/exp14_dun_soluseks_tower/sun_ray',67650),
(30257,30175,'_exp14/characters/monsters/sphinx/sphinx_female_leopard',67650),
(30258,30176,'_exp14/characters/monsters/sphinx/sphinx_female_tiger',67650),
(30259,30177,'_exp14/raids/pod_pillar_object',67650),
(30260,30178,'_exp14/characters/tool_users/clockwork_gnome/clockwork_gnome_combinedbasemodel',67650),
(30261,30179,'accessories/wieldable_items/weapons/hammer/druzzil_ro_sceptre/druzzil_ro_sceptre',67650),
(30262,30180,'creatures/mounts/allyrian_mount/allyrian_mount_01',67650),
(30263,30181,'creatures/mounts/allyrian_mount/allyrian_mount_02',67650),
(30264,30182,'accessories/wearable_items/_exp14/flame_gi_attachment/gem_disc_solusekro',67650),
(30265,30183,'creatures/familiars/allaryian_mount_pup/allyrian_mount_pup',67650),
(30266,30184,'_exp14/characters/tool_users/skyfury_giant/skyfury_giant',67650),
(30267,30185,'_exp14/objects/exp14_dun_soluseks_tower/sun_lift',67650),
(30268,30186,'creatures/mounts/allyrian_mount/allyrian_mount_npc_base',67650),
(30269,30187,'_exp14/characters/tool_users/demon_fire/demon_fire_lightarmor_noeyeeffect',67650),
(30270,30188,'_exp14/objects/exp14_dun_soluseks_tower/sun_ray_floor',67650),
(30271,30189,'_exp14/raids/solro_doorframe_top_static',67650),
(30272,30190,'_exp14/raids/solro_doorframe_edges',67650),
(30273,30191,'_exp14/raids/solro_doorframe_door',67650),
(30274,30192,'_exp14/raids/solro_brazier_with_light',67650),
(30275,30193,'_exp14/raids/solro_brazier_no_light',67650),
(30276,30194,'staticobjects/_exp06/dpo_eru_exit_pillar',67650),
(30277,30195,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_01',67650),
(30278,30196,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_02',67650),
(30279,30197,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_03',67650),
(30280,30198,'_exp14/objects/exp14_dun_soluseks_tower/claw',67650),
(30281,30199,'_exp11/characters/monsters/construct_of_malice/construct_of_malice_possessed',67650),
(30282,30200,'_exp14/objects/exp14_dun_soluseks_tower/claw_2',67650),
(30283,30201,'_exp14/objects/exp14_dun_soluseks_tower/claw_socket',67650),
(30284,30202,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_upside_down_01',67650),
(30285,30203,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_upside_down_02',67650),
(30286,30204,'_exp14/objects/exp14_dun_soluseks_tower/cave_crystal_upside_down_03',67650),
(30287,30205,'_exp14/objects/exp14_dun_soluseks_tower/flame_sword_upright',67650),
(30288,30206,'accessories/wieldable_items/weapons/exp14/bow/crossbow_collectorsedition',67650),
(30289,30207,'accessories/wieldable_items/weapons/exp14/1h_crush/club_allyrian',67650),
(30290,30208,'accessories/wieldable_items/weapons/exp14/1h_crush/club_allyrian_upgraded',67650),
(30291,30209,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_allyrian',67650),
(30292,30210,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_allyrian_upgraded',67650),
(30293,30211,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_allyrian',67650),
(30294,30212,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_allyrian_upgraded',67650),
(30295,30213,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_allyrian_split',67650),
(30296,30214,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_allyrian_split_upgraded',67650),
(30297,30215,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_allyrian_swept',67650),
(30298,30216,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_allyrian_swept_upgraded',67650),
(30299,30217,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_allyrian',67650),
(30300,30218,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_allyrian_upgraded',67650),
(30301,30219,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_allyrian',67650),
(30302,30220,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_allyrian_upgraded',67650),
(30303,30221,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian',67650),
(30304,30222,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian_rapier',67650),
(30305,30223,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian_rapier_upgraded',67650),
(30306,30224,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian_scimitar',67650),
(30307,30225,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian_scimitar_upgraded',67650),
(30308,30226,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_allyrian_upgraded',67650),
(30309,30227,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_allyrian',67650),
(30310,30228,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_allyrian_upgraded',67650),
(30311,30229,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_allyrian',67650),
(30312,30230,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_allyrian_upgraded',67650),
(30313,30231,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_allyrian',67650),
(30314,30232,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_allyrian_upgraded',67650),
(30315,30233,'accessories/wieldable_items/weapons/exp14/bow/crossbow_allyrian',67650),
(30316,30234,'accessories/wieldable_items/weapons/exp14/bow/crossbow_allyrian_upgraded',67650),
(30317,30235,'accessories/wieldable_items/weapons/exp14/bow/longbow_allyrian',67650),
(30318,30236,'accessories/wieldable_items/weapons/exp14/bow/longbow_allyrian_upgraded',67650),
(30319,30237,'accessories/wieldable_items/weapons/exp14/bow/shortbow_allyrian',67650),
(30320,30238,'accessories/wieldable_items/weapons/exp14/bow/shortbow_allyrian_upgraded',67650),
(30321,30239,'accessories/wieldable_items/weapons/exp14/fist/fist_fan_allyrian',67650),
(30322,30240,'accessories/wieldable_items/weapons/exp14/fist/fist_fan_allyrian_upgraded',67650),
(30323,30241,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_allyrian',67650),
(30324,30242,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_allyrian_upgraded',67650),
(30325,30243,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_allyrian',67650),
(30326,30244,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_allyrian_upgraded',67650),
(30327,30245,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_allyrian',67650),
(30328,30246,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_allyrian_upgraded',67650),
(30329,30247,'accessories/wieldable_items/shields/exp14/buckler_allyrian',67650),
(30330,30248,'accessories/wieldable_items/shields/exp14/buckler_allyrian_upgraded',67650),
(30331,30249,'accessories/wieldable_items/shields/exp14/shield_allyrian',67650),
(30332,30250,'accessories/wieldable_items/shields/exp14/shield_allyrian_upgraded',67650),
(30333,30251,'accessories/wieldable_items/weapons/exp14/talisman/talisman_allyrian',67650),
(30334,30252,'accessories/wieldable_items/weapons/exp14/talisman/talisman_allyrian_upgraded',67650),
(30335,30253,'_exp14/objects/exp14_dun_plane_of_disease/tentacle_dead',67650),
(30336,30254,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile1',67650),
(30337,30255,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile01',67650),
(30338,30256,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile02',67650),
(30339,30257,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile05',67650),
(30340,30258,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile06',67650),
(30341,30259,'_exp14/objects/exp14_dun_plane_of_innovation/junkpile07',67650),
(30342,30260,'creatures/mounts/meatbeast_mount/meatbeast_flying_mount_female_purple',67650),
(30343,30261,'accessories/wearable_items/_exp14/springview_healer/robe1/chest',67650),
(30344,30262,'accessories/wearable_items/_exp14/springview_healer/robe1/feet',67650),
(30345,30263,'accessories/wearable_items/_exp14/springview_healer/robe1/hands',67650),
(30346,30264,'accessories/wearable_items/_exp14/springview_healer/robe1/head',67650),
(30347,30265,'accessories/wearable_items/_exp14/springview_healer/robe1/head_plaguedoctor',67650),
(30348,30266,'accessories/wearable_items/_exp14/springview_healer/robe1/hood',67650),
(30349,30267,'accessories/wearable_items/_exp14/springview_healer/robe1/pants',67650),
(30350,30268,'accessories/wearable_items/_exp14/springview_healer/robe1/skirt',67650),
(30351,30269,'accessories/wearable_items/_exp14/springview_healer/plague_doctor_mask/mask',67650),
(30352,30270,'accessories/wearable_items/_exp14/springview_healer/hood_obscured/head_plaguedoctor',67650),
(30353,30271,'accessories/wearable_items/_exp14/springview_healer/alt_leather/feet',67650),
(30354,30272,'accessories/wearable_items/_exp14/springview_healer/alt_leather/hands',67650),
(30355,30273,'_exp14/characters/tool_users/pusling/pusling_female_01',67650),
(30356,30274,'_exp14/characters/tool_users/pusling/pusling_female_02',67650),
(30357,30275,'_exp14/characters/tool_users/pusling/pusling_hulk',67650),
(30358,30276,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_fern01',67650),
(30359,30277,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_fern02',67650),
(30360,30278,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_fern03',67650),
(30361,30279,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_fern04',67650),
(30362,30280,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_spirewing01',67650),
(30363,30281,'_exp14/objects/exp14_rgn_plane_of_magic/pom_glowflower02',67650),
(30364,30282,'_exp14/objects/exp14_rgn_plane_of_magic/pom_grass_tendril03',67650),
(30365,30283,'_exp14/objects/exp14_rgn_plane_of_magic/pom_leafy_clump01',67650),
(30366,30284,'_exp14/objects/exp14_rgn_plane_of_magic/pom_palm_tree01',67650),
(30367,30285,'_exp14/objects/exp14_rgn_plane_of_magic/pom_pitcher_plant01',67650),
(30368,30286,'_exp14/objects/exp14_rgn_plane_of_magic/pom_smallrock02',67650),
(30369,30287,'_exp14/objects/exp14_rgn_plane_of_magic/pom_smallrock02_blend',67650),
(30370,30288,'_exp14/objects/exp14_rgn_plane_of_magic/pom_smallrock02_cracks',67650),
(30371,30289,'_exp14/objects/exp14_rgn_plane_of_magic/pom_sphynx_smallrock02',67650),
(30372,30290,'_exp02/zones/objects/feathers/sos_feather_plane_3m',67650),
(30373,30291,'_exp02/zones/objects/feathers/sos_featherpile_single01',67650),
(30374,30292,'_exp14/objects/exp14_dun_bastion_of_thunder/wand_yellow_glow_upright',67650),
(30375,30293,'_exp14/characters/tool_users/pusling/pusling_02',67650),
(30376,30294,'staticobjects/housing_portal_objects/vision_home_innovation01',67650),
(30377,30295,'_exp13/characters/tool_users/prestige_pc_skins/human_male/human_male_blue',67650),
(30378,30296,'_exp13/characters/tool_users/prestige_pc_skins/human_male/human_male_green',67650),
(30379,30297,'_exp13/characters/tool_users/prestige_pc_skins/human_male/human_male_purple',67650),
(30380,30298,'_exp13/characters/tool_users/prestige_pc_skins/human_male/human_male_red',67650),
(30381,30299,'_exp13/characters/tool_users/prestige_pc_skins/human_male/human_male_white',67650),
(30382,30300,'_exp10/characters/monsters/armapine/armapine_magic',67650),
(30383,30301,'playerstudio/houseitems/carousel_notdhorse',67650),
(30384,30302,'playerstudio/houseitems/carousel_notdsled',67650),
(30385,30303,'playerstudio/houseitems/dungeon_cell',67650),
(30386,30304,'playerstudio/houseitems/dungeon_corner',67650),
(30387,30305,'playerstudio/houseitems/dungeon_divider',67650),
(30388,30306,'playerstudio/houseitems/dungeon_door',67650),
(30389,30307,'playerstudio/houseitems/dungeon_hall',67650),
(30390,30308,'playerstudio/houseitems/dungeon_room',67650),
(30391,30309,'playerstudio/houseitems/dungeon_stairs',67650),
(30392,30310,'_exp14/characters/tool_users/blizzard_giant/blizzard_giant_01',67650),
(30393,30311,'_exp14/characters/tool_users/blizzard_giant/blizzard_giant_02',67650),
(30394,30312,'_exp14/characters/tool_users/blizzard_giant/blizzard_giant_03',67650),
(30395,30313,'_exp14/characters/tool_users/cloud_giant/cloud_giant_fullhair',67650),
(30396,30314,'_exp14/characters/tool_users/cloud_giant/cloud_giant_helmet',67650),
(30397,30315,'_exp14/characters/tool_users/cloud_giant/cloud_giant_justbeard',67650),
(30398,30316,'_exp14/characters/tool_users/sandstorm_giant/sandstorm_giant_01',67650),
(30399,30317,'_exp14/characters/tool_users/sandstorm_giant/sandstorm_giant_02',67650),
(30400,30318,'_exp14/characters/tool_users/sandstorm_giant/sandstorm_giant_03',67650),
(30401,30319,'_exp14/characters/tool_users/thunderstorm_giant/thunderstorm_giant_armor_01',67650),
(30402,30320,'_exp14/characters/tool_users/thunderstorm_giant/thunderstorm_giant_armor_02',67650),
(30403,30321,'_exp14/characters/tool_users/thunderstorm_giant/thunderstorm_giant_armor_03',67650),
(30404,30322,'accessories/wieldable_items/shields/exp14/shield_innovation_upgraded',67650),
(30405,30323,'accessories/wieldable_items/shields/exp14/shield_innovation',67650),
(30406,30324,'accessories/wieldable_items/shields/exp14/buckler_innovation_upgraded',67650),
(30407,30325,'accessories/wieldable_items/shields/exp14/buckler_innovation',67650),
(30408,30326,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_innovation_upgraded',67650),
(30409,30327,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_innovation',67650),
(30410,30328,'accessories/wieldable_items/weapons/exp14/1h_crush/club_innovation_upgraded',67650),
(30411,30329,'accessories/wieldable_items/weapons/exp14/1h_crush/club_innovation',67650),
(30412,30330,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_innovation_upgraded',67650),
(30413,30331,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_innovation',67650),
(30414,30332,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_innovation',67650),
(30415,30333,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_innovation_mage_upgraded',67650),
(30416,30334,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_innovation_mage',67650),
(30417,30335,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_innovation_fighter',67650),
(30418,30336,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_innovation_fighter_upgraded',67650),
(30419,30337,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_innovation_upgraded',67650),
(30420,30338,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_innovation',67650),
(30421,30339,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rapier_innovation',67650),
(30422,30340,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rapier_innovation_upgraded',67650),
(30423,30341,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_longsword_innovation_upgraded',67650),
(30424,30342,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_longsword_innovation',67650),
(30425,30343,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_cutlass_innovation_upgraded',67650),
(30426,30344,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_cutlass_innovation',67650),
(30427,30345,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_innovation',67650),
(30428,30346,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_innovation_upgraded',67650),
(30429,30347,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_innovation_upgraded',67650),
(30430,30348,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_innovation',67650),
(30431,30349,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_innovation_upgraded',67650),
(30432,30350,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_innovation',67650),
(30433,30351,'accessories/wieldable_items/weapons/exp14/bow/shortbow_innovation_upgraded',67650),
(30434,30352,'accessories/wieldable_items/weapons/exp14/bow/shortbow_innovation',67650),
(30435,30353,'accessories/wieldable_items/weapons/exp14/bow/longbow_innovation_upgraded',67650),
(30436,30354,'accessories/wieldable_items/weapons/exp14/bow/longbow_innovation',67650),
(30437,30355,'accessories/wieldable_items/weapons/exp14/bow/crossbow_innovation_upgraded',67650),
(30438,30356,'accessories/wieldable_items/weapons/exp14/bow/crossbow_innovation',67650),
(30439,30357,'accessories/wieldable_items/weapons/exp14/fist/fist_innovation',67650),
(30440,30358,'accessories/wieldable_items/weapons/exp14/fist/fist_innovation_upgraded',67650),
(30441,30359,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_innovation_upgraded',67650),
(30442,30360,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_innovation',67650),
(30443,30361,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_innovation_upgraded',67650),
(30444,30362,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_innovation',67650),
(30445,30363,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_innovation_upgraded',67650),
(30446,30364,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_innovation',67650),
(30447,30365,'accessories/wieldable_items/weapons/exp14/talisman/talisman_innovation',67650),
(30448,30366,'accessories/wieldable_items/weapons/exp14/talisman/talisman_innovation_upgraded',67650),
(30449,30367,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_innovation_upgraded',67650),
(30450,30368,'staticobjects/eig/eig_harvest_location_planar',67650),
(30451,30369,'_exp14/objects/exp14_dun_bastion_of_thunder/bastion_snowblowing',67650),
(30452,30370,'_exp14/objects/exp14_dun_bastion_of_thunder/icesphere_blue_flame',67650),
(30453,30371,'_exp14/objects/exp14_dun_bastion_of_thunder/icesphere_blue_flame_bobbing',67650),
(30454,30372,'staticobjects/crystals/exp07_dun_crystalcavern_crystal_dpo01_orange',67650),
(30455,30373,'_exp14/objects/exp14_rgn_plane_of_magic/pom_teleporterbase',67650),
(30456,30374,'_exp14/objects/exp14_rgn_plane_of_magic/pom_teleporterbase_on',67650),
(30457,30375,'_exp14/objects/exp14_dun_bastion_of_thunder/ethernere_staff_upright',67650),
(30458,30376,'_exp05/monsters/ice_dervish_no_runes',67650),
(30459,30377,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_formedrock01',67650),
(30460,30378,'_exp14/characters/tool_users/thunderstorm_giant/thunderstorm_giant',67650),
(30461,30379,'_exp14/objects/exp14_dun_plane_of_disease/pod_dpo_bones_circle',67650),
(30462,30380,'_exp14/objects/exp14_dun_plane_of_disease/pusling_head',67650),
(30463,30381,'_exp14/characters/monsters/flame_branded_steed/flame_branded_steed',67650),
(30464,30382,'_exp14/raids/solro_heater_obj',67650),
(30465,30383,'staticobjects/promo_items/exp14_planes_of_prophecy_painting',67650),
(30466,30384,'staticobjects/promo_items/exp14_planes_of_prophecy_teleporter',67650),
(30467,30385,'staticobjects/promo_items/exp14_vendor_crate_innovation',67650),
(30468,30386,'creatures/familiars/clockwork_worker/clockwork_worker2',67650),
(30469,30387,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_brazier01',67650),
(30470,30388,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_column01',67650),
(30471,30389,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_column02',67650),
(30472,30390,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_conveyor01',67650),
(30473,30391,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_conveyorgear01',67650),
(30474,30392,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_conveyorgear01_fx',67650),
(30475,30393,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_cube01',67650),
(30476,30394,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_emitter_blacksmoke01',67650),
(30477,30395,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_emitter_steam01',67650),
(30478,30396,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_emitterblock01',67650),
(30479,30397,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_fanblade01',67650),
(30480,30398,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_fanblade01_fx',67650),
(30481,30399,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_floor01',67650),
(30482,30400,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_floor02',67650),
(30483,30401,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_girder01',67650),
(30484,30402,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_grating01',67650),
(30485,30403,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_panel01',67650),
(30486,30404,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_pistonpipe01',67650),
(30487,30405,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_pistonpipe01_fx',67650),
(30488,30406,'staticobjects/promo_items/building_blocks/innovation_home/innohome_blocks_wall01',67650),
(30489,30407,'_exp12/characters/monsters/octoyogg/octoyogg_pink',67650),
(30490,30408,'_exp12/characters/monsters/octoyogg/octoyogg_blue',67650),
(30491,30409,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_allyrian',67650),
(30492,30410,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_allyrian_upgraded',67650),
(30493,30411,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_innovation',67650),
(30494,30412,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_innovation_upgraded',67650),
(30495,30413,'_exp02/zones/objects/eggs/hf_egg_single_purple01',67650),
(30496,30414,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_spirewing02',67650),
(30497,30415,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_spirewing02a',67650),
(30498,30416,'staticobjects/dpo_invisible_cube/dpo_invisible_cube_big_lod',67650),
(30499,30417,'staticobjects/_exp14/carpenter/bot_dias',67650),
(30500,30418,'staticobjects/_exp14/carpenter/bulb_plant01',67650),
(30501,30419,'staticobjects/_exp14/carpenter/bulb_plant02',67650),
(30502,30420,'staticobjects/_exp14/carpenter/bulb_plant03',67650),
(30503,30421,'staticobjects/_exp14/carpenter/city_floater',67650),
(30504,30422,'staticobjects/_exp14/carpenter/city_floater_fx',67650),
(30505,30423,'staticobjects/_exp14/carpenter/sphynx_platform',67650),
(30506,30424,'_exp14/characters/tool_users/elemental_solusek_alt/elemental_solusek_boss_updated',67650),
(30507,30425,'staticobjects/_exp14/carpenter/city_stone01',67650),
(30508,30426,'staticobjects/_exp14/carpenter/city_stone01_fx',67650),
(30509,30427,'staticobjects/_exp14/carpenter/city_stone02',67650),
(30510,30428,'staticobjects/_exp14/carpenter/city_stone02_fx',67650),
(30511,30429,'staticobjects/_exp14/carpenter/city_stone05',67650),
(30512,30430,'staticobjects/_exp14/carpenter/city_stone05_fx',67650),
(30513,30431,'staticobjects/_exp14/carpenter/cod_brazier',67650),
(30514,30432,'staticobjects/_exp14/carpenter/cod_chest',67650),
(30515,30433,'staticobjects/_exp14/carpenter/cod_chest02',67650),
(30516,30434,'staticobjects/_exp14/carpenter/cod_sconce',67650),
(30517,30435,'staticobjects/_exp14/carpenter/cod_urn',67650),
(30518,30436,'staticobjects/_exp14/carpenter/cod_urn02',67650),
(30519,30437,'staticobjects/_exp14/carpenter/crystal_shard01',67650),
(30520,30438,'staticobjects/_exp14/carpenter/crystal_shard01_fx',67650),
(30521,30439,'staticobjects/_exp14/carpenter/crystal_shard02',67650),
(30522,30440,'staticobjects/_exp14/carpenter/crystal_shard02_fx',67650),
(30523,30441,'staticobjects/_exp14/carpenter/crystal_shard03',67650),
(30524,30442,'staticobjects/_exp14/carpenter/crystal_shard03_fx',67650),
(30525,30443,'staticobjects/_exp14/carpenter/crystal_shard04',67650),
(30526,30444,'staticobjects/_exp14/carpenter/doomfire_rings',67650),
(30527,30445,'staticobjects/_exp14/carpenter/doomfire_rings_float_01',67650),
(30528,30446,'staticobjects/_exp14/carpenter/doomfire_rings_float_02',67650),
(30529,30447,'staticobjects/_exp14/carpenter/fern_plant01',67650),
(30530,30448,'staticobjects/_exp14/carpenter/fern_plant02',67650),
(30531,30449,'staticobjects/_exp14/carpenter/fern_plant03',67650),
(30532,30450,'staticobjects/_exp14/carpenter/fern_plant04',67650),
(30533,30451,'_exp14/characters/tool_users/elemental_solusek_alt/elemental_solusek_tabard_updated',67650),
(30534,30452,'staticobjects/_exp14/carpenter/leafclump01',67650),
(30535,30453,'staticobjects/_exp14/carpenter/leafclump02',67650),
(30536,30454,'staticobjects/_exp14/carpenter/pod_arch',67650),
(30537,30455,'staticobjects/_exp14/carpenter/pod_crypt',67650),
(30538,30456,'staticobjects/_exp14/carpenter/pod_diaz',67650),
(30539,30457,'staticobjects/_exp14/carpenter/pod_jaw',67650),
(30540,30458,'staticobjects/_exp14/carpenter/pod_jaw02',67650),
(30541,30459,'staticobjects/_exp14/carpenter/pod_jaw03',67650),
(30542,30460,'staticobjects/_exp14/carpenter/pod_pillar',67650),
(30543,30461,'staticobjects/_exp14/carpenter/pod_ribcage',67650),
(30544,30462,'staticobjects/_exp14/carpenter/pod_ribcage02',67650),
(30545,30463,'staticobjects/_exp14/carpenter/pod_sarc',67650),
(30546,30464,'staticobjects/_exp14/carpenter/pod_skull01',67650),
(30547,30465,'staticobjects/_exp14/carpenter/pod_skull02',67650),
(30548,30466,'staticobjects/_exp14/carpenter/pod_skull03',67650),
(30549,30467,'staticobjects/_exp14/carpenter/pod_skull04',67650),
(30550,30468,'staticobjects/_exp14/carpenter/pod_skull05',67650),
(30551,30469,'staticobjects/_exp14/carpenter/poi_bigsaw',67650),
(30552,30470,'staticobjects/_exp14/carpenter/sols_symbol01',67650),
(30553,30471,'staticobjects/_exp14/carpenter/pod_wall',67650),
(30554,30472,'staticobjects/_exp14/carpenter/podplant01',67650),
(30555,30473,'staticobjects/_exp14/carpenter/podplant02',67650),
(30556,30474,'staticobjects/liveevent/frostfell/frostfell_hedgepiece01_door',67650),
(30557,30475,'staticobjects/liveevent/frostfell/dpo_vel_snowpile01_trap_door',67650),
(30558,30476,'staticobjects/_exp14/rare_harvest',67650),
(30559,30477,'staticobjects/_exp14/carpenter/poi_control_box',67650),
(30560,30478,'_exp14/characters/monsters/contagion/contagion',67650),
(30561,30479,'staticobjects/_exp14/carpenter/poi_crate01',67650),
(30562,30480,'staticobjects/_exp14/carpenter/poi_crate02',67650),
(30563,30481,'staticobjects/_exp14/carpenter/poi_crate03',67650),
(30564,30482,'staticobjects/_exp14/carpenter/poi_crate04',67650),
(30565,30483,'staticobjects/_exp14/carpenter/poi_door01',67650),
(30566,30484,'staticobjects/_exp14/carpenter/poi_door02',67650),
(30567,30485,'staticobjects/_exp14/carpenter/poi_fan_spin',67650),
(30568,30486,'_exp14/objects/exp14_dun_plane_of_disease/scepter_wand_diseased_fx_upright_dpo',67650),
(30569,30487,'accessories/wearable_items/_exp14/rubicite/accessory/armband_monk_left_basic',67650),
(30570,30488,'accessories/wearable_items/_exp14/rubicite/accessory/armband_monk_left_upgraded',67650),
(30571,30489,'accessories/wearable_items/_exp14/rubicite/accessory/armband_monk_right_basic',67650),
(30572,30490,'staticobjects/_exp14/carpenter/poi_grate01',67650),
(30573,30491,'accessories/wearable_items/_exp14/rubicite/accessory/armband_monk_right_upgraded',67650),
(30574,30492,'staticobjects/_exp14/carpenter/poi_wallfurnace',67650),
(30575,30493,'accessories/wearable_items/_exp14/rubicite/accessory/forearm_left_basic',67650),
(30576,30494,'accessories/wearable_items/_exp14/rubicite/accessory/forearm_left_upgraded',67650),
(30577,30495,'accessories/wearable_items/_exp14/rubicite/accessory/forearm_right_basic',67650),
(30578,30496,'accessories/wearable_items/_exp14/rubicite/accessory/forearm_right_upgraded',67650),
(30579,30497,'staticobjects/_exp14/carpenter/pom_teleporterbase01',67650),
(30580,30498,'staticobjects/_exp14/carpenter/pom_teleporterbase01_on',67650),
(30581,30499,'staticobjects/_exp14/carpenter/pooltree02',67650),
(30582,30500,'staticobjects/_exp14/carpenter/pov_banner',67650),
(30583,30501,'staticobjects/_exp14/carpenter/pov_banner_fx',67650),
(30584,30502,'staticobjects/_exp14/carpenter/pov_sconce',67650),
(30585,30503,'staticobjects/_exp14/carpenter/soj_balloon01',67650),
(30586,30504,'staticobjects/_exp14/carpenter/soj_balloon03',67650),
(30587,30505,'accessories/wearable_items/_exp14/rubicite/accessory/head_chain_basic',67650),
(30588,30506,'accessories/wearable_items/_exp14/rubicite/accessory/head_chain_upgraded',67650),
(30589,30507,'staticobjects/_exp14/carpenter/stone01',67650),
(30590,30508,'staticobjects/_exp14/carpenter/stone02',67650),
(30591,30509,'staticobjects/_exp14/carpenter/stone3',67650),
(30592,30510,'staticobjects/_exp14/carpenter/unrest_floor_chunk01',67650),
(30593,30511,'staticobjects/_exp14/carpenter/unrest_floor_chunk02',67650),
(30594,30512,'staticobjects/_exp14/carpenter/unrest_floor_chunk03',67650),
(30595,30513,'staticobjects/_exp14/carpenter/unrest_wall_chunk01',67650),
(30596,30514,'staticobjects/_exp14/carpenter/unrest_wall_chunk02',67650),
(30597,30515,'staticobjects/_exp14/carpenter/unrest_wall_chunk03',67650),
(30598,30516,'staticobjects/_exp14/carpenter/unrest_wall_chunk05',67650),
(30599,30517,'staticobjects/_exp14/carpenter/unrest_wall_piece01',67650),
(30600,30518,'staticobjects/_exp14/carpenter/unrest_wall_piece02',67650),
(30601,30519,'staticobjects/_exp14/carpenter/unrest_wall_piece03',67650),
(30602,30520,'staticobjects/_exp14/carpenter/unrest_wall_piece04',67650),
(30603,30521,'staticobjects/_exp14/carpenter/unrest_wall_piece05',67650),
(30604,30522,'staticobjects/_exp14/carpenter/unrest_wall_piece06',67650),
(30605,30523,'staticobjects/_exp14/carpenter/unrest_wall_piece07',67650),
(30606,30524,'staticobjects/_exp14/carpenter/unrest_wall_piece08',67650),
(30607,30525,'staticobjects/_exp14/carpenter/unrest_wall_piece09',67650),
(30608,30526,'accessories/wearable_items/_exp14/rubicite/accessory/head_headcrest_basic',67650),
(30609,30527,'accessories/wearable_items/_exp14/rubicite/accessory/head_headcrest_upgraded',67650),
(30610,30528,'staticobjects/_exp14/carpenter/doomfire_rings_floor_spin_fx',67650),
(30611,30529,'staticobjects/_exp14/carpenter/doomfire_rings_fx',67650),
(30612,30530,'staticobjects/_exp14/carpenter/pom_glowflower02',67650),
(30613,30531,'staticobjects/_exp14/carpenter/pom_grass_tendril03',67650),
(30614,30532,'staticobjects/_exp14/carpenter/pom_leafy_clump01',67650),
(30615,30533,'staticobjects/_exp14/carpenter/pom_leafyclump_blue01',67650),
(30616,30534,'staticobjects/_exp14/carpenter/pom_leafyclump_blue02',67650),
(30617,30535,'staticobjects/_exp14/carpenter/pom_leafyclump01',67650),
(30618,30536,'staticobjects/_exp14/carpenter/pom_leafyclump02',67650),
(30619,30537,'staticobjects/_exp14/carpenter/pom_pitcher_plant01',67650),
(30620,30538,'accessories/wearable_items/_exp14/rubicite/accessory/head_leather_basic',67650),
(30621,30539,'staticobjects/_exp14/carpenter/pom_vileplant02',67650),
(30622,30540,'staticobjects/_exp14/carpenter/pom_vileplant03',67650),
(30623,30541,'staticobjects/_exp14/carpenter/pom_vileplant04',67650),
(30624,30542,'staticobjects/_exp14/carpenter/sols_brazier',67650),
(30625,30543,'staticobjects/_exp14/carpenter/sols_brazier02',67650),
(30626,30544,'staticobjects/_exp14/carpenter/sols_claws',67650),
(30627,30545,'accessories/wearable_items/_exp14/rubicite/accessory/head_leather_upgraded',67650),
(30628,30546,'accessories/wearable_items/_exp14/rubicite/accessory/head_plate_basic',67650),
(30629,30547,'staticobjects/_exp14/carpenter/sols_floor_grate',67650),
(30630,30548,'staticobjects/_exp14/carpenter/sols_floor_grate_s',67650),
(30631,30549,'staticobjects/_exp14/carpenter/sols_furnace',67650),
(30632,30550,'staticobjects/_exp14/carpenter/sols_pedestal',67650),
(30633,30551,'staticobjects/_exp14/carpenter/sols_pedestal02',67650),
(30634,30552,'accessories/wearable_items/_exp14/rubicite/accessory/head_plate_upgraded',67650),
(30635,30553,'staticobjects/_exp14/carpenter/sols_symbol_fx',67650),
(30636,30554,'staticobjects/_exp14/carpenter/sols_symbol02',67650),
(30637,30555,'staticobjects/_exp14/carpenter/sols_symbol03',67650),
(30638,30556,'staticobjects/_exp14/carpenter/sols_symbol04',67650),
(30639,30557,'staticobjects/_exp14/crafting_station/sols_smithing',67650),
(30640,30558,'staticobjects/_exp14/crafting_station/sols_smithing_fx',67650),
(30641,30559,'_exp14/objects/exp14_rgn_plane_of_magic/mx_amph_bells_01',67650),
(30642,30560,'_exp14/objects/exp14_rgn_plane_of_magic/mx_amph_bells_02',67650),
(30643,30561,'_exp14/objects/exp14_rgn_plane_of_magic/mx_amph_bells_03',67650),
(30644,30562,'_exp14/objects/exp14_rgn_plane_of_magic/mx_amph_bells_04',67650),
(30645,30563,'_exp14/objects/exp14_dun_plane_of_disease/pod_dpo_bones_circle_flat',67650),
(30646,30564,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan1_garbagefilled',67650),
(30647,30565,'_exp14/characters/monsters/clockwork_dustpan/clockwork_dustpan2_garbagefilled',67650),
(30648,30566,'accessories/wearable_items/_exp14/rubicite/accessory/head_sweepingcrest_basic',67650),
(30649,30567,'accessories/wearable_items/_exp14/rubicite/accessory/head_sweepingcrest_upgraded',67650),
(30650,30568,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_chain_left_basic',67650),
(30651,30569,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_chain_left_upgraded',67650),
(30652,30570,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_chain_right_basic',67650),
(30653,30571,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_chain_right_upgraded',67650),
(30654,30572,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_leather_left_basic',67650),
(30655,30573,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_leather_left_upgraded',67650),
(30656,30574,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_leather_right_basic',67650),
(30657,30575,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_leather_right_upgraded',67650),
(30658,30576,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_plate_left_basic',67650),
(30659,30577,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_plate_left_upgraded',67650),
(30660,30578,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_plate_right_basic',67650),
(30661,30579,'accessories/wearable_items/_exp14/rubicite/accessory/pauldron_plate_right_upgraded',67650),
(30662,30580,'accessories/wearable_items/_exp14/rubicite/accessory/shin_left_basic',67650),
(30663,30581,'accessories/wearable_items/_exp14/rubicite/accessory/shin_left_upgraded',67650),
(30664,30582,'accessories/wearable_items/_exp14/rubicite/accessory/shin_right_basic',67650),
(30665,30583,'accessories/wearable_items/_exp14/rubicite/accessory/shin_right_upgraded',67650),
(30666,30584,'accessories/wearable_items/_exp14/rubicite/chain/chest',67650),
(30667,30585,'accessories/wearable_items/_exp14/rubicite/chain/feet',67650),
(30668,30586,'accessories/wearable_items/_exp14/rubicite/chain/hands',67650),
(30669,30587,'accessories/wearable_items/_exp14/rubicite/chain/head_epic',67650),
(30670,30588,'accessories/wearable_items/_exp14/rubicite/chain/legs',67650),
(30671,30589,'accessories/wearable_items/_exp14/rubicite/chain/shoulders',67650),
(30672,30590,'accessories/wearable_items/_exp14/rubicite/chain/shoulders_epic',67650),
(30673,30591,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/chest',67650),
(30674,30592,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/feet',67650),
(30675,30593,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/hands',67650),
(30676,30594,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/head_epic',67650),
(30677,30595,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/legs',67650),
(30678,30596,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/shoulders',67650),
(30679,30597,'accessories/wearable_items/_exp14/rubicite/chain_upgraded/shoulders_epic',67650),
(30680,30598,'accessories/wearable_items/_exp14/rubicite/leather/chest',67650),
(30681,30599,'accessories/wearable_items/_exp14/rubicite/leather/feet',67650),
(30682,30600,'accessories/wearable_items/_exp14/rubicite/leather/hands',67650),
(30683,30601,'accessories/wearable_items/_exp14/rubicite/leather/head_epic',67650),
(30684,30602,'accessories/wearable_items/_exp14/rubicite/leather/legs',67650),
(30685,30603,'accessories/wearable_items/_exp14/rubicite/leather/shoulders',67650),
(30686,30604,'accessories/wearable_items/_exp14/rubicite/leather/shoulders_epic',67650),
(30687,30605,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/chest',67650),
(30688,30606,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/feet',67650),
(30689,30607,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/hands',67650),
(30690,30608,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/head_epic',67650),
(30691,30609,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/legs',67650),
(30692,30610,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/shoulders',67650),
(30693,30611,'accessories/wearable_items/_exp14/rubicite/leather_upgraded/shoulders_epic',67650),
(30694,30612,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/belt/skirt 2',67650),
(30695,30613,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/belt/skirt',67650),
(30696,30614,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/chest',67650),
(30697,30615,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/feet',67650),
(30698,30616,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/forearms',67650),
(30699,30617,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/hands',67650),
(30700,30618,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/legs',67650),
(30701,30619,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/shoulders',67650),
(30702,30620,'accessories/wearable_items/_exp14/rubicite/monk_combined/heavycloth_basic/skirt',67650),
(30703,30621,'accessories/wearable_items/_exp14/rubicite/monk_combined/valkyrie_basic/chest',67650),
(30704,30622,'accessories/wearable_items/_exp14/rubicite/monk_combined/valkyrie_basic/hands',67650),
(30705,30623,'accessories/wearable_items/_exp14/rubicite/monk_combined/valkyrie_basic/legs',67650),
(30706,30624,'accessories/wearable_items/_exp14/rubicite/monk_combined/chest',67650),
(30707,30625,'accessories/wearable_items/_exp14/rubicite/monk_combined/feet',67650),
(30708,30626,'accessories/wearable_items/_exp14/rubicite/monk_combined/hands',67650),
(30709,30627,'accessories/wearable_items/_exp14/rubicite/monk_combined/head_epic',67650),
(30710,30628,'accessories/wearable_items/_exp14/rubicite/monk_combined/legs',67650),
(30711,30629,'accessories/wearable_items/_exp14/rubicite/monk_combined/shoulders',67650),
(30712,30630,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/belt/skirt 2',67650),
(30713,30631,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/belt/skirt',67650),
(30714,30632,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/chest',67650),
(30715,30633,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/feet',67650),
(30716,30634,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/forearms',67650),
(30717,30635,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/hands',67650),
(30718,30636,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/legs',67650),
(30719,30637,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/shoulders',67650),
(30720,30638,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/heavycloth_upgraded/skirt',67650),
(30721,30639,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/chest',67650),
(30722,30640,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/feet',67650),
(30723,30641,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/hands',67650),
(30724,30642,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/head_epic',67650),
(30725,30643,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/legs',67650),
(30726,30644,'accessories/wearable_items/_exp14/rubicite/monk_combined_upgraded/shoulders',67650),
(30727,30645,'accessories/wearable_items/_exp14/rubicite/robe/chest',67650),
(30728,30646,'accessories/wearable_items/_exp14/rubicite/robe/head',67650),
(30729,30647,'accessories/wearable_items/_exp14/rubicite/robe/head_epic',67650),
(30730,30648,'accessories/wearable_items/_exp14/rubicite/robe/hood',67650),
(30731,30649,'accessories/wearable_items/_exp14/rubicite/robe/pants',67650),
(30732,30650,'accessories/wearable_items/_exp14/rubicite/robe/skirt',67650),
(30733,30651,'accessories/wearable_items/_exp14/rubicite/robe_updated/chest',67650),
(30734,30652,'accessories/wearable_items/_exp14/rubicite/robe_updated/head',67650),
(30735,30653,'accessories/wearable_items/_exp14/rubicite/robe_updated/head_epic',67650),
(30736,30654,'accessories/wearable_items/_exp14/rubicite/robe_updated/hood',67650),
(30737,30655,'accessories/wearable_items/_exp14/rubicite/robe_updated/pants',67650),
(30738,30656,'accessories/wearable_items/_exp14/rubicite/robe_updated/skirt',67650),
(30739,30657,'accessories/wearable_items/_exp14/rubicite/vanguard/chest',67650),
(30740,30658,'accessories/wearable_items/_exp14/rubicite/vanguard/feet',67650),
(30741,30659,'accessories/wearable_items/_exp14/rubicite/vanguard/forearms',67650),
(30742,30660,'accessories/wearable_items/_exp14/rubicite/vanguard/hands',67650),
(30743,30661,'accessories/wearable_items/_exp14/rubicite/vanguard/hands_epic',67650),
(30744,30662,'accessories/wearable_items/_exp14/rubicite/vanguard/head',67650),
(30745,30663,'accessories/wearable_items/_exp14/rubicite/vanguard/head_epic',67650),
(30746,30664,'accessories/wearable_items/_exp14/rubicite/vanguard/legs',67650),
(30747,30665,'accessories/wearable_items/_exp14/rubicite/vanguard/legs_epic',67650),
(30748,30666,'accessories/wearable_items/_exp14/rubicite/vanguard/legs_noskirt',67650),
(30749,30667,'accessories/wearable_items/_exp14/rubicite/vanguard/right',67650),
(30750,30668,'accessories/wearable_items/_exp14/rubicite/vanguard/shoulders',67650),
(30751,30669,'accessories/wearable_items/_exp14/rubicite/vanguard/shoulders_epic',67650),
(30752,30670,'accessories/wearable_items/_exp14/rubicite/vanguard/shoulders_nopauldrons',67650),
(30753,30671,'accessories/wearable_items/_exp14/rubicite/vanguard/skirt',67650),
(30754,30672,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/chest',67650),
(30755,30673,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/feet',67650),
(30756,30674,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/forearms',67650),
(30757,30675,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/hands',67650),
(30758,30676,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/hands_epic',67650),
(30759,30677,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/head',67650),
(30760,30678,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/head_epic',67650),
(30761,30679,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/legs',67650),
(30762,30680,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/legs_epic',67650),
(30763,30681,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/legs_noskirt',67650),
(30764,30682,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/right',67650),
(30765,30683,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/shoulders',67650),
(30766,30684,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/shoulders_epic',67650),
(30767,30685,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/shoulders_nopauldrons',67650),
(30768,30686,'accessories/wearable_items/_exp14/rubicite/vanguard_upgraded/skirt',67650),
(30769,30687,'accessories/wearable_items/_exp14/rubicite/robe/feet',67650),
(30770,30688,'accessories/wearable_items/_exp14/rubicite/robe/hands',67650),
(30771,30689,'accessories/wearable_items/_exp14/rubicite/robe_updated/feet',67650),
(30772,30690,'accessories/wearable_items/_exp14/rubicite/robe_updated/hands',67650),
(30773,30691,'_exp14/objects/exp14_dun_plane_of_disease/emitter_final_boss_event_plane_of_disease',67650),
(30774,30692,'_exp14/objects/exp14_dun_plane_of_disease/emitter_rat_boss_hangout',67650),
(30775,30693,'_exp14/objects/exp14_dun_soluseks_tower/emitter_giant_flaming_eyeball',67650),
(30776,30694,'_exp14/objects/exp14_dun_soluseks_tower/emitter_soluseks_tower_lava',67650),
(30777,30695,'accessories/wearable_items/_exp14/drarcana/chest',67650),
(30778,30696,'accessories/wearable_items/_exp09/withering_lands/snapons/robe_shoulder_bag_left',67650),
(30779,30697,'accessories/wieldable_items/shields/exp14/buckler_rubicite',67650),
(30780,30698,'accessories/wieldable_items/shields/exp14/buckler_rubicite_upgraded',67650),
(30781,30699,'accessories/wieldable_items/shields/exp14/shield_rubicite',67650),
(30782,30700,'accessories/wieldable_items/shields/exp14/shield_rubicite_upgraded',67650),
(30783,30701,'accessories/wieldable_items/weapons/exp14/1h_crush/club_rubicite',67650),
(30784,30702,'accessories/wieldable_items/weapons/exp14/1h_crush/club_rubicite_upgraded',67650),
(30785,30703,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_rubicite',67650),
(30786,30704,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_rubicite_upgraded',67650),
(30787,30705,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_rubicite',67650),
(30788,30706,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_rubicite_upgraded',67650),
(30789,30707,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_rubicite_split',67650),
(30790,30708,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_rubicite_split_upgraded',67650),
(30791,30709,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_rubicite_swept',67650),
(30792,30710,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_rubicite_swept_upgraded',67650),
(30793,30711,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_rubicite',67650),
(30794,30712,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_rubicite_upgraded',67650),
(30795,30713,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_rubicite',67650),
(30796,30714,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_rubicite_upgraded',67650),
(30797,30715,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite',67650),
(30798,30716,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite_rapier',67650),
(30799,30717,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite_rapier_upgraded',67650),
(30800,30718,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite_scimitar',67650),
(30801,30719,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite_scimitar_upgraded',67650),
(30802,30720,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_rubicite_upgraded',67650),
(30803,30721,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_rubicite',67650),
(30804,30722,'accessories/wieldable_items/weapons/exp14/1h_wand/wand_rubicite_upgraded',67650),
(30805,30723,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_rubicite',67650),
(30806,30724,'accessories/wieldable_items/weapons/exp14/2h_crush/hammer_twohand_rubicite_upgraded',67650),
(30807,30725,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_rubicite',67650),
(30808,30726,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_rubicite_upgraded',67650),
(30809,30727,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_rubicite',67650),
(30810,30728,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_rubicite_upgraded',67650),
(30811,30729,'accessories/wieldable_items/weapons/exp14/bow/longbow_rubicite_upgraded',67650),
(30812,30730,'accessories/wieldable_items/weapons/exp14/bow/longbow_rubicite',67650),
(30813,30731,'accessories/wieldable_items/weapons/exp14/bow/shortbow_rubicite_upgraded',67650),
(30814,30732,'accessories/wieldable_items/weapons/exp14/bow/shortbow_rubicite',67650),
(30815,30733,'accessories/wieldable_items/weapons/exp14/bow/crossbow_rubicite_upgraded',67650),
(30816,30734,'accessories/wieldable_items/weapons/exp14/bow/crossbow_rubicite',67650),
(30817,30735,'accessories/wieldable_items/weapons/exp14/fist/fist_fan_rubicite',67650),
(30818,30736,'accessories/wieldable_items/weapons/exp14/fist/fist_fan_rubicite_upgraded',67650),
(30819,30737,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_rubicite',67650),
(30820,30738,'accessories/wieldable_items/weapons/exp14/staff/staff_fighter_rubicite_upgraded',67650),
(30821,30739,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_rubicite',67650),
(30822,30740,'accessories/wieldable_items/weapons/exp14/staff/staff_magestaff_rubicite_upgraded',67650),
(30823,30741,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_rubicite',67650),
(30824,30742,'accessories/wieldable_items/weapons/exp14/staff/staff_spear_rubicite_upgraded',67650),
(30825,30743,'accessories/wieldable_items/weapons/exp14/talisman/talisman_rubicite',67650),
(30826,30744,'accessories/wieldable_items/weapons/exp14/talisman/talisman_rubicite_upgraded',67650),
(30827,30745,'_exp14/characters/tool_users/guardian_of_fire/guardian_fire_01_all',67650),
(30828,30746,'_exp14/characters/tool_users/guardian_of_fire/guardian_fire_02_head',67650),
(30829,30747,'_exp14/characters/tool_users/guardian_of_fire/guardian_fire_03_hands',67650),
(30830,30748,'staticobjects/_exp14/carpenter/pom_chest01',67650),
(30831,30749,'staticobjects/_exp14/carpenter/pom_chest02',67650),
(30832,30750,'staticobjects/_exp14/carpenter/pom_city_chest01',67650),
(30833,30751,'staticobjects/_exp14/carpenter/pom_city_chest02',67650),
(30834,30752,'staticobjects/_exp14/carpenter/pom_city_crystal',67650),
(30835,30753,'staticobjects/_exp14/carpenter/pom_city_lightball_lightsource_fx',67650),
(30836,30754,'staticobjects/_exp14/carpenter/pom_city_lightball01',67650),
(30837,30755,'staticobjects/_exp14/carpenter/pom_city_plat_countersingle_dpo',67650),
(30838,30756,'staticobjects/_exp14/carpenter/pom_city_plat_wedge',67650),
(30839,30757,'staticobjects/_exp14/carpenter/pom_city_scrolls03',67650),
(30840,30758,'staticobjects/_exp14/carpenter/pom_city_table_fx_dpo',67650),
(30841,30759,'staticobjects/_exp14/carpenter/pom_city_tome01_dpo',67650),
(30842,30760,'staticobjects/_exp14/carpenter/pom_evilscroll_group02',67650),
(30843,30761,'staticobjects/_exp14/carpenter/pom_evilscroll_single02',67650),
(30844,30762,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown_blackgreen',67650),
(30845,30763,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown_blackpurple',67650),
(30846,30764,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown_blue',67650),
(30847,30765,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown_green',67650),
(30848,30766,'accessories/wearable_items/elemental_crowns/peppermint_candy_crown_pinkred',67650),
(30849,30767,'_exp14/objects/exp14_dun_molten_throne/dresolik',67650),
(30850,30768,'accessories/wearable_items/elemental_crowns/peppermint_stick_crown_purpleblack',67650),
(30851,30769,'accessories/wearable_items/elemental_crowns/peppermint_stick_crown_pinkred',67650),
(30852,30770,'accessories/wearable_items/elemental_crowns/peppermint_stick_crown_greenblack',67650),
(30853,30771,'accessories/wearable_items/elemental_crowns/peppermint_stick_crown_bluewhite',67650),
(30854,30772,'accessories/wearable_items/elemental_crowns/peppermint_stick_crown_redwhite',67650),
(30855,30773,'_exp14/raids/trophy_agnarr',67650),
(30856,30774,'_exp14/raids/trophy_solro',67650),
(30857,30775,'_exp14/raids/trophy_bertox',67650),
(30858,30776,'_exp14/raids/trophy_grummus',67650),
(30859,30777,'_exp14/raids/trophy_arlyxir',67650),
(30860,30778,'_exp14/raids/trophy_meldrath',67650),
(30861,30779,'_exp14/raids/trophy_oreen',67650),
(30862,30780,'_exp14/raids/trophy_firestorm',67650),
(30863,30781,'_exp14/raids/trophy_rheamus',67650),
(30864,30782,'_exp14/raids/trophy_manaetic_behemoth',67650),
(30865,30783,'_exp14/characters/monsters/carnivorous_plant_pom/carnivorous_plant_pom1',67650),
(30866,30784,'_exp14/characters/monsters/carnivorous_plant_pom/carnivorous_plant_pom2',67650),
(30867,30785,'_exp14/characters/monsters/elementals/elementals_fire_noflames',67650),
(30868,30786,'_exp14/characters/monsters/elementals/elementals_fire_base',67650),
(30869,30787,'staticobjects/_exp14/dpo/essence_extractor',67650),
(30870,30788,'staticobjects/pictures/eq1_artworkpainting_pop',67650),
(30871,30789,'staticobjects/_exp14/carpenter/pom_chestopen01',67650),
(30872,30790,'staticobjects/_exp14/carpenter/pom_chestopen02',67650),
(30873,30791,'staticobjects/_exp14/carpenter/pom_city_lightball02',67650),
(30874,30792,'staticobjects/liveevent/frostfell/dpo_snowglobe_doomfire01',67650),
(30875,30793,'staticobjects/liveevent/frostfell/dpo_snowglobe_pom01',67650),
(30876,30794,'staticobjects/fireplaces/dpo_halfing_fireplace01_nofire',67650),
(30877,30795,'staticobjects/building_blocks/ash/houseblock_1x2_divider_w_sq_blondwood',67650),
(30878,30796,'staticobjects/building_blocks/ash/houseblock_1x2_divider_w_tall_blondwood',67650),
(30879,30797,'staticobjects/building_blocks/ash/houseblock_2x2_divider_d_arch_blondwood',67650),
(30880,30798,'staticobjects/building_blocks/ash/houseblock_2x2_divider_d_rect_blondwood',67650),
(30881,30799,'staticobjects/building_blocks/ash/houseblock_2x2_divider_w_h_blondwood',67650),
(30882,30800,'staticobjects/building_blocks/ash/houseblock_2x2_divider_w_sq_blondwood',67650),
(30883,30801,'staticobjects/building_blocks/ash/houseblock_2x2_divider_w_tall_blondwood',67650),
(30884,30802,'staticobjects/building_blocks/ash/houseblock_2x2_divider_w_v_blondwood',67650),
(30885,30803,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_karana_fight',67650),
(30886,30804,'_exp14/objects/exp14_rgn_plane_of_magic/emitter_unstable_time',67650),
(30887,30805,'_exp14/objects/exp14_rgn_plane_of_magic/emitter_unstable_time_battle',67650),
(30888,30806,'_exp14/objects/exp14_dun_molten_throne/emitter_god_battle',67650),
(30889,30807,'_exp14/objects/exp14_dun_molten_throne/emitter_time_gate',67650),
(30890,30808,'_exp14/objects/exp14_dun_molten_throne/emitter_time_gate_beam',67650),
(30891,30809,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_boss_blizzard_shield',67650),
(30892,30810,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_boss_firestorm_shield',67650),
(30893,30811,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_boss_maelstrom_shield',67650),
(30894,30812,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_boss_sandstorm_shield',67650),
(30895,30813,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_brazier',67650),
(30896,30814,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_cold_wind_blowing',67650),
(30897,30815,'_exp14/objects/exp14_dun_bastion_of_thunder/emitter_sandstorm_platform',67650),
(30898,30816,'_exp14/objects/exp14_dun_plane_of_innovation/wallswitchbase',67650),
(30899,30817,'_exp14/objects/exp14_dun_plane_of_innovation/wallswitch',67650),
(30900,30818,'staticobjects/guildhall/trophies/floor_trakanonexp14_head',67650),
(30901,30819,'_exp01/characters/monsters/sphinx_crio_fly_idle',67650),
(30902,30820,'_exp14/objects/exp14_dun_plane_of_disease/emitter_undead_ogre_boss_spawn',67650),
(30903,30821,'staticobjects/_exp08/cobalt_scar/cs_ballista_launcher_small',67650),
(30904,30822,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_kunark_priestmace',67650),
(30905,30823,'accessories/wieldable_items/weapons/exp14/1h_crush/club_kunark_gaffi',67650),
(30906,30824,'accessories/wieldable_items/weapons/exp14/1h_pierce/shortspear_kunark',67650),
(30907,30825,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_kunark_kama',67650),
(30908,30826,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_kunark_invertblade',67650),
(30909,30827,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_kunark_mage',67650),
(30910,30828,'accessories/wieldable_items/weapons/exp14/1h_pierce/dagger_kunark_swept',67650),
(30911,30829,'accessories/wieldable_items/weapons/exp14/1h_sword/axe_kunark',67650),
(30912,30830,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_kunark_scimitar',67650),
(30913,30831,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_kunark_swordbreaker',67650),
(30914,30832,'accessories/wieldable_items/weapons/exp14/1h_sword/sword_kunark_kopesh',67650),
(30915,30833,'accessories/wieldable_items/weapons/exp14/2h_sword/sword_twohand_kunark',67650),
(30916,30834,'accessories/wieldable_items/weapons/exp14/2h_sword/axe_twohand_kunark',67650),
(30917,30835,'accessories/wieldable_items/weapons/exp14/bow/longbow_kunark',67650),
(30918,30836,'accessories/wieldable_items/weapons/exp14/bow/shortbow_kunark',67650),
(30919,30837,'accessories/wieldable_items/weapons/exp14/fist/fist_kunark_hoop',67650),
(30920,30838,'accessories/wieldable_items/weapons/exp14/staff/staff_kunark_fighter',67650),
(30921,30839,'accessories/wieldable_items/weapons/exp14/staff/staff_kunark_mage',67650),
(30922,30840,'accessories/wieldable_items/weapons/exp14/staff/staff_kunark_mage2',67650),
(30923,30841,'accessories/wieldable_items/weapons/exp14/staff/staff_kunark_monk',67650),
(30924,30842,'accessories/wieldable_items/weapons/exp14/2h_crush/club_twohand_kunark',67650),
(30925,30843,'_exp14/objects/exp14_dun_soluseks_tower/emitter_galremos_lava_eruption',67650),
(30926,30844,'_exp14/objects/exp14_dun_soluseks_tower/emitter_galremos_lava_rain',67650),
(30927,30845,'_exp14/objects/exp14_rgn_plane_of_magic/pom_geo_arcanegrass',67650),
(30928,30846,'accessories/wieldable_items/shields/exp14/kunark_shield_large',67650),
(30929,30847,'accessories/wieldable_items/shields/exp14/kunark_buckler',67650),
(30930,30848,'accessories/wieldable_items/shields/exp14/kunark_shield_medium',67650),
(30931,30849,'accessories/wieldable_items/weapons/exp14/1h_crush/hammer_kunark',67650),
(30932,30850,'accessories/wieldable_items/weapons/exp14/1h_crush/mace_kunark',67650),
(30933,30851,'playerstudio/houseitems/carousel_ff_bear',67650),
(30934,30852,'playerstudio/houseitems/carousel_ff_horse',67650),
(30935,30853,'playerstudio/houseitems/carousel_ff_sled',67650),
(30936,30854,'playerstudio/houseitems/frostfellset_stairs01',67650),
(30937,30855,'playerstudio/houseitems/frostfellset_smallstairs01',67650),
(30938,30856,'playerstudio/houseitems/frostfellset_shortwall01',67650),
(30939,30857,'playerstudio/houseitems/frostfellset_longwall01',67650),
(30940,30858,'playerstudio/houseitems/frostfellset_house_red01',67650),
(30941,30859,'playerstudio/houseitems/frostfellset_house_green01',67650),
(30942,30860,'playerstudio/houseitems/frostfellset_house_brown01',67650),
(30943,30861,'playerstudio/houseitems/frostfellset_door01',67650),
(30944,30862,'playerstudio/houseitems/frostfellset_chapel01',67650),
(30945,30863,'playerstudio/houseitems/factory_large',67650),
(30946,30864,'playerstudio/houseitems/factory_carolstage',67650),
(30947,30865,'playerstudio/houseitems/factory_largestable',67650),
(30948,30866,'playerstudio/houseitems/factory_mediumtoy',67650),
(30949,30867,'playerstudio/houseitems/factory_smallstable',67650),
(30950,30868,'playerstudio/houseitems/factory_smalltoy',67650),
(30951,30869,'playerstudio/houseitems/frostfellset_doorway01',67650),
(30952,30870,'accessories/wearable_items/_exp15/erollisi/altleather/chest',67650),
(30953,30871,'accessories/wearable_items/_exp15/erollisi/altleather/feet',67650),
(30954,30872,'accessories/wearable_items/_exp15/erollisi/altleather/hands',67650),
(30955,30873,'accessories/wearable_items/_exp15/erollisi/altleather/legs',67650),
(30956,30874,'accessories/wearable_items/_exp15/erollisi/altleather/shoulders',67650),
(30957,30875,'accessories/wearable_items/_exp15/erollisi/attachments/armband_erollisi_left',67650),
(30958,30876,'accessories/wearable_items/_exp15/erollisi/attachments/armband_erollisi_right',67650),
(30959,30877,'accessories/wearable_items/_exp15/erollisi/erollisi_armor_final/chest',67650),
(30960,30878,'accessories/wearable_items/_exp15/erollisi/erollisi_armor_final/feet',67650),
(30961,30879,'accessories/wearable_items/_exp15/erollisi/erollisi_armor_final/hands',67650),
(30962,30880,'accessories/wearable_items/_exp15/erollisi/erollisi_armor_final/legs',67650),
(30963,30881,'accessories/wearable_items/_exp15/erollisi/valkyrie/chest',67650),
(30964,30882,'accessories/wearable_items/_exp15/erollisi/valkyrie/hands',67650),
(30965,30883,'accessories/wearable_items/_exp15/erollisi/valkyrie/legs',67650),
(30966,30884,'accessories/wearable_items/_exp15/erollisi/valkyrie/shoulders_armbands',67650),
(30967,30885,'accessories/wearable_items/profesion_hats/tiara_erollisi/head_tiara_erollisi',67650),
(30968,30886,'accessories/wearable_items/_exp15/erollisi/erollisi_armor_final/head_tiara_erollisi',67650),
(30969,30887,'creatures/pets/egg_beast/egg_beast6',67650),
(30970,30888,'creatures/pets/egg_beast/egg_beast7',67650),
(30971,30889,'creatures/pets/egg_beast/egg_beast8',67650),
(30972,30890,'creatures/pets/egg_beast/egg_beast9',67650),
(30973,30891,'creatures/pets/egg_beast/egg_beast10',67650),
(30974,30892,'creatures/pets/egg_beast/egg_beast11',67650),
(30975,30893,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_bluegreenyellow',67650),
(30976,30894,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_purpleyellowpink',67650),
(30977,30895,'_exp15/characters/monsters/stitchcraft_turtle/stitchcraft_turtle_bluegreenyellow',67650),
(30978,30896,'_exp15/characters/monsters/stitchcraft_turtle/stitchcraft_turtle_purpleyellowpink',67650),
(30979,30897,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_brazier_01',67650),
(30980,30898,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_wall_with_furnace_01',67650),
(30981,30899,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_pillar_01',67650),
(30982,30900,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_charging_station_01',67650),
(30983,30901,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_crate_01',67650),
(30984,30902,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_gear_large_01',67650),
(30985,30903,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_anvil_01',67650),
(30986,30904,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_crate_02',67650),
(30987,30905,'_exp14/objects/exp14_dun_plane_of_innovation/clockwork_crate_03',67650),
(30988,30906,'accessories/wearable_items/cloak/exp15/cloak_horse_skull_dark',67650),
(30989,30907,'accessories/wearable_items/cloak/exp15/cloak_horse_skull_light',67650),
(30990,30908,'accessories/wearable_items/profesion_hats/hood_obscured/hood_horseskull_dark/antler_left',67650),
(30991,30909,'accessories/wearable_items/profesion_hats/hood_obscured/hood_horseskull_dark/antler_right',67650),
(30992,30910,'accessories/wearable_items/profesion_hats/hood_obscured/hood_horseskull_dark/head',67650),
(30993,30911,'accessories/wearable_items/profesion_hats/hood_obscured/hood_horseskull_dark/head_attachment',67650),
(30994,30912,'accessories/wearable_items/profesion_hats/hood_obscured/hood_horseskull_light/head',67650),
(30995,30913,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_harvestobject_nodes',67650),
(30996,30914,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_harvestobject_coils',67650),
(30997,30915,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_electrotrap',67650),
(30998,30916,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_harvestobject_springs',67650),
(30999,30917,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_time_machine_broken',67650),
(31000,30918,'_exp14/objects/exp14_dun_plane_of_innovation/dpo_time_machine_closed',67650),
(31001,30919,'staticobjects/liveevent/anniversary_event/birthday_cake01cream',67650),
(31002,30920,'staticobjects/liveevent/anniversary_event/odso_book_bookset01_dpo',67650),
(31003,30921,'staticobjects/tents/cs_nc_overhang_standing',67650),
(31004,30922,'staticobjects/rugs/cs_nc_rug2',67650),
(31005,30923,'staticobjects/liveevent/erollisi_objects/kerran_lampost',67650),
(31006,30924,'staticobjects/liveevent/erollisi_objects/erudin_vase01',67650),
(31007,30925,'staticobjects/liveevent/erollisi_objects/fprt_pillbottle_fireflies',67650),
(31008,30926,'staticobjects/liveevent/erollisi_objects/kerran_ornatestool01',67650),
(31009,30927,'staticobjects/liveevent/erollisi_objects/kerran_rug_rectangle',67650),
(31010,30928,'staticobjects/liveevent/erollisi_objects/kerran_table01',67650),
(31011,30929,'staticobjects/liveevent/erollisi_objects/odno_bed_double01',67650),
(31012,30930,'staticobjects/liveevent/erollisi_objects/rose_bouquet01_blue',67650),
(31013,30931,'staticobjects/liveevent/erollisi_objects/rose_bouquet01_red',67650),
(31014,30932,'staticobjects/liveevent/erollisi_objects/snow_globe_erollisi2',67650),
(31015,30933,'staticobjects/liveevent/brew_day/inna_container_tall01_grobbstone',67650),
(31016,30934,'staticobjects/liveevent/brew_day/chair_lowback01',67650),
(31017,30935,'staticobjects/liveevent/brew_day/drv_wine_bottle_iron02',67650),
(31018,30936,'staticobjects/liveevent/brew_day/food_roastmeat01',67650),
(31019,30937,'staticobjects/liveevent/brew_day/food_roastmeat01_sliced',67650),
(31020,30938,'staticobjects/liveevent/brew_day/inna_high_container_round01_stone_grain',67650),
(31021,30939,'staticobjects/liveevent/brew_day/kal_brewery01',67650),
(31022,30940,'staticobjects/liveevent/brew_day/throne_ogre',67650),
(31023,30941,'staticobjects/liveevent/brew_day/winerack_assembly_dpo_door',67650),
(31024,30942,'staticobjects/liveevent/bristlebane_day/bristlebane_day_totem_solid',67650),
(31025,30943,'staticobjects/liveevent/bristlebane_day/charasiswest_chest_small_w_goldcoins',67650),
(31026,30944,'staticobjects/liveevent/bristlebane_day/cr_bookcase_orc_potions01_door',67650),
(31027,30945,'staticobjects/liveevent/bristlebane_day/halfing_nightstand01',67650),
(31028,30946,'staticobjects/liveevent/bristlebane_day/halfing_table_raw01',67650),
(31029,30947,'staticobjects/liveevent/bristlebane_day/inna_high_mattress_troll_small01',67650),
(31030,30948,'staticobjects/liveevent/bristlebane_day/kerran_flatanimalpelt02',67650),
(31031,30949,'staticobjects/liveevent/bristlebane_day/pie_whole',67650),
(31032,30950,'staticobjects/liveevent/bristlebane_day/pig_spit',67650),
(31033,30951,'staticobjects/liveevent/bristlebane_day/sen_eaten_plate_04',67650),
(31034,30952,'staticobjects/liveevent/bristlebane_day/vilebloom_plant03',67650),
(31035,30953,'staticobjects/rocks/pom_smallrock01',67650),
(31036,30954,'staticobjects/rocks/pom_smallrock01_blend',67650),
(31037,30955,'staticobjects/rocks/pom_sphynx_smallrock01',67650),
(31038,30956,'staticobjects/crystals/exp09_dun_dpch_p08_rockpile01',67650),
(31039,30957,'staticobjects/crystals/of_crystalshard01',67650),
(31040,30958,'staticobjects/flora/ar_glowplant02',67650),
(31041,30959,'staticobjects/flora/cs_coral_red_group01',67650),
(31042,30960,'staticobjects/flora/cs_coral_sponge02',67650),
(31043,30961,'staticobjects/flora/ki_bush02_druid',67650),
(31044,30962,'staticobjects/flora/klp_tree_crookedtree01',67650),
(31045,30963,'staticobjects/flora/klp_tree_crookedtree02',67650),
(31046,30964,'staticobjects/flora/leafy_clump_02',67650),
(31047,30965,'staticobjects/flora/sg_coral_blue_group01',67650),
(31048,30966,'staticobjects/flora/ss_bop_plant_01',67650),
(31049,30967,'staticobjects/flora/ss_elephant_leaf_plant01purp',67650),
(31050,30968,'staticobjects/flora/tropical_flower_clump02',67650),
(31051,30969,'staticobjects/flora/tropical_rounded_leaf01',67650),
(31052,30970,'staticobjects/flora/um_grass_tendrils01',67650),
(31053,30971,'staticobjects/flora/um_grass_tendrils02',67650),
(31054,30972,'staticobjects/flora/zav_bush01',67650),
(31055,30973,'staticobjects/flora/zav_bush02',67650),
(31056,30974,'staticobjects/flora/zav_glow_bulb_plant01',67650),
(31057,30975,'staticobjects/flora/zav_glow_bulb_plant02',67650),
(31058,30976,'staticobjects/flora/zav_growing_vines_cap01',67650),
(31059,30977,'staticobjects/flora/zav_growing_vines_middle01',67650),
(31060,30978,'staticobjects/flora/zav_leafy_clump_02',67650),
(31061,30979,'staticobjects/containers/um_gloura_gourd_liquid01',67650),
(31062,30980,'staticobjects/liveevent/tinkerfest/dpo_fprt_cogstand',67650),
(31063,30981,'staticobjects/liveevent/tinkerfest/soleye_rotating_oregrinder_pin01',67650),
(31064,30982,'staticobjects/liveevent/tinkerfest/soleye_rotating_pickaxe01',67650),
(31065,30983,'staticobjects/liveevent/tinkerfest/qey_arms_village06_door_dpo',67650),
(31066,30984,'staticobjects/liveevent/tinkerfest/p14_innvint_anvil_dpo',67650),
(31067,30985,'staticobjects/liveevent/tinkerfest/p14_merchantcrate01_pfx_dpo',67650),
(31068,30986,'staticobjects/liveevent/tinkerfest/qey_cog_dpo',67650),
(31069,30987,'staticobjects/liveevent/tinkerfest/qey_cogstand_dpo',67650),
(31070,30988,'staticobjects/liveevent/halloween/dal_coffin01_lid_dpo',67650),
(31071,30989,'staticobjects/liveevent/halloween/fprt_tree_dead02',67650),
(31072,30990,'staticobjects/liveevent/halloween/rn_bones_marker01_dpo',67650),
(31073,30991,'staticobjects/liveevent/halloween/sfear_masoleum_coffin_dpo',67650),
(31074,30992,'staticobjects/liveevent/halloween/snow_globe_autumn',67650),
(31075,30993,'staticobjects/liveevent/halloween/tfs_painting_lightning01',67650),
(31076,30994,'staticobjects/liveevent/halloween/window_autumn_h',67650),
(31077,30995,'staticobjects/liveevent/halloween/window_autumn_sq',67650),
(31078,30996,'staticobjects/liveevent/halloween/window_autumn_thin',67650),
(31079,30997,'staticobjects/liveevent/frostfell/perm_caves_lantern01',67650),
(31080,30998,'staticobjects/liveevent/frostfell/houseblock_1x2_divider_w_sq_icechunk',67650),
(31081,30999,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_d_arch_icechunk',67650),
(31082,31000,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_d_rect_icechunk',67650),
(31083,31001,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_w_h_icechunk',67650),
(31084,31002,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_w_sq_icechunk',67650),
(31085,31003,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_w_tall_icechunk',67650),
(31086,31004,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_w_v_icechunk',67650),
(31087,31005,'staticobjects/liveevent/frostfell/houseblock_1x2_divider_w_tall_icechunk',67650),
(31088,31006,'staticobjects/liveevent/cityfestivals/cs_nc_banner_freeport_dirty',67650),
(31089,31007,'staticobjects/liveevent/cityfestivals/cs_nc_banner_gorowyn_dirty',67650),
(31090,31008,'staticobjects/liveevent/cityfestivals/cs_nc_banner_halas_dirty',67650),
(31091,31009,'staticobjects/liveevent/cityfestivals/cs_nc_banner_kelethin_dirty',67650),
(31092,31010,'staticobjects/liveevent/cityfestivals/cs_nc_banner_neriak_dirty',67650),
(31093,31011,'staticobjects/liveevent/cityfestivals/cs_nc_banner_qeynos_dirty',67650),
(31094,31012,'staticobjects/liveevent/oceansfull/cs_othmir_basket_round_shells',67650),
(31095,31013,'staticobjects/liveevent/oceansfull/cs_othmir_basket_square_shells',67650),
(31096,31014,'staticobjects/liveevent/oceansfull/cs_othmir_bench',67650),
(31097,31015,'staticobjects/liveevent/oceansfull/cs_othmir_fishnet',67650),
(31098,31016,'staticobjects/liveevent/oceansfull/fpalt_nautical_anchor01_dpo',67650),
(31099,31017,'staticobjects/liveevent/oceansfull/fpalt_nautical_steeringwheel02',67650),
(31100,31018,'staticobjects/liveevent/oceansfull/qey_anchor001_dpo',67650),
(31101,31019,'staticobjects/liveevent/oceansfull/river_netting',67650),
(31102,31020,'staticobjects/liveevent/scorchedsky/orcsiege_stumpcharred01',67650),
(31103,31021,'staticobjects/liveevent/scorchedsky/orcsiege_stumpcharred02_wsmoke',67650),
(31104,31022,'staticobjects/liveevent/scorchedsky/orcsiege_treecharred01',67650),
(31105,31023,'_exp15/characters/tool_users/innoruuk/innoruuk',67650),
(31106,31024,'accessories/wearable_items/cloak/exp15/cloak_innoruuk_for_npc',67650),
(31107,31025,'accessories/wearable_items/cloak/exp15/cloak_innoruuk_for_players',67650),
(31108,31026,'ec/npc/skeleton_pc_darkbone',67650),
(31109,31027,'staticobjects/liveevent/brew_day/wall_flask_human_leather01_dpo',67650),
(31110,31028,'creatures/monsters/mimic_familiar',67650),
(31111,31029,'_exp14/characters/tool_users/varig_ro/varig_ro',67650),
(31112,31030,'staticobjects/tower_defense/dal_teleporter',67650),
(31113,31031,'staticobjects/tower_defense/fire_cod_cornersconce_02',67650),
(31114,31032,'staticobjects/tower_defense/fp_groundlamp_001',67650),
(31115,31033,'staticobjects/tower_defense/miragul_lightsource_brazier_small',67650),
(31116,31034,'staticobjects/tower_defense/nyecaelona_tower_star',67650),
(31117,31035,'staticobjects/tower_defense/p14_innvext_pipebrazier01_pfx',67650),
(31118,31036,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_heavy',67650),
(31119,31037,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_light',67650),
(31120,31038,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_medium',67650),
(31121,31039,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_noarmor',67650),
(31122,31040,'staticobjects/dpo_invisible_cube/cage_collision_inverted',67650),
(31123,31041,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_heavy_mercenary',67650),
(31124,31042,'creatures/familiars/animatedhand/animatedhand_02',67650),
(31125,31043,'creatures/familiars/baby_dragon/baby_dragon_helmed_tophat2_fx',67650),
(31126,31044,'creatures/familiars/bear/timber_bear_brown',67650),
(31127,31045,'creatures/familiars/carpet/carpet_fly_glass_swirl_blue',67650),
(31128,31046,'creatures/familiars/clockwork_beetle_hercules/beetle_hercules_clockwork',67650),
(31129,31047,'creatures/familiars/clockwork_dustpan/clockwork_dustpan2_3',67650),
(31130,31048,'creatures/familiars/cockatrice/cockatrice_golden',67650),
(31131,31049,'creatures/familiars/construct_prowler/construct_prowler1',67650),
(31132,31050,'creatures/familiars/contagion/contagion',67650),
(31133,31051,'creatures/familiars/dervish/dervish_necromantic_pestillencevortex',67650),
(31134,31052,'creatures/familiars/elementals_earth/elementals_earth',67650),
(31135,31053,'creatures/familiars/frog/frog_sirensgrotto_redorange',67650),
(31136,31054,'creatures/familiars/horse_festral/horse_festral',67650),
(31137,31055,'creatures/familiars/mimic/mimic_familiar',67650),
(31138,31056,'creatures/familiars/mouth_eye_blob/mouth_eye_blob_ethenere',67650),
(31139,31057,'creatures/familiars/mysticdoll/mysticdoll_alternate_zombie',67650),
(31140,31058,'creatures/familiars/parrot/parrot_pet_base',67650),
(31141,31059,'creatures/familiars/pet_dragon_lumpy/pet_dragon_lumpy_gold',67650),
(31142,31060,'creatures/familiars/pet_rock/pet_rock06_ssraeshza',67650),
(31143,31061,'creatures/familiars/pig/pigspotted',67650),
(31144,31062,'creatures/familiars/rustmonster_new/rust_monster_sapphire_blue',67650),
(31145,31063,'creatures/familiars/sand_golem/sand_golem_duergar',67650),
(31146,31064,'creatures/familiars/shissar_golem/shissar_golem',67650),
(31147,31065,'creatures/familiars/sokokar/sokokar',67650),
(31148,31066,'creatures/familiars/stitchcraft_turtle/stitchcraft_turtle_purpleyellowpink',67650),
(31149,31067,'creatures/familiars/terrorbird/terrorbird_chick',67650),
(31150,31068,'creatures/familiars/unicorn/unicorn',67650),
(31151,31069,'creatures/familiars/warhog/warhog_drunder',67650),
(31152,31070,'creatures/familiars/willowisp/skull_wisp_purple',67650),
(31153,31071,'creatures/familiars/willowisp/willowisp_ethernere01_green',67650),
(31154,31072,'creatures/familiars/wolf/timber_wolf_white_boss',67650),
(31155,31073,'staticobjects/liveevent/tinkerfest/tinkerfest_kitchen_utensiles',67650),
(31156,31074,'staticobjects/liveevent/tinkerfest/tinkerfest_bottle_spirits',67650),
(31157,31075,'staticobjects/liveevent/tinkerfest/tinkerfest_container_box',67650),
(31158,31076,'staticobjects/liveevent/tinkerfest/tinkerfest_container_jar',67650),
(31159,31077,'staticobjects/liveevent/frostfell/dpo_greensack_gold01',67650),
(31160,31078,'staticobjects/liveevent/frostfell/dpo_present_2018_candycane',67650),
(31161,31079,'staticobjects/liveevent/frostfell/frost_bowl01_mixedberries_dpo',67650),
(31162,31080,'staticobjects/liveevent/frostfell/frost_bowl02_cranberries_dpo',67650),
(31163,31081,'staticobjects/liveevent/brew_day/brewday_rockingbarrel_door',67650),
(31164,31082,'staticobjects/flora/zav_growing_vines_middle01_dpo',67650),
(31165,31083,'staticobjects/_exp06/kerra_kejek_totem01_short',67650),
(31166,31084,'playerstudio/houseitems/lighthouse',67650),
(31167,31085,'playerstudio/houseitems/awning_small',67650),
(31168,31086,'playerstudio/houseitems/royal_table',67650),
(31169,31087,'playerstudio/houseitems/foldout_desk',67650),
(31170,31088,'playerstudio/houseitems/school_desk',67650),
(31171,31089,'playerstudio/houseitems/grannywindow_large',67650),
(31172,31090,'playerstudio/houseitems/grannywindow_small',67650),
(31173,31091,'playerstudio/houseitems/little_bed',67650),
(31174,31092,'playerstudio/houseitems/little_chair',67650),
(31175,31093,'playerstudio/houseitems/little_hamper',67650),
(31176,31094,'playerstudio/houseitems/little_nightstand',67650),
(31177,31095,'playerstudio/houseitems/steeproof_dormer',67650),
(31178,31096,'playerstudio/houseitems/traveler_writingdesk',67650),
(31179,31097,'playerstudio/houseitems/traveler_table',67650),
(31180,31098,'playerstudio/houseitems/traveler_suitcase',67650),
(31181,31099,'playerstudio/houseitems/traveler_starfinder',67650),
(31182,31100,'playerstudio/houseitems/traveler_kit',67650),
(31183,31101,'playerstudio/houseitems/traveler_chest',67650),
(31184,31102,'playerstudio/houseitems/traveler_chair',67650),
(31185,31103,'playerstudio/houseitems/traveler_cabinet',67650),
(31186,31104,'playerstudio/houseitems/traveler_bench',67650),
(31187,31105,'playerstudio/houseitems/traveler_bed',67650),
(31188,31106,'playerstudio/houseitems/quarterround_right',67650),
(31189,31107,'playerstudio/houseitems/quarterround_left',67650),
(31190,31108,'playerstudio/houseitems/curvedstairway_right',67650),
(31191,31109,'playerstudio/houseitems/curvedstairway_left',67650),
(31192,31110,'playerstudio/houseitems/large_slateroof',67650),
(31193,31111,'playerstudio/houseitems/sectional_part',67650),
(31194,31112,'playerstudio/houseitems/sectional_full',67650),
(31195,31113,'playerstudio/houseitems/sectional_pillow',67650),
(31196,31114,'playerstudio/houseitems/tall_banner',67650),
(31197,31115,'playerstudio/houseitems/skillet',67650),
(31198,31116,'playerstudio/houseitems/mara_banner',67650),
(31199,31117,'playerstudio/houseitems/light_mirror',67650),
(31200,31118,'playerstudio/houseitems/light_wizard_door_right',67650),
(31201,31119,'playerstudio/houseitems/light_wizard_door_left',67650),
(31202,31120,'playerstudio/houseitems/high_chair',67650),
(31203,31121,'playerstudio/houseitems/green_wizard_door_right',67650),
(31204,31122,'playerstudio/houseitems/green_wizard_door_left',67650),
(31205,31123,'playerstudio/houseitems/candyshop_shop',67650),
(31206,31124,'playerstudio/houseitems/candyshop_jars_short',67650),
(31207,31125,'playerstudio/houseitems/candyshop_jars_round',67650),
(31208,31126,'playerstudio/houseitems/candyshop_jars',67650),
(31209,31127,'playerstudio/houseitems/candyshop_door',67650),
(31210,31128,'playerstudio/houseitems/candyshop_counterlong',67650),
(31211,31129,'playerstudio/houseitems/candyshop_counter',67650),
(31212,31130,'playerstudio/houseitems/candyshop_barrels',67650),
(31213,31131,'playerstudio/houseitems/awning_narrow',67650),
(31214,31132,'playerstudio/houseitems/awning_wide',67650),
(31215,31133,'playerstudio/houseitems/awning_domed',67650),
(31216,31134,'playerstudio/houseitems/dark_wizard_door_right',67650),
(31217,31135,'playerstudio/houseitems/dark_wizard_door_left',67650),
(31218,31136,'playerstudio/houseitems/chicken_coop',67650),
(31219,31137,'playerstudio/houseitems/carousel_love_swan',67650),
(31220,31138,'playerstudio/houseitems/carousel_love_sled',67650),
(31221,31139,'playerstudio/houseitems/carousel_love_horse',67650),
(31222,31140,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_medium_mercenary',67650),
(31223,31141,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_none_mercenary',67650),
(31224,31142,'accessories/wieldable_items/shields/exp15/shield_skeletal_basic',67650),
(31225,31143,'accessories/wieldable_items/shields/exp15/shield_skeletal_blue',67650),
(31226,31144,'accessories/wieldable_items/shields/exp15/shield_skeletal_upgraded',67650),
(31227,31145,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_skeletal_basic',67650),
(31228,31146,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_skeletal_upgraded',67650),
(31229,31147,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_skeletal_basic',67650),
(31230,31148,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_skeletal_blue',67650),
(31231,31149,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_skeletal_upgraded',67650),
(31232,31150,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_skeletal_basic',67650),
(31233,31151,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_skeletal_upgraded',67650),
(31234,31152,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_skeletal_basic',67650),
(31235,31153,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_skeletal_for_mercenary',67650),
(31236,31154,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_skeletal_upgraded',67650),
(31237,31155,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x1_column_solusek',67650),
(31238,31156,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_column_solusek',67650),
(31239,31157,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_divider_w_sq_solusek',67650),
(31240,31158,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_divider_w_tall_solusek',67650),
(31241,31159,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_dividerblock_solusek',67650),
(31242,31160,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1xhalf_block_solusek',67650),
(31243,31161,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_d_arch_solusek',67650),
(31244,31162,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_d_rect_solusek',67650),
(31245,31163,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_h_solusek',67650),
(31246,31164,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_sq_solusek',67650),
(31247,31165,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_tall_solusek',67650),
(31248,31166,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_v_solusek',67650),
(31249,31167,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_dividerblock_solusek',67650),
(31250,31168,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_rail_solusek',67650),
(31251,31169,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_roundtile_solusek',67650),
(31252,31170,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_stair_solusek',67650),
(31253,31171,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_triangletile_solusek',67650),
(31254,31172,'staticobjects/liveevent/scorchedsky/building_blocks/housecube_1x1_block_solusek',67650),
(31255,31173,'staticobjects/liveevent/scorchedsky/dpo_panel_lava_flow',67650),
(31256,31174,'staticobjects/liveevent/scorchedsky/dpo_panel_solusek',67650),
(31257,31175,'_exp14/characters/monsters/gelatinous_cube_flesh/gelatincube_flesh1_dpo',67650),
(31258,31176,'_exp14/characters/monsters/gelatinous_cube_flesh/gelatincube_flesh2_dpo',67650),
(31259,31177,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/chest',67650),
(31260,31178,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/feet',67650),
(31261,31179,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/forearms',67650),
(31262,31180,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/hands',67650),
(31263,31181,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/head',67650),
(31264,31182,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/legs',67650),
(31265,31183,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/legs_noskirt',67650),
(31266,31184,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/pauldron_left',67650),
(31267,31185,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/pauldron_right',67650),
(31268,31186,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/shoulders',67650),
(31269,31187,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/shoulders_nopauldrons',67650),
(31270,31188,'accessories/wearable_items/_exp15/halas_holiday/leather_bluegray/skirt',67650),
(31271,31189,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/chest',67650),
(31272,31190,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/feet',67650),
(31273,31191,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/forearms',67650),
(31274,31192,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/hands',67650),
(31275,31193,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/head',67650),
(31276,31194,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/legs',67650),
(31277,31195,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/legs_noskirt',67650),
(31278,31196,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/pauldron_left',67650),
(31279,31197,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/pauldron_right',67650),
(31280,31198,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/shoulders',67650),
(31281,31199,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/shoulders_nopauldrons',67650),
(31282,31200,'accessories/wearable_items/_exp15/halas_holiday/leather_greenred/skirt',67650),
(31283,31201,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/chest',67650),
(31284,31202,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/feet',67650),
(31285,31203,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/forearms',67650),
(31286,31204,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/hands',67650),
(31287,31205,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/head',67650),
(31288,31206,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/legs',67650),
(31289,31207,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/legs_noskirt',67650),
(31290,31208,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/pauldron_left',67650),
(31291,31209,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/pauldron_right',67650),
(31292,31210,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/shoulders',67650),
(31293,31211,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/shoulders_nopauldrons',67650),
(31294,31212,'accessories/wearable_items/_exp15/halas_holiday/leather_redgold/skirt',67650),
(31295,31213,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/chest',67650),
(31296,31214,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/feet',67650),
(31297,31215,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/hands',67650),
(31298,31216,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/head',67650),
(31299,31217,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/hood',67650),
(31300,31218,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/pants',67650),
(31301,31219,'accessories/wearable_items/_exp15/halas_holiday/robe_bluegray/skirt',67650),
(31302,31220,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/chest',67650),
(31303,31221,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/feet',67650),
(31304,31222,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/hands',67650),
(31305,31223,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/head',67650),
(31306,31224,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/hood',67650),
(31307,31225,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/pants',67650),
(31308,31226,'accessories/wearable_items/_exp15/halas_holiday/robe_greenred/skirt',67650),
(31309,31227,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/chest',67650),
(31310,31228,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/feet',67650),
(31311,31229,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/hands',67650),
(31312,31230,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/head',67650),
(31313,31231,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/hood',67650),
(31314,31232,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/pants',67650),
(31315,31233,'accessories/wearable_items/_exp15/halas_holiday/robe_redgold/skirt',67650),
(31316,31234,'staticobjects/liveevent/halloween/nightsofdead_autumleaf_patch01',67650),
(31317,31235,'staticobjects/liveevent/halloween/nightsofdead_autumleaf_tilepanel01',67650),
(31318,31236,'_exp14/objects/portals/portal_bastion_fx',67650),
(31319,31237,'_exp14/objects/portals/portal_brackish_fx',67650),
(31320,31238,'_exp14/objects/portals/portal_disease_fx',67650),
(31321,31239,'_exp14/objects/portals/portal_innovation_fx',67650),
(31322,31240,'_exp14/objects/portals/portal_magic_fx',67650),
(31323,31241,'_exp14/objects/portals/portal_solusek_fx',67650),
(31324,31242,'accessories/wearable_items/_exp15/cleric_of_hate/accessory/head_cleric_of_hate',67650),
(31325,31243,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/chest',67650),
(31326,31244,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/feet',67650),
(31327,31245,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/hands',67650),
(31328,31246,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/head_cleric_of_hate',67650),
(31329,31247,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/legs',67650),
(31330,31248,'accessories/wearable_items/_exp15/cleric_of_hate/base_set/shoulders',67650),
(31331,31249,'ec/pc/vampire/vampire_male_npc_crouch',67650),
(31332,31250,'creatures/boss/fallengate_blue_black_head01',67650),
(31333,31251,'creatures/boss/fallengate_blue_black_head02',67650),
(31334,31252,'creatures/boss/fallengate_blue_black_head03',67650),
(31335,31253,'creatures/boss/fallengate_blue_black_head04',67650),
(31336,31254,'staticobjects/building_blocks/adamantine/houseblock_1x2_divider_w_sq_qey_stone12',67650),
(31337,31255,'staticobjects/building_blocks/adamantine/houseblock_1x2_divider_w_tall_qey_stone12',67650),
(31338,31256,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_d_arch_qey_stone12',67650),
(31339,31257,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_d_rect_qey_stone12',67650),
(31340,31258,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_w_h_qey_stone12',67650),
(31341,31259,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_w_sq_qey_stone12',67650),
(31342,31260,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_w_tall_qey_stone12',67650),
(31343,31261,'staticobjects/building_blocks/adamantine/houseblock_2x2_divider_w_v_qey_stone12',67650),
(31344,31262,'staticobjects/building_blocks/briarwood/houseblock_1x2_divider_w_sq_marrwood',67650),
(31345,31263,'staticobjects/building_blocks/briarwood/houseblock_1x2_divider_w_tall_marrwood',67650),
(31346,31264,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_d_arch_marrwood',67650),
(31347,31265,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_d_rect_marrwood',67650),
(31348,31266,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_w_h_marrwood',67650),
(31349,31267,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_w_sq_marrwood',67650),
(31350,31268,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_w_tall_marrwood',67650),
(31351,31269,'staticobjects/building_blocks/briarwood/houseblock_2x2_divider_w_v_marrwood',67650),
(31352,31270,'staticobjects/building_blocks/elm/houseblock_1x2_divider_w_sq_weathereddark',67650),
(31353,31271,'staticobjects/building_blocks/elm/houseblock_1x2_divider_w_tall_weathereddark',67650),
(31354,31272,'staticobjects/building_blocks/elm/houseblock_2x2_divider_d_arch_weathereddark',67650),
(31355,31273,'staticobjects/building_blocks/elm/houseblock_2x2_divider_d_rect_weathereddark',67650),
(31356,31274,'staticobjects/building_blocks/elm/houseblock_2x2_divider_w_h_weathereddark',67650),
(31357,31275,'staticobjects/building_blocks/elm/houseblock_2x2_divider_w_sq_weathereddark',67650),
(31358,31276,'staticobjects/building_blocks/elm/houseblock_2x2_divider_w_tall_weathereddark',67650),
(31359,31277,'staticobjects/building_blocks/elm/houseblock_2x2_divider_w_v_weathereddark',67650),
(31360,31278,'staticobjects/building_blocks/fulginate/houseblock_1x2_divider_w_sq_qey_stone14',67650),
(31361,31279,'staticobjects/building_blocks/fulginate/houseblock_1x2_divider_w_tall_qey_stone14',67650),
(31362,31280,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_d_arch_qey_stone14',67650),
(31363,31281,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_d_rect_qey_stone14',67650),
(31364,31282,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_w_h_qey_stone14',67650),
(31365,31283,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_w_sq_qey_stone14',67650),
(31366,31284,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_w_tall_qey_stone14',67650),
(31367,31285,'staticobjects/building_blocks/fulginate/houseblock_2x2_divider_w_v_qey_stone14',67650),
(31368,31286,'staticobjects/building_blocks/fulginate_plain/houseblock_1x2_divider_w_sq_qeystone01',67650),
(31369,31287,'staticobjects/building_blocks/fulginate_plain/houseblock_1x2_divider_w_tall_qeystone01',67650),
(31370,31288,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_d_arch_qeystone01',67650),
(31371,31289,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_d_rect_qeystone01',67650),
(31372,31290,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_w_h_qeystone01',67650),
(31373,31291,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_w_sq_qeystone01',67650),
(31374,31292,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_w_tall_qeystone01',67650),
(31375,31293,'staticobjects/building_blocks/fulginate_plain/houseblock_2x2_divider_w_v_qeystone01',67650),
(31376,31294,'staticobjects/building_blocks/halasian/houseblock_1x2_divider_w_sq_halaswood',67650),
(31377,31295,'staticobjects/building_blocks/halasian/houseblock_1x2_divider_w_tall_halaswood',67650),
(31378,31296,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_d_arch_halaswood',67650),
(31379,31297,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_d_rect_halaswood',67650),
(31380,31298,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_w_h_halaswood',67650),
(31381,31299,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_w_sq_halaswood',67650),
(31382,31300,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_w_tall_halaswood',67650),
(31383,31301,'staticobjects/building_blocks/halasian/houseblock_2x2_divider_w_v_halaswood',67650),
(31384,31302,'staticobjects/building_blocks/indium/houseblock_1x2_divider_w_sq_qeystone02',67650),
(31385,31303,'staticobjects/building_blocks/indium/houseblock_1x2_divider_w_tall_qeystone02',67650),
(31386,31304,'staticobjects/building_blocks/indium/houseblock_2x2_divider_d_arch_qeystone02',67650),
(31387,31305,'staticobjects/building_blocks/indium/houseblock_2x2_divider_d_rect_qeystone02',67650),
(31388,31306,'staticobjects/building_blocks/indium/houseblock_2x2_divider_w_h_qeystone02',67650),
(31389,31307,'staticobjects/building_blocks/indium/houseblock_2x2_divider_w_sq_qeystone02',67650),
(31390,31308,'staticobjects/building_blocks/indium/houseblock_2x2_divider_w_tall_qeystone02',67650),
(31391,31309,'staticobjects/building_blocks/indium/houseblock_2x2_divider_w_v_qeystone02',67650),
(31392,31310,'staticobjects/building_blocks/maple/houseblock_1x2_divider_w_sq_brownwood',67650),
(31393,31311,'staticobjects/building_blocks/maple/houseblock_1x2_divider_w_tall_brownwood',67650),
(31394,31312,'staticobjects/building_blocks/maple/houseblock_2x2_divider_d_arch_brownwood',67650),
(31395,31313,'staticobjects/building_blocks/maple/houseblock_2x2_divider_d_rect_brownwood',67650),
(31396,31314,'staticobjects/building_blocks/maple/houseblock_2x2_divider_w_h_brownwood',67650),
(31397,31315,'staticobjects/building_blocks/maple/houseblock_2x2_divider_w_sq_brownwood',67650),
(31398,31316,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_powerknight',67650),
(31399,31317,'staticobjects/building_blocks/maple/houseblock_2x2_divider_w_tall_brownwood',67650),
(31400,31318,'staticobjects/building_blocks/maple/houseblock_2x2_divider_w_v_brownwood',67650),
(31401,31319,'staticobjects/building_blocks/mossybriarwood/houseblock_1x2_divider_w_sq_mossywood',67650),
(31402,31320,'staticobjects/building_blocks/mossybriarwood/houseblock_1x2_divider_w_tall_mossywood',67650),
(31403,31321,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_d_arch_mossywood',67650),
(31404,31322,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_d_rect_mossywood',67650),
(31405,31323,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_w_h_mossywood',67650),
(31406,31324,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_w_sq_mossywood',67650),
(31407,31325,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_w_tall_mossywood',67650),
(31408,31326,'staticobjects/building_blocks/mossybriarwood/houseblock_2x2_divider_w_v_mossywood',67650),
(31409,31327,'staticobjects/building_blocks/redwood/houseblock_1x2_divider_w_sq_tablenoplanks',67650),
(31410,31328,'staticobjects/building_blocks/redwood/houseblock_1x2_divider_w_tall_tablenoplanks',67650),
(31411,31329,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_d_arch_tablenoplanks',67650),
(31412,31330,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_d_rect_tablenoplanks',67650),
(31413,31331,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_w_h_tablenoplanks',67650),
(31414,31332,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_w_sq_tablenoplanks',67650),
(31415,31333,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_w_tall_tablenoplanks',67650),
(31416,31334,'staticobjects/building_blocks/redwood/houseblock_2x2_divider_w_v_tablenoplanks',67650),
(31417,31335,'staticobjects/building_blocks/rosewood/houseblock_1x2_divider_w_sq_rosewood',67650),
(31418,31336,'staticobjects/building_blocks/rosewood/houseblock_1x2_divider_w_tall_rosewood',67650),
(31419,31337,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_d_arch_rosewood',67650),
(31420,31338,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_d_rect_rosewood',67650),
(31421,31339,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_w_h_rosewood',67650),
(31422,31340,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_w_sq_rosewood',67650),
(31423,31341,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_w_tall_rosewood',67650),
(31424,31342,'staticobjects/building_blocks/rosewood/houseblock_2x2_divider_w_v_rosewood',67650),
(31425,31343,'staticobjects/building_blocks/sandalwood/houseblock_1x2_divider_w_sq_metalwood01',67650),
(31426,31344,'staticobjects/building_blocks/sandalwood/houseblock_1x2_divider_w_tall_metalwood01',67650),
(31427,31345,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_d_arch_metalwood01',67650),
(31428,31346,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_d_rect_metalwood01',67650),
(31429,31347,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_w_h_metalwood01',67650),
(31430,31348,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_w_sq_metalwood01',67650),
(31431,31349,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_w_tall_metalwood01',67650),
(31432,31350,'staticobjects/building_blocks/sandalwood/houseblock_2x2_divider_w_v_metalwood01',67650),
(31433,31351,'staticobjects/building_blocks/sandalwood_plain/houseblock_1x2_divider_w_sq_sandalwood',67650),
(31434,31352,'staticobjects/building_blocks/sandalwood_plain/houseblock_1x2_divider_w_tall_sandalwood',67650),
(31435,31353,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_d_arch_sandalwood',67650),
(31436,31354,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_d_rect_sandalwood',67650),
(31437,31355,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_w_h_sandalwood',67650),
(31438,31356,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_w_sq_sandalwood',67650),
(31439,31357,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_w_tall_sandalwood',67650),
(31440,31358,'staticobjects/building_blocks/sandalwood_plain/houseblock_2x2_divider_w_v_sandalwood',67650),
(31441,31359,'staticobjects/building_blocks/sumac/houseblock_1x2_divider_w_sq_sumacwood',67650),
(31442,31360,'staticobjects/building_blocks/sumac/houseblock_1x2_divider_w_tall_sumacwood',67650),
(31443,31361,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_d_arch_sumacwood',67650),
(31444,31362,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_d_rect_sumacwood',67650),
(31445,31363,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_w_h_sumacwood',67650),
(31446,31364,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_w_sq_sumacwood',67650),
(31447,31365,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_w_tall_sumacwood',67650),
(31448,31366,'staticobjects/building_blocks/sumac/houseblock_2x2_divider_w_v_sumacwood',67650),
(31449,31367,'staticobjects/building_blocks/teak/houseblock_1x2_divider_w_sq_wavywood',67650),
(31450,31368,'staticobjects/building_blocks/teak/houseblock_1x2_divider_w_tall_wavywood',67650),
(31451,31369,'staticobjects/building_blocks/teak/houseblock_2x2_divider_d_arch_wavywood',67650),
(31452,31370,'staticobjects/building_blocks/teak/houseblock_2x2_divider_d_rect_wavywood',67650),
(31453,31371,'staticobjects/building_blocks/teak/houseblock_2x2_divider_w_h_wavywood',67650),
(31454,31372,'staticobjects/building_blocks/teak/houseblock_2x2_divider_w_sq_wavywood',67650),
(31455,31373,'staticobjects/building_blocks/teak/houseblock_2x2_divider_w_tall_wavywood',67650),
(31456,31374,'staticobjects/building_blocks/teak/houseblock_2x2_divider_w_v_wavywood',67650),
(31457,31375,'staticobjects/_exp10/houseblock_1x2_divider_w_sq_ethernere',67650),
(31458,31376,'staticobjects/_exp10/houseblock_1x2_divider_w_tall_ethernere',67650),
(31459,31377,'staticobjects/_exp10/houseblock_2x2_divider_d_arch_ethernere',67650),
(31460,31378,'staticobjects/_exp10/houseblock_2x2_divider_d_rect_ethernere',67650),
(31461,31379,'staticobjects/_exp10/houseblock_2x2_divider_w_h_ethernere',67650),
(31462,31380,'staticobjects/_exp10/houseblock_2x2_divider_w_sq_ethernere',67650),
(31463,31381,'staticobjects/_exp10/houseblock_2x2_divider_w_tall_ethernere',67650),
(31464,31382,'staticobjects/_exp10/houseblock_2x2_divider_w_v_ethernere',67650),
(31465,31383,'accessories/wearable_items/_exp15/knight_tintable/accessory/forearm_knight_left_tintable',67650),
(31466,31384,'accessories/wearable_items/_exp15/knight_tintable/accessory/forearm_knight_right_tintable',67650),
(31467,31385,'accessories/wearable_items/_exp15/knight_tintable/accessory/head_knight_tintable',67650),
(31468,31386,'accessories/wearable_items/_exp15/knight_tintable/accessory/pauldron_knight_left_tintable',67650),
(31469,31387,'accessories/wearable_items/_exp15/knight_tintable/accessory/pauldron_knight_right_tintable',67650),
(31470,31388,'accessories/wearable_items/_exp15/knight_tintable/accessory/shin_knight_left_tintable',67650),
(31471,31389,'accessories/wearable_items/_exp15/knight_tintable/accessory/shin_knight_right_tintable',67650),
(31472,31390,'accessories/wearable_items/_exp15/knight_tintable/vanguard/chest',67650),
(31473,31391,'accessories/wearable_items/_exp15/knight_tintable/vanguard/feet',67650),
(31474,31392,'accessories/wearable_items/_exp15/knight_tintable/vanguard/forearms',67650),
(31475,31393,'accessories/wearable_items/_exp15/knight_tintable/vanguard/hands',67650),
(31476,31394,'accessories/wearable_items/_exp15/knight_tintable/vanguard/hands_epic',67650),
(31477,31395,'accessories/wearable_items/_exp15/knight_tintable/vanguard/head',67650),
(31478,31396,'accessories/wearable_items/_exp15/knight_tintable/vanguard/head_knight_tintable',67650),
(31479,31397,'accessories/wearable_items/_exp15/knight_tintable/vanguard/legs',67650),
(31480,31398,'accessories/wearable_items/_exp15/knight_tintable/vanguard/legs_epic',67650),
(31481,31399,'accessories/wearable_items/_exp15/knight_tintable/vanguard/legs_noskirt',67650),
(31482,31400,'accessories/wearable_items/_exp15/knight_tintable/vanguard/right',67650),
(31483,31401,'accessories/wearable_items/_exp15/knight_tintable/vanguard/shoulders',67650),
(31484,31402,'accessories/wearable_items/_exp15/knight_tintable/vanguard/shoulders_epic',67650),
(31485,31403,'accessories/wearable_items/_exp15/knight_tintable/vanguard/shoulders_nopauldrons',67650),
(31486,31404,'accessories/wearable_items/_exp15/knight_tintable/vanguard/skirt',67650),
(31487,31405,'accessories/wieldable_items/weapons/exp15/staff/staff_spear_powerknight',67650),
(31488,31406,'accessories/wieldable_items/weapons/exp15/1h_crush/club_powerknight',67650),
(31489,31407,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_giftboxesredgreen',67650),
(31490,31408,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_threecanes',67650),
(31491,31409,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_threecanes_creme',67650),
(31492,31410,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_threecanes_purple',67650),
(31493,31411,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_twocanes_hat',67650),
(31494,31412,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_powerknight',67650),
(31495,31413,'playerstudio/characters/cloaks/druidtree/druidtree',67650),
(31496,31414,'playerstudio/characters/weapons/1h_sword/klakandslash/klakandslash',67650),
(31497,31415,'playerstudio/characters/weapons/1h_sword/oceansword/ocransword',67650),
(31498,31416,'playerstudio/characters/weapons/1h_pierce/oceandagger/oceandagger',67650),
(31499,31417,'playerstudio/characters/weapons/staff/oceanspear/oceanspear',67650),
(31500,31418,'playerstudio/characters/shields/tower_round_shields/oceanshield/oceanshield',67650),
(31501,31419,'playerstudio/characters/weapons/bow/oceanbow/oceanbow',67650),
(31502,31420,'playerstudio/characters/cloaks/oceancloak/oceancloak',67650),
(31503,31421,'_exp14/raids/raid_hate_golem_part_01',67650),
(31504,31422,'_exp14/raids/raid_hate_golem_part_02',67650),
(31505,31423,'ec/pc/vampire/vampire_female_npc_crouch',67650),
(31506,31424,'staticobjects/liveevent/cityfestivals/dpo_cityforge_freeport',67650),
(31507,31425,'staticobjects/liveevent/cityfestivals/dpo_cityforge_gorowyn',67650),
(31508,31426,'staticobjects/liveevent/cityfestivals/dpo_cityforge_halas',67650),
(31509,31427,'staticobjects/liveevent/cityfestivals/dpo_cityforge_kelethin',67650),
(31510,31428,'staticobjects/liveevent/cityfestivals/dpo_cityforge_neriak',67650),
(31511,31429,'staticobjects/liveevent/cityfestivals/dpo_cityforge_qeynos',67650),
(31512,31430,'_exp14/objects/exp14_dun_shard_of_hate/shate_p06_maestrosorgan_key01',67650),
(31513,31431,'_exp14/objects/exp14_dun_shard_of_hate/shate_p06_maestrosorgan_key02',67650),
(31514,31432,'_exp14/objects/exp14_dun_shard_of_hate/shate_p06_maestrosorgan_key03',67650),
(31515,31433,'_exp14/objects/exp14_dun_shard_of_hate/shate_p06_maestrosorgan_key04',67650),
(31516,31434,'staticobjects/_exp07/tofs/tfs_floor04_lightsource_wall01_noflame',67650),
(31517,31435,'_exp14/objects/exp14_dun_shard_of_hate/shate_emblem_anguish',67650),
(31518,31436,'staticobjects/liveevent/oceansfull/purple_pearl',67650),
(31519,31437,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_powerknight',67650),
(31520,31438,'creatures/mounts/bear_updated/bear_updated_armored_brown',67650),
(31521,31439,'creatures/mounts/bear_updated/bear_updated_brown',67650),
(31522,31440,'creatures/mounts/bear_updated/bear_updated_saddled_brown',67650),
(31523,31441,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_powerknight',67650),
(31524,31442,'playerstudio/houseitems/carousel_brewbarrel',67650),
(31525,31443,'playerstudio/houseitems/carousel_brewhorse',67650),
(31526,31444,'playerstudio/houseitems/carousel_brewsled',67650),
(31527,31445,'_exp15/characters/tool_users/cleric_of_hate/cleric_of_hate_darkelf_female',67650),
(31528,31446,'_exp15/characters/tool_users/cleric_of_hate/cleric_of_hate_darkelf_male',67650),
(31529,31447,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_powerknight',67650),
(31530,31448,'accessories/wearable_items/_exp08/robe_elemental/fire/left_shoulder_effect',67650),
(31531,31449,'accessories/wearable_items/_exp08/robe_elemental/fire/right_shoulder_effect',67650),
(31532,31450,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_powerknight',67650),
(31533,31451,'creatures/familiars/baby_dragon/vrewwx_baby',67650),
(31534,31452,'creatures/familiars/blade_minion/vasty_guardian_nexus_gold',67650),
(31535,31453,'creatures/familiars/dragon_made_golem/dragon_made_golem_vyemm',67650),
(31536,31454,'creatures/familiars/fishman/fishman_scout_tu',67650),
(31537,31455,'creatures/familiars/wood_elemental/wood_elemental_headglow1',67650),
(31538,31456,'staticobjects/liveevent/scorchedsky/dpo_tapestry_design_ward_of_the_elements_magma',67650),
(31539,31457,'accessories/wieldable_items/weapons/exp15/2h_crush/hammer_twohand_powerknight',67650),
(31540,31458,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_cane_and_socks',67650),
(31541,31459,'_exp15/characters/monsters/gelatinous_cube_detailed/frostfell_cube_detailed_cane_and_socks_dark',67650),
(31542,31460,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_rogue_powerknight',67650),
(31543,31461,'staticobjects/urns/shate_vase_large01_dpo',67650),
(31544,31462,'_exp11/objects/exp11_dun_cathedral_of_bone/shate_skull_lamp_001_dpo',67650),
(31545,31463,'_exp11/objects/exp11_dun_cathedral_of_bone/cob_skull_fountain_small_001_dpo',67650),
(31546,31464,'_exp11/objects/exp11_dun_cathedral_of_bone/cob_skull_lamp_001_l0_dpo',67650),
(31547,31465,'_exp11/objects/exp11_dun_cathedral_of_bone/cob_skull_pew_dpo',67650),
(31548,31466,'_exp03/zones/objects/mistmoore_catacombs/mc_brazier_stone01',67650),
(31549,31467,'_exp03/zones/objects/mistmoore_catacombs/mc_brazier_stone02',67650),
(31550,31468,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_shortspear_powerknight',67650),
(31551,31469,'_exp11/objects/exp11_dun_cathedral_of_bone/shate_skull_fountain_small_001_dpo',67650),
(31552,31470,'_exp11/objects/exp11_dun_cathedral_of_bone/shate_skull_pew_dpo',67650),
(31553,31471,'staticobjects/podium/shate_chanting_podium01_dpo',67650),
(31554,31472,'staticobjects/lighting/shate_post_batwing_single01',67650),
(31555,31473,'staticobjects/lighting/shate_post_batwing_single01_purple_lit',67650),
(31556,31474,'staticobjects/lighting/shate_chandalier_batwing01',67650),
(31557,31475,'creatures/mounts/rhino_mount/rhino_clockwork1',67650),
(31558,31476,'creatures/mounts/rhino_mount/rhino_clockwork2',67650),
(31559,31477,'creatures/mounts/rhino_mount/rhino_clockwork3',67650),
(31560,31478,'accessories/wieldable_items/weapons/exp15/staff/staff_fighting_powerknight',67650),
(31561,31479,'staticobjects/lighting/vrsn_torch03_wall_dpo',67650),
(31562,31480,'staticobjects/monuments/shate_darkelf_foci001_dpo',67650),
(31563,31481,'staticobjects/monuments/shate_shrine_innoruuk_dpo',67650),
(31564,31482,'staticobjects/monuments/shate_skull_tongue_dpo',67650),
(31565,31483,'staticobjects/benches/shate_bench01_dpo',67650),
(31566,31484,'staticobjects/liveevent/halloween/dpo_banner_shate_innoruuk',67650),
(31567,31485,'staticobjects/liveevent/halloween/dpo_banner_shate_innoruuk_red',67650),
(31568,31486,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_powerknight',67650),
(31569,31487,'staticobjects/coffins_and_sarcophagus/cm_coffin_mistmoore01',67650),
(31570,31488,'staticobjects/coffins_and_sarcophagus/man_coffin_bed_mayong01_open',67650),
(31571,31489,'staticobjects/bones/ss_bonepile',67650),
(31572,31490,'staticobjects/bones/ss_bonepile_tall',67650),
(31573,31491,'accessories/wieldable_items/weapons/exp15/staff/staff_magestaff_powerknight',67650),
(31574,31492,'accessories/wieldable_items/weapons/exp15/1h_sword/axefist_powerknight',67650),
(31575,31493,'accessories/wieldable_items/weapons/exp15/fist/fist_powerknight',67650),
(31576,31494,'_exp14/objects/exp14_dun_shard_of_hate/bones_circle',67650),
(31577,31495,'_exp14/objects/exp14_dun_shard_of_hate/bones_cross',67650),
(31578,31496,'_exp14/objects/exp14_dun_shard_of_hate/bones_square',67650),
(31579,31497,'_exp14/objects/exp14_dun_shard_of_hate/bones_triangle',67650),
(31580,31498,'accessories/wieldable_items/shields/exp15/shield_small_powerknight',67650),
(31581,31499,'staticobjects/bookcases/dpo_sol_ro_hate_bookcase01',67650),
(31582,31500,'staticobjects/bookcases/dpo_sol_ro_hate_bookcase02',67650),
(31583,31501,'staticobjects/bookcases/dpo_sol_ro_hate_bookcase03',67650),
(31584,31502,'_exp08/characters/tool_users/bog_wraith/bog_wraith_spectre_no_chain',67650),
(31585,31503,'accessories/wieldable_items/shields/exp15/shield_large_powerknight',67650),
(31586,31504,'_exp08/objects/bones/wl_bones_satyr_skull_dpo',67650),
(31587,31505,'accessories/wieldable_items/weapons/exp15/bow/longbow_powerknight',67650),
(31588,31506,'accessories/wieldable_items/weapons/exp15/bow/shortbow_powerknight',67650),
(31589,31507,'accessories/wieldable_items/weapons/exp15/bow/crossbow_powerknight',67650),
(31590,31508,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/snap_ons/chaos_pauldrons_left',67650),
(31591,31509,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/snap_ons/chaos_pauldrons_right',67650),
(31592,31510,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/snap_ons/head_chaos_helm',67650),
(31593,31511,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/chest',67650),
(31594,31512,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/feet',67650),
(31595,31513,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/forearms',67650),
(31596,31514,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/hands',67650),
(31597,31515,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/head',67650),
(31598,31516,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/head_hood',67650),
(31599,31517,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/legs',67650),
(31600,31518,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/legs_noskirt',67650),
(31601,31519,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/shoulders',67650),
(31602,31520,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/shoulders_epic',67650),
(31603,31521,'accessories/wearable_items/_exp15/chaos_updated/chain_blue/skirt',67650),
(31604,31522,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/snap_ons/chaos_pauldrons_left',67650),
(31605,31523,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/snap_ons/chaos_pauldrons_right',67650),
(31606,31524,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/snap_ons/head_chaos_helm',67650),
(31607,31525,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/chest',67650),
(31608,31526,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/feet',67650),
(31609,31527,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/forearms',67650),
(31610,31528,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/hands',67650),
(31611,31529,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/head',67650),
(31612,31530,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/head_hood',67650),
(31613,31531,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/legs',67650),
(31614,31532,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/legs_noskirt',67650),
(31615,31533,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/shoulders',67650),
(31616,31534,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/shoulders_epic',67650),
(31617,31535,'accessories/wearable_items/_exp15/chaos_updated/chain_blue_glow/skirt',67650),
(31618,31536,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/snap_ons/chaos_pauldrons_left',67650),
(31619,31537,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/snap_ons/chaos_pauldrons_right',67650),
(31620,31538,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/snap_ons/head_chaos_helm',67650),
(31621,31539,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/chest',67650),
(31622,31540,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/feet',67650),
(31623,31541,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/forearms',67650),
(31624,31542,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/hands',67650),
(31625,31543,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/head',67650),
(31626,31544,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/head_hood',67650),
(31627,31545,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/legs',67650),
(31628,31546,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/legs_noskirt',67650),
(31629,31547,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/shoulders',67650),
(31630,31548,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/shoulders_epic',67650),
(31631,31549,'accessories/wearable_items/_exp15/chaos_updated/chain_purple/skirt',67650),
(31632,31550,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/snap_ons/chaos_pauldrons_left',67650),
(31633,31551,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/snap_ons/chaos_pauldrons_right',67650),
(31634,31552,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/snap_ons/head_chaos_helm',67650),
(31635,31553,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/chest',67650),
(31636,31554,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/feet',67650),
(31637,31555,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/forearms',67650),
(31638,31556,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/hands',67650),
(31639,31557,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/head',67650),
(31640,31558,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/head_hood',67650),
(31641,31559,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/legs',67650),
(31642,31560,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/legs_noskirt',67650),
(31643,31561,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/shoulders',67650),
(31644,31562,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/shoulders_epic',67650),
(31645,31563,'accessories/wearable_items/_exp15/chaos_updated/chain_purple_glow/skirt',67650),
(31646,31564,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/chest',67650),
(31647,31565,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/feet',67650),
(31648,31566,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/forearms',67650),
(31649,31567,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/hands',67650),
(31650,31568,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/head',67650),
(31651,31569,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/head_hood',67650),
(31652,31570,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/legs',67650),
(31653,31571,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/legs_noskirt',67650),
(31654,31572,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/shoulders',67650),
(31655,31573,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/shoulders_epic',67650),
(31656,31574,'accessories/wearable_items/_exp15/chaos_updated/leather_blue/skirt',67650),
(31657,31575,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/chest',67650),
(31658,31576,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/feet',67650),
(31659,31577,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/forearms',67650),
(31660,31578,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/hands',67650),
(31661,31579,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/head',67650),
(31662,31580,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/head_hood',67650),
(31663,31581,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/legs',67650),
(31664,31582,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/legs_noskirt',67650),
(31665,31583,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/shoulders',67650),
(31666,31584,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/shoulders_epic',67650),
(31667,31585,'accessories/wearable_items/_exp15/chaos_updated/leather_blue_glow/skirt',67650),
(31668,31586,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/chest',67650),
(31669,31587,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/feet',67650),
(31670,31588,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/forearms',67650),
(31671,31589,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/hands',67650),
(31672,31590,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/head',67650),
(31673,31591,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/head_hood',67650),
(31674,31592,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/legs',67650),
(31675,31593,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/legs_noskirt',67650),
(31676,31594,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/shoulders',67650),
(31677,31595,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/shoulders_epic',67650),
(31678,31596,'accessories/wearable_items/_exp15/chaos_updated/leather_purple/skirt',67650),
(31679,31597,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/chest',67650),
(31680,31598,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/feet',67650),
(31681,31599,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/forearms',67650),
(31682,31600,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/hands',67650),
(31683,31601,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/head',67650),
(31684,31602,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/head_hood',67650),
(31685,31603,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/legs',67650),
(31686,31604,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/legs_noskirt',67650),
(31687,31605,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/shoulders',67650),
(31688,31606,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/shoulders_epic',67650),
(31689,31607,'accessories/wearable_items/_exp15/chaos_updated/leather_purple_glow/skirt',67650),
(31690,31608,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/accessories/chaos_pauldrons_lower_left',67650),
(31691,31609,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/accessories/chaos_pauldrons_lower_right',67650),
(31692,31610,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/accessories/chaos_pauldrons_upper_left',67650),
(31693,31611,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/accessories/chaos_pauldrons_upper_right',67650),
(31694,31612,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/chest',67650),
(31695,31613,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/chest_epic',67650),
(31696,31614,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/feet',67650),
(31697,31615,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/hands',67650),
(31698,31616,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/head',67650),
(31699,31617,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/head_chaos',67650),
(31700,31618,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/head_collar',67650),
(31701,31619,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/pants',67650),
(31702,31620,'accessories/wearable_items/_exp15/chaos_updated/robe_blue/skirt',67650),
(31703,31621,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/accessories/chaos_pauldrons_lower_left',67650),
(31704,31622,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/accessories/chaos_pauldrons_lower_right',67650),
(31705,31623,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/accessories/chaos_pauldrons_upper_left',67650),
(31706,31624,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/accessories/chaos_pauldrons_upper_right',67650),
(31707,31625,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/chest',67650),
(31708,31626,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/chest_epic',67650),
(31709,31627,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/feet',67650),
(31710,31628,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/hands',67650),
(31711,31629,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/head',67650),
(31712,31630,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/head_chaos',67650),
(31713,31631,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/head_collar',67650),
(31714,31632,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/pants',67650),
(31715,31633,'accessories/wearable_items/_exp15/chaos_updated/robe_blue_glow/skirt',67650),
(31716,31634,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/accessories/chaos_pauldrons_lower_left',67650),
(31717,31635,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/accessories/chaos_pauldrons_lower_right',67650),
(31718,31636,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/accessories/chaos_pauldrons_upper_left',67650),
(31719,31637,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/accessories/chaos_pauldrons_upper_right',67650),
(31720,31638,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/chest',67650),
(31721,31639,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/chest_epic',67650),
(31722,31640,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/feet',67650),
(31723,31641,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/hands',67650),
(31724,31642,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/head',67650),
(31725,31643,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/head_chaos',67650),
(31726,31644,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/head_collar',67650),
(31727,31645,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/pants',67650),
(31728,31646,'accessories/wearable_items/_exp15/chaos_updated/robe_purple/skirt',67650),
(31729,31647,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/accessories/chaos_pauldrons_lower_left',67650),
(31730,31648,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/accessories/chaos_pauldrons_lower_right',67650),
(31731,31649,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/accessories/chaos_pauldrons_upper_left',67650),
(31732,31650,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/accessories/chaos_pauldrons_upper_right',67650),
(31733,31651,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/chest',67650),
(31734,31652,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/chest_epic',67650),
(31735,31653,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/feet',67650),
(31736,31654,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/hands',67650),
(31737,31655,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/head',67650),
(31738,31656,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/head_chaos',67650),
(31739,31657,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/head_collar',67650),
(31740,31658,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/pants',67650),
(31741,31659,'accessories/wearable_items/_exp15/chaos_updated/robe_purple_glow/skirt',67650),
(31742,31660,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_forearm_left',67650),
(31743,31661,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_forearm_right',67650),
(31744,31662,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_pauldrons_lower_left',67650),
(31745,31663,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_pauldrons_lower_right',67650),
(31746,31664,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_pauldrons_upper_left',67650),
(31747,31665,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_pauldrons_upper_right',67650),
(31748,31666,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_shin_left',67650),
(31749,31667,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/snap_ons/chaos_shin_right',67650),
(31750,31668,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/chest',67650),
(31751,31669,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/feet',67650),
(31752,31670,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/forearms',67650),
(31753,31671,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/hands',67650),
(31754,31672,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/hands_epic',67650),
(31755,31673,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/head',67650),
(31756,31674,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/head_epic',67650),
(31757,31675,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/legs',67650),
(31758,31676,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/legs_epic',67650),
(31759,31677,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/legs_noskirt',67650),
(31760,31678,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/right',67650),
(31761,31679,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/shoulders',67650),
(31762,31680,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/shoulders_epic',67650),
(31763,31681,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/shoulders_nopauldrons',67650),
(31764,31682,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue/skirt',67650),
(31765,31683,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_forearm_left',67650),
(31766,31684,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_forearm_right',67650),
(31767,31685,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_pauldrons_lower_left',67650),
(31768,31686,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_pauldrons_lower_right',67650),
(31769,31687,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_pauldrons_upper_left',67650),
(31770,31688,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_pauldrons_upper_right',67650),
(31771,31689,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_shin_left',67650),
(31772,31690,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/snap_ons/chaos_shin_right',67650),
(31773,31691,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/chest',67650),
(31774,31692,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/feet',67650),
(31775,31693,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/forearms',67650),
(31776,31694,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/hands',67650),
(31777,31695,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/hands_epic',67650),
(31778,31696,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/head',67650),
(31779,31697,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/head_epic',67650),
(31780,31698,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/legs',67650),
(31781,31699,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/legs_epic',67650),
(31782,31700,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/legs_noskirt',67650),
(31783,31701,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/right',67650),
(31784,31702,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/shoulders',67650),
(31785,31703,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/shoulders_epic',67650),
(31786,31704,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/shoulders_nopauldrons',67650),
(31787,31705,'accessories/wearable_items/_exp15/chaos_updated/vanguard_blue_glow/skirt',67650),
(31788,31706,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_forearm_left',67650),
(31789,31707,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_forearm_right',67650),
(31790,31708,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_pauldrons_lower_left',67650),
(31791,31709,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_pauldrons_lower_right',67650),
(31792,31710,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_pauldrons_upper_left',67650),
(31793,31711,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_pauldrons_upper_right',67650),
(31794,31712,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_shin_left',67650),
(31795,31713,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/snap_ons/chaos_shin_right',67650),
(31796,31714,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/chest',67650),
(31797,31715,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/feet',67650),
(31798,31716,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/forearms',67650),
(31799,31717,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/hands',67650),
(31800,31718,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/hands_epic',67650),
(31801,31719,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/head',67650),
(31802,31720,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/head_epic',67650),
(31803,31721,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/legs',67650),
(31804,31722,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/legs_epic',67650),
(31805,31723,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/legs_noskirt',67650),
(31806,31724,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/right',67650),
(31807,31725,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/shoulders',67650),
(31808,31726,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/shoulders_epic',67650),
(31809,31727,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/shoulders_noskirt',67650),
(31810,31728,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple/skirt',67650),
(31811,31729,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_forearm_left',67650),
(31812,31730,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_forearm_right',67650),
(31813,31731,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_pauldrons_lower_left',67650),
(31814,31732,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_pauldrons_lower_right',67650),
(31815,31733,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_pauldrons_upper_left',67650),
(31816,31734,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_pauldrons_upper_right',67650),
(31817,31735,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_shin_left',67650),
(31818,31736,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/snap_ons/chaos_shin_right',67650),
(31819,31737,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/chest',67650),
(31820,31738,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/feet',67650),
(31821,31739,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/forearms',67650),
(31822,31740,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/hands',67650),
(31823,31741,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/hands_epic',67650),
(31824,31742,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/head',67650),
(31825,31743,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/head_epic',67650),
(31826,31744,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/legs',67650),
(31827,31745,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/legs_epic',67650),
(31828,31746,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/legs_noskirt',67650),
(31829,31747,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/right',67650),
(31830,31748,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/shoulders',67650),
(31831,31749,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/shoulders_epic',67650),
(31832,31750,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/shoulders_nopauldrons',67650),
(31833,31751,'accessories/wearable_items/_exp15/chaos_updated/vanguard_purple_glow/skirt',67650),
(31834,31752,'staticobjects/bones/bone_collection_large_lod',67650),
(31835,31753,'_exp11/objects/exp11_dun_cathedral_of_bone/shate_skull_fountain_small_002_dpo',67650),
(31836,31754,'staticobjects/coffins_and_sarcophagus/nektropos_coffin_lid_2',67650),
(31837,31755,'_exp15/characters/tool_users/tarew_marr/tarew_marr',67650),
(31838,31756,'accessories/wieldable_items/weapons/exp15/staff/staff_tarew_marr',67650),
(31839,31757,'_exp15/characters/tool_users/eci/eci',67650),
(31840,31758,'accessories/wieldable_items/shields/exp15/roundshield_eci',67650),
(31841,31759,'accessories/wieldable_items/weapons/exp15/staff/trident_eci',67650),
(31842,31760,'_exp15/characters/monsters/beholder_abyss/beholder_abyss',67650),
(31843,31761,'accessories/wearable_items/cloak/exp15/cloak_6k_epic',67650),
(31844,31762,'_exp15/characters/tool_users/rathe_council/accessory/secondary_brain',67650),
(31845,31763,'_exp15/characters/tool_users/rathe_council/accessory/staff_rathe_council',67650),
(31846,31764,'_exp15/characters/tool_users/rathe_council/rathe_council1',67650),
(31847,31765,'_exp15/characters/tool_users/rathe_council/rathe_council2',67650),
(31848,31766,'_exp15/characters/tool_users/rathe_council/rathe_council3',67650),
(31849,31767,'accessories/npc_wearables/rathe_council_accessory/secondary_brain',67650),
(31850,31768,'accessories/npc_wearables/rathe_council_accessory/staff_rathe_council',67650),
(31851,31769,'accessories/wearable_items/_exp15/tribunal/robe/chest',67650),
(31852,31770,'accessories/wearable_items/_exp15/tribunal/robe/feet',67650),
(31853,31771,'accessories/wearable_items/_exp15/tribunal/robe/hands',67650),
(31854,31772,'accessories/wearable_items/_exp15/tribunal/robe/head',67650),
(31855,31773,'accessories/wearable_items/_exp15/tribunal/robe/hood',67650),
(31856,31774,'accessories/wearable_items/_exp15/tribunal/robe/pants',67650),
(31857,31775,'accessories/wearable_items/_exp15/tribunal/robe/skirt',67650),
(31858,31776,'accessories/wieldable_items/weapons/exp15/2h_crush/hammer_twohand_tribunal',67650),
(31859,31777,'_exp14/raids/blue_portal_warning_area',67650),
(31860,31778,'accessories/wearable_items/cloak/exp15/cloak_tribunal',67650),
(31861,31779,'_exp15/objects/exp15_rgn_plane_of_earth/dirt_mound',67650),
(31862,31780,'_exp15/objects/exp15_rgn_plane_of_earth/poe_rock_rune01',67650),
(31863,31781,'_exp15/objects/exp15_rgn_plane_of_earth/poe_rock_rune02',67650),
(31864,31782,'_exp15/characters/monsters/jopal/jopal',67650),
(31865,31783,'_exp15/characters/tool_users/povar/povar',67650),
(31866,31784,'accessories/wearable_items/cloak/exp15/cloak_povar_effect',67650),
(31867,31785,'_exp14/characters/monsters/elementals/elementals_air_noeffect',67650),
(31868,31786,'_exp14/characters/monsters/elementals/elementals_earth_noeffect',67650),
(31869,31787,'_exp14/characters/monsters/elementals/elementals_water_noeffect',67650),
(31870,31788,'_exp14/raids/pedestal_innoruuk',67650),
(31871,31789,'_exp15/characters/tool_users/seahag/seahag',67650),
(31872,31790,'staticobjects/promo_items/sov_keyart_painting',67650),
(31873,31791,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_air_left',67650),
(31874,31792,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_air_right',67650),
(31875,31793,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_base_left',67650),
(31876,31794,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_base_right',67650),
(31877,31795,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_fire_left',67650),
(31878,31796,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_fire_right',67650),
(31879,31797,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_stone_left',67650),
(31880,31798,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_stone_right',67650),
(31881,31799,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_water_left',67650),
(31882,31800,'accessories/wearable_items/_exp15/robe_najena/accessory/pauldron_water_right',67650),
(31883,31801,'accessories/wearable_items/_exp15/robe_najena/robe/chest',67650),
(31884,31802,'accessories/wearable_items/_exp15/robe_najena/robe/feet',67650),
(31885,31803,'accessories/wearable_items/_exp15/robe_najena/robe/hands',67650),
(31886,31804,'accessories/wearable_items/_exp15/robe_najena/robe/head',67650),
(31887,31805,'accessories/wearable_items/_exp15/robe_najena/robe/hood',67650),
(31888,31806,'accessories/wearable_items/_exp15/robe_najena/robe/pants',67650),
(31889,31807,'accessories/wearable_items/_exp15/robe_najena/robe/pauldron_air',67650),
(31890,31808,'accessories/wearable_items/_exp15/robe_najena/robe/pauldron_fire',67650),
(31891,31809,'accessories/wearable_items/_exp15/robe_najena/robe/pauldron_stone',67650),
(31892,31810,'accessories/wearable_items/_exp15/robe_najena/robe/pauldron_water',67650),
(31893,31811,'accessories/wearable_items/_exp15/robe_najena/robe/skirt',67650),
(31894,31812,'accessories/wearable_items/_exp15/robe_najena/leather_updated/feet',67650),
(31895,31813,'accessories/wearable_items/_exp15/robe_najena/leather_updated/hands',67650),
(31896,31814,'_exp15/characters/monsters/chaos_tornado/chaos_tornado1',67650),
(31897,31815,'_exp15/characters/monsters/chaos_tornado/chaos_tornado2',67650),
(31898,31816,'_exp15/characters/monsters/chaos_tornado/chaos_tornado3',67650),
(31899,31817,'_exp15/characters/monsters/korascian_frog/korascian_frog_lava',67650),
(31900,31818,'_exp15/characters/monsters/korascian_frog/korascian_frog_poison',67650),
(31901,31819,'_exp15/characters/tool_users/seahag/seahag_02',67650),
(31902,31820,'_exp15/characters/tool_users/seahag/seahag_03',67650),
(31903,31821,'_exp15/objects/exp15_rgn_plane_of_earth/shaped_collision_wall',67650),
(31904,31822,'_exp15/characters/monsters/snails/snail1_earth',67650),
(31905,31823,'_exp15/characters/monsters/snails/snail1_earth_glow',67650),
(31906,31824,'_exp15/characters/monsters/snails/snail1_flame',67650),
(31907,31825,'_exp15/characters/monsters/snails/snail1_ice',67650),
(31908,31826,'_exp15/characters/monsters/snails/snail1_upgraded_earth',67650),
(31909,31827,'_exp15/characters/monsters/snails/snail1_upgraded_earth_glow',67650),
(31910,31828,'_exp15/characters/monsters/snails/snail1_upgraded_flame',67650),
(31911,31829,'_exp15/characters/monsters/snails/snail1_upgraded_ice',67650),
(31912,31830,'_exp15/characters/monsters/snails/snail2_earth',67650),
(31913,31831,'_exp15/characters/monsters/snails/snail2_earth_glow',67650),
(31914,31832,'_exp15/characters/monsters/snails/snail2_flame',67650),
(31915,31833,'_exp15/characters/monsters/snails/snail2_ice',67650),
(31916,31834,'_exp15/characters/monsters/jopal/stormrider',67650),
(31917,31835,'_exp15/characters/monsters/jopal/vekerchiki',67650),
(31918,31836,'_exp15/characters/monsters/wilder_fire_air/wilder_air1',67650),
(31919,31837,'_exp15/characters/monsters/wilder_fire_air/wilder_air2',67650),
(31920,31838,'_exp15/characters/monsters/wilder_fire_air/wilder_air3',67650),
(31921,31839,'_exp15/characters/monsters/wilder_fire_air/wilder_fire1',67650),
(31922,31840,'_exp15/characters/monsters/wilder_fire_air/wilder_fire2',67650),
(31923,31841,'_exp15/characters/monsters/wilder_fire_air/wilder_fire3',67650),
(31924,31842,'_exp15/objects/exp15_rgn_plane_of_earth/crystal_green',67650),
(31925,31843,'_exp15/characters/monsters/nilborien/nilborien_base',67650),
(31926,31844,'_exp15/characters/monsters/nilborien/nilborien_greenfire',67650),
(31927,31845,'_exp15/characters/monsters/nilborien/nilborien_lava',67650),
(31928,31846,'_exp15/characters/tool_users/xegony/xegony',67650),
(31929,31847,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_xegony',67650),
(31930,31848,'ec/pc/fae_wings/xegony_wings',67650),
(31931,31849,'_exp15/characters/tool_users/nereid/nereid_armored_upgraded1',67650),
(31932,31850,'_exp15/characters/tool_users/nereid/nereid_armored_upgraded2',67650),
(31933,31851,'_exp15/characters/tool_users/nereid/nereid_armored_upgraded3',67650),
(31934,31852,'_exp15/characters/tool_users/nereid/nereid_armored1',67650),
(31935,31853,'_exp15/characters/tool_users/nereid/nereid_armored2',67650),
(31936,31854,'_exp15/characters/tool_users/nereid/nereid_armored3',67650),
(31937,31855,'_exp15/characters/tool_users/nereid/nereid_base1',67650),
(31938,31856,'_exp15/characters/tool_users/nereid/nereid_base2',67650),
(31939,31857,'_exp15/characters/tool_users/nereid/nereid_base3',67650),
(31940,31858,'_exp15/characters/tool_users/nereid/nereid_crowned1',67650),
(31941,31859,'_exp15/characters/tool_users/nereid/nereid_crowned2',67650),
(31942,31860,'_exp15/characters/tool_users/nereid/nereid_crowned3',67650),
(31943,31861,'creatures/mounts/lynx_mount/lynx',67650),
(31944,31862,'accessories/npc_wearables/xegony/xegony_wings',67650),
(31945,31863,'_exp15/characters/tool_users/maelin_starpyre/gnome_maelin_starpyre',67650),
(31946,31864,'_exp15/objects/raids/boss31_firewall_cube',67650),
(31947,31865,'_exp05/zones/objects/exp05_dun_guk_upper/guk_upper_barracks_gate',67650),
(31948,31866,'creatures/mounts/player_wing/wing_effect/player_wing_effect_blueflame',67650),
(31949,31867,'creatures/mounts/player_wing/wing_effect/player_wing_effect_greenflame',67650),
(31950,31868,'creatures/mounts/player_wing/wing_effect/player_wing_effect_pinkflame',67650),
(31951,31869,'creatures/mounts/player_wing/wing_effect/player_wing_effect_redflame',67650),
(31952,31870,'_exp15/characters/tool_users/butterflybixie_male/butterflybixie_male_boss',67650),
(31953,31871,'_exp15/characters/tool_users/butterflybixie_male/butterflybixie_male_mage',67650),
(31954,31872,'_exp15/characters/tool_users/butterflybixie_male/butterflybixie_male_plain',67650),
(31955,31873,'_exp15/characters/tool_users/butterflybixie_male/butterflybixie_male_soldier',67650),
(31956,31874,'creatures/mounts/pegasus_mount/pegasus_mount_collectors_edition_blueflame',67650),
(31957,31875,'creatures/mounts/pegasus_mount/pegasus_mount_collectors_edition_spooky',67650),
(31958,31876,'creatures/mounts/pegasus_mount/pegasus_mount_collectors_edition1',67650),
(31959,31877,'_exp15/characters/tool_users/butterflybixie_female/butterflybixie_female_mage',67650),
(31960,31878,'_exp15/characters/tool_users/butterflybixie_female/butterflybixie_female_plain',67650),
(31961,31879,'_exp15/characters/tool_users/butterflybixie_female/butterflybixie_female_soldier',67650),
(31962,31880,'_exp15/characters/tool_users/butterflybixie_female/butterflybixie_female_queen',67650),
(31963,31881,'creatures/familiars/kerafyrm_young/kerafyrm_young',67650),
(31964,31882,'creatures/familiars/dragon_red/dragon_red',67650),
(31965,31883,'creatures/familiars/baby_dragon/baby_dragon_evil_black',67650),
(31966,31884,'creatures/familiars/baby_dragon/baby_dragon_evil_black',67650),
(31967,31885,'creatures/familiars/basilisk/basilisk_cave_shadowstone_blue',67650),
(31968,31886,'creatures/familiars/beetle/beetle_original_ladybug',67650),
(31969,31887,'creatures/familiars/bunny/bunny_black',67650),
(31970,31888,'creatures/familiars/carnivorous_plant/carnivorous_plant_pom1',67650),
(31971,31889,'creatures/familiars/construct/construct_owlbear2',67650),
(31972,31890,'creatures/familiars/crocodile/crocodile_white_spots',67650),
(31973,31891,'creatures/familiars/dice/four_sided_dice_cyanblack_marble',67650),
(31974,31892,'creatures/familiars/dragonfly/dragonfly_base_topaz',67650),
(31975,31893,'creatures/familiars/duck/duck_brigand',67650),
(31976,31894,'creatures/familiars/flame_branded/flame_branded_steed',67650),
(31977,31895,'creatures/familiars/flying_squirrel/flying_squirrel_skunk',67650),
(31978,31896,'creatures/familiars/foo_dog/foo_dog_base',67650),
(31979,31897,'creatures/familiars/gargoyle_obsidian/gargoyle_obsidian_lavacracked',67650),
(31980,31898,'creatures/familiars/hawk_mount/hawk_mount_base',67650),
(31981,31899,'creatures/familiars/hoovedcarnivore/hoovedcarnivore',67650),
(31982,31900,'creatures/familiars/iksar_golem/iksar_golem_planetouched',67650),
(31983,31901,'creatures/familiars/junkbeast/junkbeast_base',67650),
(31984,31902,'creatures/familiars/lynx/lynx',67650),
(31985,31903,'creatures/familiars/matchstick_man/matchstick_man_burnt',67650),
(31986,31904,'creatures/familiars/mist_panther/mist_panther',67650),
(31987,31905,'creatures/familiars/odus_prowler/odus_prowler_skeletal',67650),
(31988,31906,'creatures/familiars/owl/owl_pet_barn',67650),
(31989,31907,'creatures/familiars/plushy/plushy_animal_crab2',67650),
(31990,31908,'creatures/familiars/rat/rat',67650),
(31991,31909,'creatures/familiars/rock_golem/rock_golem_ruins',67650),
(31992,31910,'creatures/familiars/sabertooth/sabertooth',67650),
(31993,31911,'creatures/familiars/sea_eel/sea_eel',67650),
(31994,31912,'creatures/familiars/shissar/shissar_statue_mage',67650),
(31995,31913,'creatures/familiars/slug/slug_thalumbra3',67650),
(31996,31914,'creatures/familiars/spider/spiderling_patchcraft_mountbaby_ghostly',67650),
(31997,31915,'creatures/familiars/turtle_dragon/turtle_dragon01',67650),
(31998,31916,'creatures/familiars/warboar/warboar',67650),
(31999,31917,'creatures/familiars/shissar_cobra/shissar_cobra',67650),
(32000,31918,'staticobjects/liveevent/tinkerfest/fprt_sewer01_rm04_gnome_mech_01_gears_01_dpo',67650),
(32001,31919,'staticobjects/liveevent/tinkerfest/fprt_sewer01_rm04_gnome_mech_01_gears_02_dpo',67650),
(32002,31920,'playerstudio/houseitems/safety_barrier',67650),
(32003,31921,'playerstudio/houseitems/band_shell',67650),
(32004,31922,'playerstudio/houseitems/crowd_barrier',67650),
(32005,31923,'playerstudio/houseitems/royal_court_chair',67650),
(32006,31924,'staticobjects/promo_items/guk_keyart_painting',67650),
(32007,31925,'playerstudio/houseitems/wagon_trail',67650),
(32008,31926,'playerstudio/houseitems/wagon_trail_corner',67650),
(32009,31927,'_exp15/characters/tool_users/aviak_peacock/aviak_peacock_albino',67650),
(32010,31928,'_exp15/characters/tool_users/aviak_peacock/aviak_peacock_color',67650),
(32011,31929,'_exp15/characters/tool_users/aviak_peacock/aviak_peacock_peafowl',67650),
(32012,31930,'accessories/wearable_items/_exp15/robe_najena/robe/chest_airpauldrons',67650),
(32013,31931,'accessories/wearable_items/_exp15/robe_najena/robe/chest_earthpauldrons',67650),
(32014,31932,'accessories/wearable_items/_exp15/robe_najena/robe/chest_firepauldrons',67650),
(32015,31933,'accessories/wearable_items/_exp15/robe_najena/robe/chest_waterpauldrons',67650),
(32016,31934,'_exp15/characters/tool_users/efreeti_air/efreeti_air',67650),
(32017,31935,'accessories/npc_wearables/efreeti_air/efreeti_air_forearms',67650),
(32018,31936,'accessories/npc_wearables/efreeti_air/efreeti_air_head',67650),
(32019,31937,'accessories/npc_wearables/efreeti_air/efreeti_air_legs',67650),
(32020,31938,'_exp15/characters/tool_users/arborians/arborian_male_base',67650),
(32021,31939,'creatures/mounts/horse_festral/horse_festral_mount_disease',67650),
(32022,31940,'creatures/mounts/horse_festral/horse_festral_mount_nosaddle',67650),
(32023,31941,'_exp14/characters/monsters/horse_festral/horse_festral_disease',67650),
(32024,31942,'_exp15/characters/monsters/mud_golem/mud_golem',67650),
(32025,31943,'_exp15/characters/monsters/horse_festral_npc/horse_festral_disease_npc',67650),
(32026,31944,'_exp15/characters/monsters/horse_festral_npc/horse_festral_npc',67650),
(32027,31945,'_exp15/objects/exp15_rgn_plane_of_earth/portal_fx',67650),
(32028,31946,'_exp15/objects/exp15_rgn_plane_of_earth/snail_platformed_transport_idle',67650),
(32029,31947,'_exp15/objects/exp15_rgn_plane_of_earth/snail_platformed_transport_zoom',67650),
(32030,31948,'creatures/monsters/goo_honey_dark',67650),
(32031,31949,'_exp15/characters/monsters/coral_golem/coral_golem',67650),
(32032,31950,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_left_air',67650),
(32033,31951,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_left_earth',67650),
(32034,31952,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_left_fire',67650),
(32035,31953,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_left_water',67650),
(32036,31954,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_right_air',67650),
(32037,31955,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_right_earth',67650),
(32038,31956,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_right_fire',67650),
(32039,31957,'accessories/wearable_items/_exp15/elemental/accessory/forearm_elemental_right_water',67650),
(32040,31958,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_left_air',67650),
(32041,31959,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_left_earth',67650),
(32042,31960,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_left_fire',67650),
(32043,31961,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_left_water',67650),
(32044,31962,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_right_air',67650),
(32045,31963,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_right_earth',67650),
(32046,31964,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_right_fire',67650),
(32047,31965,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_chain_elemental_right_water',67650),
(32048,31966,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_left_air',67650),
(32049,31967,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_left_earth',67650),
(32050,31968,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_left_fire',67650),
(32051,31969,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_left_water',67650),
(32052,31970,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_right_air',67650),
(32053,31971,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_right_earth',67650),
(32054,31972,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_right_fire',67650),
(32055,31973,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_leather_elemental_right_water',67650),
(32056,31974,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_left_air',67650),
(32057,31975,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_left_earth',67650),
(32058,31976,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_left_fire',67650),
(32059,31977,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_left_water',67650),
(32060,31978,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_right_air',67650),
(32061,31979,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_right_earth',67650),
(32062,31980,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_right_fire',67650),
(32063,31981,'accessories/wearable_items/_exp15/elemental/accessory/pauldron_vanguard_elemental_right_water',67650),
(32064,31982,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_left_air',67650),
(32065,31983,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_left_earth',67650),
(32066,31984,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_left_fire',67650),
(32067,31985,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_left_water',67650),
(32068,31986,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_right_air',67650),
(32069,31987,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_right_earth',67650),
(32070,31988,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_right_fire',67650),
(32071,31989,'accessories/wearable_items/_exp15/elemental/accessory/shin_elemental_right_water',67650),
(32072,31990,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/chest',67650),
(32073,31991,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/feet',67650),
(32074,31992,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/hands',67650),
(32075,31993,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/head_templar',67650),
(32076,31994,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/legs',67650),
(32077,31995,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/shoulders',67650),
(32078,31996,'accessories/wearable_items/_exp15/elemental/altchain_elemental_air/shoulders_epic',67650),
(32079,31997,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/chest',67650),
(32080,31998,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/feet',67650),
(32081,31999,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/hands',67650),
(32082,32000,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/head_templar',67650),
(32083,32001,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/legs',67650),
(32084,32002,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/shoulders',67650),
(32085,32003,'accessories/wearable_items/_exp15/elemental/altchain_elemental_earth/shoulders_epic',67650),
(32086,32004,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/chest',67650),
(32087,32005,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/feet',67650),
(32088,32006,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/hands',67650),
(32089,32007,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/head_templar',67650),
(32090,32008,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/legs',67650),
(32091,32009,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/shoulders',67650),
(32092,32010,'accessories/wearable_items/_exp15/elemental/altchain_elemental_fire/shoulders_epic',67650),
(32093,32011,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/chest',67650),
(32094,32012,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/feet',67650),
(32095,32013,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/hands',67650),
(32096,32014,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/head_templar',67650),
(32097,32015,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/legs',67650),
(32098,32016,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/shoulders',67650),
(32099,32017,'accessories/wearable_items/_exp15/elemental/altchain_elemental_water/shoulders_epic',67650),
(32100,32018,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/chest',67650),
(32101,32019,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/feet',67650),
(32102,32020,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/hands',67650),
(32103,32021,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/head_hood',67650),
(32104,32022,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/legs',67650),
(32105,32023,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/shoulders',67650),
(32106,32024,'accessories/wearable_items/_exp15/elemental/altleather_elemental_air/shoulders_epic',67650),
(32107,32025,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/chest',67650),
(32108,32026,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/feet',67650),
(32109,32027,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/hands',67650),
(32110,32028,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/head_hood',67650),
(32111,32029,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/legs',67650),
(32112,32030,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/shoulders',67650),
(32113,32031,'accessories/wearable_items/_exp15/elemental/altleather_elemental_earth/shoulders_epic',67650),
(32114,32032,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/chest',67650),
(32115,32033,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/feet',67650),
(32116,32034,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/hands',67650),
(32117,32035,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/head_hood',67650),
(32118,32036,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/legs',67650),
(32119,32037,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/shoulders',67650),
(32120,32038,'accessories/wearable_items/_exp15/elemental/altleather_elemental_fire/shoulders_epic',67650),
(32121,32039,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/chest',67650),
(32122,32040,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/feet',67650),
(32123,32041,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/hands',67650),
(32124,32042,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/head_hood',67650),
(32125,32043,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/legs',67650),
(32126,32044,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/shoulders',67650),
(32127,32045,'accessories/wearable_items/_exp15/elemental/altleather_elemental_water/shoulders_epic',67650),
(32128,32046,'accessories/wearable_items/_exp15/elemental/gi_elemental_air/chest_pants_included',67650),
(32129,32047,'accessories/wearable_items/_exp15/elemental/gi_elemental_air/feet',67650),
(32130,32048,'accessories/wearable_items/_exp15/elemental/gi_elemental_air/hands',67650),
(32131,32049,'accessories/wearable_items/_exp15/elemental/gi_elemental_air/head',67650),
(32132,32050,'accessories/wearable_items/_exp15/elemental/gi_elemental_air/pants',67650),
(32133,32051,'accessories/wearable_items/_exp15/elemental/gi_elemental_earth/chest_pants_included',67650),
(32134,32052,'accessories/wearable_items/_exp15/elemental/gi_elemental_earth/feet',67650),
(32135,32053,'accessories/wearable_items/_exp15/elemental/gi_elemental_earth/hands',67650),
(32136,32054,'accessories/wearable_items/_exp15/elemental/gi_elemental_earth/head',67650),
(32137,32055,'accessories/wearable_items/_exp15/elemental/gi_elemental_earth/pants',67650),
(32138,32056,'accessories/wearable_items/_exp15/elemental/gi_elemental_fire/chest_pants_included',67650),
(32139,32057,'accessories/wearable_items/_exp15/elemental/gi_elemental_fire/feet',67650),
(32140,32058,'accessories/wearable_items/_exp15/elemental/gi_elemental_fire/hands',67650),
(32141,32059,'accessories/wearable_items/_exp15/elemental/gi_elemental_fire/head',67650),
(32142,32060,'accessories/wearable_items/_exp15/elemental/gi_elemental_fire/pants',67650),
(32143,32061,'accessories/wearable_items/_exp15/elemental/gi_elemental_water/chest_pants_included',67650),
(32144,32062,'accessories/wearable_items/_exp15/elemental/gi_elemental_water/feet',67650),
(32145,32063,'accessories/wearable_items/_exp15/elemental/gi_elemental_water/hands',67650),
(32146,32064,'accessories/wearable_items/_exp15/elemental/gi_elemental_water/head',67650),
(32147,32065,'accessories/wearable_items/_exp15/elemental/gi_elemental_water/pants',67650),
(32148,32066,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/chest',67650),
(32149,32067,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/feet',67650),
(32150,32068,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/hands',67650),
(32151,32069,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/head_collar_epic',67650),
(32152,32070,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/pants',67650),
(32153,32071,'accessories/wearable_items/_exp15/elemental/robe_elemental_air/skirt',67650),
(32154,32072,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/chest',67650),
(32155,32073,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/feet',67650),
(32156,32074,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/hands',67650),
(32157,32075,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/head_collar_epic',67650),
(32158,32076,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/pants',67650),
(32159,32077,'accessories/wearable_items/_exp15/elemental/robe_elemental_earth/skirt',67650),
(32160,32078,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/chest',67650),
(32161,32079,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/feet',67650),
(32162,32080,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/hands',67650),
(32163,32081,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/head_collar_epic',67650),
(32164,32082,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/pants',67650),
(32165,32083,'accessories/wearable_items/_exp15/elemental/robe_elemental_fire/skirt',67650),
(32166,32084,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/chest',67650),
(32167,32085,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/feet',67650),
(32168,32086,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/hands',67650),
(32169,32087,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/head_collar_epic',67650),
(32170,32088,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/pants',67650),
(32171,32089,'accessories/wearable_items/_exp15/elemental/robe_elemental_water/skirt',67650),
(32172,32090,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/chest',67650),
(32173,32091,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/feet',67650),
(32174,32092,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/forearms',67650),
(32175,32093,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/hands',67650),
(32176,32094,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/hands_epic',67650),
(32177,32095,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/head',67650),
(32178,32096,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/head_chaos_helm',67650),
(32179,32097,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/legs',67650),
(32180,32098,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/legs_epic',67650),
(32181,32099,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/legs_noskirt',67650),
(32182,32100,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/right',67650),
(32183,32101,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/shoulders',67650),
(32184,32102,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/shoulders_epic',67650),
(32185,32103,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/shoulders_nopauldrons',67650),
(32186,32104,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_air/skirt',67650),
(32187,32105,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/chest',67650),
(32188,32106,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/feet',67650),
(32189,32107,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/forearms',67650),
(32190,32108,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/hands',67650),
(32191,32109,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/hands_epic',67650),
(32192,32110,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/head',67650),
(32193,32111,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/head_chaos_helm',67650),
(32194,32112,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/legs',67650),
(32195,32113,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/legs_epic',67650),
(32196,32114,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/legs_noskirt',67650),
(32197,32115,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/right',67650),
(32198,32116,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/shoulders',67650),
(32199,32117,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/shoulders_epic',67650),
(32200,32118,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/shoulders_nopauldrons',67650),
(32201,32119,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_earth/skirt',67650),
(32202,32120,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/chest',67650),
(32203,32121,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/feet',67650),
(32204,32122,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/forearms',67650),
(32205,32123,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/hands',67650),
(32206,32124,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/hands_epic',67650),
(32207,32125,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/head',67650),
(32208,32126,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/head_chaos_helm',67650),
(32209,32127,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/legs',67650),
(32210,32128,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/legs_epic',67650),
(32211,32129,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/legs_noskirt',67650),
(32212,32130,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/right',67650),
(32213,32131,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/shoulders',67650),
(32214,32132,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/shoulders_epic',67650),
(32215,32133,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/shoulders_nopauldrons',67650),
(32216,32134,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_fire/skirt',67650),
(32217,32135,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/chest',67650),
(32218,32136,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/feet',67650),
(32219,32137,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/forearms',67650),
(32220,32138,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/hands',67650),
(32221,32139,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/hands_epic',67650),
(32222,32140,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/head',67650),
(32223,32141,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/head_chaos_helm',67650),
(32224,32142,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/legs',67650),
(32225,32143,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/legs_epic',67650),
(32226,32144,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/legs_noskirt',67650),
(32227,32145,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/right',67650),
(32228,32146,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/shoulders',67650),
(32229,32147,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/shoulders_epic',67650),
(32230,32148,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/shoulders_nopauldrons',67650),
(32231,32149,'accessories/wearable_items/_exp15/elemental/vanguard_elemental_water/skirt',67650),
(32232,32150,'_exp15/characters/monsters/flutterwasp/flutterwasp',67650),
(32233,32151,'staticobjects/housing_portal_objects/vision_home_relictinker',67650),
(32234,32152,'_exp15/characters/monsters/golem_water/golem_water1',67650),
(32235,32153,'_exp15/characters/monsters/shock_tempest/shock_tempest1',67650),
(32236,32154,'_exp15/characters/tool_users/arborians/arborian_female_base',67650),
(32237,32155,'_exp15/characters/tool_users/arborians/arborian_female_variant_01',67650),
(32238,32156,'_exp15/characters/tool_users/arborians/arborian_female_variant_02',67650),
(32239,32157,'_exp15/characters/tool_users/arborians/arborian_male_variant_01',67650),
(32240,32158,'_exp15/characters/tool_users/arborians/arborian_male_variant_02',67650),
(32241,32159,'_exp15/characters/monsters/wildfire/wildfire1',67650),
(32242,32160,'_exp15/characters/monsters/wildfire/wildfire2',67650),
(32243,32161,'staticobjects/_exp10/hk_basket_bowl_beans01',67650),
(32244,32162,'staticobjects/_exp10/hk_basket_short_chilies01',67650),
(32245,32163,'staticobjects/_exp10/hk_basket_tall_oranges01',67650),
(32246,32164,'staticobjects/games/floor_domino1_dragon_script',67650),
(32247,32165,'staticobjects/monuments/floor_marker_any_windstalker01_silver',67650),
(32248,32166,'staticobjects/runes/voidman_armor_rune01',67650),
(32249,32167,'staticobjects/runes/voidman_armor_rune03',67650),
(32250,32168,'staticobjects/statues/lp_totem_lyrech01',67650),
(32251,32169,'staticobjects/statues/lp_totem_lyrech02',67650),
(32252,32170,'staticobjects/statues/lp_totem_lyrech03',67650),
(32253,32171,'creatures/monsters/winged_nightmare',67650),
(32254,32172,'_exp15/characters/monsters/golem_crystal/golem_crystal1',67650),
(32255,32173,'_exp15/characters/monsters/golem_crystal/golem_crystal2',67650),
(32256,32174,'_exp15/characters/monsters/golem_crystal/golem_crystal3',67650),
(32257,32175,'_exp15/characters/monsters/dervish_chillsoot/dervish_chillsoot1',67650),
(32258,32176,'_exp15/objects/raids/mantaray_platform_transport',67650),
(32259,32177,'_exp15/characters/monsters/regrua_crabmonster/regrua1',67650),
(32260,32178,'_exp15/characters/monsters/regrua_crabmonster/regrua1_altclaw',67650),
(32261,32179,'_exp15/characters/monsters/regrua_crabmonster/regrua1_altclaw_glow',67650),
(32262,32180,'_exp15/characters/monsters/regrua_crabmonster/regrua2',67650),
(32263,32181,'_exp15/characters/monsters/regrua_crabmonster/regrua2_altclaw',67650),
(32264,32182,'_exp15/characters/monsters/regrua_crabmonster/regrua2_altclaw_glow',67650),
(32265,32183,'_exp15/characters/monsters/regrua_crabmonster/regrua3',67650),
(32266,32184,'_exp15/characters/monsters/regrua_crabmonster/regrua3_altclaw',67650),
(32267,32185,'_exp15/characters/monsters/regrua_crabmonster/regrua3_altclaw_glow',67650),
(32268,32186,'_exp15/objects/raids/plane_of_fire_lock_obj',67650),
(32269,32187,'_exp15/objects/raids/fennin_outer_wall',67650),
(32270,32188,'_exp15/characters/tool_users/rathe_council/rathe_council_float01',67650),
(32271,32189,'_exp15/characters/tool_users/rathe_council/rathe_council_float02',67650),
(32272,32190,'_exp15/characters/tool_users/rathe_council/rathe_council_float03',67650),
(32273,32191,'_exp15/characters/monsters/wisp_mist/wisp_mist',67650),
(32274,32192,'_exp15/objects/exp15_rgn_plane_of_air/poa_bix_boss_wax01',67650),
(32275,32193,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale1',67650),
(32276,32194,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale1_glow',67650),
(32277,32195,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale2',67650),
(32278,32196,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale2_glow',67650),
(32279,32197,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale3',67650),
(32280,32198,'_exp15/characters/monsters/basilisk_needlescale/basilisk_needlescale3_glow',67650),
(32281,32199,'_exp15/characters/tool_users/marid/marid_base',67650),
(32282,32200,'_exp15/characters/tool_users/marid/marid_variant1',67650),
(32283,32201,'_exp15/characters/tool_users/marid/marid_variant2',67650),
(32284,32202,'staticobjects/portals/portal_pofblocker01',67650),
(32285,32203,'staticobjects/portals/portal_pofblocker02',67650),
(32286,32204,'staticobjects/housing_portal_objects/vision_home_shire01',67650),
(32287,32205,'staticobjects/portals/portal_pofblocker03',67650),
(32288,32206,'_exp15/objects/exp15_rgn_plane_of_fire/cbridge_01',67650),
(32289,32207,'_exp15/objects/exp15_rgn_plane_of_fire/cbridge_02',67650),
(32290,32208,'_exp15/objects/exp15_rgn_plane_of_fire/cbridge_03',67650),
(32291,32209,'_exp15/objects/exp15_rgn_plane_of_fire/fire_bridge_02',67650),
(32292,32210,'_exp12/characters/tool_users/spiroc_2015/spiroc_2015_base',67650),
(32293,32211,'_exp04/zones/objects/sebilis/fon_torch_tikistyle_no_flame',67650),
(32294,32212,'creatures/mounts/pegasus_mount/elemental/pegasus_mount_elemental_air',67650),
(32295,32213,'creatures/mounts/pegasus_mount/elemental/pegasus_mount_elemental_chaos',67650),
(32296,32214,'creatures/mounts/pegasus_mount/elemental/pegasus_mount_elemental_earth',67650),
(32297,32215,'creatures/mounts/pegasus_mount/elemental/pegasus_mount_elemental_water',67650),
(32298,32216,'_exp15/objects/portal_fire',67650),
(32299,32217,'_exp15/objects/exp15_rgn_plane_of_air/poa_large_fan_on',67650),
(32300,32218,'_exp15/objects/exp15_rgn_plane_of_air/poa_large_fan_off',67650),
(32301,32219,'_exp15/objects/exp15_rgn_plane_of_air/poa_large_fan_side_on',67650),
(32302,32220,'_exp15/objects/exp15_rgn_plane_of_air/poa_large_fan_side_off',67650),
(32303,32221,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_spikes03',67650),
(32304,32222,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_spikes01',67650),
(32305,32223,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_spikes02',67650),
(32306,32224,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_spikes04',67650),
(32307,32225,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_tube01',67650),
(32308,32226,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_tube02',67650),
(32309,32227,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_tube03',67650),
(32310,32228,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_tube04',67650),
(32311,32229,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_wall01',67650),
(32312,32230,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_wall02',67650),
(32313,32231,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_wall03',67650),
(32314,32232,'_exp15/objects/exp15_rgn_plane_of_air/poa_xeg_wind_wall04',67650),
(32315,32233,'_exp12/characters/monsters/spiderling/spiderling_ghost',67650),
(32316,32234,'_exp10/characters/monsters/spider_2013/spider_ghost',67650),
(32317,32235,'_exp12/characters/monsters/parrot_2015/parrot_flying',67650),
(32318,32236,'playerstudio/houseitems/towel_set',67650),
(32319,32237,'playerstudio/houseitems/cooking_set',67650),
(32320,32238,'playerstudio/houseitems/patio_deck',67650),
(32321,32239,'playerstudio/houseitems/little_mirror',67650),
(32322,32240,'staticobjects/tcg/tcg_golden_egg_lodfar',67650),
(32323,32241,'_exp15/objects/exp15_rgn_plane_of_water/pow_waterbarrier01',67650),
(32324,32242,'_exp15/objects/exp15_rgn_plane_of_water/pow_tubewall01',67650),
(32325,32243,'_exp15/objects/exp15_rgn_plane_of_water/pow_tubeblocker01',67650),
(32326,32244,'_exp15/objects/exp15_rgn_plane_of_air/poa_barrier01',67650),
(32327,32245,'_exp15/objects/portal_air',67650),
(32328,32246,'_exp15/objects/portal_disease',67650),
(32329,32247,'_exp15/objects/portal_earth',67650),
(32330,32248,'_exp15/objects/portal_knowledge',67650),
(32331,32249,'_exp15/objects/portal_water',67650),
(32332,32250,'_exp15/objects/exp15_rgn_plane_of_water/pow_teleporter_ring',67650),
(32333,32251,'staticobjects/lighting/elemental_lantern_wind_lodfar',67650),
(32334,32252,'_exp15/characters/tool_users/djinn/djinn_male_01',67650),
(32335,32253,'_exp15/characters/tool_users/djinn/djinn_male_02',67650),
(32336,32254,'_exp15/characters/tool_users/djinn/djinn_male_03',67650),
(32337,32255,'_exp15/characters/tool_users/djinn/djinn_male_04',67650),
(32338,32256,'_exp15/characters/tool_users/djinn/djinn_male_base',67650),
(32339,32257,'_exp15/characters/tool_users/djinn_female/djinn_female_01',67650),
(32340,32258,'_exp15/characters/tool_users/djinn_female/djinn_female_02',67650),
(32341,32259,'_exp15/characters/tool_users/djinn_female/djinn_female_03',67650),
(32342,32260,'_exp15/characters/tool_users/djinn_female/djinn_female_04',67650),
(32343,32261,'_exp15/characters/tool_users/djinn_female/djinn_female_base',67650),
(32344,32262,'_exp15/objects/exp15_rgn_plane_of_earth/poe_rock_chunk01',67650),
(32345,32263,'_exp15/objects/exp15_rgn_plane_of_earth/poe_rock_chunk_bobbing_01',67650),
(32346,32264,'_exp15/objects/exp15_rgn_plane_of_earth/poe_earth_symbol01',67650),
(32347,32265,'_exp15/objects/exp15_rgn_plane_of_earth/poe_pedestal',67650),
(32348,32266,'_exp11/objects/exp11_dun_rum_cellar/lift_platform_01',67650),
(32349,32267,'_exp15/characters/tool_users/djinn/djinn_male_03_updated',67650),
(32350,32268,'_exp15/characters/tool_users/djinn_female/djinn_female_03_updated',67650),
(32351,32269,'staticobjects/eig/harvest_sparkle_air',67650),
(32352,32270,'staticobjects/eig/harvest_sparkle_disease',67650),
(32353,32271,'staticobjects/eig/harvest_sparkle_earth',67650),
(32354,32272,'staticobjects/eig/harvest_sparkle_fire',67650),
(32355,32273,'staticobjects/eig/harvest_sparkle_water',67650),
(32356,32274,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_air',67650),
(32357,32275,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_air_glow',67650),
(32358,32276,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_earth',67650),
(32359,32277,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_earth_glow',67650),
(32360,32278,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_fire',67650),
(32361,32279,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_fire_glow',67650),
(32362,32280,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_water',67650),
(32363,32281,'accessories/wieldable_items/shields/exp15/shield_buckler_elemental_water_glow',67650),
(32364,32282,'accessories/wieldable_items/shields/exp15/shield_round_elemental_air',67650),
(32365,32283,'accessories/wieldable_items/shields/exp15/shield_round_elemental_air_glow',67650),
(32366,32284,'accessories/wieldable_items/shields/exp15/shield_round_elemental_earth',67650),
(32367,32285,'accessories/wieldable_items/shields/exp15/shield_round_elemental_earth_glow',67650),
(32368,32286,'accessories/wieldable_items/shields/exp15/shield_round_elemental_fire',67650),
(32369,32287,'accessories/wieldable_items/shields/exp15/shield_round_elemental_fire_glow',67650),
(32370,32288,'accessories/wieldable_items/shields/exp15/shield_round_elemental_water',67650),
(32371,32289,'accessories/wieldable_items/shields/exp15/shield_round_elemental_water_glow',67650),
(32372,32290,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_air',67650),
(32373,32291,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_air_glow',67650),
(32374,32292,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_earth',67650),
(32375,32293,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_earth_glow',67650),
(32376,32294,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_fire',67650),
(32377,32295,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_fire_glow',67650),
(32378,32296,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_water',67650),
(32379,32297,'accessories/wieldable_items/weapons/exp15/1h_crush/hammer_elemental_water_glow',67650),
(32380,32298,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_air',67650),
(32381,32299,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_air_glow',67650),
(32382,32300,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_earth',67650),
(32383,32301,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_earth_glow',67650),
(32384,32302,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_fire',67650),
(32385,32303,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_fire_glow',67650),
(32386,32304,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_water',67650),
(32387,32305,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_elemental_water_glow',67650),
(32388,32306,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_air',67650),
(32389,32307,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_air_glow',67650),
(32390,32308,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_earth',67650),
(32391,32309,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_earth_glow',67650),
(32392,32310,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_fire',67650),
(32393,32311,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_fire_glow',67650),
(32394,32312,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_water',67650),
(32395,32313,'accessories/wieldable_items/weapons/exp15/1h_crush/mace_spiked_elemental_water_glow',67650),
(32396,32314,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_earth_glow',67650),
(32397,32315,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_water_glow',67650),
(32398,32316,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_air_glow',67650),
(32399,32317,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_fire_glow',67650),
(32400,32318,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_water',67650),
(32401,32319,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_fire_glow',67650),
(32402,32320,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_fire',67650),
(32403,32321,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_earth',67650),
(32404,32322,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_air_glow',67650),
(32405,32323,'accessories/wieldable_items/weapons/exp15/1h_pierce/shortspear_elemental_air',67650),
(32406,32324,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_water_glow',67650),
(32407,32325,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_water',67650),
(32408,32326,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_fire',67650),
(32409,32327,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_earth_glow',67650),
(32410,32328,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_earth',67650),
(32411,32329,'accessories/wieldable_items/weapons/exp15/1h_pierce/fireiron_elemental_air',67650),
(32412,32330,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_air',67650),
(32413,32331,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_air_glow',67650),
(32414,32332,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_fire_glow',67650),
(32415,32333,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_water_glow',67650),
(32416,32334,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_water',67650),
(32417,32335,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_fire',67650),
(32418,32336,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_earth_glow',67650),
(32419,32337,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_twistblade_elemental_earth',67650),
(32420,32338,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_air',67650),
(32421,32339,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_water_glow',67650),
(32422,32340,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_water',67650),
(32423,32341,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_fire_glow',67650),
(32424,32342,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_fire',67650),
(32425,32343,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_earth_glow',67650),
(32426,32344,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_earth',67650),
(32427,32345,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_doubleblade_elemental_air_glow',67650),
(32428,32346,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_air_glow',67650),
(32429,32347,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_fire_glow',67650),
(32430,32348,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_water_glow',67650),
(32431,32349,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_water',67650),
(32432,32350,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_fire',67650),
(32433,32351,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_earth_glow',67650),
(32434,32352,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_earth',67650),
(32435,32353,'accessories/wieldable_items/weapons/exp15/1h_sword/whip_elemental_air',67650),
(32436,32354,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_air',67650),
(32437,32355,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_water_glow',67650),
(32438,32356,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_water',67650),
(32439,32357,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_fire_glow',67650),
(32440,32358,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_fire',67650),
(32441,32359,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_earth_glow',67650),
(32442,32360,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_earth',67650),
(32443,32361,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_hooked_elemental_air_glow',67650),
(32444,32362,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_water_glow',67650),
(32445,32363,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_water',67650),
(32446,32364,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_fire_glow',67650),
(32447,32365,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_fire',67650),
(32448,32366,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_earth_glow',67650),
(32449,32367,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_earth',67650),
(32450,32368,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_air_glow',67650),
(32451,32369,'accessories/wieldable_items/weapons/exp15/1h_sword/broadsword_elemental_air',67650),
(32452,32370,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_water_glow',67650),
(32453,32371,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_water',67650),
(32454,32372,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_fire_glow',67650),
(32455,32373,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_fire',67650),
(32456,32374,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_earth_glow',67650),
(32457,32375,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_earth',67650),
(32458,32376,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_air_glow',67650),
(32459,32377,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_elemental_air',67650),
(32460,32378,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_air',67650),
(32461,32379,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_air_glow',67650),
(32462,32380,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_earth',67650),
(32463,32381,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_earth_glow',67650),
(32464,32382,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_fire',67650),
(32465,32383,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_fire_glow',67650),
(32466,32384,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_water',67650),
(32467,32385,'accessories/wieldable_items/weapons/exp15/1h_wand/wand_elemental_water_glow',67650),
(32468,32386,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_air',67650),
(32469,32387,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_air_glow',67650),
(32470,32388,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_earth',67650),
(32471,32389,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_earth_glow',67650),
(32472,32390,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_fire',67650),
(32473,32391,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_fire_glow',67650),
(32474,32392,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_water',67650),
(32475,32393,'accessories/wieldable_items/weapons/exp15/2h_crush/club_twohand_elemental_water_glow',67650),
(32476,32394,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_air',67650),
(32477,32395,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_air_upgraded',67650),
(32478,32396,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_earth',67650),
(32479,32397,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_earth_upgraded',67650),
(32480,32398,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_fire',67650),
(32481,32399,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_fire_upgraded',67650),
(32482,32400,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_water',67650),
(32483,32401,'accessories/wieldable_items/weapons/exp15/2h_sword/axe_twohand_elemental_water_upgraded',67650),
(32484,32402,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_air',67650),
(32485,32403,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_air_upgraded',67650),
(32486,32404,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_earth',67650),
(32487,32405,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_earth_upgraded',67650),
(32488,32406,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_fire',67650),
(32489,32407,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_fire_upgraded',67650),
(32490,32408,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_water',67650),
(32491,32409,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_water_upgraded',67650),
(32492,32410,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_water_glow',67650),
(32493,32411,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_water',67650),
(32494,32412,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_fire_glow',67650),
(32495,32413,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_fire',67650),
(32496,32414,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_earth_glow',67650),
(32497,32415,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_earth',67650),
(32498,32416,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_air_glow',67650),
(32499,32417,'accessories/wieldable_items/weapons/exp15/bow/shortbow_elemental_air',67650),
(32500,32418,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_water_glow',67650),
(32501,32419,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_water',67650),
(32502,32420,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_fire_glow',67650),
(32503,32421,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_fire',67650),
(32504,32422,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_earth_glow',67650),
(32505,32423,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_earth',67650),
(32506,32424,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_air_glow',67650),
(32507,32425,'accessories/wieldable_items/weapons/exp15/bow/longbow_elemental_air',67650),
(32508,32426,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_water_glow',67650),
(32509,32427,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_water',67650),
(32510,32428,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_fire_glow',67650),
(32511,32429,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_fire',67650),
(32512,32430,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_earth_glow',67650),
(32513,32431,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_earth',67650),
(32514,32432,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_air_glow',67650),
(32515,32433,'accessories/wieldable_items/weapons/exp15/bow/crossbow_elemental_air',67650),
(32516,32434,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_water_glow',67650),
(32517,32435,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_water',67650),
(32518,32436,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_fire_glow',67650),
(32519,32437,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_fire',67650),
(32520,32438,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_earth_glow',67650),
(32521,32439,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_earth',67650),
(32522,32440,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_air_glow',67650),
(32523,32441,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_bladed_air',67650),
(32524,32442,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_air',67650),
(32525,32443,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_water_glow',67650),
(32526,32444,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_water',67650),
(32527,32445,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_fire_glow',67650),
(32528,32446,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_earth_glow',67650),
(32529,32447,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_earth',67650),
(32530,32448,'accessories/wieldable_items/weapons/exp15/fist/fist_elemental_crusher_air_glow',67650),
(32531,32449,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_air_glow',67650),
(32532,32450,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_water_glow',67650),
(32533,32451,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_water',67650),
(32534,32452,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_fire_glow',67650),
(32535,32453,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_fire',67650),
(32536,32454,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_earth_glow',67650),
(32537,32455,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_earth',67650),
(32538,32456,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_magus_air',67650),
(32539,32457,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_fire_glow',67650),
(32540,32458,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_air',67650),
(32541,32459,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_water_glow',67650),
(32542,32460,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_water',67650),
(32543,32461,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_fire',67650),
(32544,32462,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_earth_glow',67650),
(32545,32463,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_earth',67650),
(32546,32464,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_fighter_air_glow',67650),
(32547,32465,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_water_glow',67650),
(32548,32466,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_water',67650),
(32549,32467,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_fire_glow',67650),
(32550,32468,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_fire',67650),
(32551,32469,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_earth_glow',67650),
(32552,32470,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_earth',67650),
(32553,32471,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_air_glow',67650),
(32554,32472,'accessories/wieldable_items/weapons/exp15/staff/staff_elemental_priest_air',67650),
(32555,32473,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_air',67650),
(32556,32474,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_water_glow',67650),
(32557,32475,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_water',67650),
(32558,32476,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_fire_glow',67650),
(32559,32477,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_fire',67650),
(32560,32478,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_earth_glow',67650),
(32561,32479,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_earth',67650),
(32562,32480,'accessories/wieldable_items/shields/exp15/shield_tower_elemental_air_glow',67650),
(32563,32481,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_water_glow',67650),
(32564,32482,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_water',67650),
(32565,32483,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_fire_glow',67650),
(32566,32484,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_fire',67650),
(32567,32485,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_earth_glow',67650),
(32568,32486,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_earth',67650),
(32569,32487,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_air_glow',67650),
(32570,32488,'accessories/wieldable_items/weapons/exp15/1h_sword/axe_elemental_air',67650),
(32571,32489,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale1_mini',67650),
(32572,32490,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale1_mini_glow',67650),
(32573,32491,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale2_mini',67650),
(32574,32492,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale2_mini_glow',67650),
(32575,32493,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale3_mini',67650),
(32576,32494,'_exp15/characters/monsters/basilisk_needlescale/mini/basilisk_needlescale3_mini_glow',67650),
(32577,32495,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_air',67650),
(32578,32496,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_air_glow',67650),
(32579,32497,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_earth',67650),
(32580,32498,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_earth_glow',67650),
(32581,32499,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_fire',67650),
(32582,32500,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_fire_glow',67650),
(32583,32501,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_water',67650),
(32584,32502,'accessories/wieldable_items/weapons/exp15/staff/spear_elemental_water_glow',67650),
(32585,32503,'staticobjects/promo_items/exp15_chaos_decending_teleporter',67650),
(32586,32504,'staticobjects/promo_items/exp15_chaos_decending_painting',67650),
(32587,32505,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_arch01',67650),
(32588,32506,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_bridge01',67650),
(32589,32507,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_cube01',67650),
(32590,32508,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_largeplate01',67650),
(32591,32509,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_plaque01',67650),
(32592,32510,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_roundtile01',67650),
(32593,32511,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_seahorse01',67650),
(32594,32512,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_squaretile01',67650),
(32595,32513,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_thinwaterfall01',67650),
(32596,32514,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_wall01',67650),
(32597,32515,'staticobjects/promo_items/building_blocks/planewater_home/planewater_blocks_widewaterfall01',67650),
(32598,32516,'staticobjects/promo_items/building_blocks/planewater_home/planewater_watersplashfall',67650),
(32599,32517,'staticobjects/promo_items/building_blocks/planewater_home/planewater_waterspout',67650),
(32600,32518,'staticobjects/promo_items/exp15_vendor_crate_planewater',67650),
(32601,32519,'accessories/npc_wearables/living_earth/chest_huge_back_livingearth',67650),
(32602,32520,'accessories/npc_wearables/living_earth/head_crystal_crown_livingearth',67650),
(32603,32521,'accessories/npc_wearables/living_earth/legs_both_lower_livingearth',67650),
(32604,32522,'accessories/npc_wearables/living_earth/legs_left_lower_livingearth',67650),
(32605,32523,'accessories/npc_wearables/living_earth/legs_right_lower_livingearth',67650),
(32606,32524,'accessories/npc_wearables/living_earth/shoulders_both_claw_livingearth',67650),
(32607,32525,'accessories/npc_wearables/living_earth/shoulders_both_hook_claw_livingearth',67650),
(32608,32526,'accessories/npc_wearables/living_earth/shoulders_both_hook_large_livingearth',67650),
(32609,32527,'accessories/npc_wearables/living_earth/shoulders_both_hook_livingearth',67650),
(32610,32528,'accessories/npc_wearables/living_earth/shoulders_both_large_livingearth',67650),
(32611,32529,'accessories/npc_wearables/living_earth/shoulders_left_claw_livingearth',67650),
(32612,32530,'accessories/npc_wearables/living_earth/shoulders_left_hook_livingearth',67650),
(32613,32531,'accessories/npc_wearables/living_earth/shoulders_left_large_livingearth',67650),
(32614,32532,'accessories/npc_wearables/living_earth/shoulders_right_claw_livingearth',67650),
(32615,32533,'accessories/npc_wearables/living_earth/shoulders_right_hook_livingearth',67650),
(32616,32534,'accessories/npc_wearables/living_earth/shoulders_right_large_livingearth',67650),
(32617,32535,'_exp15/characters/tool_users/living_earth/living_earth',67650),
(32618,32536,'_exp14/characters/tool_users/sandstorm_giant/sandstorm_giant_boss',67650),
(32619,32537,'accessories/npc_wearables/rathe_council_accessory/rock_rathe_council',67650),
(32620,32538,'creatures/mounts/lynx_mount/blue_cat_mount',67650),
(32621,32539,'_exp15/characters/tool_users/djinn_duende/djinn_duende_male_01',67650),
(32622,32540,'_exp15/characters/tool_users/djinn_duende/djinn_duende_male_02',67650),
(32623,32541,'_exp15/characters/tool_users/djinn_duende/djinn_duende_male_03',67650),
(32624,32542,'_exp15/characters/tool_users/djinn_duende/djinn_duende_male_04',67650),
(32625,32543,'_exp15/characters/tool_users/djinn_duende/djinn_duende_male_base',67650),
(32626,32544,'_exp15/characters/tool_users/djinn_ondine_female/djinn_ondine_female_01',67650),
(32627,32545,'_exp15/characters/tool_users/djinn_ondine_female/djinn_ondine_female_02',67650),
(32628,32546,'_exp15/characters/tool_users/djinn_ondine_female/djinn_ondine_female_03',67650),
(32629,32547,'_exp15/characters/tool_users/djinn_ondine_female/djinn_ondine_female_04',67650),
(32630,32548,'_exp15/characters/tool_users/djinn_ondine_female/djinn_ondine_female_base',67650),
(32631,32549,'_exp15/characters/tool_users/efreeti_female/djinn_efreeti_female_01',67650),
(32632,32550,'_exp15/characters/tool_users/efreeti_female/djinn_efreeti_female_02',67650),
(32633,32551,'_exp15/characters/tool_users/efreeti_female/djinn_efreeti_female_03',67650),
(32634,32552,'_exp15/characters/tool_users/efreeti_female/djinn_efreeti_female_04',67650),
(32635,32553,'_exp15/characters/tool_users/efreeti_female/djinn_efreeti_female_base',67650),
(32636,32554,'_exp15/characters/tool_users/efreeti_male/djinn_efreeti_male_01',67650),
(32637,32555,'_exp15/characters/tool_users/efreeti_male/djinn_efreeti_male_02',67650),
(32638,32556,'_exp15/characters/tool_users/efreeti_male/djinn_efreeti_male_03',67650),
(32639,32557,'_exp15/characters/tool_users/efreeti_male/djinn_efreeti_male_04',67650),
(32640,32558,'_exp15/characters/tool_users/efreeti_male/djinn_efreeti_male_base',67650),
(32641,32559,'_exp15/characters/monsters/nilborien/nilborien_base_player_illusion',67650),
(32642,32560,'_exp15/characters/tool_users/marid/marid_ver1_deepfish',67650),
(32643,32561,'_exp15/characters/tool_users/marid/marid_ver1_green',67650),
(32644,32562,'_exp15/characters/tool_users/marid/marid_ver1_red',67650),
(32645,32563,'_exp15/characters/tool_users/marid/marid_ver1_yellow',67650),
(32646,32564,'_exp15/characters/tool_users/marid/marid_ver2_deepfish',67650),
(32647,32565,'_exp15/characters/tool_users/marid/marid_ver2_green',67650),
(32648,32566,'_exp15/characters/tool_users/marid/marid_ver2_red',67650),
(32649,32567,'_exp15/characters/tool_users/marid/marid_ver2_yellow',67650),
(32650,32568,'_exp15/characters/tool_users/marid/marid_ver3_deepfish',67650),
(32651,32569,'_exp15/characters/tool_users/marid/marid_ver3_green',67650),
(32652,32570,'_exp15/characters/tool_users/marid/marid_ver3_red',67650),
(32653,32571,'_exp15/characters/tool_users/marid/marid_ver3_yellow',67650),
(32654,32572,'creatures/tu/plane_of_earthelemental',67650),
(32655,32573,'_exp15/characters/monsters/snails/snail_packhorse_basic',67650),
(32656,32574,'_exp15/characters/monsters/snails/snail_packhorse_flame',67650),
(32657,32575,'_exp15/characters/monsters/snails/snail_packhorse_frost',67650),
(32658,32576,'accessories/wearable_items/snapons/backpacks/backpack_crystal_miner/backpack_crystal_miner_base',67650),
(32659,32577,'accessories/wearable_items/snapons/backpacks/backpack_crystal_miner/backpack_crystal_miner_flame',67650),
(32660,32578,'accessories/wearable_items/snapons/backpacks/backpack_crystal_miner/backpack_crystal_miner_frost',67650),
(32661,32579,'accessories/wearable_items/profesion_hats/tinkered_button/head_tinkered_button',67650),
(32662,32580,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_air',67650),
(32663,32581,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_air_glow',67650),
(32664,32582,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_earth',67650),
(32665,32583,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_earth_glow',67650),
(32666,32584,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_fire',67650),
(32667,32585,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_fire_glow',67650),
(32668,32586,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_water',67650),
(32669,32587,'accessories/wieldable_items/shields/exp15/shield_kite_elemental_water_glow',67650),
(32670,32588,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_air',67650),
(32671,32589,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_air_glow',67650),
(32672,32590,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_earth',67650),
(32673,32591,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_earth_glow',67650),
(32674,32592,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_fire',67650),
(32675,32593,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_fire_glow',67650),
(32676,32594,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_water',67650),
(32677,32595,'accessories/wieldable_items/weapons/exp15/talisman/talisman_orb_elemental_water_glow',67650),
(32678,32596,'accessories/wieldable_items/weapons/exp15/1h_pierce/dagger_djinn_elemental_air',67650),
(32679,32597,'accessories/wearable_items/cloak/exp15/snapons_attachments/streamer_attachment1',67650),
(32680,32598,'accessories/wearable_items/cloak/exp15/snapons_attachments/streamer_attachment2',67650),
(32681,32599,'accessories/wearable_items/cloak/exp15/snapons_attachments/streamer_attachment3',67650),
(32682,32600,'accessories/wearable_items/cloak/exp15/cloak_streamer',67650),
(32683,32601,'accessories/wieldable_items/weapons/exp15/2h_sword/sword_twohand_elemental_fire_for_npc_use',67650),
(32684,32602,'accessories/wieldable_items/weapons/exp15/1h_sword/sword_curved_elemental',67650),
(32685,32603,'staticobjects/statues/char_totem_base01_dpo',67650),
(32686,32604,'staticobjects/tables/sol_smltable_fancy01',67650),
(32687,32605,'staticobjects/crates/sol_chest_closed01',67650),
(32688,32606,'staticobjects/chairs/sol_chair_fancy01',67650),
(32689,32607,'staticobjects/kitchen/sol_bowl_dog01',67650),
(32690,32608,'staticobjects/weapons/dpo_staff_of_phoenix_fx',67650),
(32691,32609,'_exp15/objects/exp15_rgn_plane_of_air/poa_bix_mini_base01_dpo',67650),
(32692,32610,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_forge02',67650),
(32693,32611,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_honey_pot01',67650),
(32694,32612,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_honey_pot02',67650),
(32695,32613,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_shelf01',67650),
(32696,32614,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_weapon_rack01',67650),
(32697,32615,'_exp15/objects/exp15_rgn_plane_of_earth/poe_tree_log_spawn01',67650),
(32698,32616,'_exp15/objects/exp15_rgn_plane_of_earth/poe_tree_stump_spawn01',67650),
(32699,32617,'_exp15/objects/exp15_rgn_plane_of_earth/poe_tree_stump03',67650),
(32700,32618,'_exp15/objects/exp15_rgn_plane_of_fire/pof_geo_tombstone01',67650),
(32701,32619,'_exp15/objects/exp15_rgn_plane_of_fire/pof_geo_tombstone02',67650),
(32702,32620,'_exp15/objects/exp15_rgn_plane_of_fire/pof_geo_tombstone03',67650),
(32703,32621,'_exp15/objects/exp15_rgn_plane_of_fire/pof_log01',67650),
(32704,32622,'_exp15/objects/exp15_rgn_plane_of_fire/pof_logcharred01',67650),
(32705,32623,'_exp15/objects/exp15_rgn_plane_of_fire/pof_stumpcharred03',67650),
(32706,32624,'_exp15/objects/exp15_rgn_plane_of_fire/pof_waspgourd01',67650),
(32707,32625,'_exp15/objects/exp15_rgn_plane_of_fire/pof_waspgourd02',67650),
(32708,32626,'_exp15/objects/exp15_rgn_plane_of_fire/pof_waspgourd03',67650),
(32709,32627,'_exp15/objects/exp15_rgn_plane_of_fire/pof_waspplatter01',67650),
(32710,32628,'_exp15/objects/exp15_rgn_plane_of_fire/pof_waspplatter02',67650),
(32711,32629,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_books_scrolls01',67650),
(32712,32630,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_books_tallset01',67650),
(32713,32631,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_bar_shelves',67650),
(32714,32632,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_bench01',67650),
(32715,32633,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_cabinet01_double',67650),
(32716,32634,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_cabinet01_triple',67650),
(32717,32635,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_chair01',67650),
(32718,32636,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_counter01',67650),
(32719,32637,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_stool01',67650),
(32720,32638,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_bed01',67650),
(32721,32639,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_bedbookcase01',67650),
(32722,32640,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_desk01',67650),
(32723,32641,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_dresser01',67650),
(32724,32642,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_floorbase01',67650),
(32725,32643,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_floorbase02',67650),
(32726,32644,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_transporter01_pad',67650),
(32727,32645,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_vanity_basin01',67650),
(32728,32646,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_rectangle01',67650),
(32729,32647,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_rectangle02',67650),
(32730,32648,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_round01',67650),
(32731,32649,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_round02',67650),
(32732,32650,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_round03_large01',67650),
(32733,32651,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_sqaure01',67650),
(32734,32652,'_exp15/objects/exp15_rgn_plane_of_water/pow_merchantcrate',67650),
(32735,32653,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_01',67650),
(32736,32654,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_02',67650),
(32737,32655,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_03',67650),
(32738,32656,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_04',67650),
(32739,32657,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_05',67650),
(32740,32658,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_06',67650),
(32741,32659,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_07',67650),
(32742,32660,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_08',67650),
(32743,32661,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_09',67650),
(32744,32662,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_10',67650),
(32745,32663,'_exp15/objects/exp15_rgn_plane_of_water/pow_urns_tall01',67650),
(32746,32664,'_exp15/objects/house_items/merfurn_bottle01',67650),
(32747,32665,'_exp15/objects/house_items/merfurn_bowl01',67650),
(32748,32666,'_exp15/objects/house_items/merfurn_chair01',67650),
(32749,32667,'_exp15/objects/house_items/merfurn_dresser01',67650),
(32750,32668,'_exp15/objects/house_items/merfurn_mirror01',67650),
(32751,32669,'_exp15/objects/house_items/merfurn_orb01',67650),
(32752,32670,'_exp15/objects/house_items/merfurn_tablerect01',67650),
(32753,32671,'_exp15/objects/house_items/merfurn_tableround01',67650),
(32754,32672,'_exp15/objects/exp15_rgn_plane_of_air/poa_bixel_honey_pot03',67650),
(32755,32673,'staticobjects/housing_portal_objects/vision_home_planewater01',67650),
(32756,32674,'_exp15/objects/exp15_rgn_plane_of_fire/pof_log02',67650),
(32757,32675,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_diningfurniture_table01',67650),
(32758,32676,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_floorbase03',67650),
(32759,32677,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_furniture_vanity_table01',67650),
(32760,32678,'_exp15/characters/tool_users/dark_elf/mourndax_vzeaar',67650),
(32761,32679,'creatures/mounts/pegasus_mount/elemental_lesser/pegasus_mount_elemental_lesser_air',67650),
(32762,32680,'creatures/mounts/pegasus_mount/elemental_lesser/pegasus_mount_elemental_lesser_earth',67650),
(32763,32681,'creatures/mounts/pegasus_mount/elemental_lesser/pegasus_mount_elemental_lesser_fire',67650),
(32764,32682,'creatures/mounts/pegasus_mount/elemental_lesser/pegasus_mount_elemental_lesser_water',67650),
(32765,32683,'_exp15/objects/house_items/building_blocks/dpo_panel_ambermarble',67650),
(32766,32684,'_exp15/objects/house_items/building_blocks/dpo_panel_bluemist',67650),
(32767,32685,'_exp15/objects/house_items/building_blocks/dpo_panel_checkeredmarble',67650),
(32768,32686,'_exp15/objects/house_items/building_blocks/houseblock_1x1_column02_ambermarble',67650),
(32769,32687,'_exp15/objects/house_items/building_blocks/houseblock_1x1_column02_bluemist',67650),
(32770,32688,'_exp15/objects/house_items/building_blocks/houseblock_1x1_column02_checkeredmarble',67650),
(32771,32689,'_exp15/objects/house_items/building_blocks/houseblock_1x2_column02_ambermarble',67650),
(32772,32690,'_exp15/objects/house_items/building_blocks/houseblock_1x2_column02_bluemist',67650),
(32773,32691,'_exp15/objects/house_items/building_blocks/houseblock_1x2_column02_checkeredmarble',67650),
(32774,32692,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_sq_ambermarble',67650),
(32775,32693,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_sq_bluemist',67650),
(32776,32694,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_sq_checkeredmarble',67650),
(32777,32695,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_tall_ambermarble',67650),
(32778,32696,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_tall_bluemist',67650),
(32779,32697,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_tall_checkeredmarble',67650),
(32780,32698,'_exp15/objects/house_items/building_blocks/houseblock_1x2_dividerblock02_ambermarble',67650),
(32781,32699,'_exp15/objects/house_items/building_blocks/houseblock_1x2_dividerblock02_bluemist',67650),
(32782,32700,'_exp15/objects/house_items/building_blocks/houseblock_1x2_dividerblock02_checkeredmarble',67650),
(32783,32701,'_exp15/objects/house_items/building_blocks/houseblock_1xhalf_block02_ambermarble',67650),
(32784,32702,'_exp15/objects/house_items/building_blocks/houseblock_1xhalf_block02_bluemist',67650),
(32785,32703,'_exp15/objects/house_items/building_blocks/houseblock_1xhalf_block02_checkeredmarble',67650),
(32786,32704,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_arch_ambermarble',67650),
(32787,32705,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_arch_bluemist',67650),
(32788,32706,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_arch_checkeredmarble',67650),
(32789,32707,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_rect_ambermarble',67650),
(32790,32708,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_rect_bluemist',67650),
(32791,32709,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_rect_checkeredmarble',67650),
(32792,32710,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_h_ambermarble',67650),
(32793,32711,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_h_bluemist',67650),
(32794,32712,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_h_checkeredmarble',67650),
(32795,32713,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_sq_ambermarble',67650),
(32796,32714,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_sq_bluemist',67650),
(32797,32715,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_sq_checkeredmarble',67650),
(32798,32716,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_tall_ambermarble',67650),
(32799,32717,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_tall_bluemist',67650),
(32800,32718,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_tall_checkeredmarble',67650),
(32801,32719,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_v_ambermarble',67650),
(32802,32720,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_v_bluemist',67650),
(32803,32721,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_v_checkeredmarble',67650),
(32804,32722,'_exp15/objects/house_items/building_blocks/houseblock_2x2_dividerblock02_ambermarble',67650),
(32805,32723,'_exp15/objects/house_items/building_blocks/houseblock_2x2_dividerblock02_bluemist',67650),
(32806,32724,'_exp15/objects/house_items/building_blocks/houseblock_2x2_dividerblock02_checkeredmarble',67650),
(32807,32725,'_exp15/objects/house_items/building_blocks/houseblock_rail02_ambermarble',67650),
(32808,32726,'_exp15/objects/house_items/building_blocks/houseblock_rail02_bluemist',67650),
(32809,32727,'_exp15/objects/house_items/building_blocks/houseblock_rail02_checkeredmarble',67650),
(32810,32728,'_exp15/objects/house_items/building_blocks/houseblock_roundtile02_ambermarble',67650),
(32811,32729,'_exp15/objects/house_items/building_blocks/houseblock_roundtile02_bluemist',67650),
(32812,32730,'_exp15/objects/house_items/building_blocks/houseblock_roundtile02_checkeredmarble',67650),
(32813,32731,'_exp15/objects/house_items/building_blocks/houseblock_stair02_ambermarble',67650),
(32814,32732,'_exp15/objects/house_items/building_blocks/houseblock_stair02_bluemist',67650),
(32815,32733,'_exp15/objects/house_items/building_blocks/houseblock_stair02_checkeredmarble',67650),
(32816,32734,'_exp15/objects/house_items/building_blocks/houseblock_triangletile02_ambermarble',67650),
(32817,32735,'_exp15/objects/house_items/building_blocks/houseblock_triangletile02_bluemist',67650),
(32818,32736,'_exp15/objects/house_items/building_blocks/houseblock_triangletile02_checkeredmarble',67650),
(32819,32737,'_exp15/objects/house_items/building_blocks/housecube_1x1_block02_ambermarble',67650),
(32820,32738,'_exp15/objects/house_items/building_blocks/housecube_1x1_block02_bluemist',67650),
(32821,32739,'_exp15/objects/house_items/building_blocks/housecube_1x1_block02_checkeredmarble',67650),
(32822,32740,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_mainroom_bookcase01_single',67650),
(32823,32741,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_mainroom_bookcase02_single',67650),
(32824,32742,'staticobjects/torture_chamber/seb_manacles_double_wall01',67650),
(32825,32743,'staticobjects/torture_chamber/seb_manacles_single_floor01',67650),
(32826,32744,'staticobjects/torture_chamber/seb_manacles_single_wall01',67650),
(32827,32745,'staticobjects/books_bobbing/cbk_book_blue_bobbing',67650),
(32828,32746,'staticobjects/books_bobbing/cbk_book_copper_bobbing',67650),
(32829,32747,'staticobjects/books_bobbing/cm_book01_bobbing',67650),
(32830,32748,'staticobjects/books_bobbing/cm_book02_bobbing',67650),
(32831,32749,'staticobjects/books_bobbing/cs_nc_book_blue_bobbing',67650),
(32832,32750,'staticobjects/books_bobbing/cs_nc_book_burgandy_bobbing',67650),
(32833,32751,'staticobjects/books_bobbing/cs_nc_book_heavy_bobbing',67650),
(32834,32752,'staticobjects/books_bobbing/cs_nc_book_ornate_bobbing',67650),
(32835,32753,'staticobjects/books_bobbing/dc_books_single01_bobbing',67650),
(32836,32754,'staticobjects/books_bobbing/dc_books_single02_bobbing',67650),
(32837,32755,'staticobjects/books_bobbing/dc_books_single03_bobbing',67650),
(32838,32756,'staticobjects/books_bobbing/dpo_shissar_book01_bobbing',67650),
(32839,32757,'staticobjects/books_bobbing/dpo_shissar_book02_bobbing',67650),
(32840,32758,'staticobjects/books_bobbing/dpo_shissar_book03_bobbing',67650),
(32841,32759,'staticobjects/books_bobbing/dpo_shissar_book04_bobbing',67650),
(32842,32760,'staticobjects/books_bobbing/eru_book00_bobbing',67650),
(32843,32761,'staticobjects/books_bobbing/eru_book01_bobbing',67650),
(32844,32762,'staticobjects/books_bobbing/eru_book03_bobbing',67650),
(32845,32763,'staticobjects/books_bobbing/eru_book04_bobbing',67650),
(32846,32764,'staticobjects/books_bobbing/fel_book01_bobbing',67650),
(32847,32765,'staticobjects/books_bobbing/fel_book02_bobbing',67650),
(32848,32766,'staticobjects/books_bobbing/hk_books_single01_bobbing',67650),
(32849,32767,'staticobjects/books_bobbing/hk_books_single02_bobbing',67650),
(32850,32768,'staticobjects/books_bobbing/hk_books_single03_bobbing',67650),
(32851,32769,'staticobjects/books_bobbing/hk_books_single04_bobbing',67650),
(32852,32770,'staticobjects/books_bobbing/tcg_book_volume01_bobbing',67650),
(32853,32771,'staticobjects/books_bobbing/tcg_book_volume02_bobbing',67650),
(32854,32772,'staticobjects/books_bobbing/tcg_book_volume03_bobbing',67650),
(32855,32773,'staticobjects/books_bobbing/tcg_book_volume04_bobbing',67650),
(32856,32774,'staticobjects/books_bobbing/tcg_book_volume05_bobbing',67650),
(32857,32775,'_exp15/objects/exp15_rgn_plane_of_air/poa_tow_teleport_arch',67650),
(32858,32776,'_exp14/objects/exp14_dun_plane_of_disease/tentacle_dead_centered',67650),
(32859,32777,'_exp15/objects/exp15_rgn_plane_of_air/emit_beaknik_path',67650),
(32860,32778,'_exp15/objects/tower_chaos_fx',67650),
(32861,32779,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/accessory_hood/head',67650),
(32862,32780,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/chest',67650),
(32863,32781,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/feet',67650),
(32864,32782,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/forearms',67650),
(32865,32783,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/hands',67650),
(32866,32784,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/head',67650),
(32867,32785,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/legs',67650),
(32868,32786,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/legs_noskirt',67650),
(32869,32787,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/shoulders',67650),
(32870,32788,'accessories/wearable_items/_exp16/elemental_pegasus_armor1/skirt',67650),
(32871,32789,'accessories/wearable_items/cloak/exp16/cloak_metalstrips1',67650),
(32872,32790,'staticobjects/housing_portal_objects/vision_home_snowglobe_qeynos01',67650),
(32873,32791,'staticobjects/liveevent/frostfell/dpo_snowglobe_pof01',67650),
(32874,32792,'staticobjects/liveevent/frostfell/dpo_snowglobe_pok01',67650),
(32875,32793,'staticobjects/home_snowglobe_qeynos/transport_globes',67650),
(32876,32794,'playerstudio/houseitems/chocofactory_conveyer',67650),
(32877,32795,'playerstudio/houseitems/chocofactory_dispense',67650),
(32878,32796,'playerstudio/houseitems/chocofactory_door',67650),
(32879,32797,'playerstudio/houseitems/chocofactory_factory',67650),
(32880,32798,'playerstudio/houseitems/chocofactory_meter',67650),
(32881,32799,'_exp15/characters/tool_users/jester/jester_base',67650),
(32882,32800,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_dark_upright',67650),
(32883,32801,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_gold_upright',67650),
(32884,32802,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_purple_upright',67650),
(32885,32803,'staticobjects/liveevent/erollisi_objects/dpo_bauble_rose_red_upright',67650),
(32886,32804,'_exp15/objects/raids/pom_cave_support_01',67650),
(32887,32805,'_exp15/objects/raids/pom_cave_support_02',67650),
(32888,32806,'_exp15/objects/raids/pom_cave_in_large_01',67650),
(32889,32807,'accessories/npc_wearables/firiona_head/head',67650),
(32890,32808,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1x1_column_greenstucco',67650),
(32891,32809,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1x2_column_greenstucco',67650),
(32892,32810,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1x2_divider_w_sq_greenstucco',67650),
(32893,32811,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1x2_divider_w_tall_greenstucco',67650),
(32894,32812,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1x2_dividerblock_greenstucco',67650),
(32895,32813,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_1xhalf_block_greenstucco',67650),
(32896,32814,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_d_arch_greenstucco',67650),
(32897,32815,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_d_rect_greenstucco',67650),
(32898,32816,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_w_h_greenstucco',67650),
(32899,32817,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_w_sq_greenstucco',67650),
(32900,32818,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_w_tall_greenstucco',67650),
(32901,32819,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_divider_w_v_greenstucco',67650),
(32902,32820,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_2x2_dividerblock_greenstucco',67650),
(32903,32821,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_rail_greenstucco',67650),
(32904,32822,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_roundtile_greenstucco',67650),
(32905,32823,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_stair_greenstucco',67650),
(32906,32824,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/houseblock_triangletile_greenstucco',67650),
(32907,32825,'staticobjects/liveevent/brew_day/building_blocks/greenstucco/housecube_1x1_block_greenstucco',67650),
(32908,32826,'staticobjects/liveevent/brew_day/brew_day_wiskey_still',67650),
(32909,32827,'staticobjects/liveevent/brew_day/brewday_nutbowl_01',67650),
(32910,32828,'staticobjects/liveevent/brew_day/brewday_purfume_closed01',67650),
(32911,32829,'staticobjects/liveevent/brew_day/brewday_shamrock_alpha_patch01',67650),
(32912,32830,'staticobjects/liveevent/brew_day/brewday_shamrock_tile_panel01',67650),
(32913,32831,'staticobjects/liveevent/brew_day/drv_wine_bottle_plain_brass',67650),
(32914,32832,'staticobjects/liveevent/brew_day/food_boardbreadsliced',67650),
(32915,32833,'staticobjects/liveevent/brew_day/inna_lightsource_pirate_torch_swinging',67650),
(32916,32834,'staticobjects/liveevent/brew_day/ki_mat_floor_round_worn01',67650),
(32917,32835,'staticobjects/liveevent/brew_day/ki_mat_floor_square_worn01',67650),
(32918,32836,'staticobjects/liveevent/brew_day/mship_cbed01',67650),
(32919,32837,'staticobjects/liveevent/brew_day/mship_ccabinet01',67650),
(32920,32838,'staticobjects/liveevent/brew_day/mship_cdesk02',67650),
(32921,32839,'staticobjects/liveevent/bristlebane_day/halfing_armoire01_dkwd_clsd_laquered',67650),
(32922,32840,'staticobjects/liveevent/bristlebane_day/halfing_bed01_wddk_blue',67650),
(32923,32841,'staticobjects/liveevent/bristlebane_day/halfing_bench_paded01_dkwd_blue',67650),
(32924,32842,'staticobjects/liveevent/bristlebane_day/halfing_chair_paded01_blue',67650),
(32925,32843,'staticobjects/liveevent/bristlebane_day/halfing_loveseat_paded01_blue',67650),
(32926,32844,'staticobjects/liveevent/bristlebane_day/halfing_nightstand01_laquered',67650),
(32927,32845,'staticobjects/liveevent/bristlebane_day/halfing_stool_square01_paded_blue',67650),
(32928,32846,'staticobjects/liveevent/bristlebane_day/inna_high_mattress_troll_large01',67650),
(32929,32847,'staticobjects/liveevent/bristlebane_day/plant01_white',67650),
(32930,32848,'staticobjects/liveevent/bristlebane_day/sen_eaten_plate_01',67650),
(32931,32849,'staticobjects/liveevent/bristlebane_day/sen_eaten_plate_03',67650),
(32932,32850,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x1_column_pinkstucco',67650),
(32933,32851,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_column_pinkstucco',67650),
(32934,32852,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_divider_w_sq_pinkstucco',67650),
(32935,32853,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_divider_w_tall_pinkstucco',67650),
(32936,32854,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1x2_dividerblock_pinkstucco',67650),
(32937,32855,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_1xhalf_block_pinkstucco',67650),
(32938,32856,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_d_arch_pinkstucco',67650),
(32939,32857,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_d_rect_pinkstucco',67650),
(32940,32858,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_h_pinkstucco',67650),
(32941,32859,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_sq_pinkstucco',67650),
(32942,32860,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_tall_pinkstucco',67650),
(32943,32861,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_divider_w_v_pinkstucco',67650),
(32944,32862,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_2x2_dividerblock_pinkstucco',67650),
(32945,32863,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_rail_pinkstucco',67650),
(32946,32864,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_roundtile_pinkstucco',67650),
(32947,32865,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_stair_pinkstucco',67650),
(32948,32866,'staticobjects/liveevent/erollisi_objects/building_blocks/houseblock_triangletile_pinkstucco',67650),
(32949,32867,'staticobjects/liveevent/erollisi_objects/building_blocks/housecube_1x1_block_pinkstucco',67650),
(32950,32868,'staticobjects/liveevent/erollisi_objects/cm_piano_bench01_white',67650),
(32951,32869,'staticobjects/liveevent/erollisi_objects/cm_piano_closed01_white',67650),
(32952,32870,'staticobjects/liveevent/erollisi_objects/erollosi_flowers_patch01_butterflies',67650),
(32953,32871,'staticobjects/liveevent/erollisi_objects/errolisi_bigbouquet01_black',67650),
(32954,32872,'staticobjects/liveevent/erollisi_objects/pok_rug_rectangle01_purp',67650),
(32955,32873,'staticobjects/liveevent/erollisi_objects/pok_rug_round01_large01_purp',67650),
(32956,32874,'staticobjects/liveevent/erollisi_objects/sfm_sign_wall_erollisi_pink_01',67650),
(32957,32875,'staticobjects/liveevent/erollisi_objects/sfm_sign_wall_erollisi_purple_01',67650),
(32958,32876,'staticobjects/liveevent/frostfell/sfm_sign_wall_frostfell_candycanes_01',67650),
(32959,32877,'staticobjects/liveevent/tinkerfest/um_city_gauge01',67650),
(32960,32878,'staticobjects/panels/dpo_panel_greenstucco',67650),
(32961,32879,'staticobjects/panels/dpo_panel_pinkstucco',67650),
(32962,32880,'creatures/tu/gnoll_updated_fippy',67650),
(32963,32881,'_exp15/objects/mischief/curtains_base',67650),
(32964,32882,'creatures/familiars/camel/camel',67650),
(32965,32883,'creatures/familiars/cobra/cobra_desert',67650),
(32966,32884,'creatures/familiars/goo/goo_energy_globs',67650),
(32967,32885,'creatures/familiars/beetle/beetle_original_shadow',67650),
(32968,32886,'creatures/familiars/shissar_custodian/shissar_custodian',67650),
(32969,32887,'creatures/familiars/plushy_animals/plushy_animal_badger2',67650),
(32970,32888,'creatures/familiars/blood_worm/blood_worm',67650),
(32971,32889,'creatures/familiars/octoyogg/octoyogg_purple',67650),
(32972,32890,'creatures/familiars/stirge/stirge',67650),
(32973,32891,'creatures/familiars/ethereal_construct/ethereal_construct_gold_purple',67650),
(32974,32892,'creatures/familiars/succulent/succulent',67650),
(32975,32893,'creatures/familiars/komodo/komodo_blackred',67650),
(32976,32894,'creatures/familiars/clay_golem/clay_golem_magma',67650),
(32977,32895,'creatures/familiars/shambling_mound/shambling_mound_coral',67650),
(32978,32896,'creatures/familiars/calamari/calamari_red',67650),
(32979,32897,'creatures/familiars/poxfiend/poxfiend_violet',67650),
(32980,32898,'creatures/familiars/lion/lion_new_base',67650),
(32981,32899,'creatures/familiars/dire_bear/dire_bear01_warmor02',67650),
(32982,32900,'creatures/familiars/void_beast/void_beast_06',67650),
(32983,32901,'creatures/familiars/bear/bear_harbinger',67650),
(32984,32902,'creatures/familiars/horse_festral/horse_festral_disease_npc',67650),
(32985,32903,'creatures/familiars/elemental_solusek/elemental_solusek_upgraded',67650),
(32986,32904,'creatures/familiars/nilborien/nilborien_lava',67650),
(32987,32905,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_fightingstick1',67650),
(32988,32906,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_fightingstick2',67650),
(32989,32907,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_fightingstick3',67650),
(32990,32908,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_hoghammer1',67650),
(32991,32909,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_hoghammer2',67650),
(32992,32910,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_hoghammer3',67650),
(32993,32911,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_mace1',67650),
(32994,32912,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_mace2',67650),
(32995,32913,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_mace3',67650),
(32996,32914,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_maceball1',67650),
(32997,32915,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_maceball2',67650),
(32998,32916,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_maceball3',67650),
(32999,32917,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_pick1',67650),
(33000,32918,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_pick2',67650),
(33001,32919,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_pick3',67650),
(33002,32920,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_sledge1',67650),
(33003,32921,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_sledge2',67650),
(33004,32922,'accessories/wieldable_items/weapons/exp16/1h_crush/dwarven/hammer_dwarven_sledge3',67650),
(33005,32923,'accessories/wieldable_items/weapons/exp16/1h_crush/fish/1h_crush_fish_chinook',67650),
(33006,32924,'accessories/wieldable_items/weapons/exp16/1h_crush/fish/1h_crush_fish_clownfish',67650),
(33007,32925,'accessories/wieldable_items/weapons/exp16/1h_crush/fish/1h_crush_fish_steelhead',67650),
(33008,32926,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_huntersblade1',67650),
(33009,32927,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_huntersblade2',67650),
(33010,32928,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_huntersblade3',67650),
(33011,32929,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_pointy1',67650),
(33012,32930,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_pointy2',67650),
(33013,32931,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_pointy3',67650),
(33014,32932,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_poisonshaft1',67650),
(33015,32933,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_poisonshaft2',67650),
(33016,32934,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_poisonshaft3',67650),
(33017,32935,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_shortspear1',67650),
(33018,32936,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_shortspear2',67650),
(33019,32937,'accessories/wieldable_items/weapons/exp16/1h_pierce/dwarven/dagger_dwarven_shortspear3',67650),
(33020,32938,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_doubleblade1',67650),
(33021,32939,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_doubleblade2',67650),
(33022,32940,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_doubleblade3',67650),
(33023,32941,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_handaxe1',67650),
(33024,32942,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_handaxe2',67650),
(33025,32943,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/axe_dwarven_handaxe3',67650),
(33026,32944,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_onesidedblade1',67650),
(33027,32945,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_onesidedblade2',67650),
(33028,32946,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_onesidedblade3',67650),
(33029,32947,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_toothblade1',67650),
(33030,32948,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_toothblade2',67650),
(33031,32949,'accessories/wieldable_items/weapons/exp16/1h_sword/dwarven/sword_dwarven_toothblade3',67650),
(33032,32950,'accessories/wieldable_items/weapons/exp16/1h_wand/dwarven/wand_dwarven_jeweled1',67650),
(33033,32951,'accessories/wieldable_items/weapons/exp16/1h_wand/dwarven/wand_dwarven_jeweled2',67650),
(33034,32952,'accessories/wieldable_items/weapons/exp16/1h_wand/dwarven/wand_dwarven_jeweled3',67650),
(33035,32953,'accessories/wieldable_items/weapons/exp16/2h_crush/dwarven/hammer_twohand_hoghead1',67650),
(33036,32954,'accessories/wieldable_items/weapons/exp16/2h_crush/dwarven/hammer_twohand_hoghead2',67650),
(33037,32955,'accessories/wieldable_items/weapons/exp16/2h_crush/dwarven/hammer_twohand_hoghead3',67650),
(33038,32956,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/axe_twohand_dwarven1',67650),
(33039,32957,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/axe_twohand_dwarven2',67650),
(33040,32958,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/axe_twohand_dwarven3',67650),
(33041,32959,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/sword_twohand_dwarven1',67650),
(33042,32960,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/sword_twohand_dwarven2',67650),
(33043,32961,'accessories/wieldable_items/weapons/exp16/2h_sword/dwarven/sword_twohand_dwarven3',67650),
(33044,32962,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven_hogshot1',67650),
(33045,32963,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven_hogshot2',67650),
(33046,32964,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven_hogshot3',67650),
(33047,32965,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven1',67650),
(33048,32966,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven2',67650),
(33049,32967,'accessories/wieldable_items/weapons/exp16/bow/dwarven/longbow_dwarven3',67650),
(33050,32968,'accessories/wieldable_items/weapons/exp16/fist/dwarven/fist_dwarven1',67650),
(33051,32969,'accessories/wieldable_items/weapons/exp16/fist/dwarven/fist_dwarven2',67650),
(33052,32970,'accessories/wieldable_items/weapons/exp16/fist/dwarven/fist_dwarven3',67650),
(33053,32971,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_fighter_dwarven1',67650),
(33054,32972,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_fighter_dwarven2',67650),
(33055,32973,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_fighter_dwarven3',67650),
(33056,32974,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_mage_dwarven1',67650),
(33057,32975,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_mage_dwarven2',67650),
(33058,32976,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_mage_dwarven3',67650),
(33059,32977,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_priest_dwarven1',67650),
(33060,32978,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_priest_dwarven2',67650),
(33061,32979,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_priest_dwarven3',67650),
(33062,32980,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven_shaman1',67650),
(33063,32981,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven_shaman2',67650),
(33064,32982,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven_shaman3',67650),
(33065,32983,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven1',67650),
(33066,32984,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven2',67650),
(33067,32985,'accessories/wieldable_items/weapons/exp16/staff/dwarven/staff_spear_dwarven3',67650),
(33068,32986,'accessories/wieldable_items/weapons/exp16/1h_crush/rubberchicken/1h_crush_rubberchicken_cockatrice',67650),
(33069,32987,'accessories/wieldable_items/weapons/exp16/1h_crush/rubberchicken/1h_crush_rubberchicken_naked',67650),
(33070,32988,'accessories/wieldable_items/weapons/exp16/1h_crush/rubberchicken/1h_crush_rubberchicken_yellow',67650),
(33071,32989,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/forearm_knight_left_tintable',67650),
(33072,32990,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/forearm_knight_right_tintable',67650),
(33073,32991,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/head_knight_tintable',67650),
(33074,32992,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/pauldron_knight_left_tintable',67650),
(33075,32993,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/pauldron_knight_right_tintable',67650),
(33076,32994,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/shin_knight_left_tintable',67650),
(33077,32995,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/accessory/shin_knight_right_tintable',67650),
(33078,32996,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/chest',67650),
(33079,32997,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/feet',67650),
(33080,32998,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/forearms',67650),
(33081,32999,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/hands',67650),
(33082,33000,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/hands_epic',67650),
(33083,33001,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/head',67650),
(33084,33002,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/head_knight_tintable',67650),
(33085,33003,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/legs',67650),
(33086,33004,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/legs_epic',67650),
(33087,33005,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/legs_noskirt',67650),
(33088,33006,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/right',67650),
(33089,33007,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/shoulders',67650),
(33090,33008,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/shoulders_epic',67650),
(33091,33009,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/shoulders_nopauldrons',67650),
(33092,33010,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/skirt',67650),
(33093,33011,'playerstudio/houseitems/ero_border',67650),
(33094,33012,'playerstudio/houseitems/ero_column',67650),
(33095,33013,'playerstudio/houseitems/ero_longwall',67650),
(33096,33014,'playerstudio/houseitems/ero_platform',67650),
(33097,33015,'playerstudio/houseitems/ero_roof01',67650),
(33098,33016,'playerstudio/houseitems/ero_roofborder',67650),
(33099,33017,'playerstudio/houseitems/ero_shortwall',67650),
(33100,33018,'playerstudio/houseitems/ero_statue',67650),
(33101,33019,'creatures/mounts/broom/broom_mount_base',67650),
(33102,33020,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_stein1',67650),
(33103,33021,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_stein2',67650),
(33104,33022,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_stein3',67650),
(33105,33023,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tablet1',67650),
(33106,33024,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tablet2',67650),
(33107,33025,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tablet3',67650),
(33108,33026,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tongs1',67650),
(33109,33027,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tongs2',67650),
(33110,33028,'accessories/wieldable_items/weapons/exp16/talisman/dwarven/talisman_dwarven_tongs3',67650),
(33111,33029,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_unsaddled1',67650),
(33112,33030,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_unsaddled2',67650),
(33113,33031,'creatures/mounts/anglerserpent_mount/anglerserpent_mount_unsaddled3',67650),
(33114,33032,'_exp16/characters/monsters/stitch_witch/stitch_witch',67650),
(33115,33033,'accessories/wieldable_items/shields/exp16/shield_buckler_dwarven1',67650),
(33116,33034,'accessories/wieldable_items/shields/exp16/shield_buckler_dwarven2',67650),
(33117,33035,'accessories/wieldable_items/shields/exp16/shield_buckler_dwarven3',67650),
(33118,33036,'accessories/wieldable_items/shields/exp16/shield_kite_dwarven1',67650),
(33119,33037,'accessories/wieldable_items/shields/exp16/shield_kite_dwarven2',67650),
(33120,33038,'accessories/wieldable_items/shields/exp16/shield_kite_dwarven3',67650),
(33121,33039,'accessories/wieldable_items/shields/exp16/shield_round_dwarven1',67650),
(33122,33040,'accessories/wieldable_items/shields/exp16/shield_round_dwarven2',67650),
(33123,33041,'accessories/wieldable_items/shields/exp16/shield_round_dwarven3',67650),
(33124,33042,'accessories/wieldable_items/shields/exp16/shield_tower_dwarven1',67650),
(33125,33043,'accessories/wieldable_items/shields/exp16/shield_tower_dwarven2',67650),
(33126,33044,'accessories/wieldable_items/shields/exp16/shield_tower_dwarven3',67650),
(33127,33045,'accessories/npc_wearables/npc_stance_weapons/1h_sword',67650),
(33128,33046,'accessories/npc_wearables/npc_stance_weapons/dual_wield',67650),
(33129,33047,'accessories/npc_wearables/npc_stance_weapons/pike',67650),
(33130,33048,'accessories/npc_wearables/npc_stance_weapons/untrained',67650),
(33131,33049,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/propellers/head_propeller_basic',67650),
(33132,33050,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/propellers/head_propeller_basicfx',67650),
(33133,33051,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/propellers/head_propeller_blackwhite',67650),
(33134,33052,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/propellers/head_propeller_purplegreen',67650),
(33135,33053,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/propellers/head_propeller_redyellow',67650),
(33136,33054,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/helm_propeller_hat_basic',67650),
(33137,33055,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/helm_propeller_hat_blackwhite',67650),
(33138,33056,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/helm_propeller_hat_greenpurple',67650),
(33139,33057,'accessories/wearable_items/profesion_hats/tin_foil_helm/propeller_hat/helm_propeller_hat_redyellow',67650),
(33140,33058,'_exp15/objects/mischief/vat_cranberries',67650),
(33141,33059,'_exp15/objects/mischief/vat_blueberries',67650),
(33142,33060,'_exp15/objects/mischief/book_stack_03',67650),
(33143,33061,'_exp15/objects/mischief/urn_tall_01',67650),
(33144,33062,'_exp15/objects/mischief/urn_fat_01',67650),
(33145,33063,'_exp15/objects/mischief/urn_short_01',67650),
(33146,33064,'_exp15/objects/mischief/plate_silver_01',67650),
(33147,33065,'_exp15/objects/mischief/plate_brown_01',67650),
(33148,33066,'_exp15/objects/mischief/stone_forge_table_01',67650),
(33149,33067,'_exp15/objects/mischief/stone_forge_table_02',67650),
(33150,33068,'_exp15/objects/mischief/bushes_darkblue',67650),
(33151,33069,'_exp15/objects/mischief/bushes_pink',67650),
(33152,33070,'_exp15/objects/mischief/bristlebane_throne',67650),
(33153,33071,'_exp15/objects/mischief/rock_large_full5',67650),
(33154,33072,'_exp15/objects/mischief/rock_large_minus4',67650),
(33155,33073,'_exp15/objects/mischief/rock_large_minus3',67650),
(33156,33074,'_exp15/objects/mischief/rock_large_minus2',67650),
(33157,33075,'_exp15/objects/mischief/rock_large_minus1',67650),
(33158,33076,'_exp15/objects/mischief/mine_support_small',67650),
(33159,33077,'_exp15/objects/mischief/mine_support_large',67650),
(33160,33078,'_exp15/objects/mischief/bristlebane_painting_01',67650),
(33161,33079,'_exp15/objects/mischief/bristlebane_painting_shimmering_02',67650),
(33162,33080,'_exp15/objects/mischief/pom_sconce_01',67650),
(33163,33081,'_exp15/objects/mischief/pom_knight_statue_eq1',67650),
(33164,33082,'_exp15/objects/mischief/pom_tapestry_01',67650),
(33165,33083,'_exp15/objects/mischief/bristlebane_throne_jester',67650),
(33166,33084,'staticobjects/statues/firiona_vie_gold',67650),
(33167,33085,'staticobjects/pictures/eq1_kunarkpainting',67650),
(33168,33086,'_exp15/objects/mischief/centerpiece_helmet_lit',67650),
(33169,33087,'_exp15/objects/mischief/tallback_chair_01',67650),
(33170,33088,'_exp15/objects/mischief/drunder_brazier_lit_01',67650),
(33171,33089,'_exp15/objects/mischief/drunder_brazier_lit_02',67650),
(33172,33090,'_exp15/objects/mischief/drunder_shield_emblem_01',67650),
(33173,33091,'_exp15/objects/mischief/drunder_brazier_blue_lit_01',67650),
(33174,33092,'_exp15/objects/mischief/drunder_chandelier_lit_01',67650),
(33175,33093,'_exp15/objects/mischief/drunder_shield_emblem_02',67650),
(33176,33094,'_exp15/objects/mischief/felwithe_tall_lamp_01',67650),
(33177,33095,'_exp15/objects/mischief/felwithe_chandelier_01',67650),
(33178,33096,'_exp15/objects/mischief/felwithe_tall_lamp_02',67650),
(33179,33097,'_exp15/objects/mischief/felwithe_sconce_01',67650),
(33180,33098,'_exp15/objects/mischief/felwithe_tall_lamp_03',67650),
(33181,33099,'_exp15/objects/mischief/kelethin_chandelier_01',67650),
(33182,33100,'_exp15/objects/mischief/pok_sconce_01',67650),
(33183,33101,'_exp15/objects/mischief/maldura_sconce_01',67650),
(33184,33102,'_exp15/objects/mischief/floaty_crystal_light_01',67650),
(33185,33103,'_exp15/objects/mischief/tall_bamboo_lamp_light_01',67650),
(33186,33104,'_exp15/objects/mischief/small_bamboo_lamp_light_01',67650),
(33187,33105,'_exp15/objects/mischief/pow_brazier_light_01',67650),
(33188,33106,'_exp15/objects/mischief/pow_brazier_light_02',67650),
(33189,33107,'_exp15/objects/mischief/qey_gh_sconce_light_01',67650),
(33190,33108,'_exp15/objects/mischief/qey_gh_chandelier_light_01',67650),
(33191,33109,'_exp15/objects/mischief/qey_gh_brazier_light_01',67650),
(33192,33110,'_exp15/objects/mischief/sun_shaft_obj_gold_01',67650),
(33193,33111,'_exp15/objects/mischief/hands_sconce_light_01',67650),
(33194,33112,'_exp15/objects/mischief/pom_misc_dirt_pile_01',67650),
(33195,33113,'_exp15/objects/mischief/pom_misc_hard_rock_01',67650),
(33196,33114,'_exp15/objects/mischief/pom_misc_hard_rock_02',67650),
(33197,33115,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_base',67650),
(33198,33116,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_heavy',67650),
(33199,33117,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_light',67650),
(33200,33118,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_medium',67650),
(33201,33119,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_male_base',67650),
(33202,33120,'_exp15/objects/mischief/pom_bristlebane_statue_laugh_01',67650),
(33203,33121,'_exp15/objects/mischief/pom_spinning_jester_01',67650),
(33204,33122,'_exp15/objects/mischief/pom_spinning_jester_02',67650),
(33205,33123,'accessories/wearable_items/_exp16/knight_tintable_dreadnaught/vanguard/chest_sparkle',67650),
(33206,33124,'_exp15/objects/mischief/reinforced_crate_pile_01',67650),
(33207,33125,'_exp15/objects/mischief/plank_pile_01',67650),
(33208,33126,'_exp15/objects/mischief/barrels_on_platform_01',67650),
(33209,33127,'_exp15/objects/mischief/barrels_stack3_01',67650),
(33210,33128,'_exp15/objects/mischief/barrels_stack_small_01',67650),
(33211,33129,'_exp15/objects/mischief/flour_pile_01',67650),
(33212,33130,'_exp15/objects/mischief/cupboard_scrolls_short',67650),
(33213,33131,'_exp15/objects/mischief/cupboard_empty_tall',67650),
(33214,33132,'_exp15/objects/mischief/cupboard_scrolls_tall',67650),
(33215,33133,'_exp15/objects/mischief/cupboard_scrolls_medium',67650),
(33216,33134,'_exp15/objects/mischief/wheel_barrow_with_flour',67650),
(33217,33135,'_exp15/objects/mischief/hanging_lantern',67650),
(33218,33136,'_exp15/objects/mischief/combine_shelves_full_01',67650),
(33219,33137,'_exp15/objects/mischief/barrel_keg_platform',67650),
(33220,33138,'_exp15/objects/mischief/barrel_keg',67650),
(33221,33139,'_exp15/objects/mischief/burning_candle',67650),
(33222,33140,'_exp15/objects/mischief/pom_wall_blocker',67650),
(33223,33141,'_exp15/objects/raids/pom_false_floor_01',67650),
(33224,33142,'_exp15/objects/raids/pom_false_floor_02',67650),
(33225,33143,'_exp15/characters/tool_users/jester/jester_01',67650),
(33226,33144,'_exp15/characters/tool_users/jester/jester_02',67650),
(33227,33145,'_exp16/characters/monsters/shrieker/shrieker_base',67650),
(33228,33146,'creatures/familiars/bone_golem/bone_golem_weapon_uber',67650),
(33229,33147,'_exp16/characters/monsters/shrieker/shrieker_tintable',67650),
(33230,33148,'_exp16/characters/monsters/shrieker/shrieker_necrotic',67650),
(33231,33149,'_exp16/characters/monsters/shrieker/shrieker_flame',67650),
(33232,33150,'_exp15/objects/raids/mis_doll_alt_arm',67650),
(33233,33151,'_exp15/objects/raids/mis_doll_alt_arm01',67650),
(33234,33152,'_exp15/objects/raids/mis_doll_alt_head',67650),
(33235,33153,'_exp15/objects/raids/mis_doll_alt_leg',67650),
(33236,33154,'_exp15/objects/raids/mis_doll_burnt_arm',67650),
(33237,33155,'_exp15/objects/raids/mis_doll_burnt_body',67650),
(33238,33156,'_exp15/objects/raids/mis_doll_burnt_head',67650),
(33239,33157,'_exp15/objects/raids/mis_doll_burnt_leg',67650),
(33240,33158,'_exp15/objects/raids/mis_doll_voodoo_arm',67650),
(33241,33159,'_exp15/objects/raids/mis_doll_voodoo_body',67650),
(33242,33160,'_exp15/objects/raids/mis_doll_voodoo_head',67650),
(33243,33161,'_exp15/objects/raids/mis_doll_voodoo_leg',67650),
(33244,33162,'_exp15/objects/raids/mis_doll_warrior_arm',67650),
(33245,33163,'_exp15/objects/raids/mis_doll_warrior_body',67650),
(33246,33164,'_exp15/objects/raids/mis_doll_warrior_head',67650),
(33247,33165,'_exp15/objects/raids/mis_doll_warrior_leg',67650),
(33248,33166,'creatures/tu/gods_bristlebane_v2',67650),
(33249,33167,'accessories/npc_wearables/bristlebane_jester_hat/head',67650),
(33250,33168,'staticobjects/liveevent/beastr_eggs/beastr_egg_basket_01',67650),
(33251,33169,'staticobjects/liveevent/beastr_eggs/beastr_egg_tall_basket_01',67650),
(33252,33170,'staticobjects/liveevent/beastr_eggs/beastr_egg_tall_basket_02',67650),
(33253,33171,'staticobjects/liveevent/beastr_eggs/beastr_egg_tall_basket_03',67650),
(33254,33172,'staticobjects/liveevent/bristlebane_day/dpo_panel_eru_metal_blue01',67650),
(33255,33173,'staticobjects/liveevent/bristlebane_day/dpo_panel_eru_metal_gold01',67650),
(33256,33174,'staticobjects/liveevent/oceansfull/cs_othmir_shell',67650),
(33257,33175,'staticobjects/liveevent/oceansfull/cs_othmir_shell_broken_1of2',67650),
(33258,33176,'staticobjects/liveevent/oceansfull/cs_othmir_shell_broken_2of2',67650),
(33259,33177,'staticobjects/liveevent/oceansfull/cs_othmir_shell_conch_gold',67650),
(33260,33178,'staticobjects/liveevent/oceansfull/djn_steel_painting05_ship_dpo',67650),
(33261,33179,'staticobjects/liveevent/oceansfull/exp06_dun_vastydeep01_coral01_dpo',67650),
(33262,33180,'staticobjects/liveevent/oceansfull/oceansfloor_dais',67650),
(33263,33181,'staticobjects/liveevent/oceansfull/sg_coral_sponge01',67650),
(33264,33182,'staticobjects/liveevent/oceansfull/sg_coral_sponge03',67650),
(33265,33183,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x1_column_lavacrack',67650),
(33266,33184,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_column_lavacrack',67650),
(33267,33185,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_divider_w_sq_lavacrack',67650),
(33268,33186,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_divider_w_tall_lavacrack',67650),
(33269,33187,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1x2_dividerblock_lavacrack',67650),
(33270,33188,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_1xhalf_block_lavacrack',67650),
(33271,33189,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_d_arch_lavacrack',67650),
(33272,33190,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_d_rect_lavacrack',67650),
(33273,33191,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_h_lavacrack',67650),
(33274,33192,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_sq_lavacrack',67650),
(33275,33193,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_tall_lavacrack',67650),
(33276,33194,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_divider_w_v_lavacrack',67650),
(33277,33195,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_2x2_dividerblock_lavacrack',67650),
(33278,33196,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_rail_lavacrack',67650),
(33279,33197,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_roundtile_lavacrack',67650),
(33280,33198,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_stair_lavacrack',67650),
(33281,33199,'staticobjects/liveevent/scorchedsky/building_blocks/houseblock_triangletile_lavacrack',67650),
(33282,33200,'staticobjects/liveevent/scorchedsky/building_blocks/housecube_1x1_block_lavacrack',67650),
(33283,33201,'staticobjects/liveevent/scorchedsky/dpo_panel_pof_metal_lavacrack',67650),
(33284,33202,'staticobjects/liveevent/scorchedsky/pof_geo_bossplatform01',67650),
(33285,33203,'staticobjects/liveevent/scorchedsky/pof_geo_bridge02',67650),
(33286,33204,'staticobjects/liveevent/scorchedsky/pof_geo_rootcurve01_dpo',67650),
(33287,33205,'staticobjects/liveevent/tinkerfest/gnome_bench_research_long',67650),
(33288,33206,'staticobjects/liveevent/tinkerfest/gnome_bench_research_short',67650),
(33289,33207,'staticobjects/liveevent/tinkerfest/gnome_gear_panel01',67650),
(33290,33208,'staticobjects/liveevent/tinkerfest/gnome_gear_panel02',67650),
(33291,33209,'staticobjects/liveevent/tinkerfest/gnome_research_table01',67650),
(33292,33210,'staticobjects/liveevent/tinkerfest/p14_innvext_pipebrazier01_pfx_dpo',67650),
(33293,33211,'staticobjects/liveevent/tinkerfest/soleye_gnome_oregrinder01',67650),
(33294,33212,'staticobjects/liveevent/tinkerfest/tinkerfest_main_console02_door',67650),
(33295,33213,'accessories/npc_wearables/npc_stance_weapons/1h_pierce',67650),
(33296,33214,'staticobjects/portals/runnyeye_portal',67650),
(33297,33215,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_female_base',67650),
(33298,33216,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_female_v1',67650),
(33299,33217,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_female_v2',67650),
(33300,33218,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_male_base',67650),
(33301,33219,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_male_v1',67650),
(33302,33220,'_exp11/characters/tool_users/grimling/grimling_shadowtainted_male_v2',67650),
(33303,33221,'_exp16/characters/monsters/shrieker/shrieker_biter_tintable',67650),
(33304,33222,'_exp16/characters/monsters/shrieker/shrieker_biter_necrotic',67650),
(33305,33223,'_exp16/characters/monsters/shrieker/shrieker_biter_flame',67650),
(33306,33224,'_exp16/characters/monsters/shrieker/shrieker_biter_base',67650),
(33307,33225,'playerstudio/houseitems/brew_coop',67650),
(33308,33226,'playerstudio/houseitems/brew_hen_antonican',67650),
(33309,33227,'playerstudio/houseitems/brew_hen_freeport',67650),
(33310,33228,'playerstudio/houseitems/brew_hen_gorowyn',67650),
(33311,33229,'playerstudio/houseitems/brew_hen_neriak',67650),
(33312,33230,'playerstudio/houseitems/brew_rooster_qeynos',67650),
(33313,33231,'playerstudio/houseitems/brew_hen_qeynos',67650),
(33314,33232,'playerstudio/houseitems/brew_hen_rivervale',67650),
(33315,33233,'playerstudio/houseitems/brew_rooster_antonican',67650),
(33316,33234,'playerstudio/houseitems/brew_rooster_freeport',67650),
(33317,33235,'playerstudio/houseitems/brew_rooster_gorowyn',67650),
(33318,33236,'playerstudio/houseitems/brew_rooster_neriak',67650),
(33319,33237,'playerstudio/houseitems/brew_rooster_rivervale',67650),
(33320,33238,'_exp16/characters/tool_users/shadow_soldier/shadow_soldier',67650),
(33321,33239,'_exp16/characters/tool_users/shadow_soldier/shadow_soldier_lightinfected1',67650),
(33322,33240,'_exp16/characters/tool_users/shadow_soldier/shadow_soldier_lightinfected2',67650),
(33323,33241,'_exp16/characters/tool_users/shadow_soldier/shadow_soldier_lightinfected3',67650),
(33324,33242,'_exp16/characters/tool_users/shadow_soldier/shadow_soldier2',67650),
(33325,33243,'staticobjects/housing_portal_objects/vision_home_sleeper01',67650),
(33326,33244,'staticobjects/housing_portal_objects/vision_home_sleeper02',67650),
(33327,33245,'_exp15/objects/house_items/building_blocks/houseblock_1x1_column02_diamondtile',67650),
(33328,33246,'_exp15/objects/house_items/building_blocks/houseblock_1x2_column02_diamondtile',67650),
(33329,33247,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_sq_diamondtile',67650),
(33330,33248,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_tall_diamondtile',67650),
(33331,33249,'_exp15/objects/house_items/building_blocks/houseblock_1x2_dividerblock02_diamondtile',67650),
(33332,33250,'_exp15/objects/house_items/building_blocks/houseblock_1xhalf_block02_diamondtile',67650),
(33333,33251,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_arch_diamondtile',67650),
(33334,33252,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_rect_diamondtile',67650),
(33335,33253,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_h_diamondtile',67650),
(33336,33254,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_sq_diamondtile',67650),
(33337,33255,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_tall_diamondtile',67650),
(33338,33256,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_v_diamondtile',67650),
(33339,33257,'_exp15/objects/house_items/building_blocks/houseblock_2x2_dividerblock02_diamondtile',67650),
(33340,33258,'_exp15/objects/house_items/building_blocks/houseblock_rail02_diamondtile',67650),
(33341,33259,'_exp15/objects/house_items/building_blocks/houseblock_roundtile02_diamondtile',67650),
(33342,33260,'_exp15/objects/house_items/building_blocks/houseblock_stair02_diamondtile',67650),
(33343,33261,'_exp15/objects/house_items/building_blocks/houseblock_triangletile02_diamondtile',67650),
(33344,33262,'_exp15/objects/house_items/building_blocks/housecube_1x1_block02_diamondtile',67650),
(33345,33263,'_exp15/objects/house_items/building_blocks/houseblock_1x1_column02_checkeredtile',67650),
(33346,33264,'_exp15/objects/house_items/building_blocks/houseblock_1x2_column02_checkeredtile',67650),
(33347,33265,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_sq_checkeredtile',67650),
(33348,33266,'_exp15/objects/house_items/building_blocks/houseblock_1x2_divider02_w_tall_checkeredtile',67650),
(33349,33267,'_exp15/objects/house_items/building_blocks/houseblock_1x2_dividerblock02_checkeredtile',67650),
(33350,33268,'_exp15/objects/house_items/building_blocks/houseblock_1xhalf_block02_checkeredtile',67650),
(33351,33269,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_arch_checkeredtile',67650),
(33352,33270,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_d_rect_checkeredtile',67650),
(33353,33271,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_h_checkeredtile',67650),
(33354,33272,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_sq_checkeredtile',67650),
(33355,33273,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_tall_checkeredtile',67650),
(33356,33274,'_exp15/objects/house_items/building_blocks/houseblock_2x2_divider02_w_v_checkeredtile',67650),
(33357,33275,'_exp15/objects/house_items/building_blocks/houseblock_2x2_dividerblock02_checkeredtile',67650),
(33358,33276,'_exp15/objects/house_items/building_blocks/houseblock_rail02_checkeredtile',67650),
(33359,33277,'_exp15/objects/house_items/building_blocks/houseblock_roundtile02_checkeredtile',67650),
(33360,33278,'_exp15/objects/house_items/building_blocks/houseblock_stair02_checkeredtile',67650),
(33361,33279,'_exp15/objects/house_items/building_blocks/houseblock_triangletile02_checkeredtile',67650),
(33362,33280,'_exp15/objects/house_items/building_blocks/housecube_1x1_block02_checkeredtile',67650),
(33363,33281,'_exp15/objects/mischief/curtain_roped_off',67650),
(33364,33282,'_exp15/objects/mischief/green_stone_floor',67650),
(33365,33283,'_exp16/characters/tool_users/eq01_illusion/illusion_eq01_human_female_base',67650),
(33366,33284,'_exp16/characters/tool_users/eq01_illusion/illusion_eq01_human_male_base',67650),
(33367,33285,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_books_set02',67650),
(33368,33286,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_books_set06',67650),
(33369,33287,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_runner01',67650),
(33370,33288,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_runner02',67650),
(33371,33289,'_exp15/objects/mischief/large_stone_pillar',67650),
(33372,33290,'_exp15/objects/mischief/mischief_curtain_hanging',67650),
(33373,33291,'_exp15/objects/mischief/smithy_rank3',67650),
(33374,33292,'_exp15/objects/mischief/adv_pom_phases_complete',67650),
(33375,33293,'_exp15/objects/mischief/adv_pom_prov_phase_2',67650),
(33376,33294,'_exp15/objects/mischief/adv_pom_prov_phase_3',67650),
(33377,33295,'_exp15/objects/mischief/adv_pom_smithy_phase_2',67650),
(33378,33296,'_exp15/objects/mischief/adv_pom_tailor_phase_2',67650),
(33379,33297,'_exp15/objects/mischief/adv_pom_tailor_phase_3',67650),
(33380,33298,'_exp15/objects/mischief/adv_pom_tinker_phase_2',67650),
(33381,33299,'_exp15/objects/mischief/adv_pom_tinker_phase_3',67650),
(33382,33300,'_exp15/objects/mischief/curtain_roped_off_collide',67650),
(33383,33301,'_exp15/objects/mischief/curtain_hanging_top',67650),
(33384,33302,'_exp15/objects/mischief/pom_anchorage_banner',67650),
(33385,33303,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_clock_centerknob',67650),
(33386,33304,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_clock_largehand',67650),
(33387,33305,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_clock_smallhand',67650),
(33388,33306,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block1',67650),
(33389,33307,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block2',67650),
(33390,33308,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block3',67650),
(33391,33309,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block4',67650),
(33392,33310,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block5',67650),
(33393,33311,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block6',67650),
(33394,33312,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block7',67650),
(33395,33313,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block8',67650),
(33396,33314,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block9',67650),
(33397,33315,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_block10',67650),
(33398,33316,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_weightscale',67650),
(33399,33317,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_spikes_invisiblewalk',67650),
(33400,33318,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_spikes_mural01',67650),
(33401,33319,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_spikes_mural02',67650),
(33402,33320,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_center_activator',67650),
(33403,33321,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_hammer',67650),
(33404,33322,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_staff',67650),
(33405,33323,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_sword',67650),
(33406,33324,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_symbol',67650),
(33407,33325,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_transprter_off',67650),
(33408,33326,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_transprter_on',67650),
(33409,33327,'_exp16/objects/exp16_dun_ssraeshza_mines_01/glowing_crystal01',67650),
(33410,33328,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_hammersymb',67650),
(33411,33329,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_staffsymb',67650),
(33412,33330,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_swordsymb',67650),
(33413,33331,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_symbol',67650),
(33414,33332,'creatures/familiars/anglerserpent/anglerserpent_mount_unsaddled2',67650),
(33415,33333,'creatures/familiars/beetle/beetle',67650),
(33416,33334,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_mineroomfloor_nub_hilight',67650),
(33417,33335,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_rings_teleporter_blue',67650),
(33418,33336,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_rings_spinning_red_pfx',67650),
(33419,33337,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_rings_spinning_blue_pfx',67650),
(33420,33338,'_exp16/objects/exp16_dun_ssraeshza_mines_01/pyramid_waterfall01',67650),
(33421,33339,'_exp16/objects/exp16_dun_ssraeshza_mines_01/pyramid_watersplsh_wake',67650),
(33422,33340,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_waterfalls01',67650),
(33423,33341,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_spikes_floorplate_hilite',67650),
(33424,33342,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_staffsymb_tilt',67650),
(33425,33343,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_symbol_tilt',67650),
(33426,33344,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_swordsymb_tilt',67650),
(33427,33345,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_transporter_hammersymb_tilt',67650),
(33428,33346,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_statuebase01',67650),
(33429,33347,'creatures/tu/firiona_vie_armor',67650),
(33430,33348,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_clock_largehand2',67650),
(33431,33349,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_clock_smallhand2',67650),
(33432,33350,'_exp16/objects/exp16_dun_ssraeshza_mines_01/glowing_crystal01_norings',67650),
(33433,33351,'_exp16/objects/exp16_dun_ssraeshza_mines_01/symbol_hammer_rings',67650),
(33434,33352,'_exp16/objects/exp16_dun_ssraeshza_mines_01/symbol_shissar_rings',67650),
(33435,33353,'_exp16/objects/exp16_dun_ssraeshza_mines_01/symbol_staff_rings',67650),
(33436,33354,'_exp16/objects/exp16_dun_ssraeshza_mines_01/symbol_sword_rings',67650),
(33437,33355,'_exp16/objects/exp16_dun_ssraeshza_mines_01/boss_fightcage01',67650),
(33438,33356,'staticobjects/liveevent/tinkerfest/dpo_dwarven_obj_crystalholder',67650),
(33439,33357,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_activator01',67650),
(33440,33358,'_exp16/characters/monsters/thought_horror/thought_horror_base',67650),
(33441,33359,'accessories/wearable_items/snapons/backpacks/backpack_yearofeverquest/backpack_yearofeverquest',67650),
(33442,33360,'accessories/wearable_items/snapons/backpacks/backpack_yearofeverquest/swivel_flask1',67650),
(33443,33361,'accessories/wearable_items/snapons/backpacks/backpack_yearofeverquest/swivel_stein1',67650),
(33444,33362,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/chest',67650),
(33445,33363,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/feet',67650),
(33446,33364,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/hands',67650),
(33447,33365,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/hands_epic',67650),
(33448,33366,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/head_combine_paladin',67650),
(33449,33367,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/legs',67650),
(33450,33368,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/legs_skirted',67650),
(33451,33369,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/shoulders',67650),
(33452,33370,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/shoulders_epic',67650),
(33453,33371,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/skirt',67650),
(33454,33372,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/chest',67650),
(33455,33373,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/feet',67650),
(33456,33374,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/hands',67650),
(33457,33375,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/hands_epic',67650),
(33458,33376,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/head_combine_paladin',67650),
(33459,33377,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/legs',67650),
(33460,33378,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/legs_skirted',67650),
(33461,33379,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/shoulders',67650),
(33462,33380,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/shoulders_epic',67650),
(33463,33381,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/chest',67650),
(33464,33382,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/feet',67650),
(33465,33383,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/hands',67650),
(33466,33384,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/head_combine_templar',67650),
(33467,33385,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/legs',67650),
(33468,33386,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/shoulders',67650),
(33469,33387,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/shoulders_epic',67650),
(33470,33388,'accessories/wearable_items/_exp16/sanctus_seru/chain1/chest',67650),
(33471,33389,'accessories/wearable_items/_exp16/sanctus_seru/chain1/feet',67650),
(33472,33390,'accessories/wearable_items/_exp16/sanctus_seru/chain1/hands',67650),
(33473,33391,'accessories/wearable_items/_exp16/sanctus_seru/chain1/head_templar',67650),
(33474,33392,'accessories/wearable_items/_exp16/sanctus_seru/chain1/legs',67650),
(33475,33393,'accessories/wearable_items/_exp16/sanctus_seru/chain1/shoulders',67650),
(33476,33394,'accessories/wearable_items/_exp16/sanctus_seru/chain1/shoulders_epic',67650),
(33477,33395,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie_tintable1/chest',67650),
(33478,33396,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie_tintable1/hands',67650),
(33479,33397,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie_tintable1/head_combine_monk',67650),
(33480,33398,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie_tintable1/legs',67650),
(33481,33399,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie1/chest',67650),
(33482,33400,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie1/hands',67650),
(33483,33401,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie1/head_combine_monk',67650),
(33484,33402,'accessories/wearable_items/_exp16/sanctus_seru/gi_valkyrie1/legs',67650),
(33485,33403,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/chest',67650),
(33486,33404,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/feet',67650),
(33487,33405,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/hands',67650),
(33488,33406,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/head',67650),
(33489,33407,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/legs',67650),
(33490,33408,'accessories/wearable_items/_exp16/sanctus_seru/leather_tintable1/shoulders',67650),
(33491,33409,'accessories/wearable_items/_exp16/sanctus_seru/leather1/chest',67650),
(33492,33410,'accessories/wearable_items/_exp16/sanctus_seru/leather1/feet',67650),
(33493,33411,'accessories/wearable_items/_exp16/sanctus_seru/leather1/hands',67650),
(33494,33412,'accessories/wearable_items/_exp16/sanctus_seru/leather1/head',67650),
(33495,33413,'accessories/wearable_items/_exp16/sanctus_seru/leather1/legs',67650),
(33496,33414,'accessories/wearable_items/_exp16/sanctus_seru/leather1/shoulders',67650),
(33497,33415,'accessories/wearable_items/_exp16/sanctus_seru/robe/chest',67650),
(33498,33416,'accessories/wearable_items/_exp16/sanctus_seru/robe/feet',67650),
(33499,33417,'accessories/wearable_items/_exp16/sanctus_seru/robe/hands',67650),
(33500,33418,'accessories/wearable_items/_exp16/sanctus_seru/robe/head_collar',67650),
(33501,33419,'accessories/wearable_items/_exp16/sanctus_seru/robe/head_combine_sorcerer',67650),
(33502,33420,'accessories/wearable_items/_exp16/sanctus_seru/robe/pants',67650),
(33503,33421,'accessories/wearable_items/_exp16/sanctus_seru/robe/skirt',67650),
(33504,33422,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/chest',67650),
(33505,33423,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/feet',67650),
(33506,33424,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/hands',67650),
(33507,33425,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/head_collar',67650),
(33508,33426,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/head_combine_sorcerer',67650),
(33509,33427,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/pants',67650),
(33510,33428,'accessories/wearable_items/_exp16/sanctus_seru/robe_tintable/skirt',67650),
(33511,33429,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_forearm_left',67650),
(33512,33430,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_forearm_right',67650),
(33513,33431,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_helm',67650),
(33514,33432,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldron_left',67650),
(33515,33433,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldron_right',67650),
(33516,33434,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldrons_chain_left',67650),
(33517,33435,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldrons_chain_right',67650),
(33518,33436,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldrons_lower_left',67650),
(33519,33437,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_pauldrons_lower_right',67650),
(33520,33438,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_shin_left',67650),
(33521,33439,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/combine_shin_right',67650),
(33522,33440,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/head_combine_monk',67650),
(33523,33441,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/head_combine_sorcerer',67650),
(33524,33442,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms/head_combine_templar',67650),
(33525,33443,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_forearm_left',67650),
(33526,33444,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_forearm_right',67650),
(33527,33445,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_helm',67650),
(33528,33446,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldron_left',67650),
(33529,33447,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldron_right',67650),
(33530,33448,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldrons_chain_left',67650),
(33531,33449,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldrons_chain_right',67650),
(33532,33450,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldrons_lower_left',67650),
(33533,33451,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_pauldrons_lower_right',67650),
(33534,33452,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_shin_left',67650),
(33535,33453,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/combine_shin_right',67650),
(33536,33454,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/head_combine_monk',67650),
(33537,33455,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/head_combine_paladin',67650),
(33538,33456,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/head_combine_sorcerer',67650),
(33539,33457,'accessories/wearable_items/_exp16/sanctus_seru/snapons-helms_tintable/head_combine_templar',67650),
(33540,33458,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/chest',67650),
(33541,33459,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/feet',67650),
(33542,33460,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/forearms',67650),
(33543,33461,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/hands',67650),
(33544,33462,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/head',67650),
(33545,33463,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/head_combine',67650),
(33546,33464,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/legs',67650),
(33547,33465,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/legs_noskirt',67650),
(33548,33466,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/right',67650),
(33549,33467,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/shoulders',67650),
(33550,33468,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/shoulders_nopauldrons',67650),
(33551,33469,'accessories/wearable_items/_exp16/sanctus_seru/vanguard_tintable1/skirt',67650),
(33552,33470,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/chest',67650),
(33553,33471,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/feet',67650),
(33554,33472,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/forearms',67650),
(33555,33473,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/hands',67650),
(33556,33474,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/head',67650),
(33557,33475,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/head_combine',67650),
(33558,33476,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/legs',67650),
(33559,33477,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/legs_noskirt',67650),
(33560,33478,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/right',67650),
(33561,33479,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/shoulders',67650),
(33562,33480,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/shoulders_nopauldrons',67650),
(33563,33481,'accessories/wearable_items/_exp16/sanctus_seru/vanguard1/skirt',67650),
(33564,33482,'_exp15/objects/yoe_crate',67650),
(33565,33483,'staticobjects/ap2/bb_debris_tentpole02_stone',67650),
(33566,33484,'staticobjects/building_blocks/catacomb_brick/houseblock_1x1_column_mc_brick',67650),
(33567,33485,'staticobjects/building_blocks/catacomb_brick/houseblock_1x2_column_mc_brick',67650),
(33568,33486,'staticobjects/building_blocks/catacomb_brick/houseblock_1x2_divider_w_sq_mc_brick',67650),
(33569,33487,'staticobjects/building_blocks/catacomb_brick/houseblock_1x2_divider_w_tall_mc_brick',67650),
(33570,33488,'staticobjects/building_blocks/catacomb_brick/houseblock_1x2_dividerblock_mc_brick',67650),
(33571,33489,'staticobjects/building_blocks/catacomb_brick/houseblock_1xhalf_block_mc_brick',67650),
(33572,33490,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_d_arch_mc_brick',67650),
(33573,33491,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_d_rect_mc_brick',67650),
(33574,33492,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_w_h_mc_brick',67650),
(33575,33493,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_w_sq_mc_brick',67650),
(33576,33494,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_w_tall_mc_brick',67650),
(33577,33495,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_divider_w_v_mc_brick',67650),
(33578,33496,'staticobjects/building_blocks/catacomb_brick/houseblock_2x2_dividerblock_mc_brick',67650),
(33579,33497,'staticobjects/building_blocks/catacomb_brick/houseblock_rail_mc_brick',67650),
(33580,33498,'staticobjects/building_blocks/catacomb_brick/houseblock_roundtile_mc_brick',67650),
(33581,33499,'staticobjects/building_blocks/catacomb_brick/houseblock_stair_mc_brick',67650),
(33582,33500,'staticobjects/building_blocks/catacomb_brick/houseblock_triangletile_mc_brick',67650),
(33583,33501,'staticobjects/building_blocks/catacomb_brick/housecube_1x1_block_mc_brick',67650),
(33584,33502,'staticobjects/chests/charasiswest_chest_small_w_lid',67650),
(33585,33503,'staticobjects/chests/gnoll_chest_legs01',67650),
(33586,33504,'staticobjects/flora/fprt_tree_dead04',67650),
(33587,33505,'staticobjects/kitchen/gnl_bowlclay01_darkpaw001',67650),
(33588,33506,'staticobjects/kitchen/gnl_bowlclay02_darkpaw001',67650),
(33589,33507,'staticobjects/kitchen/gnl_servingbowlclay_darkpaw001',67650),
(33590,33508,'staticobjects/kitchen/kitchen_utensilholder_copper_white',67650),
(33591,33509,'staticobjects/kitchen/kitchen_utensilholder_silver_red',67650),
(33592,33510,'staticobjects/kitchen/sen_food_turkey_plate',67650),
(33593,33511,'staticobjects/kitchen/sentinal_obj_applebowl',67650),
(33594,33512,'staticobjects/lighting/adv02_bb_chandelier_axe01_lit',67650),
(33595,33513,'staticobjects/lighting/adv02_bb_chandelier_shield01_lit',67650),
(33596,33514,'staticobjects/lighting/adv02_bb_chandelier_sword01_lit',67650),
(33597,33515,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_ice',67650),
(33598,33516,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_orange',67650),
(33599,33517,'staticobjects/liveevent/frostfell/dpo_bauble_crystal_red',67650),
(33600,33518,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_red_vine',67650),
(33601,33519,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped_green',67650),
(33602,33520,'staticobjects/liveevent/frostfell/dpo_present_2018_snowflake',67650),
(33603,33521,'staticobjects/liveevent/frostfell/floortile_hal_gravel',67650),
(33604,33522,'staticobjects/liveevent/frostfell/frost_bowl02_mixedberries_dpo',67650),
(33605,33523,'staticobjects/liveevent/frostfell/frost_bowl03_cranberries_dpo',67650),
(33606,33524,'staticobjects/liveevent/frostfell/kitchen_plate_green_stripes',67650),
(33607,33525,'staticobjects/liveevent/frostfell/kitchen_plate_red_tartan',67650),
(33608,33526,'staticobjects/liveevent/halloween/dpo_sol_ro_hate_bookcase03_door',67650),
(33609,33527,'staticobjects/liveevent/halloween/notd_candle_candy_corn',67650),
(33610,33528,'staticobjects/liveevent/halloween/notd_leaf_patch01_leaves',67650),
(33611,33529,'staticobjects/liveevent/halloween/seb_ironmaiden_sarnak01',67650),
(33612,33530,'staticobjects/liveevent/halloween/tfs_banner_tattered01_dpo',67650),
(33613,33531,'staticobjects/liveevent/halloween/tfs_banner_tattered02_dpo',67650),
(33614,33532,'staticobjects/panels/dpo_panel_mc_brick',67650),
(33615,33533,'staticobjects/tree/hal_tree_stump_01',67650),
(33616,33534,'creatures/mounts/horse_flame_branded_steed/horse_flame_branded_steed',67650),
(33617,33535,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/forearm_left_dark',67650),
(33618,33536,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/forearm_left_light',67650),
(33619,33537,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/forearm_right_dark',67650),
(33620,33538,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/forearm_right_light',67650),
(33621,33539,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/gorget_dark',67650),
(33622,33540,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/gorget_light',67650),
(33623,33541,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/head_circlet_dark',67650),
(33624,33542,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/head_circlet_light',67650),
(33625,33543,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/pauldron_left_dark',67650),
(33626,33544,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/pauldron_left_light',67650),
(33627,33545,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/pauldron_right_dark',67650),
(33628,33546,'accessories/wearable_items/_exp16/lord_inquisitor_seru/accessory/pauldron_right_light',67650),
(33629,33547,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/skirt/skirt',67650),
(33630,33548,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/chest',67650),
(33631,33549,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/feet',67650),
(33632,33550,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/hands',67650),
(33633,33551,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/head_circlet_dark',67650),
(33634,33552,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/legs',67650),
(33635,33553,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_dark/shoulders',67650),
(33636,33554,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/skirt/skirt',67650),
(33637,33555,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/chest',67650),
(33638,33556,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/feet',67650),
(33639,33557,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/hands',67650),
(33640,33558,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/head_circlet_light',67650),
(33641,33559,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/legs',67650),
(33642,33560,'accessories/wearable_items/_exp16/lord_inquisitor_seru/chain_light/shoulders',67650),
(33643,33561,'accessories/wieldable_items/weapons/exp16/2h_sword/lord_inquisitor_seru/sword_twohand_seru_dark',67650),
(33644,33562,'accessories/wieldable_items/weapons/exp16/2h_sword/lord_inquisitor_seru/sword_twohand_seru_light',67650),
(33645,33563,'creatures/mounts/horse_flame_branded_steed/horse_flame_branded_steed_flying',67650),
(33646,33564,'creatures/mounts/horse_flame_branded_steed/horse_flame_branded_steed_pegasus',67650),
(33647,33565,'_exp16/objects/exp16_dun_ssraeshza_mines_01/shissar_darkfire',67650),
(33648,33566,'_exp16/objects/exp16_dun_ssraeshza_mines_01/sphere_black',67650),
(33649,33567,'_exp16/characters/tool_users/galorian/galorian_male_base',67650),
(33650,33568,'staticobjects/liveevent/halloween/eu_lightsource_tortureroom01',67650),
(33651,33569,'_exp16/objects/exp16_dun_ssraeshza_mines_01/symbol_holder',67650),
(33652,33570,'staticobjects/_exp06/od_poi_observatory_lens_concentrator01',67650),
(33653,33571,'staticobjects/_exp06/od_poi_observatory_lens_concentrator02_cracked',67650),
(33654,33572,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_black',67650),
(33655,33573,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_blue',67650),
(33656,33574,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_green',67650),
(33657,33575,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_orange',67650),
(33658,33576,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_purple',67650),
(33659,33577,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_red',67650),
(33660,33578,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_yellow',67650),
(33661,33579,'staticobjects/promo_items/eq1_20th_anniversarypainting',67650),
(33662,33580,'_exp16/objects/exp16_dun_ssraeshza_mines_01/shissar_collisionblocker01',67650),
(33663,33581,'_exp16/characters/tool_users/shissar_skeleton/shissar_skeleton',67650),
(33664,33582,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tfs_floor02_icicles_grp01',67650),
(33665,33583,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tfs_floor02_icicles_grp02',67650),
(33666,33584,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tfs_floor02_icicles_grp03',67650),
(33667,33585,'staticobjects/_exp07/exp07_dun_tower_of_frozen_shadow/tfs_floor02_icicles_grp04',67650),
(33668,33586,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssrae_brazier_no_flame',67650),
(33669,33587,'creatures/monsters/dervish_ice_upside_down',67650),
(33670,33588,'_exp16/objects/exp16_dun_ssraeshza_mines_01/shissar_brazier_no_flame',67650),
(33671,33589,'staticobjects/liveevent/anniversary_event/panda/ar_glowplant02_panda',67650),
(33672,33590,'staticobjects/liveevent/anniversary_event/panda/cazic_canopicjar_med001_panda',67650),
(33673,33591,'staticobjects/liveevent/anniversary_event/panda/cazic_operatingtools_groupb001_panda',67650),
(33674,33592,'staticobjects/liveevent/anniversary_event/panda/cs_coral_sponge02_panda',67650),
(33675,33593,'staticobjects/liveevent/anniversary_event/panda/dpo_cha_bowl_jewels01_north_panda',67650),
(33676,33594,'staticobjects/liveevent/anniversary_event/panda/dpo_guk_stronghold_foliage_bush01_panda',67650),
(33677,33595,'staticobjects/liveevent/anniversary_event/panda/dpo_inna_plate_withrats_panda',67650),
(33678,33596,'staticobjects/liveevent/anniversary_event/panda/ew_plant_red04_panda',67650),
(33679,33597,'staticobjects/liveevent/anniversary_event/panda/fay_flower_bud01_panda',67650),
(33680,33598,'staticobjects/liveevent/anniversary_event/panda/feer_p4_ext_fearstonetotem01_panda',67650),
(33681,33599,'staticobjects/liveevent/anniversary_event/panda/fprt_bank_scalestipped01_panda',67650),
(33682,33600,'staticobjects/liveevent/anniversary_event/panda/fprt_kitchen_chaliceshort001_panda',67650),
(33683,33601,'staticobjects/liveevent/anniversary_event/panda/fprt_music_harp001_panda',67650),
(33684,33602,'staticobjects/liveevent/anniversary_event/panda/fprt_scribe_scrollstack01_panda',67650),
(33685,33603,'staticobjects/liveevent/anniversary_event/panda/fprt_sewer01_rm09_gnome_mech03_gears_04_panda',67650),
(33686,33604,'staticobjects/liveevent/anniversary_event/panda/gf_plant_cattail02_panda',67650),
(33687,33605,'staticobjects/liveevent/anniversary_event/panda/halfing_globe01_panda',67650),
(33688,33606,'staticobjects/liveevent/anniversary_event/panda/idol001_ornate_dpo_panda',67650),
(33689,33607,'staticobjects/liveevent/anniversary_event/panda/qey_catacombs_monk_death_statue_a_panda',67650),
(33690,33608,'staticobjects/liveevent/anniversary_event/panda/qey_vase003_panda',67650),
(33691,33609,'staticobjects/liveevent/anniversary_event/panda/smallfryingpan001_panda',67650),
(33692,33610,'staticobjects/liveevent/anniversary_event/panda/tinkered_cannon_panda',67650),
(33693,33611,'staticobjects/liveevent/anniversary_event/panda/trl_tiki001_panda',67650),
(33694,33612,'staticobjects/liveevent/anniversary_event/panda/um_grass_tendrils02_dpo_panda',67650),
(33695,33613,'staticobjects/liveevent/anniversary_event/panda/voidman_tablet03_panda',67650),
(33696,33614,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_ice1',67650),
(33697,33615,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_ice2',67650),
(33698,33616,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/dpo_shissar_statue01_brazier_no_fire',67650),
(33699,33617,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/dpo_shissar_statue02_brazier_no_fire',67650),
(33700,33618,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissarstratum01_bossart01_pedestal01_dpo',67650),
(33701,33619,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissartemple01_glry01_statue01_dpo',67650),
(33702,33620,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissartemple01_glry01_transport01_dpo',67650),
(33703,33621,'_exp10/objects/exp10_dun_shissar_temple_01/stratum_progression_objects/exp10_dun_shissartemple01_runestream01',67650),
(33704,33622,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_crystal_dpo01',67650),
(33705,33623,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_fearstonetotem01',67650),
(33706,33624,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p02_hub_arms01_dpo',67650),
(33707,33625,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p06_jail_brazier02',67650),
(33708,33626,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p08_crystal_polishing_chamber01',67650),
(33709,33627,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p08_crystal_shaping_pedestal01_dpo',67650),
(33710,33628,'_exp09/objects/exp09_dun_deepchelsith/exp09_dun_dpch_p09_crystal_holder01_dpo',67650),
(33711,33629,'_exp04/zones/objects/chelsith/chel_greenmist_orb01',67650),
(33712,33630,'_exp06/zones/objects/exp06_dun_vastydeep02/vastydeep02_objects_table01',67650),
(33713,33631,'staticobjects/scrolls/drv_stand_scroll_lamp01',67650),
(33714,33632,'staticobjects/panels/panel_poa_crystalglow',67650),
(33715,33633,'staticobjects/building_blocks/poa_crystalglow/houseblock_1x1_column_poa_crystalglow',67650),
(33716,33634,'staticobjects/building_blocks/poa_crystalglow/houseblock_1x2_column_poa_crystalglow',67650),
(33717,33635,'staticobjects/building_blocks/poa_crystalglow/houseblock_1x2_divider_poa_crystalglow',67650),
(33718,33636,'staticobjects/building_blocks/poa_crystalglow/houseblock_1x2_divider_w_sq_poa_crystalglow',67650),
(33719,33637,'staticobjects/building_blocks/poa_crystalglow/houseblock_1x2_divider_w_tall_poa_crystalglow',67650),
(33720,33638,'staticobjects/building_blocks/poa_crystalglow/houseblock_1xhalf_poa_crystalglow',67650),
(33721,33639,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_d_arch_poa_crystalglow',67650),
(33722,33640,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_d_rect_poa_crystalglow',67650),
(33723,33641,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_poa_crystalglow',67650),
(33724,33642,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_w_h_poa_crystalglow',67650),
(33725,33643,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_w_sq_poa_crystalglow',67650),
(33726,33644,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_w_tall_poa_crystalglow',67650),
(33727,33645,'staticobjects/building_blocks/poa_crystalglow/houseblock_2x2_divider_w_v_poa_crystalglow',67650),
(33728,33646,'staticobjects/building_blocks/poa_crystalglow/houseblock_rail_poa_crystalglow',67650),
(33729,33647,'staticobjects/building_blocks/poa_crystalglow/houseblock_roundtile_poa_crystalglow',67650),
(33730,33648,'staticobjects/building_blocks/poa_crystalglow/houseblock_stair_poa_crystalglow',67650),
(33731,33649,'staticobjects/building_blocks/poa_crystalglow/houseblock_triangletile_poa_crystalglow',67650),
(33732,33650,'staticobjects/building_blocks/poa_crystalglow/housecube_1x1_block_poa_crystalglow',67650),
(33733,33651,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_rectangle01_red',67650),
(33734,33652,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_sqaure01_red',67650),
(33735,33653,'staticobjects/urns/qey_urn002',67650),
(33736,33654,'_exp04/zones/objects/chardok/char_totem_stone01_marble_off_white',67650),
(33737,33655,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall01',67650),
(33738,33656,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall02',67650),
(33739,33657,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall03',67650),
(33740,33658,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall04',67650),
(33741,33659,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall05',67650),
(33742,33660,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall06',67650),
(33743,33661,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall07',67650),
(33744,33662,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_bosswall08',67650),
(33745,33663,'creatures/mounts/carpet_fly_flame',67650),
(33746,33664,'creatures/mounts/carpet_fly_ice',67650),
(33747,33665,'creatures/mounts/carpet_fly_magic',67650),
(33748,33666,'creatures/mounts/carpet_sit_fly_base',67650),
(33749,33667,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_b',67650),
(33750,33668,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_g',67650),
(33751,33669,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_t',67650),
(33752,33670,'_exp04/zones/objects/veeshans_peak/vp_table01',67650),
(33753,33671,'staticobjects/_exp02/sos_trophy_dragon_brass',67650),
(33754,33672,'staticobjects/_exp02/dn_skull_well01',67650),
(33755,33673,'_exp02/zones/objects/dragon_bones/rn_bones_dragon03',67650),
(33756,33674,'_exp02/zones/objects/books/sos_tome_blue01',67650),
(33757,33675,'_exp02/zones/objects/books/sos_tome_purple01',67650),
(33758,33676,'_exp02/zones/objects/light_sources/dn_lightsource_shadowlamp01',67650),
(33759,33677,'_exp02/zones/objects/light_sources/dn_lightsource_shadowlamp01_purple',67650),
(33760,33678,'_exp04/zones/objects/kylong_plains/kp_dragon_skull',67650),
(33761,33679,'staticobjects/panels/dpo_panel_combine_spire_marble',67650),
(33762,33680,'staticobjects/building_blocks/dragon_scale/houseblock_1x1_column_dragon_scale',67650),
(33763,33681,'staticobjects/building_blocks/dragon_scale/houseblock_1x2_column_dragon_scale',67650),
(33764,33682,'staticobjects/building_blocks/dragon_scale/houseblock_1x2_divider_dragon_scale',67650),
(33765,33683,'staticobjects/building_blocks/dragon_scale/houseblock_1x2_divider_w_sq_dragon_scale',67650),
(33766,33684,'staticobjects/building_blocks/dragon_scale/houseblock_1x2_divider_w_tall_dragon_scale',67650),
(33767,33685,'staticobjects/building_blocks/dragon_scale/houseblock_1xhalf_dragon_scale',67650),
(33768,33686,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_d_arch_dragon_scale',67650),
(33769,33687,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_d_rect_dragon_scale',67650),
(33770,33688,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_dragon_scale',67650),
(33771,33689,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_w_h_dragon_scale',67650),
(33772,33690,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_w_sq_dragon_scale',67650),
(33773,33691,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_w_tall_dragon_scale',67650),
(33774,33692,'staticobjects/building_blocks/dragon_scale/houseblock_2x2_divider_w_v_dragon_scale',67650),
(33775,33693,'staticobjects/building_blocks/dragon_scale/houseblock_rail_dragon_scale',67650),
(33776,33694,'staticobjects/building_blocks/dragon_scale/houseblock_roundtile_dragon_scale',67650),
(33777,33695,'staticobjects/building_blocks/dragon_scale/houseblock_stair_dragon_scale',67650),
(33778,33696,'staticobjects/building_blocks/dragon_scale/houseblock_triangletile_dragon_scale',67650),
(33779,33697,'staticobjects/building_blocks/dragon_scale/housecube_1x1_block_dragon_scale',67650),
(33780,33698,'staticobjects/building_blocks/dragon_scale/panel_dragon_scale',67650),
(33781,33699,'accessories/wieldable_items/shields/exp16/shield_combine_large',67650),
(33782,33700,'accessories/wieldable_items/shields/exp16/shield_combine_large_detailed',67650),
(33783,33701,'accessories/wieldable_items/shields/exp16/shield_combine_large_detailed_tintable',67650),
(33784,33702,'accessories/wieldable_items/shields/exp16/shield_combine_large_tintable',67650),
(33785,33703,'accessories/wieldable_items/shields/exp16/shield_combine_round',67650),
(33786,33704,'accessories/wieldable_items/shields/exp16/shield_combine_round_plain',67650),
(33787,33705,'accessories/wieldable_items/shields/exp16/shield_combine_round_plain_tintable',67650),
(33788,33706,'accessories/wieldable_items/shields/exp16/shield_combine_round_tintable',67650),
(33789,33707,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/flail_combine',67650),
(33790,33708,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/flail_combine_tintable',67650),
(33791,33709,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/hammer_combine',67650),
(33792,33710,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/hammer_combine_tintable',67650),
(33793,33711,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/mace_combine',67650),
(33794,33712,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/mace_combine_tintable',67650),
(33795,33713,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/nunchaku_combine',67650),
(33796,33714,'accessories/wieldable_items/weapons/exp16/1h_crush/combine/nunchaku_combine_tintable',67650),
(33797,33715,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_battle',67650),
(33798,33716,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_battle_tintable',67650),
(33799,33717,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_magus',67650),
(33800,33718,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_magus_tintable',67650),
(33801,33719,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_sai',67650),
(33802,33720,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/dagger_combine_sai_tintable',67650),
(33803,33721,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/shortspear_combine',67650),
(33804,33722,'accessories/wieldable_items/weapons/exp16/1h_pierce/combine/shortspear_combine_tintable',67650),
(33805,33723,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/axe_combine_hatchet',67650),
(33806,33724,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/axe_combine_hatchet_tintable',67650),
(33807,33725,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_baskethilt',67650),
(33808,33726,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_baskethilt_tintable',67650),
(33809,33727,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_longsword',67650),
(33810,33728,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_longsword_tintable',67650),
(33811,33729,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_scimitar',67650),
(33812,33730,'accessories/wieldable_items/weapons/exp16/1h_sword/combine/sword_combine_scimitar_tintable',67650),
(33813,33731,'accessories/wieldable_items/weapons/exp16/1h_wand/combine/wand_combine',67650),
(33814,33732,'accessories/wieldable_items/weapons/exp16/1h_wand/combine/wand_combine_tintable',67650),
(33815,33733,'accessories/wieldable_items/weapons/exp16/2h_crush/combine/twohand_hammer_combine',67650),
(33816,33734,'accessories/wieldable_items/weapons/exp16/2h_crush/combine/twohand_hammer_combine_tintable',67650),
(33817,33735,'accessories/wieldable_items/weapons/exp16/2h_sword/combine/twohand_bardiche_combine',67650),
(33818,33736,'accessories/wieldable_items/weapons/exp16/2h_sword/combine/twohand_bardiche_combine_tintable',67650),
(33819,33737,'accessories/wieldable_items/weapons/exp16/2h_sword/combine/twohand_harpoon_combine',67650),
(33820,33738,'accessories/wieldable_items/weapons/exp16/2h_sword/combine/twohand_harpoon_combine_tintable',67650),
(33821,33739,'accessories/wieldable_items/weapons/exp16/bow/combine/crossbow_combine',67650),
(33822,33740,'accessories/wieldable_items/weapons/exp16/bow/combine/crossbow_combine_tintable',67650),
(33823,33741,'accessories/wieldable_items/weapons/exp16/bow/combine/shortbow_combine',67650),
(33824,33742,'accessories/wieldable_items/weapons/exp16/bow/combine/shortbow_combine_tintable',67650),
(33825,33743,'accessories/wieldable_items/weapons/exp16/fist/combine/fist_combine_knuckles',67650),
(33826,33744,'accessories/wieldable_items/weapons/exp16/fist/combine/fist_combine_knuckles_tintable',67650),
(33827,33745,'accessories/wieldable_items/weapons/exp16/fist/combine/fist_combine_spikedknuckle',67650),
(33828,33746,'accessories/wieldable_items/weapons/exp16/fist/combine/fist_combine_spikedknuckle_tintable',67650),
(33829,33747,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_guisarme',67650),
(33830,33748,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_guisarme_tintable',67650),
(33831,33749,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_magus',67650),
(33832,33750,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_magus_tintable',67650),
(33833,33751,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_priest',67650),
(33834,33752,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_priest_tintable',67650),
(33835,33753,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_spontoon',67650),
(33836,33754,'accessories/wieldable_items/weapons/exp16/staff/combine/staff_combine_spontoon_tintable',67650),
(33837,33755,'accessories/wieldable_items/weapons/exp16/talisman/combine/talisman_combine_gadget',67650),
(33838,33756,'accessories/wieldable_items/weapons/exp16/talisman/combine/talisman_combine_gadget_tintable',67650),
(33839,33757,'accessories/wieldable_items/weapons/exp16/talisman/combine/talisman_combine_luminary',67650),
(33840,33758,'accessories/wieldable_items/weapons/exp16/talisman/combine/talisman_combine_luminary_tintable',67650),
(33841,33759,'creatures/mounts/carpet_sit_fly_battlemage_pestillence',67650),
(33842,33760,'creatures/mounts/carpet_sit_fly_battlemage_purple',67650),
(33843,33761,'creatures/mounts/carpet_sit_fly_battlemage_red',67650),
(33844,33762,'creatures/mounts/carpet_sit_fly_flame',67650),
(33845,33763,'creatures/mounts/carpet_sit_fly_glass_swirl_blue',67650),
(33846,33764,'creatures/mounts/carpet_sit_fly_glass_swirl_red',67650),
(33847,33765,'creatures/mounts/carpet_sit_fly_ice',67650),
(33848,33766,'creatures/mounts/carpet_sit_fly_magic',67650),
(33849,33767,'creatures/mounts/carpet_sit_fly_sun',67650),
(33850,33768,'_exp16/objects/raid_yellow_and_green_barrier_wall',67650),
(33851,33769,'projectiles/arrow_runic_poison',67650),
(33852,33770,'staticobjects/brazier/erudite_totem02',67650),
(33853,33771,'_exp06/zones/objects/plunderable_loot/th_lrge_lamp_stand02_fx',67650),
(33854,33772,'_exp06/zones/objects/exp06_dun_erudin_library/eru_exit_pillar02',67650),
(33855,33773,'_exp16/characters/monsters/darathar/darathar_base',67650),
(33856,33774,'_exp16/characters/monsters/darathar/darathar_small_base',67650),
(33857,33775,'_exp16/objects/lord_inquisitor_seru_sword_inground',67650),
(33858,33776,'creatures/invis_character',67650),
(33859,33777,'creatures/mounts/darathar_mount/darathar_mount_base',67650),
(33860,33778,'_exp16/objects/lord_inquisitor_seru_sword_onground_facing_forward',67650),
(33861,33779,'creatures/mounts/broom/broom_mount_housebroom',67650),
(33862,33780,'creatures/mounts/broom/broom_mount_housebroom_cursed',67650),
(33863,33781,'_exp16/objects/exp16_dun_ssraeshza_mines_01/glowing_crystal01_red',67650),
(33864,33782,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_silver',67650),
(33865,33783,'_exp16/objects/exp16_dun_ssraeshza_mines_01/magic_sphere_fx_white',67650),
(33866,33784,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_pyramid_bubblesphere',67650),
(33867,33785,'_exp16/characters/tool_users/vampire_female/vampire_female_base',67650),
(33868,33786,'creatures/monsters/willowisp_bubble',67650),
(33869,33787,'creatures/mounts/player_wing/player_wing_darathar',67650),
(33870,33788,'_exp16/objects/exp16_dun_fordel_midst_raid_01/tippable_librarian_bookcase_dpo',67650),
(33871,33789,'_exp16/characters/monsters/thought_horror/thought_horror_v1',67650),
(33872,33790,'_exp16/characters/monsters/thought_horror/thought_horror_v2',67650),
(33873,33791,'_exp16/characters/monsters/thought_horror/thought_horror_v3',67650),
(33874,33792,'_exp16/characters/monsters/rockhopper/rockhopper_base',67650),
(33875,33793,'_exp16/characters/tool_users/galorian/galorian_male_v1',67650),
(33876,33794,'_exp16/characters/tool_users/galorian/galorian_male_v2',67650),
(33877,33795,'_exp16/characters/tool_users/galorian/galorian_male_v3',67650),
(33878,33796,'_exp06/characters/tool_users/erudite_classic_female/erudite_classic_female_hover',67650),
(33879,33797,'_exp16/characters/monsters/shadowbeast/shadowbeast_base',67650),
(33880,33798,'staticobjects/_exp08/harvestables/exp08_ore_harvesting_dark',67650),
(33881,33799,'creatures/familiars/leopard/leopard_yellow',67650),
(33882,33800,'creatures/familiars/sphinx/sphinx_hieraco',67650),
(33883,33801,'creatures/familiars/cobra/cobra_bone',67650),
(33884,33802,'creatures/familiars/dice/twelve_sided_dice_golden_marble',67650),
(33885,33803,'creatures/familiars/dice/twenty_sided_dice_orange_marble',67650),
(33886,33804,'creatures/familiars/owl/owl_pet_red',67650),
(33887,33805,'creatures/familiars/elemental_wave/elementalwave_obolplain_flowergrass',67650),
(33888,33806,'creatures/familiars/bear/timber_bear_white',67650),
(33889,33807,'creatures/familiars/crocodile/crocodile_harbinger',67650),
(33890,33808,'creatures/familiars/wolf_pup/wolf_pup_black',67650),
(33891,33809,'creatures/familiars/construct/construct_stallion1',67650),
(33892,33810,'creatures/familiars/darkmantle/darkmantle_green',67650),
(33893,33811,'creatures/familiars/construct/construct_decay',67650),
(33894,33812,'creatures/familiars/bone_golem/bone_golem_cadaverous',67650),
(33895,33813,'creatures/familiars/clockwork_copter/copter_enforcer2',67650),
(33896,33814,'creatures/familiars/bull_skeleton/bull_skeleton',67650),
(33897,33815,'creatures/familiars/parrot/parrot_pet_undead',67650),
(33898,33816,'creatures/familiars/enevenomed_servent/enevenomed_servant',67650),
(33899,33817,'creatures/familiars/catoplebas_new/catoplebas_new',67650),
(33900,33818,'creatures/familiars/hellhound/hellhound',67650),
(33901,33819,'creatures/familiars/slug/slug_elemental_fire_immolated',67650),
(33902,33820,'creatures/familiars/slug/snail1_flame',67650),
(33903,33821,'creatures/familiars/duck/duck_wizard',67650),
(33904,33822,'creatures/familiars/cerberus/cerberus_skeletal',67650),
(33905,33823,'creatures/familiars/pegasus/winged_nightmare',67650),
(33906,33824,'creatures/familiars/odus_prowler/odus_prowler_kitten_skeletal',67650),
(33907,33825,'accessories/wieldable_items/shields/exp16/shissar/shield_large_basic',67650),
(33908,33826,'accessories/wieldable_items/shields/exp16/shissar/shield_large_flame',67650),
(33909,33827,'accessories/wieldable_items/shields/exp16/shissar/shield_large_prism',67650),
(33910,33828,'accessories/wieldable_items/shields/exp16/shissar/shield_shissar_large_basic',67650),
(33911,33829,'accessories/wieldable_items/shields/exp16/shissar/shield_shissar_large_flame',67650),
(33912,33830,'accessories/wieldable_items/shields/exp16/shissar/shield_shissar_large_prism',67650),
(33913,33831,'accessories/wieldable_items/shields/exp16/shissar/shield_shissar_large_shadow',67650),
(33914,33832,'accessories/wieldable_items/weapons/exp16/1h_crush/shissar/mace_ornate_basic',67650),
(33915,33833,'accessories/wieldable_items/weapons/exp16/1h_crush/shissar/mace_ornate_flame',67650),
(33916,33834,'accessories/wieldable_items/weapons/exp16/1h_crush/shissar/mace_shissar_basic',67650),
(33917,33835,'accessories/wieldable_items/weapons/exp16/1h_crush/shissar/mace_shissar_prismatic',67650),
(33918,33836,'accessories/wieldable_items/weapons/exp16/1h_crush/shissar/mace_shissar_shadow',67650),
(33919,33837,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_mage',67650),
(33920,33838,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_mage_prisim',67650),
(33921,33839,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_mage_shadow',67650),
(33922,33840,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_shissar_basic',67650),
(33923,33841,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_shissar_prisim',67650),
(33924,33842,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_shissar_shadow',67650),
(33925,33843,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_spined_basic',67650),
(33926,33844,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_shissar',67650),
(33927,33845,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_shissar_prisim',67650),
(33928,33846,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_shissar_shadow',67650),
(33929,33847,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_crescent_shissar_basic',67650),
(33930,33848,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_crescent_shissar_prismatic',67650),
(33931,33849,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_crescent_shissar_shadow',67650),
(33932,33850,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_doubleblade_basic',67650),
(33933,33851,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_doubleblade_lava',67650),
(33934,33852,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_doubleblade_poison',67650),
(33935,33853,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_doubleblade_prismatic',67650),
(33936,33854,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/axe_doubleblade_shadow',67650),
(33937,33855,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_basic',67650),
(33938,33856,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_fire',67650),
(33939,33857,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_shissar_basic',67650),
(33940,33858,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_shissar_prismatic',67650),
(33941,33859,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_shissar_shadow',67650),
(33942,33860,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_star_basic',67650),
(33943,33861,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_star_prismatic',67650),
(33944,33862,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/blade_chakram_star_shadow',67650),
(33945,33863,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_longsword_basic',67650),
(33946,33864,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_longsword_prismatic',67650),
(33947,33865,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_longsword_shadow',67650),
(33948,33866,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_scytheblade_basic',67650),
(33949,33867,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_scytheblade_prismatic',67650),
(33950,33868,'accessories/wieldable_items/weapons/exp16/1h_sword/shissar/sword_scytheblade_shadow',67650),
(33951,33869,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake',67650),
(33952,33870,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_flame',67650),
(33953,33871,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_flame_upgraded',67650),
(33954,33872,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_prism',67650),
(33955,33873,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_prism_upgraded',67650),
(33956,33874,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_shadow',67650),
(33957,33875,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_shadow_upgraded',67650),
(33958,33876,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver',67650),
(33959,33877,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver_greeneffect',67650),
(33960,33878,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver_shadow',67650),
(33961,33879,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver_shissar',67650),
(33962,33880,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver_shissar_upgrade',67650),
(33963,33881,'accessories/wieldable_items/weapons/exp16/2h_sword/shissar/twohand_cleaver_shissar_upgrade_shadow',67650),
(33964,33882,'accessories/wieldable_items/weapons/exp16/bow/shissar/longbow_shissar_basic',67650),
(33965,33883,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_bladed_basic',67650),
(33966,33884,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_bladed_flame',67650),
(33967,33885,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_bladed_prism',67650),
(33968,33886,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_bladed_shadow',67650),
(33969,33887,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_snakestrike_basic',67650),
(33970,33888,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_snakestrike_flame',67650),
(33971,33889,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_snakestrike_prism',67650),
(33972,33890,'accessories/wieldable_items/weapons/exp16/fist/shissar/fist_shissar_snakestrike_shadow',67650),
(33973,33891,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_basic',67650),
(33974,33892,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_flame_basic',67650),
(33975,33893,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_flame_upgraded',67650),
(33976,33894,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_prism_basic',67650),
(33977,33895,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_prism_upgraded',67650),
(33978,33896,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_shadow_basic',67650),
(33979,33897,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_shadow_upgraded',67650),
(33980,33898,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_basic',67650),
(33981,33899,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_flame_basic',67650),
(33982,33900,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_flame_upgraded',67650),
(33983,33901,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_prism_basic',67650),
(33984,33902,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_prism_upgraded',67650),
(33985,33903,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_shadow_basic',67650),
(33986,33904,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_shadow_upgraded',67650),
(33987,33905,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_basic',67650),
(33988,33906,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_flame',67650),
(33989,33907,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_flame_upgraded',67650),
(33990,33908,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_prism',67650),
(33991,33909,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_prism_upgraded',67650),
(33992,33910,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_shadow',67650),
(33993,33911,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_priest_shadow_upgraded',67650),
(33994,33912,'accessories/wieldable_items/weapons/exp16/talisman/shissar/talisman_shissar_lantern',67650),
(33995,33913,'accessories/wieldable_items/weapons/exp16/talisman/shissar/talisman_shissar_lantern_flame',67650),
(33996,33914,'accessories/wieldable_items/weapons/exp16/talisman/shissar/talisman_shissar_lantern_prism',67650),
(33997,33915,'accessories/wieldable_items/weapons/exp16/talisman/shissar/talisman_shissar_lantern_shadow',67650),
(33998,33916,'accessories/wieldable_items/weapons/exp16/bow/shissar/longbow_shissar_prism',67650),
(33999,33917,'accessories/wieldable_items/weapons/exp16/bow/shissar/longbow_shissar_shadow',67650),
(34000,33918,'_exp16/objects/exp16_dun_fordel_midst/screamsconce_blue_pfx',67650),
(34001,33919,'_exp16/objects/exp16_dun_fordel_midst/screamsconce_nofire',67650),
(34002,33920,'_exp16/objects/exp16_dun_fordel_midst/screamsconce_yellow_pfx',67650),
(34003,33921,'creatures/mounts/shiknar_mount/shiknar_mount_server',67650),
(34004,33922,'creatures/familiars/regrua_crabmonster/regrua1_altclaw_glow',67650),
(34005,33923,'creatures/familiars/basilisk/basilisk_needlescale2_mini_glow',67650),
(34006,33924,'creatures/familiars/meatbeast/meatbeast_flying_base_npc',67650),
(34007,33925,'creatures/familiars/wolf/timber_wolf_ethernere',67650),
(34008,33926,'_exp15/objects/portal_kael',67650),
(34009,33927,'creatures/monsters/owlbear_glowing_green_eyes',67650),
(34010,33928,'creatures/monsters/owlbear_glowing_yellow_eyes',67650),
(34011,33929,'creatures/monsters/willowisp_ethernere02_dark02',67650),
(34012,33930,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_fighter',67650),
(34013,33931,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_fighter_flame',67650),
(34014,33932,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_fighter_poison',67650),
(34015,33933,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_fighter_prism',67650),
(34016,33934,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/dagger_shissar_fighter_shadow',67650),
(34017,33935,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_spined_flame',67650),
(34018,33936,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/shortspear_spined_poison',67650),
(34019,33937,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_alt_basic',67650),
(34020,33938,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_alt_flame',67650),
(34021,33939,'accessories/wieldable_items/weapons/exp16/1h_pierce/shissar/whip_alt_poison',67650),
(34022,33940,'accessories/wieldable_items/weapons/exp16/1h_wand/shissar/wand_shissar_snake_poison',67650),
(34023,33941,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_mage_poison',67650),
(34024,33942,'accessories/wieldable_items/shields/exp16/shissar/buckler_basic',67650),
(34025,33943,'accessories/wieldable_items/shields/exp16/shissar/buckler_basic2',67650),
(34026,33944,'accessories/wieldable_items/shields/exp16/shissar/buckler_flame',67650),
(34027,33945,'accessories/wieldable_items/shields/exp16/shissar/buckler_prism',67650),
(34028,33946,'accessories/wieldable_items/shields/exp16/shissar/buckler_shadow',67650),
(34029,33947,'accessories/wieldable_items/shields/exp16/shissar/buckler_shissar_basic',67650),
(34030,33948,'accessories/wieldable_items/shields/exp16/shissar/buckler_shissar_flame',67650),
(34031,33949,'accessories/wieldable_items/shields/exp16/shissar/buckler_shissar_prism',67650),
(34032,33950,'accessories/wieldable_items/shields/exp16/shissar/buckler_shissar_shadow',67650),
(34033,33951,'accessories/wieldable_items/shields/exp16/shissar/shield_large_shadow',67650),
(34034,33952,'creatures/monsters/wyrm_paper',67650),
(34035,33953,'_exp16/characters/monsters/netherbian/netherbian_base',67650),
(34036,33954,'_exp16/objects/exp16_dun_the_blinding_raid_01/tb_cage_visual_nocol',67650),
(34037,33955,'_exp16/objects/exp16_dun_the_blinding_raid_01/tb_cage_visual_col_only',67650),
(34038,33956,'accessories/wearable_items/_exp16/cobalt_darkelf/chest',67650),
(34039,33957,'accessories/wearable_items/_exp16/cobalt_darkelf/feet',67650),
(34040,33958,'accessories/wearable_items/_exp16/cobalt_darkelf/feet_epic',67650),
(34041,33959,'accessories/wearable_items/_exp16/cobalt_darkelf/forearms',67650),
(34042,33960,'accessories/wearable_items/_exp16/cobalt_darkelf/forearms_epic',67650),
(34043,33961,'accessories/wearable_items/_exp16/cobalt_darkelf/hands',67650),
(34044,33962,'accessories/wearable_items/_exp16/cobalt_darkelf/head',67650),
(34045,33963,'accessories/wearable_items/_exp16/cobalt_darkelf/head_epic',67650),
(34046,33964,'accessories/wearable_items/_exp16/cobalt_darkelf/legs',67650),
(34047,33965,'accessories/wearable_items/_exp16/cobalt_darkelf/legs_noskirt',67650),
(34048,33966,'accessories/wearable_items/_exp16/cobalt_darkelf/shoulders',67650),
(34049,33967,'accessories/wearable_items/_exp16/cobalt_darkelf/shoulders_epic',67650),
(34050,33968,'accessories/wearable_items/_exp16/cobalt_darkelf/skirt',67650),
(34051,33969,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_collar',67650),
(34052,33970,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_forearm_left',67650),
(34053,33971,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_forearm_right',67650),
(34054,33972,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_pauldron_left',67650),
(34055,33973,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_pauldron_right',67650),
(34056,33974,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_shin_left',67650),
(34057,33975,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_shin_right',67650),
(34058,33976,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_upperarm_left',67650),
(34059,33977,'accessories/wearable_items/_exp16/cobalt_darkelf/accessory/dark_elf_chain_upperarm_right',67650),
(34060,33978,'_exp15/objects/house_items/building_blocks/dpo_tile_checkeredmarble',67650),
(34061,33979,'_exp15/objects/house_items/building_blocks/dpo_tile_diamondtile',67650),
(34062,33980,'accessories/wearable_items/_exp16/cobalt_darkelf/shoulders_lower',67650),
(34063,33981,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_armband_large_left',67650),
(34064,33982,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_armband_large_right',67650),
(34065,33983,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_armband_left',67650),
(34066,33984,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_armband_right',67650),
(34067,33985,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_boot_cuff_left',67650),
(34068,33986,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_boot_cuff_right',67650),
(34069,33987,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_heritage_fur_collar',67650),
(34070,33988,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_pauldron_left',67650),
(34071,33989,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/barbarian_pauldron_right',67650),
(34072,33990,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/belt',67650),
(34073,33991,'accessories/wearable_items/ghost/ghost_robes/hood',67650),
(34074,33992,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/short_skirt',67650),
(34075,33993,'creatures/familiars/shadowbeast/shadow_beast_infected_magma2',67650),
(34076,33994,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/swivel_feather_01',67650),
(34077,33995,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/swivel_fur_01',67650),
(34078,33996,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/snap_ons/swivel_fur_02',67650),
(34079,33997,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/chest',67650),
(34080,33998,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/feet',67650),
(34081,33999,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/hands',67650),
(34082,34000,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/head_epic',67650),
(34083,34001,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/legs_short_skirt_base',67650),
(34084,34002,'accessories/wearable_items/_exp16/cobalt_barbarian_kilt/shoulders_epic',67650),
(34085,34003,'accessories/wearable_items/_exp16/cobalt_human/chest',67650),
(34086,34004,'accessories/wearable_items/_exp16/cobalt_human/feet',67650),
(34087,34005,'accessories/wearable_items/_exp16/cobalt_human/forearms',67650),
(34088,34006,'accessories/wearable_items/_exp16/cobalt_human/hands',67650),
(34089,34007,'accessories/wearable_items/_exp16/cobalt_human/head',67650),
(34090,34008,'accessories/wearable_items/_exp16/cobalt_human/head_epic',67650),
(34091,34009,'accessories/wearable_items/_exp16/cobalt_human/legs',67650),
(34092,34010,'accessories/wearable_items/_exp16/cobalt_human/legs_noskirt',67650),
(34093,34011,'accessories/wearable_items/_exp16/cobalt_human/shoulders',67650),
(34094,34012,'accessories/wearable_items/_exp16/cobalt_human/skirt',67650),
(34095,34013,'accessories/wearable_items/_exp16/cobalt_human/accessory/head_human_heritage_chain_helmet',67650),
(34096,34014,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_arm_left',67650),
(34097,34015,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_arm_right',67650),
(34098,34016,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_belt',67650),
(34099,34017,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_pauldron_guard_left',67650),
(34100,34018,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_shin_left',67650),
(34101,34019,'accessories/wearable_items/_exp16/cobalt_human/accessory/human_heritage_chain_shin_right',67650),
(34102,34020,'accessories/wearable_items/_exp16/cobalt_human/accessory/pauldron_left',67650),
(34103,34021,'accessories/wearable_items/_exp16/cobalt_human/accessory/pauldron_right',67650),
(34104,34022,'creatures/familiars/snails/snail1_upgraded_earth_glow',67650),
(34105,34023,'creatures/familiars/patchwork/stitchcraft_bunny_pride_t',67650),
(34106,34024,'creatures/familiars/patchwork/stitchcraft_bunny_pride_g',67650),
(34107,34025,'creatures/familiars/patchwork/stitchcraft_bunny_pride_b',67650),
(34108,34026,'creatures/familiars/basilisk/basilisk_needlescale3_mini_glow',67650),
(34109,34027,'creatures/familiars/construct/construct_panther2_bladed',67650),
(34110,34028,'creatures/familiars/matchstick_man/matchstick_man_base',67650),
(34111,34029,'creatures/familiars/iksar_golem/iksarmale_statue',67650),
(34112,34030,'creatures/familiars/gelatincube/gelatincube_verdant',67650),
(34113,34031,'creatures/familiars/spider/spiderling',67650),
(34114,34032,'creatures/familiars/baby_dragon/baby_dragon_plush_heart',67650),
(34115,34033,'creatures/familiars/spider/spider_ancientruins_gold',67650),
(34116,34034,'creatures/familiars/scorpion/scorpion_updated_shadecasted',67650),
(34117,34035,'creatures/familiars/elementalair_ethernere/elementalair_ethernere_red',67650),
(34118,34036,'creatures/familiars/drake/fairy_drake',67650),
(34119,34037,'creatures/familiars/octoyogg/otyugh',67650),
(34120,34038,'creatures/familiars/flyingsnake/gold_flyingsnake',67650),
(34121,34039,'_exp16/characters/tool_users/shissar_female/shissar_female_base',67650),
(34122,34040,'creatures/mounts/lion_winged/lion_winged_cobalt',67650),
(34123,34041,'creatures/mounts/cat_broom/cat_broom_base',67650),
(34124,34042,'creatures/mounts/broom/broom_mount_cat',67650),
(34125,34043,'_exp16/characters/tool_users/shissar_female/shissar_female_01',67650),
(34126,34044,'_exp16/characters/tool_users/shissar_female/shissar_female_02',67650),
(34127,34045,'_exp16/characters/tool_users/shissar_female/shissar_female_shadow_01',67650),
(34128,34046,'_exp16/characters/tool_users/shissar_female/shissar_female_shadow_02',67650),
(34129,34047,'_exp16/characters/tool_users/shissar_female/shissar_female_shadow_base',67650),
(34130,34048,'accessories/wieldable_items/weapons/exp16/1h_pierce/cobalt/dagger_cobalt',67650),
(34131,34049,'accessories/wieldable_items/weapons/exp16/1h_sword/cobalt/sword_cobalt',67650),
(34132,34050,'accessories/wieldable_items/weapons/exp16/1h_wand/cobalt/wand_cobalt',67650),
(34133,34051,'accessories/wieldable_items/weapons/exp16/2h_crush/cobalt/hammer_2h_cobalt',67650),
(34134,34052,'accessories/wieldable_items/weapons/exp16/2h_sword/cobalt/sword_2h_cobalt',67650),
(34135,34053,'accessories/wieldable_items/weapons/exp16/bow/cobalt/longbow_cobalt',67650),
(34136,34054,'accessories/wieldable_items/weapons/exp16/fist/cobalt/fist_cobalt',67650),
(34137,34055,'accessories/wieldable_items/weapons/exp16/staff/cobalt/spear_cobalt',67650),
(34138,34056,'accessories/wieldable_items/weapons/exp16/staff/cobalt/staff_cobalt',67650),
(34139,34057,'accessories/wieldable_items/shields/exp16/shield_cobalt',67650),
(34140,34058,'creatures/mounts/bird_mount/evil/bird_evil_base_server',67650),
(34141,34059,'creatures/mounts/bird_mount/evil/bird_evil_green_server',67650),
(34142,34060,'creatures/mounts/bird_mount/evil/bird_evil_red_server',67650),
(34143,34061,'creatures/mounts/bird_mount/evil/bird_evil_yellow_server',67650),
(34144,34062,'_exp16/characters/tool_users/shissar_skeleton/shissar_skeleton_crawl',67650),
(34145,34063,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_base_crawl',67650),
(34146,34064,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_heavy_crawl',67650),
(34147,34065,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_light_crawl',67650),
(34148,34066,'_exp16/characters/tool_users/shissar_zombie/shissar_zombie_medium_crawl',67650),
(34149,34067,'_exp16/characters/monsters/netherbian/netherbian_stripe',67650),
(34150,34068,'creatures/mounts/cat_broom/cat_broom_grey',67650),
(34151,34069,'creatures/mounts/cat_broom/cat_broom_orange',67650),
(34152,34070,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_heavy1',67650),
(34153,34071,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_heavy2',67650),
(34154,34072,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_heavy3',67650),
(34155,34073,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_light1',67650),
(34156,34074,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_light2',67650),
(34157,34075,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_light3',67650),
(34158,34076,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_medium1',67650),
(34159,34077,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_medium2',67650),
(34160,34078,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_medium3',67650),
(34161,34079,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected1',67650),
(34162,34080,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected2',67650),
(34163,34081,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected3',67650),
(34164,34082,'_exp16/objects/circular_forcewall_blackblue',67650),
(34165,34083,'creatures/mounts/broom/broom_mount_cat_cursed',67650),
(34166,34084,'staticobjects/weapons/scimitar_sword001_ornate_upright_dpo',67650),
(34167,34085,'_exp16/characters/tool_users/shissar_female/shissar_female_undead',67650),
(34168,34086,'_exp16/characters/tool_users/shissar_female/shissar_female_undead_01',67650),
(34169,34087,'_exp16/characters/tool_users/seru/seru_01_dark_armor',67650),
(34170,34088,'_exp16/characters/tool_users/seru/seru_02_old',67650),
(34171,34089,'_exp16/characters/tool_users/seru/seru_03_zombie',67650),
(34172,34090,'_exp16/characters/tool_users/seru/seru_04_skeleton',67650),
(34173,34091,'_exp16/characters/tool_users/seru/seru_base',67650),
(34174,34092,'_exp16/objects/crystal_prismatic',67650),
(34175,34093,'staticobjects/liveevent/anniversary_event/15anniversary/anniversary_fprtbase01',67650),
(34176,34094,'staticobjects/liveevent/anniversary_event/15anniversary/anniversary_qeybase01',67650),
(34177,34095,'staticobjects/liveevent/anniversary_event/15anniversary/darathar_statue_dpo',67650),
(34178,34096,'staticobjects/liveevent/anniversary_event/15anniversary/darathar_statue_final',67650),
(34179,34097,'staticobjects/liveevent/anniversary_event/15anniversary/darathar_statue_mid',67650),
(34180,34098,'staticobjects/liveevent/anniversary_event/15anniversary/darathar_statue_start',67650),
(34181,34099,'creatures/mounts/pegasus_mount/pegasus_mount_epic_no_fire',67650),
(34182,34100,'accessories/wearable_items/_exp16/shissar/chain_1/chest',67650),
(34183,34101,'accessories/wearable_items/_exp16/shissar/chain_1/feet',67650),
(34184,34102,'accessories/wearable_items/_exp16/shissar/chain_1/forearms',67650),
(34185,34103,'accessories/wearable_items/_exp16/shissar/chain_1/hands',67650),
(34186,34104,'accessories/wearable_items/_exp16/shissar/chain_1/head',67650),
(34187,34105,'accessories/wearable_items/_exp16/shissar/chain_1/legs',67650),
(34188,34106,'accessories/wearable_items/_exp16/shissar/chain_1/legs_noskirt',67650),
(34189,34107,'accessories/wearable_items/_exp16/shissar/chain_1/shoulders',67650),
(34190,34108,'accessories/wearable_items/_exp16/shissar/chain_1/skirt',67650),
(34191,34109,'accessories/wearable_items/_exp16/shissar/chain_2/chest',67650),
(34192,34110,'accessories/wearable_items/_exp16/shissar/chain_2/feet',67650),
(34193,34111,'accessories/wearable_items/_exp16/shissar/chain_2/forearms',67650),
(34194,34112,'accessories/wearable_items/_exp16/shissar/chain_2/hands',67650),
(34195,34113,'accessories/wearable_items/_exp16/shissar/chain_2/head',67650),
(34196,34114,'accessories/wearable_items/_exp16/shissar/chain_2/legs',67650),
(34197,34115,'accessories/wearable_items/_exp16/shissar/chain_2/legs_noskirt',67650),
(34198,34116,'accessories/wearable_items/_exp16/shissar/chain_2/shoulders',67650),
(34199,34117,'accessories/wearable_items/_exp16/shissar/chain_2/skirt',67650),
(34200,34118,'accessories/wearable_items/_exp16/shissar/chain_tintable/chest',67650),
(34201,34119,'accessories/wearable_items/_exp16/shissar/chain_tintable/feet',67650),
(34202,34120,'accessories/wearable_items/_exp16/shissar/chain_tintable/forearms',67650),
(34203,34121,'accessories/wearable_items/_exp16/shissar/chain_tintable/hands',67650),
(34204,34122,'accessories/wearable_items/_exp16/shissar/chain_tintable/head',67650),
(34205,34123,'accessories/wearable_items/_exp16/shissar/chain_tintable/legs',67650),
(34206,34124,'accessories/wearable_items/_exp16/shissar/chain_tintable/legs_noskirt',67650),
(34207,34125,'accessories/wearable_items/_exp16/shissar/chain_tintable/shoulders',67650),
(34208,34126,'accessories/wearable_items/_exp16/shissar/chain_tintable/skirt',67650),
(34209,34127,'accessories/wearable_items/_exp16/shissar/gi_1/gi_fem_legs/legs',67650),
(34210,34128,'accessories/wearable_items/_exp16/shissar/gi_1/gi_fem_legs/legs_femfixed',67650),
(34211,34129,'accessories/wearable_items/_exp16/shissar/gi_1/arms',67650),
(34212,34130,'accessories/wearable_items/_exp16/shissar/gi_1/chest',67650),
(34213,34131,'accessories/wearable_items/_exp16/shissar/gi_1/feet_femfixed',67650),
(34214,34132,'accessories/wearable_items/_exp16/shissar/gi_1/legs',67650),
(34215,34133,'accessories/wearable_items/_exp16/shissar/gi_1/legs_femfixed',67650),
(34216,34134,'accessories/wearable_items/_exp16/shissar/gi_2/gi_fem_legs/feet',67650),
(34217,34135,'accessories/wearable_items/_exp16/shissar/gi_2/gi_fem_legs/legs',67650),
(34218,34136,'accessories/wearable_items/_exp16/shissar/gi_2/arms',67650),
(34219,34137,'accessories/wearable_items/_exp16/shissar/gi_2/chest',67650),
(34220,34138,'accessories/wearable_items/_exp16/shissar/gi_2/legs',67650),
(34221,34139,'accessories/wearable_items/_exp16/shissar/gi_tintable/gi_fem_legs/feet',67650),
(34222,34140,'accessories/wearable_items/_exp16/shissar/gi_tintable/gi_fem_legs/legs',67650),
(34223,34141,'accessories/wearable_items/_exp16/shissar/gi_tintable/arms',67650),
(34224,34142,'accessories/wearable_items/_exp16/shissar/gi_tintable/chest',67650),
(34225,34143,'accessories/wearable_items/_exp16/shissar/gi_tintable/legs',67650),
(34226,34144,'accessories/wearable_items/_exp16/shissar/leather_1/chest',67650),
(34227,34145,'accessories/wearable_items/_exp16/shissar/leather_1/feet',67650),
(34228,34146,'accessories/wearable_items/_exp16/shissar/leather_1/hands',67650),
(34229,34147,'accessories/wearable_items/_exp16/shissar/leather_1/head',67650),
(34230,34148,'accessories/wearable_items/_exp16/shissar/leather_1/legs',67650),
(34231,34149,'accessories/wearable_items/_exp16/shissar/leather_1/shoulders',67650),
(34232,34150,'accessories/wearable_items/_exp16/shissar/leather_2/chest',67650),
(34233,34151,'accessories/wearable_items/_exp16/shissar/leather_2/feet',67650),
(34234,34152,'accessories/wearable_items/_exp16/shissar/leather_2/hands',67650),
(34235,34153,'accessories/wearable_items/_exp16/shissar/leather_2/head',67650),
(34236,34154,'accessories/wearable_items/_exp16/shissar/leather_2/legs',67650),
(34237,34155,'accessories/wearable_items/_exp16/shissar/leather_2/shoulders',67650),
(34238,34156,'accessories/wearable_items/_exp16/shissar/leather_tintable/chest',67650),
(34239,34157,'accessories/wearable_items/_exp16/shissar/leather_tintable/feet',67650),
(34240,34158,'accessories/wearable_items/_exp16/shissar/leather_tintable/hands',67650),
(34241,34159,'accessories/wearable_items/_exp16/shissar/leather_tintable/head',67650),
(34242,34160,'accessories/wearable_items/_exp16/shissar/leather_tintable/legs',67650),
(34243,34161,'accessories/wearable_items/_exp16/shissar/leather_tintable/shoulders',67650),
(34244,34162,'accessories/wearable_items/_exp16/shissar/robe_1/chest',67650),
(34245,34163,'accessories/wearable_items/_exp16/shissar/robe_1/feet',67650),
(34246,34164,'accessories/wearable_items/_exp16/shissar/robe_1/hands',67650),
(34247,34165,'accessories/wearable_items/_exp16/shissar/robe_1/head_collar_flared',67650),
(34248,34166,'accessories/wearable_items/_exp16/shissar/robe_1/pants',67650),
(34249,34167,'accessories/wearable_items/_exp16/shissar/robe_1/skirt',67650),
(34250,34168,'accessories/wearable_items/_exp16/shissar/robe_2/chest',67650),
(34251,34169,'accessories/wearable_items/_exp16/shissar/robe_2/feet',67650),
(34252,34170,'accessories/wearable_items/_exp16/shissar/robe_2/hands',67650),
(34253,34171,'accessories/wearable_items/_exp16/shissar/robe_2/head_collar_flared',67650),
(34254,34172,'accessories/wearable_items/_exp16/shissar/robe_2/pants',67650),
(34255,34173,'accessories/wearable_items/_exp16/shissar/robe_2/skirt',67650),
(34256,34174,'accessories/wearable_items/_exp16/shissar/robe_tintable/chest',67650),
(34257,34175,'accessories/wearable_items/_exp16/shissar/robe_tintable/feet',67650),
(34258,34176,'accessories/wearable_items/_exp16/shissar/robe_tintable/hands',67650),
(34259,34177,'accessories/wearable_items/_exp16/shissar/robe_tintable/head_collar_flared',67650),
(34260,34178,'accessories/wearable_items/_exp16/shissar/robe_tintable/pants',67650),
(34261,34179,'accessories/wearable_items/_exp16/shissar/robe_tintable/skirt',67650),
(34262,34180,'accessories/wearable_items/_exp16/shissar/vanguard_1/chest',67650),
(34263,34181,'accessories/wearable_items/_exp16/shissar/vanguard_1/feet',67650),
(34264,34182,'accessories/wearable_items/_exp16/shissar/vanguard_1/forearms',67650),
(34265,34183,'accessories/wearable_items/_exp16/shissar/vanguard_1/hands',67650),
(34266,34184,'accessories/wearable_items/_exp16/shissar/vanguard_1/head',67650),
(34267,34185,'accessories/wearable_items/_exp16/shissar/vanguard_1/legs',67650),
(34268,34186,'accessories/wearable_items/_exp16/shissar/vanguard_1/legs_noskirt',67650),
(34269,34187,'accessories/wearable_items/_exp16/shissar/vanguard_1/right',67650),
(34270,34188,'accessories/wearable_items/_exp16/shissar/vanguard_1/shoulders',67650),
(34271,34189,'accessories/wearable_items/_exp16/shissar/vanguard_1/shoulders_nopauldrons',67650),
(34272,34190,'accessories/wearable_items/_exp16/shissar/vanguard_1/skirt',67650),
(34273,34191,'accessories/wearable_items/_exp16/shissar/vanguard_2/chest',67650),
(34274,34192,'accessories/wearable_items/_exp16/shissar/vanguard_2/feet',67650),
(34275,34193,'accessories/wearable_items/_exp16/shissar/vanguard_2/forearms',67650),
(34276,34194,'accessories/wearable_items/_exp16/shissar/vanguard_2/hands',67650),
(34277,34195,'accessories/wearable_items/_exp16/shissar/vanguard_2/head',67650),
(34278,34196,'accessories/wearable_items/_exp16/shissar/vanguard_2/legs',67650),
(34279,34197,'accessories/wearable_items/_exp16/shissar/vanguard_2/legs_noskirt',67650),
(34280,34198,'accessories/wearable_items/_exp16/shissar/vanguard_2/right',67650),
(34281,34199,'accessories/wearable_items/_exp16/shissar/vanguard_2/shoulders',67650),
(34282,34200,'accessories/wearable_items/_exp16/shissar/vanguard_2/shoulders_nopauldrons',67650),
(34283,34201,'accessories/wearable_items/_exp16/shissar/vanguard_2/skirt',67650),
(34284,34202,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/chest',67650),
(34285,34203,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/feet',67650),
(34286,34204,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/forearms',67650),
(34287,34205,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/hands',67650),
(34288,34206,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/head',67650),
(34289,34207,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/legs',67650),
(34290,34208,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/legs_noskirt',67650),
(34291,34209,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/right',67650),
(34292,34210,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/shoulders',67650),
(34293,34211,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/shoulders_nopauldrons',67650),
(34294,34212,'accessories/wearable_items/_exp16/shissar/vanguard_tintable/skirt',67650),
(34295,34213,'_exp16/characters/tool_users/tegi/tegi_02',67650),
(34296,34214,'_exp16/characters/tool_users/tegi/tegi_base',67650),
(34297,34215,'_exp16/characters/monsters/zelniak/zelniak_base',67650),
(34298,34216,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_shield_wall',67650),
(34299,34217,'_exp16/characters/tool_users/diaku/diaku_female_boss',67650),
(34300,34218,'_exp16/characters/tool_users/diaku/diaku_female_chain_helmed',67650),
(34301,34219,'_exp16/characters/tool_users/diaku/diaku_female_chain_nohelm',67650),
(34302,34220,'_exp16/characters/tool_users/diaku/diaku_female_helmeted',67650),
(34303,34221,'_exp16/characters/tool_users/diaku/diaku_female_nohelm',67650),
(34304,34222,'_exp16/characters/tool_users/diaku/diaku_male_boss',67650),
(34305,34223,'_exp16/characters/tool_users/diaku/diaku_male_chain_helmed',67650),
(34306,34224,'_exp16/characters/tool_users/diaku/diaku_male_chain_nohelm',67650),
(34307,34225,'_exp16/characters/tool_users/diaku/diaku_male_helmeted',67650),
(34308,34226,'_exp16/characters/tool_users/diaku/diaku_male_nohelm',67650),
(34309,34227,'creatures/mounts/horse_heavy/horse_sanctus_seru',67650),
(34310,34228,'_exp16/characters/monsters/shiknar/shiknar_base',67650),
(34311,34229,'_exp16/objects/exp16_dun_fordel_midst_raid_01/fordel_midst_grated_door_01',67650),
(34312,34230,'_exp16/characters/monsters/zelniak/zelniak_baby_base',67650),
(34313,34231,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_split_ring_test',67650),
(34314,34232,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_ring_blue',67650),
(34315,34233,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_ring_green',67650),
(34316,34234,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_ring_red',67650),
(34317,34235,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_ring_yellow',67650),
(34318,34236,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_magma1',67650),
(34319,34237,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_magma2',67650),
(34320,34238,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_shadow1',67650),
(34321,34239,'_exp16/characters/monsters/shadowbeast/shadowbeast_infected_shadow2',67650),
(34322,34240,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_bench01',67650),
(34323,34241,'_exp16/characters/monsters/shadowbeast/shadowbeast_large_base',67650),
(34324,34242,'_exp16/characters/monsters/shadowbeast/shadowbeast_large_tintable',67650),
(34325,34243,'_exp16/characters/monsters/shadowbeast/shadowbeast_tintable',67650),
(34326,34244,'_exp16/characters/tool_users/galorian/galorian_male_v4',67650),
(34327,34245,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_barbarian_female',67650),
(34328,34246,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_barbarian_male',67650),
(34329,34247,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_dwarf_female',67650),
(34330,34248,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_dwarf_male',67650),
(34331,34249,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_gnome_female',67650),
(34332,34250,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_gnome_male',67650),
(34333,34251,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_human_female',67650),
(34334,34252,'_exp16/characters/tool_users/sanctus_seru_guard/sanctus_seru_guard_human_male',67650),
(34335,34253,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_heavy_inset',67650),
(34336,34254,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_heavy_squared',67650),
(34337,34255,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_light_pointed',67650),
(34338,34256,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_light_squared',67650),
(34339,34257,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_heavy_tintable',67650),
(34340,34258,'accessories/wearable_items/cloak/exp16/cloak_sanctus_seru_light_tintable',67650),
(34341,34259,'accessories/wearable_items/cloak/exp16/shissar/neckring/cloak_neckring_shissar1',67650),
(34342,34260,'accessories/wearable_items/cloak/exp16/cloak_shissar1',67650),
(34343,34261,'_exp02/characters/monsters/dragon_evil_tint01_no_sound',67650),
(34344,34262,'_exp02/characters/monsters/dragon_good_tint01_no_sound',67650),
(34345,34263,'accessories/wearable_items/_exp11/planeofwar_blue/robe_glow/head_collar',67650),
(34346,34264,'_exp16/characters/monsters/zelniak/zelniak_grazer_base',67650),
(34347,34265,'_exp16/characters/monsters/shadowbeast/shadowbeast_lightinfected1',67650),
(34348,34266,'_exp16/characters/monsters/shadowbeast/shadowbeast_lightinfected2',67650),
(34349,34267,'_exp16/objects/table_tradeskill/table_tradeskill',67650),
(34350,34268,'_exp16/characters/monsters/shiknar/shiknar_queen',67650),
(34351,34269,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_transporter_base',67650),
(34352,34270,'_exp11/characters/tool_users/shissar/shissar_male_medium_v5',67650),
(34353,34271,'_exp11/characters/tool_users/shissar/shissar_male_light_v4',67650),
(34354,34272,'_exp11/characters/tool_users/shissar/shissar_male_v5_undead',67650),
(34355,34273,'_exp11/characters/tool_users/shissar/shissar_male_v4_undead',67650),
(34356,34274,'_exp11/characters/tool_users/shissar/shissar_male_zombie',67650),
(34357,34275,'creatures/mounts/shiknar_mount/shiknar_mount_base',67650),
(34358,34276,'_exp16/objects/platform_gate/platform_evergate1',67650),
(34359,34277,'_exp16/objects/table_tradeskill/accessory/anvil1',67650),
(34360,34278,'_exp16/objects/table_tradeskill/accessory/anvil2',67650),
(34361,34279,'_exp16/objects/table_tradeskill/accessory/book_a_1',67650),
(34362,34280,'_exp16/objects/table_tradeskill/accessory/book_a_2',67650),
(34363,34281,'_exp16/objects/table_tradeskill/accessory/book_b_1',67650),
(34364,34282,'_exp16/objects/table_tradeskill/accessory/book_b_2',67650),
(34365,34283,'_exp16/objects/table_tradeskill/accessory/book_c_1',67650),
(34366,34284,'_exp16/objects/table_tradeskill/accessory/book_c_2',67650),
(34367,34285,'_exp16/objects/table_tradeskill/accessory/bottle_longstem1',67650),
(34368,34286,'_exp16/objects/table_tradeskill/accessory/bottle_longstem2',67650),
(34369,34287,'_exp16/objects/table_tradeskill/accessory/bottle_set1',67650),
(34370,34288,'_exp16/objects/table_tradeskill/accessory/bottle_set2',67650),
(34371,34289,'_exp16/objects/table_tradeskill/accessory/cloth_pile1',67650),
(34372,34290,'_exp16/objects/table_tradeskill/accessory/cloth_pile2',67650),
(34373,34291,'_exp16/objects/table_tradeskill/accessory/gemstones1',67650),
(34374,34292,'_exp16/objects/table_tradeskill/accessory/gemstones2',67650),
(34375,34293,'_exp16/objects/table_tradeskill/accessory/gizmo1',67650),
(34376,34294,'_exp16/objects/table_tradeskill/accessory/gizmo2',67650),
(34377,34295,'_exp16/objects/table_tradeskill/accessory/hammer_blacksmith1',67650),
(34378,34296,'_exp16/objects/table_tradeskill/accessory/hammer_blacksmith2',67650),
(34379,34297,'_exp16/objects/table_tradeskill/accessory/inkwell_quill1',67650),
(34380,34298,'_exp16/objects/table_tradeskill/accessory/inkwell_quill2',67650),
(34381,34299,'_exp16/objects/table_tradeskill/accessory/jumjum1',67650),
(34382,34300,'_exp16/objects/table_tradeskill/accessory/jumjum2',67650),
(34383,34301,'_exp16/objects/table_tradeskill/accessory/meatshank1',67650),
(34384,34302,'_exp16/objects/table_tradeskill/accessory/meatshank2',67650),
(34385,34303,'_exp16/objects/table_tradeskill/accessory/nail_box1',67650),
(34386,34304,'_exp16/objects/table_tradeskill/accessory/nail_box2',67650),
(34387,34305,'_exp16/objects/table_tradeskill/accessory/pliers1',67650),
(34388,34306,'_exp16/objects/table_tradeskill/accessory/pliers2',67650),
(34389,34307,'_exp16/objects/table_tradeskill/accessory/rollingpin1',67650),
(34390,34308,'_exp16/objects/table_tradeskill/accessory/rollingpin2',67650),
(34391,34309,'_exp16/objects/table_tradeskill/accessory/shears1',67650),
(34392,34310,'_exp16/objects/table_tradeskill/accessory/shears2',67650),
(34393,34311,'_exp16/objects/table_tradeskill/accessory/spices1',67650),
(34394,34312,'_exp16/objects/table_tradeskill/accessory/spices2',67650),
(34395,34313,'_exp16/objects/table_tradeskill/accessory/thread1',67650),
(34396,34314,'_exp16/objects/table_tradeskill/accessory/thread2',67650),
(34397,34315,'_exp16/objects/table_tradeskill/accessory/wizard_notes1',67650),
(34398,34316,'_exp16/objects/table_tradeskill/accessory/wizard_notes2',67650),
(34399,34317,'_exp16/objects/table_tradeskill/accessory/wrench1',67650),
(34400,34318,'_exp16/objects/table_tradeskill/accessory/wrench2',67650),
(34401,34319,'staticobjects/promo_items/eq2_15th_anniversarypainting',67650),
(34402,34320,'accessories/wieldable_items/misc/book_readable01',67650),
(34403,34321,'accessories/wieldable_items/misc/book_readable02',67650),
(34404,34322,'accessories/wieldable_items/misc/book_readable03',67650),
(34405,34323,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_medium4',67650),
(34406,34324,'_exp11/characters/tool_users/shissar/shissar_male_shadowinfected_light4',67650),
(34407,34325,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy/forearms',67650),
(34408,34326,'accessories/wearable_items/_exp16/sanctus_seru/chain_heavy_tintable/forearms',67650),
(34409,34327,'accessories/wearable_items/_exp16/sanctus_seru/chain_tintable/forearms',67650),
(34410,34328,'accessories/wearable_items/_exp16/sanctus_seru/chain1/forearms',67650),
(34411,34329,'accessories/wearable_items/_exp16/shissar/leather_1/forearms',67650),
(34412,34330,'accessories/wearable_items/_exp16/shissar/leather_2/forearms',67650),
(34413,34331,'accessories/wearable_items/_exp16/shissar/leather_tintable/forearms',67650),
(34414,34332,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_24',67650),
(34415,34333,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_23',67650),
(34416,34334,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_22',67650),
(34417,34335,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_21',67650),
(34418,34336,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_20',67650),
(34419,34337,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_19',67650),
(34420,34338,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_18',67650),
(34421,34339,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_17',67650),
(34422,34340,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_16',67650),
(34423,34341,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_15',67650),
(34424,34342,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_14',67650),
(34425,34343,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_13',67650),
(34426,34344,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_12',67650),
(34427,34345,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_11',67650),
(34428,34346,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_10',67650),
(34429,34347,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_09',67650),
(34430,34348,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_08',67650),
(34431,34349,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_07',67650),
(34432,34350,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_06',67650),
(34433,34351,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_05',67650),
(34434,34352,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_04',67650),
(34435,34353,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_03',67650),
(34436,34354,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_02',67650),
(34437,34355,'_exp16/objects/exp16_dun_the_blinding_raid_01/cages_01',67650),
(34438,34356,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_bench01_facing_front',67650),
(34439,34357,'_exp16/characters/monsters/wisp_prism/willowisp_prism',67650),
(34440,34358,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal_darkfire',67650),
(34441,34359,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal_frosty',67650),
(34442,34360,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal_shadowtainted',67650),
(34443,34361,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal1',67650),
(34444,34362,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_seru_bench01_facing_front2',67650),
(34445,34363,'_exp16/characters/monsters/netherbian/netherbian_crystal_boss',67650),
(34446,34364,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraeshza_mines_fxlightning01',67650),
(34447,34365,'accessories/wieldable_items/weapons/exp16/staff/tradeskill/staff_tradeskill_flamesphere',67650),
(34448,34366,'accessories/wieldable_items/weapons/exp16/staff/tradeskill/staff_tradeskill_marblespark',67650),
(34449,34367,'accessories/wieldable_items/weapons/exp16/staff/tradeskill/staff_tradeskill_prime',67650),
(34450,34368,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/accessory/feet',67650),
(34451,34369,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/accessory/legs_female_valkyrie',67650),
(34452,34370,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/chest',67650),
(34453,34371,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/chest_combined',67650),
(34454,34372,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/hands',67650),
(34455,34373,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/legs',67650),
(34456,34374,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/shoulders',67650),
(34457,34375,'accessories/wearable_items/_exp16/holiday_clothing/brewday/female/valkyrie_legs/legs',67650),
(34458,34376,'accessories/wearable_items/_exp16/holiday_clothing/brewday/female/chest',67650),
(34459,34377,'accessories/wearable_items/_exp16/holiday_clothing/brewday/female/legs',67650),
(34460,34378,'accessories/wearable_items/_exp16/holiday_clothing/brewday/female/shoulders',67650),
(34461,34379,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/chest',67650),
(34462,34380,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/feet',67650),
(34463,34381,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/hands',67650),
(34464,34382,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/legs',67650),
(34465,34383,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/shoulders',67650),
(34466,34384,'accessories/wearable_items/_exp16/holiday_clothing/brewday/male/skirt',67650),
(34467,34385,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/chest',67650),
(34468,34386,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/feet',67650),
(34469,34387,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/hands',67650),
(34470,34388,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/legs',67650),
(34471,34389,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/shoulders',67650),
(34472,34390,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/male/skirt',67650),
(34473,34391,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/valkyrie_legs/chest',67650),
(34474,34392,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/valkyrie_legs/hands',67650),
(34475,34393,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/valkyrie_legs/legs',67650),
(34476,34394,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/chest',67650),
(34477,34395,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/legs',67650),
(34478,34396,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/female/shoulders',67650),
(34479,34397,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/accessory/feet',67650),
(34480,34398,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/accessory/legs_female_valkyrie',67650),
(34481,34399,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/chest',67650),
(34482,34400,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/chest_combined',67650),
(34483,34401,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/hands',67650),
(34484,34402,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/legs',67650),
(34485,34403,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/shoulders',67650),
(34486,34404,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/chest',67650),
(34487,34405,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/feet',67650),
(34488,34406,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/hands',67650),
(34489,34407,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/legs',67650),
(34490,34408,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/shoulders',67650),
(34491,34409,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/male/skirt',67650),
(34492,34410,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/female/chest',67650),
(34493,34411,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/female/legs',67650),
(34494,34412,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/female/shoulders',67650),
(34495,34413,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/female/valkyrie_legs/legs',67650),
(34496,34414,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/chest',67650),
(34497,34415,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/chest_combined',67650),
(34498,34416,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/hands',67650),
(34499,34417,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/legs',67650),
(34500,34418,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/shoulders',67650),
(34501,34419,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/accessory/feet',67650),
(34502,34420,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/accessory/legs_female_valkyrie',67650),
(34503,34421,'accessories/wearable_items/_exp16/holiday_clothing/brewday/head_swashbuckler/head',67650),
(34504,34422,'accessories/wearable_items/_exp16/holiday_clothing/brewday/combined/head',67650),
(34505,34423,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/combined/head',67650),
(34506,34424,'accessories/wearable_items/_exp16/holiday_clothing/frostfell/head_swashbuckler/head',67650),
(34507,34425,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/head_swashbuckler/head',67650),
(34508,34426,'accessories/wearable_items/_exp16/holiday_clothing/frostfell2/combined/head',67650),
(34509,34427,'creatures/pets/pet_rock01_prismatic',67650),
(34510,34428,'creatures/pets/pet_rock02_prismatic',67650),
(34511,34429,'creatures/pets/pet_rock03_prismatic',67650),
(34512,34430,'creatures/pets/pet_rock04_prismatic',67650),
(34513,34431,'creatures/pets/pet_rock05_prismatic',67650),
(34514,34432,'projectiles/spell_prismatic_crystal',67650),
(34515,34433,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_black_fly',67650),
(34516,34434,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_blue_fly',67650),
(34517,34435,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_bronze_fly',67650),
(34518,34436,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_gold_fly',67650),
(34519,34437,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_purple_fly',67650),
(34520,34438,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_red_fly',67650),
(34521,34439,'creatures/mounts/horse_armor_cataphract/horse_armor_cataphract_silver_fly',67650),
(34522,34440,'creatures/mounts/horse_armor_warhorse/horse01_armor_warhorse_pinto_fly',67650),
(34523,34441,'creatures/mounts/horse_armor01/horse_kyle_fly',67650),
(34524,34442,'creatures/mounts/horse_armor01/horse01_armor01_appoloosa_fly',67650),
(34525,34443,'creatures/mounts/horse_armor01/horse01_armor01_firespirit_fly',67650),
(34526,34444,'creatures/mounts/horse_armor01/horse01_armor01_ghost_fly',67650),
(34527,34445,'creatures/mounts/horse_armor01/horse01_armor01_good_fly',67650),
(34528,34446,'creatures/mounts/horse_armor01/horse01_armor01_manaspirit_fly',67650),
(34529,34447,'creatures/mounts/horse_armor01/horse01_armor01_misty_fly',67650),
(34530,34448,'creatures/mounts/horse_armor01/horse01_armor01_misty_purple_fly',67650),
(34531,34449,'creatures/mounts/horse_armor01/horse01_armor01_morgan_fly',67650),
(34532,34450,'creatures/mounts/horse_armor01/horse01_armor01_nightmare_blue_fly',67650),
(34533,34451,'creatures/mounts/horse_armor01/horse01_armor01_nightmare_fly',67650),
(34534,34452,'creatures/mounts/horse_armor01/horse01_armor01_nightmare_purple_fly',67650),
(34535,34453,'creatures/mounts/horse_armor01/horse01_armor01_paint_fly',67650),
(34536,34454,'creatures/mounts/horse_armor01/horse01_armor01_palomino_fly',67650),
(34537,34455,'creatures/mounts/horse_armor01/horse01_armor01_pinto_fly',67650),
(34538,34456,'creatures/mounts/horse_armor01/horse01_armor01_shadow_fly',67650),
(34539,34457,'creatures/mounts/horse_armor01/horse01_armor01_solid_fly',67650),
(34540,34458,'creatures/mounts/horse_armor02/horse01_armor02_appoloosa_fly',67650),
(34541,34459,'creatures/mounts/horse_armor02/horse01_armor02_ghost_fly',67650),
(34542,34460,'creatures/mounts/horse_armor02/horse01_armor02_ice_fly',67650),
(34543,34461,'creatures/mounts/horse_armor02/horse01_armor02_lava_fly',67650),
(34544,34462,'creatures/mounts/horse_armor02/horse01_armor02_morgan_fly',67650),
(34545,34463,'creatures/mounts/horse_armor02/horse01_armor02_palomino_fly',67650),
(34546,34464,'creatures/mounts/horse_armor02/horse01_armor02_pinto_fly',67650),
(34547,34465,'creatures/mounts/horse_armor02/horse01_armor02_solid_fly',67650),
(34548,34466,'creatures/mounts/horse_base/horse01_appoloosa_fly',67650),
(34549,34467,'creatures/mounts/horse_base/horse01_ghost_fly',67650),
(34550,34468,'creatures/mounts/horse_base/horse01_morgan_fly',67650),
(34551,34469,'creatures/mounts/horse_base/horse01_paint_fly',67650),
(34552,34470,'creatures/mounts/horse_base/horse01_palomino_fly',67650),
(34553,34471,'creatures/mounts/horse_base/horse01_pinto_fly',67650),
(34554,34472,'creatures/mounts/horse_base/horse01_solid_fly',67650),
(34555,34473,'creatures/mounts/horse_demon/horse_demon_fly',67650),
(34556,34474,'creatures/mounts/horse_demon/horse_demon_silver_fly',67650),
(34557,34475,'creatures/mounts/horse_demon/horse_demon_velium_fly',67650),
(34558,34476,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_blue_fly',67650),
(34559,34477,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_fly',67650),
(34560,34478,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_greenblue_fly',67650),
(34561,34479,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_orange_fly',67650),
(34562,34480,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_purple_fly',67650),
(34563,34481,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_purpleblue_fly',67650),
(34564,34482,'creatures/mounts/horse_frost_unicorn/horse_darkspirit_unicorn_red_fly',67650),
(34565,34483,'creatures/mounts/horse_frost_unicorn/horse_frost_unicorn_fly',67650),
(34566,34484,'creatures/mounts/horse_heavy/horse_epic_good_fly',67650),
(34567,34485,'creatures/mounts/horse_heavy/horse_epic_lava_fly',67650),
(34568,34486,'creatures/mounts/horse_heavy/horse_heavy_black_blue_fly',67650),
(34569,34487,'creatures/mounts/horse_heavy/horse_heavy_black_orange_fly',67650),
(34570,34488,'creatures/mounts/horse_heavy/horse_heavy_brown_blue_fly',67650),
(34571,34489,'creatures/mounts/horse_heavy/horse_heavy_brown_evil_fly',67650),
(34572,34490,'creatures/mounts/horse_heavy/horse_heavy_brown_orange_fly',67650),
(34573,34491,'creatures/mounts/horse_heavy/horse_heavy_joust_fly',67650),
(34574,34492,'creatures/mounts/horse_heavy/horse_heavy_white_blue_fly',67650),
(34575,34493,'creatures/mounts/horse_heavy/horse_heavy_white_orange_fly',67650),
(34576,34494,'creatures/mounts/horse_heavy/horse_new_combine_fly',67650),
(34577,34495,'creatures/mounts/horse_heavy/horse_new_combine_freeport_fly',67650),
(34578,34496,'creatures/mounts/horse_heavy/horse_new_combine_gorowyn_fly',67650),
(34579,34497,'creatures/mounts/horse_heavy/horse_new_combine_halas_fly',67650),
(34580,34498,'creatures/mounts/horse_heavy/horse_new_combine_kelethin_fly',67650),
(34581,34499,'creatures/mounts/horse_heavy/horse_new_combine_neriak_fly',67650),
(34582,34500,'creatures/mounts/horse_heavy/horse_new_combine_qeynos_fly',67650),
(34583,34501,'creatures/mounts/horse_heavy/horse_nightmare_fire_fly',67650),
(34584,34502,'creatures/mounts/horse_heavy/horse_nightmare_fire_freeport_fly',67650),
(34585,34503,'creatures/mounts/horse_heavy/horse_sanctus_seru_fly',67650),
(34586,34504,'creatures/mounts/horse_heavy/horse_stallion_black_fly',67650),
(34587,34505,'creatures/mounts/horse_heavy/horse_stallion_ice_fly',67650),
(34588,34506,'creatures/mounts/horse_pack/horse_pack_fly',67650),
(34589,34507,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_appoloosa_alt_fly',67650),
(34590,34508,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_appoloosa_fly',67650),
(34591,34509,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_palomino_fly',67650),
(34592,34510,'creatures/mounts/horse_saddle_bags_01/horse01_sadle_bags_01_solid_fly',67650),
(34593,34511,'creatures/mounts/horse_saddle01/horse01_sadle01_appoloosa_fly',67650),
(34594,34512,'creatures/mounts/horse_saddle01/horse01_sadle01_ghost_fly',67650),
(34595,34513,'creatures/mounts/horse_saddle01/horse01_sadle01_morgan_fly',67650),
(34596,34514,'creatures/mounts/horse_saddle01/horse01_sadle01_paint_fly',67650),
(34597,34515,'creatures/mounts/horse_saddle01/horse01_sadle01_palomino_fly',67650),
(34598,34516,'creatures/mounts/horse_saddle01/horse01_sadle01_pinto_fly',67650),
(34599,34517,'creatures/mounts/horse_saddle01/horse01_sadle01_solid_fly',67650),
(34600,34518,'creatures/mounts/horse_saddle02/horse01_sadle02_appoloosa_fly',67650),
(34601,34519,'creatures/mounts/horse_saddle02/horse01_sadle02_ghost_fly',67650),
(34602,34520,'creatures/mounts/horse_saddle02/horse01_sadle02_morgan_fly',67650),
(34603,34521,'creatures/mounts/horse_saddle02/horse01_sadle02_paint_fly',67650),
(34604,34522,'creatures/mounts/horse_saddle02/horse01_sadle02_palomino_fly',67650),
(34605,34523,'creatures/mounts/horse_saddle02/horse01_sadle02_pinto_fly',67650),
(34606,34524,'creatures/mounts/horse_saddle02/horse01_sadle02_solid_fly',67650),
(34607,34525,'creatures/mounts/horse_sun/horse_sun_fly',67650),
(34608,34526,'creatures/mounts/horse_white_elf/horse_white_elf_fly',67650),
(34609,34527,'creatures/pets/amygdalan_dreadknight',67650),
(34610,34528,'creatures/pets/amygdalan_knight',67650),
(34611,34529,'creatures/pets/amygdalan_warrior',67650),
(34612,34530,'creatures/pets/amygdalen_2014_base',67650),
(34613,34531,'creatures/pets/animatedhand_02_bracers',67650),
(34614,34532,'creatures/pets/ankylosaurus',67650),
(34615,34533,'creatures/pets/armadillo',67650),
(34616,34534,'creatures/pets/armapine_elemental_broodland',67650),
(34617,34535,'creatures/pets/armapine_elementalfire',67650),
(34618,34536,'creatures/pets/armapine_magic',67650),
(34619,34537,'creatures/pets/aviak_eagle_dark',67650),
(34620,34538,'creatures/pets/badger_ghost',67650),
(34621,34539,'creatures/pets/basilisk',67650),
(34622,34540,'creatures/pets/bat',67650),
(34623,34541,'creatures/pets/bat_ghost',67650),
(34624,34542,'creatures/pets/bat_swarm',67650),
(34625,34543,'creatures/pets/bear',67650),
(34626,34544,'creatures/pets/bear_ghost',67650),
(34627,34545,'creatures/pets/bear_panda',67650),
(34628,34546,'creatures/pets/bee',67650),
(34629,34547,'creatures/pets/beetle',67650),
(34630,34548,'creatures/pets/beetle_dune',67650),
(34631,34549,'creatures/pets/beetle_original_ladybug',67650),
(34632,34550,'creatures/pets/beholder',67650),
(34633,34551,'creatures/pets/bixie_small',67650),
(34634,34552,'creatures/pets/boarfiend_armor_light',67650),
(34635,34553,'creatures/pets/bone_golem_cadaverous',67650),
(34636,34554,'creatures/pets/bone_golem_gangrenous',67650),
(34637,34555,'creatures/pets/book_minion',67650),
(34638,34556,'creatures/pets/book_minion_gardening',67650),
(34639,34557,'creatures/pets/book_minion_reading_for_dummies',67650),
(34640,34558,'creatures/pets/bookminion_erudin02',67650),
(34641,34559,'creatures/pets/bookminion_erudin03',67650),
(34642,34560,'creatures/pets/bugbear_warrior_tu',67650),
(34643,34561,'creatures/pets/burynai',67650),
(34644,34562,'creatures/pets/carnivorous_plant_flowering1',67650),
(34645,34563,'creatures/pets/carnivorous_plant_flowering2',67650),
(34646,34564,'creatures/pets/carnivorous_plant_flowering3',67650),
(34647,34565,'creatures/pets/carnivorous_plant_flowering4',67650),
(34648,34566,'creatures/pets/carnivorous_plant_pom1',67650),
(34649,34567,'creatures/pets/cat',67650),
(34650,34568,'creatures/pets/cat_gray',67650),
(34651,34569,'creatures/pets/centipede_blue',67650),
(34652,34570,'creatures/pets/channeler_golem_base',67650),
(34653,34571,'creatures/pets/chokidai',67650),
(34654,34572,'creatures/pets/clay_golem_pet',67650),
(34655,34573,'creatures/pets/clay_golem_storm_pet_nfs',67650),
(34656,34574,'creatures/pets/clay_golem_storm_pet_nfs_epic',67650),
(34657,34575,'creatures/pets/clay_keeper',67650),
(34658,34576,'creatures/pets/clay_keeper_pet',67650),
(34659,34577,'creatures/pets/clockwork_bixie_figher',67650),
(34660,34578,'creatures/pets/clockwork_soldier',67650),
(34661,34579,'creatures/pets/cobra_bone',67650),
(34662,34580,'creatures/pets/cobra_water_elemental',67650),
(34663,34581,'creatures/pets/copter_fixer',67650),
(34664,34582,'creatures/pets/copter_fixer2',67650),
(34665,34583,'creatures/pets/copter_welder',67650),
(34666,34584,'creatures/pets/cow',67650),
(34667,34585,'creatures/pets/crocodile',67650),
(34668,34586,'creatures/pets/crystaline_folk_blue',67650),
(34669,34587,'creatures/pets/crystaline_folk_red',67650),
(34670,34588,'creatures/pets/cs_ballista_launcher_small',67650),
(34671,34589,'creatures/pets/dervish_fire',67650),
(34672,34590,'creatures/pets/dervish_necromantic_pestillencevortex',67650),
(34673,34591,'creatures/pets/dervish_necromantic_pestillencevortex_upgrade',67650),
(34674,34592,'creatures/pets/dervish_necromantic_redswarmingdeath',67650),
(34675,34593,'creatures/pets/dervish_necromantic_redswarmingdeath_upgrade',67650),
(34676,34594,'creatures/pets/devil_fire',67650),
(34677,34595,'creatures/pets/dire_bear01',67650),
(34678,34596,'creatures/pets/dispacer_beast_fire',67650),
(34679,34597,'creatures/pets/dispacer_beast_fire_epic',67650),
(34680,34598,'creatures/pets/djinn_master_fire',67650),
(34681,34599,'creatures/pets/dpo_invisible_cube',67650),
(34682,34600,'creatures/pets/drachnid_female',67650),
(34683,34601,'creatures/pets/drachnid_female_chain',67650),
(34684,34602,'creatures/pets/drachnid_male',67650),
(34685,34603,'creatures/pets/drachnid_male_plate',67650),
(34686,34604,'creatures/pets/drachnid_queen',67650),
(34687,34605,'creatures/pets/dracurion_palladin_horns_var1_pc_illusion',67650),
(34688,34606,'creatures/pets/dragonfly',67650),
(34689,34607,'creatures/pets/dragonfly_faerie',67650),
(34690,34608,'creatures/pets/drake',67650),
(34691,34609,'creatures/pets/drake_ice',67650),
(34692,34610,'creatures/pets/duck',67650),
(34693,34611,'creatures/pets/dwarf_male_tattoo04',67650),
(34694,34612,'creatures/pets/earth_elem',67650),
(34695,34613,'creatures/pets/earth_elem_pet',67650),
(34696,34614,'creatures/pets/earthen_base',67650),
(34697,34615,'creatures/pets/egg_beast1',67650),
(34698,34616,'creatures/pets/egg_beast2',67650),
(34699,34617,'creatures/pets/egg_beast3',67650),
(34700,34618,'creatures/pets/egg_beast4',67650),
(34701,34619,'creatures/pets/egg_beast5',67650),
(34702,34620,'creatures/pets/egg_beast6',67650),
(34703,34621,'creatures/pets/egg_beast7',67650),
(34704,34622,'creatures/pets/egg_beast8',67650),
(34705,34623,'creatures/pets/egg_beast9',67650),
(34706,34624,'creatures/pets/egg_beast10',67650),
(34707,34625,'creatures/pets/egg_beast11',67650),
(34708,34626,'creatures/pets/elemental_solusek',67650),
(34709,34627,'creatures/pets/elemental_solusek_upgraded',67650),
(34710,34628,'creatures/pets/elemental_storm',67650),
(34711,34629,'creatures/pets/elemental_storm_upgrade',67650),
(34712,34630,'creatures/pets/elemental_wave_mercury',67650),
(34713,34631,'creatures/pets/elementalair',67650),
(34714,34632,'creatures/pets/elementalfire',67650),
(34715,34633,'creatures/pets/elementals_air',67650),
(34716,34634,'creatures/pets/elementals_air_noeffect',67650),
(34717,34635,'creatures/pets/elementals_earth',67650),
(34718,34636,'creatures/pets/elementals_earth_noeffect',67650),
(34719,34637,'creatures/pets/elementals_fire',67650),
(34720,34638,'creatures/pets/elementals_fire_noflames',67650),
(34721,34639,'creatures/pets/elementalwater',67650),
(34722,34640,'creatures/pets/erollisi_corrupted',67650),
(34723,34641,'creatures/pets/evileye_red_flyer',67650),
(34724,34642,'creatures/pets/fairy',67650),
(34725,34643,'creatures/pets/fire_soldier',67650),
(34726,34644,'creatures/pets/fire_soldier_tu',67650),
(34727,34645,'creatures/pets/flaming_chrome_skull_trail',67650),
(34728,34646,'creatures/pets/flaming_skeleton',67650),
(34729,34647,'creatures/pets/fleshgoyle',67650),
(34730,34648,'creatures/pets/flyingsnake',67650),
(34731,34649,'creatures/pets/flyingsnake_cave',67650),
(34732,34650,'creatures/pets/flyingsnake_ghost',67650),
(34733,34651,'creatures/pets/frog',67650),
(34734,34652,'creatures/pets/frog_illusion',67650),
(34735,34653,'creatures/pets/froglok_skeleton_armor',67650),
(34736,34654,'creatures/pets/frostfell_cube',67650),
(34737,34655,'creatures/pets/frostfell_cube_detailed_cane_and_socks_dark',67650),
(34738,34656,'creatures/pets/frostfell_cube_detailed_giftboxesredgreen',67650),
(34739,34657,'creatures/pets/frostfell_gumdrop_black',67650),
(34740,34658,'creatures/pets/frostfell_gumdrop_blue',67650),
(34741,34659,'creatures/pets/frostfell_gumdrop_green',67650),
(34742,34660,'creatures/pets/frostfell_gumdrop_orange',67650),
(34743,34661,'creatures/pets/frostfell_gumdrop_pink',67650),
(34744,34662,'creatures/pets/frostfell_gumdrop_red',67650),
(34745,34663,'creatures/pets/frostfell_gumdrop_violet',67650),
(34746,34664,'creatures/pets/frostfell_gumdrop_void',67650),
(34747,34665,'creatures/pets/frostfell_gumdrop_yellow',67650),
(34748,34666,'creatures/pets/gargoyle_fiendish',67650),
(34749,34667,'creatures/pets/gargoyle_graveyard',67650),
(34750,34668,'creatures/pets/gelatincube_flesh2',67650),
(34751,34669,'creatures/pets/gelatincube_verdant',67650),
(34752,34670,'creatures/pets/gelatinouscube',67650),
(34753,34671,'creatures/pets/gelatinouscube_comfort_spring',67650),
(34754,34672,'creatures/pets/gelatinouscube_spring',67650),
(34755,34673,'creatures/pets/genie_female_purplepink',67650),
(34756,34674,'creatures/pets/genie_male_efreeti',67650),
(34757,34675,'creatures/pets/ghost_soga_vl_young_male02_h2_b3',67650),
(34758,34676,'creatures/pets/ghost_soga_vl_young_male02_pet',67650),
(34759,34677,'creatures/pets/gingerbread_man1',67650),
(34760,34678,'creatures/pets/gingerbread_man1_chocolate',67650),
(34761,34679,'creatures/pets/gingerbread_man1_dark',67650),
(34762,34680,'creatures/pets/gingerbread_man1_sugar',67650),
(34763,34681,'creatures/pets/gingerbread_man2',67650),
(34764,34682,'creatures/pets/gingerbread_man2_chocolate',67650),
(34765,34683,'creatures/pets/gingerbread_man2_dark',67650),
(34766,34684,'creatures/pets/gingerbread_man2_sugar',67650),
(34767,34685,'creatures/pets/gingerbread_man3',67650),
(34768,34686,'creatures/pets/gingerbread_man3_chocolate',67650),
(34769,34687,'creatures/pets/gingerbread_man3_dark',67650),
(34770,34688,'creatures/pets/gingerbread_man3_sugar',67650),
(34771,34689,'creatures/pets/gnoll_overlord_armored',67650),
(34772,34690,'creatures/pets/gnome_male',67650),
(34773,34691,'creatures/pets/goblin_lava',67650),
(34774,34692,'creatures/pets/goblin_shaman',67650),
(34775,34693,'creatures/pets/golem_clay',67650),
(34776,34694,'creatures/pets/golem_crystal',67650),
(34777,34695,'creatures/pets/golem_iron',67650),
(34778,34696,'creatures/pets/golem_jade_pet',67650),
(34779,34697,'creatures/pets/golem_shambling_mound',67650),
(34780,34698,'creatures/pets/golem_shambling_mound_pet',67650),
(34781,34699,'creatures/pets/golem_stone',67650),
(34782,34700,'creatures/pets/goo_fire',67650),
(34783,34701,'creatures/pets/goo_ice',67650),
(34784,34702,'creatures/pets/goo_slime_chaosform',67650),
(34785,34703,'creatures/pets/gorgon_rusty',67650),
(34786,34704,'creatures/pets/grimling_zombie_male_base',67650),
(34787,34705,'creatures/pets/halas_kitten_collar',67650),
(34788,34706,'creatures/pets/halfelf_male_ghost',67650),
(34789,34707,'creatures/pets/hawk_arctic',67650),
(34790,34708,'creatures/pets/hawk_optimized',67650),
(34791,34709,'creatures/pets/hellboar',67650),
(34792,34710,'creatures/pets/hooluk_owl_mystic',67650),
(34793,34711,'creatures/pets/hoovedcarnivore',67650),
(34794,34712,'creatures/pets/horse_pack',67650),
(34795,34713,'creatures/pets/human_male_ghost',67650),
(34796,34714,'creatures/pets/human_male_ghost_loop',67650),
(34797,34715,'creatures/pets/iksar_mummy',67650),
(34798,34716,'creatures/pets/iksar_skeleton',67650),
(34799,34717,'creatures/pets/iksar_skeleton_light',67650),
(34800,34718,'creatures/pets/iksar_skeleton_medium',67650),
(34801,34719,'creatures/pets/iksar_skeleton_warrior_01',67650),
(34802,34720,'creatures/pets/iksar_skeleton_warrior_02',67650),
(34803,34721,'creatures/pets/iksar_skeleton_warrior_03',67650),
(34804,34722,'creatures/pets/illusionary_soldier',67650),
(34805,34723,'creatures/pets/imp',67650),
(34806,34724,'creatures/pets/insect_queen_blue',67650),
(34807,34725,'creatures/pets/insectoid_spellcaster',67650),
(34808,34726,'creatures/pets/invisible_soldier_tu',67650),
(34809,34727,'creatures/pets/jackolantern',67650),
(34810,34728,'creatures/pets/kerafyrm_young_lava',67650),
(34811,34729,'creatures/pets/kholrat',67650),
(34812,34730,'creatures/pets/kobold_caster_hyena',67650),
(34813,34731,'creatures/pets/kobold_soldier_base',67650),
(34814,34732,'creatures/pets/lesser_water_elemental',67650),
(34815,34733,'creatures/pets/lich_knight_ghost',67650),
(34816,34734,'creatures/pets/lich_shadow_01',67650),
(34817,34735,'creatures/pets/lich_shadow_03',67650),
(34818,34736,'creatures/pets/meatbeast_calf_base',67650),
(34819,34737,'creatures/pets/meatbeast_calf_spotted_brown',67650),
(34820,34738,'creatures/pets/mimic',67650),
(34821,34739,'creatures/pets/mistman_tu',67650),
(34822,34740,'creatures/pets/monitorlizard_black',67650),
(34823,34741,'creatures/pets/monkey',67650),
(34824,34742,'creatures/pets/mummy_soldier',67650),
(34825,34743,'creatures/pets/mummy_variant_mage_greater',67650),
(34826,34744,'creatures/pets/mummy_variant_priest_01',67650),
(34827,34745,'creatures/pets/mummy_zombie',67650),
(34828,34746,'creatures/pets/nayad_cursed_fighter_v1',67650),
(34829,34747,'creatures/pets/nayad_cursed_fighter_v2',67650),
(34830,34748,'creatures/pets/nest',67650),
(34831,34749,'creatures/pets/nightbloodwarrior',67650),
(34832,34750,'creatures/pets/obsidian_earth_elem',67650),
(34833,34751,'creatures/pets/octoyogg_white',67650),
(34834,34752,'creatures/pets/odso_small_tox_tree_02',67650),
(34835,34753,'creatures/pets/odus_kitten',67650),
(34836,34754,'creatures/pets/odus_prowler_kitten',67650),
(34837,34755,'creatures/pets/odus_prowler_kitten_death',67650),
(34838,34756,'creatures/pets/odus_prowler_kitten_jade',67650),
(34839,34757,'creatures/pets/odus_prowler_kitten_marble',67650),
(34840,34758,'creatures/pets/odus_prowler_kitten_onyx',67650),
(34841,34759,'creatures/pets/odus_prowler_kitten_poison',67650),
(34842,34760,'creatures/pets/odus_prowler_kitten_skeletal',67650),
(34843,34761,'creatures/pets/odus_prowler_kitten_void',67650),
(34844,34762,'creatures/pets/orc_desert_shaman_bald',67650),
(34845,34763,'creatures/pets/orc_desert_warrior_bald_square',67650),
(34846,34764,'creatures/pets/owlbear',67650),
(34847,34765,'creatures/pets/parrot_2015_base',67650),
(34848,34766,'creatures/pets/parrot_undead',67650),
(34849,34767,'creatures/pets/phoenix_lovebird1',67650),
(34850,34768,'creatures/pets/phoenix_lovebird2',67650),
(34851,34769,'creatures/pets/phoenix_lovebird3',67650),
(34852,34770,'creatures/pets/pig',67650),
(34853,34771,'creatures/pets/pig_new01',67650),
(34854,34772,'creatures/pets/pigspotted',67650),
(34855,34773,'creatures/pets/pihrana',67650),
(34856,34774,'creatures/pets/plague_rat',67650),
(34857,34775,'creatures/pets/plane_of_fire',67650),
(34858,34776,'creatures/pets/present_pet_redstripe',67650),
(34859,34777,'creatures/pets/present_pet_snowflake',67650),
(34860,34778,'creatures/pets/present_pet2_bluestripe',67650),
(34861,34779,'creatures/pets/rat',67650),
(34862,34780,'creatures/pets/raven',67650),
(34863,34781,'creatures/pets/reindeer_white',67650),
(34864,34782,'creatures/pets/reverant',67650),
(34865,34783,'creatures/pets/reverant_lesser',67650),
(34866,34784,'creatures/pets/rock_lava_golem',67650),
(34867,34785,'creatures/pets/rock_moss_golem',67650),
(34868,34786,'creatures/pets/roper_crystal',67650),
(34869,34787,'creatures/pets/roper_crystal_epic',67650),
(34870,34788,'creatures/pets/rumbler_coal',67650),
(34871,34789,'creatures/pets/rumbler_rocky',67650),
(34872,34790,'creatures/pets/rumbler_slimey',67650),
(34873,34791,'creatures/pets/sarnak_mummy01',67650),
(34874,34792,'creatures/pets/sarnak_mummy02',67650),
(34875,34793,'creatures/pets/satyr',67650),
(34876,34794,'creatures/pets/shadow',67650),
(34877,34795,'creatures/pets/shadow_soldier',67650),
(34878,34796,'creatures/pets/shadow_soldier2',67650),
(34879,34797,'creatures/pets/shissar_female_shadow_02',67650),
(34880,34798,'creatures/pets/shissar_female_shadow_base',67650),
(34881,34799,'creatures/pets/shissar_male_undead',67650),
(34882,34800,'creatures/pets/shissar_zombie_heavy',67650),
(34883,34801,'creatures/pets/shissar_zombie_medium',67650),
(34884,34802,'creatures/pets/shrieker_base',67650),
(34885,34803,'creatures/pets/shrieker_biter_base',67650),
(34886,34804,'creatures/pets/siren',67650),
(34887,34805,'creatures/pets/skeleton',67650),
(34888,34806,'creatures/pets/skeleton_darkbone',67650),
(34889,34807,'creatures/pets/skeleton_diseased',67650),
(34890,34808,'creatures/pets/skeleton_greenfire',67650),
(34891,34809,'creatures/pets/skeleton_king_greater',67650),
(34892,34810,'creatures/pets/skeleton_king_lesser',67650),
(34893,34811,'creatures/pets/skeleton_mage',67650),
(34894,34812,'creatures/pets/skeleton_priest',67650),
(34895,34813,'creatures/pets/skeleton_sergeant_rusty',67650),
(34896,34814,'creatures/pets/skeleton_stone_servant',67650),
(34897,34815,'creatures/pets/skeleton_terminator',67650),
(34898,34816,'creatures/pets/skeleton_warrior_rusty',67650),
(34899,34817,'creatures/pets/skeletonorc',67650),
(34900,34818,'creatures/pets/skeletonorc_armor_greater',67650),
(34901,34819,'creatures/pets/skeletonorc_armor_lesser',67650),
(34902,34820,'creatures/pets/skeletonorc_shadow_negativelight',67650),
(34903,34821,'creatures/pets/skull_green',67650),
(34904,34822,'creatures/pets/skull_wisp',67650),
(34905,34823,'creatures/pets/skull_wisp_blue',67650),
(34906,34824,'creatures/pets/skull_wisp_green',67650),
(34907,34825,'creatures/pets/skull_wisp_purple',67650),
(34908,34826,'creatures/pets/skull_yellow',67650),
(34909,34827,'creatures/pets/slug',67650),
(34910,34828,'creatures/pets/slug_base2_green',67650),
(34911,34829,'creatures/pets/slug_elemental_fire1',67650),
(34912,34830,'creatures/pets/snail2_ice',67650),
(34913,34831,'creatures/pets/snowman01',67650),
(34914,34832,'creatures/pets/sokokar',67650),
(34915,34833,'creatures/pets/specter_phantom',67650),
(34916,34834,'creatures/pets/specter_phantom_ghost',67650),
(34917,34835,'creatures/pets/specter_shade',67650),
(34918,34836,'creatures/pets/specter_skeleton',67650),
(34919,34837,'creatures/pets/spell_fire_ball_no_trail',67650),
(34920,34838,'creatures/pets/spider',67650),
(34921,34839,'creatures/pets/spider_cave',67650),
(34922,34840,'creatures/pets/spider_clockwork_brass',67650),
(34923,34841,'creatures/pets/stirge',67650),
(34924,34842,'creatures/pets/succubus',67650),
(34925,34843,'creatures/pets/tarranax_pet',67650),
(34926,34844,'creatures/pets/thought_horror_base',67650),
(34927,34845,'creatures/pets/thought_horror_v2',67650),
(34928,34846,'creatures/pets/tiger',67650),
(34929,34847,'creatures/pets/timber_wolf',67650),
(34930,34848,'creatures/pets/timber_wolf_white',67650),
(34931,34849,'creatures/pets/tirun_enforcer',67650),
(34932,34850,'creatures/pets/troll_female_pirate_skimpy',67650),
(34933,34851,'creatures/pets/troll_male_pirate_pegleg',67650),
(34934,34852,'creatures/pets/undead_dog',67650),
(34935,34853,'creatures/pets/vampire_darkelf_female_captain',67650),
(34936,34854,'creatures/pets/vampire_darkelf_female_mage',67650),
(34937,34855,'creatures/pets/vampire_darkelf_female_warrior',67650),
(34938,34856,'creatures/pets/vampire_greater_armored_male01',67650),
(34939,34857,'creatures/pets/vampire_greater_male01',67650),
(34940,34858,'creatures/pets/vampire_greater_male02',67650),
(34941,34859,'creatures/pets/void_beast_06',67650),
(34942,34860,'creatures/pets/voidbeast',67650),
(34943,34861,'creatures/pets/warboar_beastlord',67650),
(34944,34862,'creatures/pets/werewolf',67650),
(34945,34863,'creatures/pets/willowisp',67650),
(34946,34864,'creatures/pets/willowisp_air_elemental',67650),
(34947,34865,'creatures/pets/willowisp_ball_lightning',67650),
(34948,34866,'creatures/pets/willowisp_clockwork',67650),
(34949,34867,'creatures/pets/willowisp_cloudofsouls',67650),
(34950,34868,'creatures/pets/willowisp_dark',67650),
(34951,34869,'creatures/pets/willowisp_golem_parts02',67650),
(34952,34870,'creatures/pets/willowisp_rose_petal_red',67650),
(34953,34871,'creatures/pets/willowisp_sparkle_purple',67650),
(34954,34872,'creatures/pets/willowisp_sparkle_red',67650),
(34955,34873,'creatures/pets/willowisp_vampire_orb',67650),
(34956,34874,'creatures/pets/wolf',67650),
(34957,34875,'creatures/pets/wolf_dire',67650),
(34958,34876,'creatures/pets/wolf_ghost',67650),
(34959,34877,'creatures/pets/wolf_pup',67650),
(34960,34878,'creatures/pets/wolf_pup_loyal',67650),
(34961,34879,'creatures/pets/wolf_pup_white_boss',67650),
(34962,34880,'creatures/pets/wolf_white',67650),
(34963,34881,'creatures/pets/woodelf_male_ghost',67650),
(34964,34882,'creatures/pets/zombie',67650),
(34965,34883,'creatures/pets/zombie_diseased',67650),
(34966,34884,'creatures/pets/zombie_fresh_male_halfling',67650),
(34967,34885,'staticobjects/liveevent/frostfell/houseblock_2x2_divider02_w_v_iceblock',67650),
(34968,34886,'staticobjects/liveevent/frostfell/houseblock_2x2_divider02_w_tall_iceblock',67650),
(34969,34887,'staticobjects/liveevent/frostfell/houseblock_2x2_divider02_w_sq_iceblock',67650),
(34970,34888,'staticobjects/liveevent/frostfell/houseblock_2x2_divider02_w_h_iceblock',67650),
(34971,34889,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_d_rect_iceblock',67650),
(34972,34890,'staticobjects/liveevent/frostfell/houseblock_2x2_divider_d_arch_iceblock',67650),
(34973,34891,'staticobjects/liveevent/frostfell/houseblock_1x2_divider_w_tall_iceblock',67650),
(34974,34892,'staticobjects/liveevent/frostfell/houseblock_1x2_divider_w_sq_iceblock',67650),
(34975,34893,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal_toxic1',67650),
(34976,34894,'_exp16/characters/monsters/golem_rock_crystal/rock_golem_crystal_toxic2',67650),
(34977,34895,'_exp16/characters/tool_users/shissar_female/shissar_female_merc01',67650),
(34978,34896,'_exp16/objects/flora_crystal/flora_crystal1',67650),
(34979,34897,'_exp16/objects/flora_crystal/flora_crystal2',67650),
(34980,34898,'creatures/pets/grimling_zombie_female_base',67650),
(34981,34899,'creatures/familiars/rockhopper/rockhopper',67650),
(34982,34900,'creatures/familiars/shrieker/shrieker_necrotic',67650),
(34983,34901,'creatures/familiars/rock_golem/rock_golem_crystal_shadowtainted',67650),
(34984,34902,'_exp05/zones/objects/exp05_rgn_innothule/inn_plant01',67650),
(34985,34903,'_exp16/objects/exp16_dun_ssraeshza_mines_01/ssraemine_spikes_floorplate01_dpo',67650),
(34986,34904,'_exp16/objects/debris/darkmetal_debris01',67650),
(34987,34905,'_exp16/objects/debris/fordel_midst_rubble01',67650),
(34988,34906,'_exp16/objects/debris/fordel_midst_rubble02',67650),
(34989,34907,'_exp16/objects/debris/fordel_midst_rubble03',67650),
(34990,34908,'_exp16/objects/debris/gold_tablet_broken01',67650),
(34991,34909,'_exp12/objects/exp12_dun_duergarcity/hammer_darkdwarf',67650),
(34992,34910,'_exp06/zones/objects/exp06_rgn_odus_south/exp06_plant_succulent',67650),
(34993,34911,'_exp08/objects/satyr_camp/staff_satyr_wither_lands_sunk_dpo',67650),
(34994,34912,'_exp16/objects/exp16_dun_fordel_midst/fordel_barrel',67650),
(34995,34913,'_exp16/objects/exp16_dun_fordel_midst/fordel_barrel_broke',67650),
(34996,34914,'_exp16/objects/exp16_dun_fordel_midst/fordel_barrel_broke_filled',67650),
(34997,34915,'_exp16/objects/exp16_dun_fordel_midst/fordel_bookcase01',67650),
(34998,34916,'_exp16/objects/exp16_dun_fordel_midst/fordel_chair01',67650),
(34999,34917,'_exp16/objects/exp16_dun_fordel_midst/fordel_chest_closed',67650),
(35000,34918,'_exp16/objects/exp16_dun_fordel_midst/fordel_chest_open',67650),
(35001,34919,'_exp16/objects/exp16_dun_fordel_midst/fordel_crate_01',67650),
(35002,34920,'_exp16/objects/exp16_dun_fordel_midst/fordel_crate_broken01',67650),
(35003,34921,'_exp16/objects/exp16_dun_fordel_midst/fordel_crate_broken02',67650),
(35004,34922,'_exp16/objects/exp16_dun_fordel_midst/fordel_desk_med',67650),
(35005,34923,'_exp16/objects/exp16_dun_fordel_midst/fordel_forge',67650),
(35006,34924,'_exp16/objects/exp16_dun_fordel_midst/fordel_haybale',67650),
(35007,34925,'_exp16/objects/exp16_dun_fordel_midst/fordel_haycrate_spill',67650),
(35008,34926,'_exp16/objects/exp16_dun_fordel_midst/fordel_keg_large01',67650),
(35009,34927,'_exp16/objects/exp16_dun_fordel_midst/fordel_nexus_wallbrazier',67650),
(35010,34928,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner11',67650),
(35011,34929,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner22',67650),
(35012,34930,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner33',67650),
(35013,34931,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner44',67650),
(35014,34932,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner66',67650),
(35015,34933,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner77',67650),
(35016,34934,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner88',67650),
(35017,34935,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner99',67650),
(35018,34936,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_banner333',67650),
(35019,34937,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_bazaar_tallbrazier',67650),
(35020,34938,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_bazaar_tallbrazier_pfx',67650),
(35021,34939,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_brazier',67650),
(35022,34940,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_brazier01_pfx',67650),
(35023,34941,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_hanglamp_pfx',67650),
(35024,34942,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_longhanglamp_pfx',67650),
(35025,34943,'_exp16/objects/exp16_dun_fordel_midst/fordel_pillow_round01',67650),
(35026,34944,'_exp16/objects/exp16_dun_fordel_midst/fordel_pillow_round02',67650),
(35027,34945,'_exp16/objects/exp16_dun_fordel_midst/fordel_pillow_square01',67650),
(35028,34946,'_exp16/objects/exp16_dun_fordel_midst/fordel_pillow_square02',67650),
(35029,34947,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_01',67650),
(35030,34948,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_01_long',67650),
(35031,34949,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_01_sqre',67650),
(35032,34950,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_02',67650),
(35033,34951,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_03',67650),
(35034,34952,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_03_sqre',67650),
(35035,34953,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_04',67650),
(35036,34954,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_04_sqre',67650),
(35037,34955,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_05',67650),
(35038,34956,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_05_sqre',67650),
(35039,34957,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_05a_sqre',67650),
(35040,34958,'_exp16/objects/exp16_dun_fordel_midst/fordel_rugs_06_sqre',67650),
(35041,34959,'_exp16/objects/exp16_dun_fordel_midst/fordel_stool01',67650),
(35042,34960,'_exp16/objects/exp16_dun_fordel_midst/fordel_table_long',67650),
(35043,34961,'_exp16/objects/exp16_dun_fordel_midst/fordel_table_rect',67650),
(35044,34962,'_exp16/objects/exp16_dun_fordel_midst/fordel_table_square',67650),
(35045,34963,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase01',67650),
(35046,34964,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase02',67650),
(35047,34965,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase03',67650),
(35048,34966,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase04',67650),
(35049,34967,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase05',67650),
(35050,34968,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase06',67650),
(35051,34969,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase07',67650),
(35052,34970,'_exp16/objects/exp16_dun_fordel_midst/fordel_vase08',67650),
(35053,34971,'_exp16/objects/exp16_dun_fordel_midst/fordel_wallbrazier_blue_pfx',67650),
(35054,34972,'_exp16/objects/exp16_dun_fordel_midst/fordel_walllight01_pfx',67650),
(35055,34973,'_exp16/objects/exp16_dun_fordel_midst/fordel_weaponrack_large01',67650),
(35056,34974,'_exp16/objects/exp16_dun_fordel_midst/house_brazier01_pfx',67650),
(35057,34975,'_exp16/objects/books/book_readable1',67650),
(35058,34976,'_exp16/objects/books/book_readable2',67650),
(35059,34977,'_exp16/objects/books/book_readable3',67650),
(35060,34978,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_bank_safe',67650),
(35061,34979,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_bookcase01',67650),
(35062,34980,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_counter_lrg',67650),
(35063,34981,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_counter_med',67650),
(35064,34982,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_counter_small',67650),
(35065,34983,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_countersingle',67650),
(35066,34984,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_crate01',67650),
(35067,34985,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_halfround_rug',67650),
(35068,34986,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_roundrug01',67650),
(35069,34987,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_roundrug02',67650),
(35070,34988,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_runner01_rug01',67650),
(35071,34989,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_runner01_rug02',67650),
(35072,34990,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_sqsmall_rug01',67650),
(35073,34991,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_sqsmall_rug02',67650),
(35074,34992,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_square_rug01',67650),
(35075,34993,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_square_rug02',67650),
(35076,34994,'_exp16/objects/exp16_dun_sanctus_seru/sanctus_square_rug03',67650),
(35077,34995,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_bench_lg01',67650),
(35078,34996,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_bench_sm01',67650),
(35079,34997,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_bookcase_full01',67650),
(35080,34998,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_bookcase_full02',67650),
(35081,34999,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_bookcase01',67650),
(35082,35000,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_chest01',67650),
(35083,35001,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_counter_lg01',67650),
(35084,35002,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_counter_sm01',67650),
(35085,35003,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_magicgem01_dpo',67650),
(35086,35004,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_magicpost01_pfx',67650),
(35087,35005,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_magicsconce01_pfx',67650),
(35088,35006,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_vase01',67650),
(35089,35007,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_weapon_rack01',67650),
(35090,35008,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_basket_crate01',67650),
(35091,35009,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_chest_open01',67650),
(35092,35010,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_chest01',67650),
(35093,35011,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_crate_lg_empty01',67650),
(35094,35012,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_crate_lg_lid01',67650),
(35095,35013,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_crate_lg01',67650),
(35096,35014,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_crate_sm01',67650),
(35097,35015,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_mesa_barrier01',67650),
(35098,35016,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_weapon_rack01',67650),
(35099,35017,'_exp16/objects/exp16_rgn_wracklands/stronghold/wrack_weapon_rack02',67650),
(35100,35018,'_exp16/objects/flora/ac_akhevanbush01',67650),
(35101,35019,'_exp16/objects/flora/ac_dead_tree01',67650),
(35102,35020,'_exp16/objects/flora/ac_dead_tree02',67650),
(35103,35021,'_exp16/objects/flora/ac_dead_tree03',67650),
(35104,35022,'_exp16/objects/flora/ac_smalltree01',67650),
(35105,35023,'_exp16/objects/flora/ac_smalltree01a',67650),
(35106,35024,'_exp16/objects/flora/ac_smalltree02a',67650),
(35107,35025,'_exp16/objects/flora/ac_spikeyflower_bush01',67650),
(35108,35026,'_exp16/objects/flora/tree_aloe_fruit',67650),
(35109,35027,'_exp16/objects/flora/tree_aloe_root1',67650),
(35110,35028,'_exp16/objects/flora/tree_aloe_root2',67650),
(35111,35029,'_exp16/objects/flora/tree_aloe_straight1_houseitem',67650),
(35112,35030,'_exp16/objects/flora/tree_aloe_straight2_houseitem',67650),
(35113,35031,'_exp16/objects/flora/wrack_twilight_tree01',67650),
(35114,35032,'_exp16/objects/flora/wrack_twilight_tree02',67650),
(35115,35033,'_exp16/objects/flora/wrack_twilight_tree03',67650),
(35116,35034,'_exp16/objects/exp16_rgn_aurelian_coast/ac_bog_cairnstonelarge01',67650),
(35117,35035,'_exp16/objects/exp16_rgn_aurelian_coast/ac_bog_cairnstonelarge02',67650),
(35118,35036,'_exp16/objects/exp16_rgn_aurelian_coast/ac_bog_ruin_wall',67650),
(35119,35037,'_exp16/objects/exp16_rgn_aurelian_coast/ac_bog_ruin_wall2',67650),
(35120,35038,'creatures/pets/pet_rock01_toxic',67650),
(35121,35039,'creatures/pets/pet_rock02_toxic',67650),
(35122,35040,'creatures/pets/pet_rock03_toxic',67650),
(35123,35041,'creatures/pets/pet_rock04_toxic',67650),
(35124,35042,'creatures/pets/pet_rock05_toxic',67650),
(35125,35043,'creatures/pets/pet_rock01_shadowtainted',67650),
(35126,35044,'creatures/pets/pet_rock02_shadowtainted',67650),
(35127,35045,'creatures/pets/pet_rock03_shadowtainted',67650),
(35128,35046,'creatures/pets/pet_rock04_shadowtainted',67650),
(35129,35047,'creatures/pets/pet_rock05_shadowtainted',67650),
(35130,35048,'creatures/pets/pet_rock01_frosty',67650),
(35131,35049,'creatures/pets/pet_rock02_frosty',67650),
(35132,35050,'creatures/pets/pet_rock03_frosty',67650),
(35133,35051,'creatures/pets/pet_rock04_frosty',67650),
(35134,35052,'creatures/pets/pet_rock05_frosty',67650),
(35135,35053,'creatures/pets/pet_rock01_darkfire',67650),
(35136,35054,'creatures/pets/pet_rock02_darkfire',67650),
(35137,35055,'creatures/pets/pet_rock03_darkfire',67650),
(35138,35056,'creatures/pets/pet_rock04_darkfire',67650),
(35139,35057,'creatures/pets/pet_rock05_darkfire',67650),
(35140,35058,'creatures/pets/pet_rock01_crystal_purple',67650),
(35141,35059,'creatures/pets/pet_rock02_crystal_purple',67650),
(35142,35060,'creatures/pets/pet_rock03_crystal_purple',67650),
(35143,35061,'creatures/pets/pet_rock04_crystal_purple',67650),
(35144,35062,'creatures/pets/pet_rock05_crystal_purple',67650),
(35145,35063,'_exp16/objects/building_blocks/dpo_gf_kel_int_divider_wall01_wrack_planks01',67650),
(35146,35064,'_exp16/objects/building_blocks/houseblock_2x2_dividerblock_wrack_planks01',67650),
(35147,35065,'_exp16/objects/building_blocks/dpo_panel_tb_rec_floor01',67650),
(35148,35066,'_exp16/objects/flora/wrack_upper_spikeyflower_bush01',67650),
(35149,35067,'_exp08/objects/cobalt_scar/carttrade02',67650),
(35150,35068,'_exp11/objects/exp11_dun_highhold/hh_sconce_floor01_pfx',67650),
(35151,35069,'_exp11/objects/exp11_dun_highhold/hh_sconce_floor02_pfx',67650),
(35152,35070,'_exp15/objects/mischief/flour_sack',67650),
(35153,35071,'_exp15/objects/mischief/vrsn_table06_work02',67650),
(35154,35072,'_exp16/objects/exp16_dun_ssraeshza_mines_01/statue_shissar_totem',67650),
(35155,35073,'_exp16/objects/exp16_dun_sanctus_seru/emit_sanctus_seru_band_3song',67650),
(35156,35074,'_exp16/objects/exp16_dun_sanctus_seru/emit_sanctus_seru_vocal',67650),
(35157,35075,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_hitchingpost_01',67650),
(35158,35076,'_exp16/objects/exp16_rgn_the_blinding/recuso_village/tb_rec_trough_wwater',67650),
(35159,35077,'_exp16/objects/statue_ratonga_angel/statue_ratonga_angel',67650),
(35160,35078,'_exp16/objects/building_blocks/dpo_panel_seru_beige_floor',67650),
(35161,35079,'_exp16/objects/building_blocks/dpo_panel_seru_marble_floor',67650),
(35162,35080,'_exp16/objects/building_blocks/dpo_panel_seru_marble2_floor',67650),
(35163,35081,'_exp16/objects/building_blocks/dpo_panel_seru_marblebricks_floor',67650),
(35164,35082,'_exp16/objects/building_blocks/dpo_panel_seru_metalgold_floor',67650),
(35165,35083,'_exp16/objects/building_blocks/dpo_panel_seru_teal_floor',67650),
(35166,35084,'_exp16/objects/building_blocks/dpo_panel_seru_woodplanks_floor',67650),
(35167,35085,'_exp16/objects/building_blocks/dpo_panel_shissarstratum_metaltileglow_floor',67650),
(35168,35086,'_exp16/objects/building_blocks/dpo_panel_shissarstratum_tile1_floor',67650),
(35169,35087,'_exp16/objects/building_blocks/dpo_panel_shissarstratum_tile2_floor',67650),
(35170,35088,'_exp16/objects/building_blocks/dpo_panel_shissartemple_stonebrick_floor',67650),
(35171,35089,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1x1_column02_seru_marblebricks',67650),
(35172,35090,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1x2_column02_seru_marblebricks',67650),
(35173,35091,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1x2_divider02_w_sq_seru_marblebricks',67650),
(35174,35092,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1x2_divider02_w_tall_seru_marblebricks',67650),
(35175,35093,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1x2_dividerblock02_seru_marblebricks',67650),
(35176,35094,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_1xhalf_block02_seru_marblebricks',67650),
(35177,35095,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_d_arch_seru_marblebricks',67650),
(35178,35096,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_d_rect_seru_marblebricks',67650),
(35179,35097,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_w_h_seru_marblebricks',67650),
(35180,35098,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_w_sq_seru_marblebricks',67650),
(35181,35099,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_w_tall_seru_marblebricks',67650),
(35182,35100,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_divider02_w_v_seru_marblebricks',67650),
(35183,35101,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_2x2_dividerblock02_seru_marblebricks',67650),
(35184,35102,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_rail02_seru_marblebricks',67650),
(35185,35103,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_roundtile02_seru_marblebricks',67650),
(35186,35104,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_stair02_seru_marblebricks',67650),
(35187,35105,'_exp16/objects/building_blocks/seru_marblebricks/houseblock_triangletile02_seru_marblebricks',67650),
(35188,35106,'_exp16/objects/building_blocks/seru_marblebricks/housecube_1x1_block02_seru_marblebricks',67650),
(35189,35107,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1x1_column02_seru_tealtiles',67650),
(35190,35108,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1x2_column02_seru_tealtiles',67650),
(35191,35109,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1x2_divider02_w_sq_seru_tealtiles',67650),
(35192,35110,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1x2_divider02_w_tall_seru_tealtiles',67650),
(35193,35111,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1x2_dividerblock02_seru_tealtiles',67650),
(35194,35112,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_1xhalf_block02_seru_tealtiles',67650),
(35195,35113,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_d_arch_seru_tealtiles',67650),
(35196,35114,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_d_rect_seru_tealtiles',67650),
(35197,35115,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_w_h_seru_tealtiles',67650),
(35198,35116,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_w_sq_seru_tealtiles',67650),
(35199,35117,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_w_tall_seru_tealtiles',67650),
(35200,35118,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_divider02_w_v_seru_tealtiles',67650),
(35201,35119,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_2x2_dividerblock02_seru_tealtiles',67650),
(35202,35120,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_rail02_seru_tealtiles',67650),
(35203,35121,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_roundtile02_seru_tealtiles',67650),
(35204,35122,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_stair02_seru_tealtiles',67650),
(35205,35123,'_exp16/objects/building_blocks/seru_tealtiles/houseblock_triangletile02_seru_tealtiles',67650),
(35206,35124,'_exp16/objects/building_blocks/seru_tealtiles/housecube_1x1_block02_seru_tealtiles',67650),
(35207,35125,'_exp16/objects/sanctus_chest01',67650),
(35208,35126,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_basic_bostaff',67650),
(35209,35127,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_flame_basic_bostaff',67650),
(35210,35128,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_flame_upgraded_bostaff',67650),
(35211,35129,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_prism_basic_bostaff',67650),
(35212,35130,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_prism_upgraded_bostaff',67650),
(35213,35131,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_shadow_basic_bostaff',67650),
(35214,35132,'accessories/wieldable_items/weapons/exp16/staff/shissar/staff_shissar_fighter_shadow_upgraded_bostaff',67650),
(35215,35133,'_exp16/characters/monsters/goo_skeleton/goo_skeleton',67650),
(35216,35134,'_exp16/objects/exp16_dun_ssraeshza_mines_01/invis_wall_bent_shape_01',67650),
(35217,35135,'_exp16/objects/exp16_dun_ssraeshza_mines_01/invis_wall_bent_shape_02',67650),
(35218,35136,'_exp16/objects/debris/ac_akhevan_floorcolumn01_l0',67650),
(35219,35137,'_exp16/objects/debris/ac_akhevan_floorcolumn03_l0',67650),
(35220,35138,'_exp16/objects/debris/ac_akhevan_floorround01',67650),
(35221,35139,'_exp16/objects/debris/ac_akhevan_floorrubble01',67650),
(35222,35140,'_exp16/objects/debris/ac_akhevan_floorrubble02',67650),
(35223,35141,'staticobjects/promo_items/exp16_blood_of_luclin_painting',67650),
(35224,35142,'creatures/pets/baby_dragon_flyer_base',67650),
(35225,35143,'creatures/familiars/zelniak/zelniak_baby_base',67650),
(35226,35144,'creatures/familiars/shrieker/shrieker_base',67650),
(35227,35145,'creatures/familiars/netherbian/netherbian_base',67650),
(35228,35146,'creatures/tu/noteman_soldier',67650),
(35229,35147,'_exp16/objects/exp16_dun_fordel_midst/emit_angry_ghost_mob',67650),
(35230,35148,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_clock_minute_hand',67650),
(35231,35149,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_statue_magic_symbol',67650),
(35232,35150,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_vault_rooms_red_center',67650),
(35233,35151,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_vault_rooms_blue_center',67650),
(35234,35152,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_switch_crystal_loop',67650),
(35235,35153,'_exp16/objects/prismatic_portal',67650),
(35236,35154,'staticobjects/housing_portal_objects/vision_home_seru01',67650),
(35237,35155,'accessories/wearable_items/_exp16/shissar/snapons/head_epic_shadowknight',67650),
(35238,35156,'accessories/wearable_items/_exp16/shissar/snapons/head_epic_warlock',67650),
(35239,35157,'accessories/wearable_items/_exp16/shissar/snapons/pauldron_shissar_heavy_left',67650),
(35240,35158,'accessories/wearable_items/_exp16/shissar/snapons/pauldron_shissar_heavy_right',67650),
(35241,35159,'accessories/wearable_items/_exp16/shissar/snapons/pauldron_shissar_light_left',67650),
(35242,35160,'accessories/wearable_items/_exp16/shissar/snapons/pauldron_shissar_light_right',67650),
(35243,35161,'accessories/wearable_items/_exp16/shissar/chain_2/head_epic',67650),
(35244,35162,'accessories/wearable_items/_exp16/shissar/chain_2/shoulders_epic',67650),
(35245,35163,'accessories/wearable_items/_exp16/shissar/vanguard_2/head_epic',67650),
(35246,35164,'accessories/wearable_items/_exp16/shissar/vanguard_2/shoulders_epic',67650),
(35247,35165,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_dias01',67650),
(35248,35166,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_facade01',67650),
(35249,35167,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_facade02',67650),
(35250,35168,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_facade03',67650),
(35251,35169,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_pillar01',67650),
(35252,35170,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_pillar02',67650),
(35253,35171,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_planter01',67650),
(35254,35172,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_platform01',67650),
(35255,35173,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_wall01',67650),
(35256,35174,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_window01',67650),
(35257,35175,'_exp16/objects/building_blocks/seru_prestige/seru_prestige_bb_window02',67650),
(35258,35176,'_exp16/objects/shadow_blood_01fx',67650),
(35259,35177,'_exp16/objects/shadow_blood_02fx',67650),
(35260,35178,'_exp16/objects/shadow_blood_03fx',67650),
(35261,35179,'_exp16/objects/shadow_blood_04fx',67650),
(35262,35180,'_exp16/objects/shadow_blood_05fx',67650),
(35263,35181,'_exp16/objects/shadow_blood_06fx',67650),
(35264,35182,'accessories/wearable_items/cloak/exp16/notd/cloak_notd_orange',67650),
(35265,35183,'accessories/wearable_items/cloak/exp16/notd/cloak_notd_phantasm',67650),
(35266,35184,'accessories/wearable_items/cloak/exp16/notd/cloak_notd_purple',67650),
(35267,35185,'accessories/wearable_items/cloak/exp16/notd/cloak_notd_sanguine',67650),
(35268,35186,'accessories/wearable_items/_exp16/holiday_clothing/notd1/accessory/accessory_male_ascot',67650),
(35269,35187,'accessories/wearable_items/_exp16/holiday_clothing/notd1/accessory/head_hat1',67650),
(35270,35188,'accessories/wearable_items/_exp16/holiday_clothing/notd1/accessory/head_headscarf',67650),
(35271,35189,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/accessory/feet',67650),
(35272,35190,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/accessory/legs_female_valkyrie',67650),
(35273,35191,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/chest',67650),
(35274,35192,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/chest_combined',67650),
(35275,35193,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/hands',67650),
(35276,35194,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/head_pointedhat',67650),
(35277,35195,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/legs',67650),
(35278,35196,'accessories/wearable_items/_exp16/holiday_clothing/notd1/combined/shoulders',67650),
(35279,35197,'accessories/wearable_items/_exp16/holiday_clothing/notd1/female/valkyrie_legs/legs',67650),
(35280,35198,'accessories/wearable_items/_exp16/holiday_clothing/notd1/female/chest',67650),
(35281,35199,'accessories/wearable_items/_exp16/holiday_clothing/notd1/female/legs',67650),
(35282,35200,'accessories/wearable_items/_exp16/holiday_clothing/notd1/female/shoulders',67650),
(35283,35201,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/chest',67650),
(35284,35202,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/feet',67650),
(35285,35203,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/hands',67650),
(35286,35204,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/legs',67650),
(35287,35205,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/shoulders',67650),
(35288,35206,'accessories/wearable_items/_exp16/holiday_clothing/notd1/male/skirt',67650),
(35289,35207,'accessories/wearable_items/_exp16/holiday_clothing/notd2/accessory/accessory_male_ascot',67650),
(35290,35208,'accessories/wearable_items/_exp16/holiday_clothing/notd2/accessory/head_hat2',67650),
(35291,35209,'accessories/wearable_items/_exp16/holiday_clothing/notd2/accessory/head_headscarf',67650),
(35292,35210,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/accessory/feet',67650),
(35293,35211,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/accessory/legs_female_valkyrie',67650),
(35294,35212,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/chest',67650),
(35295,35213,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/chest_combined',67650),
(35296,35214,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/hands',67650),
(35297,35215,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/head_pointedhat',67650),
(35298,35216,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/legs',67650),
(35299,35217,'accessories/wearable_items/_exp16/holiday_clothing/notd2/combined/shoulders',67650),
(35300,35218,'accessories/wearable_items/_exp16/holiday_clothing/notd2/female/valkyrie_legs/legs',67650),
(35301,35219,'accessories/wearable_items/_exp16/holiday_clothing/notd2/female/chest',67650),
(35302,35220,'accessories/wearable_items/_exp16/holiday_clothing/notd2/female/legs',67650),
(35303,35221,'accessories/wearable_items/_exp16/holiday_clothing/notd2/female/shoulders',67650),
(35304,35222,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/chest',67650),
(35305,35223,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/feet',67650),
(35306,35224,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/hands',67650),
(35307,35225,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/legs',67650),
(35308,35226,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/shoulders',67650),
(35309,35227,'accessories/wearable_items/_exp16/holiday_clothing/notd2/male/skirt',67650),
(35310,35228,'accessories/wearable_items/_exp16/holiday_clothing/notd3/accessory/accessory_male_ascot',67650),
(35311,35229,'accessories/wearable_items/_exp16/holiday_clothing/notd3/accessory/head_hat3',67650),
(35312,35230,'accessories/wearable_items/_exp16/holiday_clothing/notd3/accessory/head_headscarf',67650),
(35313,35231,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/accessory/feet',67650),
(35314,35232,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/accessory/legs_female_valkyrie',67650),
(35315,35233,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/chest',67650),
(35316,35234,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/chest_combined',67650),
(35317,35235,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/hands',67650),
(35318,35236,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/head_pointedhat',67650),
(35319,35237,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/legs',67650),
(35320,35238,'accessories/wearable_items/_exp16/holiday_clothing/notd3/combined/shoulders',67650),
(35321,35239,'accessories/wearable_items/_exp16/holiday_clothing/notd3/female/valkyrie_legs/legs',67650),
(35322,35240,'accessories/wearable_items/_exp16/holiday_clothing/notd3/female/chest',67650),
(35323,35241,'accessories/wearable_items/_exp16/holiday_clothing/notd3/female/legs',67650),
(35324,35242,'accessories/wearable_items/_exp16/holiday_clothing/notd3/female/shoulders',67650),
(35325,35243,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/chest',67650),
(35326,35244,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/feet',67650),
(35327,35245,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/hands',67650),
(35328,35246,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/legs',67650),
(35329,35247,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/shoulders',67650),
(35330,35248,'accessories/wearable_items/_exp16/holiday_clothing/notd3/male/skirt',67650),
(35331,35249,'accessories/wearable_items/_exp16/holiday_clothing/notd4/accessory/accessory_male_ascot',67650),
(35332,35250,'accessories/wearable_items/_exp16/holiday_clothing/notd4/accessory/head_hat4',67650),
(35333,35251,'accessories/wearable_items/_exp16/holiday_clothing/notd4/accessory/head_headscarf',67650),
(35334,35252,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/accessory/feet',67650),
(35335,35253,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/accessory/legs_female_valkyrie',67650),
(35336,35254,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/chest',67650),
(35337,35255,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/chest_combined',67650),
(35338,35256,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/hands',67650),
(35339,35257,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/head_pointedhat',67650),
(35340,35258,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/legs',67650),
(35341,35259,'accessories/wearable_items/_exp16/holiday_clothing/notd4/combined/shoulders',67650),
(35342,35260,'accessories/wearable_items/_exp16/holiday_clothing/notd4/female/valkyrie_legs/legs',67650),
(35343,35261,'accessories/wearable_items/_exp16/holiday_clothing/notd4/female/chest',67650),
(35344,35262,'accessories/wearable_items/_exp16/holiday_clothing/notd4/female/legs',67650),
(35345,35263,'accessories/wearable_items/_exp16/holiday_clothing/notd4/female/shoulders',67650),
(35346,35264,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/chest',67650),
(35347,35265,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/feet',67650),
(35348,35266,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/hands',67650),
(35349,35267,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/legs',67650),
(35350,35268,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/shoulders',67650),
(35351,35269,'accessories/wearable_items/_exp16/holiday_clothing/notd4/male/skirt',67650),
(35352,35270,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_rotating_beam_03',67650),
(35353,35271,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_rotating_beam_02',67650),
(35354,35272,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_rotating_beam_01',67650),
(35355,35273,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_ssraeshza_ruins_rotating_beam_consol',67650),
(35356,35274,'_exp16/objects/exp16_dun_ssraeshza_mines_01/emit_lightning_stream',67650),
(35357,35275,'staticobjects/guildhall/trophies/_exp16/trophy_vyzhdra_the_unleashed_normal',67650),
(35358,35276,'staticobjects/guildhall/trophies/_exp16/trophy_triskian_seru_normal',67650),
(35359,35277,'staticobjects/guildhall/trophies/_exp16/trophy_liako_vess_normal',67650),
(35360,35278,'staticobjects/guildhall/trophies/_exp16/trophy_shiknar_queen_normal',67650),
(35361,35279,'staticobjects/guildhall/trophies/_exp16/trophy_berenz_normal',67650),
(35362,35280,'staticobjects/guildhall/trophies/_exp16/trophy_fordel_librarian_normal',67650),
(35363,35281,'staticobjects/guildhall/trophies/_exp16/trophy_vyzhdra_the_undying_challenge',67650),
(35364,35282,'staticobjects/guildhall/trophies/_exp16/trophy_triskian_seru_challenge',67650),
(35365,35283,'staticobjects/guildhall/trophies/_exp16/trophy_liako_vess_challenge',67650),
(35366,35284,'staticobjects/guildhall/trophies/_exp16/trophy_shiknar_queen_challenge',67650),
(35367,35285,'staticobjects/guildhall/trophies/_exp16/trophy_berenz_challenge',67650),
(35368,35286,'staticobjects/guildhall/trophies/_exp16/trophy_fordel_librarian_challenge',67650),
(35369,35287,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_brewday_diamond_fx',67650),
(35370,35288,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_brewday_square',67650),
(35371,35289,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_candycane_scallop',67650),
(35372,35290,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_candycane_square',67650),
(35373,35291,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_frosty_diamond_fx',67650),
(35374,35292,'accessories/wearable_items/cloak/exp16/holiday_cloaks_2020/cloak_holiday_frosty_square_fx',67650),
(35375,35293,'creatures/pets/clockwork_drone/clockwork_drone_arcanic',67650),
(35376,35294,'creatures/pets/clockwork_drone/clockwork_drone_arcanic_corroded',67650),
(35377,35295,'creatures/pets/clockwork_drone/clockwork_drone_basic',67650),
(35378,35296,'creatures/pets/clockwork_drone/clockwork_drone_dark',67650),
(35379,35297,'creatures/pets/clockwork_drone/clockwork_drone_honker',67650),
(35380,35298,'creatures/pets/clockwork_drone/clockwork_drone_honker_corroded',67650),
(35381,35299,'creatures/pets/clockwork_drone/clockwork_drone_mule',67650),
(35382,35300,'creatures/pets/clockwork_drone/clockwork_drone_mule_corroded',67650),
(35383,35301,'creatures/pets/clockwork_drone/clockwork_drone_optic',67650),
(35384,35302,'creatures/pets/clockwork_drone/clockwork_drone_optic_corroded',67650),
(35385,35303,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/purplepink/chest',67650),
(35386,35304,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/purplepink/hands',67650),
(35387,35305,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/purplepink/legs',67650),
(35388,35306,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/redgray/chest',67650),
(35389,35307,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/redgray/hands',67650),
(35390,35308,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/redgray/legs',67650),
(35391,35309,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/whitepink/chest',67650),
(35392,35310,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/whitepink/hands',67650),
(35393,35311,'accessories/wearable_items/_exp16/holiday_armor_erollisiday/whitepink/legs',67650),
(35394,35312,'creatures/pets/construct_stallion/construct_stallion2',67650),
(35395,35313,'creatures/pets/shiknar/shiknar_mount_base',67650),
(35396,35314,'creatures/pets/shiknar/shiknar_mount_server',67650),
(35397,35315,'creatures/pets/snails/snail_packhorse_basic',67650),
(35398,35316,'creatures/mounts/pegasus_mount/pegasus_mount_erollisi',67650),
(35399,35317,'creatures/mounts/pegasus_mount/pegasus_mount_erollisi_02',67650),
(35400,35318,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_left_basic',67650),
(35401,35319,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_left_purplepink',67650),
(35402,35320,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_left_redgray',67650),
(35403,35321,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_left_whitepink',67650),
(35404,35322,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_right_basic',67650),
(35405,35323,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_right_purplepink',67650),
(35406,35324,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_right_redgray',67650),
(35407,35325,'accessories/wearable_items/profesion_hats/antlers_erollisi/parts/antlers_right_whitepink',67650),
(35408,35326,'accessories/wearable_items/profesion_hats/antlers_erollisi/head_antlers_basic',67650),
(35409,35327,'accessories/wearable_items/profesion_hats/antlers_erollisi/head_antlers_purplepink',67650),
(35410,35328,'accessories/wearable_items/profesion_hats/antlers_erollisi/head_antlers_redgray',67650),
(35411,35329,'accessories/wearable_items/profesion_hats/antlers_erollisi/head_antlers_whitepink',67650),
(35412,35330,'_exp14/objects/exp14_dun_soluseks_tower/glow_ring_ice',67650),
(35413,35331,'_exp16/characters/monsters/zelniak/zelniak_baby_stitched_erollisi_purplepink',67650),
(35414,35332,'_exp16/characters/monsters/zelniak/zelniak_baby_stitched_erollisi_redgray',67650),
(35415,35333,'_exp16/characters/monsters/zelniak/zelniak_baby_stitched_erollisi_whitepink',67650),
(35416,35334,'_exp16/characters/monsters/zelniak/zelniak_stitched_bristlebane1',67650),
(35417,35335,'_exp16/characters/monsters/zelniak/zelniak_stitched_bristlebane2',67650),
(35418,35336,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/chest',67650),
(35419,35337,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/feet',67650),
(35420,35338,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/hands',67650),
(35421,35339,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/head_singing_steel_heritage',67650),
(35422,35340,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/legs',67650),
(35423,35341,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/shoulders',67650),
(35424,35342,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/skirt',67650),
(35425,35343,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/head_singing_steel_heritage',67650),
(35426,35344,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_boot_cuff_left',67650),
(35427,35345,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_boot_cuff_right',67650),
(35428,35346,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_boot_strap_left',67650),
(35429,35347,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_boot_strap_right',67650),
(35430,35348,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_shoulder_pad_left',67650),
(35431,35349,'accessories/wearable_items/_exp17/singing_steel_heritage_heavycloth/accessory/singing_steel_heritage_shoulder_pad_right',67650),
(35432,35350,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_rectangle01_green',67650),
(35433,35351,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_round01_green',67650),
(35434,35352,'staticobjects/liveevent/erollisi_objects/poppies_fatcandle_white',67650),
(35435,35353,'staticobjects/liveevent/erollisi_objects/poppies_fatcandle_yellow',67650),
(35436,35354,'staticobjects/panels/dpo_panel_eru_lavender_marble',67650),
(35437,35355,'accessories/wearable_items/cloak/exp17/singing_steel_heritage/cloak_singing_steel_heritage_heavycloth',67650),
(35438,35356,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/accessory/epic_pauldron_left',67650),
(35439,35357,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/accessory/epic_pauldron_right',67650),
(35440,35358,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/chest',67650),
(35441,35359,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/feet',67650),
(35442,35360,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/forearms',67650),
(35443,35361,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/hands',67650),
(35444,35362,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/head',67650),
(35445,35363,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/legs',67650),
(35446,35364,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/legs_noskirt',67650),
(35447,35365,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/shoulders',67650),
(35448,35366,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/shoulders_epic',67650),
(35449,35367,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/shoulders_nopauldrons',67650),
(35450,35368,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/skirt',67650),
(35451,35369,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_belt',67650),
(35452,35370,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_collar',67650),
(35453,35371,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_foot_left',67650),
(35454,35372,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_foot_right',67650),
(35455,35373,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_forearm_right',67650),
(35456,35374,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_hand_right',67650),
(35457,35375,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_pauldron_left',67650),
(35458,35376,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_pauldron_right',67650),
(35459,35377,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_shin_left',67650),
(35460,35378,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_shin_right',67650),
(35461,35379,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_thigh_left',67650),
(35462,35380,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/accessories/ogre_armor_vanguard_upperarm_right',67650),
(35463,35381,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/chest',67650),
(35464,35382,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/chest_epic',67650),
(35465,35383,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/feet',67650),
(35466,35384,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/forearms',67650),
(35467,35385,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/hands',67650),
(35468,35386,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/hands_epic',67650),
(35469,35387,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/head',67650),
(35470,35388,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/head_ogre_armor_helmet',67650),
(35471,35389,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/legs',67650),
(35472,35390,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/legs_epic',67650),
(35473,35391,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/legs_noskirt',67650),
(35474,35392,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/right',67650),
(35475,35393,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/shoulders',67650),
(35476,35394,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/shoulders_epic',67650),
(35477,35395,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/shoulders_nopauldrons',67650),
(35478,35396,'accessories/wearable_items/_exp17/singing_steel_heritage_vanguard/skirt',67650),
(35479,35397,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/accessory/head_crest',67650),
(35480,35398,'accessories/wearable_items/_exp17/singing_steel_heritage_chain_vindicator/head_epic_crest',67650),
(35481,35399,'accessories/wieldable_items/weapons/exp17/1h_pierce/singing_steel/dagger_singing_steel',67650),
(35482,35400,'accessories/wieldable_items/weapons/exp17/1h_sword/singing_steel/sword_singing_steel',67650),
(35483,35401,'accessories/wieldable_items/weapons/exp17/1h_wand/singing_steel/wand_singing_steel',67650),
(35484,35402,'accessories/wieldable_items/weapons/exp17/2h_crush/singing_steel/hammer_2h_singing_steel',67650),
(35485,35403,'accessories/wieldable_items/weapons/exp17/2h_sword/singing_steel/sword_2h_singing_steel',67650),
(35486,35404,'accessories/wieldable_items/weapons/exp17/bow/singing_steel/longbow_singing_steel',67650),
(35487,35405,'accessories/wieldable_items/weapons/exp17/fist/singing_steel/fist_singing_steel',67650),
(35488,35406,'accessories/wieldable_items/weapons/exp17/staff/singing_steel/spear_singing_steel',67650),
(35489,35407,'accessories/wieldable_items/weapons/exp17/staff/singing_steel/staff_singing_steel',67650),
(35490,35408,'accessories/wieldable_items/shields/exp17/singing_steel/shield_singing_steel',67650),
(35491,35409,'ec/pc/vahshir/vahshir_male',67650),
(35492,35410,'_exp11/characters/tool_users/shissar/shissar_male_merc',67650),
(35493,35411,'_exp11/characters/tool_users/shissar/shissar_male_merc_green_power',67650),
(35494,35412,'staticobjects/liveevent/brew_day/mship_bed01',67650),
(35495,35413,'staticobjects/liveevent/brew_day/mship_bed02',67650),
(35496,35414,'staticobjects/liveevent/brew_day/mship_ctable01',67650),
(35497,35415,'staticobjects/liveevent/brew_day/mship_footlocker01',67650),
(35498,35416,'accessories/wieldable_items/weapons/exp10/1h_sword/sword_shissar_green',67650),
(35499,35417,'staticobjects/liveevent/brew_day/odno_idol_kobold_standing',67650),
(35500,35418,'staticobjects/_exp11/ss_flourpile',67650),
(35501,35419,'_exp16/objects/rockhopper_corpse',67650),
(35502,35420,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/belt1',67650),
(35503,35421,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/head_cowboy1',67650),
(35504,35422,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/head_headscarf1',67650),
(35505,35423,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/neckerchief1',67650),
(35506,35424,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/shin_left_basic',67650),
(35507,35425,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/shin_right_basic',67650),
(35508,35426,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/chest',67650),
(35509,35427,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/feet',67650),
(35510,35428,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/hands',67650),
(35511,35429,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/head',67650),
(35512,35430,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/legs',67650),
(35513,35431,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/shoulders',67650),
(35514,35432,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/accessory_male_ascot',67650),
(35515,35433,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/belt1',67650),
(35516,35434,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/head_cowboy1',67650),
(35517,35435,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/head_headscarf1',67650),
(35518,35436,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/neckerchief1',67650),
(35519,35437,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/shin_left_basic',67650),
(35520,35438,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/shin_right_basic',67650),
(35521,35439,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/chest',67650),
(35522,35440,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/feet',67650),
(35523,35441,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/hands',67650),
(35524,35442,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/head_hat',67650),
(35525,35443,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/legs',67650),
(35526,35444,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/shoulders',67650),
(35527,35445,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/belt1',67650),
(35528,35446,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/head_cowboy1',67650),
(35529,35447,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/head_headscarf1',67650),
(35530,35448,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/neckerchief1',67650),
(35531,35449,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/shin_left_basic',67650),
(35532,35450,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/accessory/shin_right_basic',67650),
(35533,35451,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/chest',67650),
(35534,35452,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/feet',67650),
(35535,35453,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/hands',67650),
(35536,35454,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/head',67650),
(35537,35455,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/legs',67650),
(35538,35456,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/shoulders',67650),
(35539,35457,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/chest_ascot',67650),
(35540,35458,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/accessory/accessory_male_ascot',67650),
(35541,35459,'_exp17/characters/monsters/chicken/chicken_base',67650),
(35542,35460,'creatures/mounts/mech_bull/mech_bull_base',67650),
(35543,35461,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/chest_alt',67650),
(35544,35462,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral1/legs_alt',67650),
(35545,35463,'ec/pc/vahshir/vahshir_female',67650),
(35546,35464,'_exp17/characters/tool_users/diaku_vampire/diaku_boss_prevampire',67650),
(35547,35465,'_exp17/characters/tool_users/diaku_vampire/diaku_vampire_boss',67650),
(35548,35466,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_dark/head_hat_stache',67650),
(35549,35467,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/head_hat_stache',67650),
(35550,35468,'accessories/wearable_items/_exp17/diaku_corral/diaku_corral_vamp/accessory/head_stache',67650),
(35551,35469,'_exp16/characters/monsters/mech_bull/mech_bull_diaku_corral',67650),
(35552,35470,'staticobjects/liveevent/bristlebane_day/halfing_barstool_sm01_dkwd_laquered',67650),
(35553,35471,'staticobjects/liveevent/bristlebane_day/halfing_bench_entry01_dkwd_laquered',67650),
(35554,35472,'staticobjects/liveevent/bristlebane_day/halfing_chair02_paded_blue',67650),
(35555,35473,'staticobjects/liveevent/bristlebane_day/halfing_chair03_paded_blue',67650),
(35556,35474,'staticobjects/liveevent/bristlebane_day/halfing_stand01_fish01',67650),
(35557,35475,'staticobjects/liveevent/bristlebane_day/halfing_table01_dkwd_laquered',67650),
(35558,35476,'staticobjects/liveevent/bristlebane_day/halfling_rugcircle01_blue',67650),
(35559,35477,'staticobjects/liveevent/bristlebane_day/sos_aviak_meat_hanging_single01',67650),
(35560,35478,'staticobjects/liveevent/bristlebane_day/dpo_panel_eru_metal_green01',67650),
(35561,35479,'staticobjects/liveevent/bristlebane_day/dpo_panel_eru_metal_purple01',67650),
(35562,35480,'_exp17/characters/monsters/tumbleweed/tumbleweed_base',67650),
(35563,35481,'_exp17/objects/tinkerfest_teleporter/tinkerfest_teleporter_activated',67650),
(35564,35482,'_exp17/objects/tinkerfest_teleporter/tinkerfest_teleporter_base',67650),
(35565,35483,'accessories/wearable_items/profesion_hats/cowboy_hat_shootable/cowboy_hat_shootable',67650),
(35566,35484,'accessories/wearable_items/profesion_hats/cowboy_hat_shootable/cowboy_hat_dark_shootable',67650),
(35567,35485,'accessories/wearable_items/profesion_hats/cowboy_hat_shootable/cowboy_hat_vamp_shootable',67650),
(35568,35486,'creatures/mounts/player_wing/player_wing_darathar_vampire',67650),
(35569,35487,'_exp16/objects/gatling_gun/gatling_gun',67650),
(35570,35488,'_exp16/objects/saloon_door_gate/saloon_door_gate',67650),
(35571,35489,'_exp17/objects/furniture_updated/bench_halfling/bench_halfling',67650),
(35572,35490,'_exp16/objects/gatling_gun/gatling_gun_curtain',67650),
(35573,35491,'creatures/pets/skeleton_king_paladin_lesser',67650),
(35574,35492,'creatures/pets/skeleton_king_ranger_lesser',67650),
(35575,35493,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_dc_barrier01',67650),
(35576,35494,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_dc_barrier02',67650),
(35577,35495,'_exp17/characters/monsters/leech/ice_worm_base',67650),
(35578,35496,'_exp17/characters/monsters/leech/leech_vacuum_base',67650),
(35579,35497,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_cowboy_spearedskele01',67650),
(35580,35498,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_flora_cacti01',67650),
(35581,35499,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_flora_cacti02',67650),
(35582,35500,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_gallows01',67650),
(35583,35501,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_gaming_cardtable01',67650),
(35584,35502,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_hitchingpostmultiple01',67650),
(35585,35503,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_hitchingpostsingle01',67650),
(35586,35504,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_stockade_single01',67650),
(35587,35505,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_tumbleweed01',67650),
(35588,35506,'_exp16/objects/exp16_rgn_wracklands/corral/emit_singing_cactus',67650),
(35589,35507,'_exp16/objects/exp16_rgn_wracklands/corral/emit_singing_cactus_01',67650),
(35590,35508,'_exp16/objects/exp16_rgn_wracklands/corral/emit_singing_cactus_02',67650),
(35591,35509,'_exp16/objects/exp16_rgn_wracklands/corral/emit_singing_cactus_03',67650),
(35592,35510,'_exp16/objects/exp16_rgn_wracklands/corral/emit_singing_cactus_04',67650),
(35593,35511,'_exp17/characters/monsters/zlandicar/zlandar_base',67650),
(35594,35512,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_barrel_closed01',67650),
(35595,35513,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_barrel_full01',67650),
(35596,35514,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_barrel_open01',67650),
(35597,35515,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_cliff_gallows01',67650),
(35598,35516,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_cliff_gallows02',67650),
(35599,35517,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_dc_boat01_dpo',67650),
(35600,35518,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_dc_fort_gate_door01_dpo',67650),
(35601,35519,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_flora_cacti_sm01',67650),
(35602,35520,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_flora_cacti_sm02',67650),
(35603,35521,'_exp16/objects/exp16_rgn_wracklands/corral/wrack_haybale_3set',67650),
(35604,35522,'_exp17/characters/monsters/dragon_flatface/dragon_flatface_base',67650),
(35605,35523,'_exp16/objects/exp16_rgn_wracklands/corral/emit_diaku_cowboy_snore_female',67650),
(35606,35524,'_exp16/objects/exp16_rgn_wracklands/corral/emit_diaku_cowboy_snore_male',67650),
(35607,35525,'ec/pc/ogre/diaku_boss_prevampire',67650),
(35608,35526,'ec/pc/ogre/diaku_vampire_boss',67650),
(35609,35527,'staticobjects/liveevent/scorchedsky/dpo_gf_kel_int_divider_wall01_lava_flow',67650),
(35610,35528,'staticobjects/liveevent/scorchedsky/dpo_panel_pof_barkburnt02',67650),
(35611,35529,'staticobjects/liveevent/scorchedsky/jw_blacksmith_forge01_dpo',67650),
(35612,35530,'staticobjects/liveevent/scorchedsky/sol_lrgbed01_dpo',67650),
(35613,35531,'staticobjects/liveevent/scorchedsky/sol_lrgtable01',67650),
(35614,35532,'staticobjects/liveevent/scorchedsky/sun_scale_dais_dpo',67650),
(35615,35533,'staticobjects/liveevent/oceansfull/ch_altar_fishman01',67650),
(35616,35534,'staticobjects/liveevent/oceansfull/nomad_trough_water01',67650),
(35617,35535,'staticobjects/liveevent/oceansfull/pf_fish_hooks01',67650),
(35618,35536,'staticobjects/liveevent/oceansfull/sg_coral_sponge02',67650),
(35619,35537,'staticobjects/liveevent/oceansfull/sg_coral_sponge04',67650),
(35620,35538,'staticobjects/liveevent/oceansfull/sg_coral_sponge05',67650),
(35621,35539,'staticobjects/adv04/objects_boat',67650),
(35622,35540,'staticobjects/adv04/objects_fish_shelf',67650),
(35623,35541,'_exp17/characters/tool_users/sealman/sealman_base',67650),
(35624,35542,'_exp17/characters/tool_users/sealman/elephant_sealman_base',67650),
(35625,35543,'_exp17/characters/tool_users/sealman/walrusman_base',67650),
(35626,35544,'accessories/wearable_items/_exp17/fungal_base/accessory/forearm_fungal_left',67804),
(35627,35545,'accessories/wearable_items/_exp17/fungal_base/accessory/forearm_fungal_right',67804),
(35628,35546,'accessories/wearable_items/_exp17/fungal_base/accessory/head_pikeman_fungal_basic',67804),
(35629,35547,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_chain_left',67804),
(35630,35548,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_chain_right',67804),
(35631,35549,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_heavy_left',67804),
(35632,35550,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_heavy_right',67804),
(35633,35551,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_lower_left',67804),
(35634,35552,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_lower_right',67804),
(35635,35553,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_robe_left',67804),
(35636,35554,'accessories/wearable_items/_exp17/fungal_base/accessory/pauldrons_robe_right',67804),
(35637,35555,'accessories/wearable_items/_exp17/fungal_base/accessory/shin_fungal_left',67804),
(35638,35556,'accessories/wearable_items/_exp17/fungal_base/accessory/shin_fungal_right',67804),
(35639,35557,'accessories/wearable_items/_exp17/fungal_base/chain/chest',67804),
(35640,35558,'accessories/wearable_items/_exp17/fungal_base/chain/feet',67804),
(35641,35559,'accessories/wearable_items/_exp17/fungal_base/chain/forearms',67804),
(35642,35560,'accessories/wearable_items/_exp17/fungal_base/chain/hands',67804),
(35643,35561,'accessories/wearable_items/_exp17/fungal_base/chain/head',67804),
(35644,35562,'accessories/wearable_items/_exp17/fungal_base/chain/legs',67804),
(35645,35563,'accessories/wearable_items/_exp17/fungal_base/chain/legs_noskirt',67804),
(35646,35564,'accessories/wearable_items/_exp17/fungal_base/chain/shoulders',67804),
(35647,35565,'accessories/wearable_items/_exp17/fungal_base/chain/shoulders_epic',67804),
(35648,35566,'accessories/wearable_items/_exp17/fungal_base/chain/skirt',67804),
(35649,35567,'accessories/wearable_items/_exp17/fungal_base/heavycloth/chest',67804),
(35650,35568,'accessories/wearable_items/_exp17/fungal_base/heavycloth/feet',67804),
(35651,35569,'accessories/wearable_items/_exp17/fungal_base/heavycloth/hands',67804),
(35652,35570,'accessories/wearable_items/_exp17/fungal_base/heavycloth/head',67804),
(35653,35571,'accessories/wearable_items/_exp17/fungal_base/heavycloth/legs',67804),
(35654,35572,'accessories/wearable_items/_exp17/fungal_base/heavycloth/shoulders',67804),
(35655,35573,'accessories/wearable_items/_exp17/fungal_base/heavycloth/skirt',67804),
(35656,35574,'accessories/wearable_items/_exp17/fungal_base/heavycloth/belt/skirt',67804),
(35657,35575,'accessories/wearable_items/_exp17/fungal_base/leather/chest',67804),
(35658,35576,'accessories/wearable_items/_exp17/fungal_base/leather/feet',67804),
(35659,35577,'accessories/wearable_items/_exp17/fungal_base/leather/hands',67804),
(35660,35578,'accessories/wearable_items/_exp17/fungal_base/leather/head',67804),
(35661,35579,'accessories/wearable_items/_exp17/fungal_base/leather/legs',67804),
(35662,35580,'accessories/wearable_items/_exp17/fungal_base/leather/shoulders',67804),
(35663,35581,'accessories/wearable_items/_exp17/fungal_base/leather/shoulders_epic',67804),
(35664,35582,'accessories/wearable_items/_exp17/fungal_base/robe/chest',67804),
(35665,35583,'accessories/wearable_items/_exp17/fungal_base/robe/chest_epic',67804),
(35666,35584,'accessories/wearable_items/_exp17/fungal_base/robe/feet',67804),
(35667,35585,'accessories/wearable_items/_exp17/fungal_base/robe/hands',67804),
(35668,35586,'accessories/wearable_items/_exp17/fungal_base/robe/head',67804),
(35669,35587,'accessories/wearable_items/_exp17/fungal_base/robe/head_hood',67804),
(35670,35588,'accessories/wearable_items/_exp17/fungal_base/robe/pants',67804),
(35671,35589,'accessories/wearable_items/_exp17/fungal_base/robe/skirt',67804),
(35672,35590,'accessories/wearable_items/_exp17/fungal_base/vanguard/chest',67804),
(35673,35591,'accessories/wearable_items/_exp17/fungal_base/vanguard/feet',67804),
(35674,35592,'accessories/wearable_items/_exp17/fungal_base/vanguard/forearms',67804),
(35675,35593,'accessories/wearable_items/_exp17/fungal_base/vanguard/hands',67804),
(35676,35594,'accessories/wearable_items/_exp17/fungal_base/vanguard/hands_epic',67804),
(35677,35595,'accessories/wearable_items/_exp17/fungal_base/vanguard/head',67804),
(35678,35596,'accessories/wearable_items/_exp17/fungal_base/vanguard/legs',67804),
(35679,35597,'accessories/wearable_items/_exp17/fungal_base/vanguard/legs_epic',67804),
(35680,35598,'accessories/wearable_items/_exp17/fungal_base/vanguard/legs_noskirt',67804),
(35681,35599,'accessories/wearable_items/_exp17/fungal_base/vanguard/right',67804),
(35682,35600,'accessories/wearable_items/_exp17/fungal_base/vanguard/shoulders',67804),
(35683,35601,'accessories/wearable_items/_exp17/fungal_base/vanguard/shoulders_epic',67804),
(35684,35602,'accessories/wearable_items/_exp17/fungal_base/vanguard/shoulders_nopauldrons',67804),
(35685,35603,'accessories/wearable_items/_exp17/fungal_base/vanguard/skirt',67804),
(35686,35604,'accessories/wearable_items/_exp17/fungal_epic/accessory/forearm_fungal_left',67804),
(35687,35605,'accessories/wearable_items/_exp17/fungal_epic/accessory/forearm_fungal_right',67804),
(35688,35606,'accessories/wearable_items/_exp17/fungal_epic/accessory/head_pikeman_fungal_basic',67804),
(35689,35607,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_chain_left',67804),
(35690,35608,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_chain_right',67804),
(35691,35609,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_heavy_left',67804),
(35692,35610,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_heavy_right',67804),
(35693,35611,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_lower_left',67804),
(35694,35612,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_lower_right',67804),
(35695,35613,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_robe_left',67804),
(35696,35614,'accessories/wearable_items/_exp17/fungal_epic/accessory/pauldrons_robe_right',67804),
(35697,35615,'accessories/wearable_items/_exp17/fungal_epic/accessory/shin_fungal_left',67804),
(35698,35616,'accessories/wearable_items/_exp17/fungal_epic/accessory/shin_fungal_right',67804),
(35699,35617,'accessories/wearable_items/_exp17/fungal_epic/chain/chest',67804),
(35700,35618,'accessories/wearable_items/_exp17/fungal_epic/chain/feet',67804),
(35701,35619,'accessories/wearable_items/_exp17/fungal_epic/chain/forearms',67804),
(35702,35620,'accessories/wearable_items/_exp17/fungal_epic/chain/hands',67804),
(35703,35621,'accessories/wearable_items/_exp17/fungal_epic/chain/head',67804),
(35704,35622,'accessories/wearable_items/_exp17/fungal_epic/chain/legs',67804),
(35705,35623,'accessories/wearable_items/_exp17/fungal_epic/chain/legs_noskirt',67804),
(35706,35624,'accessories/wearable_items/_exp17/fungal_epic/chain/shoulders',67804),
(35707,35625,'accessories/wearable_items/_exp17/fungal_epic/chain/shoulders_epic',67804),
(35708,35626,'accessories/wearable_items/_exp17/fungal_epic/chain/skirt',67804),
(35709,35627,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/belt/skirt',67804),
(35710,35628,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/chest',67804),
(35711,35629,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/feet',67804),
(35712,35630,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/hands',67804),
(35713,35631,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/head',67804),
(35714,35632,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/legs',67804),
(35715,35633,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/shoulders',67804),
(35716,35634,'accessories/wearable_items/_exp17/fungal_epic/heavycloth/skirt',67804),
(35717,35635,'accessories/wearable_items/_exp17/fungal_epic/leather/chest',67804),
(35718,35636,'accessories/wearable_items/_exp17/fungal_epic/leather/feet',67804),
(35719,35637,'accessories/wearable_items/_exp17/fungal_epic/leather/hands',67804),
(35720,35638,'accessories/wearable_items/_exp17/fungal_epic/leather/head',67804),
(35721,35639,'accessories/wearable_items/_exp17/fungal_epic/leather/legs',67804),
(35722,35640,'accessories/wearable_items/_exp17/fungal_epic/leather/shoulders',67804),
(35723,35641,'accessories/wearable_items/_exp17/fungal_epic/leather/shoulders_epic',67804),
(35724,35642,'accessories/wearable_items/_exp17/fungal_epic/robe/chest',67804),
(35725,35643,'accessories/wearable_items/_exp17/fungal_epic/robe/chest_epic',67804),
(35726,35644,'accessories/wearable_items/_exp17/fungal_epic/robe/feet',67804),
(35727,35645,'accessories/wearable_items/_exp17/fungal_epic/robe/hands',67804),
(35728,35646,'accessories/wearable_items/_exp17/fungal_epic/robe/head',67804),
(35729,35647,'accessories/wearable_items/_exp17/fungal_epic/robe/hood',67804),
(35730,35648,'accessories/wearable_items/_exp17/fungal_epic/robe/pants',67804),
(35731,35649,'accessories/wearable_items/_exp17/fungal_epic/robe/skirt',67804),
(35732,35650,'accessories/wearable_items/_exp17/fungal_epic/vanguard/chest',67804),
(35733,35651,'accessories/wearable_items/_exp17/fungal_epic/vanguard/feet',67804),
(35734,35652,'accessories/wearable_items/_exp17/fungal_epic/vanguard/forearms',67804),
(35735,35653,'accessories/wearable_items/_exp17/fungal_epic/vanguard/hands',67804),
(35736,35654,'accessories/wearable_items/_exp17/fungal_epic/vanguard/hands_epic',67804),
(35737,35655,'accessories/wearable_items/_exp17/fungal_epic/vanguard/head',67804),
(35738,35656,'accessories/wearable_items/_exp17/fungal_epic/vanguard/legs',67804),
(35739,35657,'accessories/wearable_items/_exp17/fungal_epic/vanguard/legs_epic',67804),
(35740,35658,'accessories/wearable_items/_exp17/fungal_epic/vanguard/legs_noskirt',67804),
(35741,35659,'accessories/wearable_items/_exp17/fungal_epic/vanguard/right',67804),
(35742,35660,'accessories/wearable_items/_exp17/fungal_epic/vanguard/shoulders',67804),
(35743,35661,'accessories/wearable_items/_exp17/fungal_epic/vanguard/shoulders_epic',67804),
(35744,35662,'accessories/wearable_items/_exp17/fungal_epic/vanguard/shoulders_nopauldrons',67804),
(35745,35663,'accessories/wearable_items/_exp17/fungal_epic/vanguard/skirt',67804),
(35746,35664,'accessories/wearable_items/_exp17/fungal_tintable/accessory/forearm_fungal_left',67804),
(35747,35665,'accessories/wearable_items/_exp17/fungal_tintable/accessory/forearm_fungal_right',67804),
(35748,35666,'accessories/wearable_items/_exp17/fungal_tintable/accessory/head_pikeman_fungal_basic',67804),
(35749,35667,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_chain_left',67804),
(35750,35668,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_chain_right',67804),
(35751,35669,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_heavy_left',67804),
(35752,35670,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_heavy_right',67804),
(35753,35671,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_lower_left',67804),
(35754,35672,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_lower_right',67804),
(35755,35673,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_robe_left',67804),
(35756,35674,'accessories/wearable_items/_exp17/fungal_tintable/accessory/pauldrons_robe_right',67804),
(35757,35675,'accessories/wearable_items/_exp17/fungal_tintable/accessory/shin_fungal_left',67804),
(35758,35676,'accessories/wearable_items/_exp17/fungal_tintable/accessory/shin_fungal_right',67804),
(35759,35677,'accessories/wearable_items/_exp17/fungal_tintable/chain/chest',67804),
(35760,35678,'accessories/wearable_items/_exp17/fungal_tintable/chain/feet',67804),
(35761,35679,'accessories/wearable_items/_exp17/fungal_tintable/chain/forearms',67804),
(35762,35680,'accessories/wearable_items/_exp17/fungal_tintable/chain/hands',67804),
(35763,35681,'accessories/wearable_items/_exp17/fungal_tintable/chain/head',67804),
(35764,35682,'accessories/wearable_items/_exp17/fungal_tintable/chain/legs',67804),
(35765,35683,'accessories/wearable_items/_exp17/fungal_tintable/chain/legs_noskirt',67804),
(35766,35684,'accessories/wearable_items/_exp17/fungal_tintable/chain/shoulders',67804),
(35767,35685,'accessories/wearable_items/_exp17/fungal_tintable/chain/shoulders_epic',67804),
(35768,35686,'accessories/wearable_items/_exp17/fungal_tintable/chain/skirt',67804),
(35769,35687,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/belt/skirt',67804),
(35770,35688,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/chest',67804),
(35771,35689,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/feet',67804),
(35772,35690,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/hands',67804),
(35773,35691,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/head',67804),
(35774,35692,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/legs',67804),
(35775,35693,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/shoulders',67804),
(35776,35694,'accessories/wearable_items/_exp17/fungal_tintable/heavycloth/skirt',67804),
(35777,35695,'accessories/wearable_items/_exp17/fungal_tintable/leather/chest',67804),
(35778,35696,'accessories/wearable_items/_exp17/fungal_tintable/leather/feet',67804),
(35779,35697,'accessories/wearable_items/_exp17/fungal_tintable/leather/hands',67804),
(35780,35698,'accessories/wearable_items/_exp17/fungal_tintable/leather/head',67804),
(35781,35699,'accessories/wearable_items/_exp17/fungal_tintable/leather/legs',67804),
(35782,35700,'accessories/wearable_items/_exp17/fungal_tintable/leather/shoulders',67804),
(35783,35701,'accessories/wearable_items/_exp17/fungal_tintable/leather/shoulders_epic',67804),
(35784,35702,'accessories/wearable_items/_exp17/fungal_tintable/robe/chest',67804),
(35785,35703,'accessories/wearable_items/_exp17/fungal_tintable/robe/chest_epic',67804),
(35786,35704,'accessories/wearable_items/_exp17/fungal_tintable/robe/feet',67804),
(35787,35705,'accessories/wearable_items/_exp17/fungal_tintable/robe/hands',67804),
(35788,35706,'accessories/wearable_items/_exp17/fungal_tintable/robe/head',67804),
(35789,35707,'accessories/wearable_items/_exp17/fungal_tintable/robe/head_hood',67804),
(35790,35708,'accessories/wearable_items/_exp17/fungal_tintable/robe/pants',67804),
(35791,35709,'accessories/wearable_items/_exp17/fungal_tintable/robe/skirt',67804),
(35792,35710,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/chest',67804),
(35793,35711,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/feet',67804),
(35794,35712,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/forearms',67804),
(35795,35713,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/hands',67804),
(35796,35714,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/hands_epic',67804),
(35797,35715,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/head',67804),
(35798,35716,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/legs',67804),
(35799,35717,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/legs_epic',67804),
(35800,35718,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/legs_noskirt',67804),
(35801,35719,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/right',67804),
(35802,35720,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/shoulders',67804),
(35803,35721,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/shoulders_epic',67804),
(35804,35722,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/shoulders_nopauldrons',67804),
(35805,35723,'accessories/wearable_items/_exp17/fungal_tintable/vanguard/skirt',67804),
(35806,35724,'accessories/wearable_items/cloak/exp17/fungal/cloak_fungal_basic',67804),
(35807,35725,'accessories/wearable_items/cloak/exp17/fungal/cloak_fungal_epic',67804),
(35808,35726,'accessories/wearable_items/cloak/exp17/fungal/cloak_fungal_tintable',67804),
(35809,35727,'staticobjects/_exp08/player_housing/wl_veggie_vine_squash_yellow_dpo',67804),
(35810,35728,'staticobjects/_exp08/player_housing/wl_veggie_vine_squash_yellow2_dpo',67804),
(35811,35729,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_rectangle04_red',67804),
(35812,35730,'_exp15/objects/exp15_rgn_plane_of_knowledge/pok_rug_round02_red',67804),
(35813,35731,'_exp16/objects/exp16_dun_fordel_midst/fordel_midst_library_bookcase_dpo2',67804),
(35814,35732,'_exp01/zones/objects/painting_tools/djn_brass_painting03_manfield_dpo',67804),
(35815,35733,'_exp01/zones/objects/painting_tools/djn_brass_painting06_desert_dpo',67804),
(35816,35734,'_exp01/zones/objects/painting_tools/djn_steel_painting07_flyingcarpet_dpo',67804),
(35817,35735,'_exp17/characters/tool_users/kerraskeleton/kerraskeleton',67804),
(35818,35736,'_exp01/characters/tool_users/giant_sand_plain_mustache_fire',67804),
(35819,35737,'_exp10/characters/monsters/nagafen_2013/nagafen_fire_glow',67804),
(35820,35738,'_exp17/characters/monsters/golem_balanzite/golem_balanzite1',67804),
(35821,35739,'staticobjects/liveevent/tinkerfest/building_blocks/housecube_1x1_block_hammered_copper',67804),
(35822,35740,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_triangletile_hammered_copper',67804),
(35823,35741,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_stair_hammered_copper',67804),
(35824,35742,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_roundtile_hammered_copper',67804),
(35825,35743,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_rail_hammered_copper',67804),
(35826,35744,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_dividerblock_hammered_copper',67804),
(35827,35745,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_v_hammered_copper',67804),
(35828,35746,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_tall_hammered_copper',67804),
(35829,35747,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_sq_hammered_copper',67804),
(35830,35748,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_w_h_hammered_copper',67804),
(35831,35749,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_rect_hammered_copper',67804),
(35832,35750,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_2x2_divider_d_arch_hammered_copper',67804),
(35833,35751,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1xhalf_block_hammered_copper',67804),
(35834,35752,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_dividerblock_hammered_copper',67804),
(35835,35753,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_tall_hammered_copper',67804),
(35836,35754,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_divider_w_sq_hammered_copper',67804),
(35837,35755,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x2_column_hammered_copper',67804),
(35838,35756,'staticobjects/liveevent/tinkerfest/building_blocks/houseblock_1x1_column_hammered_copper',67804),
(35839,35757,'staticobjects/liveevent/tinkerfest/dpo_panel_hammered_copper',67804),
(35840,35758,'staticobjects/liveevent/tinkerfest/gnome_bookcase_research',67804),
(35841,35759,'staticobjects/liveevent/tinkerfest/gnome_chair_research_ornate01',67804),
(35842,35760,'staticobjects/liveevent/tinkerfest/riveted_plate_dais',67804),
(35843,35761,'staticobjects/liveevent/tinkerfest/rumcellar_pump01',67804),
(35844,35762,'staticobjects/liveevent/tinkerfest/teleport_house_item_no_lightning',67804),
(35845,35763,'_exp17/characters/monsters/floating_wizard/floating_wizard_good_base',67804),
(35846,35764,'_exp17/characters/monsters/construct_balanzite/construct_balanzite',67804),
(35847,35765,'_exp17/characters/monsters/construct_balanzite/construct_balanzite_fire',67804),
(35848,35766,'_exp17/characters/monsters/construct_balanzite/construct_balanzite_plague',67804),
(35849,35767,'_exp17/characters/monsters/mosquito/mosquito_base',67804),
(35850,35768,'_exp16/objects/solusekseye_raid/square_glow_effect_blue',67804),
(35851,35769,'_exp16/objects/solusekseye_raid/square_glow_effect_green',67804),
(35852,35770,'_exp16/objects/solusekseye_raid/square_glow_effect_orange',67804),
(35853,35771,'_exp16/objects/solusekseye_raid/square_glow_effect_purple',67804),
(35854,35772,'_exp16/objects/solusekseye_raid/square_glow_effect_red',67804),
(35855,35773,'_exp16/objects/solusekseye_raid/square_glow_effect_yellow',67804),
(35856,35774,'creatures/familiars/stegosaurus/stegosaurus',67804),
(35857,35775,'creatures/familiars/leech/leech',67804),
(35858,35776,'creatures/familiars/vasty_guardian/vasty_guardian_darkmetallic',67804),
(35859,35777,'creatures/familiars/flying_squirrel/flying_squirrel',67804),
(35860,35778,'creatures/familiars/basilisk/basilisk_cave_albino_purple',67804),
(35861,35779,'creatures/familiars/willowisp/wisp_portal_red',67804),
(35862,35780,'creatures/familiars/elephant/elephant',67804),
(35863,35781,'creatures/familiars/armadillo/armadillo',67804),
(35864,35782,'creatures/familiars/nilborien/nilborien_greenfire',67804),
(35865,35783,'creatures/familiars/brute/brute',67804),
(35866,35784,'creatures/familiars/spider/clockwork_spider',67804),
(35867,35785,'creatures/familiars/dire_bear/dire_bear03',67804),
(35868,35786,'creatures/familiars/construct/construct_necro_dark',67804),
(35869,35787,'creatures/familiars/chokidai/chokidai_harbinger',67804),
(35870,35788,'creatures/familiars/raptor/raptor_wild_evil',67804),
(35871,35789,'creatures/familiars/elemental_wave/elementals_water_noeffect',67804),
(35872,35790,'creatures/familiars/shadowbeast/shadowbeast_lightinfected2',67804),
(35873,35791,'creatures/familiars/imp/imp',67804),
(35874,35792,'creatures/familiars/golem/golem_water1',67804),
(35875,35793,'creatures/familiars/bone_golem/bone_golem_green',67804),
(35876,35794,'creatures/familiars/willowisp/devil_dust_tornado_timorous',67804),
(35877,35795,'creatures/familiars/animatedhand/animatedhand_03_bracers',67804),
(35878,35796,'creatures/familiars/duck/duck_berserker',67804),
(35879,35797,'creatures/familiars/cave_swimmer/cave_swimmer_albino',67804),
(35880,35798,'creatures/familiars/moss_grathok/moss_grathok',67804),
(35881,35799,'creatures/familiars/phoenix/phoenix_npc_03_purple',67804),
(35882,35800,'staticobjects/liveevent/tinkerfest/tinkerfest_window_square_animated_red',67804),
(35883,35801,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_asexual',67804),
(35884,35802,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_nonbinary',67804),
(35885,35803,'_exp15/characters/monsters/stitchcraft_bunny/stitchcraft_bunny_pride_pansexual',67804),
(35886,35804,'_exp16/objects/solusekseye_raid/square_glow_effect_white',67804),
(35887,35805,'creatures/familiars/shrieker/shrieker_tintable',67804),
(35888,35806,'_exp17/characters/monsters/floating_wizard/floating_wizard_evil_base',67804),
(35889,35807,'_exp17/characters/monsters/ant/ant_base',67804),
(35890,35808,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_big_deepglow_01',67804),
(35891,35809,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_big_deepglow_02',67804),
(35892,35810,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_big_deepglow_03',67804),
(35893,35811,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_skinny_deepglow_01',67804),
(35894,35812,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_skinny_deepglow_02',67804),
(35895,35813,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_skinny_deepglow_03',67804),
(35896,35814,'accessories/npc_wearables/fungus_man_deepglow/chest_fungusman_armor_deepglow_01',67804),
(35897,35815,'accessories/npc_wearables/fungus_man_deepglow/chest_fungusman_armor_deepglow_02',67804),
(35898,35816,'accessories/npc_wearables/fungus_man_deepglow/chest_fungusman_armor_deepglow_03',67804),
(35899,35817,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_flat_deepglow_01',67804),
(35900,35818,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_flat_deepglow_02',67804),
(35901,35819,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_flat_deepglow_03',67804),
(35902,35820,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_pointy_deepglow_01',67804),
(35903,35821,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_pointy_deepglow_02',67804),
(35904,35822,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_pointy_deepglow_03',67804),
(35905,35823,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_round_deepglow_01',67804),
(35906,35824,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_round_deepglow_02',67804),
(35907,35825,'accessories/npc_wearables/fungus_man_deepglow/head_fungusman_round_deepglow_03',67804),
(35908,35826,'creatures/mounts/tyrannosaur_mount/tyrannosaur_mount_base',67804),
(35909,35827,'staticobjects/tents/fpalt_merchant_display_tent01',67804),
(35910,35828,'staticobjects/tents/fpalt_merchant_display_tent02',67804),
(35911,35829,'staticobjects/bottles/eu_winebottle_red_ornate01',67804),
(35912,35830,'staticobjects/bottles/eu_winebottle_yellow_ornate01',67804),
(35913,35831,'staticobjects/coffins_and_sarcophagus/qey_catacomb01_sarcophagus_01',67804),
(35914,35832,'staticobjects/coffins_and_sarcophagus/qey_catacombs_cart02',67804),
(35915,35833,'staticobjects/liveevent/halloween/deadleaves_fatcandle_brown',67804),
(35916,35834,'staticobjects/liveevent/halloween/deadleaves_fatcandle_white',67804),
(35917,35835,'staticobjects/liveevent/halloween/dpo_mace_halloween1',67804),
(35918,35836,'staticobjects/liveevent/halloween/dpo_mace_halloween2',67804),
(35919,35837,'staticobjects/liveevent/halloween/nekcas_r118_int_ironmaiden_dpo',67804),
(35920,35838,'_exp16/objects/exp16_dun_fordel_midst/fordel_midst_screamsconce_pfx_dpo',67804),
(35921,35839,'staticobjects/bones/qey_catacombs_cart03',67804),
(35922,35840,'_exp16/objects/platform_gate/platform_evergate2',67804),
(35923,35841,'_exp16/objects/platform_gate/platform_evergate3',67804),
(35924,35842,'_exp16/objects/platform_gate/platform_evergate4',67804),
(35925,35843,'_exp16/objects/platform_gate/platform_evergate5',67804),
(35926,35844,'staticobjects/halloween/dpo_ground_portal_rift_inverted',67804),
(35927,35845,'staticobjects/halloween/dpo_ground_portal_rift_red',67804),
(35928,35846,'staticobjects/halloween/dpo_ground_portal_rift_red_inverted',67804),
(35929,35847,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/club',67804),
(35930,35848,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/club_ice_encrusted',67804),
(35931,35849,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/hammer',67804),
(35932,35850,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/hammer_ice_encrusted',67804),
(35933,35851,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/hammer_square',67804),
(35934,35852,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/hammer_square_ice_encrusted',67804),
(35935,35853,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/mace',67804),
(35936,35854,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/mace_ball',67804),
(35937,35855,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/mace_ball_ice_encrusted',67804),
(35938,35856,'accessories/wieldable_items/weapons/exp17/1h_crush/ice_encrusted/mace_ice_encrusted',67804),
(35939,35857,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_hunter',67804),
(35940,35858,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_hunter_ice_encrusted',67804),
(35941,35859,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_kris',67804),
(35942,35860,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_kris_ice_encrusted',67804),
(35943,35861,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_parrying',67804),
(35944,35862,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_parrying_ice_encrusted',67804),
(35945,35863,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_skinning',67804),
(35946,35864,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/dagger_skinning_ice_encrusted',67804),
(35947,35865,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/shortspear',67804),
(35948,35866,'accessories/wieldable_items/weapons/exp17/1h_pierce/ice_encrusted/shortspear_ice_encrusted',67804),
(35949,35867,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/axe_hatchet',67804),
(35950,35868,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/axe_hatchet_ice_encrusted',67804),
(35951,35869,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_broadsword',67804),
(35952,35870,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_broadsword_ice_encrusted',67804),
(35953,35871,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_foil',67804),
(35954,35872,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_foil_ice_encrusted',67804),
(35955,35873,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_longsword',67804),
(35956,35874,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_longsword_ice_encrusted',67804),
(35957,35875,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_sabre',67804),
(35958,35876,'accessories/wieldable_items/weapons/exp17/1h_sword/ice_encrusted/sword_sabre_ice_encrusted',67804),
(35959,35877,'accessories/wieldable_items/weapons/exp17/1h_wand/ice_encrusted/wand',67804),
(35960,35878,'accessories/wieldable_items/weapons/exp17/1h_wand/ice_encrusted/wand_ice_encrusted',67804),
(35961,35879,'accessories/wieldable_items/weapons/exp17/2h_crush/ice_encrusted/club_twohand',67804),
(35962,35880,'accessories/wieldable_items/weapons/exp17/2h_crush/ice_encrusted/club_twohand_ice_encrusted',67804),
(35963,35881,'accessories/wieldable_items/weapons/exp17/2h_sword/ice_encrusted/axe_twohand',67804),
(35964,35882,'accessories/wieldable_items/weapons/exp17/2h_sword/ice_encrusted/axe_twohand_ice_encrusted',67804),
(35965,35883,'accessories/wieldable_items/weapons/exp17/2h_sword/ice_encrusted/sword_twohand',67804),
(35966,35884,'accessories/wieldable_items/weapons/exp17/2h_sword/ice_encrusted/sword_twohand_ice_encrusted',67804),
(35967,35885,'accessories/wieldable_items/weapons/exp17/bow/ice_encrusted/longbow',67804),
(35968,35886,'accessories/wieldable_items/weapons/exp17/bow/ice_encrusted/longbow_ice_encrusted',67804),
(35969,35887,'accessories/wieldable_items/weapons/exp17/fist/ice_encrusted/fist',67804),
(35970,35888,'accessories/wieldable_items/weapons/exp17/fist/ice_encrusted/fist_ice_encrusted',67804),
(35971,35889,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/halberd',67804),
(35972,35890,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/halberd_ice_encrusted',67804),
(35973,35891,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_magus',67804),
(35974,35892,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_magus_ice_encrusted',67804),
(35975,35893,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_monk',67804),
(35976,35894,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_monk_ice_encrusted',67804),
(35977,35895,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_spear',67804),
(35978,35896,'accessories/wieldable_items/weapons/exp17/staff/ice_encrusted/staff_spear_ice_encrusted',67804),
(35979,35897,'staticobjects/liveevent/scorchedsky/pom_city_isld_floater1_lava',67804),
(35980,35898,'staticobjects/liveevent/scorchedsky/pom_city_isld_floater2_lava',67804),
(35981,35899,'accessories/wearable_items/_exp17/gnome_heritage_red/chest',67804),
(35982,35900,'accessories/wearable_items/_exp17/gnome_heritage_red/chest_snapons',67804),
(35983,35901,'accessories/wearable_items/_exp17/gnome_heritage_red/feet',67804),
(35984,35902,'accessories/wearable_items/_exp17/gnome_heritage_red/feet_snapons',67804),
(35985,35903,'accessories/wearable_items/_exp17/gnome_heritage_red/forearms',67804),
(35986,35904,'accessories/wearable_items/_exp17/gnome_heritage_red/forearms_control_panel',67804),
(35987,35905,'accessories/wearable_items/_exp17/gnome_heritage_red/hands',67804),
(35988,35906,'accessories/wearable_items/_exp17/gnome_heritage_red/hands_snapons',67804),
(35989,35907,'accessories/wearable_items/_exp17/gnome_heritage_red/head',67804),
(35990,35908,'accessories/wearable_items/_exp17/gnome_heritage_red/head_epic',67804),
(35991,35909,'accessories/wearable_items/_exp17/gnome_heritage_red/legs',67804),
(35992,35910,'accessories/wearable_items/_exp17/gnome_heritage_red/legs_noskirt',67804),
(35993,35911,'accessories/wearable_items/_exp17/gnome_heritage_red/shoulders',67804),
(35994,35912,'accessories/wearable_items/_exp17/gnome_heritage_red/shoulders_snapons',67804),
(35995,35913,'accessories/wearable_items/_exp17/gnome_heritage_red/skirt',67804),
(35996,35914,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_arm_controls_left',67804),
(35997,35915,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_arm_lower_right',67804),
(35998,35916,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_arm_upper_right',67804),
(35999,35917,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_chain_pad_lock',67804),
(36000,35918,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_chain_pauldron_left',67804),
(36001,35919,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_chain_pauldron_right',67804),
(36002,35920,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_chain_smoke_stack',67804),
(36003,35921,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_leg_left',67804),
(36004,35922,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/gnome_leg_right',67804),
(36005,35923,'accessories/wearable_items/_exp17/gnome_heritage_red/snapons/head_gnome_helm',67804),
(36006,35924,'staticobjects/rugs/carpet_sun_dpo',67804),
(36007,35925,'staticobjects/rugs/carpet_sun_idle_dpo',67804),
(36008,35926,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_left',67804),
(36009,35927,'accessories/wieldable_items/shields/exp17/ice_encrusted/shield_buckler',67804),
(36010,35928,'accessories/wieldable_items/shields/exp17/ice_encrusted/shield_buckler_ice_encrusted',67804),
(36011,35929,'accessories/wieldable_items/shields/exp17/ice_encrusted/shield_kite',67804),
(36012,35930,'accessories/wieldable_items/shields/exp17/ice_encrusted/shield_kite_ice_encrusted',67804),
(36013,35931,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_left_blue',67804),
(36014,35932,'accessories/wearable_items/_exp17/arasai_heritage_red/chest',67804),
(36015,35933,'accessories/wearable_items/_exp17/arasai_heritage_red/hands',67804),
(36016,35934,'accessories/wearable_items/_exp17/arasai_heritage_red/head_arasai_heritage',67804),
(36017,35935,'accessories/wearable_items/_exp17/arasai_heritage_red/legs',67804),
(36018,35936,'accessories/wearable_items/_exp17/arasai_heritage_red/shoulders',67804),
(36019,35937,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_boot_cuff_female_left',67804),
(36020,35938,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_boot_cuff_female_right',67804),
(36021,35939,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_boot_cuff_left',67804),
(36022,35940,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_boot_cuff_right',67804),
(36023,35941,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_chest',67804),
(36024,35942,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_collar',67804),
(36025,35943,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_foot_left',67804),
(36026,35944,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_foot_right',67804),
(36027,35945,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_forearm_left',67804),
(36028,35946,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_forearm_right',67804),
(36029,35947,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_pauldron_left',67804),
(36030,35948,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_pauldron_right',67804),
(36031,35949,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_shin_left',67804),
(36032,35950,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_shin_right',67804),
(36033,35951,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_upperarm_left',67804),
(36034,35952,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_upperarm_right',67804),
(36035,35953,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_upperthigh_left',67804),
(36036,35954,'accessories/wearable_items/_exp17/arasai_heritage_red/snap_ons/arasai_heritage_upperthigh_right',67804),
(36037,35955,'staticobjects/liveevent/frostfell/frost_bowl01_cranberries_dpo',67804),
(36038,35956,'staticobjects/liveevent/frostfell/frost_bowl03_mixedberries_dpo',67804),
(36039,35957,'staticobjects/liveevent/frostfell/holiday_fruitbasket_03',67804),
(36040,35958,'staticobjects/liveevent/frostfell/holiday_fruitbasket_04',67804),
(36041,35959,'staticobjects/liveevent/frostfell/holliday_fatcandle_purple',67804),
(36042,35960,'staticobjects/liveevent/frostfell/holliday_fatcandle_yellow',67804),
(36043,35961,'staticobjects/liveevent/frostfell/dpo_bauble_oblong_greenstripe',67804),
(36044,35962,'staticobjects/panels/dpo_panel_holiday_trim02',67804),
(36045,35963,'staticobjects/building_blocks/holiday_trim02/houseblock_1x1_column_holiday_trim02',67804),
(36046,35964,'staticobjects/building_blocks/holiday_trim02/houseblock_1x2_column_holiday_trim02',67804),
(36047,35965,'staticobjects/building_blocks/holiday_trim02/houseblock_1x2_divider_w_sq_holiday_trim02',67804),
(36048,35966,'staticobjects/building_blocks/holiday_trim02/houseblock_1x2_divider_w_tall_holiday_trim02',67804),
(36049,35967,'staticobjects/building_blocks/holiday_trim02/houseblock_1x2_dividerblock_holiday_trim02',67804),
(36050,35968,'staticobjects/building_blocks/holiday_trim02/houseblock_1xhalf_block_holiday_trim02',67804),
(36051,35969,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_d_arch_holiday_trim02',67804),
(36052,35970,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_d_rect_holiday_trim02',67804),
(36053,35971,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_w_h_holiday_trim02',67804),
(36054,35972,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_w_sq_holiday_trim02',67804),
(36055,35973,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_w_tall_holiday_trim02',67804),
(36056,35974,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_divider_w_v_holiday_trim02',67804),
(36057,35975,'staticobjects/building_blocks/holiday_trim02/houseblock_2x2_dividerblock_holiday_trim02',67804),
(36058,35976,'staticobjects/building_blocks/holiday_trim02/houseblock_rail_holiday_trim02',67804),
(36059,35977,'staticobjects/building_blocks/holiday_trim02/houseblock_roundtile_holiday_trim02',67804),
(36060,35978,'staticobjects/building_blocks/holiday_trim02/houseblock_stair_holiday_trim02',67804),
(36061,35979,'staticobjects/building_blocks/holiday_trim02/houseblock_triangletile_holiday_trim02',67804),
(36062,35980,'staticobjects/building_blocks/holiday_trim02/housecube_1x1_block_holiday_trim02',67804),
(36063,35981,'staticobjects/liveevent/frostfell/dpo_frostfell_cauldron_red',67804),
(36064,35982,'staticobjects/liveevent/frostfell/dpo_frostfell_muffin_plate',67804),
(36065,35983,'staticobjects/liveevent/frostfell/dpo_pastries02',67804),
(36066,35984,'staticobjects/liveevent/frostfell/dpo_pastries03',67804),
(36067,35985,'staticobjects/liveevent/frostfell/holiday_chaise_tartan',67804),
(36068,35986,'staticobjects/liveevent/frostfell/holiday_couch01_tartan',67804),
(36069,35987,'staticobjects/liveevent/frostfell/ew_plant01snow',67804),
(36070,35988,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_tartan_red',67804),
(36071,35989,'staticobjects/liveevent/frostfell/dpo_holiday_stocking_striped_green_red',67804),
(36072,35990,'staticobjects/liveevent/frostfell/dpo_holiday_candycane_large_ice01',67804),
(36073,35991,'staticobjects/liveevent/frostfell/holiday_candy_crumble_rug',67804),
(36074,35992,'accessories/wieldable_items/shields/exp17/blood_ember/shield_blood_ember',67804),
(36075,35993,'accessories/wieldable_items/weapons/exp17/1h_pierce/blood_ember/dagger_blood_ember',67804),
(36076,35994,'accessories/wieldable_items/weapons/exp17/1h_sword/blood_ember/sword_blood_ember',67804),
(36077,35995,'accessories/wieldable_items/weapons/exp17/1h_wand/blood_ember/wand_blood_ember',67804),
(36078,35996,'accessories/wieldable_items/weapons/exp17/2h_crush/blood_ember/twohand_hammer_blood_ember',67804),
(36079,35997,'accessories/wieldable_items/weapons/exp17/2h_sword/blood_ember/twohand_sword_blood_ember',67804),
(36080,35998,'accessories/wieldable_items/weapons/exp17/bow/blood_ember/longbow_blood_ember',67804),
(36081,35999,'accessories/wieldable_items/weapons/exp17/fist/blood_ember/fist_blood_ember',67804),
(36082,36000,'accessories/wieldable_items/weapons/exp17/staff/blood_ember/spear_blood_ember',67804),
(36083,36001,'accessories/wieldable_items/weapons/exp17/staff/blood_ember/staff_blood_ember',67804),
(36084,36002,'accessories/wearable_items/_exp17/bone_knight_blood/chest',67804),
(36085,36003,'accessories/wearable_items/_exp17/bone_knight_blood/feet',67804),
(36086,36004,'accessories/wearable_items/_exp17/bone_knight_blood/forearms',67804),
(36087,36005,'accessories/wearable_items/_exp17/bone_knight_blood/hands',67804),
(36088,36006,'accessories/wearable_items/_exp17/bone_knight_blood/head',67804),
(36089,36007,'accessories/wearable_items/_exp17/bone_knight_blood/head_epic_1',67804),
(36090,36008,'accessories/wearable_items/_exp17/bone_knight_blood/left',67804),
(36091,36009,'accessories/wearable_items/_exp17/bone_knight_blood/legs',67804),
(36092,36010,'accessories/wearable_items/_exp17/bone_knight_blood/legs_noskirt',67804),
(36093,36011,'accessories/wearable_items/_exp17/bone_knight_blood/right',67804),
(36094,36012,'accessories/wearable_items/_exp17/bone_knight_blood/shoulders',67804),
(36095,36013,'accessories/wearable_items/_exp17/bone_knight_blood/shoulders_epic',67804),
(36096,36014,'accessories/wearable_items/_exp17/bone_knight_blood/shoulders_nopauldrons',67804),
(36097,36015,'accessories/wearable_items/_exp17/bone_knight_blood/skirt',67804),
(36098,36016,'accessories/wearable_items/_exp17/bone_knight_blood/accessories/pauldron_ossuary_heavy_left',67804),
(36099,36017,'accessories/wearable_items/_exp17/bone_knight_blood/accessories/pauldron_ossuary_heavy_right',67804),
(36100,36018,'accessories/wearable_items/_exp17/bone_knight_blood/accessories/pauldron_ossuary_under_left',67804),
(36101,36019,'accessories/wearable_items/_exp17/bone_knight_blood/accessories/pauldron_ossuary_under_right',67804),
(36102,36020,'staticobjects/statues/soleye_platform_base',67804),
(36103,36021,'_exp16/objects/solusekseye_raid/killvent_centered',67804),
(36104,36022,'staticobjects/fires/soleye_firepit_lit',67804),
(36105,36023,'staticobjects/fires/soleye_firepit_unlit',67804),
(36106,36024,'staticobjects/debris/gnoll_burrowpile02_snowpile',67804),
(36107,36025,'_exp15/objects/exp15_rgn_plane_of_fire/cbridge_04',67804),
(36108,36026,'_exp01/zones/objects/incense_burners/djn_genielamp_red_gold',67804),
(36109,36027,'staticobjects/crystals/exp07_dun_crystalcavern_crystal_dpo01_ice',67804),
(36110,36028,'_exp17/characters/monsters/shadow_blob/shadow_blob',67804),
(36111,36029,'_exp17/characters/tool_users/luclin/luclin_base',67804),
(36112,36030,'_exp17/characters/monsters/seadragon/seadragon_base',67804),
(36113,36031,'_exp16/objects/solusekseye_raid/pof_geo_bosswall01_soleye',67804),
(36114,36032,'accessories/wieldable_items/weapons/exp17/staff/luclin/staff_luclin',67804),
(36115,36033,'accessories/wieldable_items/weapons/exp17/staff/luclin/staff_luclin_effect',67804),
(36116,36034,'_exp17/characters/tool_users/ahkessar_male/ahkessar_male_base',67804),
(36117,36035,'_exp17/characters/monsters/spirit_animal/badger',67804),
(36118,36036,'_exp17/characters/monsters/spirit_animal/bat',67804),
(36119,36037,'_exp17/characters/monsters/spirit_animal/crocodile',67804),
(36120,36038,'_exp17/characters/monsters/spirit_animal/hawk',67804),
(36121,36039,'_exp17/characters/monsters/spirit_animal/mantaray',67804),
(36122,36040,'_exp17/characters/monsters/spirit_animal/stag',67804),
(36123,36041,'_exp17/characters/monsters/spirit_animal/tiger',67804),
(36124,36042,'_exp17/characters/monsters/spirit_animal/wolf',67804),
(36125,36043,'_exp17/characters/monsters/leech/ice_worm_base_underground',67804),
(36126,36044,'_exp17/objects/vex_thal/blue_light_sphere_01',67804),
(36127,36045,'_exp17/characters/monsters/khati_sha_the_twisted/khati_sha_the_twisted',67804),
(36128,36046,'_exp17/characters/tool_users/ahkessar_female/ahkessar_female_base',67804),
(36129,36047,'creatures/mounts/phoenix_mount/phoenix_mount_effect1',67804),
(36130,36048,'_exp17/characters/monsters/seadragon/seadragon_bluegreen',67804),
(36131,36049,'_exp17/objects/vex_thal/blue_gate_01',67804),
(36132,36050,'creatures/mounts/phoenix_mount/phoenix_mount_effect_fireheart',67804),
(36133,36051,'creatures/mounts/phoenix_mount/phoenix_mount_effect_gladebeak',67804),
(36134,36052,'creatures/mounts/phoenix_mount/phoenix_mount_effect_voidfeather',67804),
(36135,36053,'creatures/tu/tentacleterror_balanzite_flame',67804),
(36136,36054,'creatures/tu/tentacleterror_balanzite_shadow',67804),
(36137,36055,'creatures/tu/tentacleterror_balanzite1',67804),
(36138,36056,'_exp17/characters/monsters/grieg_veneficus/grieg_veneficus',67804),
(36139,36057,'_exp17/characters/monsters/poxfiend_balanzite/poxfiend_balanzite1',67804),
(36140,36058,'_exp17/characters/monsters/poxfiend_balanzite/poxfiend_balanzite2',67804),
(36141,36059,'_exp17/characters/monsters/poxfiend_balanzite/poxfiend_balanzite3',67804),
(36142,36060,'_exp17/characters/tool_users/ahkessar_male/ahkessar_male_soldier',67804),
(36143,36061,'_exp17/characters/tool_users/ahkessar_male/ahkessar_male_shaman',67804),
(36144,36062,'_exp17/characters/tool_users/ahkessar_male/ahkessar_male_elite',67804),
(36145,36063,'_exp17/characters/tool_users/ahkessar_male/ahkessar_male_boss',67804),
(36146,36064,'_exp17/characters/tool_users/ahkessar_female/ahkessar_female_boss',67804),
(36147,36065,'_exp17/characters/tool_users/ahkessar_female/ahkessar_female_elite',67804),
(36148,36066,'_exp17/characters/tool_users/ahkessar_female/ahkessar_female_shaman',67804),
(36149,36067,'_exp17/characters/tool_users/ahkessar_female/ahkessar_female_soldier',67804),
(36150,36068,'creatures/mounts/ant/ant_mount_base',67804),
(36151,36069,'_exp17/characters/monsters/dervish_balanzite/dervish_balanzite',67804),
(36152,36070,'_exp17/characters/monsters/dervish_balanzite/dervish_flame',67804),
(36153,36071,'_exp17/characters/monsters/dervish_balanzite/dervish_plague',67804),
(36154,36072,'_exp17/characters/monsters/dervish_balanzite/dervish_balanzite_spinning',67804),
(36155,36073,'_exp17/characters/monsters/dervish_balanzite/dervish_flame_spinning',67804),
(36156,36074,'_exp17/characters/monsters/dervish_balanzite/dervish_plague_spinning',67804),
(36157,36075,'_exp17/characters/monsters/roper_balanzite/roper_balanzite',67804),
(36158,36076,'_exp17/characters/monsters/roper_balanzite/roper_cinder',67804),
(36159,36077,'_exp17/characters/monsters/roper_balanzite/roper_shadow',67804),
(36160,36078,'_exp17/characters/monsters/golem_tripod_balanzite/golem_tripod_balanzite',67804),
(36161,36079,'_exp17/characters/monsters/golem_tripod_balanzite/golem_tripod_plaguestone',67804),
(36162,36080,'_exp17/characters/monsters/golem_tripod_balanzite/golem_tripod_shadowjewel',67804),
(36163,36081,'_exp17/objects/vex_thal/floor4_cables_boss6',67804),
(36164,36082,'creatures/mounts/tyrannosaur_mount/tyrannosaur_mount_02',67804),
(36165,36083,'creatures/mounts/tyrannosaur_mount/tyrannosaur_mount_03',67804),
(36166,36084,'creatures/mounts/tyrannosaur_mount/tyrannosaur_mount_04',67804),
(36167,36085,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/axe_spirit_v1',67804),
(36168,36086,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/axe_spirit_v2',67804),
(36169,36087,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/axe_spirit_v3',67804),
(36170,36088,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_broad_v1',67804),
(36171,36089,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_broad_v2',67804),
(36172,36090,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_broad_v3',67804),
(36173,36091,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_curved_v1',67804),
(36174,36092,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_curved_v2',67804),
(36175,36093,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_curved_v3',67804),
(36176,36094,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_swept_v1',67804),
(36177,36095,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_swept_v2',67804),
(36178,36096,'accessories/wieldable_items/weapons/exp17/1h_sword/spirit/sword_spirit_swept_v3',67804),
(36179,36097,'_exp17/characters/monsters/fungus_fiend/fungus_fiend_base',67804),
(36180,36098,'_exp17/characters/monsters/shadow_blob/shadow_blob_no_ouch',67804),
(36181,36099,'_exp17/characters/monsters/shadeweaver/shadeweaver_base',67804),
(36182,36100,'accessories/hair/tail/tail002',67804),
(36183,36101,'accessories/hair/tail/tail003',67804),
(36184,36102,'accessories/hair/tail/tail004',67804),
(36185,36103,'_exp17/objects/exp17_rgn_echo_caverns/ec_scaffold_zipline01',67804),
(36186,36104,'creatures/mounts/dragonfly_mount/dragonfly_mount_topaz_no_saddle',67804),
(36187,36105,'creatures/mounts/dragonfly_mount/dragonfly_mount_server',67804),
(36188,36106,'_exp17/characters/monsters/shadeweaver/shadeweaver_pet_base',67804),
(36189,36107,'_exp17/objects/exp17_rgn_echo_caverns/zav_shroom_group_green_lod',67804),
(36190,36108,'_exp17/objects/exp17_rgn_echo_caverns/zav_shroom_group_orange_lod',67804),
(36191,36109,'_exp17/objects/exp17_rgn_echo_caverns/zav_shroom_group_purple_lod',67804),
(36192,36110,'ec/pc/vahshir/vahshir_male_01',67804),
(36193,36111,'_exp12/characters/monsters/wisp_portal/wisp_portal_dark_no_glow',67804),
(36194,36112,'_exp12/characters/monsters/wisp_portal/wisp_portal_disease_no_glow',67804),
(36195,36113,'_exp12/characters/monsters/wisp_portal/wisp_portal_green_no_glow',67804),
(36196,36114,'_exp12/characters/monsters/wisp_portal/wisp_portal_light_no_glow',67804),
(36197,36115,'_exp12/characters/monsters/wisp_portal/wisp_portal_purple_no_glow',67804),
(36198,36116,'_exp12/characters/monsters/wisp_portal/wisp_portal_red_no_glow',67804),
(36199,36117,'_exp12/characters/monsters/wisp_portal/wisp_portal_teal_no_glow',67804),
(36200,36118,'accessories/hair/tail/tail001',67804),
(36201,36119,'creatures/mounts/tinkered_barrel_mount/tinkered_barrel_mount_server',67804),
(36202,36120,'creatures/mounts/shadoweater_mount/shadoweater_mount_base',67804),
(36203,36121,'_exp10/characters/monsters/spider_2013/spider_2013_black_upsidedown',67804),
(36204,36122,'creatures/monsters/owlbear_glowing_black',67804),
(36205,36123,'_exp17/characters/monsters/shadeweaver/shadeweaver_pet_pale_tintable',67804),
(36206,36124,'_exp17/characters/monsters/shadoweater/shadoweater_base',67804),
(36207,36125,'ec/pc/vahshir/vahshir_female_01',67804),
(36208,36126,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_buckler_v1',67804),
(36209,36127,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_buckler_v2',67804),
(36210,36128,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_buckler_v3',67804),
(36211,36129,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_large_v1',67804),
(36212,36130,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_large_v2',67804),
(36213,36131,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_large_v3',67804),
(36214,36132,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_round_v1',67804),
(36215,36133,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_round_v2',67804),
(36216,36134,'accessories/wieldable_items/shields/exp17/spirit/shield_spirit_round_v3',67804),
(36217,36135,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_ballclub_v1',67804),
(36218,36136,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_ballclub_v2',67804),
(36219,36137,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_ballclub_v3',67804),
(36220,36138,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_clawclub_v1',67804),
(36221,36139,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_clawclub_v2',67804),
(36222,36140,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_clawclub_v3',67804),
(36223,36141,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_flail_v1',67804),
(36224,36142,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_flail_v2',67804),
(36225,36143,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_flail_v3',67804),
(36226,36144,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_hammer_v1',67804),
(36227,36145,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_hammer_v2',67804),
(36228,36146,'accessories/wieldable_items/weapons/exp17/1h_crush/spirit/crush_spirit_hammer_v3',67804),
(36229,36147,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_hooked_v1',67804),
(36230,36148,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_hooked_v2',67804),
(36231,36149,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_hooked_v3',67804),
(36232,36150,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_mage_v1',67804),
(36233,36151,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_mage_v2',67804),
(36234,36152,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_mage_v3',67804),
(36235,36153,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_shortspear_v1',67804),
(36236,36154,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_shortspear_v2',67804),
(36237,36155,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_shortspear_v3',67804),
(36238,36156,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_tripleblade_v1',67804),
(36239,36157,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_tripleblade_v2',67804),
(36240,36158,'accessories/wieldable_items/weapons/exp17/1h_pierce/spirit/dagger_spirit_tripleblade_v3',67804),
(36241,36159,'accessories/wieldable_items/weapons/exp17/1h_wand/spirit/wand_spirit_v1',67804),
(36242,36160,'accessories/wieldable_items/weapons/exp17/1h_wand/spirit/wand_spirit_v2',67804),
(36243,36161,'accessories/wieldable_items/weapons/exp17/1h_wand/spirit/wand_spirit_v3',67804),
(36244,36162,'accessories/wieldable_items/weapons/exp17/2h_crush/spirit/twohand_spirit_hammer_v1',67804),
(36245,36163,'accessories/wieldable_items/weapons/exp17/2h_crush/spirit/twohand_spirit_hammer_v2',67804),
(36246,36164,'accessories/wieldable_items/weapons/exp17/2h_crush/spirit/twohand_spirit_hammer_v3',67804),
(36247,36165,'accessories/wieldable_items/weapons/exp17/2h_sword/spirit/twohand_spirit_blade_v1',67804),
(36248,36166,'accessories/wieldable_items/weapons/exp17/2h_sword/spirit/twohand_spirit_blade_v2',67804),
(36249,36167,'accessories/wieldable_items/weapons/exp17/2h_sword/spirit/twohand_spirit_blade_v3',67804),
(36250,36168,'accessories/wieldable_items/weapons/exp17/bow/spirit/crossbow_spirit_v1',67804),
(36251,36169,'accessories/wieldable_items/weapons/exp17/bow/spirit/crossbow_spirit_v2',67804),
(36252,36170,'accessories/wieldable_items/weapons/exp17/bow/spirit/crossbow_spirit_v3',67804),
(36253,36171,'accessories/wieldable_items/weapons/exp17/fist/spirit/fist_spirit_claw_v1',67804),
(36254,36172,'accessories/wieldable_items/weapons/exp17/fist/spirit/fist_spirit_claw_v2',67804),
(36255,36173,'accessories/wieldable_items/weapons/exp17/fist/spirit/fist_spirit_claw_v3',67804),
(36256,36174,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_fighter_v1',67804),
(36257,36175,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_fighter_v2',67804),
(36258,36176,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_fighter_v3',67804),
(36259,36177,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_mage_v1',67804),
(36260,36178,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_mage_v2',67804),
(36261,36179,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_mage_v3',67804),
(36262,36180,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_priest_v1',67804),
(36263,36181,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_priest_v2',67804),
(36264,36182,'accessories/wieldable_items/weapons/exp17/staff/spirit/staff_spirit_priest_v3',67804),
(36265,36183,'accessories/wieldable_items/weapons/exp17/talisman/spirit/talisman_spirit_v1',67804),
(36266,36184,'accessories/wieldable_items/weapons/exp17/talisman/spirit/talisman_spirit_v2',67804),
(36267,36185,'accessories/wieldable_items/weapons/exp17/talisman/spirit/talisman_spirit_v3',67804),
(36268,36186,'_exp17/objects/exp17_rgn_shadeweaver/sw_weblightsac',67804),
(36269,36187,'_exp17/objects/exp17_rgn_shadeweaver/sw_webstrand01',67804),
(36270,36188,'_exp17/objects/exp17_rgn_shadeweaver/sw_webwrap_upright',67804),
(36271,36189,'_exp17/objects/exp17_rgn_shadeweaver/sw_rockgroup01',67804),
(36272,36190,'_exp17/objects/exp17_rgn_shadeweaver/sw_rocks_sharprock01',67804),
(36273,36191,'_exp17/objects/exp17_rgn_shadeweaver/sw_rocks_sharprock02',67804),
(36274,36192,'_exp17/objects/exp17_rgn_shadeweaver/sw_sharprock01',67804),
(36275,36193,'_exp17/objects/exp17_rgn_shadeweaver/sw_smoothrockgroup01',67804),
(36276,36194,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_base',67804),
(36277,36195,'accessories/wearable_items/_exp17/villager_valkyrie/chest',67804),
(36278,36196,'accessories/wearable_items/_exp17/villager_valkyrie/hands',67804),
(36279,36197,'accessories/wearable_items/_exp17/villager_valkyrie/legs',67804),
(36280,36198,'_exp17/characters/monsters/shadoweater/shadoweater_tintable',67804),
(36281,36199,'accessories/wearable_items/_exp17/village_heavycloth/belt/skirt',67804),
(36282,36200,'accessories/wearable_items/_exp17/village_heavycloth/chest',67804),
(36283,36201,'accessories/wearable_items/_exp17/village_heavycloth/feet',67804),
(36284,36202,'accessories/wearable_items/_exp17/village_heavycloth/forearms',67804),
(36285,36203,'accessories/wearable_items/_exp17/village_heavycloth/hands',67804),
(36286,36204,'accessories/wearable_items/_exp17/village_heavycloth/legs',67804),
(36287,36205,'accessories/wearable_items/_exp17/village_heavycloth/shoulders',67804),
(36288,36206,'accessories/wearable_items/_exp17/village_heavycloth/skirt',67804),
(36289,36207,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_black',67804),
(36290,36208,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_green',67804),
(36291,36209,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_yellow',67804),
(36292,36210,'_exp16/characters/monsters/netherbian/netherbian_balanzite_boss',67804),
(36293,36211,'_exp17/objects/exp17_rgn_savage_weald/grimling_torch_necro01_fire',67804),
(36294,36212,'creatures/pets/pet_rock01_balanzite',67804),
(36295,36213,'creatures/pets/pet_rock02_balanzite',67804),
(36296,36214,'creatures/pets/pet_rock03_balanzite',67804),
(36297,36215,'creatures/pets/pet_rock04_balanzite',67804),
(36298,36216,'creatures/pets/pet_rock05_balanzite',67804),
(36299,36217,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_female_base',67804),
(36300,36218,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_female_variant_01',67804),
(36301,36219,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_female_variant_02',67804),
(36302,36220,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_male_variant_01',67804),
(36303,36221,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_male_variant_02',67804),
(36304,36222,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_female_base',67804),
(36305,36223,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_female_v1',67804),
(36306,36224,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_female_v2',67804),
(36307,36225,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_male_base',67804),
(36308,36226,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_male_v1',67804),
(36309,36227,'_exp16/characters/tool_users/grimling_zombie/grimling_zombie_shadowtainted_male_v2',67804),
(36310,36228,'projectiles/spell_balanzite_crystal',67804),
(36311,36229,'_exp17/objects/exp17_rgn_echo_caverns/balanzite_crystal_rock_medium',67804),
(36312,36230,'_exp17/objects/exp17_rgn_echo_caverns/balanzite_crystal_cluster_small',67804),
(36313,36231,'_exp17/characters/monsters/shadoweater/shadoweater_flyer_base',67804),
(36314,36232,'ec/pc/vahshir/vahshir_female_02',67804),
(36315,36233,'ec/pc/vahshir/vahshir_female_03',67804),
(36316,36234,'ec/pc/vahshir/vahshir_female_04',67804),
(36317,36235,'ec/pc/vahshir/vahshir_female_test',67804),
(36318,36236,'ec/pc/vahshir/vahshir_male_02',67804),
(36319,36237,'ec/pc/vahshir/vahshir_male_03',67804),
(36320,36238,'ec/pc/vahshir/vahshir_male_04',67804),
(36321,36239,'ec/pc/vahshir/vahshir_male_test',67804),
(36322,36240,'_exp09/characters/monsters/scorpion_updated/scorpion_updated_ghost',67804),
(36323,36241,'creatures/monsters/centipede_ghost',67804),
(36324,36242,'creatures/mounts/shadoweater_mount/shadoweater_mount_tintable',67804),
(36325,36243,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_balanzite1',67804),
(36326,36244,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_balanzite2',67804),
(36327,36245,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_blue1',67804),
(36328,36246,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_blue2',67804),
(36329,36247,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_red1',67804),
(36330,36248,'accessories/wieldable_items/shields/exp17/nature_balanzite/shield_red2',67804),
(36331,36249,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_balanzite1',67804),
(36332,36250,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_balanzite2',67804),
(36333,36251,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_bluestone1',67804),
(36334,36252,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_bluestone2',67804),
(36335,36253,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_redstone1',67804),
(36336,36254,'accessories/wieldable_items/weapons/exp17/1h_crush/nature_balanzite/hammer_nature_redstone2',67804),
(36337,36255,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_balanzite1',67804),
(36338,36256,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_balanzite2',67804),
(36339,36257,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_bluestone1',67804),
(36340,36258,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_bluestone2',67804),
(36341,36259,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_redstone1',67804),
(36342,36260,'accessories/wieldable_items/weapons/exp17/1h_pierce/nature_balanzite/dagger_nature_redstone2',67804),
(36343,36261,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_balanzite1',67804),
(36344,36262,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_balanzite2',67804),
(36345,36263,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_bluestone1',67804),
(36346,36264,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_bluestone2',67804),
(36347,36265,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_redstone1',67804),
(36348,36266,'accessories/wieldable_items/weapons/exp17/1h_sword/nature_balanzite/sword_nature_redstone2',67804),
(36349,36267,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_balanzite1',67804),
(36350,36268,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_balanzite2',67804),
(36351,36269,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_blue1',67804),
(36352,36270,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_blue2',67804),
(36353,36271,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_red1',67804),
(36354,36272,'accessories/wieldable_items/weapons/exp17/1h_wand/nature_balanzite/wand_nature_red2',67804),
(36355,36273,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_balanzite1',67804),
(36356,36274,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_balanzite2',67804),
(36357,36275,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_blue1',67804),
(36358,36276,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_blue2',67804),
(36359,36277,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_red1',67804),
(36360,36278,'accessories/wieldable_items/weapons/exp17/2h_crush/nature_balanzite/twohand_hammer_nature_red2',67804),
(36361,36279,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_balanzite1',67804),
(36362,36280,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_balanzite2',67804),
(36363,36281,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_blue1',67804),
(36364,36282,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_blue2',67804),
(36365,36283,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_red1',67804),
(36366,36284,'accessories/wieldable_items/weapons/exp17/2h_sword/crystalline_balanzite/twohand_sword_crystalline_red2',67804),
(36367,36285,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_balanzite1',67804),
(36368,36286,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_balanzite2',67804),
(36369,36287,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_blue1',67804),
(36370,36288,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_blue2',67804),
(36371,36289,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_red1',67804),
(36372,36290,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/spear_nature_red2',67804),
(36373,36291,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_balanzite1',67804),
(36374,36292,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_balanzite2',67804),
(36375,36293,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_blue1',67804),
(36376,36294,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_blue2',67804),
(36377,36295,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_red1',67804),
(36378,36296,'accessories/wieldable_items/weapons/exp17/staff/nature_balanzite/staff_nature_red2',67804),
(36379,36297,'_exp17/objects/exp17_rgn_savage_weald/saw_marsh_rock02',67804),
(36380,36298,'accessories/wearable_items/vahshir_base/chest',67804),
(36381,36299,'accessories/wearable_items/vahshir_base/feet',67804),
(36382,36300,'accessories/wearable_items/vahshir_base/forearms',67804),
(36383,36301,'accessories/wearable_items/vahshir_base/legs',67804),
(36384,36302,'accessories/wearable_items/vahshir_uber/chest',67804),
(36385,36303,'accessories/wearable_items/vahshir_uber/feet',67804),
(36386,36304,'accessories/wearable_items/vahshir_uber/forearms',67804),
(36387,36305,'accessories/wearable_items/vahshir_uber/head',67804),
(36388,36306,'accessories/wearable_items/vahshir_uber/legs',67804),
(36389,36307,'accessories/wearable_items/vahshir_uber/shoulders',67804),
(36390,36308,'accessories/wearable_items/vahshir_uber/skirt',67804),
(36391,36309,'accessories/wearable_items/vahshir_uber_02/chest',67804),
(36392,36310,'accessories/wearable_items/vahshir_uber_02/feet',67804),
(36393,36311,'accessories/wearable_items/vahshir_uber_02/forearms',67804),
(36394,36312,'accessories/wearable_items/vahshir_uber_02/head',67804),
(36395,36313,'accessories/wearable_items/vahshir_uber_02/knee_snap_on',67804),
(36396,36314,'accessories/wearable_items/vahshir_uber_02/legs',67804),
(36397,36315,'accessories/wearable_items/vahshir_uber_02/shoulders',67804),
(36398,36316,'accessories/wearable_items/vahshir_uber_02/skirt',67804),
(36399,36317,'_exp17/objects/exp17_rgn_savage_weald/blood_puddle_dark',67804),
(36400,36318,'_exp17/objects/exp17_rgn_savage_weald/bonfire',67804),
(36401,36319,'_exp01/characters/tool_users/specter_phantom_curse',67804),
(36402,36320,'_exp17/objects/banner_gnomish/banner_gnomish1',67804),
(36403,36321,'_exp11/characters/tool_users/lava_pygmy/lava_pygmy_male_mounted',67804),
(36404,36322,'_exp11/characters/tool_users/grimling/grimling_female_mounted',67804),
(36405,36323,'_exp11/characters/tool_users/grimling/grimling_female_variant_01_mounted',67804),
(36406,36324,'_exp11/characters/tool_users/grimling/grimling_female_variant_02_mounted',67804),
(36407,36325,'_exp11/characters/tool_users/grimling/grimling_male_mounted',67804),
(36408,36326,'_exp11/characters/tool_users/grimling/grimling_male_variant_01_mounted',67804),
(36409,36327,'_exp11/characters/tool_users/grimling/grimling_male_variant_02_mounted',67804),
(36410,36328,'creatures/mounts/tinkered_barrel_mount/jetpack_mount_server',67804),
(36411,36329,'creatures/mounts/jump_pack/jet_pack_base',67804),
(36412,36330,'_exp16/characters/tool_users/tegi/tegi_robe_01',67804),
(36413,36331,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_base',67804),
(36414,36332,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_black',67804),
(36415,36333,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_green',67804),
(36416,36334,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_yellow',67804),
(36417,36335,'_exp16/characters/tool_users/tegi/tegi_robe_02',67804),
(36418,36336,'_exp11/characters/tool_users/grimling/grimling_male_bow_test',67804),
(36419,36337,'accessories/wearable_items/_exp17/vahshir/chain/chest',67804),
(36420,36338,'accessories/wearable_items/_exp17/vahshir/chain/feet',67804),
(36421,36339,'accessories/wearable_items/_exp17/vahshir/chain/forearms',67804),
(36422,36340,'accessories/wearable_items/_exp17/vahshir/chain/hands',67804),
(36423,36341,'accessories/wearable_items/_exp17/vahshir/chain/head',67804),
(36424,36342,'accessories/wearable_items/_exp17/vahshir/chain/legs',67804),
(36425,36343,'accessories/wearable_items/_exp17/vahshir/chain/legs_noskirt',67804),
(36426,36344,'accessories/wearable_items/_exp17/vahshir/chain/shoulders',67804),
(36427,36345,'accessories/wearable_items/_exp17/vahshir/chain/skirt',67804),
(36428,36346,'accessories/wearable_items/_exp17/vahshir/chain_blue/chest',67804),
(36429,36347,'accessories/wearable_items/_exp17/vahshir/chain_blue/feet',67804),
(36430,36348,'accessories/wearable_items/_exp17/vahshir/chain_blue/forearms',67804),
(36431,36349,'accessories/wearable_items/_exp17/vahshir/chain_blue/hands',67804),
(36432,36350,'accessories/wearable_items/_exp17/vahshir/chain_blue/head',67804),
(36433,36351,'accessories/wearable_items/_exp17/vahshir/chain_blue/legs',67804),
(36434,36352,'accessories/wearable_items/_exp17/vahshir/chain_blue/legs_noskirt',67804),
(36435,36353,'accessories/wearable_items/_exp17/vahshir/chain_blue/shoulders',67804),
(36436,36354,'accessories/wearable_items/_exp17/vahshir/chain_blue/skirt',67804),
(36437,36355,'accessories/wearable_items/_exp17/vahshir/chain_red/chest',67804),
(36438,36356,'accessories/wearable_items/_exp17/vahshir/chain_red/feet',67804),
(36439,36357,'accessories/wearable_items/_exp17/vahshir/chain_red/forearms',67804),
(36440,36358,'accessories/wearable_items/_exp17/vahshir/chain_red/hands',67804),
(36441,36359,'accessories/wearable_items/_exp17/vahshir/chain_red/head',67804),
(36442,36360,'accessories/wearable_items/_exp17/vahshir/chain_red/legs',67804),
(36443,36361,'accessories/wearable_items/_exp17/vahshir/chain_red/legs_noskirt',67804),
(36444,36362,'accessories/wearable_items/_exp17/vahshir/chain_red/shoulders',67804),
(36445,36363,'accessories/wearable_items/_exp17/vahshir/chain_red/skirt',67804),
(36446,36364,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/belt/skirt',67804),
(36447,36365,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/chest',67804),
(36448,36366,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/feet',67804),
(36449,36367,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/hands',67804),
(36450,36368,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/head',67804),
(36451,36369,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/legs',67804),
(36452,36370,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/shoulders',67804),
(36453,36371,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi/skirt',67804),
(36454,36372,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/belt/skirt',67804),
(36455,36373,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/chest',67804),
(36456,36374,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/feet',67804),
(36457,36375,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/hands',67804),
(36458,36376,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/head',67804),
(36459,36377,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/legs',67804),
(36460,36378,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/shoulders',67804),
(36461,36379,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_blue/skirt',67804),
(36462,36380,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/belt/skirt',67804),
(36463,36381,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/chest',67804),
(36464,36382,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/feet',67804),
(36465,36383,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/hands',67804),
(36466,36384,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/head',67804),
(36467,36385,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/legs',67804),
(36468,36386,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/shoulders',67804),
(36469,36387,'accessories/wearable_items/_exp17/vahshir/heavycloth_gi_red/skirt',67804),
(36470,36388,'accessories/wearable_items/_exp17/vahshir/leather/chest',67804),
(36471,36389,'accessories/wearable_items/_exp17/vahshir/leather/feet',67804),
(36472,36390,'accessories/wearable_items/_exp17/vahshir/leather/hands',67804),
(36473,36391,'accessories/wearable_items/_exp17/vahshir/leather/head',67804),
(36474,36392,'accessories/wearable_items/_exp17/vahshir/leather/legs',67804),
(36475,36393,'accessories/wearable_items/_exp17/vahshir/leather/shoulders',67804),
(36476,36394,'accessories/wearable_items/_exp17/vahshir/leather_blue/chest',67804),
(36477,36395,'accessories/wearable_items/_exp17/vahshir/leather_blue/feet',67804),
(36478,36396,'accessories/wearable_items/_exp17/vahshir/leather_blue/hands',67804),
(36479,36397,'accessories/wearable_items/_exp17/vahshir/leather_blue/head',67804),
(36480,36398,'accessories/wearable_items/_exp17/vahshir/leather_blue/legs',67804),
(36481,36399,'accessories/wearable_items/_exp17/vahshir/leather_blue/shoulders',67804),
(36482,36400,'accessories/wearable_items/_exp17/vahshir/leather_red/chest',67804),
(36483,36401,'accessories/wearable_items/_exp17/vahshir/leather_red/feet',67804),
(36484,36402,'accessories/wearable_items/_exp17/vahshir/leather_red/hands',67804),
(36485,36403,'accessories/wearable_items/_exp17/vahshir/leather_red/head',67804),
(36486,36404,'accessories/wearable_items/_exp17/vahshir/leather_red/legs',67804),
(36487,36405,'accessories/wearable_items/_exp17/vahshir/leather_red/shoulders',67804),
(36488,36406,'accessories/wearable_items/_exp17/vahshir/robe/chest',67804),
(36489,36407,'accessories/wearable_items/_exp17/vahshir/robe/feet',67804),
(36490,36408,'accessories/wearable_items/_exp17/vahshir/robe/hands',67804),
(36491,36409,'accessories/wearable_items/_exp17/vahshir/robe/head',67804),
(36492,36410,'accessories/wearable_items/_exp17/vahshir/robe/head_collar',67804),
(36493,36411,'accessories/wearable_items/_exp17/vahshir/robe/pants',67804),
(36494,36412,'accessories/wearable_items/_exp17/vahshir/robe/skirt',67804),
(36495,36413,'accessories/wearable_items/_exp17/vahshir/robe_blue/chest',67804),
(36496,36414,'accessories/wearable_items/_exp17/vahshir/robe_blue/feet',67804),
(36497,36415,'accessories/wearable_items/_exp17/vahshir/robe_blue/hands',67804),
(36498,36416,'accessories/wearable_items/_exp17/vahshir/robe_blue/head',67804),
(36499,36417,'accessories/wearable_items/_exp17/vahshir/robe_blue/head_collar',67804),
(36500,36418,'accessories/wearable_items/_exp17/vahshir/robe_blue/pants',67804),
(36501,36419,'accessories/wearable_items/_exp17/vahshir/robe_blue/skirt',67804),
(36502,36420,'accessories/wearable_items/_exp17/vahshir/robe_red/chest',67804),
(36503,36421,'accessories/wearable_items/_exp17/vahshir/robe_red/feet',67804),
(36504,36422,'accessories/wearable_items/_exp17/vahshir/robe_red/hands',67804),
(36505,36423,'accessories/wearable_items/_exp17/vahshir/robe_red/head',67804),
(36506,36424,'accessories/wearable_items/_exp17/vahshir/robe_red/head_collar',67804),
(36507,36425,'accessories/wearable_items/_exp17/vahshir/robe_red/pants',67804),
(36508,36426,'accessories/wearable_items/_exp17/vahshir/robe_red/skirt',67804),
(36509,36427,'accessories/wearable_items/_exp17/vahshir/vanguard/chest',67804),
(36510,36428,'accessories/wearable_items/_exp17/vahshir/vanguard/feet',67804),
(36511,36429,'accessories/wearable_items/_exp17/vahshir/vanguard/forearms',67804),
(36512,36430,'accessories/wearable_items/_exp17/vahshir/vanguard/hands',67804),
(36513,36431,'accessories/wearable_items/_exp17/vahshir/vanguard/head',67804),
(36514,36432,'accessories/wearable_items/_exp17/vahshir/vanguard/legs',67804),
(36515,36433,'accessories/wearable_items/_exp17/vahshir/vanguard/legs_noskirt',67804),
(36516,36434,'accessories/wearable_items/_exp17/vahshir/vanguard/right',67804),
(36517,36435,'accessories/wearable_items/_exp17/vahshir/vanguard/shoulders',67804),
(36518,36436,'accessories/wearable_items/_exp17/vahshir/vanguard/shoulders_nopauldrons',67804),
(36519,36437,'accessories/wearable_items/_exp17/vahshir/vanguard/skirt',67804),
(36520,36438,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/chest',67804),
(36521,36439,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/feet',67804),
(36522,36440,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/forearms',67804),
(36523,36441,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/hands',67804),
(36524,36442,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/head',67804),
(36525,36443,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/legs',67804),
(36526,36444,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/legs_noskirt',67804),
(36527,36445,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/right',67804),
(36528,36446,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/shoulders',67804),
(36529,36447,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/shoulders_noshoulders',67804),
(36530,36448,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/skirt',67804),
(36531,36449,'accessories/wearable_items/_exp17/vahshir/vanguard_red/chest',67804),
(36532,36450,'accessories/wearable_items/_exp17/vahshir/vanguard_red/feet',67804),
(36533,36451,'accessories/wearable_items/_exp17/vahshir/vanguard_red/forearms',67804),
(36534,36452,'accessories/wearable_items/_exp17/vahshir/vanguard_red/hands',67804),
(36535,36453,'accessories/wearable_items/_exp17/vahshir/vanguard_red/head',67804),
(36536,36454,'accessories/wearable_items/_exp17/vahshir/vanguard_red/legs',67804),
(36537,36455,'accessories/wearable_items/_exp17/vahshir/vanguard_red/legs_noskirt',67804),
(36538,36456,'accessories/wearable_items/_exp17/vahshir/vanguard_red/right',67804),
(36539,36457,'accessories/wearable_items/_exp17/vahshir/vanguard_red/shoulders',67804),
(36540,36458,'accessories/wearable_items/_exp17/vahshir/vanguard_red/shoulders_nopauldrons',67804),
(36541,36459,'accessories/wearable_items/_exp17/vahshir/vanguard_red/skirt',67804),
(36542,36460,'_exp14/characters/monsters/elementals/elementals_shadow_noeffect_01',67804),
(36543,36461,'_exp14/characters/monsters/elementals/elementals_shadow_noeffect_02',67804),
(36544,36462,'projectiles/arrow_plain_npc',67804),
(36545,36463,'creatures/mounts/rockhopper/rockhopper_mount_base',67804),
(36546,36464,'projectiles/arrow_emberwood_npc',67804),
(36547,36465,'projectiles/arrow_ornate_fire_npc',67804),
(36548,36466,'projectiles/arrow_ornate_npc',67804),
(36549,36467,'projectiles/arrow_plain_fire_npc',67804),
(36550,36468,'projectiles/arrow_runic_fire_npc',67804),
(36551,36469,'projectiles/arrow_runic_npc',67804),
(36552,36470,'projectiles/arrow_runic_poison_npc',67804),
(36553,36471,'projectiles/arrow_rusty_npc',67804),
(36554,36472,'projectiles/arrow_simple_plain_notes_npc',67804),
(36555,36473,'projectiles/arrow_simple_plain_npc',67804),
(36556,36474,'projectiles/arrow_simple_truespirit_npc',67804),
(36557,36475,'projectiles/arrow_simple_plain_fire_npc',67804),
(36558,36476,'staticobjects/housing_portal_objects/vision_home_shar01',67804),
(36559,36477,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_crate_small',67804),
(36560,36478,'_exp17/objects/exp17_rgn_shadeweaver/sw_cage01',67804),
(36561,36479,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_left_red',67804),
(36562,36480,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_right',67804),
(36563,36481,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_right_blue',67804),
(36564,36482,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_chain_right_red',67804),
(36565,36483,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_left',67804),
(36566,36484,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_left_blue',67804),
(36567,36485,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_left_red',67804),
(36568,36486,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_right',67804),
(36569,36487,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_right_blue',67804),
(36570,36488,'accessories/wearable_items/_exp17/vahshir/accessory/forearm_heavy_right_red',67804),
(36571,36489,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir1',67804),
(36572,36490,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir1_blue',67804),
(36573,36491,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir1_red',67804),
(36574,36492,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir2',67804),
(36575,36493,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir2_blue',67804),
(36576,36494,'accessories/wearable_items/_exp17/vahshir/accessory/head_vahshir2_red',67804),
(36577,36495,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_left',67804),
(36578,36496,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_left_blue',67804),
(36579,36497,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_left_red',67804),
(36580,36498,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_right',67804),
(36581,36499,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_right_blue',67804),
(36582,36500,'accessories/wearable_items/_exp17/vahshir/accessory/pauldron_heavy_right_red',67804),
(36583,36501,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_left',67804),
(36584,36502,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_left_blue',67804),
(36585,36503,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_left_red',67804),
(36586,36504,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_right',67804),
(36587,36505,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_right_blue',67804),
(36588,36506,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_chain_right_red',67804),
(36589,36507,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_left',67804),
(36590,36508,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_left_blue',67804),
(36591,36509,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_left_red',67804),
(36592,36510,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_right',67804),
(36593,36511,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_right_blue',67804),
(36594,36512,'accessories/wearable_items/_exp17/vahshir/accessory/shin_chain_right_red',67804),
(36595,36513,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_left',67804),
(36596,36514,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_left_blue',67804),
(36597,36515,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_left_red',67804),
(36598,36516,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_right',67804),
(36599,36517,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_right_blue',67804),
(36600,36518,'accessories/wearable_items/_exp17/vahshir/accessory/shin_heavy_right_red',67804),
(36601,36519,'accessories/wearable_items/_exp17/vahshir/chain/hands_epic',67804),
(36602,36520,'accessories/wearable_items/_exp17/vahshir/chain/head_vahshir1',67804),
(36603,36521,'accessories/wearable_items/_exp17/vahshir/chain/head_vahshir2',67804),
(36604,36522,'accessories/wearable_items/_exp17/vahshir/chain/legs_epic',67804),
(36605,36523,'accessories/wearable_items/_exp17/vahshir/chain/shoulders_epic',67804),
(36606,36524,'accessories/wearable_items/_exp17/vahshir/chain_blue/hands_epic',67804),
(36607,36525,'accessories/wearable_items/_exp17/vahshir/chain_blue/head_vahshir1_blue',67804),
(36608,36526,'accessories/wearable_items/_exp17/vahshir/chain_blue/head_vahshir2_blue',67804),
(36609,36527,'accessories/wearable_items/_exp17/vahshir/chain_blue/legs_epic',67804),
(36610,36528,'accessories/wearable_items/_exp17/vahshir/chain_blue/shoulders_epic',67804),
(36611,36529,'accessories/wearable_items/_exp17/vahshir/chain_red/hands_epic',67804),
(36612,36530,'accessories/wearable_items/_exp17/vahshir/chain_red/head_vahshir1_red',67804),
(36613,36531,'accessories/wearable_items/_exp17/vahshir/chain_red/head_vahshir2_red',67804),
(36614,36532,'accessories/wearable_items/_exp17/vahshir/chain_red/legs_epic',67804),
(36615,36533,'accessories/wearable_items/_exp17/vahshir/chain_red/shoulders_epic',67804),
(36616,36534,'accessories/wearable_items/_exp17/vahshir/vanguard/hands_epic',67804),
(36617,36535,'accessories/wearable_items/_exp17/vahshir/vanguard/legs_epic',67804),
(36618,36536,'accessories/wearable_items/_exp17/vahshir/vanguard/shoulders_epic',67804),
(36619,36537,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/hands_epic',67804),
(36620,36538,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/legs_epic',67804),
(36621,36539,'accessories/wearable_items/_exp17/vahshir/vanguard_blue/shoulders_epic',67804),
(36622,36540,'accessories/wearable_items/_exp17/vahshir/vanguard_red/hands_epic',67804),
(36623,36541,'accessories/wearable_items/_exp17/vahshir/vanguard_red/legs_epic',67804),
(36624,36542,'accessories/wearable_items/_exp17/vahshir/vanguard_red/shoulders_epic',67804),
(36625,36543,'_exp17/objects/exp17_rgn_echo_caverns/ec_pillar_crystal01',67804),
(36626,36544,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_heavy_balanzite',67804),
(36627,36545,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_light_balanzite',67804),
(36628,36546,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_medium_balanzite',67804),
(36629,36547,'_exp15/characters/tool_users/skeleton_armored/skeleton_armored_noarmor_balanzite',67804),
(36630,36548,'staticobjects/promo_items/exp17_reign_of_shadows_painting',67804),
(36631,36549,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_armored_basic',67804),
(36632,36550,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_armored_blue',67804),
(36633,36551,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_armored_green',67804),
(36634,36552,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_armored_red',67804),
(36635,36553,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_cloth_bluepurple',67804),
(36636,36554,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_cloth_dark',67804),
(36637,36555,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_cloth_greenyellow',67804),
(36638,36556,'accessories/wearable_items/cloak/exp17/lion/cloak_lion_cloth_redyellow',67804),
(36639,36557,'accessories/wearable_items/cloak/exp17/rope/cloak_rope_bluecloth',67804),
(36640,36558,'accessories/wearable_items/cloak/exp17/rope/cloak_rope_greencloth',67804),
(36641,36559,'accessories/wearable_items/cloak/exp17/rope/cloak_rope_purplecloth',67804),
(36642,36560,'accessories/wearable_items/cloak/exp17/rope/cloak_rope_redcloth',67804),
(36643,36561,'_exp17/characters/monsters/fungus_man_deepglow/fungusman_merc',67804),
(36644,36562,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_right_red',67804),
(36645,36563,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_left_red',67804),
(36646,36564,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_right_blue',67804),
(36647,36565,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_left_blue',67804),
(36648,36566,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_right_red',67804),
(36649,36567,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_right_blue',67804),
(36650,36568,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_left_red',67804),
(36651,36569,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_left_blue',67804),
(36652,36570,'accessories/wearable_items/_exp17/vahshir/accessory/head_robe_attachment_red',67804),
(36653,36571,'accessories/wearable_items/_exp17/vahshir/accessory/head_robe_attachment_blue',67804),
(36654,36572,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_right',67804),
(36655,36573,'accessories/wearable_items/_exp17/vahshir/accessory/head_attachment_left',67804),
(36656,36574,'accessories/wearable_items/_exp17/vahshir/accessory/head_robe_attachment',67804),
(36657,36575,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_left',67804),
(36658,36576,'accessories/wearable_items/_exp17/vahshir/accessory/pauldrons_robe_right',67804),
(36659,36577,'accessories/wearable_items/_exp17/vahshir/leather/head_epic',67804),
(36660,36578,'accessories/wearable_items/_exp17/vahshir/leather_blue/head_epic',67804),
(36661,36579,'accessories/wearable_items/_exp17/vahshir/leather_red/head_epic',67804),
(36662,36580,'accessories/wearable_items/_exp17/vahshir/robe/chest_epic',67804),
(36663,36581,'accessories/wearable_items/_exp17/vahshir/robe/head_epic',67804),
(36664,36582,'accessories/wearable_items/_exp17/vahshir/robe_blue/chest_epic',67804),
(36665,36583,'accessories/wearable_items/_exp17/vahshir/robe_blue/head_epic',67804),
(36666,36584,'accessories/wearable_items/_exp17/vahshir/robe_red/chest_epic',67804),
(36667,36585,'accessories/wearable_items/_exp17/vahshir/robe_red/head_epic',67804),
(36668,36586,'accessories/wearable_items/snapons/backpacks/tinkered_barrel/backpack_tinkered_jetpack',67804),
(36669,36587,'creatures/mounts/fae_mount/fae_mount_server',67804),
(36670,36588,'_exp17/characters/monsters/seadragon/seadragon_water_base',67804),
(36671,36589,'_exp17/objects/fordel_teleporter/fordel_teleporterspire',67804),
(36672,36590,'creatures/familiars/ant/ant_base',67804),
(36673,36591,'creatures/familiars/fungus_fiend/fungus_fiend_base',67804),
(36674,36592,'creatures/familiars/shadeweaver/shadeweaver_base',67804),
(36675,36593,'creatures/familiars/shadeweaver/shadeweaver_pet_pale_tintable',67804),
(36676,36594,'creatures/familiars/spirit_animal/hawk',67804),
(36677,36595,'creatures/familiars/spirit_animal/stag',67804),
(36678,36596,'creatures/familiars/mosquito/mosquito_base',67804),
(36679,36597,'_exp17/objects/exp17_rgn_shadeweaver/sw_crystalsphere01_fx',67804),
(36680,36598,'_exp17/objects/furniture_updated/burnt_metal_elf_table01_broken01',67804),
(36681,36599,'_exp17/objects/furniture_updated/cha_phylactery_ganak_02',67804),
(36682,36600,'_exp17/objects/furniture_updated/cha_phylactery_ganak_03',67804),
(36683,36601,'_exp17/objects/furniture_updated/cha_phylactery_ganak_04',67804),
(36684,36602,'_exp17/objects/furniture_updated/ec_glowpod_dpo',67804),
(36685,36603,'_exp17/objects/furniture_updated/ec_shinies_aqua_burnyai01',67804),
(36686,36604,'_exp17/objects/furniture_updated/fordel_warden_bulb01',67804),
(36687,36605,'_exp17/objects/furniture_updated/saw_totem_lyrech01',67804),
(36688,36606,'_exp17/objects/furniture_updated/saw_totem_lyrech02',67804),
(36689,36607,'_exp17/objects/furniture_updated/tree_aloe_root1_barklarge',67804),
(36690,36608,'_exp17/objects/greenhouse_windows/greenhouse_window_rec_bronze',67804),
(36691,36609,'_exp17/objects/greenhouse_windows/greenhouse_window_rec_iron',67804),
(36692,36610,'_exp17/objects/greenhouse_windows/greenhouse_window_squ_bronze',67804),
(36693,36611,'_exp17/objects/greenhouse_windows/greenhouse_window_squ_iron',67804),
(36694,36612,'_exp17/objects/greenhouse_windows/greenhouse_window_tri_bronze',67804),
(36695,36613,'_exp17/objects/greenhouse_windows/greenhouse_window_tri_iron',67804),
(36696,36614,'_exp17/objects/exp17_rgn_shadeweaver/sw_bandit_torch_lantern',67804),
(36697,36615,'_exp17/objects/exp17_rgn_shadeweaver/sw_chest',67804),
(36698,36616,'_exp17/objects/exp17_rgn_shadeweaver/sw_cratefull',67804),
(36699,36617,'_exp17/objects/exp17_rgn_shadeweaver/sw_darkmetal_debris01',67804),
(36700,36618,'_exp17/objects/exp17_rgn_shadeweaver/sw_firepit_charred',67804),
(36701,36619,'_exp17/objects/exp17_rgn_shadeweaver/sw_firepit_spit',67804),
(36702,36620,'_exp17/objects/exp17_rgn_shadeweaver/sw_firepit_spit_lit',67804),
(36703,36621,'_exp17/objects/exp17_rgn_shadeweaver/sw_globes01',67804),
(36704,36622,'_exp17/objects/exp17_rgn_shadeweaver/sw_haycrate_large',67804),
(36705,36623,'_exp17/objects/exp17_rgn_shadeweaver/sw_haycrate_small',67804),
(36706,36624,'_exp17/objects/exp17_rgn_shadeweaver/sw_leafyclump01',67804),
(36707,36625,'_exp17/objects/exp17_rgn_shadeweaver/sw_leafyclump02',67804),
(36708,36626,'_exp17/objects/exp17_rgn_shadeweaver/sw_palmtree01',67804),
(36709,36627,'_exp17/objects/exp17_rgn_shadeweaver/sw_palmtree02',67804),
(36710,36628,'_exp17/objects/exp17_rgn_shadeweaver/sw_palmtree03',67804),
(36711,36629,'_exp17/objects/exp17_rgn_shadeweaver/sw_shadowtree01',67804),
(36712,36630,'_exp17/objects/exp17_rgn_shadeweaver/sw_shippingcrate01',67804),
(36713,36631,'_exp17/objects/exp17_rgn_shadeweaver/sw_singlebarrel01',67804),
(36714,36632,'_exp17/objects/exp17_rgn_shadeweaver/sw_smoothrockgroup02',67804),
(36715,36633,'_exp17/objects/exp17_rgn_shadeweaver/sw_tattered_tent01',67804),
(36716,36634,'_exp17/objects/exp17_rgn_shadeweaver/sw_thicket_tree01',67804),
(36717,36635,'_exp17/objects/exp17_rgn_shadeweaver/sw_thicket_tree02',67804),
(36718,36636,'_exp17/objects/exp17_rgn_shadeweaver/sw_thicket_tree03',67804),
(36719,36637,'_exp17/objects/exp17_rgn_shadeweaver/sw_torch_tall01',67804),
(36720,36638,'_exp17/objects/exp17_rgn_shadeweaver/sw_torch_tall02',67804),
(36721,36639,'_exp17/objects/exp17_rgn_savage_weald/saw_bandit_hammock01',67804),
(36722,36640,'_exp17/objects/exp17_rgn_savage_weald/saw_bandit_tent01',67804),
(36723,36641,'_exp17/objects/exp17_rgn_savage_weald/saw_bandit_tent02',67804),
(36724,36642,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner01',67804),
(36725,36643,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner02',67804),
(36726,36644,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner03',67804),
(36727,36645,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner04',67804),
(36728,36646,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner05',67804),
(36729,36647,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner06',67804),
(36730,36648,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner07',67804),
(36731,36649,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner08',67804),
(36732,36650,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner09',67804),
(36733,36651,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_banner10',67804),
(36734,36652,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_barricade01',67804),
(36735,36653,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_chandelier_necro01',67804),
(36736,36654,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_effigy_necro01',67804),
(36737,36655,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro01',67804),
(36738,36656,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro02',67804),
(36739,36657,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro03',67804),
(36740,36658,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro04',67804),
(36741,36659,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro05',67804),
(36742,36660,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_fetish_necro06',67804),
(36743,36661,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_lamp_necro01_fire',67804),
(36744,36662,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_pyre01',67804),
(36745,36663,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_ruins_arch01',67804),
(36746,36664,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_ruins_column_rbl01',67804),
(36747,36665,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_ruins_floor_single01',67804),
(36748,36666,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_ruins_floor_singlebrk01',67804),
(36749,36667,'_exp17/objects/exp17_rgn_echo_caverns/ec_lichen_cone02',67804),
(36750,36668,'_exp17/objects/exp17_rgn_echo_caverns/ec_shroom01_small_blue',67804),
(36751,36669,'_exp17/objects/exp17_rgn_echo_caverns/ec_shroom01_small_green',67804),
(36752,36670,'_exp17/objects/exp17_rgn_echo_caverns/ec_shroom01_small_red',67804),
(36753,36671,'_exp17/objects/exp17_rgn_echo_caverns/ec_shroom01_small_yellow',67804),
(36754,36672,'_exp17/objects/exp17_dun_vex_thal/vex_banner_01a',67804),
(36755,36673,'_exp17/objects/exp17_dun_vex_thal/vex_banner_02a',67804),
(36756,36674,'_exp17/objects/exp17_dun_vex_thal/vex_banner_02b',67804),
(36757,36675,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier01_blue_pfx',67804),
(36758,36676,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier01_purple_pfx',67804),
(36759,36677,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier01_white_pfx',67804),
(36760,36678,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier02_blue_pfx',67804),
(36761,36679,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier02_purple_pfx',67804),
(36762,36680,'_exp17/objects/exp17_dun_vex_thal/vex_floorbrazier02_white_pfx',67804),
(36763,36681,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier01_blue_pfx_dpo',67804),
(36764,36682,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier01_purple_pfx_dpo',67804),
(36765,36683,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier01_white_pfx_dpo',67804),
(36766,36684,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier03_blue_pfx_dpo',67804),
(36767,36685,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier03_purple_pfx_dpo',67804),
(36768,36686,'_exp17/objects/exp17_dun_vex_thal/vex_hanging_brazier03_white_pfx_dpo',67804),
(36769,36687,'_exp17/objects/exp17_dun_vex_thal/vex_vase01',67804),
(36770,36688,'_exp17/objects/exp17_dun_vex_thal/vex_vase02',67804),
(36771,36689,'_exp17/objects/exp17_dun_vex_thal/vex_vase03',67804),
(36772,36690,'_exp17/objects/exp17_dun_vex_thal/vex_vase04',67804),
(36773,36691,'_exp17/objects/exp17_dun_vex_thal/vex_vase06',67804),
(36774,36692,'_exp17/objects/exp17_dun_vex_thal/vex_vase07',67804),
(36775,36693,'_exp17/objects/exp17_dun_vex_thal/vex_vase08',67804),
(36776,36694,'_exp17/objects/exp17_dun_vex_thal/vex_vase09',67804),
(36777,36695,'_exp17/objects/exp17_dun_vex_thal/vex_vase10',67804),
(36778,36696,'_exp17/objects/exp17_dun_vex_thal/vex_wallbrazier01_blue_pfx',67804),
(36779,36697,'_exp17/objects/exp17_dun_vex_thal/vex_wallbrazier01_purple_pfx',67804),
(36780,36698,'_exp17/objects/exp17_dun_vex_thal/vex_wallbrazier01_white_pfx',67804),
(36781,36699,'_exp17/objects/exp17_dun_vex_thal/vex_walltorch_blue_pfx',67804),
(36782,36700,'_exp17/objects/exp17_dun_vex_thal/vex_walltorch_purple_pfx',67804),
(36783,36701,'_exp17/objects/exp17_dun_vex_thal/vex_walltorch_white_pfx',67804),
(36784,36702,'_exp17/objects/exp17_dun_shar_vahl/shar_banner_01a',67804),
(36785,36703,'_exp17/objects/exp17_dun_shar_vahl/shar_banner_01b',67804),
(36786,36704,'_exp17/objects/exp17_dun_shar_vahl/shar_dock_door01',67804),
(36787,36705,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_chair01',67804),
(36788,36706,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_chair02',67804),
(36789,36707,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_chest01',67804),
(36790,36708,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_crate01',67804),
(36791,36709,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_crate01_glow',67804),
(36792,36710,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_mailbox',67804),
(36793,36711,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_table_long',67804),
(36794,36712,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_table_med',67804),
(36795,36713,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_table_short',67804),
(36796,36714,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_throne01',67804),
(36797,36715,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_weaponsrack',67804),
(36798,36716,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_rectangle',67804),
(36799,36717,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_rectangle_black',67804),
(36800,36718,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_runner',67804),
(36801,36719,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_runner_black',67804),
(36802,36720,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_square',67804),
(36803,36721,'_exp17/objects/exp17_dun_shar_vahl/shar_rug_square_black',67804),
(36804,36722,'_exp17/objects/exp17_dun_fordel_midst/farm_haybale',67804),
(36805,36723,'_exp17/objects/exp17_dun_fordel_midst/farming_horsecart01',67804),
(36806,36724,'_exp17/objects/exp17_dun_fordel_midst/fordel_books01',67804),
(36807,36725,'_exp17/objects/exp17_dun_fordel_midst/fordel_books02',67804),
(36808,36726,'_exp17/objects/exp17_dun_fordel_midst/fordel_books03',67804),
(36809,36727,'_exp17/objects/exp17_dun_fordel_midst/fordel_books04',67804),
(36810,36728,'_exp17/objects/exp17_dun_fordel_midst/fordel_books05',67804),
(36811,36729,'_exp17/objects/exp17_dun_fordel_midst/fordel_distillery_counter',67804),
(36812,36730,'_exp17/objects/exp17_dun_fordel_midst/fordel_distillery_standingtable',67804),
(36813,36731,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_bannerstand01',67804),
(36814,36732,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_bannerstand02',67804),
(36815,36733,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_bannerstand03',67804),
(36816,36734,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_bookcase',67804),
(36817,36735,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_pews',67804),
(36818,36736,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_pothedge01',67804),
(36819,36737,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_pothedge02',67804),
(36820,36738,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_scrollcase',67804),
(36821,36739,'_exp17/objects/exp17_dun_fordel_midst/fordel_hof_vtable',67804),
(36822,36740,'_exp17/objects/exp17_dun_fordel_midst/fordel_palaestra_brazier01_pfx_hot',67804),
(36823,36741,'_exp17/objects/exp17_dun_fordel_midst/fordel_wallbrazier_hot_pfx',67804),
(36824,36742,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_column01',67804),
(36825,36743,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_dias01',67804),
(36826,36744,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_hook01',67804),
(36827,36745,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_islet01',67804),
(36828,36746,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_largearch01',67804),
(36829,36747,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_lioncrest01',67804),
(36830,36748,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_obelisk01',67804),
(36831,36749,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_planter01',67804),
(36832,36750,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_platform01',67804),
(36833,36751,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_wall01',67804),
(36834,36752,'_exp17/objects/building_blocks/shar_vahl_prestige/shar_houseblock_windowframe',67804),
(36835,36753,'creatures/monsters/willowisp_fae_spirit_bud_large',67804),
(36836,36754,'_exp17/objects/exp17_dun_shar_vahl/shar_lionheadtotem_complete',67804),
(36837,36755,'_exp17/objects/exp17_dun_shar_vahl/shar_lionheadtotem_base',67804),
(36838,36756,'_exp17/objects/exp17_dun_shar_vahl/shar_lionheadtotem_crystal',67804),
(36839,36757,'_exp17/objects/exp17_dun_shar_vahl/shar_lionheadtotem_crystal_fx',67804),
(36840,36758,'accessories/hair/tail/tail005',67804),
(36841,36759,'accessories/hair/tail/tail006',67804),
(36842,36760,'accessories/hair/tail/tail007',67804),
(36843,36761,'accessories/hair/tail/tail008',67804),
(36844,36762,'_exp17/objects/exp17_rgn_echo_caverns/ec_drwn_house_w_door01',67804),
(36845,36763,'_exp17/objects/exp17_rgn_echo_caverns/ec_pillar_crystal_normal01',67804),
(36846,36764,'_exp11/characters/tool_users/shissar/shissar_male_emperor_00',67804),
(36847,36765,'_exp11/characters/tool_users/shissar/shissar_male_emperor_01',67804),
(36848,36766,'accessories/wieldable_items/weapons/exp17/1h_sword/sword_emperor/sword_emperor_00',67804),
(36849,36767,'accessories/wieldable_items/weapons/exp17/1h_sword/sword_emperor/sword_emperor_01',67804),
(36850,36768,'creatures/mounts/zeppelin_updated/zeppelin_01',67804),
(36851,36769,'creatures/mounts/zeppelin_updated/zeppelin_01_gadget',67804),
(36852,36770,'creatures/mounts/zeppelin_updated/zeppelin_02',67804),
(36853,36771,'creatures/mounts/zeppelin_updated/zeppelin_02_gadget',67804),
(36854,36772,'_exp17/characters/monsters/leech/leech_vacuum_base_sideways1',67804),
(36855,36773,'_exp17/characters/monsters/leech/leech_vacuum_base_sideways2',67804),
(36856,36774,'_exp17/characters/monsters/leech/leech_vacuum_base_upsidedown',67804),
(36857,36775,'_exp06/zones/objects/exp06_rgn_odus_south/odso_lillypad01',67804),
(36858,36776,'_exp06/zones/objects/exp06_rgn_odus_south/odso_lillypad02',67804),
(36859,36777,'_exp06/zones/objects/exp06_rgn_odus_south/odso_lillypad03',67804),
(36860,36778,'_exp16/objects/exp16_dun_fordel_midst/st_bookstack03',67804),
(36861,36779,'_exp17/objects/furniture_updated/fordel_obj_cart01',67804),
(36862,36780,'_exp17/objects/furniture_updated/fordel_obj_pick',67804),
(36863,36781,'_exp17/objects/furniture_updated/fordel_obj_shovel',67804),
(36864,36782,'_exp04/zones/objects/charasis/cha_lightsource_brazier01',67804),
(36865,36783,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_outpost_sm01',67804),
(36866,36784,'creatures/mounts/owlbear_mount/owlbear_mount_test',67804),
(36867,36785,'_exp17/objects/banner_gnomish/banner_gnomish1_dark',67804),
(36868,36786,'_exp17/objects/banner_gnomish/banner_gnomish2',67804),
(36869,36787,'_exp17/objects/banner_gnomish/banner_gnomish2_dark',67804),
(36870,36788,'_exp17/objects/exp17_dun_vex_thal/vex_banner_01b',67804),
(36871,36789,'_exp17/objects/vex_thal/vex_floor01_rotating_door',67804),
(36872,36790,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_baby',67804),
(36873,36791,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_baby2',67804),
(36874,36792,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_baby3',67804),
(36875,36793,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_baby4',67804),
(36876,36794,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_base_darkbrown',67804),
(36877,36795,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_base_lightbrown',67804),
(36878,36796,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_base_raven',67804),
(36879,36797,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_base_snowy',67804),
(36880,36798,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_darkbrown',67804),
(36881,36799,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_lightbrown',67804),
(36882,36800,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_raven',67804),
(36883,36801,'_exp17/characters/monsters/owlbear_luclin/owlbear_luclin_fours_snowy',67804),
(36884,36802,'staticobjects/debris/ant_burrowpile01',67804),
(36885,36803,'creatures/mounts/owlbear_mount/owlbear_mount_base',67804),
(36886,36804,'_exp16/objects/exp16_dun_fordel_midst/fordel_midst_gate_door',67804),
(36887,36805,'_exp16/objects/exp16_dun_fordel_midst/fordel_palaestra_entryroom_door',67804),
(36888,36806,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_ruins_column_rbl03',67804),
(36889,36807,'creatures/mounts/owlbear_mount/owlbear_mount_black',67804),
(36890,36808,'creatures/mounts/owlbear_mount/owlbear_mount_darkbrown',67804),
(36891,36809,'creatures/mounts/owlbear_mount/owlbear_mount_lightbrown',67804),
(36892,36810,'_exp17/objects/exp17_dun_shar_vahl/shar_palaint_throne_collision_only',67804),
(36893,36811,'_exp17/objects/building_blocks/fordel_city_wall_marble/dpo_panel_fordel_city_wall_marble',67804),
(36894,36812,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1x1_column02_fordel_city_wall_marble',67804),
(36895,36813,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1x2_column02_fordel_city_wall_marble',67804),
(36896,36814,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1x2_divider02_w_sq_fordel_city_wall_marble',67804),
(36897,36815,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1x2_divider02_w_tall_fordel_city_wall_marble',67804),
(36898,36816,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1x2_dividerblock02_fordel_city_wall_marble',67804),
(36899,36817,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_1xhalf_block02_fordel_city_wall_marble',67804),
(36900,36818,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_d_arch_fordel_city_wall_marble',67804),
(36901,36819,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_d_rect_fordel_city_wall_marble',67804),
(36902,36820,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_w_h_fordel_city_wall_marble',67804),
(36903,36821,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_w_sq_fordel_city_wall_marble',67804),
(36904,36822,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_w_tall_fordel_city_wall_marble',67804),
(36905,36823,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_divider02_w_v_fordel_city_wall_marble',67804),
(36906,36824,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_2x2_dividerblock02_fordel_city_wall_marble',67804),
(36907,36825,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_rail02_fordel_city_wall_marble',67804),
(36908,36826,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_roundtile02_fordel_city_wall_marble',67804),
(36909,36827,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_stair02_fordel_city_wall_marble',67804),
(36910,36828,'_exp17/objects/building_blocks/fordel_city_wall_marble/houseblock_triangletile02_fordel_city_wall_marble',67804),
(36911,36829,'_exp17/objects/building_blocks/fordel_city_wall_marble/housecube_1x1_block02_fordel_city_wall_marble',67804),
(36912,36830,'_exp17/objects/building_blocks/fordel_marble_green/dpo_panel_fordel_marble_green',67804),
(36913,36831,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1x1_column02_fordel_marble_green',67804),
(36914,36832,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1x2_column02_fordel_marble_green',67804),
(36915,36833,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1x2_divider02_w_sq_fordel_marble_green',67804),
(36916,36834,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1x2_divider02_w_tall_fordel_marble_green',67804),
(36917,36835,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1x2_dividerblock02_fordel_marble_green',67804),
(36918,36836,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_1xhalf_block02_fordel_marble_green',67804),
(36919,36837,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_d_arch_fordel_marble_green',67804),
(36920,36838,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_d_rect_fordel_marble_green',67804),
(36921,36839,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_w_h_fordel_marble_green',67804),
(36922,36840,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_w_sq_fordel_marble_green',67804),
(36923,36841,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_w_tall_fordel_marble_green',67804),
(36924,36842,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_divider02_w_v_fordel_marble_green',67804),
(36925,36843,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_2x2_dividerblock02_fordel_marble_green',67804),
(36926,36844,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_rail02_fordel_marble_green',67804),
(36927,36845,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_roundtile02_fordel_marble_green',67804),
(36928,36846,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_stair02_fordel_marble_green',67804),
(36929,36847,'_exp17/objects/building_blocks/fordel_marble_green/houseblock_triangletile02_fordel_marble_green',67804),
(36930,36848,'_exp17/objects/building_blocks/fordel_marble_green/housecube_1x1_block02_fordel_marble_green',67804),
(36931,36849,'_exp17/objects/building_blocks/shar_marble_litegrey/dpo_panel_shar_marble_litegrey',67804),
(36932,36850,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1x1_column02_shar_marble_litegrey',67804),
(36933,36851,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1x2_column02_shar_marble_litegrey',67804),
(36934,36852,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1x2_divider02_w_sq_shar_marble_litegrey',67804),
(36935,36853,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1x2_divider02_w_tall_shar_marble_litegrey',67804),
(36936,36854,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1x2_dividerblock02_shar_marble_litegrey',67804),
(36937,36855,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_1xhalf_block02_shar_marble_litegrey',67804),
(36938,36856,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_d_arch_shar_marble_litegrey',67804),
(36939,36857,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_d_rect_shar_marble_litegrey',67804),
(36940,36858,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_w_h_shar_marble_litegrey',67804),
(36941,36859,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_w_sq_shar_marble_litegrey',67804),
(36942,36860,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_w_tall_shar_marble_litegrey',67804),
(36943,36861,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_divider02_w_v_shar_marble_litegrey',67804),
(36944,36862,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_2x2_dividerblock02_shar_marble_litegrey',67804),
(36945,36863,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_rail02_shar_marble_litegrey',67804),
(36946,36864,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_roundtile02_shar_marble_litegrey',67804),
(36947,36865,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_stair02_shar_marble_litegrey',67804),
(36948,36866,'_exp17/objects/building_blocks/shar_marble_litegrey/houseblock_triangletile02_shar_marble_litegrey',67804),
(36949,36867,'_exp17/objects/building_blocks/shar_marble_litegrey/housecube_1x1_block02_shar_marble_litegrey',67804),
(36950,36868,'creatures/mounts/phoenix_mount/phoenix_mount_server',67804),
(36951,36869,'accessories/hair/face/face_vahshir_king',67804),
(36952,36870,'accessories/hair/hair_vahshir_king',67804),
(36953,36871,'ec/pc/vahshir/vahshir_male_king',67804),
(36954,36872,'accessories/wearable_items/vahshir_king/chest',67804),
(36955,36873,'accessories/wearable_items/vahshir_king/feet',67804),
(36956,36874,'accessories/wearable_items/vahshir_king/forearms',67804),
(36957,36875,'accessories/wearable_items/vahshir_king/legs',67804),
(36958,36876,'accessories/wearable_items/vahshir_king/shoulders',67804),
(36959,36877,'accessories/wearable_items/vahshir_king/snap_ons/knee_snap_on',67804),
(36960,36878,'accessories/wearable_items/vahshir_king/snap_ons/skirt',67804),
(36961,36879,'_exp17/objects/exp17_rgn_echo_caverns/echo_stone_relic_3',67804),
(36962,36880,'_exp17/objects/exp17_rgn_savage_weald/saw_tegi_hut_1',67804),
(36963,36881,'_exp17/objects/exp17_rgn_savage_weald/saw_tegi_hut_2',67804),
(36964,36882,'_exp17/objects/exp17_rgn_savage_weald/saw_tegi_hut_3',67804),
(36965,36883,'_exp17/objects/exp17_rgn_savage_weald/saw_sharp_whale_bone_1',67804),
(36966,36884,'_exp17/objects/exp17_rgn_savage_weald/saw_sharp_whale_bone_2',67804),
(36967,36885,'_exp17/objects/exp17_rgn_savage_weald/saw_giant_bone_1',67804),
(36968,36886,'_exp17/objects/exp17_rgn_savage_weald/saw_spiked_wood_barrier_1',67804),
(36969,36887,'_exp17/objects/exp17_rgn_savage_weald/saw_spiked_wood_barrier_2',67804),
(36970,36888,'_exp17/objects/exp17_rgn_savage_weald/saw_raised_grimling_hut_1',67804),
(36971,36889,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_ladder_1',67804),
(36972,36890,'_exp17/objects/exp17_rgn_savage_weald/saw_grimling_torch_1',67804),
(36973,36891,'_exp17/objects/exp17_rgn_savage_weald/saw_lodakai_tent_1',67804),
(36974,36892,'_exp17/objects/exp17_rgn_savage_weald/saw_lodakai_tent_2',67804),
(36975,36893,'_exp17/objects/exp17_rgn_savage_weald/saw_lodakai_hammock_1',67804),
(36976,36894,'_exp17/objects/exp17_rgn_shadeweaver/sw_web_barrier_1',67804),
(36977,36895,'_exp17/objects/vex_thal/floating_magic_area_1',67804),
(36978,36896,'_exp17/objects/vex_thal/floating_magic_area_2',67804),
(36979,36897,'_exp17/objects/exp17_rgn_shadeweaver/sw_lodakai_bridge_1',67804),
(36980,36898,'_exp17/objects/exp17_rgn_shadeweaver/sw_single_purple_bush_1',67804),
(36981,36899,'_exp17/objects/exp17_rgn_shadeweaver/sw_red_barrier_goo_1',67804),
(36982,36900,'_exp17/objects/exp17_rgn_shadeweaver/sw_vine_wall_1',67804),
(36983,36901,'_exp17/objects/exp17_rgn_shadeweaver/sw_wood_wall_1',67804),
(36984,36902,'_exp17/objects/exp17_rgn_shadeweaver/sw_stone_mill_1',67804),
(36985,36903,'_exp17/objects/exp17_rgn_shadeweaver/sw_standing_garden_tool_1',67804),
(36986,36904,'_exp17/objects/exp17_rgn_shadeweaver/sw_small_fireplace_shovel_1',67804),
(36987,36905,'_exp17/objects/vex_thal/vex_teleportation_pad',67804),
(36988,36906,'_exp17/objects/exp17_rgn_echo_caverns/echo_mushroom_platform_01',67804),
(36989,36907,'_exp17/objects/exp17_rgn_echo_caverns/echo_mushroom_platform_terrace_01',67804),
(36990,36908,'_exp17/objects/exp17_rgn_echo_caverns/echo_mushroom_gp_1',67804),
(36991,36909,'_exp17/objects/exp17_rgn_echo_caverns/echo_mushroom_gp_2',67804),
(36992,36910,'_exp17/objects/exp17_rgn_echo_caverns/echo_spawn_closet_dpo_only',67804),
(36993,36911,'_exp17/objects/exp17_rgn_echo_caverns/echo_stone_relic_1',67804),
(36994,36912,'_exp17/objects/exp17_rgn_echo_caverns/echo_stone_relic_2',67804),
(36995,36913,'_exp17/objects/exp17_rgn_echo_caverns/ec_worm_hole01',67804),
(36996,36914,'accessories/wieldable_items/weapons/spear/lion_king_spear/lion_king_spear',67804),
(36997,36915,'_exp17/objects/exp17_rgn_echo_caverns/ec_bamboo_stalk',67804),
(36998,36916,'_exp17/objects/exp17_rgn_echo_caverns/ec_depths_portal',67804),
(36999,36917,'_exp17/objects/exp17_rgn_savage_weald/saw_shar_portal',67804),
(37000,36918,'_exp17/objects/exp17_rgn_echo_caverns/ec_depths_necro_tele_fx01',67804),
(37001,36919,'_exp17/objects/exp17_rgn_shadeweaver/exp17_overlandbrazier_dpo',67804),
(37002,36920,'_exp17/objects/exp17_rgn_savage_weald/saw_grimcave_door_dpo',67804),
(37003,36921,'_exp17/objects/vex_thal/shissar_staff_statue_01',67804),
(37004,36922,'_exp17/objects/vex_thal/shissar_sword_statue_01',67804);