-- MariaDB dump 10.19 Distrib 10.6.21-MariaDB, for FreeBSD13.4 (i386) -- -- Host: localhost Database: player -- ------------------------------------------------------ -- Server version 10.6.21-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `affect` -- DROP TABLE IF EXISTS `affect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `affect` ( `dwPID` int(10) unsigned NOT NULL DEFAULT 0, `bType` smallint(5) unsigned NOT NULL DEFAULT 0, `bApplyOn` tinyint(4) unsigned NOT NULL DEFAULT 0, `lApplyValue` int(11) NOT NULL DEFAULT 0, `dwFlag` int(10) unsigned NOT NULL DEFAULT 0, `lDuration` int(11) NOT NULL DEFAULT 0, `lSPCost` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`dwPID`,`bType`,`bApplyOn`,`lApplyValue`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `affect` -- LOCK TABLES `affect` WRITE; /*!40000 ALTER TABLE `affect` DISABLE KEYS */; INSERT INTO `affect` VALUES (1,540,0,0,0,1892073830,0),(1,535,120,4,40000097,1892159109,0),(1,534,119,4,40000098,1892159109,0); /*!40000 ALTER TABLE `affect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banword` -- DROP TABLE IF EXISTS `banword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banword` ( `word` varbinary(24) NOT NULL DEFAULT '', PRIMARY KEY (`word`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banword` -- LOCK TABLES `banword` WRITE; /*!40000 ALTER TABLE `banword` DISABLE KEYS */; INSERT INTO `banword` VALUES ('aryan'),('asshole'),('bastard'),('bastards'),('bitch'),('bitches'),('bitching'),('bitchy'),('boob'),('boobie'),('boobies'),('boobs'),('booby'),('boobys'),('bullshit'),('bullshitter'),('bullshitters'),('bullshitting'),('chickenshit'),('chickenshits'),('clit'),('cock'),('cockhead'),('cocks'),('cocksuck'),('cocksucker'),('cocksucking'),('cumming'),('cunt'),('cuntree'),('cuntry'),('cunts'),('dipshit'),('dipshits'),('dumbfuck'),('dumbfucks'),('dumbshit'),('dumbshits'),('fag'),('faggot'),('faggots'),('faggy'),('fags'),('fuck'),('fucka'),('fucke'),('fucked'),('fucken'),('fucker'),('fuckers'),('fuckface'),('fuckhead'),('fuckheads'),('fuckhed'),('fuckin'),('fucking'),('fucks'),('fuckup'),('fuckups'),('fukk'),('fukka'),('goniff'),('heb'),('hebe'),('hebes'),('kike'),('kikes'),('kunt'),('kuntree'),('kuntry'),('kunts'),('motherfuck'),('motherfucken'),('motherfucker'),('motherfuckers'),('motherfuckin'),('motherfucking'),('nazi'),('nigga'),('niggah'),('niggahs'),('niggard'),('niggardly'),('niggas'),('niggaz'),('nigger'),('niggers'),('penis'),('piss'),('porn'),('porno'),('pornography'),('pussy'),('schlimazel'),('schlimiel'),('shit'),('shitface'),('shitfaced'),('shithead'),('shitheads'),('shithed'),('shits'),('shitting'),('shitty'),('slut'),('sluts'),('slutty'),('titties'),('titty'),('vagina'),('vaginal'),('whore'),('whores'),('whoring'); /*!40000 ALTER TABLE `banword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `change_empire` -- DROP TABLE IF EXISTS `change_empire`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `change_empire` ( `account_id` int(11) NOT NULL DEFAULT 0, `change_count` tinyint(4) DEFAULT NULL, `timestamp` datetime DEFAULT NULL, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `change_empire` -- LOCK TABLES `change_empire` WRITE; /*!40000 ALTER TABLE `change_empire` DISABLE KEYS */; /*!40000 ALTER TABLE `change_empire` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild` -- DROP TABLE IF EXISTS `guild`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(12) NOT NULL DEFAULT '', `sp` smallint(6) NOT NULL DEFAULT 1000, `master` int(10) unsigned NOT NULL DEFAULT 0, `level` tinyint(2) DEFAULT NULL, `exp` int(11) DEFAULT NULL, `skill_point` tinyint(2) NOT NULL DEFAULT 0, `skill` tinyblob DEFAULT NULL, `win` int(11) NOT NULL DEFAULT 0, `draw` int(11) NOT NULL DEFAULT 0, `loss` int(11) NOT NULL DEFAULT 0, `ladder_point` int(11) NOT NULL DEFAULT 0, `gold` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild` -- LOCK TABLES `guild` WRITE; /*!40000 ALTER TABLE `guild` DISABLE KEYS */; INSERT INTO `guild` VALUES (1,'[GM-TEAM]',0,1,20,0,19,'\0\0\0\0\0\0\0\0\0\0\0\0',0,0,0,19000,0); /*!40000 ALTER TABLE `guild` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_comment` -- DROP TABLE IF EXISTS `guild_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_comment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `guild_id` int(10) unsigned DEFAULT NULL, `name` varchar(8) DEFAULT NULL, `notice` tinyint(4) DEFAULT NULL, `content` varchar(50) DEFAULT NULL, `time` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `aaa` (`notice`,`id`,`guild_id`) USING BTREE, KEY `guild_id` (`guild_id`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_comment` -- LOCK TABLES `guild_comment` WRITE; /*!40000 ALTER TABLE `guild_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_grade` -- DROP TABLE IF EXISTS `guild_grade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_grade` ( `guild_id` int(11) NOT NULL DEFAULT 0, `grade` tinyint(4) NOT NULL DEFAULT 0, `name` varchar(8) NOT NULL DEFAULT '', `auth` set('ADD_MEMBER','REMOVE_MEMEBER','NOTICE','USE_SKILL') DEFAULT NULL, PRIMARY KEY (`guild_id`,`grade`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_grade` -- LOCK TABLES `guild_grade` WRITE; /*!40000 ALTER TABLE `guild_grade` DISABLE KEYS */; INSERT INTO `guild_grade` VALUES (1,1,'Leader ','ADD_MEMBER,REMOVE_MEMEBER,NOTICE,USE_SKILL'),(1,2,'Member ',''),(1,3,'Member ',''),(1,4,'Member ',''),(1,5,'Member ',''),(1,6,'Member ',''),(1,7,'Member ',''),(1,8,'Member ',''),(1,9,'Member ',''),(1,10,'Member ',''),(1,11,'Member ',''),(1,12,'Member ',''),(1,13,'Member ',''),(1,14,'Member ',''),(1,15,'Member ',''); /*!40000 ALTER TABLE `guild_grade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_member` -- DROP TABLE IF EXISTS `guild_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_member` ( `pid` int(10) unsigned NOT NULL DEFAULT 0, `guild_id` int(10) unsigned NOT NULL DEFAULT 0, `grade` tinyint(2) DEFAULT NULL, `is_general` tinyint(1) NOT NULL DEFAULT 0, `offer` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`guild_id`,`pid`), UNIQUE KEY `pid` (`pid`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_member` -- LOCK TABLES `guild_member` WRITE; /*!40000 ALTER TABLE `guild_member` DISABLE KEYS */; INSERT INTO `guild_member` VALUES (1,1,1,0,18000000); /*!40000 ALTER TABLE `guild_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_war` -- DROP TABLE IF EXISTS `guild_war`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_war` ( `id_from` int(11) NOT NULL DEFAULT 0, `id_to` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id_from`,`id_to`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_war` -- LOCK TABLES `guild_war` WRITE; /*!40000 ALTER TABLE `guild_war` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_war` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_war_bet` -- DROP TABLE IF EXISTS `guild_war_bet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_war_bet` ( `login` varchar(24) NOT NULL DEFAULT '', `gold` int(10) unsigned NOT NULL DEFAULT 0, `guild` int(11) NOT NULL DEFAULT 0, `war_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`war_id`,`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_war_bet` -- LOCK TABLES `guild_war_bet` WRITE; /*!40000 ALTER TABLE `guild_war_bet` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_war_bet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_war_reservation` -- DROP TABLE IF EXISTS `guild_war_reservation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `guild_war_reservation` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `guild1` int(10) unsigned NOT NULL DEFAULT 0, `guild2` int(10) unsigned NOT NULL DEFAULT 0, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `type` tinyint(2) unsigned NOT NULL DEFAULT 0, `warprice` int(10) unsigned NOT NULL DEFAULT 0, `initscore` int(10) unsigned NOT NULL DEFAULT 0, `started` tinyint(1) NOT NULL DEFAULT 0, `bet_from` int(10) unsigned NOT NULL DEFAULT 0, `bet_to` int(10) unsigned NOT NULL DEFAULT 0, `winner` int(11) NOT NULL DEFAULT -1, `power1` int(11) NOT NULL DEFAULT 0, `power2` int(11) NOT NULL DEFAULT 0, `handicap` int(11) NOT NULL DEFAULT 0, `result1` int(11) NOT NULL DEFAULT 0, `result2` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_war_reservation` -- LOCK TABLES `guild_war_reservation` WRITE; /*!40000 ALTER TABLE `guild_war_reservation` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_war_reservation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `horse_name` -- DROP TABLE IF EXISTS `horse_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `horse_name` ( `id` int(11) NOT NULL DEFAULT 0, `name` varchar(24) NOT NULL DEFAULT 'NONAME', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `horse_name` -- LOCK TABLES `horse_name` WRITE; /*!40000 ALTER TABLE `horse_name` DISABLE KEYS */; /*!40000 ALTER TABLE `horse_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `item` -- DROP TABLE IF EXISTS `item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `item` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `owner_id` int(11) unsigned NOT NULL DEFAULT 0, `window` enum('INVENTORY','EQUIPMENT','SAFEBOX','MALL','DRAGON_SOUL_INVENTORY','BELT_INVENTORY') NOT NULL DEFAULT 'INVENTORY', `pos` smallint(5) unsigned NOT NULL DEFAULT 0, `count` tinyint(3) unsigned NOT NULL DEFAULT 0, `vnum` int(11) unsigned NOT NULL DEFAULT 0, `socket0` int(10) unsigned NOT NULL DEFAULT 0, `socket1` int(10) unsigned NOT NULL DEFAULT 0, `socket2` int(10) unsigned NOT NULL DEFAULT 0, `socket3` int(10) unsigned NOT NULL DEFAULT 0, `socket4` int(10) unsigned NOT NULL DEFAULT 0, `socket5` int(10) unsigned NOT NULL DEFAULT 0, `attrtype0` tinyint(4) NOT NULL DEFAULT 0, `attrvalue0` smallint(6) NOT NULL DEFAULT 0, `attrtype1` tinyint(4) NOT NULL DEFAULT 0, `attrvalue1` smallint(6) NOT NULL DEFAULT 0, `attrtype2` tinyint(4) NOT NULL DEFAULT 0, `attrvalue2` smallint(6) NOT NULL DEFAULT 0, `attrtype3` tinyint(4) NOT NULL DEFAULT 0, `attrvalue3` smallint(6) NOT NULL DEFAULT 0, `attrtype4` tinyint(4) NOT NULL DEFAULT 0, `attrvalue4` smallint(6) NOT NULL DEFAULT 0, `attrtype5` tinyint(4) NOT NULL DEFAULT 0, `attrvalue5` smallint(6) NOT NULL DEFAULT 0, `attrtype6` tinyint(4) NOT NULL DEFAULT 0, `attrvalue6` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `owner_id_idx` (`owner_id`) USING BTREE, KEY `item_vnum_index` (`vnum`) USING BTREE ) ENGINE=MyISAM AUTO_INCREMENT=1610013545 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `item` -- LOCK TABLES `item` WRITE; /*!40000 ALTER TABLE `item` DISABLE KEYS */; INSERT INTO `item` VALUES (40000007,1,'EQUIPMENT',6,1,17109,0,0,0,0,0,0,8,20,25,10,41,5,22,20,21,20,0,0,0,0),(20000100,1,'INVENTORY',2,1,469,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000105,1,'INVENTORY',158,200,27006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(80000017,1,'INVENTORY',154,200,27003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000103,1,'INVENTORY',153,200,27003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000101,1,'INVENTORY',152,200,27003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000011,1,'EQUIPMENT',4,1,3159,1,1,1,0,0,0,9,20,15,10,16,10,22,20,5,12,0,0,0,0),(20000012,1,'EQUIPMENT',1,1,12249,0,0,0,0,0,0,7,8,10,30,11,30,28,15,24,10,0,0,0,0),(20000010,1,'EQUIPMENT',2,1,15189,0,0,0,0,0,0,1,2000,2,80,8,8,7,8,15,10,0,0,0,0),(20000013,1,'EQUIPMENT',3,1,14109,0,0,0,0,0,0,1,2000,2,80,16,10,23,10,25,10,0,0,0,0),(20000015,1,'EQUIPMENT',5,1,16109,0,0,0,0,0,0,1,2000,2,80,15,10,16,10,24,10,0,0,0,0),(20000009,1,'EQUIPMENT',10,1,13049,0,0,0,0,0,0,3,12,27,15,39,10,48,1,49,1,0,0,0,0),(20000008,1,'INVENTORY',1,1,11299,1,1,1,0,0,0,1,2000,9,20,23,10,39,10,53,50,0,0,0,0),(40000009,1,'EQUIPMENT',7,1,72702,0,58,1353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000012,1,'INVENTORY',14,1,71124,0,16,1664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000097,1,'INVENTORY',10,1,72730,1,159922,1000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000107,1,'INVENTORY',89,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000033,1,'INVENTORY',41,1,70058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000098,1,'INVENTORY',11,1,72726,1,392237,10000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000168,1,'INVENTORY',46,1,11010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000169,1,'INVENTORY',47,1,11020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000170,1,'DRAGON_SOUL_INVENTORY',0,1,110230,86400,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0),(20000141,1,'INVENTORY',3,1,20009,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000173,1,'INVENTORY',12,200,71084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000167,1,'INVENTORY',45,1,11000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000171,1,'INVENTORY',48,1,11030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000106,1,'INVENTORY',156,200,27006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000017,1,'INVENTORY',44,165,90012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000018,1,'INVENTORY',43,170,90011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000019,1,'INVENTORY',42,175,90010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000148,1,'INVENTORY',15,1,11971,28443,1,1,0,0,0,1,1500,53,15,24,3,36,10,0,0,0,0,0,0),(20000104,1,'INVENTORY',157,200,27006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(80000019,1,'INVENTORY',0,1,149,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000087,1,'SAFEBOX',0,1,18089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000020,1,'EQUIPMENT',0,1,12019,28443,1,1,0,0,0,1,2000,36,10,38,15,34,15,0,0,0,0,0,0),(20000022,1,'INVENTORY',4,1,279,1,1,1,0,0,0,15,2,0,0,0,0,0,0,0,0,0,0,0,0),(20000075,1,'INVENTORY',40,1,50053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000132,1,'INVENTORY',13,180,71085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000084,2,'INVENTORY',23,5,76000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000075,2,'INVENTORY',16,1,71153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000078,2,'INVENTORY',15,12,76003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000074,2,'INVENTORY',11,15,76018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000060,2,'INVENTORY',6,5,27054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000059,2,'INVENTORY',5,5,27053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000058,2,'INVENTORY',4,10,27052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000093,2,'INVENTORY',27,1,76022,0,0,1000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000094,2,'INVENTORY',30,1,76015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000095,2,'INVENTORY',31,3,76010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000096,2,'INVENTORY',32,1,76002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000090,2,'INVENTORY',24,1,76005,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000086,2,'INVENTORY',22,3,76013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000088,2,'INVENTORY',26,1,76001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000087,2,'INVENTORY',25,3,76014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000091,2,'INVENTORY',28,3,76020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000083,2,'INVENTORY',18,3,76009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000079,2,'INVENTORY',19,20,76007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000081,2,'INVENTORY',21,1,70058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000072,2,'INVENTORY',14,1,76011,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000063,2,'INVENTORY',7,1,76021,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000070,2,'INVENTORY',13,3,76024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000066,2,'INVENTORY',1,1,76004,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000067,2,'INVENTORY',10,0,76006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000069,2,'INVENTORY',12,3,76023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000076,2,'INVENTORY',17,1,76011,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000071,2,'INVENTORY',9,5,76016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000056,2,'EQUIPMENT',4,1,7000,1,0,0,0,0,0,19,2,0,0,0,0,0,0,0,0,0,0,0,0),(40000064,2,'INVENTORY',8,3,76008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000062,2,'INVENTORY',2,9,76017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000057,2,'INVENTORY',3,20,27051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40000061,2,'INVENTORY',0,12,76012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20000085,1,'EQUIPMENT',23,1,18089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `item_attr` -- DROP TABLE IF EXISTS `item_attr`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `item_attr` ( `apply` enum('MAX_HP','MAX_SP','CON','INT','STR','DEX','ATT_SPEED','MOV_SPEED','CAST_SPEED','HP_REGEN','SP_REGEN','POISON_PCT','STUN_PCT','SLOW_PCT','CRITICAL_PCT','PENETRATE_PCT','ATTBONUS_HUMAN','ATTBONUS_ANIMAL','ATTBONUS_ORC','ATTBONUS_MILGYO','ATTBONUS_UNDEAD','ATTBONUS_DEVIL','STEAL_HP','STEAL_SP','MANA_BURN_PCT','DAMAGE_SP_RECOVER','BLOCK','DODGE','RESIST_SWORD','RESIST_TWOHAND','RESIST_DAGGER','RESIST_BELL','RESIST_FAN','RESIST_BOW','RESIST_FIRE','RESIST_ELEC','RESIST_MAGIC','RESIST_WIND','REFLECT_MELEE','REFLECT_CURSE','POISON_REDUCE','KILL_SP_RECOVER','EXP_DOUBLE_BONUS','GOLD_DOUBLE_BONUS','ITEM_DROP_BONUS','POTION_BONUS','KILL_HP_RECOVER','IMMUNE_STUN','IMMUNE_SLOW','IMMUNE_FALL','SKILL','BOW_DISTANCE','ATT_GRADE_BONUS','DEF_GRADE_BONUS','MAGIC_ATT_GRADE','MAGIC_DEF_GRADE','CURSE_PCT','MAX_STAMINA','ATTBONUS_WARRIOR','ATTBONUS_ASSASSIN','ATTBONUS_SURA','ATTBONUS_SHAMAN','ATTBONUS_MONSTER','MALL_ATTBONUS','MALL_DEFBONUS','MALL_EXPBONUS','MALL_ITEMBONUS','MALL_GOLDBONUS','MAX_HP_PCT','MAX_SP_PCT','SKILL_DAMAGE_BONUS','NORMAL_HIT_DAMAGE_BONUS','SKILL_DEFEND_BONUS','NORMAL_HIT_DEFEND_BONUS','PC_BANG_EXP_BONUS','PC_BANG_DROP_BONUS','EXTRACT_HP_PCT','RESIST_WARRIOR','RESIST_ASSASSIN','RESIST_SURA','RESIST_SHAMAN','ENERGY','DEF_GRADE','COSTUME_ATTR_BONUS','MAGIC_ATTBONUS_PER','MELEE_MAGIC_ATTBONUS_PER','RESIST_ICE','RESIST_EARTH','RESIST_DARK','ANTI_CRITICAL_PCT','ANTI_PENETRATE_PCT') NOT NULL DEFAULT 'MAX_HP', `prob` varchar(100) NOT NULL DEFAULT '', `lv1` varchar(100) NOT NULL DEFAULT '', `lv2` varchar(100) NOT NULL DEFAULT '', `lv3` varchar(100) NOT NULL DEFAULT '', `lv4` varchar(100) NOT NULL DEFAULT '', `lv5` varchar(100) NOT NULL DEFAULT '', `weapon` varchar(100) NOT NULL DEFAULT '', `body` varchar(100) NOT NULL DEFAULT '', `wrist` varchar(100) NOT NULL DEFAULT '', `foots` varchar(100) NOT NULL DEFAULT '', `neck` varchar(100) NOT NULL DEFAULT '', `head` varchar(100) NOT NULL DEFAULT '', `shield` varchar(100) NOT NULL DEFAULT '', `ear` varchar(100) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `item_attr` -- LOCK TABLES `item_attr` WRITE; /*!40000 ALTER TABLE `item_attr` DISABLE KEYS */; INSERT INTO `item_attr` VALUES ('MAX_HP','35','500','500','1000','1500','2000','0','5','5','5','5','0','0','0'),('MAX_SP','35','10','20','30','50','80','0','0','5','5','5','0','0','0'),('CON','11','2','4','6','8','12','5','0','0','0','0','0','5','0'),('INT','11','2','4','6','8','12','5','0','0','0','0','0','5','0'),('STR','11','2','4','6','8','12','5','0','0','0','0','0','5','0'),('DEX','11','2','4','6','8','12','5','0','0','0','0','0','5','0'),('ATT_SPEED','8','1','2','3','5','8','0','0','0','5','0','5','0','0'),('MOV_SPEED','18','2','4','6','10','20','0','0','0','5','0','0','0','5'),('CAST_SPEED','8','2','4','6','10','20','5','5','0','0','0','0','0','0'),('HP_REGEN','60','4','8','12','20','30','0','0','0','0','5','5','0','0'),('SP_REGEN','60','4','8','12','20','30','0','0','0','0','5','5','0','0'),('POISON_PCT','8','1','2','3','5','8','5','0','0','0','0','5','0','0'),('STUN_PCT','18','1','2','3','5','8','5','0','0','5','5','0','0','0'),('SLOW_PCT','35','1','2','3','5','8','5','0','0','5','0','0','0','0'),('CRITICAL_PCT','18','1','2','3','5','10','5','0','0','5','5','0','0','0'),('PENETRATE_PCT','30','1','2','3','5','10','5','0','5','0','5','0','0','0'),('ATTBONUS_HUMAN','15','1','2','3','5','10','5','0','5','0','0','5','5','5'),('ATTBONUS_ANIMAL','35','2','4','6','10','20','5','0','5','0','0','5','5','5'),('ATTBONUS_ORC','35','2','4','6','10','20','5','0','5','0','0','5','5','5'),('ATTBONUS_MILGYO','35','2','4','6','10','20','5','0','5','0','0','5','5','5'),('ATTBONUS_UNDEAD','35','2','4','6','10','20','5','0','5','0','0','5','5','5'),('ATTBONUS_DEVIL','35','2','4','6','10','20','5','0','5','0','0','5','5','5'),('STEAL_HP','50','1','2','3','5','10','0','5','5','0','0','0','0','0'),('STEAL_SP','50','1','2','3','5','10','0','5','0','0','5','5','0','0'),('MANA_BURN_PCT','18','1','2','3','5','10','0','0','5','0','0','0','0','5'),('BLOCK','10','2','4','6','10','15','0','0','0','0','0','0','5','0'),('DODGE','10','2','4','6','10','15','0','0','0','5','0','5','0','0'),('RESIST_SWORD','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_TWOHAND','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_DAGGER','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_BELL','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_FAN','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_BOW','18','2','4','6','10','15','0','5','0','5','5','0','0','5'),('RESIST_FIRE','18','2','4','6','10','15','0','5','5','0','0','5','0','0'),('RESIST_ELEC','18','2','4','6','10','15','0','5','5','0','0','5','0','0'),('RESIST_MAGIC','25','2','4','6','10','15','0','5','5','0','0','5','0','0'),('RESIST_WIND','18','2','4','6','10','15','0','5','5','0','0','5','0','0'),('REFLECT_MELEE','18','1','2','3','6','10','0','5','0','0','0','0','5','0'),('POISON_REDUCE','18','1','2','3','4','5','0','0','0','0','0','0','0','5'),('EXP_DOUBLE_BONUS','10','2','4','6','8','20','0','0','0','5','5','0','5','0'),('GOLD_DOUBLE_BONUS','10','2','4','6','8','20','0','0','0','5','5','0','5','0'),('ITEM_DROP_BONUS','7','2','4','6','8','20','0','0','5','0','0','0','0','5'),('IMMUNE_STUN','3','1','1','1','1','1','0','0','0','0','0','0','1','0'),('IMMUNE_SLOW','3','1','1','1','1','1','0','0','0','0','0','0','1','0'),('ATT_GRADE_BONUS','9','5','10','15','30','50','0','5','0','0','0','0','0','0'),('RESIST_ICE','18','6','8','10','12','15','0','5','5','0','0','5','0','0'),('RESIST_EARTH','18','6','8','10','12','15','0','5','5','0','0','5','0','0'),('RESIST_DARK','18','6','8','10','12','15','0','5','5','0','0','5','0','0'); /*!40000 ALTER TABLE `item_attr` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `item_attr_rare` -- DROP TABLE IF EXISTS `item_attr_rare`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `item_attr_rare` ( `apply` enum('MAX_HP','MAX_SP','CON','INT','STR','DEX','ATT_SPEED','MOV_SPEED','CAST_SPEED','HP_REGEN','SP_REGEN','POISON_PCT','STUN_PCT','SLOW_PCT','CRITICAL_PCT','PENETRATE_PCT','ATTBONUS_HUMAN','ATTBONUS_ANIMAL','ATTBONUS_ORC','ATTBONUS_MILGYO','ATTBONUS_UNDEAD','ATTBONUS_DEVIL','STEAL_HP','STEAL_SP','MANA_BURN_PCT','DAMAGE_SP_RECOVER','BLOCK','DODGE','RESIST_SWORD','RESIST_TWOHAND','RESIST_DAGGER','RESIST_BELL','RESIST_FAN','RESIST_BOW','RESIST_FIRE','RESIST_ELEC','RESIST_MAGIC','RESIST_WIND','REFLECT_MELEE','REFLECT_CURSE','POISON_REDUCE','KILL_SP_RECOVER','EXP_DOUBLE_BONUS','GOLD_DOUBLE_BONUS','ITEM_DROP_BONUS','POTION_BONUS','KILL_HP_RECOVER','IMMUNE_STUN','IMMUNE_SLOW','IMMUNE_FALL','SKILL','BOW_DISTANCE','ATT_GRADE_BONUS','DEF_GRADE_BONUS','MAGIC_ATT_GRADE','MAGIC_DEF_GRADE','CURSE_PCT','MAX_STAMINA','ATT_BONUS_TO_WARRIOR','ATT_BONUS_TO_ASSASSIN','ATT_BONUS_TO_SURA','ATT_BONUS_TO_SHAMAN','ATT_BONUS_TO_MONSTER','NORMAL_HIT_DEFEND_BONUS','SKILL_DEFEND_BONUS','NOUSE2''NOUSE3','NOUSE4','NOUSE5','NOUSE6','NOUSE7','NOUSE8','NOUSE9','NOUSE10','NOUSE11','NOUSE12','NOUSE13','NOUSE14','RESIST_WARRIOR','RESIST_ASSASSIN','RESIST_SURA','RESIST_SHAMAN') NOT NULL DEFAULT 'MAX_HP', `prob` varchar(100) NOT NULL DEFAULT '', `lv1` varchar(100) NOT NULL DEFAULT '', `lv2` varchar(100) NOT NULL DEFAULT '', `lv3` varchar(100) NOT NULL DEFAULT '', `lv4` varchar(100) NOT NULL DEFAULT '', `lv5` varchar(100) NOT NULL DEFAULT '', `weapon` varchar(100) NOT NULL DEFAULT '', `body` varchar(100) NOT NULL DEFAULT '', `wrist` varchar(100) NOT NULL DEFAULT '', `foots` varchar(100) NOT NULL DEFAULT '', `neck` varchar(100) NOT NULL DEFAULT '', `head` varchar(100) NOT NULL DEFAULT '', `shield` varchar(100) NOT NULL DEFAULT '', `ear` varchar(100) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `item_attr_rare` -- LOCK TABLES `item_attr_rare` WRITE; /*!40000 ALTER TABLE `item_attr_rare` DISABLE KEYS */; INSERT INTO `item_attr_rare` VALUES ('MAX_HP','1','500','500','500','500','500','5','5','5','5','5','5','5','5'),('MAX_SP','1','50','50','50','50','50','5','5','5','5','5','5','5','5'),('CON','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('INT','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('STR','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('DEX','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('CRITICAL_PCT','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('PENETRATE_PCT','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('ATT_GRADE_BONUS','1','50','50','50','50','50','5','5','5','5','5','5','5','5'),('ATT_BONUS_TO_MONSTER','1','10','10','10','10','10','5','5','5','5','5','5','5','5'),('ATT_BONUS_TO_WARRIOR','1','10','10','10','10','10','5','5','5','5','5','5','5','5'),('ATT_BONUS_TO_ASSASSIN','1','10','10','10','10','10','5','5','5','5','5','5','5','5'),('ATT_BONUS_TO_SURA','1','10','10','10','10','10','5','5','5','5','5','5','5','5'),('ATT_BONUS_TO_SHAMAN','1','10','10','10','10','10','5','5','5','5','5','5','5','5'),('RESIST_WARRIOR','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('RESIST_ASSASSIN','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('RESIST_SURA','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('RESIST_SHAMAN','1','5','5','5','5','5','5','5','5','5','5','5','5','5'),('ATT_SPEED','1','2','2','2','2','2','5','5','5','5','5','5','5','5'),('MOV_SPEED','1','8','8','8','8','8','5','5','5','5','5','5','5','5'); /*!40000 ALTER TABLE `item_attr_rare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `item_award` -- DROP TABLE IF EXISTS `item_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `item_award` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `login` varchar(30) NOT NULL DEFAULT '', `vnum` int(6) unsigned NOT NULL DEFAULT 0, `count` int(10) unsigned NOT NULL DEFAULT 0, `given_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `taken_time` datetime DEFAULT NULL, `item_id` int(11) DEFAULT NULL, `why` varchar(128) DEFAULT NULL, `socket0` int(11) NOT NULL DEFAULT 0, `socket1` int(11) NOT NULL DEFAULT 0, `socket2` int(11) NOT NULL DEFAULT 0, `mall` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `pid_idx` (`pid`) USING BTREE, KEY `given_time_idx` (`given_time`) USING BTREE, KEY `taken_time_idx` (`taken_time`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `item_award` -- LOCK TABLES `item_award` WRITE; /*!40000 ALTER TABLE `item_award` DISABLE KEYS */; /*!40000 ALTER TABLE `item_award` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `item_proto` -- DROP TABLE IF EXISTS `item_proto`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `item_proto` ( `vnum` int(11) unsigned NOT NULL DEFAULT 0, `name` varbinary(24) NOT NULL DEFAULT 'Noname', `locale_name` varbinary(24) NOT NULL DEFAULT 'Noname', `type` tinyint(2) NOT NULL DEFAULT 0, `subtype` tinyint(2) NOT NULL DEFAULT 0, `weight` tinyint(3) DEFAULT 0, `size` tinyint(3) DEFAULT 0, `antiflag` int(11) DEFAULT 0, `flag` int(11) DEFAULT 0, `wearflag` int(11) DEFAULT 0, `immuneflag` set('PARA','CURSE','STUN','SLEEP','SLOW','POISON','TERROR') NOT NULL DEFAULT '', `gold` int(11) DEFAULT 0, `shop_buy_price` int(10) unsigned NOT NULL DEFAULT 0, `refined_vnum` int(10) unsigned NOT NULL DEFAULT 0, `refine_set` smallint(11) unsigned NOT NULL DEFAULT 0, `refine_set2` smallint(5) unsigned NOT NULL DEFAULT 0, `magic_pct` tinyint(4) NOT NULL DEFAULT 0, `limittype0` tinyint(4) DEFAULT 0, `limitvalue0` int(11) DEFAULT 0, `limittype1` tinyint(4) DEFAULT 0, `limitvalue1` int(11) DEFAULT 0, `applytype0` tinyint(4) DEFAULT 0, `applyvalue0` int(11) DEFAULT 0, `applytype1` tinyint(4) DEFAULT 0, `applyvalue1` int(11) DEFAULT 0, `applytype2` tinyint(4) DEFAULT 0, `applyvalue2` int(11) DEFAULT 0, `value0` int(11) DEFAULT 0, `value1` int(11) DEFAULT 0, `value2` int(11) DEFAULT 0, `value3` int(11) DEFAULT 0, `value4` int(11) DEFAULT 0, `value5` int(11) DEFAULT 0, `socket0` tinyint(4) DEFAULT -1, `socket1` tinyint(4) DEFAULT -1, `socket2` tinyint(4) DEFAULT -1, `socket3` tinyint(4) DEFAULT -1, `socket4` tinyint(4) DEFAULT -1, `socket5` tinyint(4) DEFAULT -1, `specular` tinyint(4) NOT NULL DEFAULT 0, `socket_pct` tinyint(4) NOT NULL DEFAULT 0, `addon_type` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `item_proto` -- LOCK TABLES `item_proto` WRITE; /*!40000 ALTER TABLE `item_proto` DISABLE KEYS */; INSERT INTO `item_proto` VALUES (1,'ٷ','Yang',9,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(2,'ѱֹ','By TMP4',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(10,'+0','Sword+0',1,0,0,2,32,1,16,'',0,0,11,1,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,0,-1,-1,-1,-1,-1,-1,0,1,0),(11,'+1','Sword+1',1,0,0,2,32,1,16,'',100,100,12,2,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,7,-1,-1,-1,-1,-1,-1,0,1,0),(12,'+2','Sword+2',1,0,0,2,32,1,16,'',100,100,13,3,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,14,-1,-1,-1,-1,-1,-1,0,1,0),(13,'+3','Sword+3',1,0,0,2,32,1,16,'',100,150,14,4,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,21,-1,-1,-1,-1,-1,-1,0,1,0),(14,'+4','Sword+4',1,0,0,2,32,1,16,'',100,150,15,5,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,28,-1,-1,-1,-1,-1,-1,30,1,0),(15,'+5','Sword+5',1,0,0,2,32,1,16,'',100,200,16,6,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,35,-1,-1,-1,-1,-1,-1,40,1,0),(16,'+6','Sword+6',1,0,0,2,32,1,16,'',100,250,17,7,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,42,-1,-1,-1,-1,-1,-1,50,1,0),(17,'+7','Sword+7',1,0,0,2,32,1,16,'',100,350,18,8,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,49,-1,-1,-1,-1,-1,-1,65,1,0),(18,'+8','Sword+8',1,0,0,2,32,1,16,'',100,500,19,9,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,56,-1,-1,-1,-1,-1,-1,80,1,0),(19,'+9','Sword+9',1,0,0,2,32,1,16,'',100,750,0,0,0,15,1,0,0,0,7,22,0,0,0,0,0,15,19,13,15,63,-1,-1,-1,-1,-1,-1,100,1,0),(20,'+0','Long Sword+0',1,0,0,2,32,1,16,'',400,400,21,1,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,0,-1,-1,-1,-1,-1,-1,0,1,0),(21,'+1','Long Sword+1',1,0,0,2,32,1,16,'',400,500,22,2,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,7,-1,-1,-1,-1,-1,-1,0,1,0),(22,'+2','Long Sword+2',1,0,0,2,32,1,16,'',400,500,23,3,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,14,-1,-1,-1,-1,-1,-1,0,1,0),(23,'+3','Long Sword+3',1,0,0,2,32,1,16,'',400,500,24,4,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,21,-1,-1,-1,-1,-1,-1,0,1,0),(24,'+4','Long Sword+4',1,0,0,2,32,1,16,'',400,500,25,5,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,28,-1,-1,-1,-1,-1,-1,30,1,0),(25,'+5','Long Sword+5',1,0,0,2,32,1,16,'',400,1000,26,6,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,35,-1,-1,-1,-1,-1,-1,40,1,0),(26,'+6','Long Sword+6',1,0,0,2,32,1,16,'',400,1000,27,7,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,42,-1,-1,-1,-1,-1,-1,50,1,0),(27,'+7','Long Sword+7',1,0,0,2,32,1,16,'',400,1500,28,8,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,49,-1,-1,-1,-1,-1,-1,65,1,0),(28,'+8','Long Sword+8',1,0,0,2,32,1,16,'',400,2000,29,9,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,56,-1,-1,-1,-1,-1,-1,80,1,0),(29,'+9','Long Sword+9',1,0,0,2,32,1,16,'',400,3000,0,0,0,15,1,5,0,0,7,27,0,0,0,0,0,13,15,15,19,63,-1,-1,-1,-1,-1,-1,100,1,0),(30,'+0','Crescent Sword+0',1,0,0,2,32,1,16,'',600,600,31,1,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,0,-1,-1,-1,-1,-1,-1,0,1,0),(31,'+1','Crescent Sword+1',1,0,0,2,32,1,16,'',600,600,32,2,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,7,-1,-1,-1,-1,-1,-1,0,1,0),(32,'+2','Crescent Sword+2',1,0,0,2,32,1,16,'',600,600,33,3,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,14,-1,-1,-1,-1,-1,-1,0,1,0),(33,'+3','Crescent Sword+3',1,0,0,2,32,1,16,'',600,1000,34,4,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,21,-1,-1,-1,-1,-1,-1,0,1,0),(34,'+4','Crescent Sword+4',1,0,0,2,32,1,16,'',600,1000,35,5,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,28,-1,-1,-1,-1,-1,-1,30,1,0),(35,'+5','Crescent Sword+5',1,0,0,2,32,1,16,'',600,1500,36,6,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,35,-1,-1,-1,-1,-1,-1,40,1,0),(36,'+6','Crescent Sword+6',1,0,0,2,32,1,16,'',600,1500,37,7,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,42,-1,-1,-1,-1,-1,-1,50,1,0),(37,'+7','Crescent Sword+7',1,0,0,2,32,1,16,'',600,2000,38,8,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,49,-1,-1,-1,-1,-1,-1,65,1,0),(38,'+8','Crescent Sword+8',1,0,0,2,32,1,16,'',600,3000,39,9,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,56,-1,-1,-1,-1,-1,-1,80,1,0),(39,'+9','Crescent Sword+9',1,0,0,2,32,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,24,0,0,0,0,0,20,24,20,24,63,-1,-1,-1,-1,-1,-1,100,1,0),(40,'+0','Bamboo Sword+0',1,0,0,2,32,1,16,'',800,800,41,1,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,0,-1,-1,-1,-1,-1,-1,0,1,0),(41,'+1','Bamboo Sword+1',1,0,0,2,32,1,16,'',800,1000,42,2,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,7,-1,-1,-1,-1,-1,-1,0,1,0),(42,'+2','Bamboo Sword+2',1,0,0,2,32,1,16,'',800,1000,43,3,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,14,-1,-1,-1,-1,-1,-1,0,1,0),(43,'+3','Bamboo Sword+3',1,0,0,2,32,1,16,'',800,1000,44,4,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,21,-1,-1,-1,-1,-1,-1,0,1,0),(44,'+4','Bamboo Sword+4',1,0,0,2,32,1,16,'',800,1500,45,5,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,28,-1,-1,-1,-1,-1,-1,30,1,0),(45,'+5','Bamboo Sword+5',1,0,0,2,32,1,16,'',800,1500,46,6,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,35,-1,-1,-1,-1,-1,-1,40,1,0),(46,'+6','Bamboo Sword+6',1,0,0,2,32,1,16,'',800,2000,47,7,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,42,-1,-1,-1,-1,-1,-1,50,1,0),(47,'+7','Bamboo Sword+7',1,0,0,2,32,1,16,'',800,3000,48,8,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,49,-1,-1,-1,-1,-1,-1,65,1,0),(48,'+8','Bamboo Sword+8',1,0,0,2,32,1,16,'',800,4000,49,9,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,56,-1,-1,-1,-1,-1,-1,80,1,0),(49,'+9','Bamboo Sword+9',1,0,0,2,32,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,21,0,0,0,0,0,25,35,22,26,63,-1,-1,-1,-1,-1,-1,100,1,0),(50,'Ƶ+0','Broad Sword+0',1,0,0,2,32,1,16,'',3000,3000,51,1,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,0,-1,-1,-1,-1,-1,-1,0,1,0),(51,'Ƶ+1','Broad Sword+1',1,0,0,2,32,1,16,'',3000,3500,52,2,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,7,-1,-1,-1,-1,-1,-1,0,1,0),(52,'Ƶ+2','Broad Sword+2',1,0,0,2,32,1,16,'',3000,3500,53,3,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,14,-1,-1,-1,-1,-1,-1,0,1,0),(53,'Ƶ+3','Broad Sword+3',1,0,0,2,32,1,16,'',3000,4000,54,4,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,21,-1,-1,-1,-1,-1,-1,0,1,0),(54,'Ƶ+4','Broad Sword+4',1,0,0,2,32,1,16,'',3000,5000,55,5,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,28,-1,-1,-1,-1,-1,-1,30,1,0),(55,'Ƶ+5','Broad Sword+5',1,0,0,2,32,1,16,'',3000,6500,56,6,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,35,-1,-1,-1,-1,-1,-1,40,1,0),(56,'Ƶ+6','Broad Sword+6',1,0,0,2,32,1,16,'',3000,8000,57,7,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,42,-1,-1,-1,-1,-1,-1,50,1,0),(57,'Ƶ+7','Broad Sword+7',1,0,0,2,32,1,16,'',3000,11000,58,8,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,49,-1,-1,-1,-1,-1,-1,65,1,0),(58,'Ƶ+8','Broad Sword+8',1,0,0,2,32,1,16,'',3000,15500,59,9,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,56,-1,-1,-1,-1,-1,-1,80,1,0),(59,'Ƶ+9','Broad Sword+9',1,0,0,2,32,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,15,0,0,0,0,0,20,28,25,35,63,-1,-1,-1,-1,-1,-1,100,1,0),(60,'+0','Silver Sword+0',1,0,0,2,32,1,16,'',5000,5000,61,10,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,0,-1,-1,-1,-1,-1,-1,0,2,0),(61,'+1','Silver Sword+1',1,0,0,2,32,1,16,'',5000,5500,62,11,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,6,-1,-1,-1,-1,-1,-1,0,2,0),(62,'+2','Silver Sword+2',1,0,0,2,32,1,16,'',5000,6000,63,12,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,12,-1,-1,-1,-1,-1,-1,0,2,0),(63,'+3','Silver Sword+3',1,0,0,2,32,1,16,'',5000,7000,64,13,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,18,-1,-1,-1,-1,-1,-1,0,2,0),(64,'+4','Silver Sword+4',1,0,0,2,32,1,16,'',5000,8500,65,14,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,24,-1,-1,-1,-1,-1,-1,30,2,0),(65,'+5','Silver Sword+5',1,0,0,2,32,1,16,'',5000,10500,66,15,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,32,-1,-1,-1,-1,-1,-1,40,2,0),(66,'+6','Silver Sword+6',1,0,0,2,32,1,16,'',5000,13500,67,16,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,41,-1,-1,-1,-1,-1,-1,50,2,0),(67,'+7','Silver Sword+7',1,0,0,2,32,1,16,'',5000,18500,68,17,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,51,-1,-1,-1,-1,-1,-1,65,2,0),(68,'+8','Silver Sword+8',1,0,0,2,32,1,16,'',5000,25500,69,18,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,62,-1,-1,-1,-1,-1,-1,80,2,0),(69,'+9','Silver Sword+9',1,0,0,2,32,1,16,'',5000,38500,0,0,0,15,1,25,0,0,7,30,0,0,0,0,0,38,52,36,46,74,-1,-1,-1,-1,-1,-1,100,2,0),(70,'+0','Orchid Sword+0',1,0,0,2,32,1,16,'',8000,8000,71,10,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,0,-1,-1,-1,-1,-1,-1,0,2,0),(71,'+1','Orchid Sword+1',1,0,0,2,32,1,16,'',8000,9000,72,11,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,6,-1,-1,-1,-1,-1,-1,0,2,0),(72,'+2','Orchid Sword+2',1,0,0,2,32,1,16,'',8000,9500,73,12,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,12,-1,-1,-1,-1,-1,-1,0,2,0),(73,'+3','Orchid Sword+3',1,0,0,2,32,1,16,'',8000,11000,74,13,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,18,-1,-1,-1,-1,-1,-1,0,2,0),(74,'+4','Orchid Sword+4',1,0,0,2,32,1,16,'',8000,13500,75,14,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,24,-1,-1,-1,-1,-1,-1,30,2,0),(75,'+5','Orchid Sword+5',1,0,0,2,32,1,16,'',8000,16500,76,15,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,32,-1,-1,-1,-1,-1,-1,40,2,0),(76,'+6','Orchid Sword+6',1,0,0,2,32,1,16,'',8000,21500,77,16,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,41,-1,-1,-1,-1,-1,-1,50,2,0),(77,'+7','Orchid Sword+7',1,0,0,2,32,1,16,'',8000,29500,78,17,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,51,-1,-1,-1,-1,-1,-1,65,2,0),(78,'+8','Orchid Sword+8',1,0,0,2,32,1,16,'',8000,41000,79,18,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,62,-1,-1,-1,-1,-1,-1,80,2,0),(79,'+9','Orchid Sword+9',1,0,0,2,32,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,27,0,0,0,0,0,36,46,38,52,74,-1,-1,-1,-1,-1,-1,100,2,0),(80,'ΰ+0','Bastard Sword+0',1,0,0,2,32,1,16,'',15000,15000,81,10,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,0,-1,-1,-1,-1,-1,-1,0,2,0),(81,'ΰ+1','Bastard Sword+1',1,0,0,2,32,1,16,'',15000,16500,82,11,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,6,-1,-1,-1,-1,-1,-1,0,2,0),(82,'ΰ+2','Bastard Sword+2',1,0,0,2,32,1,16,'',15000,18000,83,12,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,12,-1,-1,-1,-1,-1,-1,0,2,0),(83,'ΰ+3','Bastard Sword+3',1,0,0,2,32,1,16,'',15000,21000,84,13,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,18,-1,-1,-1,-1,-1,-1,0,2,0),(84,'ΰ+4','Bastard Sword+4',1,0,0,2,32,1,16,'',15000,25000,85,14,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,24,-1,-1,-1,-1,-1,-1,30,2,0),(85,'ΰ+5','Bastard Sword+5',1,0,0,2,32,1,16,'',15000,31500,86,15,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,32,-1,-1,-1,-1,-1,-1,40,2,0),(86,'ΰ+6','Bastard Sword+6',1,0,0,2,32,1,16,'',15000,40500,87,16,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,41,-1,-1,-1,-1,-1,-1,50,2,0),(87,'ΰ+7','Bastard Sword+7',1,0,0,2,32,1,16,'',15000,55000,88,17,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,51,-1,-1,-1,-1,-1,-1,65,2,0),(88,'ΰ+8','Bastard Sword+8',1,0,0,2,32,1,16,'',15000,77000,89,18,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,62,-1,-1,-1,-1,-1,-1,80,2,0),(89,'ΰ+9','Bastard Sword+9',1,0,0,2,32,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,21,0,0,0,0,0,52,68,48,58,74,-1,-1,-1,-1,-1,-1,100,2,0),(90,'+0','Barbarian Sword+0',1,0,0,2,32,1,16,'',20000,20000,91,10,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,0,-1,-1,-1,-1,-1,-1,0,2,0),(91,'+1','Barbarian Sword+1',1,0,0,2,32,1,16,'',20000,22000,92,11,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,6,-1,-1,-1,-1,-1,-1,0,2,0),(92,'+2','Barbarian Sword+2',1,0,0,2,32,1,16,'',20000,24000,93,12,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,12,-1,-1,-1,-1,-1,-1,0,2,0),(93,'+3','Barbarian Sword+3',1,0,0,2,32,1,16,'',20000,28000,94,13,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,18,-1,-1,-1,-1,-1,-1,0,2,0),(94,'+4','Barbarian Sword+4',1,0,0,2,32,1,16,'',20000,33500,95,14,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,24,-1,-1,-1,-1,-1,-1,30,2,0),(95,'+5','Barbarian Sword+5',1,0,0,2,32,1,16,'',20000,41500,96,15,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,32,-1,-1,-1,-1,-1,-1,40,2,0),(96,'+6','Barbarian Sword+6',1,0,0,2,32,1,16,'',20000,54500,97,16,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,41,-1,-1,-1,-1,-1,-1,50,2,0),(97,'+7','Barbarian Sword+7',1,0,0,2,32,1,16,'',20000,73500,98,17,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,51,-1,-1,-1,-1,-1,-1,65,2,0),(98,'+8','Barbarian Sword+8',1,0,0,2,32,1,16,'',20000,102500,99,18,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,62,-1,-1,-1,-1,-1,-1,80,2,0),(99,'+9','Barbarian Sword+9',1,0,0,2,32,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,15,0,0,0,0,0,48,58,52,68,74,-1,-1,-1,-1,-1,-1,100,2,0),(100,'+0','Bloody Sword+0',1,0,0,2,32,1,16,'',80000,80000,101,19,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,0,-1,-1,-1,-1,-1,-1,0,3,0),(101,'+1','Bloody Sword+1',1,0,0,2,32,1,16,'',80000,90000,102,20,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,5,-1,-1,-1,-1,-1,-1,0,3,0),(102,'+2','Bloody Sword+2',1,0,0,2,32,1,16,'',80000,95000,103,21,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,10,-1,-1,-1,-1,-1,-1,0,3,0),(103,'+3','Bloody Sword+3',1,0,0,2,32,1,16,'',80000,110000,104,22,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,15,-1,-1,-1,-1,-1,-1,0,3,0),(104,'+4','Bloody Sword+4',1,0,0,2,32,1,16,'',80000,135000,105,23,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,20,-1,-1,-1,-1,-1,-1,30,3,0),(105,'+5','Bloody Sword+5',1,0,0,2,32,1,16,'',80000,165000,106,24,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,27,-1,-1,-1,-1,-1,-1,40,3,0),(106,'+6','Bloody Sword+6',1,0,0,2,32,1,16,'',80000,215000,107,25,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,35,-1,-1,-1,-1,-1,-1,50,3,0),(107,'+7','Bloody Sword+7',1,0,0,2,32,1,16,'',80000,295000,108,26,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,44,-1,-1,-1,-1,-1,-1,65,3,0),(108,'+8','Bloody Sword+8',1,0,0,2,32,1,16,'',80000,410000,109,27,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,54,-1,-1,-1,-1,-1,-1,80,3,0),(109,'+9','Bloody Sword+9',1,0,0,2,32,1,16,'',80000,615000,0,0,0,15,1,45,0,0,7,25,0,0,0,0,0,69,91,65,87,65,-1,-1,-1,-1,-1,-1,100,3,0),(110,'+0','Great Sword+0',1,0,0,2,32,1,16,'',110000,110000,111,19,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,0,-1,-1,-1,-1,-1,-1,0,3,0),(111,'+1','Great Sword+1',1,0,0,2,32,1,16,'',110000,120000,112,20,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,5,-1,-1,-1,-1,-1,-1,0,3,0),(112,'+2','Great Sword+2',1,0,0,2,32,1,16,'',110000,135000,113,21,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,10,-1,-1,-1,-1,-1,-1,0,3,0),(113,'+3','Great Sword+3',1,0,0,2,32,1,16,'',110000,155000,114,22,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,15,-1,-1,-1,-1,-1,-1,0,3,0),(114,'+4','Great Sword+4',1,0,0,2,32,1,16,'',110000,185000,115,23,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,20,-1,-1,-1,-1,-1,-1,30,3,0),(115,'+5','Great Sword+5',1,0,0,2,32,1,16,'',110000,230000,116,24,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,27,-1,-1,-1,-1,-1,-1,40,3,0),(116,'+6','Great Sword+6',1,0,0,2,32,1,16,'',110000,300000,117,25,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,35,-1,-1,-1,-1,-1,-1,50,3,0),(117,'+7','Great Sword+7',1,0,0,2,32,1,16,'',110000,405000,118,26,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,44,-1,-1,-1,-1,-1,-1,65,3,0),(118,'+8','Great Sword+8',1,0,0,2,32,1,16,'',110000,565000,119,27,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,54,-1,-1,-1,-1,-1,-1,80,3,0),(119,'+9','Great Sword+9',1,0,0,2,32,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,22,0,0,0,0,0,65,87,69,91,65,-1,-1,-1,-1,-1,-1,100,3,0),(120,'񼱰+0','Flying Wizard Sword+0',1,0,0,2,32,1,16,'',140000,140000,121,19,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,0,-1,-1,-1,-1,-1,-1,0,3,0),(121,'񼱰+1','Flying Wizard Sword+1',1,0,0,2,32,1,16,'',140000,155000,122,20,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,5,-1,-1,-1,-1,-1,-1,0,3,0),(122,'񼱰+2','Flying Wizard Sword+2',1,0,0,2,32,1,16,'',140000,170000,123,21,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,10,-1,-1,-1,-1,-1,-1,0,3,0),(123,'񼱰+3','Flying Wizard Sword+3',1,0,0,2,32,1,16,'',140000,195000,124,22,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,15,-1,-1,-1,-1,-1,-1,0,3,0),(124,'񼱰+4','Flying Wizard Sword+4',1,0,0,2,32,1,16,'',140000,235000,125,23,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,20,-1,-1,-1,-1,-1,-1,30,3,0),(125,'񼱰+5','Flying Wizard Sword+5',1,0,0,2,32,1,16,'',140000,290000,126,24,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,27,-1,-1,-1,-1,-1,-1,40,3,0),(126,'񼱰+6','Flying Wizard Sword+6',1,0,0,2,32,1,16,'',140000,380000,127,25,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,35,-1,-1,-1,-1,-1,-1,50,3,0),(127,'񼱰+7','Flying Wizard Sword+7',1,0,0,2,32,1,16,'',140000,515000,128,26,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,44,-1,-1,-1,-1,-1,-1,65,3,0),(128,'񼱰+8','Flying Wizard Sword+8',1,0,0,2,32,1,16,'',140000,720000,129,27,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,54,-1,-1,-1,-1,-1,-1,80,3,0),(129,'񼱰+9','Flying Wizard Sword+9',1,0,0,2,32,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,17,0,0,0,0,0,72,108,74,100,65,-1,-1,-1,-1,-1,-1,100,3,0),(130,'ݿ+0','Half Moon Sword+0',1,0,0,2,32,1,16,'',180000,180000,131,19,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,0,-1,-1,-1,-1,-1,-1,0,3,0),(131,'ݿ+1','Half Moon Sword+1',1,0,0,2,32,1,16,'',180000,200000,132,20,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,5,-1,-1,-1,-1,-1,-1,0,3,0),(132,'ݿ+2','Half Moon Sword+2',1,0,0,2,32,1,16,'',180000,220000,133,21,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,10,-1,-1,-1,-1,-1,-1,0,3,0),(133,'ݿ+3','Half Moon Sword+3',1,0,0,2,32,1,16,'',180000,250000,134,22,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,15,-1,-1,-1,-1,-1,-1,0,3,0),(134,'ݿ+4','Half Moon Sword+4',1,0,0,2,32,1,16,'',180000,300000,135,23,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,20,-1,-1,-1,-1,-1,-1,30,3,0),(135,'ݿ+5','Half Moon Sword+5',1,0,0,2,32,1,16,'',180000,375000,136,24,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,27,-1,-1,-1,-1,-1,-1,40,3,0),(136,'ݿ+6','Half Moon Sword+6',1,0,0,2,32,1,16,'',180000,490000,137,25,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,35,-1,-1,-1,-1,-1,-1,50,3,0),(137,'ݿ+7','Half Moon Sword+7',1,0,0,2,32,1,16,'',180000,660000,138,26,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,44,-1,-1,-1,-1,-1,-1,65,3,0),(138,'ݿ+8','Half Moon Sword+8',1,0,0,2,32,1,16,'',180000,925000,139,27,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,54,-1,-1,-1,-1,-1,-1,80,3,0),(139,'ݿ+9','Half Moon Sword+9',1,0,0,2,32,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,74,100,72,108,65,-1,-1,-1,-1,-1,-1,100,3,0),(140,'ְ+0','Battle Sword+0',1,0,0,2,32,1,16,'',360000,360000,141,19,0,15,1,65,0,0,7,15,0,0,0,0,0,65,87,100,140,0,-1,-1,-1,-1,-1,-1,0,3,0),(141,'ְ+1','Battle Sword+1',1,0,0,2,32,1,16,'',360000,395000,142,20,0,15,1,65,0,0,7,15,0,0,0,0,0,63,85,100,140,8,-1,-1,-1,-1,-1,-1,0,3,0),(142,'ְ+2','Battle Sword+2',1,0,0,2,32,1,16,'',360000,435000,143,21,0,15,1,65,0,0,7,15,0,0,0,0,0,61,83,100,140,17,-1,-1,-1,-1,-1,-1,0,3,0),(143,'ְ+3','Battle Sword+3',1,0,0,2,32,1,16,'',360000,500000,144,22,0,15,1,65,0,0,7,15,0,0,0,0,0,59,81,100,140,27,-1,-1,-1,-1,-1,-1,0,3,0),(144,'ְ+4','Battle Sword+4',1,0,0,2,32,1,16,'',360000,600000,145,23,0,15,1,65,0,0,7,15,0,0,0,0,0,57,79,100,140,38,-1,-1,-1,-1,-1,-1,30,3,0),(145,'ְ+5','Battle Sword+5',1,0,0,2,32,1,16,'',360000,750000,146,24,0,15,1,65,0,0,7,15,0,0,0,0,0,55,77,100,140,50,-1,-1,-1,-1,-1,-1,40,3,0),(146,'ְ+6','Battle Sword+6',1,0,0,2,32,1,16,'',360000,975000,147,25,0,15,1,65,0,0,7,15,0,0,0,0,0,53,75,100,140,63,-1,-1,-1,-1,-1,-1,50,3,0),(147,'ְ+7','Battle Sword+7',1,0,0,2,32,1,16,'',360000,1320000,148,26,0,15,1,65,0,0,7,15,0,0,0,0,0,51,73,100,140,77,-1,-1,-1,-1,-1,-1,65,3,0),(148,'ְ+8','Battle Sword+8',1,0,0,2,32,1,16,'',360000,1845000,149,27,0,15,1,65,0,0,7,15,0,0,0,0,0,39,61,100,140,102,-1,-1,-1,-1,-1,-1,80,3,0),(149,'ְ+9','Battle Sword+9',1,0,0,2,32,1,16,'',360000,2770000,270,501,0,15,1,65,0,0,7,15,0,0,0,0,0,18,40,100,140,137,-1,-1,-1,-1,-1,-1,100,3,0),(150,';ư+0','Ghost Fang Blade+0',1,0,0,2,44,1,16,'',360000,360000,151,19,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,77,105,0,-1,-1,-1,-1,-1,-1,0,3,0),(151,';ư+1','Ghost Fang Blade+1',1,0,0,2,44,1,16,'',360000,395000,152,20,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,74,102,8,-1,-1,-1,-1,-1,-1,0,3,0),(152,';ư+2','Ghost Fang Blade+2',1,0,0,2,44,1,16,'',360000,435000,153,21,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,70,100,17,-1,-1,-1,-1,-1,-1,0,3,0),(153,';ư+3','Ghost Fang Blade+3',1,0,0,2,44,1,16,'',360000,500000,154,22,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,69,99,27,-1,-1,-1,-1,-1,-1,0,3,0),(154,';ư+4','Ghost Fang Blade+4',1,0,0,2,44,1,16,'',360000,600000,155,23,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,67,98,38,-1,-1,-1,-1,-1,-1,30,3,0),(155,';ư+5','Ghost Fang Blade+5',1,0,0,2,44,1,16,'',360000,750000,156,24,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,63,96,50,-1,-1,-1,-1,-1,-1,40,3,0),(156,';ư+6','Ghost Fang Blade+6',1,0,0,2,44,1,16,'',360000,975000,157,25,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,56,93,63,-1,-1,-1,-1,-1,-1,50,3,0),(157,';ư+7','Ghost Fang Blade+7',1,0,0,2,44,1,16,'',360000,1320000,158,26,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,46,87,77,-1,-1,-1,-1,-1,-1,65,3,0),(158,';ư+8','Ghost Fang Blade+8',1,0,0,2,44,1,16,'',360000,1845000,159,27,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,29,79,102,-1,-1,-1,-1,-1,-1,80,3,0),(159,';ư+9','Ghost Fang Blade+9',1,0,0,2,44,1,16,'',360000,2770000,280,501,0,15,1,65,0,0,7,15,0,0,0,0,0,90,110,5,67,137,-1,-1,-1,-1,-1,-1,100,3,0),(160,'õ+0','Nymph Sword+0',1,0,0,2,32,1,16,'',360000,360000,161,19,0,15,1,65,0,0,7,17,0,0,0,0,0,69,81,102,138,0,-1,-1,-1,-1,-1,-1,0,3,0),(161,'õ+1','Nymph Sword+1',1,0,0,2,32,1,16,'',360000,395000,162,20,0,15,1,65,0,0,7,18,0,0,0,0,0,69,81,102,138,6,-1,-1,-1,-1,-1,-1,0,3,0),(162,'õ+2','Nymph Sword+2',1,0,0,2,32,1,16,'',360000,435000,163,21,0,15,1,65,0,0,7,19,0,0,0,0,0,69,81,102,138,13,-1,-1,-1,-1,-1,-1,0,3,0),(163,'õ+3','Nymph Sword+3',1,0,0,2,32,1,16,'',360000,500000,164,22,0,15,1,65,0,0,7,20,0,0,0,0,0,69,81,102,138,21,-1,-1,-1,-1,-1,-1,0,3,0),(164,'õ+4','Nymph Sword+4',1,0,0,2,32,1,16,'',360000,600000,165,23,0,15,1,65,0,0,7,21,0,0,0,0,0,69,81,102,138,30,-1,-1,-1,-1,-1,-1,30,3,0),(165,'õ+5','Nymph Sword+5',1,0,0,2,32,1,16,'',360000,750000,166,24,0,15,1,65,0,0,7,22,0,0,0,0,0,69,81,102,138,40,-1,-1,-1,-1,-1,-1,40,3,0),(166,'õ+6','Nymph Sword+6',1,0,0,2,32,1,16,'',360000,975000,167,25,0,15,1,65,0,0,7,23,0,0,0,0,0,69,81,102,138,51,-1,-1,-1,-1,-1,-1,50,3,0),(167,'õ+7','Nymph Sword+7',1,0,0,2,32,1,16,'',360000,1320000,168,26,0,15,1,65,0,0,7,24,0,0,0,0,0,69,81,102,138,63,-1,-1,-1,-1,-1,-1,65,3,0),(168,'õ+8','Nymph Sword+8',1,0,0,2,32,1,16,'',360000,1845000,169,27,0,15,1,65,0,0,7,25,0,0,0,0,0,69,81,102,138,76,-1,-1,-1,-1,-1,-1,80,3,0),(169,'õ+9','Nymph Sword+9',1,0,0,2,32,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,27,0,0,0,0,0,69,81,102,138,90,-1,-1,-1,-1,-1,-1,100,3,0),(170,'е+0','Sting Sword+0',1,0,0,2,32,1,16,'',360000,2225000,171,19,0,5,1,70,0,0,7,15,1,50,0,0,0,69,81,102,138,0,-1,-1,-1,-1,-1,-1,0,3,0),(171,'е+1','Sting Sword+1',1,0,0,2,32,1,16,'',360000,2300000,172,20,0,5,1,70,0,0,7,15,1,100,0,0,0,69,81,102,138,6,-1,-1,-1,-1,-1,-1,0,3,0),(172,'е+2','Sting Sword+2',1,0,0,2,32,1,16,'',360000,2675000,173,21,0,5,1,70,0,0,7,15,1,150,0,0,0,69,81,102,138,13,-1,-1,-1,-1,-1,-1,0,3,0),(173,'е+3','Sting Sword+3',1,0,0,2,32,1,16,'',360000,3500000,174,22,0,5,1,70,0,0,7,15,1,300,0,0,0,69,81,102,138,21,-1,-1,-1,-1,-1,-1,0,3,0),(174,'е+4','Sting Sword+4',1,0,0,2,32,1,16,'',360000,5500000,175,23,0,5,1,70,0,0,7,15,1,450,0,0,0,69,81,102,138,30,-1,-1,-1,-1,-1,-1,30,3,0),(175,'е+5','Sting Sword+5',1,0,0,2,32,1,16,'',360000,7000000,176,24,0,5,1,70,0,0,7,15,1,600,0,0,0,69,81,102,138,40,-1,-1,-1,-1,-1,-1,40,3,0),(176,'е+6','Sting Sword+6',1,0,0,2,288,1,16,'',360000,7600000,177,25,0,5,1,70,0,0,7,15,1,800,0,0,0,69,81,102,138,51,-1,-1,-1,-1,-1,-1,50,3,0),(177,'е+7','Sting Sword+7',1,0,0,2,288,1,16,'',360000,12250000,178,26,0,5,1,70,0,0,7,15,1,1000,0,0,0,69,81,102,138,63,-1,-1,-1,-1,-1,-1,65,3,0),(178,'е+8','Sting Sword+8',1,0,0,2,288,1,16,'',360000,15000000,179,27,0,5,1,70,0,0,7,15,1,1200,0,0,0,69,81,102,138,76,-1,-1,-1,-1,-1,-1,80,3,0),(179,'е+9','Sting Sword+9',1,0,0,2,288,1,16,'',360000,18750000,0,0,0,5,1,70,0,0,7,15,1,1500,0,0,0,69,81,102,138,90,-1,-1,-1,-1,-1,-1,100,3,0),(180,'+0','Poison Sword+0',1,0,0,2,32,1,16,'',360000,360000,181,19,0,5,1,75,0,0,7,17,0,0,0,0,0,0,0,100,140,0,-1,-1,-1,-1,-1,-1,0,3,-1),(181,'+1','Poison Sword+1',1,0,0,2,32,1,16,'',360000,395000,182,20,0,5,1,75,0,0,7,18,0,0,0,0,0,0,0,100,140,8,-1,-1,-1,-1,-1,-1,0,3,-1),(182,'+2','Poison Sword+2',1,0,0,2,32,1,16,'',360000,435000,183,21,0,5,1,75,0,0,7,19,0,0,0,0,0,0,0,100,140,17,-1,-1,-1,-1,-1,-1,0,3,-1),(183,'+3','Poison Sword+3',1,0,0,2,32,1,16,'',360000,500000,184,22,0,5,1,75,0,0,7,20,0,0,0,0,0,0,0,100,140,27,-1,-1,-1,-1,-1,-1,0,3,-1),(184,'+4','Poison Sword+4',1,0,0,2,32,1,16,'',360000,600000,185,23,0,5,1,75,0,0,7,21,0,0,0,0,0,0,0,100,140,38,-1,-1,-1,-1,-1,-1,30,3,-1),(185,'+5','Poison Sword+5',1,0,0,2,32,1,16,'',360000,750000,186,24,0,5,1,75,0,0,7,22,0,0,0,0,0,0,0,100,140,50,-1,-1,-1,-1,-1,-1,40,3,-1),(186,'+6','Poison Sword+6',1,0,0,2,32,1,16,'',360000,975000,187,25,0,5,1,75,0,0,7,23,0,0,0,0,0,0,0,100,140,63,-1,-1,-1,-1,-1,-1,50,3,-1),(187,'+7','Poison Sword+7',1,0,0,2,32,1,16,'',360000,1320000,188,26,0,5,1,75,0,0,7,24,0,0,0,0,0,0,0,100,140,77,-1,-1,-1,-1,-1,-1,65,3,-1),(188,'+8','Poison Sword+8',1,0,0,2,32,1,16,'',360000,1845000,189,27,0,5,1,75,0,0,7,25,0,0,0,0,0,0,0,100,140,102,-1,-1,-1,-1,-1,-1,80,3,-1),(189,'+9','Poison Sword+9',1,0,0,2,32,1,16,'',360000,2770000,0,0,0,5,1,75,0,0,7,26,0,0,0,0,0,0,0,100,140,137,-1,-1,-1,-1,-1,-1,100,3,-1),(190,'ڰ+0','Lion Sword+0',1,0,0,2,44,1,16,'',360000,360000,191,19,0,5,1,75,0,0,7,17,0,0,0,0,0,77,105,90,110,0,-1,-1,-1,-1,-1,-1,0,3,-1),(191,'ڰ+1','Lion Sword+1',1,0,0,2,44,1,16,'',360000,395000,192,20,0,5,1,75,0,0,7,18,0,0,0,0,0,74,102,90,110,6,-1,-1,-1,-1,-1,-1,0,3,-1),(192,'ڰ+2','Lion Sword+2',1,0,0,2,44,1,16,'',360000,435000,193,21,0,5,1,75,0,0,7,19,0,0,0,0,0,70,100,90,110,13,-1,-1,-1,-1,-1,-1,0,3,-1),(193,'ڰ+3','Lion Sword+3',1,0,0,2,44,1,16,'',360000,500000,194,22,0,5,1,75,0,0,7,20,0,0,0,0,0,69,99,90,110,21,-1,-1,-1,-1,-1,-1,0,3,-1),(194,'ڰ+4','Lion Sword+4',1,0,0,2,44,1,16,'',360000,600000,195,23,0,5,1,75,0,0,7,21,0,0,0,0,0,67,98,90,110,30,-1,-1,-1,-1,-1,-1,30,3,-1),(195,'ڰ+5','Lion Sword+5',1,0,0,2,300,1,16,'',360000,750000,196,24,0,5,1,75,0,0,7,22,0,0,0,0,0,63,96,90,110,40,-1,-1,-1,-1,-1,-1,40,3,-1),(196,'ڰ+6','Lion Sword+6',1,0,0,2,300,1,16,'',360000,975000,197,25,0,5,1,75,0,0,7,23,0,0,0,0,0,56,93,90,110,51,-1,-1,-1,-1,-1,-1,50,3,-1),(197,'ڰ+7','Lion Sword+7',1,0,0,2,300,1,16,'',360000,1320000,198,26,0,5,1,75,0,0,7,24,0,0,0,0,0,46,87,90,110,63,-1,-1,-1,-1,-1,-1,65,3,-1),(198,'ڰ+8','Lion Sword+8',1,0,0,2,300,1,16,'',360000,1845000,199,27,0,5,1,75,0,0,7,25,0,0,0,0,0,29,79,90,110,76,-1,-1,-1,-1,-1,-1,80,3,-1),(199,'ڰ+9','Lion Sword+9',1,0,0,2,300,1,16,'',360000,2770000,0,0,0,5,1,75,0,0,7,26,0,0,0,0,0,5,67,90,110,90,-1,-1,-1,-1,-1,-1,100,3,-1),(200,'𸶵+0','Edge Blade+0',1,0,0,2,300,1,16,'',360000,360000,201,502,0,5,1,80,0,0,7,15,22,2,17,2,0,68,90,92,135,100,-1,-1,-1,-1,-1,-1,0,3,0),(201,'𸶵+1','Edge Blade+1',1,0,0,2,300,1,16,'',360000,395000,202,503,0,5,1,80,0,0,7,15,22,3,17,3,0,59,81,83,125,111,-1,-1,-1,-1,-1,-1,0,3,0),(202,'𸶵+2','Edge Blade+2',1,0,0,2,300,1,16,'',360000,435000,203,504,0,5,1,82,0,0,7,16,22,4,17,4,0,3,25,27,68,170,-1,-1,-1,-1,-1,-1,0,3,0),(203,'𸶵+3','Edge Blade+3',1,0,0,2,300,1,16,'',360000,500000,204,505,0,5,1,82,0,0,7,17,22,5,17,5,0,6,29,31,70,170,-1,-1,-1,-1,-1,-1,0,3,0),(204,'𸶵+4','Edge Blade+4',1,0,0,2,300,1,16,'',360000,600000,205,506,0,5,1,84,0,0,7,18,22,6,17,6,0,10,34,36,73,170,-1,-1,-1,-1,-1,-1,30,3,0),(205,'𸶵+5','Edge Blade+5',1,0,0,2,300,1,16,'',360000,750000,206,507,0,5,1,84,0,0,7,20,22,7,17,7,0,5,30,32,66,180,-1,-1,-1,-1,-1,-1,40,3,0),(206,'𸶵+6','Edge Blade+6',1,0,0,2,300,1,16,'',360000,975000,207,508,0,5,1,86,0,0,7,22,22,8,17,8,0,1,27,29,61,190,-1,-1,-1,-1,-1,-1,50,3,0),(207,'𸶵+7','Edge Blade+7',1,0,0,2,300,1,16,'',360000,1320000,208,509,0,5,1,86,0,0,7,24,22,9,17,9,0,8,35,37,66,190,-1,-1,-1,-1,-1,-1,65,3,0),(208,'𸶵+8','Edge Blade+8',1,0,0,2,300,1,16,'',360000,1845000,209,510,0,5,1,88,0,0,7,27,22,10,17,10,0,8,34,36,62,200,-1,-1,-1,-1,-1,-1,80,3,0),(209,'𸶵+9','Edge Blade+9',1,0,0,2,300,1,16,'',360000,2770000,470,610,0,5,1,90,0,0,7,30,22,12,17,12,0,10,35,38,60,210,-1,-1,-1,-1,-1,-1,100,3,0),(210,'ڱݵ+0','Deadly Blade+0',1,0,0,2,32,1,16,'',10000,10000,211,1,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(211,'ڱݵ+1','Deadly Blade+1',1,0,0,2,32,1,16,'',10000,10000,212,2,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,7,7,0,-1,-1,-1,-1,-1,-1,0,0,0),(212,'ڱݵ+2','Deadly Blade+2',1,0,0,2,32,1,16,'',10000,10000,213,3,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,14,14,0,-1,-1,-1,-1,-1,-1,0,0,0),(213,'ڱݵ+3','Deadly Blade+3',1,0,0,2,32,1,16,'',10000,10000,214,4,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,21,21,0,-1,-1,-1,-1,-1,-1,0,0,0),(214,'ڱݵ+4','Deadly Blade+4',1,0,0,2,32,1,16,'',10000,10000,215,5,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,28,28,0,-1,-1,-1,-1,-1,-1,30,0,0),(215,'ڱݵ+5','Deadly Blade+5',1,0,0,2,32,1,16,'',10000,10000,216,6,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,35,35,0,-1,-1,-1,-1,-1,-1,40,0,0),(216,'ڱݵ+6','Deadly Blade+6',1,0,0,2,32,1,16,'',10000,10000,217,7,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,42,42,0,-1,-1,-1,-1,-1,-1,50,0,0),(217,'ڱݵ+7','Deadly Blade+7',1,0,0,2,32,1,16,'',10000,10000,218,8,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,49,49,0,-1,-1,-1,-1,-1,-1,65,0,0),(218,'ڱݵ+8','Deadly Blade+8',1,0,0,2,32,1,16,'',10000,10000,219,9,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,56,56,0,-1,-1,-1,-1,-1,-1,80,0,0),(219,'ڱݵ+9','Deadly Blade+9',1,0,0,2,32,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,63,63,0,-1,-1,-1,-1,-1,-1,100,0,0),(220,'ư+0','Lunar Sword+0',1,0,0,2,32,1,16,'',10000,10000,221,1,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(221,'ư+1','Lunar Sword+1',1,0,0,2,32,1,16,'',10000,10000,222,2,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,7,7,0,-1,-1,-1,-1,-1,-1,0,0,0),(222,'ư+2','Lunar Sword+2',1,0,0,2,32,1,16,'',10000,10000,223,3,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,14,14,0,-1,-1,-1,-1,-1,-1,0,0,0),(223,'ư+3','Lunar Sword+3',1,0,0,2,32,1,16,'',10000,10000,224,4,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,21,21,0,-1,-1,-1,-1,-1,-1,0,0,0),(224,'ư+4','Lunar Sword+4',1,0,0,2,32,1,16,'',10000,10000,225,5,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,28,28,0,-1,-1,-1,-1,-1,-1,30,0,0),(225,'ư+5','Lunar Sword+5',1,0,0,2,32,1,16,'',10000,10000,226,6,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,35,35,0,-1,-1,-1,-1,-1,-1,40,0,0),(226,'ư+6','Lunar Sword+6',1,0,0,2,32,1,16,'',10000,10000,227,7,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,42,42,0,-1,-1,-1,-1,-1,-1,50,0,0),(227,'ư+7','Lunar Sword+7',1,0,0,2,32,1,16,'',10000,10000,228,8,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,49,49,0,-1,-1,-1,-1,-1,-1,65,0,0),(228,'ư+8','Lunar Sword+8',1,0,0,2,32,1,16,'',10000,10000,229,9,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,56,56,0,-1,-1,-1,-1,-1,-1,80,0,0),(229,'ư+9','Lunar Sword+9',1,0,0,2,32,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,63,63,0,-1,-1,-1,-1,-1,-1,100,0,0),(230,'õ+0','Heavenly Sword+0',1,0,0,2,32,1,16,'',10000,10000,231,19,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(231,'õ+1','Heavenly Sword+1',1,0,0,2,32,1,16,'',10000,10000,232,20,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,7,7,0,-1,-1,-1,-1,-1,-1,0,0,0),(232,'õ+2','Heavenly Sword+2',1,0,0,2,32,1,16,'',10000,10000,233,21,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,14,14,0,-1,-1,-1,-1,-1,-1,0,0,0),(233,'õ+3','Heavenly Sword+3',1,0,0,2,32,1,16,'',10000,10000,234,22,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,21,21,0,-1,-1,-1,-1,-1,-1,0,0,0),(234,'õ+4','Heavenly Sword+4',1,0,0,2,32,1,16,'',10000,10000,235,23,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,28,28,0,-1,-1,-1,-1,-1,-1,30,0,0),(235,'õ+5','Heavenly Sword+5',1,0,0,2,32,1,16,'',10000,10000,236,24,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,35,35,0,-1,-1,-1,-1,-1,-1,40,0,0),(236,'õ+6','Heavenly Sword+6',1,0,0,2,32,1,16,'',10000,10000,237,25,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,42,42,0,-1,-1,-1,-1,-1,-1,50,0,0),(237,'õ+7','Heavenly Sword+7',1,0,0,2,32,1,16,'',10000,10000,238,26,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,49,49,0,-1,-1,-1,-1,-1,-1,65,0,0),(238,'õ+8','Heavenly Sword+8',1,0,0,2,32,1,16,'',10000,10000,239,27,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,56,56,0,-1,-1,-1,-1,-1,-1,80,0,0),(239,'õ+9','Heavenly Sword+9',1,0,0,2,32,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,63,63,0,-1,-1,-1,-1,-1,-1,100,0,0),(240,'𸶵+0','Exorcism Sword+0',1,0,0,2,44,1,16,'',360000,360000,241,19,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,0,-1,-1,-1,-1,-1,-1,0,3,0),(241,'𸶵+1','Exorcism Sword+1',1,0,0,2,44,1,16,'',360000,395000,242,20,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,6,-1,-1,-1,-1,-1,-1,0,3,0),(242,'𸶵+2','Exorcism Sword+2',1,0,0,2,44,1,16,'',360000,435000,243,21,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,13,-1,-1,-1,-1,-1,-1,0,3,0),(243,'𸶵+3','Exorcism Sword+3',1,0,0,2,44,1,16,'',360000,500000,244,22,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,21,-1,-1,-1,-1,-1,-1,0,3,0),(244,'𸶵+4','Exorcism Sword+4',1,0,0,2,44,1,16,'',360000,600000,245,23,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,30,-1,-1,-1,-1,-1,-1,30,3,0),(245,'𸶵+5','Exorcism Sword+5',1,0,0,2,44,1,16,'',360000,750000,246,24,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,40,-1,-1,-1,-1,-1,-1,40,3,0),(246,'𸶵+6','Exorcism Sword+6',1,0,0,2,44,1,16,'',360000,975000,247,25,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,51,-1,-1,-1,-1,-1,-1,50,3,0),(247,'𸶵+7','Exorcism Sword+7',1,0,0,2,44,1,16,'',360000,1320000,248,26,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,63,-1,-1,-1,-1,-1,-1,65,3,0),(248,'𸶵+8','Exorcism Sword+8',1,0,0,2,44,1,16,'',360000,1845000,249,27,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,76,-1,-1,-1,-1,-1,-1,80,3,0),(249,'𸶵+9','Exorcism Sword+9',1,0,0,2,44,1,16,'',360000,2770000,200,501,0,15,1,65,0,0,7,15,0,0,0,0,0,74,98,98,142,90,-1,-1,-1,-1,-1,-1,100,3,0),(250,'͵+0','Demon Blade+0',1,0,0,2,44,1,16,'',360000,2225000,251,19,0,5,1,70,0,0,7,15,25,2,0,0,0,90,110,77,105,0,-1,-1,-1,-1,-1,-1,0,3,0),(251,'͵+1','Demon Blade+1',1,0,0,2,44,1,16,'',360000,2300000,252,20,0,5,1,70,0,0,7,15,25,3,0,0,0,90,110,74,102,6,-1,-1,-1,-1,-1,-1,0,3,0),(252,'͵+2','Demon Blade+2',1,0,0,2,44,1,16,'',360000,2675000,253,21,0,5,1,70,0,0,7,15,25,4,0,0,0,90,110,70,100,13,-1,-1,-1,-1,-1,-1,0,3,0),(253,'͵+3','Demon Blade+3',1,0,0,2,44,1,16,'',360000,3500000,254,22,0,5,1,70,0,0,7,15,25,5,0,0,0,90,110,69,99,21,-1,-1,-1,-1,-1,-1,0,3,0),(254,'͵+4','Demon Blade+4',1,0,0,2,44,1,16,'',360000,5500000,255,23,0,5,1,70,0,0,7,15,25,7,0,0,0,90,110,67,98,30,-1,-1,-1,-1,-1,-1,30,3,0),(255,'͵+5','Demon Blade+5',1,0,0,2,44,1,16,'',360000,7000000,256,24,0,5,1,70,0,0,7,15,25,9,0,0,0,90,110,63,96,40,-1,-1,-1,-1,-1,-1,40,3,0),(256,'͵+6','Demon Blade+6',1,0,0,2,300,1,16,'',360000,7600000,257,25,0,5,1,70,0,0,7,15,25,12,0,0,0,90,110,56,93,51,-1,-1,-1,-1,-1,-1,50,3,0),(257,'͵+7','Demon Blade+7',1,0,0,2,300,1,16,'',360000,12250000,258,26,0,5,1,70,0,0,7,15,25,15,0,0,0,90,110,46,87,63,-1,-1,-1,-1,-1,-1,65,3,0),(258,'͵+8','Demon Blade+8',1,0,0,2,300,1,16,'',360000,15000000,259,27,0,5,1,70,0,0,7,15,25,18,0,0,0,90,110,29,79,76,-1,-1,-1,-1,-1,-1,80,3,0),(259,'͵+9','Demon Blade+9',1,0,0,2,300,1,16,'',360000,18750000,0,0,0,5,1,70,0,0,7,15,25,25,0,0,0,90,110,5,67,90,-1,-1,-1,-1,-1,-1,100,3,0),(260,'Ű+0','Baron Sword+0',1,0,0,2,32,1,16,'',30000,30000,261,19,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(261,'Ű+1','Baron Sword+1',1,0,0,2,32,1,16,'',30000,30000,262,20,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,7,7,0,-1,-1,-1,-1,-1,-1,0,0,0),(262,'Ű+2','Baron Sword+2',1,0,0,2,32,1,16,'',30000,30000,263,21,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,14,14,0,-1,-1,-1,-1,-1,-1,0,0,0),(263,'Ű+3','Baron Sword+3',1,0,0,2,32,1,16,'',30000,30000,264,22,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,21,21,0,-1,-1,-1,-1,-1,-1,0,0,0),(264,'Ű+4','Baron Sword+4',1,0,0,2,32,1,16,'',30000,30000,265,23,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,28,28,0,-1,-1,-1,-1,-1,-1,30,0,0),(265,'Ű+5','Baron Sword+5',1,0,0,2,32,1,16,'',30000,30000,266,24,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,35,35,0,-1,-1,-1,-1,-1,-1,40,0,0),(266,'Ű+6','Baron Sword+6',1,0,0,2,32,1,16,'',30000,30000,267,25,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,42,42,0,-1,-1,-1,-1,-1,-1,50,0,0),(267,'Ű+7','Baron Sword+7',1,0,0,2,32,1,16,'',30000,30000,268,26,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,49,49,0,-1,-1,-1,-1,-1,-1,65,0,0),(268,'Ű+8','Baron Sword+8',1,0,0,2,32,1,16,'',30000,30000,269,27,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,56,56,0,-1,-1,-1,-1,-1,-1,80,0,0),(269,'Ű+9','Baron Sword+9',1,0,0,2,32,1,16,'',30000,30000,0,9,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,63,63,0,-1,-1,-1,-1,-1,-1,100,0,0),(270,'ְ+0','Triton Sword+0',1,0,0,2,288,1,16,'',360000,360000,271,502,0,5,1,80,0,0,7,15,22,2,17,2,0,18,40,100,140,137,-1,-1,-1,-1,-1,-1,0,3,0),(271,'ְ+1','Triton Sword+1',1,0,0,2,288,1,16,'',360000,395000,272,503,0,5,1,80,0,0,7,15,22,3,17,3,0,18,40,100,140,138,-1,-1,-1,-1,-1,-1,0,3,0),(272,'ְ+2','Triton Sword+2',1,0,0,2,288,1,16,'',360000,435000,273,504,0,5,1,82,0,0,7,16,22,4,17,4,0,18,40,100,140,140,-1,-1,-1,-1,-1,-1,0,3,0),(273,'ְ+3','Triton Sword+3',1,0,0,2,288,1,16,'',360000,500000,274,505,0,5,1,82,0,0,7,17,22,5,17,5,0,18,40,100,140,144,-1,-1,-1,-1,-1,-1,0,3,0),(274,'ְ+4','Triton Sword+4',1,0,0,2,288,1,16,'',360000,600000,275,506,0,5,1,84,0,0,7,18,22,6,17,6,0,18,40,100,140,149,-1,-1,-1,-1,-1,-1,30,3,0),(275,'ְ+5','Triton Sword+5',1,0,0,2,288,1,16,'',360000,750000,276,507,0,5,1,84,0,0,7,20,22,7,17,7,0,18,40,100,140,155,-1,-1,-1,-1,-1,-1,40,3,0),(276,'ְ+6','Triton Sword+6',1,0,0,2,288,1,16,'',360000,975000,277,508,0,5,1,86,0,0,7,22,22,8,17,8,0,18,40,100,139,162,-1,-1,-1,-1,-1,-1,50,3,0),(277,'ְ+7','Triton Sword+7',1,0,0,2,288,1,16,'',360000,1320000,278,509,0,5,1,86,0,0,7,24,22,9,17,9,0,18,40,100,138,170,-1,-1,-1,-1,-1,-1,65,3,0),(278,'ְ+8','Triton Sword+8',1,0,0,2,288,1,16,'',360000,1845000,279,510,0,5,1,88,0,0,7,27,22,10,17,10,0,18,40,100,136,180,-1,-1,-1,-1,-1,-1,80,3,0),(279,'ְ+9','Triton Sword+9',1,0,0,2,288,1,16,'',360000,2770000,460,610,0,5,1,90,0,0,7,30,22,12,17,12,0,18,40,100,135,190,-1,-1,-1,-1,-1,-1,100,3,0),(280,';ư+0','Holy Sword+0',1,0,0,2,300,1,16,'',360000,360000,281,502,0,5,1,80,0,0,7,15,22,2,17,2,0,90,110,5,70,140,-1,-1,-1,-1,-1,-1,0,3,0),(281,';ư+1','Holy Sword+1',1,0,0,2,300,1,16,'',360000,395000,282,503,0,5,1,80,0,0,7,15,22,3,17,3,0,99,119,15,80,132,-1,-1,-1,-1,-1,-1,0,3,0),(282,';ư+2','Holy Sword+2',1,0,0,2,300,1,16,'',360000,435000,283,504,0,5,1,82,0,0,7,16,22,4,17,4,0,90,110,8,72,142,-1,-1,-1,-1,-1,-1,0,3,0),(283,';ư+3','Holy Sword+3',1,0,0,2,300,1,16,'',360000,500000,284,505,0,5,1,82,0,0,7,17,22,5,17,5,0,84,104,4,67,150,-1,-1,-1,-1,-1,-1,0,3,0),(284,';ư+4','Holy Sword+4',1,0,0,2,300,1,16,'',360000,600000,285,506,0,5,1,84,0,0,7,18,22,6,17,6,0,86,106,9,70,150,-1,-1,-1,-1,-1,-1,30,3,0),(285,';ư+5','Holy Sword+5',1,0,0,2,300,1,16,'',360000,750000,286,507,0,5,1,84,0,0,7,20,22,7,17,7,0,79,99,5,64,160,-1,-1,-1,-1,-1,-1,40,3,0),(286,';ư+6','Holy Sword+6',1,0,0,2,300,1,16,'',360000,975000,287,508,0,5,1,86,0,0,7,22,22,8,17,8,0,72,92,3,58,170,-1,-1,-1,-1,-1,-1,50,3,0),(287,';ư+7','Holy Sword+7',1,0,0,2,300,1,16,'',360000,1320000,288,509,0,5,1,86,0,0,7,24,22,9,17,9,0,66,86,3,54,180,-1,-1,-1,-1,-1,-1,65,3,0),(288,';ư+8','Holy Sword+8',1,0,0,2,300,1,16,'',360000,1845000,289,510,0,5,1,88,0,0,7,27,22,10,17,10,0,62,82,5,51,190,-1,-1,-1,-1,-1,-1,80,3,0),(289,';ư+9','Holy Sword+9',1,0,0,2,300,1,16,'',360000,2770000,470,610,0,5,1,90,0,0,7,30,22,12,17,12,0,60,80,10,50,200,-1,-1,-1,-1,-1,-1,100,3,0),(290,'+0','Full Moon Sword+0',1,0,0,2,32,1,16,'',15000,30000,291,352,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,0,-1,-1,-1,-1,-1,-1,0,2,-1),(291,'+1','Full Moon Sword+1',1,0,0,2,32,1,16,'',15000,33000,292,353,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,6,-1,-1,-1,-1,-1,-1,0,2,-1),(292,'+2','Full Moon Sword+2',1,0,0,2,32,1,16,'',15000,36500,293,354,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,11,-1,-1,-1,-1,-1,-1,0,2,-1),(293,'+3','Full Moon Sword+3',1,0,0,2,32,1,16,'',15000,41500,294,355,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,17,-1,-1,-1,-1,-1,-1,0,2,-1),(294,'+4','Full Moon Sword+4',1,0,0,2,32,1,16,'',15000,50000,295,356,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,22,-1,-1,-1,-1,-1,-1,30,2,-1),(295,'+5','Full Moon Sword+5',1,0,0,2,32,1,16,'',15000,62500,296,357,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,30,-1,-1,-1,-1,-1,-1,40,2,-1),(296,'+6','Full Moon Sword+6',1,0,0,2,32,1,16,'',15000,81500,297,358,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,38,-1,-1,-1,-1,-1,-1,50,2,-1),(297,'+7','Full Moon Sword+7',1,0,0,2,32,1,16,'',15000,110000,298,359,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,48,-1,-1,-1,-1,-1,-1,65,2,-1),(298,'+8','Full Moon Sword+8',1,0,0,2,32,1,16,'',15000,154000,299,360,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,58,-1,-1,-1,-1,-1,-1,80,2,-1),(299,'+9','Full Moon Sword+9',1,0,0,2,32,1,16,'',15000,231000,0,0,0,15,1,30,0,0,7,15,0,0,0,0,0,62,88,57,73,70,-1,-1,-1,-1,-1,-1,100,2,-1),(460,'+0','Rune Sword +0',1,0,0,2,32,1,16,'',120000,120000,461,601,0,0,1,87,0,0,7,15,17,2,63,1,0,119,161,153,207,0,-1,-1,-1,-1,-1,-1,0,3,0),(461,'+1','Rune Sword +1',1,0,0,2,32,1,16,'',120000,130000,462,602,0,0,1,89,0,0,7,15,17,3,63,1,0,119,161,153,207,10,-1,-1,-1,-1,-1,-1,0,3,0),(462,'+2','Rune Sword +2',1,0,0,2,32,1,16,'',120000,145000,463,603,0,0,1,91,0,0,7,15,17,4,63,2,0,119,161,153,207,14,-1,-1,-1,-1,-1,-1,0,3,0),(463,'+3','Rune Sword +3',1,0,0,2,32,1,16,'',120000,165000,464,604,0,0,1,93,0,0,7,15,17,5,63,2,0,119,161,153,207,22,-1,-1,-1,-1,-1,-1,0,3,0),(464,'+4','Rune Sword +4',1,0,0,2,32,1,16,'',120000,190000,465,605,0,0,1,95,0,0,7,15,17,6,63,3,0,119,161,153,207,33,-1,-1,-1,-1,-1,-1,30,3,0),(465,'+5','Rune Sword +5',1,0,0,2,288,1,16,'',120000,220000,466,606,0,0,1,97,0,0,7,15,17,7,63,3,0,119,161,153,207,50,-1,-1,-1,-1,-1,-1,40,3,0),(466,'+6','Rune Sword +6',1,0,0,2,288,1,16,'',120000,265000,467,607,0,0,1,99,0,0,7,15,17,8,63,4,0,119,161,153,207,74,-1,-1,-1,-1,-1,-1,50,3,0),(467,'+7','Rune Sword +7',1,0,0,2,288,1,16,'',120000,325000,468,608,0,0,1,101,0,0,7,15,17,10,63,4,0,119,161,153,207,111,-1,-1,-1,-1,-1,-1,65,3,0),(468,'+8','Rune Sword +8',1,0,0,2,288,1,16,'',120000,405000,469,609,0,0,1,103,0,0,7,15,17,12,63,5,0,119,161,153,207,167,-1,-1,-1,-1,-1,-1,80,3,0),(469,'+9','Rune Sword +9',1,0,0,2,288,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,119,161,153,207,250,-1,-1,-1,-1,-1,-1,100,3,0),(470,'ĸ+0','Dragon Tooth Blade +0',1,0,0,2,44,1,16,'',120000,120000,471,601,0,0,1,87,0,0,7,15,17,2,63,1,0,149,211,116,164,0,-1,-1,-1,-1,-1,-1,0,3,0),(471,'ĸ+1','Dragon Tooth Blade +1',1,0,0,2,44,1,16,'',120000,130000,472,602,0,0,1,89,0,0,7,15,17,3,63,1,0,149,211,116,164,10,-1,-1,-1,-1,-1,-1,0,3,0),(472,'ĸ+2','Dragon Tooth Blade +2',1,0,0,2,44,1,16,'',120000,145000,473,603,0,0,1,91,0,0,7,15,17,4,63,2,0,149,211,116,164,14,-1,-1,-1,-1,-1,-1,0,3,0),(473,'ĸ+3','Dragon Tooth Blade +3',1,0,0,2,44,1,16,'',120000,165000,474,604,0,0,1,93,0,0,7,15,17,5,63,2,0,149,211,116,164,22,-1,-1,-1,-1,-1,-1,0,3,0),(474,'ĸ+4','Dragon Tooth Blade +4',1,0,0,2,44,1,16,'',120000,190000,475,605,0,0,1,95,0,0,7,15,17,6,63,3,0,149,211,116,164,33,-1,-1,-1,-1,-1,-1,30,3,0),(475,'ĸ+5','Dragon Tooth Blade +5',1,0,0,2,300,1,16,'',120000,220000,476,606,0,0,1,97,0,0,7,15,17,7,63,3,0,149,211,116,164,50,-1,-1,-1,-1,-1,-1,40,3,0),(476,'ĸ+6','Dragon Tooth Blade +6',1,0,0,2,300,1,16,'',120000,265000,477,607,0,0,1,99,0,0,7,15,17,8,63,4,0,149,211,116,164,74,-1,-1,-1,-1,-1,-1,50,3,0),(477,'ĸ+7','Dragon Tooth Blade +7',1,0,0,2,300,1,16,'',120000,325000,478,608,0,0,1,101,0,0,7,15,17,10,63,4,0,149,211,116,164,111,-1,-1,-1,-1,-1,-1,65,3,0),(478,'ĸ+8','Dragon Tooth Blade +8',1,0,0,2,300,1,16,'',120000,405000,479,609,0,0,1,103,0,0,7,15,17,12,63,5,0,149,211,116,164,167,-1,-1,-1,-1,-1,-1,80,3,0),(479,'ĸ+9','Dragon Tooth Blade +9',1,0,0,2,300,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,149,211,116,164,250,-1,-1,-1,-1,-1,-1,100,3,0),(1000,'ܵ+0','Dagger+0',1,1,0,1,52,1,16,'',0,0,1001,55,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,0,-1,-1,-1,-1,-1,-1,0,1,0),(1001,'ܵ+1','Dagger+1',1,1,0,1,52,1,16,'',100,100,1002,56,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,4,-1,-1,-1,-1,-1,-1,0,1,0),(1002,'ܵ+2','Dagger+2',1,1,0,1,52,1,16,'',100,100,1003,57,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,8,-1,-1,-1,-1,-1,-1,0,1,0),(1003,'ܵ+3','Dagger+3',1,1,0,1,52,1,16,'',100,150,1004,58,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,12,-1,-1,-1,-1,-1,-1,0,1,0),(1004,'ܵ+4','Dagger+4',1,1,0,1,52,1,16,'',100,150,1005,59,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,16,-1,-1,-1,-1,-1,-1,30,1,0),(1005,'ܵ+5','Dagger+5',1,1,0,1,52,1,16,'',100,200,1006,60,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,20,-1,-1,-1,-1,-1,-1,40,1,0),(1006,'ܵ+6','Dagger+6',1,1,0,1,52,1,16,'',100,250,1007,61,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,24,-1,-1,-1,-1,-1,-1,50,1,0),(1007,'ܵ+7','Dagger+7',1,1,0,1,52,1,16,'',100,350,1008,62,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,28,-1,-1,-1,-1,-1,-1,65,1,0),(1008,'ܵ+8','Dagger+8',1,1,0,1,52,1,16,'',100,500,1009,63,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,32,-1,-1,-1,-1,-1,-1,80,1,0),(1009,'ܵ+9','Dagger+9',1,1,0,1,52,1,16,'',100,750,0,0,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,8,11,36,-1,-1,-1,-1,-1,-1,100,1,0),(1010,'ܵ+0','Cobra Dagger+0',1,1,0,1,52,1,16,'',600,600,1011,55,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,0,-1,-1,-1,-1,-1,-1,0,1,0),(1011,'ܵ+1','Cobra Dagger+1',1,1,0,1,52,1,16,'',600,600,1012,56,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,4,-1,-1,-1,-1,-1,-1,0,1,0),(1012,'ܵ+2','Cobra Dagger+2',1,1,0,1,52,1,16,'',600,600,1013,57,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,8,-1,-1,-1,-1,-1,-1,0,1,0),(1013,'ܵ+3','Cobra Dagger+3',1,1,0,1,52,1,16,'',600,1000,1014,58,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,12,-1,-1,-1,-1,-1,-1,0,1,0),(1014,'ܵ+4','Cobra Dagger+4',1,1,0,1,52,1,16,'',600,1000,1015,59,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,16,-1,-1,-1,-1,-1,-1,30,1,0),(1015,'ܵ+5','Cobra Dagger+5',1,1,0,1,52,1,16,'',600,1500,1016,60,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,20,-1,-1,-1,-1,-1,-1,40,1,0),(1016,'ܵ+6','Cobra Dagger+6',1,1,0,1,52,1,16,'',600,1500,1017,61,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,24,-1,-1,-1,-1,-1,-1,50,1,0),(1017,'ܵ+7','Cobra Dagger+7',1,1,0,1,52,1,16,'',600,2000,1018,62,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,28,-1,-1,-1,-1,-1,-1,65,1,0),(1018,'ܵ+8','Cobra Dagger+8',1,1,0,1,52,1,16,'',600,3000,1019,63,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,32,-1,-1,-1,-1,-1,-1,80,1,0),(1019,'ܵ+9','Cobra Dagger+9',1,1,0,1,52,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,23,0,0,0,0,0,0,0,13,15,36,-1,-1,-1,-1,-1,-1,100,1,0),(1020,'õܵ+0','Scissor Dagger+0',1,1,0,1,52,1,16,'',3000,3000,1021,55,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,0,-1,-1,-1,-1,-1,-1,0,1,0),(1021,'õܵ+1','Scissor Dagger+1',1,1,0,1,52,1,16,'',3000,3500,1022,56,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,4,-1,-1,-1,-1,-1,-1,0,1,0),(1022,'õܵ+2','Scissor Dagger+2',1,1,0,1,52,1,16,'',3000,3500,1023,57,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,8,-1,-1,-1,-1,-1,-1,0,1,0),(1023,'õܵ+3','Scissor Dagger+3',1,1,0,1,52,1,16,'',3000,4000,1024,58,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,12,-1,-1,-1,-1,-1,-1,0,1,0),(1024,'õܵ+4','Scissor Dagger+4',1,1,0,1,52,1,16,'',3000,5000,1025,59,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,16,-1,-1,-1,-1,-1,-1,30,1,0),(1025,'õܵ+5','Scissor Dagger+5',1,1,0,1,52,1,16,'',3000,6500,1026,60,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,20,-1,-1,-1,-1,-1,-1,40,1,0),(1026,'õܵ+6','Scissor Dagger+6',1,1,0,1,52,1,16,'',3000,8000,1027,61,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,24,-1,-1,-1,-1,-1,-1,50,1,0),(1027,'õܵ+7','Scissor Dagger+7',1,1,0,1,52,1,16,'',3000,11000,1028,62,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,28,-1,-1,-1,-1,-1,-1,65,1,0),(1028,'õܵ+8','Scissor Dagger+8',1,1,0,1,52,1,16,'',3000,15500,1029,63,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,32,-1,-1,-1,-1,-1,-1,80,1,0),(1029,'õܵ+9','Scissor Dagger+9',1,1,0,1,52,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,15,19,36,-1,-1,-1,-1,-1,-1,100,1,0),(1030,'+0','Lucky Knife+0',1,1,0,1,52,1,16,'',8000,8000,1031,64,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,0,-1,-1,-1,-1,-1,-1,0,2,0),(1031,'+1','Lucky Knife+1',1,1,0,1,52,1,16,'',8000,9000,1032,65,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,3,-1,-1,-1,-1,-1,-1,0,2,0),(1032,'+2','Lucky Knife+2',1,1,0,1,52,1,16,'',8000,9500,1033,66,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,6,-1,-1,-1,-1,-1,-1,0,2,0),(1033,'+3','Lucky Knife+3',1,1,0,1,52,1,16,'',8000,11000,1034,67,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,9,-1,-1,-1,-1,-1,-1,0,2,0),(1034,'+4','Lucky Knife+4',1,1,0,1,52,1,16,'',8000,13500,1035,68,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,12,-1,-1,-1,-1,-1,-1,30,2,0),(1035,'+5','Lucky Knife+5',1,1,0,1,52,1,16,'',8000,16500,1036,69,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,17,-1,-1,-1,-1,-1,-1,40,2,0),(1036,'+6','Lucky Knife+6',1,1,0,1,52,1,16,'',8000,21500,1037,70,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,23,-1,-1,-1,-1,-1,-1,50,2,0),(1037,'+7','Lucky Knife+7',1,1,0,1,52,1,16,'',8000,29500,1038,71,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,30,-1,-1,-1,-1,-1,-1,65,2,0),(1038,'+8','Lucky Knife+8',1,1,0,1,52,1,16,'',8000,41000,1039,72,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,38,-1,-1,-1,-1,-1,-1,80,2,0),(1039,'+9','Lucky Knife+9',1,1,0,1,52,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,23,0,0,0,0,0,0,0,30,36,47,-1,-1,-1,-1,-1,-1,100,2,0),(1040,'ư+0','Cat Bite Knife+0',1,1,0,1,52,1,16,'',15000,15000,1041,64,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,0,-1,-1,-1,-1,-1,-1,0,2,0),(1041,'ư+1','Cat Bite Knife+1',1,1,0,1,52,1,16,'',15000,16500,1042,65,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,3,-1,-1,-1,-1,-1,-1,0,2,0),(1042,'ư+2','Cat Bite Knife+2',1,1,0,1,52,1,16,'',15000,18000,1043,66,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,6,-1,-1,-1,-1,-1,-1,0,2,0),(1043,'ư+3','Cat Bite Knife+3',1,1,0,1,52,1,16,'',15000,21000,1044,67,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,9,-1,-1,-1,-1,-1,-1,0,2,0),(1044,'ư+4','Cat Bite Knife+4',1,1,0,1,52,1,16,'',15000,25000,1045,68,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,12,-1,-1,-1,-1,-1,-1,30,2,0),(1045,'ư+5','Cat Bite Knife+5',1,1,0,1,52,1,16,'',15000,31500,1046,69,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,17,-1,-1,-1,-1,-1,-1,40,2,0),(1046,'ư+6','Cat Bite Knife+6',1,1,0,1,52,1,16,'',15000,40500,1047,70,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,23,-1,-1,-1,-1,-1,-1,50,2,0),(1047,'ư+7','Cat Bite Knife+7',1,1,0,1,52,1,16,'',15000,55000,1048,71,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,30,-1,-1,-1,-1,-1,-1,65,2,0),(1048,'ư+8','Cat Bite Knife+8',1,1,0,1,52,1,16,'',15000,77000,1049,72,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,38,-1,-1,-1,-1,-1,-1,80,2,0),(1049,'ư+9','Cat Bite Knife+9',1,1,0,1,52,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,19,0,0,0,0,0,0,0,33,37,47,-1,-1,-1,-1,-1,-1,100,2,0),(1050,'ȵ+0','Devil Mask Dagger+0',1,1,0,1,52,1,16,'',20000,20000,1051,64,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,0,-1,-1,-1,-1,-1,-1,0,2,0),(1051,'ȵ+1','Devil Mask Dagger+1',1,1,0,1,52,1,16,'',20000,22000,1052,65,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,3,-1,-1,-1,-1,-1,-1,0,2,0),(1052,'ȵ+2','Devil Mask Dagger+2',1,1,0,1,52,1,16,'',20000,24000,1053,66,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,6,-1,-1,-1,-1,-1,-1,0,2,0),(1053,'ȵ+3','Devil Mask Dagger+3',1,1,0,1,52,1,16,'',20000,28000,1054,67,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,9,-1,-1,-1,-1,-1,-1,0,2,0),(1054,'ȵ+4','Devil Mask Dagger+4',1,1,0,1,52,1,16,'',20000,33500,1055,68,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,12,-1,-1,-1,-1,-1,-1,30,2,0),(1055,'ȵ+5','Devil Mask Dagger+5',1,1,0,1,52,1,16,'',20000,41500,1056,69,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,17,-1,-1,-1,-1,-1,-1,40,2,0),(1056,'ȵ+6','Devil Mask Dagger+6',1,1,0,1,52,1,16,'',20000,54500,1057,70,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,23,-1,-1,-1,-1,-1,-1,50,2,0),(1057,'ȵ+7','Devil Mask Dagger+7',1,1,0,1,52,1,16,'',20000,73500,1058,71,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,30,-1,-1,-1,-1,-1,-1,65,2,0),(1058,'ȵ+8','Devil Mask Dagger+8',1,1,0,1,52,1,16,'',20000,102500,1059,72,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,38,-1,-1,-1,-1,-1,-1,80,2,0),(1059,'ȵ+9','Devil Mask Dagger+9',1,1,0,1,52,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,36,40,47,-1,-1,-1,-1,-1,-1,100,2,0),(1060,'+0','Devil Fist Dagger+0',1,1,0,1,52,1,16,'',80000,80000,1061,73,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,0,-1,-1,-1,-1,-1,-1,0,3,0),(1061,'+1','Devil Fist Dagger+1',1,1,0,1,52,1,16,'',80000,90000,1062,74,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,2,-1,-1,-1,-1,-1,-1,0,3,0),(1062,'+2','Devil Fist Dagger+2',1,1,0,1,52,1,16,'',80000,95000,1063,75,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,4,-1,-1,-1,-1,-1,-1,0,3,0),(1063,'+3','Devil Fist Dagger+3',1,1,0,1,52,1,16,'',80000,110000,1064,76,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,6,-1,-1,-1,-1,-1,-1,0,3,0),(1064,'+4','Devil Fist Dagger+4',1,1,0,1,52,1,16,'',80000,135000,1065,77,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,8,-1,-1,-1,-1,-1,-1,30,3,0),(1065,'+5','Devil Fist Dagger+5',1,1,0,1,52,1,16,'',80000,165000,1066,78,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,12,-1,-1,-1,-1,-1,-1,40,3,0),(1066,'+6','Devil Fist Dagger+6',1,1,0,1,52,1,16,'',80000,215000,1067,79,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,17,-1,-1,-1,-1,-1,-1,50,3,0),(1067,'+7','Devil Fist Dagger+7',1,1,0,1,52,1,16,'',80000,295000,1068,80,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,23,-1,-1,-1,-1,-1,-1,65,3,0),(1068,'+8','Devil Fist Dagger+8',1,1,0,1,52,1,16,'',80000,410000,1069,81,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,30,-1,-1,-1,-1,-1,-1,80,3,0),(1069,'+9','Devil Fist Dagger+9',1,1,0,1,52,1,16,'',80000,615000,0,0,0,15,1,45,0,0,7,27,0,0,0,0,0,0,0,47,51,38,-1,-1,-1,-1,-1,-1,100,3,0),(1070,'+0','Bloody Dagger+0',1,1,0,1,52,1,16,'',110000,110000,1071,73,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,0,-1,-1,-1,-1,-1,-1,0,3,0),(1071,'+1','Bloody Dagger+1',1,1,0,1,52,1,16,'',110000,120000,1072,74,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,2,-1,-1,-1,-1,-1,-1,0,3,0),(1072,'+2','Bloody Dagger+2',1,1,0,1,52,1,16,'',110000,135000,1073,75,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,4,-1,-1,-1,-1,-1,-1,0,3,0),(1073,'+3','Bloody Dagger+3',1,1,0,1,52,1,16,'',110000,155000,1074,76,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,6,-1,-1,-1,-1,-1,-1,0,3,0),(1074,'+4','Bloody Dagger+4',1,1,0,1,52,1,16,'',110000,185000,1075,77,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,8,-1,-1,-1,-1,-1,-1,30,3,0),(1075,'+5','Bloody Dagger+5',1,1,0,1,52,1,16,'',110000,230000,1076,78,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,12,-1,-1,-1,-1,-1,-1,40,3,0),(1076,'+6','Bloody Dagger+6',1,1,0,1,52,1,16,'',110000,300000,1077,79,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,17,-1,-1,-1,-1,-1,-1,50,3,0),(1077,'+7','Bloody Dagger+7',1,1,0,1,52,1,16,'',110000,405000,1078,80,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,23,-1,-1,-1,-1,-1,-1,65,3,0),(1078,'+8','Bloody Dagger+8',1,1,0,1,52,1,16,'',110000,565000,1079,81,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,30,-1,-1,-1,-1,-1,-1,80,3,0),(1079,'+9','Bloody Dagger+9',1,1,0,1,52,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,48,56,38,-1,-1,-1,-1,-1,-1,100,3,0),(1080,'ذ+0','Rib Knife+0',1,1,0,1,52,1,16,'',140000,140000,1081,73,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,0,-1,-1,-1,-1,-1,-1,0,3,0),(1081,'ذ+1','Rib Knife+1',1,1,0,1,52,1,16,'',140000,155000,1082,74,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,2,-1,-1,-1,-1,-1,-1,0,3,0),(1082,'ذ+2','Rib Knife+2',1,1,0,1,52,1,16,'',140000,170000,1083,75,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,4,-1,-1,-1,-1,-1,-1,0,3,0),(1083,'ذ+3','Rib Knife+3',1,1,0,1,52,1,16,'',140000,195000,1084,76,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,6,-1,-1,-1,-1,-1,-1,0,3,0),(1084,'ذ+4','Rib Knife+4',1,1,0,1,52,1,16,'',140000,235000,1085,77,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,8,-1,-1,-1,-1,-1,-1,30,3,0),(1085,'ذ+5','Rib Knife+5',1,1,0,1,52,1,16,'',140000,290000,1086,78,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,12,-1,-1,-1,-1,-1,-1,40,3,0),(1086,'ذ+6','Rib Knife+6',1,1,0,1,52,1,16,'',140000,380000,1087,79,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,17,-1,-1,-1,-1,-1,-1,50,3,0),(1087,'ذ+7','Rib Knife+7',1,1,0,1,52,1,16,'',140000,515000,1088,80,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,23,-1,-1,-1,-1,-1,-1,65,3,0),(1088,'ذ+8','Rib Knife+8',1,1,0,1,52,1,16,'',140000,720000,1089,81,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,30,-1,-1,-1,-1,-1,-1,80,3,0),(1089,'ذ+9','Rib Knife+9',1,1,0,1,52,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,21,0,0,0,0,0,0,0,49,59,38,-1,-1,-1,-1,-1,-1,100,3,0),(1090,'+0','Chakram+0',1,1,0,1,52,1,16,'',180000,180000,1091,73,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,0,-1,-1,-1,-1,-1,-1,0,3,0),(1091,'+1','Chakram+1',1,1,0,1,52,1,16,'',180000,200000,1092,74,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,2,-1,-1,-1,-1,-1,-1,0,3,0),(1092,'+2','Chakram+2',1,1,0,1,52,1,16,'',180000,220000,1093,75,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,4,-1,-1,-1,-1,-1,-1,0,3,0),(1093,'+3','Chakram+3',1,1,0,1,52,1,16,'',180000,250000,1094,76,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,6,-1,-1,-1,-1,-1,-1,0,3,0),(1094,'+4','Chakram+4',1,1,0,1,52,1,16,'',180000,300000,1095,77,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,8,-1,-1,-1,-1,-1,-1,30,3,0),(1095,'+5','Chakram+5',1,1,0,1,52,1,16,'',180000,375000,1096,78,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,12,-1,-1,-1,-1,-1,-1,40,3,0),(1096,'+6','Chakram+6',1,1,0,1,52,1,16,'',180000,490000,1097,79,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,17,-1,-1,-1,-1,-1,-1,50,3,0),(1097,'+7','Chakram+7',1,1,0,1,52,1,16,'',180000,660000,1098,80,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,23,-1,-1,-1,-1,-1,-1,65,3,0),(1098,'+8','Chakram+8',1,1,0,1,52,1,16,'',180000,925000,1099,81,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,30,-1,-1,-1,-1,-1,-1,80,3,0),(1099,'+9','Chakram+9',1,1,0,1,52,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,53,65,38,-1,-1,-1,-1,-1,-1,100,3,0),(1100,'븶+0','Dragon Knife+0',1,1,0,1,52,1,16,'',360000,360000,1101,73,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,0,-1,-1,-1,-1,-1,-1,0,3,0),(1101,'븶+1','Dragon Knife+1',1,1,0,1,52,1,16,'',360000,395000,1102,74,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,8,-1,-1,-1,-1,-1,-1,0,3,0),(1102,'븶+2','Dragon Knife+2',1,1,0,1,52,1,16,'',360000,435000,1103,75,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,17,-1,-1,-1,-1,-1,-1,0,3,0),(1103,'븶+3','Dragon Knife+3',1,1,0,1,52,1,16,'',360000,500000,1104,76,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,27,-1,-1,-1,-1,-1,-1,0,3,0),(1104,'븶+4','Dragon Knife+4',1,1,0,1,52,1,16,'',360000,600000,1105,77,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,38,-1,-1,-1,-1,-1,-1,30,3,0),(1105,'븶+5','Dragon Knife+5',1,1,0,1,52,1,16,'',360000,750000,1106,78,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,50,-1,-1,-1,-1,-1,-1,40,3,0),(1106,'븶+6','Dragon Knife+6',1,1,0,1,52,1,16,'',360000,975000,1107,79,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,63,-1,-1,-1,-1,-1,-1,50,3,0),(1107,'븶+7','Dragon Knife+7',1,1,0,1,52,1,16,'',360000,1320000,1108,80,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,77,-1,-1,-1,-1,-1,-1,65,3,0),(1108,'븶+8','Dragon Knife+8',1,1,0,1,52,1,16,'',360000,1845000,1109,81,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,102,-1,-1,-1,-1,-1,-1,80,3,0),(1109,'븶+9','Dragon Knife+9',1,1,0,1,52,1,16,'',360000,2770000,4040,501,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,74,86,137,-1,-1,-1,-1,-1,-1,100,3,0),(1110,'+0','Lightning Knife+0',1,1,0,1,52,1,16,'',360000,360000,1111,73,0,15,1,65,0,0,7,17,0,0,0,0,0,0,0,74,86,0,-1,-1,-1,-1,-1,-1,0,3,0),(1111,'+1','Lightning Knife+1',1,1,0,1,52,1,16,'',360000,395000,1112,74,0,15,1,65,0,0,7,18,0,0,0,0,0,0,0,74,86,6,-1,-1,-1,-1,-1,-1,0,3,0),(1112,'+2','Lightning Knife+2',1,1,0,1,52,1,16,'',360000,435000,1113,75,0,15,1,65,0,0,7,19,0,0,0,0,0,0,0,74,86,13,-1,-1,-1,-1,-1,-1,0,3,0),(1113,'+3','Lightning Knife+3',1,1,0,1,52,1,16,'',360000,500000,1114,76,0,15,1,65,0,0,7,20,0,0,0,0,0,0,0,74,86,21,-1,-1,-1,-1,-1,-1,0,3,0),(1114,'+4','Lightning Knife+4',1,1,0,1,52,1,16,'',360000,600000,1115,77,0,15,1,65,0,0,7,21,0,0,0,0,0,0,0,74,86,30,-1,-1,-1,-1,-1,-1,30,3,0),(1115,'+5','Lightning Knife+5',1,1,0,1,52,1,16,'',360000,750000,1116,78,0,15,1,65,0,0,7,22,0,0,0,0,0,0,0,74,86,40,-1,-1,-1,-1,-1,-1,40,3,0),(1116,'+6','Lightning Knife+6',1,1,0,1,52,1,16,'',360000,975000,1117,79,0,15,1,65,0,0,7,23,0,0,0,0,0,0,0,74,86,51,-1,-1,-1,-1,-1,-1,50,3,0),(1117,'+7','Lightning Knife+7',1,1,0,1,52,1,16,'',360000,1320000,1118,80,0,15,1,65,0,0,7,24,0,0,0,0,0,0,0,74,86,63,-1,-1,-1,-1,-1,-1,65,3,0),(1118,'+8','Lightning Knife+8',1,1,0,1,52,1,16,'',360000,1845000,1119,81,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,74,86,76,-1,-1,-1,-1,-1,-1,80,3,0),(1119,'+9','Lightning Knife+9',1,1,0,1,52,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,27,0,0,0,0,0,0,0,74,86,90,-1,-1,-1,-1,-1,-1,100,3,0),(1120,'Ȳ+0','Siamese Knife+0',1,1,0,1,52,1,16,'',360000,2225000,1121,10,0,5,1,70,0,0,7,15,63,5,0,0,0,0,0,74,86,0,-1,-1,-1,-1,-1,-1,0,3,0),(1121,'Ȳ+1','Siamese Knife+1',1,1,0,1,52,1,16,'',360000,2300000,1122,11,0,5,1,70,0,0,7,15,63,6,0,0,0,0,0,74,86,6,-1,-1,-1,-1,-1,-1,0,3,0),(1122,'Ȳ+2','Siamese Knife+2',1,1,0,1,52,1,16,'',360000,2675000,1123,12,0,5,1,70,0,0,7,15,63,7,0,0,0,0,0,74,86,13,-1,-1,-1,-1,-1,-1,0,3,0),(1123,'Ȳ+3','Siamese Knife+3',1,1,0,1,52,1,16,'',360000,3500000,1124,13,0,5,1,70,0,0,7,15,63,8,0,0,0,0,0,74,86,21,-1,-1,-1,-1,-1,-1,0,3,0),(1124,'Ȳ+4','Siamese Knife+4',1,1,0,1,52,1,16,'',360000,5500000,1125,14,0,5,1,70,0,0,7,15,63,10,0,0,0,0,0,74,86,30,-1,-1,-1,-1,-1,-1,30,3,0),(1125,'Ȳ+5','Siamese Knife+5',1,1,0,1,52,1,16,'',360000,7000000,1126,15,0,5,1,70,0,0,7,15,63,12,0,0,0,0,0,74,86,40,-1,-1,-1,-1,-1,-1,40,3,0),(1126,'Ȳ+6','Siamese Knife+6',1,1,0,1,308,1,16,'',360000,7600000,1127,16,0,5,1,70,0,0,7,15,63,14,0,0,0,0,0,74,86,51,-1,-1,-1,-1,-1,-1,50,3,0),(1127,'Ȳ+7','Siamese Knife+7',1,1,0,1,308,1,16,'',360000,12250000,1128,17,0,5,1,70,0,0,7,15,63,17,0,0,0,0,0,74,86,63,-1,-1,-1,-1,-1,-1,65,3,0),(1128,'Ȳ+8','Siamese Knife+8',1,1,0,1,308,1,16,'',360000,15000000,1129,18,0,5,1,70,0,0,7,15,63,20,0,0,0,0,0,74,86,76,-1,-1,-1,-1,-1,-1,80,3,0),(1129,'Ȳ+9','Siamese Knife+9',1,1,0,1,308,1,16,'',360000,18750000,0,0,0,5,1,70,0,0,7,15,63,25,0,0,0,0,0,74,86,90,-1,-1,-1,-1,-1,-1,100,3,0),(1130,'ΰ+0','Devil Wing Chakram+0',1,1,0,1,52,1,16,'',360000,360000,1131,10,0,5,1,75,0,0,7,17,0,0,0,0,0,0,0,83,92,0,-1,-1,-1,-1,-1,-1,0,3,-1),(1131,'ΰ+1','Devil Wing Chakram+1',1,1,0,1,52,1,16,'',360000,395000,1132,11,0,5,1,75,0,0,7,18,0,0,0,0,0,0,0,83,92,8,-1,-1,-1,-1,-1,-1,0,3,-1),(1132,'ΰ+2','Devil Wing Chakram+2',1,1,0,1,52,1,16,'',360000,435000,1133,12,0,5,1,75,0,0,7,19,0,0,0,0,0,0,0,83,92,17,-1,-1,-1,-1,-1,-1,0,3,-1),(1133,'ΰ+3','Devil Wing Chakram+3',1,1,0,1,52,1,16,'',360000,500000,1134,13,0,5,1,75,0,0,7,20,0,0,0,0,0,0,0,83,92,27,-1,-1,-1,-1,-1,-1,0,3,-1),(1134,'ΰ+4','Devil Wing Chakram+4',1,1,0,1,52,1,16,'',360000,600000,1135,14,0,5,1,75,0,0,7,21,0,0,0,0,0,0,0,83,92,38,-1,-1,-1,-1,-1,-1,30,3,-1),(1135,'ΰ+5','Devil Wing Chakram+5',1,1,0,1,52,1,16,'',360000,750000,1136,15,0,5,1,75,0,0,7,22,0,0,0,0,0,0,0,83,92,50,-1,-1,-1,-1,-1,-1,40,3,-1),(1136,'ΰ+6','Devil Wing Chakram+6',1,1,0,1,52,1,16,'',360000,975000,1137,16,0,5,1,75,0,0,7,23,0,0,0,0,0,0,0,83,92,63,-1,-1,-1,-1,-1,-1,50,3,-1),(1137,'ΰ+7','Devil Wing Chakram+7',1,1,0,1,52,1,16,'',360000,1320000,1138,17,0,5,1,75,0,0,7,24,0,0,0,0,0,0,0,83,92,77,-1,-1,-1,-1,-1,-1,65,3,-1),(1138,'ΰ+8','Devil Wing Chakram+8',1,1,0,1,52,1,16,'',360000,1845000,1139,18,0,5,1,75,0,0,7,25,0,0,0,0,0,0,0,83,92,101,-1,-1,-1,-1,-1,-1,80,3,-1),(1139,'ΰ+9','Devil Wing Chakram+9',1,1,0,1,52,1,16,'',360000,2770000,0,0,0,5,1,75,0,0,7,26,0,0,0,0,0,0,0,83,92,137,-1,-1,-1,-1,-1,-1,100,3,-1),(1140,'Ϸ+0','Saw Tooth Knife+0',1,1,0,1,52,1,16,'',10000,10000,1141,10,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1141,'Ϸ+1','Saw Tooth Knife+1',1,1,0,1,52,1,16,'',10000,10000,1142,11,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1142,'Ϸ+2','Saw Tooth Knife+2',1,1,0,1,52,1,16,'',10000,10000,1143,12,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1143,'Ϸ+3','Saw Tooth Knife+3',1,1,0,1,52,1,16,'',10000,10000,1144,13,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1144,'Ϸ+4','Saw Tooth Knife+4',1,1,0,1,52,1,16,'',10000,10000,1145,14,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(1145,'Ϸ+5','Saw Tooth Knife+5',1,1,0,1,52,1,16,'',10000,10000,1146,15,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(1146,'Ϸ+6','Saw Tooth Knife+6',1,1,0,1,52,1,16,'',10000,10000,1147,16,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(1147,'Ϸ+7','Saw Tooth Knife+7',1,1,0,1,52,1,16,'',10000,10000,1148,17,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(1148,'Ϸ+8','Saw Tooth Knife+8',1,1,0,1,52,1,16,'',10000,10000,1149,18,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(1149,'Ϸ+9','Saw Tooth Knife+9',1,1,0,1,52,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(1150,'ϱ+0','Sunlight Knife+0',1,1,0,1,52,1,16,'',10000,10000,1151,10,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1151,'ϱ+1','Sunlight Knife+1',1,1,0,1,52,1,16,'',10000,10000,1152,11,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1152,'ϱ+2','Sunlight Knife+2',1,1,0,1,52,1,16,'',10000,10000,1153,12,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1153,'ϱ+3','Sunlight Knife+3',1,1,0,1,52,1,16,'',10000,10000,1154,13,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1154,'ϱ+4','Sunlight Knife+4',1,1,0,1,52,1,16,'',10000,10000,1155,14,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(1155,'ϱ+5','Sunlight Knife+5',1,1,0,1,52,1,16,'',10000,10000,1156,15,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(1156,'ϱ+6','Sunlight Knife+6',1,1,0,1,52,1,16,'',10000,10000,1157,16,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(1157,'ϱ+7','Sunlight Knife+7',1,1,0,1,52,1,16,'',10000,10000,1158,17,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(1158,'ϱ+8','Sunlight Knife+8',1,1,0,1,52,1,16,'',10000,10000,1159,18,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(1159,'ϱ+9','Sunlight Knife+9',1,1,0,1,52,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(1160,'+0','Rivulet Knife+0',1,1,0,1,52,1,16,'',30000,30000,1161,10,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1161,'+1','Rivulet Knife+1',1,1,0,1,52,1,16,'',30000,30000,1162,11,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1162,'+2','Rivulet Knife+2',1,1,0,1,52,1,16,'',30000,30000,1163,12,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1163,'+3','Rivulet Knife+3',1,1,0,1,52,1,16,'',30000,30000,1164,13,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(1164,'+4','Rivulet Knife+4',1,1,0,1,52,1,16,'',30000,30000,1165,14,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(1165,'+5','Rivulet Knife+5',1,1,0,1,52,1,16,'',30000,30000,1166,15,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(1166,'+6','Rivulet Knife+6',1,1,0,1,52,1,16,'',30000,30000,1167,16,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(1167,'+7','Rivulet Knife+7',1,1,0,1,52,1,16,'',30000,30000,1168,17,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(1168,'+8','Rivulet Knife+8',1,1,0,1,52,1,16,'',30000,30000,1169,18,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(1169,'+9','Rivulet Knife+9',1,1,0,1,52,1,16,'',30000,30000,0,0,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(1170,'濱+0','Black Leaf Dirk+0',1,1,0,1,52,1,16,'',20000,30000,1171,352,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,0,-1,-1,-1,-1,-1,-1,0,2,-1),(1171,'濱+1','Black Leaf Dirk+1',1,1,0,1,52,1,16,'',20000,33000,1172,353,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,3,-1,-1,-1,-1,-1,-1,0,2,-1),(1172,'濱+2','Black Leaf Dirk+2',1,1,0,1,52,1,16,'',20000,36500,1173,354,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,5,-1,-1,-1,-1,-1,-1,0,2,-1),(1173,'濱+3','Black Leaf Dirk+3',1,1,0,1,52,1,16,'',20000,41500,1174,355,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,8,-1,-1,-1,-1,-1,-1,0,2,-1),(1174,'濱+4','Black Leaf Dirk+4',1,1,0,1,52,1,16,'',20000,50000,1175,356,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,10,-1,-1,-1,-1,-1,-1,30,2,-1),(1175,'濱+5','Black Leaf Dirk+5',1,1,0,1,52,1,16,'',20000,62500,1176,357,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,15,-1,-1,-1,-1,-1,-1,40,2,-1),(1176,'濱+6','Black Leaf Dirk+6',1,1,0,1,52,1,16,'',20000,81500,1177,358,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,20,-1,-1,-1,-1,-1,-1,50,2,-1),(1177,'濱+7','Black Leaf Dirk+7',1,1,0,1,52,1,16,'',20000,110000,1178,359,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,27,-1,-1,-1,-1,-1,-1,65,2,-1),(1178,'濱+8','Black Leaf Dirk+8',1,1,0,1,52,1,16,'',20000,154000,1179,360,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,34,-1,-1,-1,-1,-1,-1,80,2,-1),(1179,'濱+9','Black Leaf Dirk+9',1,1,0,1,52,1,16,'',20000,231000,0,0,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,40,44,43,-1,-1,-1,-1,-1,-1,100,2,-1),(1340,'൵+0','Five Element Blade +0',1,1,0,1,52,1,16,'',120000,120000,1341,601,0,0,1,87,0,0,7,15,17,2,63,1,0,0,0,116,136,0,-1,-1,-1,-1,-1,-1,0,3,0),(1341,'൵+1','Five Element Blade +1',1,1,0,1,52,1,16,'',120000,130000,1342,602,0,0,1,89,0,0,7,15,17,3,63,1,0,0,0,116,136,12,-1,-1,-1,-1,-1,-1,0,3,0),(1342,'൵+2','Five Element Blade +2',1,1,0,1,52,1,16,'',120000,145000,1343,603,0,0,1,91,0,0,7,15,17,4,63,2,0,0,0,116,136,17,-1,-1,-1,-1,-1,-1,0,3,0),(1343,'൵+3','Five Element Blade +3',1,1,0,1,52,1,16,'',120000,165000,1344,604,0,0,1,93,0,0,7,15,17,5,63,2,0,0,0,116,136,27,-1,-1,-1,-1,-1,-1,0,3,0),(1344,'൵+4','Five Element Blade +4',1,1,0,1,52,1,16,'',120000,190000,1345,605,0,0,1,95,0,0,7,15,17,6,63,3,0,0,0,116,136,41,-1,-1,-1,-1,-1,-1,30,3,0),(1345,'൵+5','Five Element Blade +5',1,1,0,1,52,1,16,'',120000,220000,1346,606,0,0,1,97,0,0,7,15,17,7,63,3,0,0,0,116,136,63,-1,-1,-1,-1,-1,-1,40,3,0),(1346,'൵+6','Five Element Blade +6',1,1,0,1,52,1,16,'',120000,265000,1347,607,0,0,1,99,0,0,7,15,17,8,63,4,0,0,0,116,136,93,-1,-1,-1,-1,-1,-1,50,3,0),(1347,'൵+7','Five Element Blade +7',1,1,0,1,52,1,16,'',120000,325000,1348,608,0,0,1,101,0,0,7,15,17,10,63,4,0,0,0,116,136,139,-1,-1,-1,-1,-1,-1,65,3,0),(1348,'൵+8','Five Element Blade +8',1,1,0,1,52,1,16,'',120000,405000,1349,609,0,0,1,103,0,0,7,15,17,12,63,5,0,0,0,116,136,210,-1,-1,-1,-1,-1,-1,80,3,0),(1349,'൵+9','Five Element Blade +9',1,1,0,1,52,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,0,0,116,136,315,-1,-1,-1,-1,-1,-1,100,3,0),(2000,'ܱ+0','Bow+0',1,2,0,2,52,1,16,'',0,0,2001,82,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,0,-1,-1,-1,-1,-1,-1,0,1,0),(2001,'ܱ+1','Bow+1',1,2,0,2,52,1,16,'',100,100,2002,83,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,8,-1,-1,-1,-1,-1,-1,0,1,0),(2002,'ܱ+2','Bow+2',1,2,0,2,52,1,16,'',100,100,2003,84,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,16,-1,-1,-1,-1,-1,-1,0,1,0),(2003,'ܱ+3','Bow+3',1,2,0,2,52,1,16,'',100,150,2004,85,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,24,-1,-1,-1,-1,-1,-1,0,1,0),(2004,'ܱ+4','Bow+4',1,2,0,2,52,1,16,'',100,150,2005,86,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,32,-1,-1,-1,-1,-1,-1,30,1,0),(2005,'ܱ+5','Bow+5',1,2,0,2,52,1,16,'',100,200,2006,87,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,40,-1,-1,-1,-1,-1,-1,40,1,0),(2006,'ܱ+6','Bow+6',1,2,0,2,52,1,16,'',100,250,2007,88,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,48,-1,-1,-1,-1,-1,-1,50,1,0),(2007,'ܱ+7','Bow+7',1,2,0,2,52,1,16,'',100,350,2008,89,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,56,-1,-1,-1,-1,-1,-1,65,1,0),(2008,'ܱ+8','Bow+8',1,2,0,2,52,1,16,'',100,500,2009,90,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,64,-1,-1,-1,-1,-1,-1,80,1,0),(2009,'ܱ+9','Bow+9',1,2,0,2,52,1,16,'',100,750,0,0,0,15,1,0,0,0,7,28,0,0,0,0,0,0,0,7,29,72,-1,-1,-1,-1,-1,-1,100,1,0),(2010,'+0','Long Bow+0',1,2,0,2,52,1,16,'',400,400,2011,82,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,0,-1,-1,-1,-1,-1,-1,0,1,0),(2011,'+1','Long Bow+1',1,2,0,2,52,1,16,'',400,500,2012,83,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,8,-1,-1,-1,-1,-1,-1,0,1,0),(2012,'+2','Long Bow+2',1,2,0,2,52,1,16,'',400,500,2013,84,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,16,-1,-1,-1,-1,-1,-1,0,1,0),(2013,'+3','Long Bow+3',1,2,0,2,52,1,16,'',400,500,2014,85,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,24,-1,-1,-1,-1,-1,-1,0,1,0),(2014,'+4','Long Bow+4',1,2,0,2,52,1,16,'',400,500,2015,86,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,32,-1,-1,-1,-1,-1,-1,30,1,0),(2015,'+5','Long Bow+5',1,2,0,2,52,1,16,'',400,1000,2016,87,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,40,-1,-1,-1,-1,-1,-1,40,1,0),(2016,'+6','Long Bow+6',1,2,0,2,52,1,16,'',400,1000,2017,88,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,48,-1,-1,-1,-1,-1,-1,50,1,0),(2017,'+7','Long Bow+7',1,2,0,2,52,1,16,'',400,1500,2018,89,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,56,-1,-1,-1,-1,-1,-1,65,1,0),(2018,'+8','Long Bow+8',1,2,0,2,52,1,16,'',400,2000,2019,90,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,64,-1,-1,-1,-1,-1,-1,80,1,0),(2019,'+9','Long Bow+9',1,2,0,2,52,1,16,'',400,3000,0,0,0,15,1,5,0,0,7,29,0,0,0,0,0,0,0,15,51,72,-1,-1,-1,-1,-1,-1,100,1,0),(2020,'ռ+0','Composite Bow+0',1,2,0,2,52,1,16,'',600,600,2021,82,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,0,-1,-1,-1,-1,-1,-1,0,1,0),(2021,'ռ+1','Composite Bow+1',1,2,0,2,52,1,16,'',600,600,2022,83,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,8,-1,-1,-1,-1,-1,-1,0,1,0),(2022,'ռ+2','Composite Bow+2',1,2,0,2,52,1,16,'',600,600,2023,84,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,16,-1,-1,-1,-1,-1,-1,0,1,0),(2023,'ռ+3','Composite Bow+3',1,2,0,2,52,1,16,'',600,1000,2024,85,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,24,-1,-1,-1,-1,-1,-1,0,1,0),(2024,'ռ+4','Composite Bow+4',1,2,0,2,52,1,16,'',600,1000,2025,86,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,32,-1,-1,-1,-1,-1,-1,30,1,0),(2025,'ռ+5','Composite Bow+5',1,2,0,2,52,1,16,'',600,1500,2026,87,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,40,-1,-1,-1,-1,-1,-1,40,1,0),(2026,'ռ+6','Composite Bow+6',1,2,0,2,52,1,16,'',600,1500,2027,88,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,48,-1,-1,-1,-1,-1,-1,50,1,0),(2027,'ռ+7','Composite Bow+7',1,2,0,2,52,1,16,'',600,2000,2028,89,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,56,-1,-1,-1,-1,-1,-1,65,1,0),(2028,'ռ+8','Composite Bow+8',1,2,0,2,52,1,16,'',600,3000,2029,90,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,64,-1,-1,-1,-1,-1,-1,80,1,0),(2029,'ռ+9','Composite Bow+9',1,2,0,2,52,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,27,0,0,0,0,0,0,0,19,57,72,-1,-1,-1,-1,-1,-1,100,1,0),(2030,'+0','Battle Bow+0',1,2,0,2,52,1,16,'',800,800,2031,82,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,0,-1,-1,-1,-1,-1,-1,0,1,0),(2031,'+1','Battle Bow+1',1,2,0,2,52,1,16,'',800,1000,2032,83,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,8,-1,-1,-1,-1,-1,-1,0,1,0),(2032,'+2','Battle Bow+2',1,2,0,2,52,1,16,'',800,1000,2033,84,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,16,-1,-1,-1,-1,-1,-1,0,1,0),(2033,'+3','Battle Bow+3',1,2,0,2,52,1,16,'',800,1000,2034,85,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,24,-1,-1,-1,-1,-1,-1,0,1,0),(2034,'+4','Battle Bow+4',1,2,0,2,52,1,16,'',800,1500,2035,86,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,32,-1,-1,-1,-1,-1,-1,30,1,0),(2035,'+5','Battle Bow+5',1,2,0,2,52,1,16,'',800,1500,2036,87,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,40,-1,-1,-1,-1,-1,-1,40,1,0),(2036,'+6','Battle Bow+6',1,2,0,2,52,1,16,'',800,2000,2037,88,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,48,-1,-1,-1,-1,-1,-1,50,1,0),(2037,'+7','Battle Bow+7',1,2,0,2,52,1,16,'',800,3000,2038,89,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,56,-1,-1,-1,-1,-1,-1,65,1,0),(2038,'+8','Battle Bow+8',1,2,0,2,52,1,16,'',800,4000,2039,90,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,64,-1,-1,-1,-1,-1,-1,80,1,0),(2039,'+9','Battle Bow+9',1,2,0,2,52,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,22,0,0,0,0,0,0,0,26,70,72,-1,-1,-1,-1,-1,-1,100,1,0),(2040,'⸶+0','Horseback Long Bow+0',1,2,0,2,52,1,16,'',3000,3000,2041,82,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,0,-1,-1,-1,-1,-1,-1,0,1,0),(2041,'⸶+1','Horseback Long Bow+1',1,2,0,2,52,1,16,'',3000,3500,2042,83,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,8,-1,-1,-1,-1,-1,-1,0,1,0),(2042,'⸶+2','Horseback Long Bow+2',1,2,0,2,52,1,16,'',3000,3500,2043,84,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,16,-1,-1,-1,-1,-1,-1,0,1,0),(2043,'⸶+3','Horseback Long Bow+3',1,2,0,2,52,1,16,'',3000,4000,2044,85,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,24,-1,-1,-1,-1,-1,-1,0,1,0),(2044,'⸶+4','Horseback Long Bow+4',1,2,0,2,52,1,16,'',3000,5000,2045,86,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,32,-1,-1,-1,-1,-1,-1,30,1,0),(2045,'⸶+5','Horseback Long Bow+5',1,2,0,2,52,1,16,'',3000,6500,2046,87,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,40,-1,-1,-1,-1,-1,-1,40,1,0),(2046,'⸶+6','Horseback Long Bow+6',1,2,0,2,52,1,16,'',3000,8000,2047,88,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,48,-1,-1,-1,-1,-1,-1,50,1,0),(2047,'⸶+7','Horseback Long Bow+7',1,2,0,2,52,1,16,'',3000,11000,2048,89,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,56,-1,-1,-1,-1,-1,-1,65,1,0),(2048,'⸶+8','Horseback Long Bow+8',1,2,0,2,52,1,16,'',3000,15500,2049,90,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,64,-1,-1,-1,-1,-1,-1,80,1,0),(2049,'⸶+9','Horseback Long Bow+9',1,2,0,2,52,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,15,0,0,0,0,0,0,0,40,88,72,-1,-1,-1,-1,-1,-1,100,1,0),(2050,'⸶+0','Horseback Battle Bow+0',1,2,0,2,52,1,16,'',5000,5000,2051,91,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,0,-1,-1,-1,-1,-1,-1,0,2,0),(2051,'⸶+1','Horseback Battle Bow+1',1,2,0,2,52,1,16,'',5000,5500,2052,92,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,7,-1,-1,-1,-1,-1,-1,0,2,0),(2052,'⸶+2','Horseback Battle Bow+2',1,2,0,2,52,1,16,'',5000,6000,2053,93,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,14,-1,-1,-1,-1,-1,-1,0,2,0),(2053,'⸶+3','Horseback Battle Bow+3',1,2,0,2,52,1,16,'',5000,7000,2054,94,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,21,-1,-1,-1,-1,-1,-1,0,2,0),(2054,'⸶+4','Horseback Battle Bow+4',1,2,0,2,52,1,16,'',5000,8500,2055,95,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,28,-1,-1,-1,-1,-1,-1,30,2,0),(2055,'⸶+5','Horseback Battle Bow+5',1,2,0,2,52,1,16,'',5000,10500,2056,96,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,37,-1,-1,-1,-1,-1,-1,40,2,0),(2056,'⸶+6','Horseback Battle Bow+6',1,2,0,2,52,1,16,'',5000,13500,2057,97,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,47,-1,-1,-1,-1,-1,-1,50,2,0),(2057,'⸶+7','Horseback Battle Bow+7',1,2,0,2,52,1,16,'',5000,18500,2058,98,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,58,-1,-1,-1,-1,-1,-1,65,2,0),(2058,'⸶+8','Horseback Battle Bow+8',1,2,0,2,52,1,16,'',5000,25500,2059,99,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,70,-1,-1,-1,-1,-1,-1,80,2,0),(2059,'⸶+9','Horseback Battle Bow+9',1,2,0,2,52,1,16,'',5000,38500,0,0,0,15,1,25,0,0,7,29,0,0,0,0,0,0,0,50,118,83,-1,-1,-1,-1,-1,-1,100,2,0),(2060,'̱+0','Copper Crafted Bow+0',1,2,0,2,52,1,16,'',8000,8000,2061,91,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,0,-1,-1,-1,-1,-1,-1,0,2,0),(2061,'̱+1','Copper Crafted Bow+1',1,2,0,2,52,1,16,'',8000,9000,2062,92,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,7,-1,-1,-1,-1,-1,-1,0,2,0),(2062,'̱+2','Copper Crafted Bow+2',1,2,0,2,52,1,16,'',8000,9500,2063,93,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,14,-1,-1,-1,-1,-1,-1,0,2,0),(2063,'̱+3','Copper Crafted Bow+3',1,2,0,2,52,1,16,'',8000,11000,2064,94,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,21,-1,-1,-1,-1,-1,-1,0,2,0),(2064,'̱+4','Copper Crafted Bow+4',1,2,0,2,52,1,16,'',8000,13500,2065,95,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,28,-1,-1,-1,-1,-1,-1,30,2,0),(2065,'̱+5','Copper Crafted Bow+5',1,2,0,2,52,1,16,'',8000,16500,2066,96,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,37,-1,-1,-1,-1,-1,-1,40,2,0),(2066,'̱+6','Copper Crafted Bow+6',1,2,0,2,52,1,16,'',8000,21500,2067,97,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,47,-1,-1,-1,-1,-1,-1,50,2,0),(2067,'̱+7','Copper Crafted Bow+7',1,2,0,2,52,1,16,'',8000,29500,2068,98,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,58,-1,-1,-1,-1,-1,-1,65,2,0),(2068,'̱+8','Copper Crafted Bow+8',1,2,0,2,52,1,16,'',8000,41000,2069,99,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,70,-1,-1,-1,-1,-1,-1,80,2,0),(2069,'̱+9','Copper Crafted Bow+9',1,2,0,2,52,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,26,0,0,0,0,0,0,0,62,128,83,-1,-1,-1,-1,-1,-1,100,2,0),(2070,'ϱ+0','Black Ruin Bow+0',1,2,0,2,52,1,16,'',15000,15000,2071,91,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,0,-1,-1,-1,-1,-1,-1,0,2,0),(2071,'ϱ+1','Black Ruin Bow+1',1,2,0,2,52,1,16,'',15000,16500,2072,92,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,7,-1,-1,-1,-1,-1,-1,0,2,0),(2072,'ϱ+2','Black Ruin Bow+2',1,2,0,2,52,1,16,'',15000,18000,2073,93,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,14,-1,-1,-1,-1,-1,-1,0,2,0),(2073,'ϱ+3','Black Ruin Bow+3',1,2,0,2,52,1,16,'',15000,21000,2074,94,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,21,-1,-1,-1,-1,-1,-1,0,2,0),(2074,'ϱ+4','Black Ruin Bow+4',1,2,0,2,52,1,16,'',15000,25000,2075,95,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,28,-1,-1,-1,-1,-1,-1,30,2,0),(2075,'ϱ+5','Black Ruin Bow+5',1,2,0,2,52,1,16,'',15000,31500,2076,96,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,37,-1,-1,-1,-1,-1,-1,40,2,0),(2076,'ϱ+6','Black Ruin Bow+6',1,2,0,2,52,1,16,'',15000,40500,2077,97,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,47,-1,-1,-1,-1,-1,-1,50,2,0),(2077,'ϱ+7','Black Ruin Bow+7',1,2,0,2,52,1,16,'',15000,55000,2078,98,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,58,-1,-1,-1,-1,-1,-1,65,2,0),(2078,'ϱ+8','Black Ruin Bow+8',1,2,0,2,52,1,16,'',15000,77000,2079,99,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,70,-1,-1,-1,-1,-1,-1,80,2,0),(2079,'ϱ+9','Black Ruin Bow+9',1,2,0,2,52,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,22,0,0,0,0,0,0,0,64,150,83,-1,-1,-1,-1,-1,-1,100,2,0),(2080,'ȭȱ+0','Red Eye Bow+0',1,2,0,2,52,1,16,'',20000,20000,2081,91,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,0,-1,-1,-1,-1,-1,-1,0,2,0),(2081,'ȭȱ+1','Red Eye Bow+1',1,2,0,2,52,1,16,'',20000,22000,2082,92,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,7,-1,-1,-1,-1,-1,-1,0,2,0),(2082,'ȭȱ+2','Red Eye Bow+2',1,2,0,2,52,1,16,'',20000,24000,2083,93,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,14,-1,-1,-1,-1,-1,-1,0,2,0),(2083,'ȭȱ+3','Red Eye Bow+3',1,2,0,2,52,1,16,'',20000,28000,2084,94,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,21,-1,-1,-1,-1,-1,-1,0,2,0),(2084,'ȭȱ+4','Red Eye Bow+4',1,2,0,2,52,1,16,'',20000,33500,2085,95,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,28,-1,-1,-1,-1,-1,-1,30,2,0),(2085,'ȭȱ+5','Red Eye Bow+5',1,2,0,2,52,1,16,'',20000,41500,2086,96,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,37,-1,-1,-1,-1,-1,-1,40,2,0),(2086,'ȭȱ+6','Red Eye Bow+6',1,2,0,2,52,1,16,'',20000,54500,2087,97,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,47,-1,-1,-1,-1,-1,-1,50,2,0),(2087,'ȭȱ+7','Red Eye Bow+7',1,2,0,2,52,1,16,'',20000,73500,2088,98,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,58,-1,-1,-1,-1,-1,-1,65,2,0),(2088,'ȭȱ+8','Red Eye Bow+8',1,2,0,2,52,1,16,'',20000,102500,2089,99,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,70,-1,-1,-1,-1,-1,-1,80,2,0),(2089,'ȭȱ+9','Red Eye Bow+9',1,2,0,2,52,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,15,0,0,0,0,0,0,0,65,194,83,-1,-1,-1,-1,-1,-1,100,2,0),(2090,'õ+0','Thorn Leaf Bow+0',1,2,0,2,52,1,16,'',80000,80000,2091,100,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,0,-1,-1,-1,-1,-1,-1,0,3,0),(2091,'õ+1','Thorn Leaf Bow+1',1,2,0,2,52,1,16,'',80000,90000,2092,101,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,6,-1,-1,-1,-1,-1,-1,0,3,0),(2092,'õ+2','Thorn Leaf Bow+2',1,2,0,2,52,1,16,'',80000,95000,2093,102,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,12,-1,-1,-1,-1,-1,-1,0,3,0),(2093,'õ+3','Thorn Leaf Bow+3',1,2,0,2,52,1,16,'',80000,110000,2094,103,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,18,-1,-1,-1,-1,-1,-1,0,3,0),(2094,'õ+4','Thorn Leaf Bow+4',1,2,0,2,52,1,16,'',80000,135000,2095,104,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,24,-1,-1,-1,-1,-1,-1,30,3,0),(2095,'õ+5','Thorn Leaf Bow+5',1,2,0,2,52,1,16,'',80000,165000,2096,105,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,32,-1,-1,-1,-1,-1,-1,40,3,0),(2096,'õ+6','Thorn Leaf Bow+6',1,2,0,2,52,1,16,'',80000,215000,2097,106,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,41,-1,-1,-1,-1,-1,-1,50,3,0),(2097,'õ+7','Thorn Leaf Bow+7',1,2,0,2,52,1,16,'',80000,295000,2098,107,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,51,-1,-1,-1,-1,-1,-1,65,3,0),(2098,'õ+8','Thorn Leaf Bow+8',1,2,0,2,52,1,16,'',80000,410000,2099,108,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,62,-1,-1,-1,-1,-1,-1,80,3,0),(2099,'õ+9','Thorn Leaf Bow+9',1,2,0,2,52,1,16,'',80000,615000,0,0,0,15,1,45,0,0,7,24,0,0,0,0,0,0,0,106,206,74,-1,-1,-1,-1,-1,-1,100,3,0),(2100,'Ҹ+0','Bull\'s Horn Bow+0',1,2,0,2,52,1,16,'',110000,110000,2101,100,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,0,-1,-1,-1,-1,-1,-1,0,3,0),(2101,'Ҹ+1','Bull\'s Horn Bow+1',1,2,0,2,52,1,16,'',110000,120000,2102,101,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,6,-1,-1,-1,-1,-1,-1,0,3,0),(2102,'Ҹ+2','Bull\'s Horn Bow+2',1,2,0,2,52,1,16,'',110000,135000,2103,102,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,12,-1,-1,-1,-1,-1,-1,0,3,0),(2103,'Ҹ+3','Bull\'s Horn Bow+3',1,2,0,2,52,1,16,'',110000,155000,2104,103,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,18,-1,-1,-1,-1,-1,-1,0,3,0),(2104,'Ҹ+4','Bull\'s Horn Bow+4',1,2,0,2,52,1,16,'',110000,185000,2105,104,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,24,-1,-1,-1,-1,-1,-1,30,3,0),(2105,'Ҹ+5','Bull\'s Horn Bow+5',1,2,0,2,52,1,16,'',110000,230000,2106,105,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,32,-1,-1,-1,-1,-1,-1,40,3,0),(2106,'Ҹ+6','Bull\'s Horn Bow+6',1,2,0,2,52,1,16,'',110000,300000,2107,106,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,41,-1,-1,-1,-1,-1,-1,50,3,0),(2107,'Ҹ+7','Bull\'s Horn Bow+7',1,2,0,2,52,1,16,'',110000,405000,2108,107,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,51,-1,-1,-1,-1,-1,-1,65,3,0),(2108,'Ҹ+8','Bull\'s Horn Bow+8',1,2,0,2,52,1,16,'',110000,565000,2109,108,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,62,-1,-1,-1,-1,-1,-1,80,3,0),(2109,'Ҹ+9','Bull\'s Horn Bow+9',1,2,0,2,52,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,22,0,0,0,0,0,0,0,116,216,74,-1,-1,-1,-1,-1,-1,100,3,0),(2110,'õ+0','Unicorn Bow+0',1,2,0,2,52,1,16,'',140000,140000,2111,100,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,0,-1,-1,-1,-1,-1,-1,0,3,0),(2111,'õ+1','Unicorn Bow+1',1,2,0,2,52,1,16,'',140000,155000,2112,101,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,6,-1,-1,-1,-1,-1,-1,0,3,0),(2112,'õ+2','Unicorn Bow+2',1,2,0,2,52,1,16,'',140000,170000,2113,102,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,12,-1,-1,-1,-1,-1,-1,0,3,0),(2113,'õ+3','Unicorn Bow+3',1,2,0,2,52,1,16,'',140000,195000,2114,103,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,18,-1,-1,-1,-1,-1,-1,0,3,0),(2114,'õ+4','Unicorn Bow+4',1,2,0,2,52,1,16,'',140000,235000,2115,104,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,24,-1,-1,-1,-1,-1,-1,30,3,0),(2115,'õ+5','Unicorn Bow+5',1,2,0,2,52,1,16,'',140000,290000,2116,105,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,32,-1,-1,-1,-1,-1,-1,40,3,0),(2116,'õ+6','Unicorn Bow+6',1,2,0,2,52,1,16,'',140000,380000,2117,106,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,41,-1,-1,-1,-1,-1,-1,50,3,0),(2117,'õ+7','Unicorn Bow+7',1,2,0,2,52,1,16,'',140000,515000,2118,107,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,51,-1,-1,-1,-1,-1,-1,65,3,0),(2118,'õ+8','Unicorn Bow+8',1,2,0,2,52,1,16,'',140000,720000,2119,108,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,62,-1,-1,-1,-1,-1,-1,80,3,0),(2119,'õ+9','Unicorn Bow+9',1,2,0,2,52,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,19,0,0,0,0,0,0,0,139,213,74,-1,-1,-1,-1,-1,-1,100,3,0),(2120,'ϴ+0','Giant Wing Bow+0',1,2,0,2,52,1,16,'',180000,180000,2121,100,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,0,-1,-1,-1,-1,-1,-1,0,3,0),(2121,'ϴ+1','Giant Wing Bow+1',1,2,0,2,52,1,16,'',180000,200000,2122,101,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,6,-1,-1,-1,-1,-1,-1,0,3,0),(2122,'ϴ+2','Giant Wing Bow+2',1,2,0,2,52,1,16,'',180000,220000,2123,102,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,12,-1,-1,-1,-1,-1,-1,0,3,0),(2123,'ϴ+3','Giant Wing Bow+3',1,2,0,2,52,1,16,'',180000,250000,2124,103,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,18,-1,-1,-1,-1,-1,-1,0,3,0),(2124,'ϴ+4','Giant Wing Bow+4',1,2,0,2,52,1,16,'',180000,300000,2125,104,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,24,-1,-1,-1,-1,-1,-1,30,3,0),(2125,'ϴ+5','Giant Wing Bow+5',1,2,0,2,52,1,16,'',180000,375000,2126,105,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,32,-1,-1,-1,-1,-1,-1,40,3,0),(2126,'ϴ+6','Giant Wing Bow+6',1,2,0,2,52,1,16,'',180000,490000,2127,106,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,41,-1,-1,-1,-1,-1,-1,50,3,0),(2127,'ϴ+7','Giant Wing Bow+7',1,2,0,2,52,1,16,'',180000,660000,2128,107,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,51,-1,-1,-1,-1,-1,-1,65,3,0),(2128,'ϴ+8','Giant Wing Bow+8',1,2,0,2,52,1,16,'',180000,925000,2129,108,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,62,-1,-1,-1,-1,-1,-1,80,3,0),(2129,'ϴ+9','Giant Wing Bow+9',1,2,0,2,52,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,0,0,135,251,74,-1,-1,-1,-1,-1,-1,100,3,0),(2130,'ȭű+0','Divine Apricot Bow+0',1,2,0,2,52,1,16,'',360000,250000,2131,100,0,15,1,65,0,0,7,17,0,0,0,0,0,0,0,190,290,0,-1,-1,-1,-1,-1,-1,0,3,0),(2131,'ȭű+1','Divine Apricot Bow+1',1,2,0,2,52,1,16,'',360000,275000,2132,101,0,15,1,65,0,0,7,18,0,0,0,0,0,0,0,190,290,6,-1,-1,-1,-1,-1,-1,0,3,0),(2132,'ȭű+2','Divine Apricot Bow+2',1,2,0,2,52,1,16,'',360000,305000,2133,102,0,15,1,65,0,0,7,19,0,0,0,0,0,0,0,190,290,13,-1,-1,-1,-1,-1,-1,0,3,0),(2133,'ȭű+3','Divine Apricot Bow+3',1,2,0,2,52,1,16,'',360000,350000,2134,103,0,15,1,65,0,0,7,20,0,0,0,0,0,0,0,190,290,21,-1,-1,-1,-1,-1,-1,0,3,0),(2134,'ȭű+4','Divine Apricot Bow+4',1,2,0,2,52,1,16,'',360000,415000,2135,104,0,15,1,65,0,0,7,21,0,0,0,0,0,0,0,190,290,30,-1,-1,-1,-1,-1,-1,30,3,0),(2135,'ȭű+5','Divine Apricot Bow+5',1,2,0,2,52,1,16,'',360000,520000,2136,105,0,15,1,65,0,0,7,22,0,0,0,0,0,0,0,190,290,40,-1,-1,-1,-1,-1,-1,40,3,0),(2136,'ȭű+6','Divine Apricot Bow+6',1,2,0,2,52,1,16,'',360000,680000,2137,106,0,15,1,65,0,0,7,23,0,0,0,0,0,0,0,190,290,51,-1,-1,-1,-1,-1,-1,50,3,0),(2137,'ȭű+7','Divine Apricot Bow+7',1,2,0,2,52,1,16,'',360000,915000,2138,107,0,15,1,65,0,0,7,24,0,0,0,0,0,0,0,190,290,63,-1,-1,-1,-1,-1,-1,65,3,0),(2138,'ȭű+8','Divine Apricot Bow+8',1,2,0,2,52,1,16,'',360000,1280000,2139,108,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,190,290,76,-1,-1,-1,-1,-1,-1,80,3,0),(2139,'ȭű+9','Divine Apricot Bow+9',1,2,0,2,52,1,16,'',360000,1925000,0,0,0,15,1,65,0,0,7,27,0,0,0,0,0,0,0,190,290,90,-1,-1,-1,-1,-1,-1,100,3,0),(2140,'Ȳ+0','Yellow Dragon Bow+0',1,2,0,2,52,1,16,'',360000,250000,2141,100,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,0,-1,-1,-1,-1,-1,-1,0,3,0),(2141,'Ȳ+1','Yellow Dragon Bow+1',1,2,0,2,52,1,16,'',360000,275000,2142,101,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,8,-1,-1,-1,-1,-1,-1,0,3,0),(2142,'Ȳ+2','Yellow Dragon Bow+2',1,2,0,2,52,1,16,'',360000,305000,2143,102,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,17,-1,-1,-1,-1,-1,-1,0,3,0),(2143,'Ȳ+3','Yellow Dragon Bow+3',1,2,0,2,52,1,16,'',360000,350000,2144,103,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,27,-1,-1,-1,-1,-1,-1,0,3,0),(2144,'Ȳ+4','Yellow Dragon Bow+4',1,2,0,2,52,1,16,'',360000,415000,2145,104,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,38,-1,-1,-1,-1,-1,-1,30,3,0),(2145,'Ȳ+5','Yellow Dragon Bow+5',1,2,0,2,52,1,16,'',360000,520000,2146,105,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,50,-1,-1,-1,-1,-1,-1,40,3,0),(2146,'Ȳ+6','Yellow Dragon Bow+6',1,2,0,2,52,1,16,'',360000,680000,2147,106,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,63,-1,-1,-1,-1,-1,-1,50,3,0),(2147,'Ȳ+7','Yellow Dragon Bow+7',1,2,0,2,52,1,16,'',360000,915000,2148,107,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,77,-1,-1,-1,-1,-1,-1,65,3,0),(2148,'Ȳ+8','Yellow Dragon Bow+8',1,2,0,2,52,1,16,'',360000,1280000,2149,108,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,102,-1,-1,-1,-1,-1,-1,80,3,0),(2149,'Ȳ+9','Yellow Dragon Bow+9',1,2,0,2,52,1,16,'',360000,1925000,2160,501,0,15,1,65,0,0,7,15,0,0,0,0,0,0,0,187,293,137,-1,-1,-1,-1,-1,-1,100,3,0),(2150,'ȣư+0','Hornbow+0',1,2,0,2,52,1,16,'',20000,30000,2151,352,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,0,-1,-1,-1,-1,-1,-1,0,2,-1),(2151,'ȣư+1','Hornbow+1',1,2,0,2,52,1,16,'',20000,33000,2152,353,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,7,-1,-1,-1,-1,-1,-1,0,2,-1),(2152,'ȣư+2','Hornbow+2',1,2,0,2,52,1,16,'',20000,36500,2153,354,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,13,-1,-1,-1,-1,-1,-1,0,2,-1),(2153,'ȣư+3','Hornbow+3',1,2,0,2,52,1,16,'',20000,41500,2154,355,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,20,-1,-1,-1,-1,-1,-1,0,2,-1),(2154,'ȣư+4','Hornbow+4',1,2,0,2,52,1,16,'',20000,50000,2155,356,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,26,-1,-1,-1,-1,-1,-1,30,2,-1),(2155,'ȣư+5','Hornbow+5',1,2,0,2,52,1,16,'',20000,62500,2156,357,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,35,-1,-1,-1,-1,-1,-1,40,2,-1),(2156,'ȣư+6','Hornbow+6',1,2,0,2,52,1,16,'',20000,81500,2157,358,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,44,-1,-1,-1,-1,-1,-1,50,2,-1),(2157,'ȣư+7','Hornbow+7',1,2,0,2,52,1,16,'',20000,110000,2158,359,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,55,-1,-1,-1,-1,-1,-1,65,2,-1),(2158,'ȣư+8','Hornbow+8',1,2,0,2,52,1,16,'',20000,154000,2159,360,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,66,-1,-1,-1,-1,-1,-1,80,2,-1),(2159,'ȣư+9','Hornbow+9',1,2,0,2,52,1,16,'',20000,231000,0,0,0,15,1,30,0,0,7,15,0,0,0,0,0,0,0,85,178,79,-1,-1,-1,-1,-1,-1,100,2,-1),(2160,'Ȳ+0','Giant Devil Bow+0',1,2,0,2,308,1,16,'',360000,250000,2161,502,0,15,1,80,0,0,7,15,22,2,17,2,0,0,0,187,293,138,-1,-1,-1,-1,-1,-1,0,3,0),(2161,'Ȳ+1','Giant Devil Bow+1',1,2,0,2,308,1,16,'',360000,275000,2162,503,0,15,1,80,0,0,7,15,22,3,17,3,0,0,0,187,289,143,-1,-1,-1,-1,-1,-1,0,3,0),(2162,'Ȳ+2','Giant Devil Bow+2',1,2,0,2,308,1,16,'',360000,305000,2163,504,0,15,1,82,0,0,7,16,22,4,17,4,0,0,0,187,285,149,-1,-1,-1,-1,-1,-1,0,3,0),(2163,'Ȳ+3','Giant Devil Bow+3',1,2,0,2,308,1,16,'',360000,350000,2164,505,0,15,1,82,0,0,7,17,22,5,17,5,0,0,0,187,281,156,-1,-1,-1,-1,-1,-1,0,3,0),(2164,'Ȳ+4','Giant Devil Bow+4',1,2,0,2,308,1,16,'',360000,415000,2165,506,0,15,1,84,0,0,7,18,22,6,17,6,0,0,0,187,276,164,-1,-1,-1,-1,-1,-1,30,3,0),(2165,'Ȳ+5','Giant Devil Bow+5',1,2,0,2,308,1,16,'',360000,520000,2166,507,0,15,1,84,0,0,7,20,22,7,17,7,0,0,0,187,271,173,-1,-1,-1,-1,-1,-1,40,3,0),(2166,'Ȳ+6','Giant Devil Bow+6',1,2,0,2,308,1,16,'',360000,680000,2167,508,0,15,1,86,0,0,7,22,22,8,17,8,0,0,0,187,266,183,-1,-1,-1,-1,-1,-1,50,3,0),(2167,'Ȳ+7','Giant Devil Bow+7',1,2,0,2,308,1,16,'',360000,915000,2168,509,0,15,1,86,0,0,7,24,22,9,17,9,0,0,0,187,260,194,-1,-1,-1,-1,-1,-1,65,3,0),(2168,'Ȳ+8','Giant Devil Bow+8',1,2,0,2,308,1,16,'',360000,1280000,2169,510,0,15,1,88,0,0,7,27,22,10,17,10,0,0,0,187,254,206,-1,-1,-1,-1,-1,-1,80,3,0),(2169,'Ȳ+9','Giant Devil Bow+9',1,2,0,2,308,1,16,'',360000,1925000,2370,610,0,15,1,90,0,0,7,30,22,12,17,12,0,0,0,187,247,223,-1,-1,-1,-1,-1,-1,100,3,0),(2170,'öнű+0','Crow Steel Bow+0',1,2,0,2,52,1,16,'',360000,250000,2171,100,0,15,1,75,0,0,7,17,0,0,0,0,0,0,0,190,290,0,-1,-1,-1,-1,-1,-1,0,3,-1),(2171,'öнű+1','Crow Steel Bow+1',1,2,0,2,52,1,16,'',360000,275000,2172,101,0,15,1,75,0,0,7,18,0,0,0,0,0,0,0,190,290,6,-1,-1,-1,-1,-1,-1,0,3,-1),(2172,'öнű+2','Crow Steel Bow+2',1,2,0,2,52,1,16,'',360000,305000,2173,102,0,15,1,75,0,0,7,19,0,0,0,0,0,0,0,190,290,13,-1,-1,-1,-1,-1,-1,0,3,-1),(2173,'öнű+3','Crow Steel Bow+3',1,2,0,2,52,1,16,'',360000,350000,2174,103,0,15,1,75,0,0,7,20,0,0,0,0,0,0,0,190,290,21,-1,-1,-1,-1,-1,-1,0,3,-1),(2174,'öнű+4','Crow Steel Bow+4',1,2,0,2,52,1,16,'',360000,415000,2175,104,0,15,1,75,0,0,7,21,0,0,0,0,0,0,0,190,290,30,-1,-1,-1,-1,-1,-1,30,3,-1),(2175,'öнű+5','Crow Steel Bow+5',1,2,0,2,52,1,16,'',360000,520000,2176,105,0,15,1,75,0,0,7,22,0,0,0,0,0,0,0,190,290,40,-1,-1,-1,-1,-1,-1,40,3,-1),(2176,'öнű+6','Crow Steel Bow+6',1,2,0,2,52,1,16,'',360000,680000,2177,106,0,15,1,75,0,0,7,23,0,0,0,0,0,0,0,190,290,51,-1,-1,-1,-1,-1,-1,50,3,-1),(2177,'öнű+7','Crow Steel Bow+7',1,2,0,2,52,1,16,'',360000,915000,2178,107,0,15,1,75,0,0,7,24,0,0,0,0,0,0,0,190,290,63,-1,-1,-1,-1,-1,-1,65,3,-1),(2178,'öнű+8','Crow Steel Bow+8',1,2,0,2,52,1,16,'',360000,1280000,2179,108,0,15,1,75,0,0,7,25,0,0,0,0,0,0,0,190,290,76,-1,-1,-1,-1,-1,-1,80,3,-1),(2179,'öнű+9','Crow Steel Bow+9',1,2,0,2,52,1,16,'',360000,1925000,0,0,0,15,1,75,0,0,7,26,0,0,0,0,0,0,0,190,290,90,-1,-1,-1,-1,-1,-1,100,3,-1),(2180,'û+0','Blue Dragon Bow+0',1,2,0,2,52,1,16,'',360000,2225000,2181,100,0,15,1,70,0,0,7,15,43,2,0,0,0,0,0,187,293,0,-1,-1,-1,-1,-1,-1,0,3,0),(2181,'û+1','Blue Dragon Bow+1',1,2,0,2,52,1,16,'',360000,2300000,2182,101,0,15,1,70,0,0,7,15,43,3,0,0,0,0,0,187,293,6,-1,-1,-1,-1,-1,-1,0,3,0),(2182,'û+2','Blue Dragon Bow+2',1,2,0,2,52,1,16,'',360000,2675000,2183,102,0,15,1,70,0,0,7,15,43,4,0,0,0,0,0,187,293,13,-1,-1,-1,-1,-1,-1,0,3,0),(2183,'û+3','Blue Dragon Bow+3',1,2,0,2,52,1,16,'',360000,3500000,2184,103,0,15,1,70,0,0,7,15,43,5,0,0,0,0,0,187,293,21,-1,-1,-1,-1,-1,-1,0,3,0),(2184,'û+4','Blue Dragon Bow+4',1,2,0,2,52,1,16,'',360000,5500000,2185,104,0,15,1,70,0,0,7,15,43,6,0,0,0,0,0,187,293,30,-1,-1,-1,-1,-1,-1,30,3,0),(2185,'û+5','Blue Dragon Bow+5',1,2,0,2,52,1,16,'',360000,7000000,2186,105,0,15,1,70,0,0,7,15,43,8,0,0,0,0,0,187,293,40,-1,-1,-1,-1,-1,-1,40,3,0),(2186,'û+6','Blue Dragon Bow+6',1,2,0,2,308,1,16,'',360000,7600000,2187,106,0,15,1,70,0,0,7,15,43,10,0,0,0,0,0,187,293,51,-1,-1,-1,-1,-1,-1,50,3,0),(2187,'û+7','Blue Dragon Bow+7',1,2,0,2,308,1,16,'',360000,12250000,2188,107,0,15,1,70,0,0,7,15,43,12,0,0,0,0,0,187,293,63,-1,-1,-1,-1,-1,-1,65,3,0),(2188,'û+8','Blue Dragon Bow+8',1,2,0,2,308,1,16,'',360000,15000000,2189,108,0,15,1,70,0,0,7,15,43,15,0,0,0,0,0,187,293,76,-1,-1,-1,-1,-1,-1,80,3,0),(2189,'û+9','Blue Dragon Bow+9',1,2,0,2,308,1,16,'',360000,18750000,3059,0,0,15,1,70,0,0,7,15,43,20,0,0,0,0,0,187,293,90,-1,-1,-1,-1,-1,-1,100,3,0),(2190,'Ű+0','Ghost Crossbow+0',1,2,0,2,52,1,16,'',80000,80000,2191,100,0,15,1,38,0,0,7,24,0,0,0,0,0,0,0,106,206,0,-1,-1,-1,-1,-1,-1,0,3,0),(2191,'Ű+1','Ghost Crossbow+1',1,2,0,2,52,1,16,'',80000,90000,2192,101,0,15,1,40,0,0,7,24,0,0,0,0,0,0,0,106,206,6,-1,-1,-1,-1,-1,-1,0,3,0),(2192,'Ű+2','Ghost Crossbow+2',1,2,0,2,52,1,16,'',80000,95000,2193,102,0,15,1,42,0,0,7,24,0,0,0,0,0,0,0,106,206,12,-1,-1,-1,-1,-1,-1,0,3,0),(2193,'Ű+3','Ghost Crossbow+3',1,2,0,2,52,1,16,'',80000,110000,2194,103,0,15,1,44,0,0,7,24,0,0,0,0,0,0,0,106,206,18,-1,-1,-1,-1,-1,-1,0,3,0),(2194,'Ű+4','Ghost Crossbow+4',1,2,0,2,52,1,16,'',80000,135000,2195,104,0,15,1,46,0,0,7,24,0,0,0,0,0,0,0,106,206,24,-1,-1,-1,-1,-1,-1,30,3,0),(2195,'Ű+5','Ghost Crossbow+5',1,2,0,2,52,1,16,'',80000,165000,2196,105,0,15,1,48,0,0,7,24,0,0,0,0,0,0,0,106,206,32,-1,-1,-1,-1,-1,-1,40,3,0),(2196,'Ű+6','Ghost Crossbow+6',1,2,0,2,52,1,16,'',80000,215000,2197,106,0,15,1,50,0,0,7,24,0,0,0,0,0,0,0,106,206,41,-1,-1,-1,-1,-1,-1,50,3,0),(2197,'Ű+7','Ghost Crossbow+7',1,2,0,2,52,1,16,'',80000,295000,2198,107,0,15,1,52,0,0,7,24,0,0,0,0,0,0,0,106,206,51,-1,-1,-1,-1,-1,-1,65,3,0),(2198,'Ű+8','Ghost Crossbow+8',1,2,0,2,52,1,16,'',80000,410000,2199,108,0,15,1,54,0,0,7,24,0,0,0,0,0,0,0,106,206,62,-1,-1,-1,-1,-1,-1,80,3,0),(2199,'Ű+9','Ghost Crossbow+9',1,2,0,2,52,1,16,'',80000,615000,0,0,0,15,1,56,0,0,7,24,0,0,0,0,0,0,0,106,206,74,-1,-1,-1,-1,-1,-1,100,3,0),(2370,'õ+0','Phoenix Bow +0',1,2,0,2,52,1,16,'',120000,120000,2371,601,0,0,1,87,0,0,7,15,17,2,63,1,0,0,0,237,436,0,-1,-1,-1,-1,-1,-1,0,3,0),(2371,'õ+1','Phoenix Bow +1',1,2,0,2,52,1,16,'',120000,130000,2372,602,0,0,1,89,0,0,7,15,17,3,63,1,0,0,0,237,436,10,-1,-1,-1,-1,-1,-1,0,3,0),(2372,'õ+2','Phoenix Bow +2',1,2,0,2,52,1,16,'',120000,145000,2373,603,0,0,1,91,0,0,7,15,17,4,63,2,0,0,0,237,436,14,-1,-1,-1,-1,-1,-1,0,3,0),(2373,'õ+3','Phoenix Bow +3',1,2,0,2,52,1,16,'',120000,165000,2374,604,0,0,1,93,0,0,7,15,17,5,63,2,0,0,0,237,436,22,-1,-1,-1,-1,-1,-1,0,3,0),(2374,'õ+4','Phoenix Bow +4',1,2,0,2,52,1,16,'',120000,190000,2375,605,0,0,1,95,0,0,7,15,17,6,63,3,0,0,0,237,436,33,-1,-1,-1,-1,-1,-1,30,3,0),(2375,'õ+5','Phoenix Bow +5',1,2,0,2,52,1,16,'',120000,220000,2376,606,0,0,1,97,0,0,7,15,17,7,63,3,0,0,0,237,436,50,-1,-1,-1,-1,-1,-1,40,3,0),(2376,'õ+6','Phoenix Bow +6',1,2,0,2,52,1,16,'',120000,265000,2377,607,0,0,1,99,0,0,7,15,17,8,63,4,0,0,0,237,436,74,-1,-1,-1,-1,-1,-1,50,3,0),(2377,'õ+7','Phoenix Bow +7',1,2,0,2,52,1,16,'',120000,325000,2378,608,0,0,1,101,0,0,7,15,17,10,63,4,0,0,0,237,436,111,-1,-1,-1,-1,-1,-1,65,3,0),(2378,'õ+8','Phoenix Bow +8',1,2,0,2,52,1,16,'',120000,405000,2379,609,0,0,1,103,0,0,7,15,17,12,63,5,0,0,0,237,436,167,-1,-1,-1,-1,-1,-1,80,3,0),(2379,'õ+9','Phoenix Bow +9',1,2,0,2,52,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,0,0,237,436,250,-1,-1,-1,-1,-1,-1,100,3,0),(3000,'뵵+0','Glaive+0',1,3,0,3,56,1,16,'',100,0,3001,28,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,0,-1,-1,-1,-1,-1,-1,0,1,0),(3001,'뵵+1','Glaive+1',1,3,0,3,56,1,16,'',100,100,3002,29,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,8,-1,-1,-1,-1,-1,-1,0,1,0),(3002,'뵵+2','Glaive+2',1,3,0,3,56,1,16,'',100,100,3003,30,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,16,-1,-1,-1,-1,-1,-1,0,1,0),(3003,'뵵+3','Glaive+3',1,3,0,3,56,1,16,'',100,150,3004,31,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,24,-1,-1,-1,-1,-1,-1,0,1,0),(3004,'뵵+4','Glaive+4',1,3,0,3,56,1,16,'',100,150,3005,32,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,32,-1,-1,-1,-1,-1,-1,30,1,0),(3005,'뵵+5','Glaive+5',1,3,0,3,56,1,16,'',100,200,3006,33,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,40,-1,-1,-1,-1,-1,-1,40,1,0),(3006,'뵵+6','Glaive+6',1,3,0,3,56,1,16,'',100,250,3007,34,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,48,-1,-1,-1,-1,-1,-1,50,1,0),(3007,'뵵+7','Glaive+7',1,3,0,3,56,1,16,'',100,350,3008,35,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,56,-1,-1,-1,-1,-1,-1,65,1,0),(3008,'뵵+8','Glaive+8',1,3,0,3,56,1,16,'',100,500,3009,36,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,64,-1,-1,-1,-1,-1,-1,80,1,0),(3009,'뵵+9','Glaive+9',1,3,0,3,56,1,16,'',100,750,0,0,0,15,1,0,0,0,7,36,0,0,0,0,0,0,0,14,22,72,-1,-1,-1,-1,-1,-1,100,1,0),(3010,'â+0','Spear+0',1,3,0,3,56,1,16,'',400,400,3011,28,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,0,-1,-1,-1,-1,-1,-1,0,1,0),(3011,'â+1','Spear+1',1,3,0,3,56,1,16,'',400,500,3012,29,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,8,-1,-1,-1,-1,-1,-1,0,1,0),(3012,'â+2','Spear+2',1,3,0,3,56,1,16,'',400,500,3013,30,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,16,-1,-1,-1,-1,-1,-1,0,1,0),(3013,'â+3','Spear+3',1,3,0,3,56,1,16,'',400,500,3014,31,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,24,-1,-1,-1,-1,-1,-1,0,1,0),(3014,'â+4','Spear+4',1,3,0,3,56,1,16,'',400,500,3015,32,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,32,-1,-1,-1,-1,-1,-1,30,1,0),(3015,'â+5','Spear+5',1,3,0,3,56,1,16,'',400,1000,3016,33,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,40,-1,-1,-1,-1,-1,-1,40,1,0),(3016,'â+6','Spear+6',1,3,0,3,56,1,16,'',400,1000,3017,34,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,48,-1,-1,-1,-1,-1,-1,50,1,0),(3017,'â+7','Spear+7',1,3,0,3,56,1,16,'',400,1500,3018,35,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,56,-1,-1,-1,-1,-1,-1,65,1,0),(3018,'â+8','Spear+8',1,3,0,3,56,1,16,'',400,2000,3019,36,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,64,-1,-1,-1,-1,-1,-1,80,1,0),(3019,'â+9','Spear+9',1,3,0,3,56,1,16,'',400,3000,0,0,0,15,1,5,0,0,7,38,0,0,0,0,0,0,0,23,33,72,-1,-1,-1,-1,-1,-1,100,1,0),(3020,'ܵε+0','Guillotine Blade+0',1,3,0,3,56,1,16,'',600,600,3021,28,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,0,-1,-1,-1,-1,-1,-1,0,1,0),(3021,'ܵε+1','Guillotine Blade+1',1,3,0,3,56,1,16,'',600,600,3022,29,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,8,-1,-1,-1,-1,-1,-1,0,1,0),(3022,'ܵε+2','Guillotine Blade+2',1,3,0,3,56,1,16,'',600,600,3023,30,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,16,-1,-1,-1,-1,-1,-1,0,1,0),(3023,'ܵε+3','Guillotine Blade+3',1,3,0,3,56,1,16,'',600,1000,3024,31,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,24,-1,-1,-1,-1,-1,-1,0,1,0),(3024,'ܵε+4','Guillotine Blade+4',1,3,0,3,56,1,16,'',600,1000,3025,32,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,32,-1,-1,-1,-1,-1,-1,30,1,0),(3025,'ܵε+5','Guillotine Blade+5',1,3,0,3,56,1,16,'',600,1500,3026,33,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,40,-1,-1,-1,-1,-1,-1,40,1,0),(3026,'ܵε+6','Guillotine Blade+6',1,3,0,3,56,1,16,'',600,1500,3027,34,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,48,-1,-1,-1,-1,-1,-1,50,1,0),(3027,'ܵε+7','Guillotine Blade+7',1,3,0,3,56,1,16,'',600,2000,3028,35,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,56,-1,-1,-1,-1,-1,-1,65,1,0),(3028,'ܵε+8','Guillotine Blade+8',1,3,0,3,56,1,16,'',600,3000,3029,36,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,64,-1,-1,-1,-1,-1,-1,80,1,0),(3029,'ܵε+9','Guillotine Blade+9',1,3,0,3,56,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,34,0,0,0,0,0,0,0,24,42,72,-1,-1,-1,-1,-1,-1,100,1,0),(3030,'Ľֱ+0','Spider Spear+0',1,3,0,3,56,1,16,'',800,800,3031,28,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,0,-1,-1,-1,-1,-1,-1,0,1,0),(3031,'Ľֱ+1','Spider Spear+1',1,3,0,3,56,1,16,'',800,1000,3032,29,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,8,-1,-1,-1,-1,-1,-1,0,1,0),(3032,'Ľֱ+2','Spider Spear+2',1,3,0,3,56,1,16,'',800,1000,3033,30,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,16,-1,-1,-1,-1,-1,-1,0,1,0),(3033,'Ľֱ+3','Spider Spear+3',1,3,0,3,56,1,16,'',800,1000,3034,31,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,24,-1,-1,-1,-1,-1,-1,0,1,0),(3034,'Ľֱ+4','Spider Spear+4',1,3,0,3,56,1,16,'',800,1500,3035,32,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,32,-1,-1,-1,-1,-1,-1,30,1,0),(3035,'Ľֱ+5','Spider Spear+5',1,3,0,3,56,1,16,'',800,1500,3036,33,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,40,-1,-1,-1,-1,-1,-1,40,1,0),(3036,'Ľֱ+6','Spider Spear+6',1,3,0,3,56,1,16,'',800,2000,3037,34,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,48,-1,-1,-1,-1,-1,-1,50,1,0),(3037,'Ľֱ+7','Spider Spear+7',1,3,0,3,56,1,16,'',800,3000,3038,35,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,56,-1,-1,-1,-1,-1,-1,65,1,0),(3038,'Ľֱ+8','Spider Spear+8',1,3,0,3,56,1,16,'',800,4000,3039,36,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,64,-1,-1,-1,-1,-1,-1,80,1,0),(3039,'Ľֱ+9','Spider Spear+9',1,3,0,3,56,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,30,0,0,0,0,0,0,0,30,44,72,-1,-1,-1,-1,-1,-1,100,1,0),(3040,'α+0','Gisarme+0',1,3,0,3,56,1,16,'',3000,3000,3041,28,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,0,-1,-1,-1,-1,-1,-1,0,1,0),(3041,'α+1','Gisarme+1',1,3,0,3,56,1,16,'',3000,3500,3042,29,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,8,-1,-1,-1,-1,-1,-1,0,1,0),(3042,'α+2','Gisarme+2',1,3,0,3,56,1,16,'',3000,3500,3043,30,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,16,-1,-1,-1,-1,-1,-1,0,1,0),(3043,'α+3','Gisarme+3',1,3,0,3,56,1,16,'',3000,4000,3044,31,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,24,-1,-1,-1,-1,-1,-1,0,1,0),(3044,'α+4','Gisarme+4',1,3,0,3,56,1,16,'',3000,5000,3045,32,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,32,-1,-1,-1,-1,-1,-1,30,1,0),(3045,'α+5','Gisarme+5',1,3,0,3,56,1,16,'',3000,6500,3046,33,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,40,-1,-1,-1,-1,-1,-1,40,1,0),(3046,'α+6','Gisarme+6',1,3,0,3,56,1,16,'',3000,8000,3047,34,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,48,-1,-1,-1,-1,-1,-1,50,1,0),(3047,'α+7','Gisarme+7',1,3,0,3,56,1,16,'',3000,11000,3048,35,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,56,-1,-1,-1,-1,-1,-1,65,1,0),(3048,'α+8','Gisarme+8',1,3,0,3,56,1,16,'',3000,15500,3049,36,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,64,-1,-1,-1,-1,-1,-1,80,1,0),(3049,'α+9','Gisarme+9',1,3,0,3,56,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,25,0,0,0,0,0,0,0,34,52,72,-1,-1,-1,-1,-1,-1,100,1,0),(3050,'+0','War Scythe+0',1,3,0,3,56,1,16,'',5000,5000,3051,37,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,0,-1,-1,-1,-1,-1,-1,0,2,0),(3051,'+1','War Scythe+1',1,3,0,3,56,1,16,'',5000,5500,3052,38,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,6,-1,-1,-1,-1,-1,-1,0,2,0),(3052,'+2','War Scythe+2',1,3,0,3,56,1,16,'',5000,6000,3053,39,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,12,-1,-1,-1,-1,-1,-1,0,2,0),(3053,'+3','War Scythe+3',1,3,0,3,56,1,16,'',5000,7000,3054,40,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,18,-1,-1,-1,-1,-1,-1,0,2,0),(3054,'+4','War Scythe+4',1,3,0,3,56,1,16,'',5000,8500,3055,41,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,24,-1,-1,-1,-1,-1,-1,30,2,0),(3055,'+5','War Scythe+5',1,3,0,3,56,1,16,'',5000,10500,3056,42,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,32,-1,-1,-1,-1,-1,-1,40,2,0),(3056,'+6','War Scythe+6',1,3,0,3,56,1,16,'',5000,13500,3057,43,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,41,-1,-1,-1,-1,-1,-1,50,2,0),(3057,'+7','War Scythe+7',1,3,0,3,56,1,16,'',5000,18500,3058,44,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,51,-1,-1,-1,-1,-1,-1,65,2,0),(3058,'+8','War Scythe+8',1,3,0,3,56,1,16,'',5000,25500,3059,45,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,62,-1,-1,-1,-1,-1,-1,80,2,0),(3059,'+9','War Scythe+9',1,3,0,3,56,1,16,'',5000,38500,0,0,0,15,1,25,0,0,7,37,0,0,0,0,0,0,0,52,86,74,-1,-1,-1,-1,-1,-1,100,2,0),(3060,'+0','Battle Pitchfork+0',1,3,0,3,56,1,16,'',8000,8000,3061,37,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,0,-1,-1,-1,-1,-1,-1,0,2,0),(3061,'+1','Battle Pitchfork+1',1,3,0,3,56,1,16,'',8000,9000,3062,38,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,6,-1,-1,-1,-1,-1,-1,0,2,0),(3062,'+2','Battle Pitchfork+2',1,3,0,3,56,1,16,'',8000,9500,3063,39,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,12,-1,-1,-1,-1,-1,-1,0,2,0),(3063,'+3','Battle Pitchfork+3',1,3,0,3,56,1,16,'',8000,11000,3064,40,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,18,-1,-1,-1,-1,-1,-1,0,2,0),(3064,'+4','Battle Pitchfork+4',1,3,0,3,56,1,16,'',8000,13500,3065,41,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,24,-1,-1,-1,-1,-1,-1,30,2,0),(3065,'+5','Battle Pitchfork+5',1,3,0,3,56,1,16,'',8000,16500,3066,42,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,32,-1,-1,-1,-1,-1,-1,40,2,0),(3066,'+6','Battle Pitchfork+6',1,3,0,3,56,1,16,'',8000,21500,3067,43,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,41,-1,-1,-1,-1,-1,-1,50,2,0),(3067,'+7','Battle Pitchfork+7',1,3,0,3,56,1,16,'',8000,29500,3068,44,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,51,-1,-1,-1,-1,-1,-1,65,2,0),(3068,'+8','Battle Pitchfork+8',1,3,0,3,56,1,16,'',8000,41000,3069,45,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,62,-1,-1,-1,-1,-1,-1,80,2,0),(3069,'+9','Battle Pitchfork+9',1,3,0,3,56,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,34,0,0,0,0,0,0,0,58,88,74,-1,-1,-1,-1,-1,-1,100,2,0),(3070,'ܱ+0','Halberd+0',1,3,0,3,56,1,16,'',15000,15000,3071,37,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,0,-1,-1,-1,-1,-1,-1,0,2,0),(3071,'ܱ+1','Halberd+1',1,3,0,3,56,1,16,'',15000,16500,3072,38,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,6,-1,-1,-1,-1,-1,-1,0,2,0),(3072,'ܱ+2','Halberd+2',1,3,0,3,56,1,16,'',15000,18000,3073,39,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,12,-1,-1,-1,-1,-1,-1,0,2,0),(3073,'ܱ+3','Halberd+3',1,3,0,3,56,1,16,'',15000,21000,3074,40,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,18,-1,-1,-1,-1,-1,-1,0,2,0),(3074,'ܱ+4','Halberd+4',1,3,0,3,56,1,16,'',15000,25000,3075,41,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,24,-1,-1,-1,-1,-1,-1,30,2,0),(3075,'ܱ+5','Halberd+5',1,3,0,3,56,1,16,'',15000,31500,3076,42,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,32,-1,-1,-1,-1,-1,-1,40,2,0),(3076,'ܱ+6','Halberd+6',1,3,0,3,56,1,16,'',15000,40500,3077,43,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,41,-1,-1,-1,-1,-1,-1,50,2,0),(3077,'ܱ+7','Halberd+7',1,3,0,3,56,1,16,'',15000,55000,3078,44,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,51,-1,-1,-1,-1,-1,-1,65,2,0),(3078,'ܱ+8','Halberd+8',1,3,0,3,56,1,16,'',15000,77000,3079,45,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,62,-1,-1,-1,-1,-1,-1,80,2,0),(3079,'ܱ+9','Halberd+9',1,3,0,3,56,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,31,0,0,0,0,0,0,0,60,96,74,-1,-1,-1,-1,-1,-1,100,2,0),(3080,'һ+0','Giant Axe+0',1,3,0,3,56,1,16,'',20000,20000,3081,37,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,0,-1,-1,-1,-1,-1,-1,0,2,0),(3081,'һ+1','Giant Axe+1',1,3,0,3,56,1,16,'',20000,22000,3082,38,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,6,-1,-1,-1,-1,-1,-1,0,2,0),(3082,'һ+2','Giant Axe+2',1,3,0,3,56,1,16,'',20000,24000,3083,39,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,12,-1,-1,-1,-1,-1,-1,0,2,0),(3083,'һ+3','Giant Axe+3',1,3,0,3,56,1,16,'',20000,28000,3084,40,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,18,-1,-1,-1,-1,-1,-1,0,2,0),(3084,'һ+4','Giant Axe+4',1,3,0,3,56,1,16,'',20000,33500,3085,41,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,24,-1,-1,-1,-1,-1,-1,30,2,0),(3085,'һ+5','Giant Axe+5',1,3,0,3,56,1,16,'',20000,41500,3086,42,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,32,-1,-1,-1,-1,-1,-1,40,2,0),(3086,'һ+6','Giant Axe+6',1,3,0,3,56,1,16,'',20000,54500,3087,43,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,41,-1,-1,-1,-1,-1,-1,50,2,0),(3087,'һ+7','Giant Axe+7',1,3,0,3,56,1,16,'',20000,73500,3088,44,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,51,-1,-1,-1,-1,-1,-1,65,2,0),(3088,'һ+8','Giant Axe+8',1,3,0,3,56,1,16,'',20000,102500,3089,45,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,62,-1,-1,-1,-1,-1,-1,80,2,0),(3089,'һ+9','Giant Axe+9',1,3,0,3,56,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,25,0,0,0,0,0,0,0,69,103,74,-1,-1,-1,-1,-1,-1,100,2,0),(3090,'+0','Glacial Pick+0',1,3,0,3,56,1,16,'',80000,80000,3091,46,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,0,-1,-1,-1,-1,-1,-1,0,3,0),(3091,'+1','Glacial Pick+1',1,3,0,3,56,1,16,'',80000,90000,3092,47,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,5,-1,-1,-1,-1,-1,-1,0,3,0),(3092,'+2','Glacial Pick+2',1,3,0,3,56,1,16,'',80000,95000,3093,48,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,10,-1,-1,-1,-1,-1,-1,0,3,0),(3093,'+3','Glacial Pick+3',1,3,0,3,56,1,16,'',80000,110000,3094,49,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,15,-1,-1,-1,-1,-1,-1,0,3,0),(3094,'+4','Glacial Pick+4',1,3,0,3,56,1,16,'',80000,135000,3095,50,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,20,-1,-1,-1,-1,-1,-1,30,3,0),(3095,'+5','Glacial Pick+5',1,3,0,3,56,1,16,'',80000,165000,3096,51,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,27,-1,-1,-1,-1,-1,-1,40,3,0),(3096,'+6','Glacial Pick+6',1,3,0,3,56,1,16,'',80000,215000,3097,52,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,35,-1,-1,-1,-1,-1,-1,50,3,0),(3097,'+7','Glacial Pick+7',1,3,0,3,56,1,16,'',80000,295000,3098,53,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,44,-1,-1,-1,-1,-1,-1,65,3,0),(3098,'+8','Glacial Pick+8',1,3,0,3,56,1,16,'',80000,410000,3099,54,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,54,-1,-1,-1,-1,-1,-1,80,3,0),(3099,'+9','Glacial Pick+9',1,3,0,3,56,1,16,'',80000,615000,0,0,0,15,1,45,0,0,7,40,0,0,0,0,0,0,0,84,122,65,-1,-1,-1,-1,-1,-1,100,3,0),(3100,'+0','Twelve Spirit Sword+0',1,3,0,3,56,1,16,'',110000,110000,3101,46,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,0,-1,-1,-1,-1,-1,-1,0,3,0),(3101,'+1','Twelve Spirit Sword+1',1,3,0,3,56,1,16,'',110000,120000,3102,47,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,5,-1,-1,-1,-1,-1,-1,0,3,0),(3102,'+2','Twelve Spirit Sword+2',1,3,0,3,56,1,16,'',110000,135000,3103,48,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,10,-1,-1,-1,-1,-1,-1,0,3,0),(3103,'+3','Twelve Spirit Sword+3',1,3,0,3,56,1,16,'',110000,155000,3104,49,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,15,-1,-1,-1,-1,-1,-1,0,3,0),(3104,'+4','Twelve Spirit Sword+4',1,3,0,3,56,1,16,'',110000,185000,3105,50,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,20,-1,-1,-1,-1,-1,-1,30,3,0),(3105,'+5','Twelve Spirit Sword+5',1,3,0,3,56,1,16,'',110000,230000,3106,51,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,27,-1,-1,-1,-1,-1,-1,40,3,0),(3106,'+6','Twelve Spirit Sword+6',1,3,0,3,56,1,16,'',110000,300000,3107,52,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,35,-1,-1,-1,-1,-1,-1,50,3,0),(3107,'+7','Twelve Spirit Sword+7',1,3,0,3,56,1,16,'',110000,405000,3108,53,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,44,-1,-1,-1,-1,-1,-1,65,3,0),(3108,'+8','Twelve Spirit Sword+8',1,3,0,3,56,1,16,'',110000,565000,3109,54,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,54,-1,-1,-1,-1,-1,-1,80,3,0),(3109,'+9','Twelve Spirit Sword+9',1,3,0,3,56,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,35,0,0,0,0,0,0,0,85,139,65,-1,-1,-1,-1,-1,-1,100,3,0),(3110,'+0','Salvation Blade+0',1,3,0,3,56,1,16,'',140000,140000,3111,46,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,0,-1,-1,-1,-1,-1,-1,0,3,0),(3111,'+1','Salvation Blade+1',1,3,0,3,56,1,16,'',140000,155000,3112,47,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,5,-1,-1,-1,-1,-1,-1,0,3,0),(3112,'+2','Salvation Blade+2',1,3,0,3,56,1,16,'',140000,170000,3113,48,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,10,-1,-1,-1,-1,-1,-1,0,3,0),(3113,'+3','Salvation Blade+3',1,3,0,3,56,1,16,'',140000,195000,3114,49,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,15,-1,-1,-1,-1,-1,-1,0,3,0),(3114,'+4','Salvation Blade+4',1,3,0,3,56,1,16,'',140000,235000,3115,50,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,20,-1,-1,-1,-1,-1,-1,30,3,0),(3115,'+5','Salvation Blade+5',1,3,0,3,56,1,16,'',140000,290000,3116,51,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,27,-1,-1,-1,-1,-1,-1,40,3,0),(3116,'+6','Salvation Blade+6',1,3,0,3,56,1,16,'',140000,380000,3117,52,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,35,-1,-1,-1,-1,-1,-1,50,3,0),(3117,'+7','Salvation Blade+7',1,3,0,3,56,1,16,'',140000,515000,3118,53,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,44,-1,-1,-1,-1,-1,-1,65,3,0),(3118,'+8','Salvation Blade+8',1,3,0,3,56,1,16,'',140000,720000,3119,54,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,54,-1,-1,-1,-1,-1,-1,80,3,0),(3119,'+9','Salvation Blade+9',1,3,0,3,56,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,30,0,0,0,0,0,0,0,86,154,65,-1,-1,-1,-1,-1,-1,100,3,0),(3120,'+0','Lion Slayer+0',1,3,0,3,56,1,16,'',180000,180000,3121,46,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,0,-1,-1,-1,-1,-1,-1,0,3,0),(3121,'+1','Lion Slayer+1',1,3,0,3,56,1,16,'',180000,200000,3122,47,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,5,-1,-1,-1,-1,-1,-1,0,3,0),(3122,'+2','Lion Slayer+2',1,3,0,3,56,1,16,'',180000,220000,3123,48,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,10,-1,-1,-1,-1,-1,-1,0,3,0),(3123,'+3','Lion Slayer+3',1,3,0,3,56,1,16,'',180000,250000,3124,49,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,15,-1,-1,-1,-1,-1,-1,0,3,0),(3124,'+4','Lion Slayer+4',1,3,0,3,56,1,16,'',180000,300000,3125,50,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,20,-1,-1,-1,-1,-1,-1,30,3,0),(3125,'+5','Lion Slayer+5',1,3,0,3,56,1,16,'',180000,375000,3126,51,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,27,-1,-1,-1,-1,-1,-1,40,3,0),(3126,'+6','Lion Slayer+6',1,3,0,3,56,1,16,'',180000,490000,3127,52,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,35,-1,-1,-1,-1,-1,-1,50,3,0),(3127,'+7','Lion Slayer+7',1,3,0,3,56,1,16,'',180000,660000,3128,53,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,44,-1,-1,-1,-1,-1,-1,65,3,0),(3128,'+8','Lion Slayer+8',1,3,0,3,56,1,16,'',180000,925000,3129,54,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,54,-1,-1,-1,-1,-1,-1,80,3,0),(3129,'+9','Lion Slayer+9',1,3,0,3,56,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,25,0,0,0,0,0,0,0,102,156,65,-1,-1,-1,-1,-1,-1,100,3,0),(3130,'õȭ+0','Partisan+0',1,3,0,3,56,1,16,'',360000,360000,3131,46,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,0,-1,-1,-1,-1,-1,-1,0,3,0),(3131,'õȭ+1','Partisan+1',1,3,0,3,56,1,16,'',360000,395000,3132,47,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,8,-1,-1,-1,-1,-1,-1,0,3,0),(3132,'õȭ+2','Partisan+2',1,3,0,3,56,1,16,'',360000,435000,3133,48,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,17,-1,-1,-1,-1,-1,-1,0,3,0),(3133,'õȭ+3','Partisan+3',1,3,0,3,56,1,16,'',360000,500000,3134,49,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,27,-1,-1,-1,-1,-1,-1,0,3,0),(3134,'õȭ+4','Partisan+4',1,3,0,3,56,1,16,'',360000,600000,3135,50,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,38,-1,-1,-1,-1,-1,-1,30,3,0),(3135,'õȭ+5','Partisan+5',1,3,0,3,56,1,16,'',360000,750000,3136,51,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,50,-1,-1,-1,-1,-1,-1,40,3,0),(3136,'õȭ+6','Partisan+6',1,3,0,3,56,1,16,'',360000,975000,3137,52,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,63,-1,-1,-1,-1,-1,-1,50,3,0),(3137,'õȭ+7','Partisan+7',1,3,0,3,56,1,16,'',360000,1320000,3138,53,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,77,-1,-1,-1,-1,-1,-1,65,3,0),(3138,'õȭ+8','Partisan+8',1,3,0,3,56,1,16,'',360000,1845000,3139,54,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,102,-1,-1,-1,-1,-1,-1,80,3,0),(3139,'õȭ+9','Partisan+9',1,3,0,3,56,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,25,0,0,0,0,0,0,0,136,184,137,-1,-1,-1,-1,-1,-1,100,3,0),(3140,'+0','Electromagnetic Blade+0',1,3,0,3,56,1,16,'',360000,360000,3141,46,0,15,1,65,0,0,7,27,0,0,0,0,0,0,0,126,194,0,-1,-1,-1,-1,-1,-1,0,3,0),(3141,'+1','Electromagnetic Blade+1',1,3,0,3,56,1,16,'',360000,395000,3142,47,0,15,1,65,0,0,7,28,0,0,0,0,0,0,0,126,194,6,-1,-1,-1,-1,-1,-1,0,3,0),(3142,'+2','Electromagnetic Blade+2',1,3,0,3,56,1,16,'',360000,435000,3143,48,0,15,1,65,0,0,7,29,0,0,0,0,0,0,0,126,194,13,-1,-1,-1,-1,-1,-1,0,3,0),(3143,'+3','Electromagnetic Blade+3',1,3,0,3,56,1,16,'',360000,500000,3144,49,0,15,1,65,0,0,7,30,0,0,0,0,0,0,0,126,194,21,-1,-1,-1,-1,-1,-1,0,3,0),(3144,'+4','Electromagnetic Blade+4',1,3,0,3,56,1,16,'',360000,600000,3145,50,0,15,1,65,0,0,7,31,0,0,0,0,0,0,0,126,194,30,-1,-1,-1,-1,-1,-1,30,3,0),(3145,'+5','Electromagnetic Blade+5',1,3,0,3,56,1,16,'',360000,750000,3146,51,0,15,1,65,0,0,7,32,0,0,0,0,0,0,0,126,194,40,-1,-1,-1,-1,-1,-1,40,3,0),(3146,'+6','Electromagnetic Blade+6',1,3,0,3,56,1,16,'',360000,975000,3147,52,0,15,1,65,0,0,7,33,0,0,0,0,0,0,0,126,194,51,-1,-1,-1,-1,-1,-1,50,3,0),(3147,'+7','Electromagnetic Blade+7',1,3,0,3,56,1,16,'',360000,1320000,3148,53,0,15,1,65,0,0,7,34,0,0,0,0,0,0,0,126,194,63,-1,-1,-1,-1,-1,-1,65,3,0),(3148,'+8','Electromagnetic Blade+8',1,3,0,3,56,1,16,'',360000,1845000,3149,54,0,15,1,65,0,0,7,35,0,0,0,0,0,0,0,126,194,76,-1,-1,-1,-1,-1,-1,80,3,0),(3149,'+9','Electromagnetic Blade+9',1,3,0,3,56,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,37,0,0,0,0,0,0,0,126,194,90,-1,-1,-1,-1,-1,-1,100,3,0),(3150,'Żȥ+0','Soul Stealing Blade+0',1,3,0,3,56,1,16,'',360000,2225000,3151,46,0,5,1,70,0,0,7,25,17,2,0,0,0,0,0,126,194,0,-1,-1,-1,-1,-1,-1,0,3,0),(3151,'Żȥ+1','Soul Stealing Blade+1',1,3,0,3,56,1,16,'',360000,2300000,3152,47,0,5,1,70,0,0,7,25,17,3,0,0,0,0,0,126,194,6,-1,-1,-1,-1,-1,-1,0,3,0),(3152,'Żȥ+2','Soul Stealing Blade+2',1,3,0,3,56,1,16,'',360000,2675000,3153,48,0,5,1,70,0,0,7,25,17,4,0,0,0,0,0,126,194,13,-1,-1,-1,-1,-1,-1,0,3,0),(3153,'Żȥ+3','Soul Stealing Blade+3',1,3,0,3,56,1,16,'',360000,3500000,3154,49,0,5,1,70,0,0,7,25,17,5,0,0,0,0,0,126,194,27,-1,-1,-1,-1,-1,-1,0,3,0),(3154,'Żȥ+4','Soul Stealing Blade+4',1,3,0,3,56,1,16,'',360000,5500000,3155,50,0,5,1,70,0,0,7,25,17,6,0,0,0,0,0,126,194,38,-1,-1,-1,-1,-1,-1,30,3,0),(3155,'Żȥ+5','Soul Stealing Blade+5',1,3,0,3,56,1,16,'',360000,7000000,3156,51,0,5,1,70,0,0,7,25,17,7,0,0,0,0,0,126,194,50,-1,-1,-1,-1,-1,-1,40,3,0),(3156,'Żȥ+6','Soul Stealing Blade+6',1,3,0,3,312,1,16,'',360000,7600000,3157,52,0,5,1,70,0,0,7,25,17,8,0,0,0,0,0,126,194,63,-1,-1,-1,-1,-1,-1,50,3,0),(3157,'Żȥ+7','Soul Stealing Blade+7',1,3,0,3,312,1,16,'',360000,12250000,3158,53,0,5,1,70,0,0,7,25,17,10,0,0,0,0,0,126,194,77,-1,-1,-1,-1,-1,-1,65,3,0),(3158,'Żȥ+8','Soul Stealing Blade+8',1,3,0,3,312,1,16,'',360000,15000000,3159,54,0,5,1,70,0,0,7,25,17,12,0,0,0,0,0,126,194,102,-1,-1,-1,-1,-1,-1,80,3,0),(3159,'Żȥ+9','Soul Stealing Blade+9',1,3,0,3,312,1,16,'',360000,18750000,3190,610,0,5,1,70,0,0,7,25,17,15,0,0,0,0,0,126,194,137,-1,-1,-1,-1,-1,-1,100,3,0),(3160,'ȥ+0','Grudge Sword+0',1,3,0,3,56,1,16,'',360000,250000,3161,46,0,5,1,75,0,0,7,27,0,0,0,0,0,0,0,136,184,0,-1,-1,-1,-1,-1,-1,0,3,-1),(3161,'ȥ+1','Grudge Sword+1',1,3,0,3,56,1,16,'',360000,275000,3162,47,0,5,1,75,0,0,7,28,0,0,0,0,0,0,0,136,184,6,-1,-1,-1,-1,-1,-1,0,3,-1),(3162,'ȥ+2','Grudge Sword+2',1,3,0,3,56,1,16,'',360000,305000,3163,48,0,5,1,75,0,0,7,29,0,0,0,0,0,0,0,136,184,13,-1,-1,-1,-1,-1,-1,0,3,-1),(3163,'ȥ+3','Grudge Sword+3',1,3,0,3,56,1,16,'',360000,350000,3164,49,0,5,1,75,0,0,7,30,0,0,0,0,0,0,0,136,184,21,-1,-1,-1,-1,-1,-1,0,3,-1),(3164,'ȥ+4','Grudge Sword+4',1,3,0,3,56,1,16,'',360000,415000,3165,50,0,5,1,75,0,0,7,31,0,0,0,0,0,0,0,136,184,30,-1,-1,-1,-1,-1,-1,30,3,-1),(3165,'ȥ+5','Grudge Sword+5',1,3,0,3,56,1,16,'',360000,520000,3166,51,0,5,1,75,0,0,7,32,0,0,0,0,0,0,0,136,184,40,-1,-1,-1,-1,-1,-1,40,3,-1),(3166,'ȥ+6','Grudge Sword+6',1,3,0,3,56,1,16,'',360000,680000,3167,52,0,5,1,75,0,0,7,33,0,0,0,0,0,0,0,136,184,51,-1,-1,-1,-1,-1,-1,50,3,-1),(3167,'ȥ+7','Grudge Sword+7',1,3,0,3,56,1,16,'',360000,915000,3168,53,0,5,1,75,0,0,7,34,0,0,0,0,0,0,0,136,184,63,-1,-1,-1,-1,-1,-1,65,3,-1),(3168,'ȥ+8','Grudge Sword+8',1,3,0,3,56,1,16,'',360000,1280000,3169,54,0,5,1,75,0,0,7,35,0,0,0,0,0,0,0,136,184,76,-1,-1,-1,-1,-1,-1,80,3,-1),(3169,'ȥ+9','Grudge Sword+9',1,3,0,3,56,1,16,'',360000,1925000,0,0,0,5,1,75,0,0,7,36,0,0,0,0,0,0,0,136,184,90,-1,-1,-1,-1,-1,-1,100,3,-1),(3170,'Ȳ氳+0','Yellow Dragon Slayer+0',1,3,0,3,56,1,16,'',10000,10000,3171,46,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3171,'Ȳ氳+1','Yellow Dragon Slayer+1',1,3,0,3,56,1,16,'',10000,10000,3172,47,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3172,'Ȳ氳+2','Yellow Dragon Slayer+2',1,3,0,3,56,1,16,'',10000,10000,3173,48,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3173,'Ȳ氳+3','Yellow Dragon Slayer+3',1,3,0,3,56,1,16,'',10000,10000,3174,49,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3174,'Ȳ氳+4','Yellow Dragon Slayer+4',1,3,0,3,56,1,16,'',10000,10000,3175,50,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(3175,'Ȳ氳+5','Yellow Dragon Slayer+5',1,3,0,3,56,1,16,'',10000,10000,3176,51,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(3176,'Ȳ氳+6','Yellow Dragon Slayer+6',1,3,0,3,56,1,16,'',10000,10000,3177,52,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(3177,'Ȳ氳+7','Yellow Dragon Slayer+7',1,3,0,3,56,1,16,'',10000,10000,3178,53,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(3178,'Ȳ氳+8','Yellow Dragon Slayer+8',1,3,0,3,56,1,16,'',10000,10000,3179,54,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(3179,'Ȳ氳+9','Yellow Dragon Slayer+9',1,3,0,3,56,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(3180,'û+0','Blue Dragon Slayer+0',1,3,0,3,56,1,16,'',10000,10000,3181,46,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3181,'û+1','Blue Dragon Slayer+1',1,3,0,3,56,1,16,'',10000,10000,3182,47,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3182,'û+2','Blue Dragon Slayer+2',1,3,0,3,56,1,16,'',10000,10000,3183,48,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3183,'û+3','Blue Dragon Slayer+3',1,3,0,3,56,1,16,'',10000,10000,3184,49,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3184,'û+4','Blue Dragon Slayer+4',1,3,0,3,56,1,16,'',10000,10000,3185,50,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(3185,'û+5','Blue Dragon Slayer+5',1,3,0,3,56,1,16,'',10000,10000,3186,51,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(3186,'û+6','Blue Dragon Slayer+6',1,3,0,3,56,1,16,'',10000,10000,3187,52,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(3187,'û+7','Blue Dragon Slayer+7',1,3,0,3,56,1,16,'',10000,10000,3188,53,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(3188,'û+8','Blue Dragon Slayer+8',1,3,0,3,56,1,16,'',10000,10000,3189,54,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(3189,'û+9','Blue Dragon Slayer+9',1,3,0,3,56,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(3190,'¾+0','Solar Blade +0',1,3,0,3,56,1,16,'',30000,30000,3191,601,0,0,1,87,0,0,7,25,17,2,63,1,0,0,0,230,311,0,-1,-1,-1,-1,-1,-1,0,3,0),(3191,'¾+1','Solar Blade +1',1,3,0,3,56,1,16,'',30000,30000,3192,602,0,0,1,89,0,0,7,25,17,3,63,1,0,0,0,230,311,7,-1,-1,-1,-1,-1,-1,0,3,0),(3192,'¾+2','Solar Blade +2',1,3,0,3,56,1,16,'',30000,30000,3193,603,0,0,1,91,0,0,7,25,17,4,63,2,0,0,0,230,311,10,-1,-1,-1,-1,-1,-1,0,3,0),(3193,'¾+3','Solar Blade +3',1,3,0,3,56,1,16,'',30000,30000,3194,604,0,0,1,93,0,0,7,25,17,5,63,2,0,0,0,230,311,16,-1,-1,-1,-1,-1,-1,0,3,0),(3194,'¾+4','Solar Blade +4',1,3,0,3,56,1,16,'',30000,30000,3195,605,0,0,1,95,0,0,7,25,17,6,63,3,0,0,0,230,311,24,-1,-1,-1,-1,-1,-1,30,3,0),(3195,'¾+5','Solar Blade +5',1,3,0,3,56,1,16,'',30000,30000,3196,606,0,0,1,97,0,0,7,25,17,7,63,3,0,0,0,230,311,37,-1,-1,-1,-1,-1,-1,40,3,0),(3196,'¾+6','Solar Blade +6',1,3,0,3,56,1,16,'',30000,30000,3197,607,0,0,1,99,0,0,7,25,17,8,63,4,0,0,0,230,311,55,-1,-1,-1,-1,-1,-1,50,3,0),(3197,'¾+7','Solar Blade +7',1,3,0,3,56,1,16,'',30000,30000,3198,608,0,0,1,101,0,0,7,25,17,10,63,4,0,0,0,230,311,83,-1,-1,-1,-1,-1,-1,65,3,0),(3198,'¾+8','Solar Blade +8',1,3,0,3,56,1,16,'',30000,30000,3199,609,0,0,1,103,0,0,7,25,17,12,63,5,0,0,0,230,311,125,-1,-1,-1,-1,-1,-1,80,3,0),(3199,'¾+9','Solar Blade +9',1,3,0,3,56,1,16,'',30000,30000,0,0,0,0,1,105,0,0,7,25,17,15,63,5,0,0,0,230,311,187,-1,-1,-1,-1,-1,-1,100,3,0),(3200,'Ű+0','Dragon God Blade+0',1,3,0,3,56,1,16,'',10000,10000,3201,46,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3201,'Ű+1','Dragon God Blade+1',1,3,0,3,56,1,16,'',10000,10000,3202,47,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3202,'Ű+2','Dragon God Blade+2',1,3,0,3,56,1,16,'',10000,10000,3203,48,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3203,'Ű+3','Dragon God Blade+3',1,3,0,3,56,1,16,'',10000,10000,3204,49,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(3204,'Ű+4','Dragon God Blade+4',1,3,0,3,56,1,16,'',10000,10000,3205,50,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(3205,'Ű+5','Dragon God Blade+5',1,3,0,3,56,1,16,'',10000,10000,3206,51,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(3206,'Ű+6','Dragon God Blade+6',1,3,0,3,56,1,16,'',10000,10000,3207,52,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(3207,'Ű+7','Dragon God Blade+7',1,3,0,3,56,1,16,'',10000,10000,3208,53,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(3208,'Ű+8','Dragon God Blade+8',1,3,0,3,56,1,16,'',10000,10000,3209,54,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(3209,'Ű+9','Dragon God Blade+9',1,3,0,3,56,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,25,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(3210,'ö+0','Red Iron Blade+0',1,3,0,3,56,1,16,'',20000,30000,3211,352,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,0,-1,-1,-1,-1,-1,-1,0,2,-1),(3211,'ö+1','Red Iron Blade+1',1,3,0,3,56,1,16,'',20000,33000,3212,353,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,6,-1,-1,-1,-1,-1,-1,0,2,-1),(3212,'ö+2','Red Iron Blade+2',1,3,0,3,56,1,16,'',20000,36500,3213,354,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,11,-1,-1,-1,-1,-1,-1,0,2,-1),(3213,'ö+3','Red Iron Blade+3',1,3,0,3,56,1,16,'',20000,41500,3214,355,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,17,-1,-1,-1,-1,-1,-1,0,2,-1),(3214,'ö+4','Red Iron Blade+4',1,3,0,3,56,1,16,'',20000,50000,3215,356,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,22,-1,-1,-1,-1,-1,-1,30,2,-1),(3215,'ö+5','Red Iron Blade+5',1,3,0,3,56,1,16,'',20000,62500,3216,357,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,30,-1,-1,-1,-1,-1,-1,40,2,-1),(3216,'ö+6','Red Iron Blade+6',1,3,0,3,56,1,16,'',20000,81500,3217,358,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,38,-1,-1,-1,-1,-1,-1,50,2,-1),(3217,'ö+7','Red Iron Blade+7',1,3,0,3,56,1,16,'',20000,110000,3218,359,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,48,-1,-1,-1,-1,-1,-1,65,2,-1),(3218,'ö+8','Red Iron Blade+8',1,3,0,3,56,1,16,'',20000,154000,3219,360,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,58,-1,-1,-1,-1,-1,-1,80,2,-1),(3219,'ö+9','Red Iron Blade+9',1,3,0,3,56,1,16,'',20000,231000,0,0,0,15,1,30,0,0,7,25,0,0,0,0,0,0,0,72,109,70,-1,-1,-1,-1,-1,-1,100,2,-1),(4000,'ƹ+0','Amija+0',1,1,0,1,52,1,16,'',400,400,4001,55,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,0,-1,-1,-1,-1,-1,-1,0,1,0),(4001,'ƹ+1','Amija+1',1,1,0,1,52,1,16,'',400,500,4002,56,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,4,-1,-1,-1,-1,-1,-1,0,1,0),(4002,'ƹ+2','Amija+2',1,1,0,1,52,1,16,'',400,500,4003,57,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,8,-1,-1,-1,-1,-1,-1,0,1,0),(4003,'ƹ+3','Amija+3',1,1,0,1,52,1,16,'',400,500,4004,58,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,12,-1,-1,-1,-1,-1,-1,0,1,0),(4004,'ƹ+4','Amija+4',1,1,0,1,52,1,16,'',400,500,4005,59,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,16,-1,-1,-1,-1,-1,-1,30,1,0),(4005,'ƹ+5','Amija+5',1,1,0,1,52,1,16,'',400,1000,4006,60,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,20,-1,-1,-1,-1,-1,-1,40,1,0),(4006,'ƹ+6','Amija+6',1,1,0,1,52,1,16,'',400,1000,4007,61,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,24,-1,-1,-1,-1,-1,-1,50,1,0),(4007,'ƹ+7','Amija+7',1,1,0,1,52,1,16,'',400,1500,4008,62,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,28,-1,-1,-1,-1,-1,-1,65,1,0),(4008,'ƹ+8','Amija+8',1,1,0,1,52,1,16,'',400,2000,4009,63,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,32,-1,-1,-1,-1,-1,-1,80,1,0),(4009,'ƹ+9','Amija+9',1,1,0,1,52,1,16,'',400,3000,0,0,0,15,1,5,0,0,7,28,0,0,0,0,0,0,0,12,14,36,-1,-1,-1,-1,-1,-1,100,1,0),(4010,'ġ+0','Nine Blades+0',1,1,0,1,52,1,16,'',800,800,4011,55,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,0,-1,-1,-1,-1,-1,-1,0,1,0),(4011,'ġ+1','Nine Blades+1',1,1,0,1,52,1,16,'',800,1000,4012,56,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,4,-1,-1,-1,-1,-1,-1,0,1,0),(4012,'ġ+2','Nine Blades+2',1,1,0,1,52,1,16,'',800,1000,4013,57,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,8,-1,-1,-1,-1,-1,-1,0,1,0),(4013,'ġ+3','Nine Blades+3',1,1,0,1,52,1,16,'',800,1000,4014,58,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,12,-1,-1,-1,-1,-1,-1,0,1,0),(4014,'ġ+4','Nine Blades+4',1,1,0,1,52,1,16,'',800,1500,4015,59,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,16,-1,-1,-1,-1,-1,-1,30,1,0),(4015,'ġ+5','Nine Blades+5',1,1,0,1,52,1,16,'',800,1500,4016,60,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,20,-1,-1,-1,-1,-1,-1,40,1,0),(4016,'ġ+6','Nine Blades+6',1,1,0,1,52,1,16,'',800,2000,4017,61,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,24,-1,-1,-1,-1,-1,-1,50,1,0),(4017,'ġ+7','Nine Blades+7',1,1,0,1,52,1,16,'',800,3000,4018,62,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,28,-1,-1,-1,-1,-1,-1,65,1,0),(4018,'ġ+8','Nine Blades+8',1,1,0,1,52,1,16,'',800,4000,4019,63,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,32,-1,-1,-1,-1,-1,-1,80,1,0),(4019,'ġ+9','Nine Blades+9',1,1,0,1,52,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,19,0,0,0,0,0,0,0,14,16,36,-1,-1,-1,-1,-1,-1,100,1,0),(4020,'µ+0','Short Knife+0',1,1,0,1,52,1,16,'',5000,5000,4021,64,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,0,-1,-1,-1,-1,-1,-1,0,2,0),(4021,'µ+1','Short Knife+1',1,1,0,1,52,1,16,'',5000,5500,4022,65,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,3,-1,-1,-1,-1,-1,-1,0,2,0),(4022,'µ+2','Short Knife+2',1,1,0,1,52,1,16,'',5000,6000,4023,66,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,6,-1,-1,-1,-1,-1,-1,0,2,0),(4023,'µ+3','Short Knife+3',1,1,0,1,52,1,16,'',5000,7000,4024,67,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,9,-1,-1,-1,-1,-1,-1,0,2,0),(4024,'µ+4','Short Knife+4',1,1,0,1,52,1,16,'',5000,8500,4025,68,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,12,-1,-1,-1,-1,-1,-1,30,2,0),(4025,'µ+5','Short Knife+5',1,1,0,1,52,1,16,'',5000,10500,4026,69,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,17,-1,-1,-1,-1,-1,-1,40,2,0),(4026,'µ+6','Short Knife+6',1,1,0,1,52,1,16,'',5000,13500,4027,70,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,23,-1,-1,-1,-1,-1,-1,50,2,0),(4027,'µ+7','Short Knife+7',1,1,0,1,52,1,16,'',5000,18500,4028,71,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,30,-1,-1,-1,-1,-1,-1,65,2,0),(4028,'µ+8','Short Knife+8',1,1,0,1,52,1,16,'',5000,25500,4029,72,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,38,-1,-1,-1,-1,-1,-1,80,2,0),(4029,'µ+9','Short Knife+9',1,1,0,1,52,1,16,'',5000,38500,0,0,0,15,1,25,0,0,7,27,0,0,0,0,0,0,0,28,32,47,-1,-1,-1,-1,-1,-1,100,2,0),(4030,'Ͽֵ+0','Lunar Twin Dagger+0',1,1,0,1,52,1,16,'',10000,10000,4031,10,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(4031,'Ͽֵ+1','Lunar Twin Dagger+1',1,1,0,1,52,1,16,'',10000,10000,4032,11,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(4032,'Ͽֵ+2','Lunar Twin Dagger+2',1,1,0,1,52,1,16,'',10000,10000,4033,12,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(4033,'Ͽֵ+3','Lunar Twin Dagger+3',1,1,0,1,52,1,16,'',10000,10000,4034,13,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(4034,'Ͽֵ+4','Lunar Twin Dagger+4',1,1,0,1,52,1,16,'',10000,10000,4035,14,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(4035,'Ͽֵ+5','Lunar Twin Dagger+5',1,1,0,1,52,1,16,'',10000,10000,4036,15,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(4036,'Ͽֵ+6','Lunar Twin Dagger+6',1,1,0,1,52,1,16,'',10000,10000,4037,16,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(4037,'Ͽֵ+7','Lunar Twin Dagger+7',1,1,0,1,52,1,16,'',10000,10000,4038,17,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(4038,'Ͽֵ+8','Lunar Twin Dagger+8',1,1,0,1,52,1,16,'',10000,10000,4039,18,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(4039,'Ͽֵ+9','Lunar Twin Dagger+9',1,1,0,1,52,1,16,'',10000,10000,0,0,0,5,0,0,0,0,7,114,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(4040,'븶+0','Soulless Knife+0',1,1,0,1,308,1,16,'',360000,360000,4041,502,0,5,1,80,0,0,7,15,22,2,17,2,0,0,0,74,84,151,-1,-1,-1,-1,-1,-1,0,3,0),(4041,'븶+1','Soulless Knife+1',1,1,0,1,308,1,16,'',360000,395000,4042,503,0,5,1,80,0,0,7,15,22,3,17,3,0,0,0,74,85,153,-1,-1,-1,-1,-1,-1,0,3,0),(4042,'븶+2','Soulless Knife+2',1,1,0,1,308,1,16,'',360000,435000,4043,504,0,5,1,82,0,0,7,16,22,4,17,4,0,0,0,74,87,155,-1,-1,-1,-1,-1,-1,0,3,0),(4043,'븶+3','Soulless Knife+3',1,1,0,1,308,1,16,'',360000,500000,4044,505,0,5,1,82,0,0,7,17,22,5,17,5,0,0,0,74,89,158,-1,-1,-1,-1,-1,-1,0,3,0),(4044,'븶+4','Soulless Knife+4',1,1,0,1,308,1,16,'',360000,600000,4045,506,0,5,1,84,0,0,7,18,22,6,17,6,0,0,0,74,92,161,-1,-1,-1,-1,-1,-1,30,3,0),(4045,'븶+5','Soulless Knife+5',1,1,0,1,308,1,16,'',360000,750000,4046,507,0,5,1,84,0,0,7,20,22,7,17,7,0,0,0,74,95,165,-1,-1,-1,-1,-1,-1,40,3,0),(4046,'븶+6','Soulless Knife+6',1,1,0,1,308,1,16,'',360000,975000,4047,508,0,5,1,86,0,0,7,22,22,8,17,8,0,0,0,74,97,171,-1,-1,-1,-1,-1,-1,50,3,0),(4047,'븶+7','Soulless Knife+7',1,1,0,1,308,1,16,'',360000,1320000,4048,509,0,5,1,86,0,0,7,24,22,9,17,9,0,0,0,74,98,179,-1,-1,-1,-1,-1,-1,65,3,0),(4048,'븶+8','Soulless Knife+8',1,1,0,1,308,1,16,'',360000,1845000,4049,510,0,5,1,88,0,0,7,27,22,10,17,10,0,0,0,74,99,189,-1,-1,-1,-1,-1,-1,80,3,0),(4049,'븶+9','Soulless Knife+9',1,1,0,1,308,1,16,'',360000,2770000,1340,610,0,5,1,90,0,0,7,30,22,12,17,12,0,0,0,74,99,201,-1,-1,-1,-1,-1,-1,100,3,0),(5000,'+0','Copper Bell+0',1,4,0,1,28,1,16,'',600,600,5001,109,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,0,-1,-1,-1,-1,-1,-1,0,1,0),(5001,'+1','Copper Bell+1',1,4,0,1,28,1,16,'',600,600,5002,110,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,7,-1,-1,-1,-1,-1,-1,0,1,0),(5002,'+2','Copper Bell+2',1,4,0,1,28,1,16,'',600,600,5003,111,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,14,-1,-1,-1,-1,-1,-1,0,1,0),(5003,'+3','Copper Bell+3',1,4,0,1,28,1,16,'',600,1000,5004,112,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,21,-1,-1,-1,-1,-1,-1,0,1,0),(5004,'+4','Copper Bell+4',1,4,0,1,28,1,16,'',600,1000,5005,113,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,28,-1,-1,-1,-1,-1,-1,30,1,0),(5005,'+5','Copper Bell+5',1,4,0,1,28,1,16,'',600,1500,5006,114,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,35,-1,-1,-1,-1,-1,-1,40,1,0),(5006,'+6','Copper Bell+6',1,4,0,1,28,1,16,'',600,1500,5007,115,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,42,-1,-1,-1,-1,-1,-1,50,1,0),(5007,'+7','Copper Bell+7',1,4,0,1,28,1,16,'',600,2000,5008,116,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,49,-1,-1,-1,-1,-1,-1,65,1,0),(5008,'+8','Copper Bell+8',1,4,0,1,28,1,16,'',600,3000,5009,117,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,56,-1,-1,-1,-1,-1,-1,80,1,0),(5009,'+9','Copper Bell+9',1,4,0,1,28,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,32,0,0,0,0,0,10,18,13,15,63,-1,-1,-1,-1,-1,-1,100,1,0),(5010,'+0','Silver Bell+0',1,4,0,1,28,1,16,'',800,800,5011,109,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,0,-1,-1,-1,-1,-1,-1,0,1,0),(5011,'+1','Silver Bell+1',1,4,0,1,28,1,16,'',800,1000,5012,110,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,7,-1,-1,-1,-1,-1,-1,0,1,0),(5012,'+2','Silver Bell+2',1,4,0,1,28,1,16,'',800,1000,5013,111,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,14,-1,-1,-1,-1,-1,-1,0,1,0),(5013,'+3','Silver Bell+3',1,4,0,1,28,1,16,'',800,1000,5014,112,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,21,-1,-1,-1,-1,-1,-1,0,1,0),(5014,'+4','Silver Bell+4',1,4,0,1,28,1,16,'',800,1500,5015,113,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,28,-1,-1,-1,-1,-1,-1,30,1,0),(5015,'+5','Silver Bell+5',1,4,0,1,28,1,16,'',800,1500,5016,114,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,35,-1,-1,-1,-1,-1,-1,40,1,0),(5016,'+6','Silver Bell+6',1,4,0,1,28,1,16,'',800,2000,5017,115,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,42,-1,-1,-1,-1,-1,-1,50,1,0),(5017,'+7','Silver Bell+7',1,4,0,1,28,1,16,'',800,3000,5018,116,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,49,-1,-1,-1,-1,-1,-1,65,1,0),(5018,'+8','Silver Bell+8',1,4,0,1,28,1,16,'',800,4000,5019,117,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,56,-1,-1,-1,-1,-1,-1,80,1,0),(5019,'+9','Silver Bell+9',1,4,0,1,28,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,23,0,0,0,0,0,4,30,20,26,63,-1,-1,-1,-1,-1,-1,100,1,0),(5020,'ݷ+0','Golden Bell+0',1,4,0,1,28,1,16,'',3000,3000,5021,109,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,0,-1,-1,-1,-1,-1,-1,0,1,0),(5021,'ݷ+1','Golden Bell+1',1,4,0,1,28,1,16,'',3000,3500,5022,110,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,7,-1,-1,-1,-1,-1,-1,0,1,0),(5022,'ݷ+2','Golden Bell+2',1,4,0,1,28,1,16,'',3000,3500,5023,111,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,14,-1,-1,-1,-1,-1,-1,0,1,0),(5023,'ݷ+3','Golden Bell+3',1,4,0,1,28,1,16,'',3000,4000,5024,112,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,21,-1,-1,-1,-1,-1,-1,0,1,0),(5024,'ݷ+4','Golden Bell+4',1,4,0,1,28,1,16,'',3000,5000,5025,113,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,28,-1,-1,-1,-1,-1,-1,30,1,0),(5025,'ݷ+5','Golden Bell+5',1,4,0,1,28,1,16,'',3000,6500,5026,114,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,35,-1,-1,-1,-1,-1,-1,40,1,0),(5026,'ݷ+6','Golden Bell+6',1,4,0,1,28,1,16,'',3000,8000,5027,115,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,42,-1,-1,-1,-1,-1,-1,50,1,0),(5027,'ݷ+7','Golden Bell+7',1,4,0,1,28,1,16,'',3000,11000,5028,116,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,49,-1,-1,-1,-1,-1,-1,65,1,0),(5028,'ݷ+8','Golden Bell+8',1,4,0,1,28,1,16,'',3000,15500,5029,117,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,56,-1,-1,-1,-1,-1,-1,80,1,0),(5029,'ݷ+9','Golden Bell+9',1,4,0,1,28,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,15,0,0,0,0,0,19,27,25,35,63,-1,-1,-1,-1,-1,-1,100,1,0),(5030,'+0','Jade Bell+0',1,4,0,1,28,1,16,'',8000,8000,5031,118,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,0,-1,-1,-1,-1,-1,-1,0,2,0),(5031,'+1','Jade Bell+1',1,4,0,1,28,1,16,'',8000,9000,5032,119,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,6,-1,-1,-1,-1,-1,-1,0,2,0),(5032,'+2','Jade Bell+2',1,4,0,1,28,1,16,'',8000,9500,5033,120,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,12,-1,-1,-1,-1,-1,-1,0,2,0),(5033,'+3','Jade Bell+3',1,4,0,1,28,1,16,'',8000,11000,5034,121,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,18,-1,-1,-1,-1,-1,-1,0,2,0),(5034,'+4','Jade Bell+4',1,4,0,1,28,1,16,'',8000,13500,5035,122,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,24,-1,-1,-1,-1,-1,-1,30,2,0),(5035,'+5','Jade Bell+5',1,4,0,1,28,1,16,'',8000,16500,5036,123,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,32,-1,-1,-1,-1,-1,-1,40,2,0),(5036,'+6','Jade Bell+6',1,4,0,1,28,1,16,'',8000,21500,5037,124,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,41,-1,-1,-1,-1,-1,-1,50,2,0),(5037,'+7','Jade Bell+7',1,4,0,1,28,1,16,'',8000,29500,5038,125,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,51,-1,-1,-1,-1,-1,-1,65,2,0),(5038,'+8','Jade Bell+8',1,4,0,1,28,1,16,'',8000,41000,5039,126,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,62,-1,-1,-1,-1,-1,-1,80,2,0),(5039,'+9','Jade Bell+9',1,4,0,1,28,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,30,0,0,0,0,0,30,38,29,39,74,-1,-1,-1,-1,-1,-1,100,2,0),(5040,'м+0','Fountain Bell+0',1,4,0,1,28,1,16,'',15000,15000,5041,118,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,0,-1,-1,-1,-1,-1,-1,0,2,0),(5041,'м+1','Fountain Bell+1',1,4,0,1,28,1,16,'',15000,16500,5042,119,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,6,-1,-1,-1,-1,-1,-1,0,2,0),(5042,'м+2','Fountain Bell+2',1,4,0,1,28,1,16,'',15000,18000,5043,120,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,12,-1,-1,-1,-1,-1,-1,0,2,0),(5043,'м+3','Fountain Bell+3',1,4,0,1,28,1,16,'',15000,21000,5044,121,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,18,-1,-1,-1,-1,-1,-1,0,2,0),(5044,'м+4','Fountain Bell+4',1,4,0,1,28,1,16,'',15000,25000,5045,122,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,24,-1,-1,-1,-1,-1,-1,30,2,0),(5045,'м+5','Fountain Bell+5',1,4,0,1,28,1,16,'',15000,31500,5046,123,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,32,-1,-1,-1,-1,-1,-1,40,2,0),(5046,'м+6','Fountain Bell+6',1,4,0,1,28,1,16,'',15000,40500,5047,124,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,41,-1,-1,-1,-1,-1,-1,50,2,0),(5047,'м+7','Fountain Bell+7',1,4,0,1,28,1,16,'',15000,55000,5048,125,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,51,-1,-1,-1,-1,-1,-1,65,2,0),(5048,'м+8','Fountain Bell+8',1,4,0,1,28,1,16,'',15000,77000,5049,126,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,62,-1,-1,-1,-1,-1,-1,80,2,0),(5049,'м+9','Fountain Bell+9',1,4,0,1,28,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,19,0,0,0,0,0,26,52,41,51,74,-1,-1,-1,-1,-1,-1,100,2,0),(5050,'ȭ+0','Apricot Bell+0',1,4,0,1,28,1,16,'',20000,20000,5051,118,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,0,-1,-1,-1,-1,-1,-1,0,2,0),(5051,'ȭ+1','Apricot Bell+1',1,4,0,1,28,1,16,'',20000,22000,5052,119,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,6,-1,-1,-1,-1,-1,-1,0,2,0),(5052,'ȭ+2','Apricot Bell+2',1,4,0,1,28,1,16,'',20000,24000,5053,120,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,12,-1,-1,-1,-1,-1,-1,0,2,0),(5053,'ȭ+3','Apricot Bell+3',1,4,0,1,28,1,16,'',20000,28000,5054,121,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,18,-1,-1,-1,-1,-1,-1,0,2,0),(5054,'ȭ+4','Apricot Bell+4',1,4,0,1,28,1,16,'',20000,33500,5055,122,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,24,-1,-1,-1,-1,-1,-1,30,2,0),(5055,'ȭ+5','Apricot Bell+5',1,4,0,1,28,1,16,'',20000,41500,5056,123,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,32,-1,-1,-1,-1,-1,-1,40,2,0),(5056,'ȭ+6','Apricot Bell+6',1,4,0,1,28,1,16,'',20000,54500,5057,124,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,41,-1,-1,-1,-1,-1,-1,50,2,0),(5057,'ȭ+7','Apricot Bell+7',1,4,0,1,28,1,16,'',20000,73500,5058,125,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,51,-1,-1,-1,-1,-1,-1,65,2,0),(5058,'ȭ+8','Apricot Bell+8',1,4,0,1,28,1,16,'',20000,102500,5059,126,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,62,-1,-1,-1,-1,-1,-1,80,2,0),(5059,'ȭ+9','Apricot Bell+9',1,4,0,1,28,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,15,0,0,0,0,0,42,48,42,60,74,-1,-1,-1,-1,-1,-1,100,2,0),(5060,'ȥ+0','Magical Bell+0',1,4,0,1,28,1,16,'',110000,110000,5061,127,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,0,-1,-1,-1,-1,-1,-1,0,3,0),(5061,'ȥ+1','Magical Bell+1',1,4,0,1,28,1,16,'',110000,120000,5062,128,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,5,-1,-1,-1,-1,-1,-1,0,3,0),(5062,'ȥ+2','Magical Bell+2',1,4,0,1,28,1,16,'',110000,135000,5063,129,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,10,-1,-1,-1,-1,-1,-1,0,3,0),(5063,'ȥ+3','Magical Bell+3',1,4,0,1,28,1,16,'',110000,155000,5064,130,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,15,-1,-1,-1,-1,-1,-1,0,3,0),(5064,'ȥ+4','Magical Bell+4',1,4,0,1,28,1,16,'',110000,185000,5065,131,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,20,-1,-1,-1,-1,-1,-1,30,3,0),(5065,'ȥ+5','Magical Bell+5',1,4,0,1,28,1,16,'',110000,230000,5066,132,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,27,-1,-1,-1,-1,-1,-1,40,3,0),(5066,'ȥ+6','Magical Bell+6',1,4,0,1,28,1,16,'',110000,300000,5067,133,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,35,-1,-1,-1,-1,-1,-1,50,3,0),(5067,'ȥ+7','Magical Bell+7',1,4,0,1,28,1,16,'',110000,405000,5068,134,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,44,-1,-1,-1,-1,-1,-1,65,3,0),(5068,'ȥ+8','Magical Bell+8',1,4,0,1,28,1,16,'',110000,565000,5069,135,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,54,-1,-1,-1,-1,-1,-1,80,3,0),(5069,'ȥ+9','Magical Bell+9',1,4,0,1,28,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,27,0,0,0,0,0,43,67,59,89,65,-1,-1,-1,-1,-1,-1,100,3,0),(5070,'ݻ+0','Golden Bug Bell+0',1,4,0,1,28,1,16,'',140000,140000,5071,127,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,0,-1,-1,-1,-1,-1,-1,0,3,0),(5071,'ݻ+1','Golden Bug Bell+1',1,4,0,1,28,1,16,'',140000,155000,5072,128,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,5,-1,-1,-1,-1,-1,-1,0,3,0),(5072,'ݻ+2','Golden Bug Bell+2',1,4,0,1,28,1,16,'',140000,170000,5073,129,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,10,-1,-1,-1,-1,-1,-1,0,3,0),(5073,'ݻ+3','Golden Bug Bell+3',1,4,0,1,28,1,16,'',140000,195000,5074,130,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,15,-1,-1,-1,-1,-1,-1,0,3,0),(5074,'ݻ+4','Golden Bug Bell+4',1,4,0,1,28,1,16,'',140000,235000,5075,131,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,20,-1,-1,-1,-1,-1,-1,30,3,0),(5075,'ݻ+5','Golden Bug Bell+5',1,4,0,1,28,1,16,'',140000,290000,5076,132,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,27,-1,-1,-1,-1,-1,-1,40,3,0),(5076,'ݻ+6','Golden Bug Bell+6',1,4,0,1,28,1,16,'',140000,380000,5077,133,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,35,-1,-1,-1,-1,-1,-1,50,3,0),(5077,'ݻ+7','Golden Bug Bell+7',1,4,0,1,28,1,16,'',140000,515000,5078,134,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,44,-1,-1,-1,-1,-1,-1,65,3,0),(5078,'ݻ+8','Golden Bug Bell+8',1,4,0,1,28,1,16,'',140000,720000,5079,135,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,54,-1,-1,-1,-1,-1,-1,80,3,0),(5079,'ݻ+9','Golden Bug Bell+9',1,4,0,1,28,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,23,0,0,0,0,0,47,77,68,90,65,-1,-1,-1,-1,-1,-1,100,3,0),(5080,'ö+0','Steel Bug Bell+0',1,4,0,1,28,1,16,'',180000,180000,5081,127,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,0,-1,-1,-1,-1,-1,-1,0,3,0),(5081,'ö+1','Steel Bug Bell+1',1,4,0,1,28,1,16,'',180000,200000,5082,128,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,5,-1,-1,-1,-1,-1,-1,0,3,0),(5082,'ö+2','Steel Bug Bell+2',1,4,0,1,28,1,16,'',180000,220000,5083,129,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,10,-1,-1,-1,-1,-1,-1,0,3,0),(5083,'ö+3','Steel Bug Bell+3',1,4,0,1,28,1,16,'',180000,250000,5084,130,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,15,-1,-1,-1,-1,-1,-1,0,3,0),(5084,'ö+4','Steel Bug Bell+4',1,4,0,1,28,1,16,'',180000,300000,5085,131,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,20,-1,-1,-1,-1,-1,-1,30,3,0),(5085,'ö+5','Steel Bug Bell+5',1,4,0,1,28,1,16,'',180000,375000,5086,132,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,27,-1,-1,-1,-1,-1,-1,40,3,0),(5086,'ö+6','Steel Bug Bell+6',1,4,0,1,28,1,16,'',180000,490000,5087,133,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,35,-1,-1,-1,-1,-1,-1,50,3,0),(5087,'ö+7','Steel Bug Bell+7',1,4,0,1,28,1,16,'',180000,660000,5088,134,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,44,-1,-1,-1,-1,-1,-1,65,3,0),(5088,'ö+8','Steel Bug Bell+8',1,4,0,1,28,1,16,'',180000,925000,5089,135,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,54,-1,-1,-1,-1,-1,-1,80,3,0),(5089,'ö+9','Steel Bug Bell+9',1,4,0,1,28,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,76,104,65,-1,-1,-1,-1,-1,-1,100,3,0),(5090,'+0','Thunder Bird Bell+0',1,4,0,1,28,1,16,'',360000,360000,5091,127,0,15,1,65,0,0,7,15,0,0,0,0,0,47,77,91,129,0,-1,-1,-1,-1,-1,-1,0,3,0),(5091,'+1','Thunder Bird Bell+1',1,4,0,1,28,1,16,'',360000,395000,5092,128,0,15,1,65,0,0,7,15,0,0,0,0,0,44,76,91,129,8,-1,-1,-1,-1,-1,-1,0,3,0),(5092,'+2','Thunder Bird Bell+2',1,4,0,1,28,1,16,'',360000,435000,5093,129,0,15,1,65,0,0,7,15,0,0,0,0,0,40,74,91,129,17,-1,-1,-1,-1,-1,-1,0,3,0),(5093,'+3','Thunder Bird Bell+3',1,4,0,1,28,1,16,'',360000,500000,5094,130,0,15,1,65,0,0,7,15,0,0,0,0,0,39,73,91,129,27,-1,-1,-1,-1,-1,-1,0,3,0),(5094,'+4','Thunder Bird Bell+4',1,4,0,1,28,1,16,'',360000,600000,5095,131,0,15,1,65,0,0,7,15,0,0,0,0,0,37,72,91,129,38,-1,-1,-1,-1,-1,-1,30,3,0),(5095,'+5','Thunder Bird Bell+5',1,4,0,1,28,1,16,'',360000,750000,5096,132,0,15,1,65,0,0,7,15,0,0,0,0,0,33,70,91,129,50,-1,-1,-1,-1,-1,-1,40,3,0),(5096,'+6','Thunder Bird Bell+6',1,4,0,1,28,1,16,'',360000,975000,5097,133,0,15,1,65,0,0,7,15,0,0,0,0,0,26,67,91,129,63,-1,-1,-1,-1,-1,-1,50,3,0),(5097,'+7','Thunder Bird Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5098,134,0,15,1,65,0,0,7,15,0,0,0,0,0,16,61,91,129,77,-1,-1,-1,-1,-1,-1,65,3,0),(5098,'+8','Thunder Bird Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5099,135,0,15,1,65,0,0,7,15,0,0,0,0,0,-1,53,91,129,102,-1,-1,-1,-1,-1,-1,80,3,0),(5099,'+9','Thunder Bird Bell+9',1,4,0,1,28,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,15,0,0,0,0,0,-25,41,91,129,137,-1,-1,-1,-1,-1,-1,100,3,0),(5100,'õ+0','Heaven and Earth Bell+0',1,4,0,1,28,1,16,'',360000,360000,5101,127,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,0,-1,-1,-1,-1,-1,-1,0,3,0),(5101,'õ+1','Heaven and Earth Bell+1',1,4,0,1,28,1,16,'',360000,395000,5102,128,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,6,-1,-1,-1,-1,-1,-1,0,3,0),(5102,'õ+2','Heaven and Earth Bell+2',1,4,0,1,28,1,16,'',360000,435000,5103,129,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,13,-1,-1,-1,-1,-1,-1,0,3,0),(5103,'õ+3','Heaven and Earth Bell+3',1,4,0,1,28,1,16,'',360000,500000,5104,130,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,21,-1,-1,-1,-1,-1,-1,0,3,0),(5104,'õ+4','Heaven and Earth Bell+4',1,4,0,1,28,1,16,'',360000,600000,5105,131,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,30,-1,-1,-1,-1,-1,-1,30,3,0),(5105,'õ+5','Heaven and Earth Bell+5',1,4,0,1,28,1,16,'',360000,750000,5106,132,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,40,-1,-1,-1,-1,-1,-1,40,3,0),(5106,'õ+6','Heaven and Earth Bell+6',1,4,0,1,28,1,16,'',360000,975000,5107,133,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,51,-1,-1,-1,-1,-1,-1,50,3,0),(5107,'õ+7','Heaven and Earth Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5108,134,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,63,-1,-1,-1,-1,-1,-1,65,3,0),(5108,'õ+8','Heaven and Earth Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5109,135,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,76,-1,-1,-1,-1,-1,-1,80,3,0),(5109,'õ+9','Heaven and Earth Bell+9',1,4,0,1,284,1,16,'',360000,2770000,5330,501,0,15,1,65,0,0,7,15,0,0,0,0,0,65,75,72,108,90,-1,-1,-1,-1,-1,-1,100,3,0),(5110,'Ȳ+0','Antique Bell+0',1,4,0,1,28,1,16,'',15000,30000,5111,352,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,0,-1,-1,-1,-1,-1,-1,0,3,-1),(5111,'Ȳ+1','Antique Bell+1',1,4,0,1,28,1,16,'',15000,33000,5112,353,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,6,-1,-1,-1,-1,-1,-1,0,3,-1),(5112,'Ȳ+2','Antique Bell+2',1,4,0,1,28,1,16,'',15000,36500,5113,354,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,11,-1,-1,-1,-1,-1,-1,0,3,-1),(5113,'Ȳ+3','Antique Bell+3',1,4,0,1,28,1,16,'',15000,41500,5114,355,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,17,-1,-1,-1,-1,-1,-1,0,3,-1),(5114,'Ȳ+4','Antique Bell+4',1,4,0,1,28,1,16,'',15000,50000,5115,356,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,22,-1,-1,-1,-1,-1,-1,30,3,-1),(5115,'Ȳ+5','Antique Bell+5',1,4,0,1,28,1,16,'',15000,62500,5116,357,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,30,-1,-1,-1,-1,-1,-1,40,3,-1),(5116,'Ȳ+6','Antique Bell+6',1,4,0,1,28,1,16,'',15000,81500,5117,358,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,38,-1,-1,-1,-1,-1,-1,50,3,-1),(5117,'Ȳ+7','Antique Bell+7',1,4,0,1,28,1,16,'',15000,110000,5118,359,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,48,-1,-1,-1,-1,-1,-1,65,3,-1),(5118,'Ȳ+8','Antique Bell+8',1,4,0,1,28,1,16,'',15000,154000,5119,360,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,58,-1,-1,-1,-1,-1,-1,80,3,-1),(5119,'Ȳ+9','Antique Bell+9',1,4,0,1,28,1,16,'',15000,231000,0,0,0,15,1,30,0,0,7,15,0,0,0,0,0,35,60,50,70,70,-1,-1,-1,-1,-1,-1,100,3,-1),(5120,'û׷+0','Bamboo Bell+0',1,4,0,1,28,1,16,'',360000,360000,5121,127,0,15,1,75,0,0,7,17,0,0,0,0,0,70,80,72,108,0,-1,-1,-1,-1,-1,-1,0,3,-1),(5121,'û׷+1','Bamboo Bell+1',1,4,0,1,28,1,16,'',360000,395000,5122,128,0,15,1,75,0,0,7,18,0,0,0,0,0,70,80,72,108,8,-1,-1,-1,-1,-1,-1,0,3,-1),(5122,'û׷+2','Bamboo Bell+2',1,4,0,1,28,1,16,'',360000,435000,5123,129,0,15,1,75,0,0,7,19,0,0,0,0,0,70,80,72,108,17,-1,-1,-1,-1,-1,-1,0,3,-1),(5123,'û׷+3','Bamboo Bell+3',1,4,0,1,28,1,16,'',360000,500000,5124,130,0,15,1,75,0,0,7,20,0,0,0,0,0,70,80,72,108,27,-1,-1,-1,-1,-1,-1,0,3,-1),(5124,'û׷+4','Bamboo Bell+4',1,4,0,1,28,1,16,'',360000,600000,5125,131,0,15,1,75,0,0,7,21,0,0,0,0,0,70,80,72,108,38,-1,-1,-1,-1,-1,-1,30,3,-1),(5125,'û׷+5','Bamboo Bell+5',1,4,0,1,28,1,16,'',360000,750000,5126,132,0,15,1,75,0,0,7,22,0,0,0,0,0,70,80,72,108,50,-1,-1,-1,-1,-1,-1,40,3,-1),(5126,'û׷+6','Bamboo Bell+6',1,4,0,1,28,1,16,'',360000,975000,5127,133,0,15,1,75,0,0,7,23,0,0,0,0,0,70,80,72,108,63,-1,-1,-1,-1,-1,-1,50,3,-1),(5127,'û׷+7','Bamboo Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5128,134,0,15,1,75,0,0,7,24,0,0,0,0,0,70,80,72,108,77,-1,-1,-1,-1,-1,-1,65,3,-1),(5128,'û׷+8','Bamboo Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5129,135,0,15,1,75,0,0,7,25,0,0,0,0,0,70,80,72,108,102,-1,-1,-1,-1,-1,-1,80,3,-1),(5129,'û׷+9','Bamboo Bell+9',1,4,0,1,28,1,16,'',360000,2770000,0,0,0,15,1,75,0,0,7,26,0,0,0,0,0,70,80,72,108,137,-1,-1,-1,-1,-1,-1,100,3,-1),(5130,'ŷ+0','Grim Reaper Bell+0',1,4,0,1,28,1,16,'',360000,360000,5131,127,0,15,1,52,0,0,7,15,0,0,0,0,0,47,77,91,129,0,-1,-1,-1,-1,-1,-1,0,3,0),(5131,'ŷ+1','Grim Reaper Bell+1',1,4,0,1,28,1,16,'',360000,395000,5132,128,0,15,1,52,0,0,7,15,0,0,0,0,0,44,76,91,129,8,-1,-1,-1,-1,-1,-1,0,3,0),(5132,'ŷ+2','Grim Reaper Bell+2',1,4,0,1,28,1,16,'',360000,435000,5133,129,0,15,1,54,0,0,7,15,0,0,0,0,0,40,74,91,129,17,-1,-1,-1,-1,-1,-1,0,3,0),(5133,'ŷ+3','Grim Reaper Bell+3',1,4,0,1,28,1,16,'',360000,500000,5134,130,0,15,1,54,0,0,7,15,0,0,0,0,0,39,73,91,129,27,-1,-1,-1,-1,-1,-1,0,3,0),(5134,'ŷ+4','Grim Reaper Bell+4',1,4,0,1,28,1,16,'',360000,600000,5135,131,0,15,1,56,0,0,7,15,0,0,0,0,0,37,72,91,129,38,-1,-1,-1,-1,-1,-1,30,3,0),(5135,'ŷ+5','Grim Reaper Bell+5',1,4,0,1,28,1,16,'',360000,750000,5136,132,0,15,1,56,0,0,7,15,0,0,0,0,0,33,70,91,129,50,-1,-1,-1,-1,-1,-1,40,3,0),(5136,'ŷ+6','Grim Reaper Bell+6',1,4,0,1,28,1,16,'',360000,975000,5137,133,0,15,1,58,0,0,7,15,0,0,0,0,0,26,67,91,129,63,-1,-1,-1,-1,-1,-1,50,3,0),(5137,'ŷ+7','Grim Reaper Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5138,134,0,15,1,58,0,0,7,15,0,0,0,0,0,16,61,91,129,77,-1,-1,-1,-1,-1,-1,65,3,0),(5138,'ŷ+8','Grim Reaper Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5139,135,0,15,1,60,0,0,7,15,0,0,0,0,0,-1,53,91,129,102,-1,-1,-1,-1,-1,-1,80,3,0),(5139,'ŷ+9','Grim Reaper Bell+9',1,4,0,1,28,1,16,'',360000,2770000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,-25,41,91,129,137,-1,-1,-1,-1,-1,-1,100,3,0),(5140,'Ʒ+0','Dragon Bell+0',1,4,0,1,28,1,16,'',360000,360000,5141,127,0,15,1,52,0,0,7,15,0,0,0,0,0,65,75,72,108,0,-1,-1,-1,-1,-1,-1,0,3,0),(5141,'Ʒ+1','Dragon Bell+1',1,4,0,1,28,1,16,'',360000,395000,5142,128,0,15,1,52,0,0,7,15,0,0,0,0,0,65,75,72,108,6,-1,-1,-1,-1,-1,-1,0,3,0),(5142,'Ʒ+2','Dragon Bell+2',1,4,0,1,28,1,16,'',360000,435000,5143,129,0,15,1,54,0,0,7,15,0,0,0,0,0,65,75,72,108,13,-1,-1,-1,-1,-1,-1,0,3,0),(5143,'Ʒ+3','Dragon Bell+3',1,4,0,1,28,1,16,'',360000,500000,5144,130,0,15,1,54,0,0,7,15,0,0,0,0,0,65,75,72,108,21,-1,-1,-1,-1,-1,-1,0,3,0),(5144,'Ʒ+4','Dragon Bell+4',1,4,0,1,28,1,16,'',360000,600000,5145,131,0,15,1,56,0,0,7,15,0,0,0,0,0,65,75,72,108,30,-1,-1,-1,-1,-1,-1,30,3,0),(5145,'Ʒ+5','Dragon Bell+5',1,4,0,1,28,1,16,'',360000,750000,5146,132,0,15,1,56,0,0,7,15,0,0,0,0,0,65,75,72,108,40,-1,-1,-1,-1,-1,-1,40,3,0),(5146,'Ʒ+6','Dragon Bell+6',1,4,0,1,28,1,16,'',360000,975000,5147,133,0,15,1,58,0,0,7,15,0,0,0,0,0,65,75,72,108,51,-1,-1,-1,-1,-1,-1,50,3,0),(5147,'Ʒ+7','Dragon Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5148,134,0,15,1,58,0,0,7,15,0,0,0,0,0,65,75,72,108,63,-1,-1,-1,-1,-1,-1,65,3,0),(5148,'Ʒ+8','Dragon Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5149,135,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,72,108,76,-1,-1,-1,-1,-1,-1,80,3,0),(5149,'Ʒ+9','Dragon Bell+9',1,4,0,1,28,1,16,'',360000,2770000,7039,0,0,15,1,60,0,0,7,15,0,0,0,0,0,65,75,72,108,90,-1,-1,-1,-1,-1,-1,100,3,0),(5150,'вɷ+0','Hibiscus Bell+0',1,4,0,1,28,1,16,'',360000,360000,5151,127,0,15,1,52,0,0,7,15,0,0,0,0,0,47,77,91,129,0,-1,-1,-1,-1,-1,-1,0,3,0),(5151,'вɷ+1','Hibiscus Bell+1',1,4,0,1,28,1,16,'',360000,395000,5152,128,0,15,1,52,0,0,7,15,0,0,0,0,0,44,76,91,129,8,-1,-1,-1,-1,-1,-1,0,3,0),(5152,'вɷ+2','Hibiscus Bell+2',1,4,0,1,28,1,16,'',360000,435000,5153,129,0,15,1,54,0,0,7,15,0,0,0,0,0,40,74,91,129,17,-1,-1,-1,-1,-1,-1,0,3,0),(5153,'вɷ+3','Hibiscus Bell+3',1,4,0,1,28,1,16,'',360000,500000,5154,130,0,15,1,54,0,0,7,15,0,0,0,0,0,39,73,91,129,27,-1,-1,-1,-1,-1,-1,0,3,0),(5154,'вɷ+4','Hibiscus Bell+4',1,4,0,1,28,1,16,'',360000,600000,5155,131,0,15,1,56,0,0,7,15,0,0,0,0,0,37,72,91,129,38,-1,-1,-1,-1,-1,-1,30,3,0),(5155,'вɷ+5','Hibiscus Bell+5',1,4,0,1,28,1,16,'',360000,750000,5156,132,0,15,1,56,0,0,7,15,0,0,0,0,0,33,70,91,129,50,-1,-1,-1,-1,-1,-1,40,3,0),(5156,'вɷ+6','Hibiscus Bell+6',1,4,0,1,28,1,16,'',360000,975000,5157,133,0,15,1,58,0,0,7,15,0,0,0,0,0,26,67,91,129,63,-1,-1,-1,-1,-1,-1,50,3,0),(5157,'вɷ+7','Hibiscus Bell+7',1,4,0,1,28,1,16,'',360000,1320000,5158,134,0,15,1,58,0,0,7,15,0,0,0,0,0,16,61,91,129,77,-1,-1,-1,-1,-1,-1,65,3,0),(5158,'вɷ+8','Hibiscus Bell+8',1,4,0,1,28,1,16,'',360000,1845000,5159,135,0,15,1,60,0,0,7,15,0,0,0,0,0,-1,53,91,129,102,-1,-1,-1,-1,-1,-1,80,3,0),(5159,'вɷ+9','Hibiscus Bell+9',1,4,0,1,28,1,16,'',360000,2770000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,-25,41,91,129,137,-1,-1,-1,-1,-1,-1,100,3,0),(5330,'õ+0','Dragon Jaw Bell+0',1,4,0,1,284,1,16,'',360000,250000,5331,502,0,15,1,80,0,0,7,17,22,2,17,2,0,60,70,70,100,100,-1,-1,-1,-1,-1,-1,0,3,0),(5331,'õ+1','Dragon Jaw Bell+1',1,4,0,1,284,1,16,'',360000,275000,5332,503,0,15,1,80,0,0,7,18,22,3,17,3,0,52,62,62,92,110,-1,-1,-1,-1,-1,-1,0,3,0),(5332,'õ+2','Dragon Jaw Bell+2',1,4,0,1,284,1,16,'',360000,305000,5333,504,0,15,1,82,0,0,7,19,22,4,17,4,0,54,64,66,96,110,-1,-1,-1,-1,-1,-1,0,3,0),(5333,'õ+3','Dragon Jaw Bell+3',1,4,0,1,284,1,16,'',360000,350000,5334,505,0,15,1,82,0,0,7,20,22,5,17,5,0,47,57,64,93,120,-1,-1,-1,-1,-1,-1,0,3,0),(5334,'õ+4','Dragon Jaw Bell+4',1,4,0,1,284,1,16,'',360000,415000,5335,506,0,15,1,84,0,0,7,21,22,6,17,6,0,40,50,64,93,130,-1,-1,-1,-1,-1,-1,30,3,0),(5335,'õ+5','Dragon Jaw Bell+5',1,4,0,1,284,1,16,'',360000,520000,5336,507,0,15,1,84,0,0,7,22,22,7,17,7,0,34,44,66,95,140,-1,-1,-1,-1,-1,-1,40,3,0),(5336,'õ+6','Dragon Jaw Bell+6',1,4,0,1,284,1,16,'',360000,680000,5337,508,0,15,1,86,0,0,7,23,22,8,17,8,0,30,40,70,99,150,-1,-1,-1,-1,-1,-1,50,3,0),(5337,'õ+7','Dragon Jaw Bell+7',1,4,0,1,284,1,16,'',360000,915000,5338,509,0,15,1,86,0,0,7,24,22,10,17,9,0,28,38,75,106,160,-1,-1,-1,-1,-1,-1,65,3,0),(5338,'õ+8','Dragon Jaw Bell+8',1,4,0,1,284,1,16,'',360000,1280000,5339,510,0,15,1,88,0,0,7,25,22,12,17,10,0,28,38,84,116,170,-1,-1,-1,-1,-1,-1,80,3,0),(5339,'õ+9','Dragon Jaw Bell+9',1,4,0,1,284,1,16,'',360000,1925000,5340,610,0,15,1,90,0,0,7,26,22,15,17,12,0,30,40,95,130,180,-1,-1,-1,-1,-1,-1,100,3,0),(5340,'ŷ+0','Dragon Ghost Bell +0',1,4,0,1,28,1,16,'',120000,120000,5341,601,0,0,1,87,0,0,7,15,17,2,63,1,0,84,116,166,194,0,-1,-1,-1,-1,-1,-1,0,3,0),(5341,'ŷ+1','Dragon Ghost Bell +1',1,4,0,1,28,1,16,'',120000,130000,5342,602,0,0,1,89,0,0,7,15,17,3,63,1,0,84,116,166,194,9,-1,-1,-1,-1,-1,-1,0,3,0),(5342,'ŷ+2','Dragon Ghost Bell +2',1,4,0,1,28,1,16,'',120000,145000,5343,603,0,0,1,91,0,0,7,15,17,4,63,2,0,84,116,166,194,12,-1,-1,-1,-1,-1,-1,0,3,0),(5343,'ŷ+3','Dragon Ghost Bell +3',1,4,0,1,28,1,16,'',120000,165000,5344,604,0,0,1,93,0,0,7,15,17,5,63,2,0,84,116,166,194,19,-1,-1,-1,-1,-1,-1,0,3,0),(5344,'ŷ+4','Dragon Ghost Bell +4',1,4,0,1,28,1,16,'',120000,190000,5345,605,0,0,1,95,0,0,7,15,17,6,63,3,0,84,116,166,194,29,-1,-1,-1,-1,-1,-1,30,3,0),(5345,'ŷ+5','Dragon Ghost Bell +5',1,4,0,1,28,1,16,'',120000,220000,5346,606,0,0,1,97,0,0,7,15,17,7,63,3,0,84,116,166,194,45,-1,-1,-1,-1,-1,-1,40,3,0),(5346,'ŷ+6','Dragon Ghost Bell +6',1,4,0,1,28,1,16,'',120000,265000,5347,607,0,0,1,99,0,0,7,15,17,8,63,4,0,84,116,166,194,66,-1,-1,-1,-1,-1,-1,50,3,0),(5347,'ŷ+7','Dragon Ghost Bell +7',1,4,0,1,28,1,16,'',120000,325000,5348,608,0,0,1,101,0,0,7,15,17,10,63,4,0,84,116,166,194,99,-1,-1,-1,-1,-1,-1,65,3,0),(5348,'ŷ+8','Dragon Ghost Bell +8',1,4,0,1,28,1,16,'',120000,405000,5349,609,0,0,1,103,0,0,7,15,17,12,63,5,0,84,116,166,194,150,-1,-1,-1,-1,-1,-1,80,3,0),(5349,'ŷ+9','Dragon Ghost Bell +9',1,4,0,1,28,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,84,116,166,194,225,-1,-1,-1,-1,-1,-1,100,3,0),(7000,'鼱+0','Fan+0',1,5,0,1,28,1,16,'',0,0,7001,136,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,0,-1,-1,-1,-1,-1,-1,0,1,0),(7001,'鼱+1','Fan+1',1,5,0,1,28,1,16,'',100,100,7002,137,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,7,-1,-1,-1,-1,-1,-1,0,1,0),(7002,'鼱+2','Fan+2',1,5,0,1,28,1,16,'',100,100,7003,138,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,14,-1,-1,-1,-1,-1,-1,0,1,0),(7003,'鼱+3','Fan+3',1,5,0,1,28,1,16,'',100,150,7004,139,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,21,-1,-1,-1,-1,-1,-1,0,1,0),(7004,'鼱+4','Fan+4',1,5,0,1,28,1,16,'',100,150,7005,140,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,28,-1,-1,-1,-1,-1,-1,30,1,0),(7005,'鼱+5','Fan+5',1,5,0,1,28,1,16,'',100,200,7006,141,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,35,-1,-1,-1,-1,-1,-1,40,1,0),(7006,'鼱+6','Fan+6',1,5,0,1,28,1,16,'',100,250,7007,142,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,42,-1,-1,-1,-1,-1,-1,50,1,0),(7007,'鼱+7','Fan+7',1,5,0,1,28,1,16,'',100,350,7008,143,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,49,-1,-1,-1,-1,-1,-1,65,1,0),(7008,'鼱+8','Fan+8',1,5,0,1,28,1,16,'',100,500,7009,144,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,56,-1,-1,-1,-1,-1,-1,80,1,0),(7009,'鼱+9','Fan+9',1,5,0,1,28,1,16,'',100,750,0,0,0,15,1,0,0,0,7,26,0,0,0,0,0,13,15,11,15,63,-1,-1,-1,-1,-1,-1,100,1,0),(7010,'ö+0','Iron Fan+0',1,5,0,1,28,1,16,'',400,400,7011,136,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,0,-1,-1,-1,-1,-1,-1,0,1,0),(7011,'ö+1','Iron Fan+1',1,5,0,1,28,1,16,'',400,500,7012,137,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,7,-1,-1,-1,-1,-1,-1,0,1,0),(7012,'ö+2','Iron Fan+2',1,5,0,1,28,1,16,'',400,500,7013,138,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,14,-1,-1,-1,-1,-1,-1,0,1,0),(7013,'ö+3','Iron Fan+3',1,5,0,1,28,1,16,'',400,500,7014,139,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,21,-1,-1,-1,-1,-1,-1,0,1,0),(7014,'ö+4','Iron Fan+4',1,5,0,1,28,1,16,'',400,500,7015,140,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,28,-1,-1,-1,-1,-1,-1,30,1,0),(7015,'ö+5','Iron Fan+5',1,5,0,1,28,1,16,'',400,1000,7016,141,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,35,-1,-1,-1,-1,-1,-1,40,1,0),(7016,'ö+6','Iron Fan+6',1,5,0,1,28,1,16,'',400,1000,7017,142,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,42,-1,-1,-1,-1,-1,-1,50,1,0),(7017,'ö+7','Iron Fan+7',1,5,0,1,28,1,16,'',400,1500,7018,143,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,49,-1,-1,-1,-1,-1,-1,65,1,0),(7018,'ö+8','Iron Fan+8',1,5,0,1,28,1,16,'',400,2000,7019,144,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,56,-1,-1,-1,-1,-1,-1,80,1,0),(7019,'ö+9','Iron Fan+9',1,5,0,1,28,1,16,'',400,3000,0,0,0,15,1,5,0,0,7,26,0,0,0,0,0,14,22,11,17,63,-1,-1,-1,-1,-1,-1,100,1,0),(7020,'ȣ+0','Black Tiger Fan+0',1,5,0,1,28,1,16,'',600,600,7021,136,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,0,-1,-1,-1,-1,-1,-1,0,1,0),(7021,'ȣ+1','Black Tiger Fan+1',1,5,0,1,28,1,16,'',600,600,7022,137,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,7,-1,-1,-1,-1,-1,-1,0,1,0),(7022,'ȣ+2','Black Tiger Fan+2',1,5,0,1,28,1,16,'',600,600,7023,138,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,14,-1,-1,-1,-1,-1,-1,0,1,0),(7023,'ȣ+3','Black Tiger Fan+3',1,5,0,1,28,1,16,'',600,1000,7024,139,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,21,-1,-1,-1,-1,-1,-1,0,1,0),(7024,'ȣ+4','Black Tiger Fan+4',1,5,0,1,28,1,16,'',600,1000,7025,140,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,28,-1,-1,-1,-1,-1,-1,30,1,0),(7025,'ȣ+5','Black Tiger Fan+5',1,5,0,1,28,1,16,'',600,1500,7026,141,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,35,-1,-1,-1,-1,-1,-1,40,1,0),(7026,'ȣ+6','Black Tiger Fan+6',1,5,0,1,28,1,16,'',600,1500,7027,142,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,42,-1,-1,-1,-1,-1,-1,50,1,0),(7027,'ȣ+7','Black Tiger Fan+7',1,5,0,1,28,1,16,'',600,2000,7028,143,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,49,-1,-1,-1,-1,-1,-1,65,1,0),(7028,'ȣ+8','Black Tiger Fan+8',1,5,0,1,28,1,16,'',600,3000,7029,144,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,56,-1,-1,-1,-1,-1,-1,80,1,0),(7029,'ȣ+9','Black Tiger Fan+9',1,5,0,1,28,1,16,'',600,4500,0,0,0,15,1,10,0,0,7,23,0,0,0,0,0,18,28,13,19,63,-1,-1,-1,-1,-1,-1,100,1,0),(7030,'ͼ+0','Crane Wing Fan+0',1,5,0,1,28,1,16,'',800,800,7031,136,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,0,-1,-1,-1,-1,-1,-1,0,1,0),(7031,'ͼ+1','Crane Wing Fan+1',1,5,0,1,28,1,16,'',800,1000,7032,137,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,7,-1,-1,-1,-1,-1,-1,0,1,0),(7032,'ͼ+2','Crane Wing Fan+2',1,5,0,1,28,1,16,'',800,1000,7033,138,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,14,-1,-1,-1,-1,-1,-1,0,1,0),(7033,'ͼ+3','Crane Wing Fan+3',1,5,0,1,28,1,16,'',800,1000,7034,139,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,21,-1,-1,-1,-1,-1,-1,0,1,0),(7034,'ͼ+4','Crane Wing Fan+4',1,5,0,1,28,1,16,'',800,1500,7035,140,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,28,-1,-1,-1,-1,-1,-1,30,1,0),(7035,'ͼ+5','Crane Wing Fan+5',1,5,0,1,28,1,16,'',800,1500,7036,141,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,35,-1,-1,-1,-1,-1,-1,40,1,0),(7036,'ͼ+6','Crane Wing Fan+6',1,5,0,1,28,1,16,'',800,2000,7037,142,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,42,-1,-1,-1,-1,-1,-1,50,1,0),(7037,'ͼ+7','Crane Wing Fan+7',1,5,0,1,28,1,16,'',800,3000,7038,143,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,49,-1,-1,-1,-1,-1,-1,65,1,0),(7038,'ͼ+8','Crane Wing Fan+8',1,5,0,1,28,1,16,'',800,4000,7039,144,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,56,-1,-1,-1,-1,-1,-1,80,1,0),(7039,'ͼ+9','Crane Wing Fan+9',1,5,0,1,28,1,16,'',800,6000,0,0,0,15,1,15,0,0,7,18,0,0,0,0,0,24,32,17,21,63,-1,-1,-1,-1,-1,-1,100,1,0),(7040,'ۼ+0','Peacock Fan+0',1,5,0,1,28,1,16,'',3000,3000,7041,136,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,0,-1,-1,-1,-1,-1,-1,0,1,0),(7041,'ۼ+1','Peacock Fan+1',1,5,0,1,28,1,16,'',3000,3500,7042,137,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,7,-1,-1,-1,-1,-1,-1,0,1,0),(7042,'ۼ+2','Peacock Fan+2',1,5,0,1,28,1,16,'',3000,3500,7043,138,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,14,-1,-1,-1,-1,-1,-1,0,1,0),(7043,'ۼ+3','Peacock Fan+3',1,5,0,1,28,1,16,'',3000,4000,7044,139,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,21,-1,-1,-1,-1,-1,-1,0,1,0),(7044,'ۼ+4','Peacock Fan+4',1,5,0,1,28,1,16,'',3000,5000,7045,140,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,28,-1,-1,-1,-1,-1,-1,30,1,0),(7045,'ۼ+5','Peacock Fan+5',1,5,0,1,28,1,16,'',3000,6500,7046,141,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,35,-1,-1,-1,-1,-1,-1,40,1,0),(7046,'ۼ+6','Peacock Fan+6',1,5,0,1,28,1,16,'',3000,8000,7047,142,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,42,-1,-1,-1,-1,-1,-1,50,1,0),(7047,'ۼ+7','Peacock Fan+7',1,5,0,1,28,1,16,'',3000,11000,7048,143,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,49,-1,-1,-1,-1,-1,-1,65,1,0),(7048,'ۼ+8','Peacock Fan+8',1,5,0,1,28,1,16,'',3000,15500,7049,144,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,56,-1,-1,-1,-1,-1,-1,80,1,0),(7049,'ۼ+9','Peacock Fan+9',1,5,0,1,28,1,16,'',3000,23000,0,0,0,15,1,20,0,0,7,15,0,0,0,0,0,29,33,18,24,63,-1,-1,-1,-1,-1,-1,100,1,0),(7050,'û+0','Aquatic Fan+0',1,5,0,1,28,1,16,'',5000,5000,7051,145,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,0,-1,-1,-1,-1,-1,-1,0,2,0),(7051,'û+1','Aquatic Fan+1',1,5,0,1,28,1,16,'',5000,5500,7052,146,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,6,-1,-1,-1,-1,-1,-1,0,2,0),(7052,'û+2','Aquatic Fan+2',1,5,0,1,28,1,16,'',5000,6000,7053,147,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,12,-1,-1,-1,-1,-1,-1,0,2,0),(7053,'û+3','Aquatic Fan+3',1,5,0,1,28,1,16,'',5000,7000,7054,148,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,18,-1,-1,-1,-1,-1,-1,30,2,0),(7054,'û+4','Aquatic Fan+4',1,5,0,1,28,1,16,'',5000,8500,7055,149,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,24,-1,-1,-1,-1,-1,-1,40,2,0),(7055,'û+5','Aquatic Fan+5',1,5,0,1,28,1,16,'',5000,10500,7056,150,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,32,-1,-1,-1,-1,-1,-1,50,2,0),(7056,'û+6','Aquatic Fan+6',1,5,0,1,28,1,16,'',5000,13500,7057,151,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,41,-1,-1,-1,-1,-1,-1,65,2,0),(7057,'û+7','Aquatic Fan+7',1,5,0,1,28,1,16,'',5000,18500,7058,152,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,51,-1,-1,-1,-1,-1,-1,80,2,0),(7058,'û+8','Aquatic Fan+8',1,5,0,1,28,1,16,'',5000,25500,7059,153,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,62,-1,-1,-1,-1,-1,-1,100,2,0),(7059,'û+9','Aquatic Fan+9',1,5,0,1,28,1,16,'',5000,38500,0,0,0,15,1,25,0,0,7,29,0,0,0,0,0,29,39,27,41,74,-1,-1,-1,-1,-1,-1,100,2,0),(7060,'ϼ+0','Stone Fan+0',1,5,0,1,28,1,16,'',8000,8000,7061,145,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,0,-1,-1,-1,-1,-1,-1,0,2,0),(7061,'ϼ+1','Stone Fan+1',1,5,0,1,28,1,16,'',8000,9000,7062,146,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,6,-1,-1,-1,-1,-1,-1,0,2,0),(7062,'ϼ+2','Stone Fan+2',1,5,0,1,28,1,16,'',8000,9500,7063,147,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,12,-1,-1,-1,-1,-1,-1,0,2,0),(7063,'ϼ+3','Stone Fan+3',1,5,0,1,28,1,16,'',8000,11000,7064,148,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,18,-1,-1,-1,-1,-1,-1,0,2,0),(7064,'ϼ+4','Stone Fan+4',1,5,0,1,28,1,16,'',8000,13500,7065,149,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,24,-1,-1,-1,-1,-1,-1,30,2,0),(7065,'ϼ+5','Stone Fan+5',1,5,0,1,28,1,16,'',8000,16500,7066,150,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,32,-1,-1,-1,-1,-1,-1,40,2,0),(7066,'ϼ+6','Stone Fan+6',1,5,0,1,28,1,16,'',8000,21500,7067,151,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,41,-1,-1,-1,-1,-1,-1,50,2,0),(7067,'ϼ+7','Stone Fan+7',1,5,0,1,28,1,16,'',8000,29500,7068,152,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,51,-1,-1,-1,-1,-1,-1,65,2,0),(7068,'ϼ+8','Stone Fan+8',1,5,0,1,28,1,16,'',8000,41000,7069,153,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,62,-1,-1,-1,-1,-1,-1,80,2,0),(7069,'ϼ+9','Stone Fan+9',1,5,0,1,28,1,16,'',8000,61500,0,0,0,15,1,32,0,0,7,24,0,0,0,0,0,33,47,30,46,74,-1,-1,-1,-1,-1,-1,100,2,0),(7070,'âؼ+0','Ocean Fan+0',1,5,0,1,28,1,16,'',15000,15000,7071,145,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,0,-1,-1,-1,-1,-1,-1,0,2,0),(7071,'âؼ+1','Ocean Fan+1',1,5,0,1,28,1,16,'',15000,16500,7072,146,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,6,-1,-1,-1,-1,-1,-1,0,2,0),(7072,'âؼ+2','Ocean Fan+2',1,5,0,1,28,1,16,'',15000,18000,7073,147,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,12,-1,-1,-1,-1,-1,-1,0,2,0),(7073,'âؼ+3','Ocean Fan+3',1,5,0,1,28,1,16,'',15000,21000,7074,148,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,18,-1,-1,-1,-1,-1,-1,0,2,0),(7074,'âؼ+4','Ocean Fan+4',1,5,0,1,28,1,16,'',15000,25000,7075,149,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,24,-1,-1,-1,-1,-1,-1,30,2,0),(7075,'âؼ+5','Ocean Fan+5',1,5,0,1,28,1,16,'',15000,31500,7076,150,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,32,-1,-1,-1,-1,-1,-1,40,2,0),(7076,'âؼ+6','Ocean Fan+6',1,5,0,1,28,1,16,'',15000,40500,7077,151,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,41,-1,-1,-1,-1,-1,-1,50,2,0),(7077,'âؼ+7','Ocean Fan+7',1,5,0,1,28,1,16,'',15000,55000,7078,152,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,51,-1,-1,-1,-1,-1,-1,65,2,0),(7078,'âؼ+8','Ocean Fan+8',1,5,0,1,28,1,16,'',15000,77000,7079,153,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,62,-1,-1,-1,-1,-1,-1,80,2,0),(7079,'âؼ+9','Ocean Fan+9',1,5,0,1,28,1,16,'',15000,115500,0,0,0,15,1,36,0,0,7,21,0,0,0,0,0,30,62,35,45,74,-1,-1,-1,-1,-1,-1,100,2,0),(7080,'ڸ+0','Sting Fan+0',1,5,0,1,28,1,16,'',20000,20000,7081,145,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,0,-1,-1,-1,-1,-1,-1,0,2,0),(7081,'ڸ+1','Sting Fan+1',1,5,0,1,28,1,16,'',20000,22000,7082,146,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,6,-1,-1,-1,-1,-1,-1,0,2,0),(7082,'ڸ+2','Sting Fan+2',1,5,0,1,28,1,16,'',20000,24000,7083,147,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,12,-1,-1,-1,-1,-1,-1,0,2,0),(7083,'ڸ+3','Sting Fan+3',1,5,0,1,28,1,16,'',20000,28000,7084,148,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,18,-1,-1,-1,-1,-1,-1,0,2,0),(7084,'ڸ+4','Sting Fan+4',1,5,0,1,28,1,16,'',20000,33500,7085,149,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,24,-1,-1,-1,-1,-1,-1,30,2,0),(7085,'ڸ+5','Sting Fan+5',1,5,0,1,28,1,16,'',20000,41500,7086,150,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,32,-1,-1,-1,-1,-1,-1,40,2,0),(7086,'ڸ+6','Sting Fan+6',1,5,0,1,28,1,16,'',20000,54500,7087,151,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,41,-1,-1,-1,-1,-1,-1,50,2,0),(7087,'ڸ+7','Sting Fan+7',1,5,0,1,28,1,16,'',20000,73500,7088,152,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,51,-1,-1,-1,-1,-1,-1,65,2,0),(7088,'ڸ+8','Sting Fan+8',1,5,0,1,28,1,16,'',20000,102500,7089,153,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,62,-1,-1,-1,-1,-1,-1,80,2,0),(7089,'ڸ+9','Sting Fan+9',1,5,0,1,28,1,16,'',20000,154000,0,0,0,15,1,40,0,0,7,15,0,0,0,0,0,42,60,37,53,74,-1,-1,-1,-1,-1,-1,100,2,0),(7090,'+0','Phoenix Fan+0',1,5,0,1,28,1,16,'',80000,80000,7091,154,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,0,-1,-1,-1,-1,-1,-1,0,3,0),(7091,'+1','Phoenix Fan+1',1,5,0,1,28,1,16,'',80000,90000,7092,155,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,5,-1,-1,-1,-1,-1,-1,0,3,0),(7092,'+2','Phoenix Fan+2',1,5,0,1,28,1,16,'',80000,95000,7093,156,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,10,-1,-1,-1,-1,-1,-1,0,3,0),(7093,'+3','Phoenix Fan+3',1,5,0,1,28,1,16,'',80000,110000,7094,157,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,15,-1,-1,-1,-1,-1,-1,0,3,0),(7094,'+4','Phoenix Fan+4',1,5,0,1,28,1,16,'',80000,135000,7095,158,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,20,-1,-1,-1,-1,-1,-1,30,3,0),(7095,'+5','Phoenix Fan+5',1,5,0,1,28,1,16,'',80000,165000,7096,159,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,27,-1,-1,-1,-1,-1,-1,40,3,0),(7096,'+6','Phoenix Fan+6',1,5,0,1,28,1,16,'',80000,215000,7097,160,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,35,-1,-1,-1,-1,-1,-1,50,3,0),(7097,'+7','Phoenix Fan+7',1,5,0,1,28,1,16,'',80000,295000,7098,161,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,44,-1,-1,-1,-1,-1,-1,65,3,0),(7098,'+8','Phoenix Fan+8',1,5,0,1,28,1,16,'',80000,410000,7099,162,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,54,-1,-1,-1,-1,-1,-1,80,3,0),(7099,'+9','Phoenix Fan+9',1,5,0,1,28,1,16,'',80000,615000,0,0,0,15,1,45,0,0,7,28,0,0,0,0,0,59,89,50,64,65,-1,-1,-1,-1,-1,-1,100,3,0),(7100,'μ+0','Triple Fan+0',1,5,0,1,28,1,16,'',110000,110000,7101,154,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,0,-1,-1,-1,-1,-1,-1,0,3,0),(7101,'μ+1','Triple Fan+1',1,5,0,1,28,1,16,'',110000,120000,7102,155,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,5,-1,-1,-1,-1,-1,-1,0,3,0),(7102,'μ+2','Triple Fan+2',1,5,0,1,28,1,16,'',110000,135000,7103,156,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,10,-1,-1,-1,-1,-1,-1,0,3,0),(7103,'μ+3','Triple Fan+3',1,5,0,1,28,1,16,'',110000,155000,7104,157,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,15,-1,-1,-1,-1,-1,-1,0,3,0),(7104,'μ+4','Triple Fan+4',1,5,0,1,28,1,16,'',110000,185000,7105,158,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,20,-1,-1,-1,-1,-1,-1,30,3,0),(7105,'μ+5','Triple Fan+5',1,5,0,1,28,1,16,'',110000,230000,7106,159,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,27,-1,-1,-1,-1,-1,-1,40,3,0),(7106,'μ+6','Triple Fan+6',1,5,0,1,28,1,16,'',110000,300000,7107,160,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,35,-1,-1,-1,-1,-1,-1,50,3,0),(7107,'μ+7','Triple Fan+7',1,5,0,1,28,1,16,'',110000,405000,7108,161,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,44,-1,-1,-1,-1,-1,-1,65,3,0),(7108,'μ+8','Triple Fan+8',1,5,0,1,28,1,16,'',110000,565000,7109,162,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,54,-1,-1,-1,-1,-1,-1,80,3,0),(7109,'μ+9','Triple Fan+9',1,5,0,1,28,1,16,'',110000,845000,0,0,0,15,1,50,0,0,7,23,0,0,0,0,0,68,90,49,73,65,-1,-1,-1,-1,-1,-1,100,3,0),(7110,'̼+0','Eyebrow Fan+0',1,5,0,1,28,1,16,'',140000,140000,7111,154,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,0,-1,-1,-1,-1,-1,-1,0,3,0),(7111,'̼+1','Eyebrow Fan+1',1,5,0,1,28,1,16,'',140000,155000,7112,155,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,5,-1,-1,-1,-1,-1,-1,0,3,0),(7112,'̼+2','Eyebrow Fan+2',1,5,0,1,28,1,16,'',140000,170000,7113,156,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,10,-1,-1,-1,-1,-1,-1,0,3,0),(7113,'̼+3','Eyebrow Fan+3',1,5,0,1,28,1,16,'',140000,195000,7114,157,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,15,-1,-1,-1,-1,-1,-1,0,3,0),(7114,'̼+4','Eyebrow Fan+4',1,5,0,1,28,1,16,'',140000,235000,7115,158,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,20,-1,-1,-1,-1,-1,-1,30,3,0),(7115,'̼+5','Eyebrow Fan+5',1,5,0,1,28,1,16,'',140000,290000,7116,159,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,27,-1,-1,-1,-1,-1,-1,40,3,0),(7116,'̼+6','Eyebrow Fan+6',1,5,0,1,28,1,16,'',140000,380000,7117,160,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,35,-1,-1,-1,-1,-1,-1,50,3,0),(7117,'̼+7','Eyebrow Fan+7',1,5,0,1,28,1,16,'',140000,515000,7118,161,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,44,-1,-1,-1,-1,-1,-1,65,3,0),(7118,'̼+8','Eyebrow Fan+8',1,5,0,1,28,1,16,'',140000,720000,7119,162,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,54,-1,-1,-1,-1,-1,-1,80,3,0),(7119,'̼+9','Eyebrow Fan+9',1,5,0,1,28,1,16,'',140000,1075000,0,0,0,15,1,55,0,0,7,19,0,0,0,0,0,70,100,52,78,65,-1,-1,-1,-1,-1,-1,100,3,0),(7120,'濰+0','Sun Fan+0',1,5,0,1,28,1,16,'',180000,180000,7121,154,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,0,-1,-1,-1,-1,-1,-1,0,3,0),(7121,'濰+1','Sun Fan+1',1,5,0,1,28,1,16,'',180000,200000,7122,155,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,5,-1,-1,-1,-1,-1,-1,0,3,0),(7122,'濰+2','Sun Fan+2',1,5,0,1,28,1,16,'',180000,220000,7123,156,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,10,-1,-1,-1,-1,-1,-1,0,3,0),(7123,'濰+3','Sun Fan+3',1,5,0,1,28,1,16,'',180000,250000,7124,157,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,15,-1,-1,-1,-1,-1,-1,0,3,0),(7124,'濰+4','Sun Fan+4',1,5,0,1,28,1,16,'',180000,300000,7125,158,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,20,-1,-1,-1,-1,-1,-1,30,3,0),(7125,'濰+5','Sun Fan+5',1,5,0,1,28,1,16,'',180000,375000,7126,159,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,27,-1,-1,-1,-1,-1,-1,40,3,0),(7126,'濰+6','Sun Fan+6',1,5,0,1,28,1,16,'',180000,490000,7127,160,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,35,-1,-1,-1,-1,-1,-1,50,3,0),(7127,'濰+7','Sun Fan+7',1,5,0,1,28,1,16,'',180000,660000,7128,161,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,44,-1,-1,-1,-1,-1,-1,65,3,0),(7128,'濰+8','Sun Fan+8',1,5,0,1,28,1,16,'',180000,925000,7129,162,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,54,-1,-1,-1,-1,-1,-1,80,3,0),(7129,'濰+9','Sun Fan+9',1,5,0,1,28,1,16,'',180000,1385000,0,0,0,15,1,60,0,0,7,15,0,0,0,0,0,83,97,55,83,65,-1,-1,-1,-1,-1,-1,100,3,0),(7130,'õ+0','Heavenly Bird Fan+0',1,5,0,1,28,1,16,'',360000,360000,7131,154,0,15,1,65,0,0,7,15,0,0,0,0,0,83,97,64,96,0,-1,-1,-1,-1,-1,-1,0,3,0),(7131,'õ+1','Heavenly Bird Fan+1',1,5,0,1,28,1,16,'',360000,395000,7132,155,0,15,1,65,0,0,7,15,0,0,0,0,0,80,96,64,96,8,-1,-1,-1,-1,-1,-1,0,3,0),(7132,'õ+2','Heavenly Bird Fan+2',1,5,0,1,28,1,16,'',360000,435000,7133,156,0,15,1,65,0,0,7,15,0,0,0,0,0,76,94,64,96,17,-1,-1,-1,-1,-1,-1,0,3,0),(7133,'õ+3','Heavenly Bird Fan+3',1,5,0,1,28,1,16,'',360000,500000,7134,157,0,15,1,65,0,0,7,15,0,0,0,0,0,75,93,64,96,27,-1,-1,-1,-1,-1,-1,0,3,0),(7134,'õ+4','Heavenly Bird Fan+4',1,5,0,1,28,1,16,'',360000,600000,7135,158,0,15,1,65,0,0,7,15,0,0,0,0,0,73,92,64,96,38,-1,-1,-1,-1,-1,-1,30,3,0),(7135,'õ+5','Heavenly Bird Fan+5',1,5,0,1,28,1,16,'',360000,750000,7136,159,0,15,1,65,0,0,7,15,0,0,0,0,0,69,90,64,96,50,-1,-1,-1,-1,-1,-1,40,3,0),(7136,'õ+6','Heavenly Bird Fan+6',1,5,0,1,28,1,16,'',360000,975000,7137,160,0,15,1,65,0,0,7,15,0,0,0,0,0,62,87,64,96,63,-1,-1,-1,-1,-1,-1,50,3,0),(7137,'õ+7','Heavenly Bird Fan+7',1,5,0,1,28,1,16,'',360000,1320000,7138,161,0,15,1,65,0,0,7,15,0,0,0,0,0,52,81,64,96,77,-1,-1,-1,-1,-1,-1,65,3,0),(7138,'õ+8','Heavenly Bird Fan+8',1,5,0,1,28,1,16,'',360000,1845000,7139,162,0,15,1,65,0,0,7,15,0,0,0,0,0,35,73,64,96,102,-1,-1,-1,-1,-1,-1,80,3,0),(7139,'õ+9','Heavenly Bird Fan+9',1,5,0,1,28,1,16,'',360000,2770000,0,0,0,15,1,65,0,0,7,15,0,0,0,0,0,11,61,64,96,137,-1,-1,-1,-1,-1,-1,100,3,0),(7140,'+0','Salvation Fan+0',1,5,0,1,28,1,16,'',360000,360000,7141,154,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,0,-1,-1,-1,-1,-1,-1,0,3,0),(7141,'+1','Salvation Fan+1',1,5,0,1,28,1,16,'',360000,395000,7142,155,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,6,-1,-1,-1,-1,-1,-1,0,3,0),(7142,'+2','Salvation Fan+2',1,5,0,1,28,1,16,'',360000,435000,7143,156,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,13,-1,-1,-1,-1,-1,-1,0,3,0),(7143,'+3','Salvation Fan+3',1,5,0,1,28,1,16,'',360000,500000,7144,157,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,21,-1,-1,-1,-1,-1,-1,0,3,0),(7144,'+4','Salvation Fan+4',1,5,0,1,28,1,16,'',360000,600000,7145,158,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,30,-1,-1,-1,-1,-1,-1,30,3,0),(7145,'+5','Salvation Fan+5',1,5,0,1,28,1,16,'',360000,750000,7146,159,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,40,-1,-1,-1,-1,-1,-1,40,3,0),(7146,'+6','Salvation Fan+6',1,5,0,1,28,1,16,'',360000,975000,7147,160,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,51,-1,-1,-1,-1,-1,-1,50,3,0),(7147,'+7','Salvation Fan+7',1,5,0,1,28,1,16,'',360000,1320000,7148,161,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,63,-1,-1,-1,-1,-1,-1,65,3,0),(7148,'+8','Salvation Fan+8',1,5,0,1,28,1,16,'',360000,1845000,7149,162,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,76,-1,-1,-1,-1,-1,-1,80,3,0),(7149,'+9','Salvation Fan+9',1,5,0,1,28,1,16,'',360000,2770000,7190,501,0,15,1,65,0,0,7,15,0,0,0,0,0,95,115,69,91,90,-1,-1,-1,-1,-1,-1,100,3,0),(7150,'Ƽ+0','Ecstasy Fan+0',1,5,0,1,28,1,16,'',30000,2225000,7151,154,0,5,1,70,0,0,7,15,9,5,0,0,0,95,115,69,91,0,-1,-1,-1,-1,-1,-1,0,3,0),(7151,'Ƽ+1','Ecstasy Fan+1',1,5,0,1,28,1,16,'',30000,2300000,7152,155,0,5,1,70,0,0,7,15,9,6,0,0,0,95,115,69,91,6,-1,-1,-1,-1,-1,-1,0,3,0),(7152,'Ƽ+2','Ecstasy Fan+2',1,5,0,1,28,1,16,'',30000,2675000,7153,156,0,5,1,70,0,0,7,15,9,7,0,0,0,95,115,69,91,13,-1,-1,-1,-1,-1,-1,0,3,0),(7153,'Ƽ+3','Ecstasy Fan+3',1,5,0,1,28,1,16,'',30000,3500000,7154,157,0,5,1,70,0,0,7,15,9,8,0,0,0,95,115,69,91,21,-1,-1,-1,-1,-1,-1,0,3,0),(7154,'Ƽ+4','Ecstasy Fan+4',1,5,0,1,28,1,16,'',30000,5500000,7155,158,0,5,1,70,0,0,7,15,9,10,0,0,0,95,115,69,91,30,-1,-1,-1,-1,-1,-1,30,3,0),(7155,'Ƽ+5','Ecstasy Fan+5',1,5,0,1,28,1,16,'',30000,7000000,7156,159,0,5,1,70,0,0,7,15,9,12,0,0,0,95,115,69,91,40,-1,-1,-1,-1,-1,-1,40,3,0),(7156,'Ƽ+6','Ecstasy Fan+6',1,5,0,1,284,1,16,'',30000,7600000,7157,160,0,5,1,70,0,0,7,15,9,14,0,0,0,95,115,69,91,51,-1,-1,-1,-1,-1,-1,50,3,0),(7157,'Ƽ+7','Ecstasy Fan+7',1,5,0,1,284,1,16,'',30000,12250000,7158,161,0,5,1,70,0,0,7,15,9,17,0,0,0,95,115,69,91,63,-1,-1,-1,-1,-1,-1,65,3,0),(7158,'Ƽ+8','Ecstasy Fan+8',1,5,0,1,284,1,16,'',30000,15000000,7159,162,0,5,1,70,0,0,7,15,9,20,0,0,0,95,115,69,91,76,-1,-1,-1,-1,-1,-1,80,3,0),(7159,'Ƽ+9','Ecstasy Fan+9',1,5,0,1,284,1,16,'',30000,18750000,0,0,0,5,1,70,0,0,7,15,9,25,0,0,0,95,115,69,91,90,-1,-1,-1,-1,-1,-1,100,3,0),(7160,'dz+0','Autumn Wind Fan+0',1,5,0,1,28,1,16,'',20000,30000,7161,352,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,0,-1,-1,-1,-1,-1,-1,0,2,-1),(7161,'dz+1','Autumn Wind Fan+1',1,5,0,1,28,1,16,'',20000,33000,7162,353,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,6,-1,-1,-1,-1,-1,-1,0,2,-1),(7162,'dz+2','Autumn Wind Fan+2',1,5,0,1,28,1,16,'',20000,36500,7163,354,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,11,-1,-1,-1,-1,-1,-1,0,2,-1),(7163,'dz+3','Autumn Wind Fan+3',1,5,0,1,28,1,16,'',20000,41500,7164,355,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,17,-1,-1,-1,-1,-1,-1,0,2,-1),(7164,'dz+4','Autumn Wind Fan+4',1,5,0,1,28,1,16,'',20000,50000,7165,356,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,22,-1,-1,-1,-1,-1,-1,30,2,-1),(7165,'dz+5','Autumn Wind Fan+5',1,5,0,1,28,1,16,'',20000,62500,7166,357,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,30,-1,-1,-1,-1,-1,-1,40,2,-1),(7166,'dz+6','Autumn Wind Fan+6',1,5,0,1,28,1,16,'',20000,81500,7167,358,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,38,-1,-1,-1,-1,-1,-1,50,2,-1),(7167,'dz+7','Autumn Wind Fan+7',1,5,0,1,28,1,16,'',20000,110000,7168,359,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,48,-1,-1,-1,-1,-1,-1,65,2,-1),(7168,'dz+8','Autumn Wind Fan+8',1,5,0,1,28,1,16,'',20000,154000,7169,360,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,58,-1,-1,-1,-1,-1,-1,80,2,-1),(7169,'dz+9','Autumn Wind Fan+9',1,5,0,1,28,1,16,'',20000,231000,0,0,0,15,1,30,0,0,7,15,0,0,0,0,0,45,76,43,55,70,-1,-1,-1,-1,-1,-1,100,2,-1),(7170,'ȱ+0','Eight Trigrams Fan+0',1,5,0,1,28,1,16,'',30000,30000,7171,154,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7171,'ȱ+1','Eight Trigrams Fan+1',1,5,0,1,28,1,16,'',30000,30000,7172,155,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7172,'ȱ+2','Eight Trigrams Fan+2',1,5,0,1,28,1,16,'',30000,30000,7173,156,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7173,'ȱ+3','Eight Trigrams Fan+3',1,5,0,1,28,1,16,'',30000,30000,7174,157,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7174,'ȱ+4','Eight Trigrams Fan+4',1,5,0,1,28,1,16,'',30000,30000,7175,158,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(7175,'ȱ+5','Eight Trigrams Fan+5',1,5,0,1,28,1,16,'',30000,30000,7176,159,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(7176,'ȱ+6','Eight Trigrams Fan+6',1,5,0,1,28,1,16,'',30000,30000,7177,160,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(7177,'ȱ+7','Eight Trigrams Fan+7',1,5,0,1,28,1,16,'',30000,30000,7178,161,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(7178,'ȱ+8','Eight Trigrams Fan+8',1,5,0,1,28,1,16,'',30000,30000,7179,162,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(7179,'ȱ+9','Eight Trigrams Fan+9',1,5,0,1,28,1,16,'',30000,30000,8008,0,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(7180,'ͷ漱+0','Lying Dragon Fan+0',1,5,0,1,28,1,16,'',30000,30000,7181,154,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7181,'ͷ漱+1','Lying Dragon Fan+1',1,5,0,1,28,1,16,'',30000,30000,7182,155,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7182,'ͷ漱+2','Lying Dragon Fan+2',1,5,0,1,28,1,16,'',30000,30000,7183,156,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7183,'ͷ漱+3','Lying Dragon Fan+3',1,5,0,1,28,1,16,'',30000,30000,7184,157,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(7184,'ͷ漱+4','Lying Dragon Fan+4',1,5,0,1,28,1,16,'',30000,30000,7185,158,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,30,0,0),(7185,'ͷ漱+5','Lying Dragon Fan+5',1,5,0,1,28,1,16,'',30000,30000,7186,159,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,40,0,0),(7186,'ͷ漱+6','Lying Dragon Fan+6',1,5,0,1,28,1,16,'',30000,30000,7187,160,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,50,0,0),(7187,'ͷ漱+7','Lying Dragon Fan+7',1,5,0,1,28,1,16,'',30000,30000,7188,161,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,65,0,0),(7188,'ͷ漱+8','Lying Dragon Fan+8',1,5,0,1,28,1,16,'',30000,30000,7189,162,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,80,0,0),(7189,'ͷ漱+9','Lying Dragon Fan+9',1,5,0,1,28,1,16,'',30000,30000,0,0,0,5,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,100,0,0),(7190,'+0','Demon Fan+0',1,5,0,1,284,1,16,'',360000,250000,7191,502,0,5,1,80,0,0,7,15,22,2,17,2,0,90,115,65,85,100,-1,-1,-1,-1,-1,-1,0,3,0),(7191,'+1','Demon Fan+1',1,5,0,1,284,1,16,'',360000,275000,7192,503,0,5,1,80,0,0,7,15,22,3,17,3,0,92,117,68,87,100,-1,-1,-1,-1,-1,-1,0,3,0),(7192,'+2','Demon Fan+2',1,5,0,1,284,1,16,'',360000,305000,7193,504,0,5,1,82,0,0,7,16,22,4,17,4,0,95,119,72,89,100,-1,-1,-1,-1,-1,-1,0,3,0),(7193,'+3','Demon Fan+3',1,5,0,1,284,1,16,'',360000,350000,7194,505,0,5,1,82,0,0,7,17,22,5,17,5,0,99,122,77,92,100,-1,-1,-1,-1,-1,-1,0,3,0),(7194,'+4','Demon Fan+4',1,5,0,1,284,1,16,'',360000,415000,7195,506,0,5,1,84,0,0,7,18,22,6,17,6,0,54,75,33,45,150,-1,-1,-1,-1,-1,-1,30,3,0),(7195,'+5','Demon Fan+5',1,5,0,1,284,1,16,'',360000,520000,7196,507,0,5,1,84,0,0,7,20,22,7,17,7,0,60,79,40,50,150,-1,-1,-1,-1,-1,-1,40,3,0),(7196,'+6','Demon Fan+6',1,5,0,1,284,1,16,'',360000,680000,7197,508,0,5,1,86,0,0,7,22,22,8,17,8,0,67,85,48,57,150,-1,-1,-1,-1,-1,-1,50,3,0),(7197,'+7','Demon Fan+7',1,5,0,1,284,1,16,'',360000,915000,7198,509,0,5,1,86,0,0,7,24,22,9,17,9,0,75,93,56,66,150,-1,-1,-1,-1,-1,-1,65,3,0),(7198,'+8','Demon Fan+8',1,5,0,1,284,1,16,'',360000,1280000,7199,510,0,5,1,88,0,0,7,27,22,10,17,10,0,34,53,15,25,200,-1,-1,-1,-1,-1,-1,80,3,0),(7199,'+9','Demon Fan+9',1,5,0,1,284,1,16,'',360000,1925000,7370,610,0,5,1,90,0,0,7,30,22,12,17,12,0,45,65,25,35,200,-1,-1,-1,-1,-1,-1,100,3,0),(7200,'â+0','Lance+0',1,7,0,3,0,1,16,'',30000,30000,7201,46,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,0,-1,-1,-1,-1,-1,-1,0,3,0),(7201,'â+1','Lance+1',1,7,0,3,0,1,16,'',30000,30000,7202,47,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,5,-1,-1,-1,-1,-1,-1,0,3,0),(7202,'â+2','Lance+2',1,7,0,3,0,1,16,'',30000,30000,7203,48,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,10,-1,-1,-1,-1,-1,-1,0,3,0),(7203,'â+3','Lance+3',1,7,0,3,0,1,16,'',30000,30000,7204,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,15,-1,-1,-1,-1,-1,-1,0,3,0),(7204,'â+4','Lance+4',1,7,0,3,0,1,16,'',30000,30000,7205,50,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,20,-1,-1,-1,-1,-1,-1,0,3,0),(7205,'â+5','Lance+5',1,7,0,3,0,1,16,'',30000,30000,7206,51,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,27,-1,-1,-1,-1,-1,-1,0,3,0),(7206,'â+6','Lance+6',1,7,0,3,0,1,16,'',30000,30000,7207,52,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,35,-1,-1,-1,-1,-1,-1,0,3,0),(7207,'â+7','Lance+7',1,7,0,3,0,1,16,'',30000,30000,7208,53,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,44,-1,-1,-1,-1,-1,-1,0,3,0),(7208,'â+8','Lance+8',1,7,0,3,0,1,16,'',30000,30000,7209,54,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,54,-1,-1,-1,-1,-1,-1,0,3,0),(7209,'â+9','Lance+9',1,7,0,3,0,1,16,'',30000,30000,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,68,83,65,-1,-1,-1,-1,-1,-1,0,3,0),(7370,'+0','Lying Dragon Fan+0',1,5,0,1,28,1,16,'',120000,120000,7371,601,0,0,1,87,0,0,7,15,17,2,63,1,0,160,240,115,173,0,-1,-1,-1,-1,-1,-1,0,3,0),(7371,'+1','Lying Dragon Fan+1',1,5,0,1,28,1,16,'',120000,130000,7372,602,0,0,1,89,0,0,7,15,17,3,63,1,0,160,240,115,173,8,-1,-1,-1,-1,-1,-1,0,3,0),(7372,'+2','Lying Dragon Fan+2',1,5,0,1,28,1,16,'',120000,145000,7373,603,0,0,1,91,0,0,7,15,17,4,63,2,0,160,240,115,173,11,-1,-1,-1,-1,-1,-1,0,3,0),(7373,'+3','Lying Dragon Fan+3',1,5,0,1,28,1,16,'',120000,165000,7374,604,0,0,1,93,0,0,7,15,17,5,63,2,0,160,240,115,173,17,-1,-1,-1,-1,-1,-1,0,3,0),(7374,'+4','Lying Dragon Fan+4',1,5,0,1,28,1,16,'',120000,190000,7375,605,0,0,1,95,0,0,7,15,17,6,63,3,0,160,240,115,173,26,-1,-1,-1,-1,-1,-1,30,3,0),(7375,'+5','Lying Dragon Fan+5',1,5,0,1,28,1,16,'',120000,220000,7376,606,0,0,1,97,0,0,7,15,17,7,63,3,0,160,240,115,173,40,-1,-1,-1,-1,-1,-1,40,3,0),(7376,'+6','Lying Dragon Fan+6',1,5,0,1,28,1,16,'',120000,265000,7377,607,0,0,1,99,0,0,7,15,17,8,63,4,0,160,240,115,173,59,-1,-1,-1,-1,-1,-1,50,3,0),(7377,'+7','Lying Dragon Fan+7',1,5,0,1,28,1,16,'',120000,325000,7378,608,0,0,1,101,0,0,7,15,17,10,63,4,0,160,240,115,173,88,-1,-1,-1,-1,-1,-1,65,3,0),(7378,'+8','Lying Dragon Fan+8',1,5,0,1,28,1,16,'',120000,405000,7379,609,0,0,1,103,0,0,7,15,17,12,63,5,0,160,240,115,173,133,-1,-1,-1,-1,-1,-1,80,3,0),(7379,'+9','Lying Dragon Fan+9',1,5,0,1,28,1,16,'',120000,515000,0,0,0,0,1,105,0,0,7,15,17,15,63,5,0,160,240,115,173,200,-1,-1,-1,-1,-1,-1,100,3,0),(8000,'ȭ','Wooden Arrow',1,6,0,1,52,28,512,'',5,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8001,'볪ȭ','Bamboo Arrow',1,6,0,1,52,28,512,'',3,3,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,2,0,10,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8002,'ȭ','Stone Arrow',1,6,0,1,52,20,512,'',2,2,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,3,0,15,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8003,'öȭ','Iron Arrow',1,6,0,1,52,20,512,'',4,4,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,4,0,17,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8004,'öȭ','Steel Arrow',1,6,0,1,52,20,512,'',7,7,0,0,0,0,1,45,0,0,0,0,0,0,0,0,0,5,0,20,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8005,'ȭ','Silver Arrow',1,6,0,1,52,20,512,'',10,10,0,0,0,0,1,50,0,0,0,0,0,0,0,0,0,4,0,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8006,'ȭ','Fire Arrow',1,6,0,1,52,20,512,'',12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8007,'ȭ','Poison Arrow',1,6,0,1,52,20,512,'',12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8008,'ȭ','Ice Arrow',1,6,0,1,52,20,512,'',12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(8009,'ȭ','Cursed Arrow',1,6,0,1,52,20,512,'',12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(9001,'Ѱ+5','Nahan Armour+5',2,0,0,2,106680,1,1,'',3000,10000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(9002,'ź+5','Tanma Armour+5',2,0,0,2,106676,1,1,'',3000,10000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(9003,'ȥ+5','Jinhon Armour+5',2,0,0,2,106668,1,1,'',3000,10000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(9004,'û+5','Chung Armour+5',2,0,0,2,106652,1,1,'',3000,10000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(9501,'+5','Sword+5',1,0,0,2,106656,1,16,'',100,200,0,0,0,0,1,0,0,0,7,7,0,0,0,0,0,15,19,13,15,35,-1,-1,-1,-1,-1,-1,40,1,0),(9502,'ܵ+5','Short Sword+5',1,1,0,1,106676,1,16,'',100,200,0,0,0,0,1,0,0,0,7,13,0,0,0,0,0,0,0,8,11,20,-1,-1,-1,-1,-1,-1,40,1,0),(9503,'ܱ+5','Short Arrow+5',1,2,0,2,106676,1,16,'',100,200,0,0,0,0,1,0,0,0,7,13,0,0,0,0,0,0,0,7,29,40,-1,-1,-1,-1,-1,-1,40,1,0),(9504,'뵵+5','Long Sword+5',1,3,0,3,106680,1,16,'',100,200,0,0,0,0,1,0,0,0,7,21,0,0,0,0,0,0,0,14,22,40,-1,-1,-1,-1,-1,-1,40,1,0),(9505,'鼱+5','Big Fan+5',1,5,0,1,106652,1,16,'',100,200,0,0,0,0,1,0,0,0,7,11,0,0,0,0,0,13,15,11,15,35,-1,-1,-1,-1,-1,-1,40,1,0),(11000,'방','Wolf Armour',2,0,0,1,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(11010,'','Wild Boar Armour',2,0,0,1,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(11020,'','Bear Armour',2,0,0,1,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(11030,'ȣ̰','Tiger Armour',2,0,0,1,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(11200,'Ѱ+0','Monk Plate Armour+0',2,0,0,2,56,1,1,'',3000,3000,11201,163,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11201,'Ѱ+1','Monk Plate Armour+1',2,0,0,2,56,1,1,'',3000,5000,11202,164,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11202,'Ѱ+2','Monk Plate Armour+2',2,0,0,2,56,1,1,'',3000,5000,11203,165,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11203,'Ѱ+3','Monk Plate Armour+3',2,0,0,2,56,1,1,'',3000,5000,11204,166,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11204,'Ѱ+4','Monk Plate Armour+4',2,0,0,2,56,1,1,'',3000,5000,11205,167,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11205,'Ѱ+5','Monk Plate Armour+5',2,0,0,2,56,1,1,'',3000,10000,11206,168,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11206,'Ѱ+6','Monk Plate Armour+6',2,0,0,2,56,1,1,'',3000,10000,11207,169,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11207,'Ѱ+7','Monk Plate Armour+7',2,0,0,2,56,1,1,'',3000,20000,11208,170,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11208,'Ѱ+8','Monk Plate Armour+8',2,0,0,2,56,1,1,'',3000,40000,11209,171,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11209,'Ѱ+9','Monk Plate Armour+9',2,0,0,2,56,1,1,'',3000,80000,0,0,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11210,'⸢+0','Iron Plate Armour+0',2,0,0,2,56,1,1,'',5000,5000,11211,163,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11211,'⸢+1','Iron Plate Armour+1',2,0,0,2,56,1,1,'',5000,5000,11212,164,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11212,'⸢+2','Iron Plate Armour+2',2,0,0,2,56,1,1,'',5000,5000,11213,165,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11213,'⸢+3','Iron Plate Armour+3',2,0,0,2,56,1,1,'',5000,5000,11214,166,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11214,'⸢+4','Iron Plate Armour+4',2,0,0,2,56,1,1,'',5000,10000,11215,167,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11215,'⸢+5','Iron Plate Armour+5',2,0,0,2,56,1,1,'',5000,15000,11216,168,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11216,'⸢+6','Iron Plate Armour+6',2,0,0,2,56,1,1,'',5000,20000,11217,169,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11217,'⸢+7','Iron Plate Armour+7',2,0,0,2,56,1,1,'',5000,35000,11218,170,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11218,'⸢+8','Iron Plate Armour+8',2,0,0,2,56,1,1,'',5000,65000,11219,171,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11219,'⸢+9','Iron Plate Armour+9',2,0,0,2,56,1,1,'',5000,135000,0,0,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11220,'ȣ+0','Tiger Plate Armour+0',2,0,0,2,56,1,1,'',8000,8000,11221,163,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11221,'ȣ+1','Tiger Plate Armour+1',2,0,0,2,56,1,1,'',8000,10000,11222,164,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11222,'ȣ+2','Tiger Plate Armour+2',2,0,0,2,56,1,1,'',8000,10000,11223,165,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11223,'ȣ+3','Tiger Plate Armour+3',2,0,0,2,56,1,1,'',8000,10000,11224,166,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11224,'ȣ+4','Tiger Plate Armour+4',2,0,0,2,56,1,1,'',8000,15000,11225,167,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11225,'ȣ+5','Tiger Plate Armour+5',2,0,0,2,56,1,1,'',8000,20000,11226,168,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11226,'ȣ+6','Tiger Plate Armour+6',2,0,0,2,56,1,1,'',8000,30000,11227,169,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11227,'ȣ+7','Tiger Plate Armour+7',2,0,0,2,56,1,1,'',8000,55000,11228,170,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11228,'ȣ+8','Tiger Plate Armour+8',2,0,0,2,56,1,1,'',8000,100000,11229,171,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11229,'ȣ+9','Tiger Plate Armour+9',2,0,0,2,56,1,1,'',8000,215000,0,0,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11230,'ڰ+0','Lion Plate Armour+0',2,0,0,2,56,1,1,'',12000,12000,11231,172,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11231,'ڰ+1','Lion Plate Armour+1',2,0,0,2,56,1,1,'',12000,15000,11232,173,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11232,'ڰ+2','Lion Plate Armour+2',2,0,0,2,56,1,1,'',12000,15000,11233,174,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11233,'ڰ+3','Lion Plate Armour+3',2,0,0,2,56,1,1,'',12000,15000,11234,175,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11234,'ڰ+4','Lion Plate Armour+4',2,0,0,2,56,1,1,'',12000,20000,11235,176,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11235,'ڰ+5','Lion Plate Armour+5',2,0,0,2,56,1,1,'',12000,20000,11236,177,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11236,'ڰ+6','Lion Plate Armour+6',2,0,0,2,56,1,1,'',12000,25000,11237,178,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11237,'ڰ+7','Lion Plate Armour+7',2,0,0,2,56,1,1,'',12000,30000,11238,179,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11238,'ڰ+8','Lion Plate Armour+8',2,0,0,2,56,1,1,'',12000,40000,11239,180,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11239,'ڰ+9','Lion Plate Armour+9',2,0,0,2,56,1,1,'',12000,50000,0,0,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11240,'ΰ+0','Lethal Plate Armour+0',2,0,0,2,56,1,1,'',15000,15000,11241,172,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11241,'ΰ+1','Lethal Plate Armour+1',2,0,0,2,56,1,1,'',15000,15000,11242,173,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11242,'ΰ+2','Lethal Plate Armour+2',2,0,0,2,56,1,1,'',15000,20000,11243,174,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11243,'ΰ+3','Lethal Plate Armour+3',2,0,0,2,56,1,1,'',15000,20000,11244,175,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11244,'ΰ+4','Lethal Plate Armour+4',2,0,0,2,56,1,1,'',15000,25000,11245,176,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11245,'ΰ+5','Lethal Plate Armour+5',2,0,0,2,56,1,1,'',15000,30000,11246,177,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11246,'ΰ+6','Lethal Plate Armour+6',2,0,0,2,56,1,1,'',15000,35000,11247,178,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11247,'ΰ+7','Lethal Plate Armour+7',2,0,0,2,56,1,1,'',15000,40000,11248,179,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11248,'ΰ+8','Lethal Plate Armour+8',2,0,0,2,56,1,1,'',15000,50000,11249,180,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11249,'ΰ+9','Lethal Plate Armour+9',2,0,0,2,56,1,1,'',15000,65000,0,0,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11250,'氩+0','Dragon Plate Armour+0',2,0,0,2,56,1,1,'',15000,15000,11251,172,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11251,'氩+1','Dragon Plate Armour+1',2,0,0,2,56,1,1,'',15000,15000,11252,173,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11252,'氩+2','Dragon Plate Armour+2',2,0,0,2,56,1,1,'',15000,20000,11253,174,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11253,'氩+3','Dragon Plate Armour+3',2,0,0,2,56,1,1,'',15000,20000,11254,175,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11254,'氩+4','Dragon Plate Armour+4',2,0,0,2,56,1,1,'',15000,25000,11255,176,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11255,'氩+5','Dragon Plate Armour+5',2,0,0,2,56,1,1,'',15000,30000,11256,177,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11256,'氩+6','Dragon Plate Armour+6',2,0,0,2,56,1,1,'',15000,35000,11257,178,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11257,'氩+7','Dragon Plate Armour+7',2,0,0,2,56,1,1,'',15000,40000,11258,179,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11258,'氩+8','Dragon Plate Armour+8',2,0,0,2,56,1,1,'',15000,50000,11259,180,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11259,'氩+9','Dragon Plate Armour+9',2,0,0,2,56,1,1,'',15000,65000,0,0,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11260,'û+0','Scale Plate Armour+0',2,0,0,2,56,1,1,'',80000,80000,11261,181,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11261,'û+1','Scale Plate Armour+1',2,0,0,2,56,1,1,'',80000,90000,11262,182,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11262,'û+2','Scale Plate Armour+2',2,0,0,2,56,1,1,'',80000,95000,11263,183,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11263,'û+3','Scale Plate Armour+3',2,0,0,2,56,1,1,'',80000,110000,11264,184,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11264,'û+4','Scale Plate Armour+4',2,0,0,2,56,1,1,'',80000,125000,11265,185,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11265,'û+5','Scale Plate Armour+5',2,0,0,2,56,1,1,'',80000,145000,11266,186,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11266,'û+6','Scale Plate Armour+6',2,0,0,2,56,1,1,'',80000,175000,11267,187,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11267,'û+7','Scale Plate Armour+7',2,0,0,2,56,1,1,'',80000,215000,11268,188,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11268,'û+8','Scale Plate Armour+8',2,0,0,2,56,1,1,'',80000,270000,11269,189,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11269,'û+9','Scale Plate Armour+9',2,0,0,2,56,1,1,'',80000,345000,0,0,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11270,'ݸ+0','Gold Plate Armour+0',2,0,0,2,56,1,1,'',100000,100000,11271,181,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11271,'ݸ+1','Gold Plate Armour+1',2,0,0,2,56,1,1,'',100000,110000,11272,182,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11272,'ݸ+2','Gold Plate Armour+2',2,0,0,2,56,1,1,'',100000,120000,11273,183,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11273,'ݸ+3','Gold Plate Armour+3',2,0,0,2,56,1,1,'',100000,135000,11274,184,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11274,'ݸ+4','Gold Plate Armour+4',2,0,0,2,56,1,1,'',100000,155000,11275,185,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11275,'ݸ+5','Gold Plate Armour+5',2,0,0,2,56,1,1,'',100000,185000,11276,186,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11276,'ݸ+6','Gold Plate Armour+6',2,0,0,2,56,1,1,'',100000,220000,11277,187,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11277,'ݸ+7','Gold Plate Armour+7',2,0,0,2,56,1,1,'',100000,270000,11278,188,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11278,'ݸ+8','Gold Plate Armour+8',2,0,0,2,56,1,1,'',100000,340000,11279,189,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11279,'ݸ+9','Gold Plate Armour+9',2,0,0,2,56,1,1,'',100000,430000,0,0,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11280,'Ű+0','Dragon God Armour+0',2,0,0,2,56,1,1,'',120000,120000,11281,181,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11281,'Ű+1','Dragon God Armour+1',2,0,0,2,56,1,1,'',120000,130000,11282,182,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11282,'Ű+2','Dragon God Armour+2',2,0,0,2,56,1,1,'',120000,145000,11283,183,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11283,'Ű+3','Dragon God Armour+3',2,0,0,2,56,1,1,'',120000,165000,11284,184,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11284,'Ű+4','Dragon God Armour+4',2,0,0,2,56,1,1,'',120000,190000,11285,185,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11285,'Ű+5','Dragon God Armour+5',2,0,0,2,56,1,1,'',120000,220000,11286,186,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11286,'Ű+6','Dragon God Armour+6',2,0,0,2,56,1,1,'',120000,265000,11287,187,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11287,'Ű+7','Dragon God Armour+7',2,0,0,2,56,1,1,'',120000,325000,11288,188,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11288,'Ű+8','Dragon God Armour+8',2,0,0,2,56,1,1,'',120000,405000,11289,189,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11289,'Ű+9','Dragon God Armour+9',2,0,0,2,56,1,1,'',120000,515000,0,0,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11290,'ö+0','Black Steel Armour+0',2,0,0,2,56,1,1,'',120000,120000,11291,181,0,15,1,66,0,0,8,-15,37,2,0,0,0,90,0,12,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11291,'ö+1','Black Steel Armour+1',2,0,0,2,56,1,1,'',120000,130000,11292,182,0,15,1,66,0,0,8,-14,37,3,0,0,0,90,0,12,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11292,'ö+2','Black Steel Armour+2',2,0,0,2,56,1,1,'',120000,145000,11293,183,0,15,1,66,0,0,8,-13,37,4,0,0,0,90,0,12,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11293,'ö+3','Black Steel Armour+3',2,0,0,2,56,1,1,'',120000,165000,11294,184,0,15,1,67,0,0,8,-12,37,5,0,0,0,90,0,12,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11294,'ö+4','Black Steel Armour+4',2,0,0,2,312,1,1,'',120000,190000,11295,185,0,15,1,67,0,0,8,-11,37,6,0,0,0,90,0,12,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11295,'ö+5','Black Steel Armour+5',2,0,0,2,312,1,1,'',120000,220000,11296,186,0,15,1,68,0,0,8,-10,37,7,0,0,0,90,0,12,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11296,'ö+6','Black Steel Armour+6',2,0,0,2,312,1,1,'',120000,265000,11297,187,0,15,1,68,0,0,8,-9,37,9,0,0,0,90,0,12,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11297,'ö+7','Black Steel Armour+7',2,0,0,2,312,1,1,'',120000,325000,11298,188,0,15,1,69,0,0,8,-8,37,12,0,0,0,90,0,12,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11298,'ö+8','Black Steel Armour+8',2,0,0,2,312,1,1,'',120000,405000,11299,189,0,15,1,69,0,0,8,-7,37,15,0,0,0,90,0,12,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11299,'ö+9','Black Steel Armour+9',2,0,0,2,312,1,1,'',120000,515000,12010,530,0,15,1,70,0,0,8,-6,37,20,0,0,0,90,0,12,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11300,'ȣ','Malleability',2,0,0,2,56,1,1,'',100000,100000,11300,0,0,50,1,5,0,0,8,5,37,5,0,0,0,24,0,14,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11301,'','Malleability',2,0,0,2,56,1,1,'',100000,110000,11301,0,0,50,1,11,0,0,8,5,37,5,0,0,0,32,0,15,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11302,'ȣ氩','Good Endurance',2,0,0,2,56,1,1,'',100000,120000,11302,0,0,50,1,17,0,0,8,5,37,5,0,0,0,41,0,16,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11303,'ֱⰩ','Weak Armour',2,0,0,2,56,1,1,'',100000,135000,11303,0,0,50,1,25,0,0,8,6,37,6,0,0,0,50,0,17,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11304,'','Enemy Wall',2,0,0,2,56,1,1,'',100000,155000,11304,0,0,50,1,34,0,0,8,6,37,6,0,0,0,59,0,18,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11305,'','Intelligence',2,0,0,2,56,1,1,'',100000,185000,11305,0,0,50,1,43,0,0,8,7,37,7,0,0,0,67,0,19,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11306,'ȣ','Soldiers',2,0,0,2,56,1,1,'',100000,220000,11306,0,0,50,1,51,0,0,8,7,37,7,0,0,0,76,0,20,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11307,'Ű','Superior Shoes',2,0,0,2,56,1,1,'',100000,270000,11307,0,0,50,1,62,0,0,8,8,37,8,0,0,0,84,0,21,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11308,'氩','Endurance of Enemy',2,0,0,2,56,1,1,'',100000,340000,11308,0,0,50,1,71,0,0,8,9,37,9,0,0,0,93,0,22,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11309,'ö氩','Other Enemy Endurance',2,0,0,2,56,1,1,'',100000,430000,11309,0,0,50,1,80,0,0,8,10,37,10,0,0,0,102,0,23,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11400,'ź+0','Azure Suit+0',2,0,0,2,52,1,1,'',3000,3000,11401,163,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11401,'ź+1','Azure Suit+1',2,0,0,2,52,1,1,'',3000,5000,11402,164,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11402,'ź+2','Azure Suit+2',2,0,0,2,52,1,1,'',3000,5000,11403,165,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11403,'ź+3','Azure Suit+3',2,0,0,2,52,1,1,'',3000,5000,11404,166,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11404,'ź+4','Azure Suit+4',2,0,0,2,52,1,1,'',3000,5000,11405,167,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11405,'ź+5','Azure Suit+5',2,0,0,2,52,1,1,'',3000,10000,11406,168,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11406,'ź+6','Azure Suit+6',2,0,0,2,52,1,1,'',3000,10000,11407,169,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11407,'ź+7','Azure Suit+7',2,0,0,2,52,1,1,'',3000,20000,11408,170,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11408,'ź+8','Azure Suit+8',2,0,0,2,52,1,1,'',3000,40000,11409,171,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11409,'ź+9','Azure Suit+9',2,0,0,2,52,1,1,'',3000,80000,0,0,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11410,'ؼ+0','Ivory Suit+0',2,0,0,2,52,1,1,'',5000,5000,11411,163,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11411,'ؼ+1','Ivory Suit+1',2,0,0,2,52,1,1,'',5000,5000,11412,164,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11412,'ؼ+2','Ivory Suit+2',2,0,0,2,52,1,1,'',5000,5000,11413,165,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11413,'ؼ+3','Ivory Suit+3',2,0,0,2,52,1,1,'',5000,5000,11414,166,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11414,'ؼ+4','Ivory Suit+4',2,0,0,2,52,1,1,'',5000,10000,11415,167,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11415,'ؼ+5','Ivory Suit+5',2,0,0,2,52,1,1,'',5000,15000,11416,168,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11416,'ؼ+6','Ivory Suit+6',2,0,0,2,52,1,1,'',5000,20000,11417,169,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11417,'ؼ+7','Ivory Suit+7',2,0,0,2,52,1,1,'',5000,35000,11418,170,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11418,'ؼ+8','Ivory Suit+8',2,0,0,2,52,1,1,'',5000,65000,11419,171,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11419,'ؼ+9','Ivory Suit+9',2,0,0,2,52,1,1,'',5000,135000,0,0,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11420,'ȫ+0','Crimson Suit+0',2,0,0,2,52,1,1,'',8000,8000,11421,163,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11421,'ȫ+1','Crimson Suit+1',2,0,0,2,52,1,1,'',8000,10000,11422,164,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11422,'ȫ+2','Crimson Suit+2',2,0,0,2,52,1,1,'',8000,10000,11423,165,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11423,'ȫ+3','Crimson Suit+3',2,0,0,2,52,1,1,'',8000,10000,11424,166,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11424,'ȫ+4','Crimson Suit+4',2,0,0,2,52,1,1,'',8000,15000,11425,167,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11425,'ȫ+5','Crimson Suit+5',2,0,0,2,52,1,1,'',8000,20000,11426,168,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11426,'ȫ+6','Crimson Suit+6',2,0,0,2,52,1,1,'',8000,30000,11427,169,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11427,'ȫ+7','Crimson Suit+7',2,0,0,2,52,1,1,'',8000,55000,11428,170,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11428,'ȫ+8','Crimson Suit+8',2,0,0,2,52,1,1,'',8000,100000,11429,171,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11429,'ȫ+9','Crimson Suit+9',2,0,0,2,52,1,1,'',8000,215000,0,0,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11430,'+0','Red Ant Suit+0',2,0,0,2,52,1,1,'',12000,12000,11431,172,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11431,'+1','Red Ant Suit+1',2,0,0,2,52,1,1,'',12000,15000,11432,173,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11432,'+2','Red Ant Suit+2',2,0,0,2,52,1,1,'',12000,15000,11433,174,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11433,'+3','Red Ant Suit+3',2,0,0,2,52,1,1,'',12000,15000,11434,175,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11434,'+4','Red Ant Suit+4',2,0,0,2,52,1,1,'',12000,20000,11435,176,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11435,'+5','Red Ant Suit+5',2,0,0,2,52,1,1,'',12000,20000,11436,177,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11436,'+6','Red Ant Suit+6',2,0,0,2,52,1,1,'',12000,25000,11437,178,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11437,'+7','Red Ant Suit+7',2,0,0,2,52,1,1,'',12000,30000,11438,179,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11438,'+8','Red Ant Suit+8',2,0,0,2,52,1,1,'',12000,40000,11439,180,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11439,'+9','Red Ant Suit+9',2,0,0,2,52,1,1,'',12000,50000,0,0,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11440,'+0','Ant Lion Suit+0',2,0,0,2,52,1,1,'',15000,15000,11441,172,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11441,'+1','Ant Lion Suit+1',2,0,0,2,52,1,1,'',15000,15000,11442,173,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11442,'+2','Ant Lion Suit+2',2,0,0,2,52,1,1,'',15000,20000,11443,174,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11443,'+3','Ant Lion Suit+3',2,0,0,2,52,1,1,'',15000,20000,11444,175,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11444,'+4','Ant Lion Suit+4',2,0,0,2,52,1,1,'',15000,25000,11445,176,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11445,'+5','Ant Lion Suit+5',2,0,0,2,52,1,1,'',15000,30000,11446,177,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11446,'+6','Ant Lion Suit+6',2,0,0,2,52,1,1,'',15000,35000,11447,178,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11447,'+7','Ant Lion Suit+7',2,0,0,2,52,1,1,'',15000,40000,11448,179,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11448,'+8','Ant Lion Suit+8',2,0,0,2,52,1,1,'',15000,50000,11449,180,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11449,'+9','Ant Lion Suit+9',2,0,0,2,52,1,1,'',15000,65000,0,0,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11450,'+0','Ninja Suit+0',2,0,0,2,52,1,1,'',15000,15000,11451,172,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11451,'+1','Ninja Suit+1',2,0,0,2,52,1,1,'',15000,15000,11452,173,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11452,'+2','Ninja Suit+2',2,0,0,2,52,1,1,'',15000,20000,11453,174,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11453,'+3','Ninja Suit+3',2,0,0,2,52,1,1,'',15000,20000,11454,175,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11454,'+4','Ninja Suit+4',2,0,0,2,52,1,1,'',15000,25000,11455,176,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11455,'+5','Ninja Suit+5',2,0,0,2,52,1,1,'',15000,30000,11456,177,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11456,'+6','Ninja Suit+6',2,0,0,2,52,1,1,'',15000,35000,11457,178,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11457,'+7','Ninja Suit+7',2,0,0,2,52,1,1,'',15000,40000,11458,179,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11458,'+8','Ninja Suit+8',2,0,0,2,52,1,1,'',15000,50000,11459,180,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11459,'+9','Ninja Suit+9',2,0,0,2,52,1,1,'',15000,65000,0,0,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11460,'+0','Young Dragon Suit+0',2,0,0,2,52,1,1,'',80000,80000,11461,181,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11461,'+1','Young Dragon Suit+1',2,0,0,2,52,1,1,'',80000,90000,11462,182,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11462,'+2','Young Dragon Suit+2',2,0,0,2,52,1,1,'',80000,95000,11463,183,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11463,'+3','Young Dragon Suit+3',2,0,0,2,52,1,1,'',80000,110000,11464,184,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11464,'+4','Young Dragon Suit+4',2,0,0,2,52,1,1,'',80000,125000,11465,185,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11465,'+5','Young Dragon Suit+5',2,0,0,2,52,1,1,'',80000,145000,11466,186,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11466,'+6','Young Dragon Suit+6',2,0,0,2,52,1,1,'',80000,175000,11467,187,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11467,'+7','Young Dragon Suit+7',2,0,0,2,52,1,1,'',80000,215000,11468,188,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11468,'+8','Young Dragon Suit+8',2,0,0,2,52,1,1,'',80000,270000,11469,189,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11469,'+9','Young Dragon Suit+9',2,0,0,2,52,1,1,'',80000,345000,0,0,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11470,'dz+0','Killer Wind Suit+0',2,0,0,2,52,1,1,'',100000,100000,11471,181,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11471,'dz+1','Killer Wind Suit+1',2,0,0,2,52,1,1,'',100000,110000,11472,182,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11472,'dz+2','Killer Wind Suit+2',2,0,0,2,52,1,1,'',100000,120000,11473,183,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11473,'dz+3','Killer Wind Suit+3',2,0,0,2,52,1,1,'',100000,135000,11474,184,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11474,'dz+4','Killer Wind Suit+4',2,0,0,2,52,1,1,'',100000,155000,11475,185,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11475,'dz+5','Killer Wind Suit+5',2,0,0,2,52,1,1,'',100000,185000,11476,186,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11476,'dz+6','Killer Wind Suit+6',2,0,0,2,52,1,1,'',100000,220000,11477,187,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11477,'dz+7','Killer Wind Suit+7',2,0,0,2,52,1,1,'',100000,270000,11478,188,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11478,'dz+8','Killer Wind Suit+8',2,0,0,2,52,1,1,'',100000,340000,11479,189,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11479,'dz+9','Killer Wind Suit+9',2,0,0,2,52,1,1,'',100000,430000,0,0,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11480,'+0','Fuchsia Suit+0',2,0,0,2,52,1,1,'',120000,120000,11481,181,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11481,'+1','Fuchsia Suit+1',2,0,0,2,52,1,1,'',120000,130000,11482,182,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11482,'+2','Fuchsia Suit+2',2,0,0,2,52,1,1,'',120000,145000,11483,183,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11483,'+3','Fuchsia Suit+3',2,0,0,2,52,1,1,'',120000,165000,11484,184,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11484,'+4','Fuchsia Suit+4',2,0,0,2,52,1,1,'',120000,190000,11485,185,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11485,'+5','Fuchsia Suit+5',2,0,0,2,52,1,1,'',120000,220000,11486,186,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11486,'+6','Fuchsia Suit+6',2,0,0,2,52,1,1,'',120000,265000,11487,187,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11487,'+7','Fuchsia Suit+7',2,0,0,2,52,1,1,'',120000,325000,11488,188,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11488,'+8','Fuchsia Suit+8',2,0,0,2,52,1,1,'',120000,405000,11489,189,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11489,'+9','Fuchsia Suit+9',2,0,0,2,52,1,1,'',120000,515000,0,0,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11490,'dz+0','Black Wind Suit+0',2,0,0,2,52,1,1,'',120000,120000,11491,181,0,15,1,66,0,0,8,-15,37,2,0,0,0,90,0,12,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11491,'dz+1','Black Wind Suit+1',2,0,0,2,52,1,1,'',120000,130000,11492,182,0,15,1,66,0,0,8,-14,37,3,0,0,0,90,0,12,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11492,'dz+2','Black Wind Suit+2',2,0,0,2,52,1,1,'',120000,145000,11493,183,0,15,1,66,0,0,8,-13,37,4,0,0,0,90,0,12,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11493,'dz+3','Black Wind Suit+3',2,0,0,2,52,1,1,'',120000,165000,11494,184,0,15,1,67,0,0,8,-12,37,5,0,0,0,90,0,12,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11494,'dz+4','Black Wind Suit+4',2,0,0,2,308,1,1,'',120000,190000,11495,185,0,15,1,67,0,0,8,-11,37,6,0,0,0,90,0,12,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11495,'dz+5','Black Wind Suit+5',2,0,0,2,308,1,1,'',120000,220000,11496,186,0,15,1,68,0,0,8,-10,37,7,0,0,0,90,0,12,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11496,'dz+6','Black Wind Suit+6',2,0,0,2,308,1,1,'',120000,265000,11497,187,0,15,1,68,0,0,8,-9,37,9,0,0,0,90,0,12,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11497,'dz+7','Black Wind Suit+7',2,0,0,2,308,1,1,'',120000,325000,11498,188,0,15,1,69,0,0,8,-8,37,12,0,0,0,90,0,12,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11498,'dz+8','Black Wind Suit+8',2,0,0,2,308,1,1,'',120000,405000,11499,189,0,15,1,69,0,0,8,-7,37,15,0,0,0,90,0,12,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11499,'dz+9','Black Wind Suit+9',2,0,0,2,308,1,1,'',120000,515000,12020,530,0,15,1,70,0,0,8,-6,37,20,0,0,0,90,0,12,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11500,'','Gang-Ma',2,0,0,2,52,1,1,'',100000,100000,11500,0,0,50,1,5,0,0,8,5,37,5,0,0,0,24,0,14,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11501,'߼','Zung-Seon',2,0,0,2,52,1,1,'',100000,110000,11501,0,0,50,1,11,0,0,8,5,37,5,0,0,0,32,0,15,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11502,'û','Chung-Zin',2,0,0,2,52,1,1,'',100000,120000,11502,0,0,50,1,17,0,0,8,5,37,5,0,0,0,41,0,16,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11503,'ȣ','Ho-Young',2,0,0,2,52,1,1,'',100000,135000,11503,0,0,50,1,25,0,0,8,6,37,6,0,0,0,50,0,17,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11504,'','Young-Seon',2,0,0,2,52,1,1,'',100000,155000,11504,0,0,50,1,34,0,0,8,6,37,6,0,0,0,59,0,18,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11505,'','Su-Sin',2,0,0,2,52,1,1,'',100000,185000,11505,0,0,50,1,43,0,0,8,7,37,7,0,0,0,67,0,19,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11506,'','O-Gyo',2,0,0,2,52,1,1,'',100000,220000,11506,0,0,50,1,51,0,0,8,7,37,7,0,0,0,76,0,20,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11507,'dz','Bi-Pung',2,0,0,2,52,1,1,'',100000,270000,11507,0,0,50,1,62,0,0,8,8,37,8,0,0,0,84,0,21,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11508,'','Zeok-Hyoun',2,0,0,2,52,1,1,'',100000,340000,11508,0,0,50,1,71,0,0,8,9,37,9,0,0,0,93,0,22,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11509,'ȣ','Ho-Gu',2,0,0,2,52,1,1,'',100000,430000,11509,0,0,50,1,80,0,0,8,10,37,10,0,0,0,102,0,23,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11600,'ȥ+0','Requiem Plate Armour+0',2,0,0,2,44,1,1,'',3000,3000,11601,163,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11601,'ȥ+1','Requiem Plate Armour+1',2,0,0,2,44,1,1,'',3000,5000,11602,164,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11602,'ȥ+2','Requiem Plate Armour+2',2,0,0,2,44,1,1,'',3000,5000,11603,165,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11603,'ȥ+3','Requiem Plate Armour+3',2,0,0,2,44,1,1,'',3000,5000,11604,166,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11604,'ȥ+4','Requiem Plate Armour+4',2,0,0,2,44,1,1,'',3000,5000,11605,167,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11605,'ȥ+5','Requiem Plate Armour+5',2,0,0,2,44,1,1,'',3000,10000,11606,168,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11606,'ȥ+6','Requiem Plate Armour+6',2,0,0,2,44,1,1,'',3000,10000,11607,169,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11607,'ȥ+7','Requiem Plate Armour+7',2,0,0,2,44,1,1,'',3000,20000,11608,170,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11608,'ȥ+8','Requiem Plate Armour+8',2,0,0,2,44,1,1,'',3000,40000,11609,171,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11609,'ȥ+9','Requiem Plate Armour+9',2,0,0,2,44,1,1,'',3000,80000,0,0,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11610,'ذ+0','Storm Plate Armour+0',2,0,0,2,44,1,1,'',5000,5000,11611,163,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11611,'ذ+1','Storm Plate Armour+1',2,0,0,2,44,1,1,'',5000,5000,11612,164,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11612,'ذ+2','Storm Plate Armour+2',2,0,0,2,44,1,1,'',5000,5000,11613,165,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11613,'ذ+3','Storm Plate Armour+3',2,0,0,2,44,1,1,'',5000,5000,11614,166,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11614,'ذ+4','Storm Plate Armour+4',2,0,0,2,44,1,1,'',5000,10000,11615,167,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11615,'ذ+5','Storm Plate Armour+5',2,0,0,2,44,1,1,'',5000,15000,11616,168,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11616,'ذ+6','Storm Plate Armour+6',2,0,0,2,44,1,1,'',5000,20000,11617,169,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11617,'ذ+7','Storm Plate Armour+7',2,0,0,2,44,1,1,'',5000,35000,11618,170,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11618,'ذ+8','Storm Plate Armour+8',2,0,0,2,44,1,1,'',5000,65000,11619,171,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11619,'ذ+9','Storm Plate Armour+9',2,0,0,2,44,1,1,'',5000,135000,0,0,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11620,'+0','Misfortune Armour+0',2,0,0,2,44,1,1,'',8000,8000,11621,163,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11621,'+1','Misfortune Armour+1',2,0,0,2,44,1,1,'',8000,10000,11622,164,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11622,'+2','Misfortune Armour+2',2,0,0,2,44,1,1,'',8000,10000,11623,165,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11623,'+3','Misfortune Armour+3',2,0,0,2,44,1,1,'',8000,10000,11624,166,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11624,'+4','Misfortune Armour+4',2,0,0,2,44,1,1,'',8000,15000,11625,167,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11625,'+5','Misfortune Armour+5',2,0,0,2,44,1,1,'',8000,20000,11626,168,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11626,'+6','Misfortune Armour+6',2,0,0,2,44,1,1,'',8000,30000,11627,169,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11627,'+7','Misfortune Armour+7',2,0,0,2,44,1,1,'',8000,55000,11628,170,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11628,'+8','Misfortune Armour+8',2,0,0,2,44,1,1,'',8000,100000,11629,171,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11629,'+9','Misfortune Armour+9',2,0,0,2,44,1,1,'',8000,215000,0,0,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11630,'ɰ+0','Ghost Plate Armour+0',2,0,0,2,44,1,1,'',12000,12000,11631,172,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11631,'ɰ+1','Ghost Plate Armour+1',2,0,0,2,44,1,1,'',12000,15000,11632,173,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11632,'ɰ+2','Ghost Plate Armour+2',2,0,0,2,44,1,1,'',12000,15000,11633,174,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11633,'ɰ+3','Ghost Plate Armour+3',2,0,0,2,44,1,1,'',12000,15000,11634,175,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11634,'ɰ+4','Ghost Plate Armour+4',2,0,0,2,44,1,1,'',12000,20000,11635,176,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11635,'ɰ+5','Ghost Plate Armour+5',2,0,0,2,44,1,1,'',12000,20000,11636,177,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11636,'ɰ+6','Ghost Plate Armour+6',2,0,0,2,44,1,1,'',12000,25000,11637,178,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11637,'ɰ+7','Ghost Plate Armour+7',2,0,0,2,44,1,1,'',12000,30000,11638,179,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11638,'ɰ+8','Ghost Plate Armour+8',2,0,0,2,44,1,1,'',12000,40000,11639,180,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11639,'ɰ+9','Ghost Plate Armour+9',2,0,0,2,44,1,1,'',12000,50000,0,0,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11640,'簩+0','Yin and Yang Armour+0',2,0,0,2,44,1,1,'',15000,15000,11641,172,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11641,'簩+1','Yin and Yang Armour+1',2,0,0,2,44,1,1,'',15000,15000,11642,173,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11642,'簩+2','Yin and Yang Armour+2',2,0,0,2,44,1,1,'',15000,20000,11643,174,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11643,'簩+3','Yin and Yang Armour+3',2,0,0,2,44,1,1,'',15000,20000,11644,175,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11644,'簩+4','Yin and Yang Armour+4',2,0,0,2,44,1,1,'',15000,25000,11645,176,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11645,'簩+5','Yin and Yang Armour+5',2,0,0,2,44,1,1,'',15000,30000,11646,177,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11646,'簩+6','Yin and Yang Armour+6',2,0,0,2,44,1,1,'',15000,35000,11647,178,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11647,'簩+7','Yin and Yang Armour+7',2,0,0,2,44,1,1,'',15000,40000,11648,179,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11648,'簩+8','Yin and Yang Armour+8',2,0,0,2,44,1,1,'',15000,50000,11649,180,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11649,'簩+9','Yin and Yang Armour+9',2,0,0,2,44,1,1,'',15000,65000,0,0,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11650,'+0','Mystic Plate Armour+0',2,0,0,2,44,1,1,'',15000,15000,11651,172,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11651,'+1','Mystic Plate Armour+1',2,0,0,2,44,1,1,'',15000,15000,11652,173,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11652,'+2','Mystic Plate Armour+2',2,0,0,2,44,1,1,'',15000,20000,11653,174,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11653,'+3','Mystic Plate Armour+3',2,0,0,2,44,1,1,'',15000,20000,11654,175,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11654,'+4','Mystic Plate Armour+4',2,0,0,2,44,1,1,'',15000,25000,11655,176,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11655,'+5','Mystic Plate Armour+5',2,0,0,2,44,1,1,'',15000,30000,11656,177,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11656,'+6','Mystic Plate Armour+6',2,0,0,2,44,1,1,'',15000,35000,11657,178,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11657,'+7','Mystic Plate Armour+7',2,0,0,2,44,1,1,'',15000,40000,11658,179,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11658,'+8','Mystic Plate Armour+8',2,0,0,2,44,1,1,'',15000,50000,11659,180,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11659,'+9','Mystic Plate Armour+9',2,0,0,2,44,1,1,'',15000,65000,0,0,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11660,'+0','Fog Plate Armour+0',2,0,0,2,44,1,1,'',80000,80000,11661,181,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11661,'+1','Fog Plate Armour+1',2,0,0,2,44,1,1,'',80000,90000,11662,182,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11662,'+2','Fog Plate Armour+2',2,0,0,2,44,1,1,'',80000,95000,11663,183,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11663,'+3','Fog Plate Armour+3',2,0,0,2,44,1,1,'',80000,110000,11664,184,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11664,'+4','Fog Plate Armour+4',2,0,0,2,44,1,1,'',80000,125000,11665,185,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11665,'+5','Fog Plate Armour+5',2,0,0,2,44,1,1,'',80000,145000,11666,186,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11666,'+6','Fog Plate Armour+6',2,0,0,2,44,1,1,'',80000,175000,11667,187,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11667,'+7','Fog Plate Armour+7',2,0,0,2,44,1,1,'',80000,215000,11668,188,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11668,'+8','Fog Plate Armour+8',2,0,0,2,44,1,1,'',80000,270000,11669,189,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11669,'+9','Fog Plate Armour+9',2,0,0,2,44,1,1,'',80000,345000,0,0,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11670,'͸鰩+0','Ghost Mask Armour+0',2,0,0,2,44,1,1,'',100000,100000,11671,181,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11671,'͸鰩+1','Ghost Mask Armour+1',2,0,0,2,44,1,1,'',100000,110000,11672,182,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11672,'͸鰩+2','Ghost Mask Armour+2',2,0,0,2,44,1,1,'',100000,120000,11673,183,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11673,'͸鰩+3','Ghost Mask Armour+3',2,0,0,2,44,1,1,'',100000,135000,11674,184,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11674,'͸鰩+4','Ghost Mask Armour+4',2,0,0,2,44,1,1,'',100000,155000,11675,185,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11675,'͸鰩+5','Ghost Mask Armour+5',2,0,0,2,44,1,1,'',100000,185000,11676,186,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11676,'͸鰩+6','Ghost Mask Armour+6',2,0,0,2,44,1,1,'',100000,220000,11677,187,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11677,'͸鰩+7','Ghost Mask Armour+7',2,0,0,2,44,1,1,'',100000,270000,11678,188,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11678,'͸鰩+8','Ghost Mask Armour+8',2,0,0,2,44,1,1,'',100000,340000,11679,189,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11679,'͸鰩+9','Ghost Mask Armour+9',2,0,0,2,44,1,1,'',100000,430000,0,0,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11680,'ɰ+0','Spirit Plate Armour+0',2,0,0,2,44,1,1,'',120000,120000,11681,181,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11681,'ɰ+1','Spirit Plate Armour+1',2,0,0,2,44,1,1,'',120000,130000,11682,182,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11682,'ɰ+2','Spirit Plate Armour+2',2,0,0,2,44,1,1,'',120000,145000,11683,183,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11683,'ɰ+3','Spirit Plate Armour+3',2,0,0,2,44,1,1,'',120000,165000,11684,184,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11684,'ɰ+4','Spirit Plate Armour+4',2,0,0,2,44,1,1,'',120000,190000,11685,185,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11685,'ɰ+5','Spirit Plate Armour+5',2,0,0,2,44,1,1,'',120000,220000,11686,186,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11686,'ɰ+6','Spirit Plate Armour+6',2,0,0,2,44,1,1,'',120000,265000,11687,187,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11687,'ɰ+7','Spirit Plate Armour+7',2,0,0,2,44,1,1,'',120000,325000,11688,188,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11688,'ɰ+8','Spirit Plate Armour+8',2,0,0,2,44,1,1,'',120000,405000,11689,189,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11689,'ɰ+9','Spirit Plate Armour+9',2,0,0,2,44,1,1,'',120000,515000,0,0,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11690,'渶+0','Magic Plate Armour+0',2,0,0,2,44,1,1,'',120000,120000,11691,181,0,15,1,66,0,0,8,-15,37,2,0,0,0,90,0,12,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11691,'渶+1','Magic Plate Armour+1',2,0,0,2,44,1,1,'',120000,130000,11692,182,0,15,1,66,0,0,8,-14,37,3,0,0,0,90,0,12,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11692,'渶+2','Magic Plate Armour+2',2,0,0,2,44,1,1,'',120000,145000,11693,183,0,15,1,66,0,0,8,-13,37,4,0,0,0,90,0,12,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11693,'渶+3','Magic Plate Armour+3',2,0,0,2,44,1,1,'',120000,165000,11694,184,0,15,1,67,0,0,8,-12,37,5,0,0,0,90,0,12,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11694,'渶+4','Magic Plate Armour+4',2,0,0,2,300,1,1,'',120000,190000,11695,185,0,15,1,67,0,0,8,-11,37,6,0,0,0,90,0,12,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11695,'渶+5','Magic Plate Armour+5',2,0,0,2,300,1,1,'',120000,220000,11696,186,0,15,1,68,0,0,8,-10,37,7,0,0,0,90,0,12,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11696,'渶+6','Magic Plate Armour+6',2,0,0,2,300,1,1,'',120000,265000,11697,187,0,15,1,68,0,0,8,-9,37,9,0,0,0,90,0,12,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11697,'渶+7','Magic Plate Armour+7',2,0,0,2,300,1,1,'',120000,325000,11698,188,0,15,1,69,0,0,8,-8,37,12,0,0,0,90,0,12,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11698,'渶+8','Magic Plate Armour+8',2,0,0,2,300,1,1,'',120000,405000,11699,189,0,15,1,69,0,0,8,-7,37,15,0,0,0,90,0,12,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11699,'渶+9','Magic Plate Armour+9',2,0,0,2,300,1,1,'',120000,515000,12030,530,0,15,1,70,0,0,8,-6,37,20,0,0,0,90,0,12,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11700,'ɰ','Gang-Ryoung-Gab',2,0,0,2,44,1,1,'',100000,100000,11700,0,0,50,1,5,0,0,8,5,37,5,0,0,0,24,0,14,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11701,'ȥ','Geuk-Hon-Gab',2,0,0,2,44,1,1,'',100000,110000,11701,0,0,50,1,11,0,0,8,5,37,5,0,0,0,32,0,15,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11702,'ϾȰ','Ha-An-Gab',2,0,0,2,44,1,1,'',100000,120000,11702,0,0,50,1,17,0,0,8,5,37,5,0,0,0,41,0,16,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11703,'','Bi-Sang-Gab',2,0,0,2,44,1,1,'',100000,135000,11703,0,0,50,1,25,0,0,8,6,37,6,0,0,0,50,0,17,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11704,'߻','Ya-Sang-Gab',2,0,0,2,44,1,1,'',100000,155000,11704,0,0,50,1,34,0,0,8,6,37,6,0,0,0,59,0,18,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11705,'','Noe-Un-Gab',2,0,0,2,44,1,1,'',100000,185000,11705,0,0,50,1,43,0,0,8,7,37,7,0,0,0,67,0,19,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11706,'','Zeok-Sang-Gab',2,0,0,2,44,1,1,'',100000,220000,11706,0,0,50,1,51,0,0,8,7,37,7,0,0,0,76,0,20,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11707,'Ͱ','Heuk-Gui-Gab',2,0,0,2,44,1,1,'',100000,270000,11707,0,0,50,1,62,0,0,8,8,37,8,0,0,0,84,0,21,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11708,'Ű','Ma-Sin-Gab',2,0,0,2,44,1,1,'',100000,340000,11708,0,0,50,1,71,0,0,8,9,37,9,0,0,0,93,0,22,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11709,'ɽŰ','Ma-Ryoung-Sin-Gab',2,0,0,2,44,1,1,'',100000,430000,11709,0,0,50,1,80,0,0,8,10,37,10,0,0,0,102,0,23,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(11800,'û+0','Crimson Clothing+0',2,0,0,2,28,1,1,'',3000,3000,11801,163,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11801,'û+1','Crimson Clothing+1',2,0,0,2,28,1,1,'',3000,5000,11802,164,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11802,'û+2','Crimson Clothing+2',2,0,0,2,28,1,1,'',3000,5000,11803,165,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11803,'û+3','Crimson Clothing+3',2,0,0,2,28,1,1,'',3000,5000,11804,166,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11804,'û+4','Crimson Clothing+4',2,0,0,2,28,1,1,'',3000,5000,11805,167,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11805,'û+5','Crimson Clothing+5',2,0,0,2,28,1,1,'',3000,10000,11806,168,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11806,'û+6','Crimson Clothing+6',2,0,0,2,28,1,1,'',3000,10000,11807,169,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11807,'û+7','Crimson Clothing+7',2,0,0,2,28,1,1,'',3000,20000,11808,170,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11808,'û+8','Crimson Clothing+8',2,0,0,2,28,1,1,'',3000,40000,11809,171,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11809,'û+9','Crimson Clothing+9',2,0,0,2,28,1,1,'',3000,80000,0,0,0,15,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11810,'+0','Turquoise Clothing+0',2,0,0,2,28,1,1,'',5000,5000,11811,163,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11811,'+1','Turquoise Clothing+1',2,0,0,2,28,1,1,'',5000,5000,11812,164,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11812,'+2','Turquoise Clothing+2',2,0,0,2,28,1,1,'',5000,5000,11813,165,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11813,'+3','Turquoise Clothing+3',2,0,0,2,28,1,1,'',5000,5000,11814,166,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11814,'+4','Turquoise Clothing+4',2,0,0,2,28,1,1,'',5000,10000,11815,167,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11815,'+5','Turquoise Clothing+5',2,0,0,2,28,1,1,'',5000,15000,11816,168,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11816,'+6','Turquoise Clothing+6',2,0,0,2,28,1,1,'',5000,20000,11817,169,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11817,'+7','Turquoise Clothing+7',2,0,0,2,28,1,1,'',5000,35000,11818,170,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11818,'+8','Turquoise Clothing+8',2,0,0,2,28,1,1,'',5000,65000,11819,171,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11819,'+9','Turquoise Clothing+9',2,0,0,2,28,1,1,'',5000,135000,0,0,0,15,1,9,0,0,8,-2,0,0,0,0,0,21,0,4,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11820,'ȫ+0','Pink Clothing+0',2,0,0,2,28,1,1,'',8000,8000,11821,163,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,0,-1,-1,-1,-1,-1,-1,0,1,0),(11821,'ȫ+1','Pink Clothing+1',2,0,0,2,28,1,1,'',8000,10000,11822,164,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,3,-1,-1,-1,-1,-1,-1,0,1,0),(11822,'ȫ+2','Pink Clothing+2',2,0,0,2,28,1,1,'',8000,10000,11823,165,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,6,-1,-1,-1,-1,-1,-1,0,1,0),(11823,'ȫ+3','Pink Clothing+3',2,0,0,2,28,1,1,'',8000,10000,11824,166,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,9,-1,-1,-1,-1,-1,-1,0,1,0),(11824,'ȫ+4','Pink Clothing+4',2,0,0,2,28,1,1,'',8000,15000,11825,167,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,12,-1,-1,-1,-1,-1,-1,30,1,0),(11825,'ȫ+5','Pink Clothing+5',2,0,0,2,28,1,1,'',8000,20000,11826,168,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,15,-1,-1,-1,-1,-1,-1,40,1,0),(11826,'ȫ+6','Pink Clothing+6',2,0,0,2,28,1,1,'',8000,30000,11827,169,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,18,-1,-1,-1,-1,-1,-1,50,1,0),(11827,'ȫ+7','Pink Clothing+7',2,0,0,2,28,1,1,'',8000,55000,11828,170,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,21,-1,-1,-1,-1,-1,-1,65,1,0),(11828,'ȫ+8','Pink Clothing+8',2,0,0,2,28,1,1,'',8000,100000,11829,171,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,24,-1,-1,-1,-1,-1,-1,80,1,0),(11829,'ȫ+9','Pink Clothing+9',2,0,0,2,28,1,1,'',8000,215000,0,0,0,15,1,18,0,0,8,-3,0,0,0,0,0,29,0,5,0,27,-1,-1,-1,-1,-1,-1,100,1,0),(11830,'̿+0','Amorous Clothing+0',2,0,0,2,28,1,1,'',12000,12000,11831,172,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11831,'̿+1','Amorous Clothing+1',2,0,0,2,28,1,1,'',12000,15000,11832,173,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11832,'̿+2','Amorous Clothing+2',2,0,0,2,28,1,1,'',12000,15000,11833,174,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11833,'̿+3','Amorous Clothing+3',2,0,0,2,28,1,1,'',12000,15000,11834,175,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11834,'̿+4','Amorous Clothing+4',2,0,0,2,28,1,1,'',12000,20000,11835,176,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11835,'̿+5','Amorous Clothing+5',2,0,0,2,28,1,1,'',12000,20000,11836,177,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11836,'̿+6','Amorous Clothing+6',2,0,0,2,28,1,1,'',12000,25000,11837,178,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11837,'̿+7','Amorous Clothing+7',2,0,0,2,28,1,1,'',12000,30000,11838,179,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11838,'̿+8','Amorous Clothing+8',2,0,0,2,28,1,1,'',12000,40000,11839,180,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11839,'̿+9','Amorous Clothing+9',2,0,0,2,28,1,1,'',12000,50000,0,0,0,15,1,26,0,0,8,-5,0,0,0,0,0,38,0,6,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11840,'õ+0','Heavenly Clothing+0',2,0,0,2,28,1,1,'',15000,15000,11841,172,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11841,'õ+1','Heavenly Clothing+1',2,0,0,2,28,1,1,'',15000,15000,11842,173,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11842,'õ+2','Heavenly Clothing+2',2,0,0,2,28,1,1,'',15000,20000,11843,174,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11843,'õ+3','Heavenly Clothing+3',2,0,0,2,28,1,1,'',15000,20000,11844,175,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11844,'õ+4','Heavenly Clothing+4',2,0,0,2,28,1,1,'',15000,25000,11845,176,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11845,'õ+5','Heavenly Clothing+5',2,0,0,2,28,1,1,'',15000,30000,11846,177,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11846,'õ+6','Heavenly Clothing+6',2,0,0,2,28,1,1,'',15000,35000,11847,178,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11847,'õ+7','Heavenly Clothing+7',2,0,0,2,28,1,1,'',15000,40000,11848,179,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11848,'õ+8','Heavenly Clothing+8',2,0,0,2,28,1,1,'',15000,50000,11849,180,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11849,'õ+9','Heavenly Clothing+9',2,0,0,2,28,1,1,'',15000,65000,0,0,0,15,1,34,0,0,8,-7,0,0,0,0,0,47,0,7,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11850,'ϼ+0','Sun Clothing+0',2,0,0,2,28,1,1,'',15000,15000,11851,172,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,0,-1,-1,-1,-1,-1,-1,0,2,0),(11851,'ϼ+1','Sun Clothing+1',2,0,0,2,28,1,1,'',15000,15000,11852,173,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,3,-1,-1,-1,-1,-1,-1,0,2,0),(11852,'ϼ+2','Sun Clothing+2',2,0,0,2,28,1,1,'',15000,20000,11853,174,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,6,-1,-1,-1,-1,-1,-1,0,2,0),(11853,'ϼ+3','Sun Clothing+3',2,0,0,2,28,1,1,'',15000,20000,11854,175,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,9,-1,-1,-1,-1,-1,-1,0,2,0),(11854,'ϼ+4','Sun Clothing+4',2,0,0,2,28,1,1,'',15000,25000,11855,176,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,12,-1,-1,-1,-1,-1,-1,30,2,0),(11855,'ϼ+5','Sun Clothing+5',2,0,0,2,28,1,1,'',15000,30000,11856,177,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,15,-1,-1,-1,-1,-1,-1,40,2,0),(11856,'ϼ+6','Sun Clothing+6',2,0,0,2,28,1,1,'',15000,35000,11857,178,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,18,-1,-1,-1,-1,-1,-1,50,2,0),(11857,'ϼ+7','Sun Clothing+7',2,0,0,2,28,1,1,'',15000,40000,11858,179,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,21,-1,-1,-1,-1,-1,-1,65,2,0),(11858,'ϼ+8','Sun Clothing+8',2,0,0,2,28,1,1,'',15000,50000,11859,180,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,24,-1,-1,-1,-1,-1,-1,80,2,0),(11859,'ϼ+9','Sun Clothing+9',2,0,0,2,28,1,1,'',15000,65000,0,0,0,15,1,42,0,0,8,-8,0,0,0,0,0,55,0,8,0,27,-1,-1,-1,-1,-1,-1,100,2,0),(11860,'õ+0','Clothing of Morality+0',2,0,0,2,28,1,1,'',80000,80000,11861,181,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11861,'õ+1','Clothing of Morality+1',2,0,0,2,28,1,1,'',80000,90000,11862,182,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11862,'õ+2','Clothing of Morality+2',2,0,0,2,28,1,1,'',80000,95000,11863,183,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11863,'õ+3','Clothing of Morality+3',2,0,0,2,28,1,1,'',80000,110000,11864,184,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11864,'õ+4','Clothing of Morality+4',2,0,0,2,28,1,1,'',80000,125000,11865,185,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11865,'õ+5','Clothing of Morality+5',2,0,0,2,28,1,1,'',80000,145000,11866,186,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11866,'õ+6','Clothing of Morality+6',2,0,0,2,28,1,1,'',80000,175000,11867,187,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11867,'õ+7','Clothing of Morality+7',2,0,0,2,28,1,1,'',80000,215000,11868,188,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11868,'õ+8','Clothing of Morality+8',2,0,0,2,28,1,1,'',80000,270000,11869,189,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11869,'õ+9','Clothing of Morality+9',2,0,0,2,28,1,1,'',80000,345000,0,0,0,15,1,48,0,0,8,-10,0,0,0,0,0,64,0,9,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11870,'ƹ+0','Orange Cat Dress+0',2,0,0,2,28,1,1,'',100000,100000,11871,181,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11871,'ƹ+1','Orange Cat Dress+1',2,0,0,2,28,1,1,'',100000,110000,11872,182,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11872,'ƹ+2','Orange Cat Dress+2',2,0,0,2,28,1,1,'',100000,120000,11873,183,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11873,'ƹ+3','Orange Cat Dress+3',2,0,0,2,28,1,1,'',100000,135000,11874,184,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11874,'ƹ+4','Orange Cat Dress+4',2,0,0,2,28,1,1,'',100000,155000,11875,185,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11875,'ƹ+5','Orange Cat Dress+5',2,0,0,2,28,1,1,'',100000,185000,11876,186,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11876,'ƹ+6','Orange Cat Dress+6',2,0,0,2,28,1,1,'',100000,220000,11877,187,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11877,'ƹ+7','Orange Cat Dress+7',2,0,0,2,28,1,1,'',100000,270000,11878,188,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11878,'ƹ+8','Orange Cat Dress+8',2,0,0,2,28,1,1,'',100000,340000,11879,189,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11879,'ƹ+9','Orange Cat Dress+9',2,0,0,2,28,1,1,'',100000,430000,0,0,0,15,1,54,0,0,8,-12,0,0,0,0,0,72,0,10,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11880,'+0','Baroness Dress+0',2,0,0,2,28,1,1,'',120000,120000,11881,181,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11881,'+1','Baroness Dress+1',2,0,0,2,28,1,1,'',120000,130000,11882,182,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11882,'+2','Baroness Dress+2',2,0,0,2,28,1,1,'',120000,145000,11883,183,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11883,'+3','Baroness Dress+3',2,0,0,2,28,1,1,'',120000,165000,11884,184,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11884,'+4','Baroness Dress+4',2,0,0,2,28,1,1,'',120000,190000,11885,185,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11885,'+5','Baroness Dress+5',2,0,0,2,28,1,1,'',120000,220000,11886,186,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11886,'+6','Baroness Dress+6',2,0,0,2,28,1,1,'',120000,265000,11887,187,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11887,'+7','Baroness Dress+7',2,0,0,2,28,1,1,'',120000,325000,11888,188,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11888,'+8','Baroness Dress+8',2,0,0,2,28,1,1,'',120000,405000,11889,189,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11889,'+9','Baroness Dress+9',2,0,0,2,28,1,1,'',120000,515000,11911,0,0,15,1,61,0,0,8,-13,0,0,0,0,0,81,0,11,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11890,'漱+0','Black Clothing+0',2,0,0,2,28,1,1,'',120000,120000,11891,181,0,15,1,66,0,0,8,-15,37,2,0,0,0,90,0,12,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(11891,'漱+1','Black Clothing+1',2,0,0,2,28,1,1,'',120000,130000,11892,182,0,15,1,66,0,0,8,-14,37,3,0,0,0,90,0,12,0,3,-1,-1,-1,-1,-1,-1,0,3,0),(11892,'漱+2','Black Clothing+2',2,0,0,2,28,1,1,'',120000,145000,11893,183,0,15,1,66,0,0,8,-13,37,4,0,0,0,90,0,12,0,6,-1,-1,-1,-1,-1,-1,0,3,0),(11893,'漱+3','Black Clothing+3',2,0,0,2,28,1,1,'',120000,165000,11894,184,0,15,1,67,0,0,8,-12,37,5,0,0,0,90,0,12,0,9,-1,-1,-1,-1,-1,-1,0,3,0),(11894,'漱+4','Black Clothing+4',2,0,0,2,284,1,1,'',120000,190000,11895,185,0,15,1,67,0,0,8,-11,37,6,0,0,0,90,0,12,0,12,-1,-1,-1,-1,-1,-1,30,3,0),(11895,'漱+5','Black Clothing+5',2,0,0,2,284,1,1,'',120000,220000,11896,186,0,15,1,68,0,0,8,-10,37,7,0,0,0,90,0,12,0,15,-1,-1,-1,-1,-1,-1,40,3,0),(11896,'漱+6','Black Clothing+6',2,0,0,2,284,1,1,'',120000,265000,11897,187,0,15,1,68,0,0,8,-9,37,9,0,0,0,90,0,12,0,18,-1,-1,-1,-1,-1,-1,50,3,0),(11897,'漱+7','Black Clothing+7',2,0,0,2,284,1,1,'',120000,325000,11898,188,0,15,1,69,0,0,8,-8,37,12,0,0,0,90,0,12,0,21,-1,-1,-1,-1,-1,-1,65,3,0),(11898,'漱+8','Black Clothing+8',2,0,0,2,284,1,1,'',120000,405000,11899,189,0,15,1,69,0,0,8,-7,37,15,0,0,0,90,0,12,0,24,-1,-1,-1,-1,-1,-1,80,3,0),(11899,'漱+9','Black Clothing+9',2,0,0,2,284,1,1,'',120000,515000,12040,530,0,15,1,70,0,0,8,-6,37,20,0,0,0,90,0,12,0,27,-1,-1,-1,-1,-1,-1,100,3,0),(11901,'νõ','Tuxedo',2,0,0,2,1,1,1,'',2000000,1000000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11902,'νõ','Tuxedo',2,0,0,2,1,1,1,'',2000000,1000000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11903,'巹','Wedding Dress',2,0,0,2,2,1,1,'',2500000,1500000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11904,'巹','Wedding Dress',2,0,0,2,2,1,1,'',2500000,1500000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11911,'νõ','Tuxedo',2,0,0,2,106680,1,1,'',2000000,1000000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11912,'νõ','Tuxedo',2,0,0,2,106668,1,1,'',2000000,1000000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11913,'巹','Wedding Dress',2,0,0,2,106676,1,1,'',2500000,1500000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11914,'巹','Wedding Dress',2,0,0,2,106652,1,1,'',2500000,1500000,0,0,0,0,1,25,0,0,8,0,0,0,0,0,0,81,0,201,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(11951,'Ѱ','Monk Plate Armour',2,0,0,2,106680,1,1,'',3000,5000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,100,1,0),(11952,'ź','Azure Suit',2,0,0,2,106676,1,1,'',3000,5000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,100,1,0),(11953,'ȥ','Requiem Plate Armour',2,0,0,2,106668,1,1,'',3000,5000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,100,1,0),(11954,'û','Crimson Clothing',2,0,0,2,106652,1,1,'',3000,5000,0,0,0,0,1,0,0,0,8,0,0,0,0,0,0,12,0,3,0,0,-1,-1,-1,-1,-1,-1,100,1,0),(11971,'Ȳ','Hwang Armour',2,0,0,2,106936,1,1,'',0,0,0,0,0,0,1,50,0,0,8,10,37,20,0,0,0,350,0,24,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(11972,'Ȳ','Red Hwang Armour',2,0,0,2,106932,1,1,'',0,0,0,0,0,0,1,50,0,0,8,10,37,20,0,0,0,350,0,24,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(11973,'Ȳ','Zin-Hwang Armour',2,0,0,2,106924,1,1,'',0,0,0,0,0,0,1,50,0,0,8,10,37,20,0,0,0,350,0,24,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(11974,'Ȳ','Sang-Hwang Armour',2,0,0,2,106908,1,1,'',0,0,0,0,0,0,1,50,0,0,8,10,37,20,0,0,0,350,0,24,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(12000,'','Aqua Clothing+0',2,0,0,2,28,1,1,'',100000,100000,12000,0,0,50,1,5,0,0,8,5,37,5,0,0,0,24,0,14,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12001,'ȣ','Aqua Clothing+1',2,0,0,2,28,1,1,'',100000,110000,12001,0,0,50,1,11,0,0,8,5,37,5,0,0,0,32,0,15,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12002,'','Aqua Clothing+2',2,0,0,2,28,1,1,'',100000,120000,12002,0,0,50,1,17,0,0,8,5,37,5,0,0,0,41,0,16,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12003,'','Aqua Clothing+3',2,0,0,2,28,1,1,'',100000,135000,12003,0,0,50,1,25,0,0,8,6,37,6,0,0,0,50,0,17,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12004,'','Aqua Clothing+4',2,0,0,2,28,1,1,'',100000,155000,12004,0,0,50,1,34,0,0,8,6,37,6,0,0,0,59,0,18,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12005,'ؽ','Aqua Clothing+5',2,0,0,2,284,1,1,'',100000,185000,12005,0,0,50,1,43,0,0,8,7,37,7,0,0,0,67,0,19,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12006,'η','Aqua Clothing+6',2,0,0,2,284,1,1,'',100000,220000,12006,0,0,50,1,51,0,0,8,7,37,7,0,0,0,76,0,20,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12007,'','Aqua Clothing+7',2,0,0,2,284,1,1,'',100000,270000,12007,0,0,50,1,62,0,0,8,8,37,8,0,0,0,84,0,21,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12008,'','Aqua Clothing+8',2,0,0,2,284,1,1,'',100000,340000,12008,0,0,50,1,71,0,0,8,9,37,9,0,0,0,93,0,22,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12009,'','Aqua Clothing+9',2,0,0,2,284,1,1,'',100000,430000,12009,0,0,50,1,80,0,0,8,10,37,10,0,0,0,102,0,23,0,0,-1,-1,-1,-1,-1,-1,80,3,0),(12010,'û+0','Bluesteel Armour +0',2,0,0,2,312,1,1,'',3000,10000,12011,531,0,15,1,80,0,0,8,-6,37,20,10,2,0,154,0,26,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(12011,'û+1','Blue Steel Armour +1',2,0,0,2,312,1,1,'',3000,10000,12012,532,0,15,1,80,0,0,8,-6,37,20,10,5,0,154,0,26,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(12012,'û+2','Blue Steel Armour +2',2,0,0,2,312,1,1,'',3000,10000,12013,533,0,15,1,80,0,0,8,-6,37,20,10,8,0,154,0,26,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(12013,'û+3','Blue Steel Armour +3',2,0,0,2,312,1,1,'',3000,10000,12014,534,0,15,1,82,0,0,8,-6,37,20,10,12,0,154,0,26,0,15,-1,-1,-1,-1,-1,-1,0,3,0),(12014,'û+4','Blue Steel Armour +4',2,0,0,2,312,1,1,'',3000,10000,12015,535,0,15,1,82,0,0,8,-6,37,20,10,16,0,154,0,26,0,20,-1,-1,-1,-1,-1,-1,30,3,0),(12015,'û+5','Blue Steel Armour +5',2,0,0,2,312,1,1,'',3000,10000,12016,536,0,15,1,84,0,0,8,-6,37,20,10,20,0,154,0,26,0,25,-1,-1,-1,-1,-1,-1,40,3,0),(12016,'û+6','Blue Steel Armour +6',2,0,0,2,312,1,1,'',3000,10000,12017,537,0,15,1,84,0,0,8,-6,37,20,10,24,0,154,0,26,0,30,-1,-1,-1,-1,-1,-1,50,3,0),(12017,'û+7','Blue Steel Armour +7',2,0,0,2,312,1,1,'',3000,10000,12018,538,0,15,1,86,0,0,8,-6,37,20,10,29,0,154,0,26,0,35,-1,-1,-1,-1,-1,-1,65,3,0),(12018,'û+8','Blue Steel Armour +8',2,0,0,2,312,1,1,'',3000,10000,12019,539,0,15,1,88,0,0,8,-6,37,20,10,34,0,154,0,26,0,40,-1,-1,-1,-1,-1,-1,80,3,0),(12019,'û+9','Blue Steel Armour +9',2,0,0,2,312,1,1,'',3000,10000,0,0,0,15,1,90,0,0,8,-6,37,20,10,40,0,154,0,26,0,45,-1,-1,-1,-1,-1,-1,100,3,0),(12020,'õ+0','Blue Dragon Suit +0',2,0,0,2,308,1,1,'',3000,10000,12021,531,0,15,1,80,0,0,8,-6,37,20,10,2,0,154,0,26,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(12021,'õ+1','Blue Dragon Suit +1',2,0,0,2,308,1,1,'',3000,10000,12022,532,0,15,1,80,0,0,8,-6,37,20,10,5,0,154,0,26,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(12022,'õ+2','Blue Dragon Suit +2',2,0,0,2,308,1,1,'',3000,10000,12023,533,0,15,1,80,0,0,8,-6,37,20,10,8,0,154,0,26,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(12023,'õ+3','Blue Dragon Suit +3',2,0,0,2,308,1,1,'',3000,10000,12024,534,0,15,1,82,0,0,8,-6,37,20,10,12,0,154,0,26,0,15,-1,-1,-1,-1,-1,-1,0,3,0),(12024,'õ+4','Blue Dragon Suit +4',2,0,0,2,308,1,1,'',3000,10000,12025,535,0,15,1,82,0,0,8,-6,37,20,10,16,0,154,0,26,0,20,-1,-1,-1,-1,-1,-1,30,3,0),(12025,'õ+5','Blue Dragon Suit +5',2,0,0,2,308,1,1,'',3000,10000,12026,536,0,15,1,84,0,0,8,-6,37,20,10,20,0,154,0,26,0,25,-1,-1,-1,-1,-1,-1,40,3,0),(12026,'õ+6','Blue Dragon Suit +6',2,0,0,2,308,1,1,'',3000,10000,12027,537,0,15,1,84,0,0,8,-6,37,20,10,24,0,154,0,26,0,30,-1,-1,-1,-1,-1,-1,50,3,0),(12027,'õ+7','Blue Dragon Suit +7',2,0,0,2,308,1,1,'',3000,10000,12028,538,0,15,1,86,0,0,8,-6,37,20,10,29,0,154,0,26,0,35,-1,-1,-1,-1,-1,-1,65,3,0),(12028,'õ+8','Blue Dragon Suit +8',2,0,0,2,308,1,1,'',3000,10000,12029,539,0,15,1,88,0,0,8,-6,37,20,10,34,0,154,0,26,0,40,-1,-1,-1,-1,-1,-1,80,3,0),(12029,'õ+9','Blue Dragon Suit +9',2,0,0,2,308,1,1,'',3000,10000,0,0,0,15,1,90,0,0,8,-6,37,20,10,40,0,154,0,26,0,45,-1,-1,-1,-1,-1,-1,100,3,0),(12030,'+0','Aura Plate Armour +0',2,0,0,2,300,1,1,'',3000,10000,12031,531,0,15,1,80,0,0,8,-6,37,20,10,2,0,154,0,26,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(12031,'+1','Aura Plate Armour +1',2,0,0,2,300,1,1,'',3000,10000,12032,532,0,15,1,80,0,0,8,-6,37,20,10,5,0,154,0,26,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(12032,'+2','Aura Plate Armour +2',2,0,0,2,300,1,1,'',3000,10000,12033,533,0,15,1,80,0,0,8,-6,37,20,10,8,0,154,0,26,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(12033,'+3','Aura Plate Armour +3',2,0,0,2,300,1,1,'',3000,10000,12034,534,0,15,1,82,0,0,8,-6,37,20,10,12,0,154,0,26,0,15,-1,-1,-1,-1,-1,-1,0,3,0),(12034,'+4','Aura Plate Armour +4',2,0,0,2,300,1,1,'',3000,10000,12035,535,0,15,1,82,0,0,8,-6,37,20,10,16,0,154,0,26,0,20,-1,-1,-1,-1,-1,-1,30,3,0),(12035,'+5','Aura Plate Armour +5',2,0,0,2,300,1,1,'',3000,10000,12036,536,0,15,1,84,0,0,8,-6,37,20,10,20,0,154,0,26,0,25,-1,-1,-1,-1,-1,-1,40,3,0),(12036,'+6','Aura Plate Armour +6',2,0,0,2,300,1,1,'',3000,10000,12037,537,0,15,1,84,0,0,8,-6,37,20,10,24,0,154,0,26,0,30,-1,-1,-1,-1,-1,-1,50,3,0),(12037,'+7','Aura Plate Armour +7',2,0,0,2,300,1,1,'',3000,10000,12038,538,0,15,1,86,0,0,8,-6,37,20,10,29,0,154,0,26,0,35,-1,-1,-1,-1,-1,-1,65,3,0),(12038,'+8','Aura Plate Armour +8',2,0,0,2,300,1,1,'',3000,10000,12039,539,0,15,1,88,0,0,8,-6,37,20,10,34,0,154,0,26,0,40,-1,-1,-1,-1,-1,-1,80,3,0),(12039,'+9','Aura Plate Armour +9',2,0,0,2,300,1,1,'',3000,10000,0,0,0,15,1,90,0,0,8,-6,37,20,10,40,0,154,0,26,0,45,-1,-1,-1,-1,-1,-1,100,3,0),(12040,'+0','Dragon Clothing +0',2,0,0,2,284,1,1,'',3000,10000,12041,531,0,15,1,80,0,0,8,-6,37,20,10,2,0,154,0,26,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(12041,'+1','Dragon Clothing +1',2,0,0,2,284,1,1,'',3000,10000,12042,532,0,15,1,80,0,0,8,-6,37,20,10,5,0,154,0,26,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(12042,'+2','Dragon Clothing +2',2,0,0,2,284,1,1,'',3000,10000,12043,533,0,15,1,80,0,0,8,-6,37,20,10,8,0,154,0,26,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(12043,'+3','Dragon Clothing +3',2,0,0,2,284,1,1,'',3000,10000,12044,534,0,15,1,82,0,0,8,-6,37,20,10,12,0,154,0,26,0,15,-1,-1,-1,-1,-1,-1,0,3,0),(12044,'+4','Dragon Clothing +4',2,0,0,2,284,1,1,'',3000,10000,12045,535,0,15,1,82,0,0,8,-6,37,20,10,16,0,154,0,26,0,20,-1,-1,-1,-1,-1,-1,30,3,0),(12045,'+5','Dragon Clothing +5',2,0,0,2,284,1,1,'',3000,10000,12046,536,0,15,1,84,0,0,8,-6,37,20,10,20,0,154,0,26,0,25,-1,-1,-1,-1,-1,-1,40,3,0),(12046,'+6','Dragon Clothing +6',2,0,0,2,284,1,1,'',3000,10000,12047,537,0,15,1,84,0,0,8,-6,37,20,10,24,0,154,0,26,0,30,-1,-1,-1,-1,-1,-1,50,3,0),(12047,'+7','Dragon Clothing +7',2,0,0,2,284,1,1,'',3000,10000,12048,538,0,15,1,86,0,0,8,-6,37,20,10,29,0,154,0,26,0,35,-1,-1,-1,-1,-1,-1,65,3,0),(12048,'+8','Dragon Clothing +8',2,0,0,2,284,1,1,'',3000,10000,12049,539,0,15,1,88,0,0,8,-6,37,20,10,34,0,154,0,26,0,40,-1,-1,-1,-1,-1,-1,80,3,0),(12049,'+9','Dragon Clothing +9',2,0,0,2,284,1,1,'',3000,10000,0,0,0,15,1,90,0,0,8,-6,37,20,10,40,0,154,0,26,0,45,-1,-1,-1,-1,-1,-1,100,3,0),(12200,'+0','Traditional Helmet+0',2,1,0,1,56,0,2,'',500,500,12201,325,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12201,'+1','Traditional Helmet+1',2,1,0,1,56,0,2,'',500,800,12202,326,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12202,'+2','Traditional Helmet+2',2,1,0,1,56,0,2,'',500,1100,12203,327,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12203,'+3','Traditional Helmet+3',2,1,0,1,56,0,2,'',500,1700,12204,328,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12204,'+4','Traditional Helmet+4',2,1,0,1,56,0,2,'',500,2500,12205,329,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12205,'+5','Traditional Helmet+5',2,1,0,1,56,0,2,'',500,4000,12206,330,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,10,-1,-1,-1,-1,-1,-1,0,0,0),(12206,'+6','Traditional Helmet+6',2,1,0,1,56,0,2,'',500,6000,12207,331,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12207,'+7','Traditional Helmet+7',2,1,0,1,56,0,2,'',500,9000,12208,332,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(12208,'+8','Traditional Helmet+8',2,1,0,1,56,0,2,'',500,13000,12209,333,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12209,'+9','Traditional Helmet+9',2,1,0,1,56,0,2,'',500,20000,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12220,'ö+0','Iron Helmet+0',2,1,0,1,56,0,2,'',8000,8000,12221,334,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12221,'ö+1','Iron Helmet+1',2,1,0,1,56,0,2,'',8000,12000,12222,335,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12222,'ö+2','Iron Helmet+2',2,1,0,1,56,0,2,'',8000,18000,12223,336,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12223,'ö+3','Iron Helmet+3',2,1,0,1,56,0,2,'',8000,27000,12224,337,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12224,'ö+4','Iron Helmet+4',2,1,0,1,56,0,2,'',8000,41000,12225,338,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12225,'ö+5','Iron Helmet+5',2,1,0,1,56,0,2,'',8000,62000,12226,339,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12226,'ö+6','Iron Helmet+6',2,1,0,1,56,0,2,'',8000,93000,12227,340,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12227,'ö+7','Iron Helmet+7',2,1,0,1,56,0,2,'',8000,140000,12228,341,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(12228,'ö+8','Iron Helmet+8',2,1,0,1,56,0,2,'',8000,210000,12229,342,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(12229,'ö+9','Iron Helmet+9',2,1,0,1,56,0,2,'',8000,315000,0,0,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12240,'͸+0','Ghost Mask Sallet+0',2,1,0,1,56,0,2,'',20000,20000,12241,343,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12241,'͸+1','Ghost Mask Sallet+1',2,1,0,1,56,0,2,'',20000,30000,12242,344,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12242,'͸+2','Ghost Mask Sallet+2',2,1,0,1,56,0,2,'',20000,45000,12243,345,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12243,'͸+3','Ghost Mask Sallet+3',2,1,0,1,56,0,2,'',20000,70000,12244,346,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12244,'͸+4','Ghost Mask Sallet+4',2,1,0,1,56,0,2,'',20000,110000,12245,347,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12245,'͸+5','Ghost Mask Sallet+5',2,1,0,1,56,0,2,'',20000,170000,12246,348,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12246,'͸+6','Ghost Mask Sallet+6',2,1,0,1,56,0,2,'',20000,260000,12247,349,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12247,'͸+7','Ghost Mask Sallet+7',2,1,0,1,56,0,2,'',20000,390000,12248,350,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12248,'͸+8','Ghost Mask Sallet+8',2,1,0,1,56,0,2,'',20000,590000,12249,351,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12249,'͸+9','Ghost Mask Sallet+9',2,1,0,1,56,0,2,'',20000,890000,0,0,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12260,'60+0','Fear Mask +0',2,1,0,1,56,0,2,'',20000,20000,12261,343,0,15,1,60,1,0,27,1,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12261,'60+1','Fear Mask +1',2,1,0,1,56,0,2,'',20000,30000,12262,344,0,15,1,60,1,0,27,2,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12262,'60+2','Fear Mask +2',2,1,0,1,56,0,2,'',20000,45000,12263,345,0,15,1,60,1,0,27,3,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12263,'60+3','Fear Mask +3',2,1,0,1,56,0,2,'',20000,70000,12264,346,0,15,1,60,1,0,27,4,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12264,'60+4','Fear Mask +4',2,1,0,1,56,0,2,'',20000,110000,12265,347,0,15,1,60,1,0,27,5,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12265,'60+5','Fear Mask +5',2,1,0,1,312,0,2,'',20000,170000,12266,348,0,15,1,60,1,0,27,6,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12266,'60+6','Fear Mask +6',2,1,0,1,312,0,2,'',20000,260000,12267,349,0,15,1,60,1,0,27,7,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12267,'60+7','Fear Mask +7',2,1,0,1,312,0,2,'',20000,390000,12268,350,0,15,1,60,1,0,27,8,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12268,'60+8','Fear Mask +8',2,1,0,1,312,0,2,'',20000,590000,12269,351,0,15,1,60,1,0,27,9,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12269,'60+9','Fear Mask +9',2,1,0,1,312,0,2,'',20000,890000,0,0,0,15,1,60,1,0,27,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12280,'80+0','War Master Helmet +0',2,1,0,1,56,0,2,'',20000,20000,12281,343,0,15,1,80,1,0,28,1,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12281,'80+1','War Master Helmet +1',2,1,0,1,56,0,2,'',20000,30000,12282,344,0,15,1,80,1,0,28,2,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12282,'80+2','War Master Helmet +2',2,1,0,1,56,0,2,'',20000,45000,12283,345,0,15,1,80,1,0,28,3,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12283,'80+3','War Master Helmet +3',2,1,0,1,56,0,2,'',20000,70000,12284,346,0,15,1,80,1,0,28,4,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12284,'80+4','War Master Helmet +4',2,1,0,1,56,0,2,'',20000,110000,12285,347,0,15,1,80,1,0,28,5,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12285,'80+5','War Master Helmet +5',2,1,0,1,312,0,2,'',20000,170000,12286,348,0,15,1,80,1,0,28,6,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12286,'80+6','War Master Helmet +6',2,1,0,1,312,0,2,'',20000,260000,12287,349,0,15,1,80,1,0,28,7,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12287,'80+7','War Master Helmet +7',2,1,0,1,312,0,2,'',20000,390000,12288,350,0,15,1,80,1,0,28,8,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12288,'80+8','War Master Helmet +8',2,1,0,1,312,0,2,'',20000,590000,12289,351,0,15,1,80,1,0,28,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12289,'80+9','War Master Helmet +9',2,1,0,1,312,0,2,'',20000,890000,0,0,0,15,1,80,1,0,28,12,0,0,0,0,0,13,0,0,0,43,-1,-1,-1,-1,-1,-1,0,0,0),(12340,'׵ΰ+0','Leather Hood+0',2,1,0,1,52,0,2,'',500,500,12341,325,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12341,'׵ΰ+1','Leather Hood+1',2,1,0,1,52,0,2,'',500,800,12342,326,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12342,'׵ΰ+2','Leather Hood+2',2,1,0,1,52,0,2,'',500,1100,12343,327,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12343,'׵ΰ+3','Leather Hood+3',2,1,0,1,52,0,2,'',500,1700,12344,328,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12344,'׵ΰ+4','Leather Hood+4',2,1,0,1,52,0,2,'',500,2500,12345,329,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12345,'׵ΰ+5','Leather Hood+5',2,1,0,1,52,0,2,'',500,4000,12346,330,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,10,-1,-1,-1,-1,-1,-1,0,0,0),(12346,'׵ΰ+6','Leather Hood+6',2,1,0,1,52,0,2,'',500,6000,12347,331,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12347,'׵ΰ+7','Leather Hood+7',2,1,0,1,52,0,2,'',500,9000,12348,332,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(12348,'׵ΰ+8','Leather Hood+8',2,1,0,1,52,0,2,'',500,13000,12349,333,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12349,'׵ΰ+9','Leather Hood+9',2,1,0,1,52,0,2,'',500,20000,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12360,'ȯΰ+0','Chain Hood+0',2,1,0,1,52,0,2,'',8000,8000,12361,334,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12361,'ȯΰ+1','Chain Hood+1',2,1,0,1,52,0,2,'',8000,12000,12362,335,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12362,'ȯΰ+2','Chain Hood+2',2,1,0,1,52,0,2,'',8000,18000,12363,336,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12363,'ȯΰ+3','Chain Hood+3',2,1,0,1,52,0,2,'',8000,27000,12364,337,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12364,'ȯΰ+4','Chain Hood+4',2,1,0,1,52,0,2,'',8000,41000,12365,338,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12365,'ȯΰ+5','Chain Hood+5',2,1,0,1,52,0,2,'',8000,62000,12366,339,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12366,'ȯΰ+6','Chain Hood+6',2,1,0,1,52,0,2,'',8000,93000,12367,340,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12367,'ȯΰ+7','Chain Hood+7',2,1,0,1,52,0,2,'',8000,140000,12368,341,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(12368,'ȯΰ+8','Chain Hood+8',2,1,0,1,52,0,2,'',8000,210000,12369,342,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(12369,'ȯΰ+9','Chain Hood+9',2,1,0,1,52,0,2,'',8000,315000,0,0,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12380,'öΰ+0','Steel Hood+0',2,1,0,1,52,0,2,'',20000,20000,12381,343,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12381,'öΰ+1','Steel Hood+1',2,1,0,1,52,0,2,'',20000,30000,12382,344,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12382,'öΰ+2','Steel Hood+2',2,1,0,1,52,0,2,'',20000,45000,12383,345,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12383,'öΰ+3','Steel Hood+3',2,1,0,1,52,0,2,'',20000,70000,12384,346,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12384,'öΰ+4','Steel Hood+4',2,1,0,1,52,0,2,'',20000,110000,12385,347,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12385,'öΰ+5','Steel Hood+5',2,1,0,1,52,0,2,'',20000,170000,12386,348,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12386,'öΰ+6','Steel Hood+6',2,1,0,1,52,0,2,'',20000,260000,12387,349,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12387,'öΰ+7','Steel Hood+7',2,1,0,1,52,0,2,'',20000,390000,12388,350,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12388,'öΰ+8','Steel Hood+8',2,1,0,1,52,0,2,'',20000,590000,12389,351,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12389,'öΰ+9','Steel Hood+9',2,1,0,1,52,0,2,'',20000,890000,0,0,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12390,'ڰ60+0 ','Orc Hood +0',2,1,0,1,52,0,2,'',20000,30000,12391,343,0,15,1,60,1,0,27,1,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12391,'ڰ60+1','Orc Hood +1',2,1,0,1,52,0,2,'',20000,45000,12392,344,0,15,1,60,1,0,27,2,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12392,'ڰ60+2','Orc Hood +2',2,1,0,1,52,0,2,'',20000,70000,12393,345,0,15,1,60,1,0,27,3,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12393,'ڰ60+3','Orc Hood +3',2,1,0,1,52,0,2,'',20000,110000,12394,346,0,15,1,60,1,0,27,4,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12394,'ڰ60+4','Orc Hood +4',2,1,0,1,308,0,2,'',20000,170000,12395,347,0,15,1,60,1,0,27,5,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12395,'ڰ60+5','Orc Hood +5',2,1,0,1,308,0,2,'',20000,260000,12396,348,0,15,1,60,1,0,27,6,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12396,'ڰ60+6','Orc Hood +6',2,1,0,1,308,0,2,'',20000,390000,12397,349,0,15,1,60,1,0,27,7,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12397,'ڰ60+7','Orc Hood +7',2,1,0,1,308,0,2,'',20000,590000,12398,350,0,15,1,60,1,0,27,8,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12398,'ڰ60+8','Orc Hood +8',2,1,0,1,308,0,2,'',20000,890000,12399,351,0,15,1,60,1,0,27,9,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12399,'ڰ60+9','Orc Hood +9',2,1,0,1,308,0,2,'',20000,890000,0,0,0,0,1,60,1,0,27,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12400,'ڰ80+0','Spider Hood +0',2,1,0,1,52,0,2,'',20000,30000,12401,343,0,15,1,80,0,0,13,1,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12401,'ڰ80+1','Spider Hood +1',2,1,0,1,52,0,2,'',20000,45000,12402,344,0,15,1,80,0,0,13,2,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12402,'ڰ80+2','Spider Hood +2',2,1,0,1,52,0,2,'',20000,70000,12403,345,0,15,1,80,0,0,13,3,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12403,'ڰ80+3','Spider Hood +3',2,1,0,1,52,0,2,'',20000,110000,12404,346,0,15,1,80,0,0,13,4,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12404,'ڰ80+4','Spider Hood +4',2,1,0,1,52,0,2,'',20000,170000,12405,347,0,15,1,80,0,0,13,5,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12405,'ڰ80+5','Spider Hood +5',2,1,0,1,308,0,2,'',20000,260000,12406,348,0,15,1,80,0,0,13,6,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12406,'ڰ80+6','Spider Hood +6',2,1,0,1,308,0,2,'',20000,390000,12407,349,0,15,1,80,0,0,13,7,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12407,'ڰ80+7','Spider Hood +7',2,1,0,1,308,0,2,'',20000,590000,12408,350,0,15,1,80,0,0,13,8,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12408,'ڰ80+8','Spider Hood +8',2,1,0,1,308,0,2,'',20000,890000,12409,351,0,15,1,80,0,0,13,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12409,'ڰ80+9','Spider Hood +9',2,1,0,1,308,0,2,'',20000,890000,0,0,0,0,1,80,0,0,13,12,0,0,0,0,0,13,0,0,0,43,-1,-1,-1,-1,-1,-1,0,0,0),(12480,'+0','Bloody Helmet+0',2,1,0,1,44,0,2,'',500,500,12481,325,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12481,'+1','Bloody Helmet+1',2,1,0,1,44,0,2,'',500,800,12482,326,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12482,'+2','Bloody Helmet+2',2,1,0,1,44,0,2,'',500,1100,12483,327,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12483,'+3','Bloody Helmet+3',2,1,0,1,44,0,2,'',500,1700,12484,328,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12484,'+4','Bloody Helmet+4',2,1,0,1,44,0,2,'',500,2500,12485,329,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12485,'+5','Bloody Helmet+5',2,1,0,1,44,0,2,'',500,4000,12486,330,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,10,-1,-1,-1,-1,-1,-1,0,0,0),(12486,'+6','Bloody Helmet+6',2,1,0,1,44,0,2,'',500,6000,12487,331,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12487,'+7','Bloody Helmet+7',2,1,0,1,44,0,2,'',500,9000,12488,332,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(12488,'+8','Bloody Helmet+8',2,1,0,1,44,0,2,'',500,13000,12489,333,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12489,'+9','Bloody Helmet+9',2,1,0,1,44,0,2,'',500,20000,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12500,'+0','Mocking Helmet+0',2,1,0,1,44,0,2,'',8000,8000,12501,334,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12501,'+1','Mocking Helmet+1',2,1,0,1,44,0,2,'',8000,12000,12502,335,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12502,'+2','Mocking Helmet+2',2,1,0,1,44,0,2,'',8000,18000,12503,336,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12503,'+3','Mocking Helmet+3',2,1,0,1,44,0,2,'',8000,27000,12504,337,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12504,'+4','Mocking Helmet+4',2,1,0,1,44,0,2,'',8000,41000,12505,338,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12505,'+5','Mocking Helmet+5',2,1,0,1,44,0,2,'',8000,62000,12506,339,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12506,'+6','Mocking Helmet+6',2,1,0,1,44,0,2,'',8000,93000,12507,340,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12507,'+7','Mocking Helmet+7',2,1,0,1,44,0,2,'',8000,140000,12508,341,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(12508,'+8','Mocking Helmet+8',2,1,0,1,44,0,2,'',8000,210000,12509,342,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(12509,'+9','Mocking Helmet+9',2,1,0,1,44,0,2,'',8000,315000,0,0,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12520,'ϼ+0','Castle Helmet+0',2,1,0,1,44,0,2,'',20000,20000,12521,343,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12521,'ϼ+1','Castle Helmet+1',2,1,0,1,44,0,2,'',20000,30000,12522,344,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12522,'ϼ+2','Castle Helmet+2',2,1,0,1,44,0,2,'',20000,45000,12523,345,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12523,'ϼ+3','Castle Helmet+3',2,1,0,1,44,0,2,'',20000,70000,12524,346,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12524,'ϼ+4','Castle Helmet+4',2,1,0,1,44,0,2,'',20000,110000,12525,347,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12525,'ϼ+5','Castle Helmet+5',2,1,0,1,44,0,2,'',20000,170000,12526,348,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12526,'ϼ+6','Castle Helmet+6',2,1,0,1,44,0,2,'',20000,260000,12527,349,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12527,'ϼ+7','Castle Helmet+7',2,1,0,1,44,0,2,'',20000,390000,12528,350,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12528,'ϼ+8','Castle Helmet+8',2,1,0,1,44,0,2,'',20000,590000,12529,351,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12529,'ϼ+9','Castle Helmet+9',2,1,0,1,44,0,2,'',20000,890000,0,0,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12530,'60+0','Horned Helmet +0',2,1,0,1,44,0,2,'',20000,20000,12531,343,0,15,1,60,1,0,27,1,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12531,'60+1','Horned Helmet +1',2,1,0,1,44,0,2,'',20000,30000,12532,344,0,15,1,60,1,0,27,2,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12532,'60+2','Horned Helmet +2',2,1,0,1,44,0,2,'',20000,45000,12533,345,0,15,1,60,1,0,27,3,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12533,'60+3','Horned Helmet +3',2,1,0,1,44,0,2,'',20000,70000,12534,346,0,15,1,60,1,0,27,4,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12534,'60+4','Horned Helmet +4',2,1,0,1,44,0,2,'',20000,110000,12535,347,0,15,1,60,1,0,27,5,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12535,'60+5','Horned Helmet +5',2,1,0,1,300,0,2,'',20000,170000,12536,348,0,15,1,60,1,0,27,6,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12536,'60+6','Horned Helmet +6',2,1,0,1,300,0,2,'',20000,260000,12537,349,0,15,1,60,1,0,27,7,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12537,'60+7','Horned Helmet +7',2,1,0,1,300,0,2,'',20000,390000,12538,350,0,15,1,60,1,0,27,8,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12538,'60+8','Horned Helmet +8',2,1,0,1,300,0,2,'',20000,590000,12539,351,0,15,1,60,1,0,27,9,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12539,'60+9','Horned Helmet +9',2,1,0,1,300,0,2,'',20000,890000,0,0,0,15,1,60,1,0,27,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12540,'80+0','Magic Helmet +0',2,1,0,1,44,0,2,'',20000,20000,12541,343,0,15,1,80,0,0,24,1,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12541,'80+1','Magic Helmet +1',2,1,0,1,44,0,2,'',20000,30000,12542,344,0,15,1,80,0,0,24,2,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12542,'80+2','Magic Helmet +2',2,1,0,1,44,0,2,'',20000,45000,12543,345,0,15,1,80,0,0,24,3,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12543,'80+3','Magic Helmet +3',2,1,0,1,44,0,2,'',20000,70000,12544,346,0,15,1,80,0,0,24,4,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12544,'80+4','Magic Helmet +4',2,1,0,1,44,0,2,'',20000,110000,12545,347,0,15,1,80,0,0,24,5,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12545,'80+5','Magic Helmet +5',2,1,0,1,300,0,2,'',20000,170000,12546,348,0,15,1,80,0,0,24,6,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12546,'80+6','Magic Helmet +6',2,1,0,1,300,0,2,'',20000,260000,12547,349,0,15,1,80,0,0,24,7,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12547,'80+7','Magic Helmet +7',2,1,0,1,300,0,2,'',20000,390000,12548,350,0,15,1,80,0,0,24,8,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12548,'80+8','Magic Helmet +8',2,1,0,1,300,0,2,'',20000,590000,12549,351,0,15,1,80,0,0,24,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12549,'80+9','Magic Helmet +9',2,1,0,1,300,0,2,'',20000,890000,0,0,0,15,1,80,0,0,24,12,0,0,0,0,0,13,0,0,0,43,-1,-1,-1,-1,-1,-1,0,0,0),(12620,'+0','Monk Hat+0',2,1,0,1,28,0,2,'',500,500,12621,325,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12621,'+1','Monk Hat+1',2,1,0,1,28,0,2,'',500,800,12622,326,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12622,'+2','Monk Hat+2',2,1,0,1,28,0,2,'',500,1100,12623,327,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12623,'+3','Monk Hat+3',2,1,0,1,28,0,2,'',500,1700,12624,328,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12624,'+4','Monk Hat+4',2,1,0,1,28,0,2,'',500,2500,12625,329,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12625,'+5','Monk Hat+5',2,1,0,1,28,0,2,'',500,4000,12626,330,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,10,-1,-1,-1,-1,-1,-1,0,0,0),(12626,'+6','Monk Hat+6',2,1,0,1,28,0,2,'',500,6000,12627,331,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12627,'+7','Monk Hat+7',2,1,0,1,28,0,2,'',500,9000,12628,332,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(12628,'+8','Monk Hat+8',2,1,0,1,28,0,2,'',500,13000,12629,333,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12629,'+9','Monk Hat+9',2,1,0,1,28,0,2,'',500,20000,0,0,0,15,1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12640,'+0','Phoenix Hat+0',2,1,0,1,28,0,2,'',8000,8000,12641,334,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12641,'+1','Phoenix Hat+1',2,1,0,1,28,0,2,'',8000,12000,12642,335,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12642,'+2','Phoenix Hat+2',2,1,0,1,28,0,2,'',8000,18000,12643,336,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12643,'+3','Phoenix Hat+3',2,1,0,1,28,0,2,'',8000,27000,12644,337,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12644,'+4','Phoenix Hat+4',2,1,0,1,28,0,2,'',8000,41000,12645,338,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12645,'+5','Phoenix Hat+5',2,1,0,1,28,0,2,'',8000,62000,12646,339,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(12646,'+6','Phoenix Hat+6',2,1,0,1,28,0,2,'',8000,93000,12647,340,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(12647,'+7','Phoenix Hat+7',2,1,0,1,28,0,2,'',8000,140000,12648,341,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(12648,'+8','Phoenix Hat+8',2,1,0,1,28,0,2,'',8000,210000,12649,342,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(12649,'+9','Phoenix Hat+9',2,1,0,1,28,0,2,'',8000,315000,0,0,0,15,1,21,0,0,0,0,0,0,0,0,0,9,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12660,'+0','Sunlight Hat+0',2,1,0,1,28,0,2,'',20000,20000,12661,343,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(12661,'+1','Sunlight Hat+1',2,1,0,1,28,0,2,'',20000,30000,12662,344,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12662,'+2','Sunlight Hat+2',2,1,0,1,28,0,2,'',20000,45000,12663,345,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12663,'+3','Sunlight Hat+3',2,1,0,1,28,0,2,'',20000,70000,12664,346,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12664,'+4','Sunlight Hat+4',2,1,0,1,28,0,2,'',20000,110000,12665,347,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12665,'+5','Sunlight Hat+5',2,1,0,1,28,0,2,'',20000,170000,12666,348,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12666,'+6','Sunlight Hat+6',2,1,0,1,28,0,2,'',20000,260000,12667,349,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12667,'+7','Sunlight Hat+7',2,1,0,1,28,0,2,'',20000,390000,12668,350,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12668,'+8','Sunlight Hat+8',2,1,0,1,28,0,2,'',20000,590000,12669,351,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12669,'+9','Sunlight Hat+9',2,1,0,1,28,0,2,'',20000,890000,0,0,0,15,1,41,0,0,0,0,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12670,'60+0','Cardinal\'s Hat +0',2,1,0,1,28,0,2,'',20000,20000,12671,343,0,15,1,60,1,0,27,1,0,0,0,0,0,13,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(12671,'60+1','Cardinal\'s Hat +1',2,1,0,1,28,0,2,'',20000,30000,12672,344,0,15,1,60,1,0,27,2,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12672,'60+2','Cardinal\'s Hat +2',2,1,0,1,28,0,2,'',20000,45000,12673,345,0,15,1,60,1,0,27,3,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12673,'60+3','Cardinal\'s Hat +3',2,1,0,1,28,0,2,'',20000,70000,12674,346,0,15,1,60,1,0,27,4,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12674,'60+4','Cardinal\'s Hat +4',2,1,0,1,28,0,2,'',20000,110000,12675,347,0,15,1,60,1,0,27,5,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12675,'60+5','Cardinal\'s Hat +5',2,1,0,1,284,0,2,'',20000,170000,12676,348,0,15,1,60,1,0,27,6,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12676,'60+6','Cardinal\'s Hat +6',2,1,0,1,284,0,2,'',20000,260000,12677,349,0,15,1,60,1,0,27,7,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12677,'60+7','Cardinal\'s Hat +7',2,1,0,1,284,0,2,'',20000,390000,12678,350,0,15,1,60,1,0,27,8,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12678,'60+8','Cardinal\'s Hat +8',2,1,0,1,284,0,2,'',20000,590000,12679,351,0,15,1,60,1,0,27,9,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12679,'60+9','Cardinal\'s Hat +9',2,1,0,1,284,0,2,'',20000,890000,0,0,0,15,1,60,1,0,27,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12680,'80+0','Soul Shard Hat +0',2,1,0,1,28,0,2,'',20000,20000,12681,343,0,15,1,80,0,0,13,1,0,0,0,0,0,13,0,0,0,4,-1,-1,-1,-1,-1,-1,0,0,0),(12681,'80+1','Soul Shard Hat +1',2,1,0,1,28,0,2,'',20000,30000,12682,344,0,15,1,80,0,0,13,2,0,0,0,0,0,13,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(12682,'80+2','Soul Shard Hat +2',2,1,0,1,28,0,2,'',20000,45000,12683,345,0,15,1,80,0,0,13,3,0,0,0,0,0,13,0,0,0,8,-1,-1,-1,-1,-1,-1,0,0,0),(12683,'80+3','Soul Shard Hat +3',2,1,0,1,28,0,2,'',20000,70000,12684,346,0,15,1,80,0,0,13,4,0,0,0,0,0,13,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(12684,'80+4','Soul Shard Hat +4',2,1,0,1,28,0,2,'',20000,110000,12685,347,0,15,1,80,0,0,13,5,0,0,0,0,0,13,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(12685,'80+5','Soul Shard Hat +5',2,1,0,1,284,0,2,'',20000,170000,12686,348,0,15,1,80,0,0,13,6,0,0,0,0,0,13,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(12686,'80+6','Soul Shard Hat +6',2,1,0,1,284,0,2,'',20000,260000,12687,349,0,15,1,80,0,0,13,7,0,0,0,0,0,13,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(12687,'80+7','Soul Shard Hat +7',2,1,0,1,284,0,2,'',20000,390000,12688,350,0,15,1,80,0,0,13,8,0,0,0,0,0,13,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(12688,'80+8','Soul Shard Hat +8',2,1,0,1,284,0,2,'',20000,590000,12689,351,0,15,1,80,0,0,13,10,0,0,0,0,0,13,0,0,0,38,-1,-1,-1,-1,-1,-1,0,0,0),(12689,'80+9','Soul Shard Hat +9',2,1,0,1,284,0,2,'',20000,890000,0,0,0,15,1,80,0,0,13,12,0,0,0,0,0,13,0,0,0,43,-1,-1,-1,-1,-1,-1,0,0,0),(13000,'ȣȯ+0','Battle Shield+0',2,2,0,1,0,0,256,'',400,400,13001,217,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13001,'ȣȯ+1','Battle Shield+1',2,2,0,1,0,0,256,'',800,800,13002,218,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,3,-1,-1,-1,-1,-1,-1,0,0,0),(13002,'ȣȯ+2','Battle Shield+2',2,2,0,1,0,0,256,'',1600,1600,13003,219,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(13003,'ȣȯ+3','Battle Shield+3',2,2,0,1,0,0,256,'',2400,2400,13004,220,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(13004,'ȣȯ+4','Battle Shield+4',2,2,0,1,0,0,256,'',5000,5000,13005,221,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(13005,'ȣȯ+5','Battle Shield+5',2,2,0,1,0,0,256,'',7500,7500,13006,222,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,15,-1,-1,-1,-1,-1,-1,0,0,0),(13006,'ȣȯ+6','Battle Shield+6',2,2,0,1,0,0,256,'',10000,10000,13007,223,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(13007,'ȣȯ+7','Battle Shield+7',2,2,0,1,0,0,256,'',13000,13000,13008,224,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(13008,'ȣȯ+8','Battle Shield+8',2,2,0,1,0,0,256,'',15000,15000,13009,225,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(13009,'ȣȯ+9','Battle Shield+9',2,2,0,1,0,0,256,'',20000,20000,0,0,0,15,1,0,0,0,8,-2,0,0,0,0,0,3,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(13020,'+0','Pentagon Shield+0',2,2,0,1,0,0,256,'',2000,2000,13021,226,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13021,'+1','Pentagon Shield+1',2,2,0,1,0,0,256,'',3200,3200,13022,227,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,3,-1,-1,-1,-1,-1,-1,0,0,0),(13022,'+2','Pentagon Shield+2',2,2,0,1,0,0,256,'',4200,4200,13023,228,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,7,-1,-1,-1,-1,-1,-1,0,0,0),(13023,'+3','Pentagon Shield+3',2,2,0,1,0,0,256,'',8000,8000,13024,229,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,11,-1,-1,-1,-1,-1,-1,0,0,0),(13024,'+4','Pentagon Shield+4',2,2,0,1,0,0,256,'',15000,15000,13025,230,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,15,-1,-1,-1,-1,-1,-1,0,0,0),(13025,'+5','Pentagon Shield+5',2,2,0,1,0,0,256,'',30000,30000,13026,231,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(13026,'+6','Pentagon Shield+6',2,2,0,1,0,0,256,'',45000,45000,13027,232,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(13027,'+7','Pentagon Shield+7',2,2,0,1,0,0,256,'',70000,70000,13028,233,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(13028,'+8','Pentagon Shield+8',2,2,0,1,0,0,256,'',100000,100000,13029,234,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,31,-1,-1,-1,-1,-1,-1,0,0,0),(13029,'+9','Pentagon Shield+9',2,2,0,1,0,0,256,'',150000,150000,0,0,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,35,-1,-1,-1,-1,-1,-1,0,0,0),(13040,'氭+0','Black Round Shield+0',2,2,0,1,0,0,256,'',5000,5000,13041,235,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13041,'氭+1','Black Round Shield+1',2,2,0,1,0,0,256,'',6500,6500,13042,236,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(13042,'氭+2','Black Round Shield+2',2,2,0,1,0,0,256,'',10000,10000,13043,237,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,11,-1,-1,-1,-1,-1,-1,0,0,0),(13043,'氭+3','Black Round Shield+3',2,2,0,1,0,0,256,'',18000,18000,13044,238,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(13044,'氭+4','Black Round Shield+4',2,2,0,1,0,0,256,'',30000,30000,13045,239,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(13045,'氭+5','Black Round Shield+5',2,2,0,1,0,0,256,'',60000,60000,13046,240,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(13046,'氭+6','Black Round Shield+6',2,2,0,1,0,0,256,'',90000,90000,13047,241,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,31,-1,-1,-1,-1,-1,-1,0,0,0),(13047,'氭+7','Black Round Shield+7',2,2,0,1,0,0,256,'',140000,140000,13048,242,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,36,-1,-1,-1,-1,-1,-1,0,0,0),(13048,'氭+8','Black Round Shield+8',2,2,0,1,0,0,256,'',200000,200000,13049,243,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,41,-1,-1,-1,-1,-1,-1,0,0,0),(13049,'氭+9','Black Round Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,46,-1,-1,-1,-1,-1,-1,0,0,0),(13060,'氩+0','Falcon Shield+0',2,2,0,1,0,0,256,'',5000,5000,13061,226,0,5,1,61,0,0,8,-6,78,1,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13061,'氩+1','Falcon Shield+1',2,2,0,1,0,0,256,'',6500,6500,13062,227,0,5,1,61,0,0,8,-6,78,2,0,0,0,7,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(13062,'氩+2','Falcon Shield+2',2,2,0,1,0,0,256,'',10000,10000,13063,228,0,5,1,61,0,0,8,-6,78,3,0,0,0,7,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(13063,'氩+3','Falcon Shield+3',2,2,0,1,0,0,256,'',18000,18000,13064,229,0,5,1,61,0,0,8,-6,78,4,0,0,0,7,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(13064,'氩+4','Falcon Shield+4',2,2,0,1,0,0,256,'',30000,30000,13065,230,0,5,1,61,0,0,8,-6,78,5,0,0,0,7,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(13065,'氩+5','Falcon Shield+5',2,2,0,1,0,0,256,'',60000,60000,13066,231,0,5,1,61,0,0,8,-6,78,7,0,0,0,7,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(13066,'氩+6','Falcon Shield+6',2,2,0,1,0,0,256,'',90000,90000,13067,232,0,5,1,61,0,0,8,-6,78,9,0,0,0,7,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(13067,'氩+7','Falcon Shield+7',2,2,0,1,0,0,256,'',140000,140000,13068,233,0,5,1,61,0,0,8,-6,78,12,0,0,0,7,0,0,0,40,-1,-1,-1,-1,-1,-1,0,0,0),(13068,'氩+8','Falcon Shield+8',2,2,0,1,0,0,256,'',200000,200000,13069,234,0,5,1,61,0,0,8,-6,78,15,0,0,0,7,0,0,0,54,-1,-1,-1,-1,-1,-1,0,0,0),(13069,'氩+9','Falcon Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,5,1,61,0,0,8,-6,78,20,0,0,0,7,0,0,0,73,-1,-1,-1,-1,-1,-1,0,0,0),(13080,'ȣ+0','Tiger Shield+0',2,2,0,1,0,0,256,'',5000,5000,13081,226,0,5,1,61,0,0,8,-6,79,1,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13081,'ȣ+1','Tiger Shield+1',2,2,0,1,0,0,256,'',6500,6500,13082,227,0,5,1,61,0,0,8,-6,79,2,0,0,0,7,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(13082,'ȣ+2','Tiger Shield+2',2,2,0,1,0,0,256,'',10000,10000,13083,228,0,5,1,61,0,0,8,-6,79,3,0,0,0,7,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(13083,'ȣ+3','Tiger Shield+3',2,2,0,1,0,0,256,'',18000,18000,13084,229,0,5,1,61,0,0,8,-6,79,4,0,0,0,7,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(13084,'ȣ+4','Tiger Shield+4',2,2,0,1,0,0,256,'',30000,30000,13085,230,0,5,1,61,0,0,8,-6,79,5,0,0,0,7,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(13085,'ȣ+5','Tiger Shield+5',2,2,0,1,0,0,256,'',60000,60000,13086,231,0,5,1,61,0,0,8,-6,79,7,0,0,0,7,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(13086,'ȣ+6','Tiger Shield+6',2,2,0,1,0,0,256,'',90000,90000,13087,232,0,5,1,61,0,0,8,-6,79,9,0,0,0,7,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(13087,'ȣ+7','Tiger Shield+7',2,2,0,1,0,0,256,'',140000,140000,13088,233,0,5,1,61,0,0,8,-6,79,12,0,0,0,7,0,0,0,40,-1,-1,-1,-1,-1,-1,0,0,0),(13088,'ȣ+8','Tiger Shield+8',2,2,0,1,0,0,256,'',200000,200000,13089,234,0,5,1,61,0,0,8,-6,79,15,0,0,0,7,0,0,0,54,-1,-1,-1,-1,-1,-1,0,0,0),(13089,'ȣ+9','Tiger Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,5,1,61,0,0,8,-6,79,20,0,0,0,7,0,0,0,73,-1,-1,-1,-1,-1,-1,0,0,0),(13100,'ڰ+0','Lion Edge Shield+0',2,2,0,1,0,0,256,'',5000,5000,13101,226,0,5,1,61,0,0,8,-6,80,1,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13101,'ڰ+1','Lion Edge Shield+1',2,2,0,1,0,0,256,'',6500,6500,13102,227,0,5,1,61,0,0,8,-6,80,2,0,0,0,7,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(13102,'ڰ+2','Lion Edge Shield+2',2,2,0,1,0,0,256,'',10000,10000,13103,228,0,5,1,61,0,0,8,-6,80,3,0,0,0,7,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(13103,'ڰ+3','Lion Edge Shield+3',2,2,0,1,0,0,256,'',18000,18000,13104,229,0,5,1,61,0,0,8,-6,80,4,0,0,0,7,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(13104,'ڰ+4','Lion Edge Shield+4',2,2,0,1,0,0,256,'',30000,30000,13105,230,0,5,1,61,0,0,8,-6,80,5,0,0,0,7,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(13105,'ڰ+5','Lion Edge Shield+5',2,2,0,1,0,0,256,'',60000,60000,13106,231,0,5,1,61,0,0,8,-6,80,7,0,0,0,7,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(13106,'ڰ+6','Lion Edge Shield+6',2,2,0,1,0,0,256,'',90000,90000,13107,232,0,5,1,61,0,0,8,-6,80,9,0,0,0,7,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(13107,'ڰ+7','Lion Edge Shield+7',2,2,0,1,0,0,256,'',140000,140000,13108,233,0,5,1,61,0,0,8,-6,80,12,0,0,0,7,0,0,0,40,-1,-1,-1,-1,-1,-1,0,0,0),(13108,'ڰ+8','Lion Edge Shield+8',2,2,0,1,0,0,256,'',200000,200000,13109,234,0,5,1,61,0,0,8,-6,80,15,0,0,0,7,0,0,0,54,-1,-1,-1,-1,-1,-1,0,0,0),(13109,'ڰ+9','Lion Edge Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,5,1,61,0,0,8,-6,80,20,0,0,0,7,0,0,0,73,-1,-1,-1,-1,-1,-1,0,0,0),(13120,'븰+0','Dragon Scale Shield+0',2,2,0,1,0,0,256,'',5000,5000,13121,235,0,5,1,61,0,0,8,-6,81,1,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13121,'븰+1','Dragon Scale Shield+1',2,2,0,1,0,0,256,'',6500,6500,13122,236,0,5,1,61,0,0,8,-6,81,2,0,0,0,7,0,0,0,2,-1,-1,-1,-1,-1,-1,0,0,0),(13122,'븰+2','Dragon Scale Shield+2',2,2,0,1,0,0,256,'',10000,10000,13123,237,0,5,1,61,0,0,8,-6,81,3,0,0,0,7,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(13123,'븰+3','Dragon Scale Shield+3',2,2,0,1,0,0,256,'',18000,18000,13124,238,0,5,1,61,0,0,8,-6,81,4,0,0,0,7,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(13124,'븰+4','Dragon Scale Shield+4',2,2,0,1,0,0,256,'',30000,30000,13125,239,0,5,1,61,0,0,8,-6,81,5,0,0,0,7,0,0,0,14,-1,-1,-1,-1,-1,-1,0,0,0),(13125,'븰+5','Dragon Scale Shield+5',2,2,0,1,0,0,256,'',60000,60000,13126,240,0,5,1,61,0,0,8,-6,81,7,0,0,0,7,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(13126,'븰+6','Dragon Scale Shield+6',2,2,0,1,0,0,256,'',90000,90000,13127,241,0,5,1,61,0,0,8,-6,81,9,0,0,0,7,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(13127,'븰+7','Dragon Scale Shield+7',2,2,0,1,0,0,256,'',140000,140000,13128,242,0,5,1,61,0,0,8,-6,81,12,0,0,0,7,0,0,0,40,-1,-1,-1,-1,-1,-1,0,0,0),(13128,'븰+8','Dragon Scale Shield+8',2,2,0,1,0,0,256,'',200000,200000,13129,243,0,5,1,61,0,0,8,-6,81,15,0,0,0,7,0,0,0,54,-1,-1,-1,-1,-1,-1,0,0,0),(13129,'븰+9','Dragon Scale Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,5,1,61,0,0,8,-6,81,20,0,0,0,7,0,0,0,73,-1,-1,-1,-1,-1,-1,0,0,0),(13140,'ä+0','Titan Shield+0',2,2,0,1,0,0,256,'',1600,1600,13141,235,0,5,1,81,0,0,8,-6,73,1,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13141,'ä+1','Titan Shield+1',2,2,0,1,0,0,256,'',3200,3200,13142,236,0,5,1,81,0,0,8,-6,73,1,0,0,0,9,0,0,0,3,-1,-1,-1,-1,-1,-1,0,0,0),(13142,'ä+2','Titan Shield+2',2,2,0,1,0,0,256,'',6400,6400,13143,237,0,5,1,81,0,0,8,-6,73,1,0,0,0,9,0,0,0,7,-1,-1,-1,-1,-1,-1,0,0,0),(13143,'ä+3','Titan Shield+3',2,2,0,1,0,0,256,'',9600,9600,13144,238,0,5,1,81,0,0,8,-6,73,2,0,0,0,9,0,0,0,12,-1,-1,-1,-1,-1,-1,0,0,0),(13144,'ä+4','Titan Shield+4',2,2,0,1,0,0,256,'',20000,20000,13145,239,0,5,1,81,0,0,8,-6,73,2,0,0,0,9,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(13145,'ä+5','Titan Shield+5',2,2,0,1,0,0,256,'',30000,30000,13146,240,0,5,1,81,0,0,8,-6,73,3,0,0,0,9,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(13146,'ä+6','Titan Shield+6',2,2,0,1,256,0,256,'',40000,40000,13147,241,0,5,1,81,0,0,8,-6,73,4,0,0,0,9,0,0,0,33,-1,-1,-1,-1,-1,-1,0,0,0),(13147,'ä+7','Titan Shield+7',2,2,0,1,256,0,256,'',52000,52000,13148,242,0,5,1,81,0,0,8,-6,73,6,0,0,0,9,0,0,0,44,-1,-1,-1,-1,-1,-1,0,0,0),(13148,'ä+8','Titan Shield+8',2,2,0,1,256,0,256,'',60000,60000,13149,243,0,5,1,81,0,0,8,-6,73,8,0,0,0,9,0,0,0,58,-1,-1,-1,-1,-1,-1,0,0,0),(13149,'ä+9','Titan Shield+9',2,2,0,1,256,0,256,'',80000,80000,0,0,0,5,1,81,0,0,8,-6,73,10,0,0,0,9,0,0,0,77,-1,-1,-1,-1,-1,-1,0,0,0),(13160,'Ȳ+0','Three Emperors Shield+0',2,2,0,1,0,0,256,'',1600,1600,13161,235,0,5,1,41,0,0,8,-10,0,0,0,0,0,11,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13161,'Ȳ+1','Three Emperors Shield+1',2,2,0,1,0,0,256,'',3200,3200,13162,236,0,5,1,41,0,0,8,-10,0,0,0,0,0,13,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13162,'Ȳ+2','Three Emperors Shield+2',2,2,0,1,0,0,256,'',6400,6400,13163,237,0,5,1,42,0,0,8,-10,0,0,0,0,0,15,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13163,'Ȳ+3','Three Emperors Shield+3',2,2,0,1,0,0,256,'',9600,9600,13164,238,0,5,1,42,0,0,8,-10,0,0,0,0,0,17,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13164,'Ȳ+4','Three Emperors Shield+4',2,2,0,1,0,0,256,'',20000,20000,13165,239,0,5,1,43,0,0,8,-10,0,0,0,0,0,19,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13165,'Ȳ+5','Three Emperors Shield+5',2,2,0,1,0,0,256,'',30000,30000,13166,240,0,5,1,43,0,0,8,-10,0,0,0,0,0,21,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13166,'Ȳ+6','Three Emperors Shield+6',2,2,0,1,0,0,256,'',40000,40000,13167,241,0,5,1,44,0,0,8,-10,0,0,0,0,0,23,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13167,'Ȳ+7','Three Emperors Shield+7',2,2,0,1,0,0,256,'',52000,52000,13168,242,0,5,1,44,0,0,8,-10,0,0,0,0,0,25,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13168,'Ȳ+8','Three Emperors Shield+8',2,2,0,1,0,0,256,'',60000,60000,13169,243,0,5,1,45,0,0,8,-10,0,0,0,0,0,27,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13169,'Ȳ+9','Three Emperors Shield+9',2,2,0,1,0,0,256,'',80000,80000,0,0,0,5,1,45,0,0,8,-10,0,0,0,0,0,29,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13180,'ȱ+0','Bright Shield+0',2,2,0,1,0,0,256,'',10000,10000,13181,235,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13181,'ȱ+1','Bright Shield+1',2,2,0,1,0,0,256,'',15000,15000,13182,236,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13182,'ȱ+2','Bright Shield+2',2,2,0,1,0,0,256,'',30000,30000,13183,237,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13183,'ȱ+3','Bright Shield+3',2,2,0,1,0,0,256,'',60000,60000,13184,238,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13184,'ȱ+4','Bright Shield+4',2,2,0,1,0,0,256,'',90000,90000,13185,239,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13185,'ȱ+5','Bright Shield+5',2,2,0,1,0,0,256,'',120000,120000,13186,240,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13186,'ȱ+6','Bright Shield+6',2,2,0,1,0,0,256,'',150000,150000,13187,241,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13187,'ȱ+7','Bright Shield+7',2,2,0,1,0,0,256,'',180000,180000,13188,242,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13188,'ȱ+8','Bright Shield+8',2,2,0,1,0,0,256,'',210000,210000,13189,243,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13189,'ȱ+9','Bright Shield+9',2,2,0,1,0,0,256,'',240000,240000,0,0,0,5,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13190,'+0','Pentagon Shield+0',2,2,0,1,0,0,256,'',2000,2000,13191,226,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13191,'+1','Pentagon Shield+1',2,2,0,1,0,0,256,'',3200,3200,13192,227,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,3,-1,-1,-1,-1,-1,-1,0,0,0),(13192,'+2','Pentagon Shield+2',2,2,0,1,0,0,256,'',4200,4200,13193,228,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,7,-1,-1,-1,-1,-1,-1,0,0,0),(13193,'+3','Pentagon Shield+3',2,2,0,1,0,0,256,'',8000,8000,13194,229,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,11,-1,-1,-1,-1,-1,-1,0,0,0),(13194,'+4','Pentagon Shield+4',2,2,0,1,0,0,256,'',15000,15000,13195,230,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,15,-1,-1,-1,-1,-1,-1,0,0,0),(13195,'+5','Pentagon Shield+5',2,2,0,1,0,0,256,'',30000,30000,13196,231,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(13196,'+6','Pentagon Shield+6',2,2,0,1,0,0,256,'',45000,45000,13197,232,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(13197,'+7','Pentagon Shield+7',2,2,0,1,0,0,256,'',70000,70000,13198,233,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(13198,'+8','Pentagon Shield+8',2,2,0,1,0,0,256,'',100000,100000,13199,234,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,31,-1,-1,-1,-1,-1,-1,0,0,0),(13199,'+9','Pentagon Shield+9',2,2,0,1,0,0,256,'',150000,150000,0,0,0,15,1,21,0,0,8,-6,0,0,0,0,0,4,0,0,0,35,-1,-1,-1,-1,-1,-1,0,0,0),(13200,'氭+0','Black Round Shield+0',2,2,0,1,0,0,256,'',5000,5000,13201,235,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(13201,'氭+1','Black Round Shield+1',2,2,0,1,0,0,256,'',6500,6500,13202,236,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,6,-1,-1,-1,-1,-1,-1,0,0,0),(13202,'氭+2','Black Round Shield+2',2,2,0,1,0,0,256,'',10000,10000,13203,237,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,11,-1,-1,-1,-1,-1,-1,0,0,0),(13203,'氭+3','Black Round Shield+3',2,2,0,1,0,0,256,'',18000,18000,13204,238,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,16,-1,-1,-1,-1,-1,-1,0,0,0),(13204,'氭+4','Black Round Shield+4',2,2,0,1,0,0,256,'',30000,30000,13205,239,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(13205,'氭+5','Black Round Shield+5',2,2,0,1,0,0,256,'',60000,60000,13206,240,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(13206,'氭+6','Black Round Shield+6',2,2,0,1,0,0,256,'',90000,90000,13207,241,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,31,-1,-1,-1,-1,-1,-1,0,0,0),(13207,'氭+7','Black Round Shield+7',2,2,0,1,0,0,256,'',140000,140000,13208,242,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,36,-1,-1,-1,-1,-1,-1,0,0,0),(13208,'氭+8','Black Round Shield+8',2,2,0,1,0,0,256,'',200000,200000,13209,243,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,41,-1,-1,-1,-1,-1,-1,0,0,0),(13209,'氭+9','Black Round Shield+9',2,2,0,1,0,0,256,'',300000,300000,0,0,0,15,1,41,0,0,8,-10,0,0,0,0,0,5,0,0,0,46,-1,-1,-1,-1,-1,-1,0,0,0),(14000,'+0','Wooden Bracelet+0',2,3,0,1,0,0,8,'',500,500,14001,298,0,15,1,0,0,0,7,1,58,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14001,'+1','Wooden Bracelet+1',2,3,0,1,0,0,8,'',800,800,14002,299,0,15,1,0,0,0,7,1,58,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14002,'+2','Wooden Bracelet+2',2,3,0,1,0,0,8,'',1100,1100,14003,300,0,15,1,0,0,0,7,2,58,25,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14003,'+3','Wooden Bracelet+3',2,3,0,1,0,0,8,'',1700,1700,14004,301,0,15,1,0,0,0,7,2,58,40,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14004,'+4','Wooden Bracelet+4',2,3,0,1,0,0,8,'',2500,2500,14005,302,0,15,1,0,0,0,7,3,58,60,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14005,'+5','Wooden Bracelet+5',2,3,0,1,0,0,8,'',4000,4000,14006,303,0,15,1,0,0,0,7,3,58,90,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14006,'+6','Wooden Bracelet+6',2,3,0,1,0,0,8,'',6000,6000,14007,304,0,15,1,0,0,0,7,4,58,140,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14007,'+7','Wooden Bracelet+7',2,3,0,1,0,0,8,'',9000,9000,14008,305,0,15,1,0,0,0,7,4,58,210,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14008,'+8','Wooden Bracelet+8',2,3,0,1,0,0,8,'',13000,13000,14009,306,0,15,1,0,0,0,7,5,58,330,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14009,'+9','Wooden Bracelet+9',2,3,0,1,0,0,8,'',20000,20000,0,0,0,15,1,0,0,0,7,5,58,500,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14020,'+0','Copper Bracelet+0',2,3,0,1,0,0,8,'',500,500,14021,298,0,15,1,8,0,0,7,1,2,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14021,'+1','Copper Bracelet+1',2,3,0,1,0,0,8,'',800,800,14022,299,0,15,1,8,0,0,7,1,2,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14022,'+2','Copper Bracelet+2',2,3,0,1,0,0,8,'',1100,1100,14023,300,0,15,1,8,0,0,7,2,2,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14023,'+3','Copper Bracelet+3',2,3,0,1,0,0,8,'',1700,1700,14024,301,0,15,1,8,0,0,7,2,2,20,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14024,'+4','Copper Bracelet+4',2,3,0,1,0,0,8,'',2500,2500,14025,302,0,15,1,8,0,0,7,3,2,25,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14025,'+5','Copper Bracelet+5',2,3,0,1,0,0,8,'',4000,4000,14026,303,0,15,1,8,0,0,7,3,2,35,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14026,'+6','Copper Bracelet+6',2,3,0,1,0,0,8,'',6000,6000,14027,304,0,15,1,8,0,0,7,4,2,55,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14027,'+7','Copper Bracelet+7',2,3,0,1,0,0,8,'',9000,9000,14028,305,0,15,1,8,0,0,7,4,2,80,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14028,'+8','Copper Bracelet+8',2,3,0,1,0,0,8,'',13000,13000,14029,306,0,15,1,8,0,0,7,5,2,120,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14029,'+9','Copper Bracelet+9',2,3,0,1,0,0,8,'',20000,20000,0,0,0,15,1,8,0,0,7,5,2,180,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14040,'+0','Silver Bracelet+0',2,3,0,1,0,0,8,'',500,500,14041,298,0,15,1,15,0,0,7,1,1,20,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14041,'+1','Silver Bracelet+1',2,3,0,1,0,0,8,'',800,800,14042,299,0,15,1,15,0,0,7,1,1,35,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14042,'+2','Silver Bracelet+2',2,3,0,1,0,0,8,'',1100,1100,14043,300,0,15,1,15,0,0,7,2,1,60,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14043,'+3','Silver Bracelet+3',2,3,0,1,0,0,8,'',1700,1700,14044,301,0,15,1,15,0,0,7,2,1,90,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14044,'+4','Silver Bracelet+4',2,3,0,1,0,0,8,'',2500,2500,14045,302,0,15,1,15,0,0,7,3,1,150,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14045,'+5','Silver Bracelet+5',2,3,0,1,0,0,8,'',4000,4000,14046,303,0,15,1,15,0,0,7,3,1,250,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14046,'+6','Silver Bracelet+6',2,3,0,1,0,0,8,'',6000,6000,14047,304,0,15,1,15,0,0,7,4,1,350,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14047,'+7','Silver Bracelet+7',2,3,0,1,0,0,8,'',9000,9000,14048,305,0,15,1,15,0,0,7,4,1,500,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14048,'+8','Silver Bracelet+8',2,3,0,1,0,0,8,'',13000,13000,14049,306,0,15,1,15,0,0,7,5,1,700,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14049,'+9','Silver Bracelet+9',2,3,0,1,0,0,8,'',20000,20000,0,0,0,15,1,15,0,0,7,5,1,1200,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14060,'+0','Gold Bracelet+0',2,3,0,1,0,0,8,'',500,500,14061,298,0,15,1,22,0,0,7,1,41,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14061,'+1','Gold Bracelet+1',2,3,0,1,0,0,8,'',800,800,14062,299,0,15,1,22,0,0,7,1,41,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14062,'+2','Gold Bracelet+2',2,3,0,1,0,0,8,'',1100,1100,14063,300,0,15,1,22,0,0,7,2,41,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14063,'+3','Gold Bracelet+3',2,3,0,1,0,0,8,'',1700,1700,14064,301,0,15,1,22,0,0,7,2,41,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14064,'+4','Gold Bracelet+4',2,3,0,1,0,0,8,'',2500,2500,14065,302,0,15,1,22,0,0,7,3,41,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14065,'+5','Gold Bracelet+5',2,3,0,1,0,0,8,'',4000,4000,14066,303,0,15,1,22,0,0,7,3,41,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14066,'+6','Gold Bracelet+6',2,3,0,1,0,0,8,'',6000,6000,14067,304,0,15,1,22,0,0,7,4,41,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14067,'+7','Gold Bracelet+7',2,3,0,1,0,0,8,'',9000,9000,14068,305,0,15,1,22,0,0,7,4,41,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14068,'+8','Gold Bracelet+8',2,3,0,1,0,0,8,'',13000,13000,14069,306,0,15,1,22,0,0,7,5,41,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14069,'+9','Gold Bracelet+9',2,3,0,1,0,0,8,'',20000,20000,0,0,0,15,1,22,0,0,7,5,41,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14080,'+0','Jade Bracelet+0',2,3,0,1,0,0,8,'',1000,1000,14081,307,0,15,1,28,0,0,7,1,42,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14081,'+1','Jade Bracelet+1',2,3,0,1,0,0,8,'',1600,1600,14082,308,0,15,1,28,0,0,7,1,42,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14082,'+2','Jade Bracelet+2',2,3,0,1,0,0,8,'',2500,2500,14083,309,0,15,1,28,0,0,7,2,42,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14083,'+3','Jade Bracelet+3',2,3,0,1,0,0,8,'',5000,5000,14084,310,0,15,1,28,0,0,7,2,42,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14084,'+4','Jade Bracelet+4',2,3,0,1,0,0,8,'',10000,10000,14085,311,0,15,1,28,0,0,7,3,42,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14085,'+5','Jade Bracelet+5',2,3,0,1,0,0,8,'',20000,20000,14086,312,0,15,1,28,0,0,7,3,42,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14086,'+6','Jade Bracelet+6',2,3,0,1,0,0,8,'',40000,40000,14087,313,0,15,1,28,0,0,7,4,42,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14087,'+7','Jade Bracelet+7',2,3,0,1,0,0,8,'',80000,80000,14088,314,0,15,1,28,0,0,7,5,42,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14088,'+8','Jade Bracelet+8',2,3,0,1,0,0,8,'',150000,150000,14089,315,0,15,1,28,0,0,7,6,42,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14089,'+9','Jade Bracelet+9',2,3,0,1,0,0,8,'',300000,300000,0,0,0,15,1,28,0,0,7,7,42,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14100,'+0','Ebony Bracelet+0',2,3,0,1,0,0,8,'',1000,1000,14101,307,0,15,1,33,0,0,7,1,47,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14101,'+1','Ebony Bracelet+1',2,3,0,1,0,0,8,'',1600,1600,14102,308,0,15,1,33,0,0,7,1,47,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14102,'+2','Ebony Bracelet+2',2,3,0,1,0,0,8,'',2500,2500,14103,309,0,15,1,33,0,0,7,2,47,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14103,'+3','Ebony Bracelet+3',2,3,0,1,0,0,8,'',5000,5000,14104,310,0,15,1,33,0,0,7,2,47,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14104,'+4','Ebony Bracelet+4',2,3,0,1,0,0,8,'',10000,10000,14105,311,0,15,1,33,0,0,7,3,47,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14105,'+5','Ebony Bracelet+5',2,3,0,1,0,0,8,'',20000,20000,14106,312,0,15,1,33,0,0,7,3,47,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14106,'+6','Ebony Bracelet+6',2,3,0,1,0,0,8,'',40000,40000,14107,313,0,15,1,33,0,0,7,4,47,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14107,'+7','Ebony Bracelet+7',2,3,0,1,0,0,8,'',80000,80000,14108,314,0,15,1,33,0,0,7,5,47,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14108,'+8','Ebony Bracelet+8',2,3,0,1,0,0,8,'',150000,150000,14109,315,0,15,1,33,0,0,7,6,47,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14109,'+9','Ebony Bracelet+9',2,3,0,1,0,0,8,'',300000,300000,0,0,0,15,1,33,0,0,7,7,47,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14120,'+0','Pearl Bracelet+0',2,3,0,1,0,0,8,'',1000,1000,14121,307,0,15,1,38,0,0,7,1,2,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14121,'+1','Pearl Bracelet+1',2,3,0,1,0,0,8,'',1600,1600,14122,308,0,15,1,38,0,0,7,1,2,20,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14122,'+2','Pearl Bracelet+2',2,3,0,1,0,0,8,'',2500,2500,14123,309,0,15,1,38,0,0,7,2,2,30,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14123,'+3','Pearl Bracelet+3',2,3,0,1,0,0,8,'',5000,5000,14124,310,0,15,1,38,0,0,7,2,2,50,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14124,'+4','Pearl Bracelet+4',2,3,0,1,0,0,8,'',10000,10000,14125,311,0,15,1,38,0,0,7,3,2,75,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14125,'+5','Pearl Bracelet+5',2,3,0,1,0,0,8,'',20000,20000,14126,312,0,15,1,38,0,0,7,3,2,105,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14126,'+6','Pearl Bracelet+6',2,3,0,1,0,0,8,'',40000,40000,14127,313,0,15,1,38,0,0,7,4,2,165,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14127,'+7','Pearl Bracelet+7',2,3,0,1,0,0,8,'',80000,80000,14128,314,0,15,1,38,0,0,7,5,2,240,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14128,'+8','Pearl Bracelet+8',2,3,0,1,0,0,8,'',150000,150000,14129,315,0,15,1,38,0,0,7,6,2,350,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14129,'+9','Pearl Bracelet+9',2,3,0,1,0,0,8,'',300000,300000,0,0,0,15,1,38,0,0,7,7,2,500,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14140,'+0','White Gold Bracelet+0',2,3,0,1,0,0,8,'',1000,1000,14141,307,0,15,1,42,0,0,7,1,1,25,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14141,'+1','White Gold Bracelet+1',2,3,0,1,0,0,8,'',1600,1600,14142,308,0,15,1,42,0,0,7,1,1,40,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14142,'+2','White Gold Bracelet+2',2,3,0,1,0,0,8,'',2500,2500,14143,309,0,15,1,42,0,0,7,2,1,65,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14143,'+3','White Gold Bracelet+3',2,3,0,1,0,0,8,'',5000,5000,14144,310,0,15,1,42,0,0,7,2,1,110,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14144,'+4','White Gold Bracelet+4',2,3,0,1,0,0,8,'',10000,10000,14145,311,0,15,1,42,0,0,7,3,1,180,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14145,'+5','White Gold Bracelet+5',2,3,0,1,0,0,8,'',20000,20000,14146,312,0,15,1,42,0,0,7,3,1,300,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14146,'+6','White Gold Bracelet+6',2,3,0,1,0,0,8,'',40000,40000,14147,313,0,15,1,42,0,0,7,4,1,500,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14147,'+7','White Gold Bracelet+7',2,3,0,1,0,0,8,'',80000,80000,14148,314,0,15,1,42,0,0,7,5,1,800,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14148,'+8','White Gold Bracelet+8',2,3,0,1,0,0,8,'',150000,150000,14149,315,0,15,1,42,0,0,7,6,1,1200,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14149,'+9','White Gold Bracelet+9',2,3,0,1,0,0,8,'',300000,300000,0,0,0,15,1,42,0,0,7,7,1,1800,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14160,'+0','Crystal Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14161,316,0,15,1,46,0,0,7,1,10,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14161,'+1','Crystal Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14162,317,0,15,1,46,0,0,7,2,10,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14162,'+2','Crystal Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14163,318,0,15,1,46,0,0,7,3,10,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14163,'+3','Crystal Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14164,319,0,15,1,46,0,0,7,4,10,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14164,'+4','Crystal Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14165,320,0,15,1,46,0,0,7,5,10,19,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14165,'+5','Crystal Bracelet+5',2,3,0,1,0,0,8,'',64000,64000,14166,321,0,15,1,46,0,0,7,6,10,24,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14166,'+6','Crystal Bracelet+6',2,3,0,1,0,0,8,'',120000,120000,14167,322,0,15,1,46,0,0,7,7,10,30,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14167,'+7','Crystal Bracelet+7',2,3,0,1,0,0,8,'',250000,250000,14168,323,0,15,1,46,0,0,7,8,10,36,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14168,'+8','Crystal Bracelet+8',2,3,0,1,0,0,8,'',500000,500000,14169,324,0,15,1,46,0,0,7,9,10,45,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14169,'+9','Crystal Bracelet+9',2,3,0,1,0,0,8,'',800000,800000,0,0,0,15,1,46,0,0,7,10,10,56,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14180,'ڼ+0','Amethyst Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14181,316,0,15,1,50,0,0,7,1,11,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14181,'ڼ+1','Amethyst Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14182,317,0,15,1,50,0,0,7,2,11,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14182,'ڼ+2','Amethyst Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14183,318,0,15,1,50,0,0,7,3,11,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14183,'ڼ+3','Amethyst Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14184,319,0,15,1,50,0,0,7,4,11,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14184,'ڼ+4','Amethyst Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14185,320,0,15,1,50,0,0,7,5,11,19,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14185,'ڼ+5','Amethyst Bracelet+5',2,3,0,1,0,0,8,'',64000,64000,14186,321,0,15,1,50,0,0,7,6,11,24,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14186,'ڼ+6','Amethyst Bracelet+6',2,3,0,1,0,0,8,'',120000,120000,14187,322,0,15,1,50,0,0,7,7,11,30,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14187,'ڼ+7','Amethyst Bracelet+7',2,3,0,1,0,0,8,'',250000,250000,14188,323,0,15,1,50,0,0,7,8,11,36,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14188,'ڼ+8','Amethyst Bracelet+8',2,3,0,1,0,0,8,'',500000,500000,14189,324,0,15,1,50,0,0,7,9,11,45,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14189,'ڼ+9','Amethyst Bracelet+9',2,3,0,1,0,0,8,'',800000,800000,0,0,0,15,1,50,0,0,7,10,11,56,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14200,'õ+0','Heaven\'s Tear Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14201,316,0,15,1,54,0,0,7,1,15,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14201,'õ+1','Heaven\'s Tear Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14202,317,0,15,1,54,0,0,7,2,15,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14202,'õ+2','Heaven\'s Tear Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14203,318,0,15,1,54,0,0,7,3,15,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14203,'õ+3','Heaven\'s Tear Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14204,319,0,15,1,54,0,0,7,4,15,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14204,'õ+4','Heaven\'s Tear Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14205,320,0,15,1,54,0,0,7,5,15,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14205,'õ+5','Heaven\'s Tear Bracelet+5',2,3,0,1,0,0,8,'',64000,64000,14206,321,0,15,1,54,0,0,7,6,15,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14206,'õ+6','Heaven\'s Tear Bracelet+6',2,3,0,1,0,0,8,'',120000,120000,14207,322,0,15,1,54,0,0,7,7,15,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14207,'õ+7','Heaven\'s Tear Bracelet+7',2,3,0,1,0,0,8,'',250000,250000,14208,323,0,15,1,54,0,0,7,8,15,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14208,'õ+8','Heaven\'s Tear Bracelet+8',2,3,0,1,0,0,8,'',500000,500000,14209,324,0,15,1,54,0,0,7,9,15,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14209,'õ+9','Heaven\'s Tear Bracelet+9',2,3,0,1,0,0,8,'',800000,800000,0,0,0,15,1,54,0,0,7,10,15,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14220,'÷+0','Soul Crystal Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14221,316,0,10,1,58,0,0,7,1,42,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14221,'÷+1','Soul Crystal Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14222,317,0,10,1,58,0,0,7,2,42,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14222,'÷+2','Soul Crystal Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14223,318,0,10,1,58,0,0,7,3,42,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14223,'÷+3','Soul Crystal Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14224,319,0,10,1,58,0,0,7,4,42,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14224,'÷+4','Soul Crystal Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14225,320,0,10,1,58,0,0,7,5,42,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14225,'÷+5','Soul Crystal Bracelet+5',2,3,0,1,256,0,8,'',64000,64000,14226,321,0,10,1,58,0,0,7,6,42,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14226,'÷+6','Soul Crystal Bracelet+6',2,3,0,1,256,0,8,'',120000,120000,14227,322,0,10,1,58,0,0,7,8,42,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14227,'÷+7','Soul Crystal Bracelet+7',2,3,0,1,256,0,8,'',250000,250000,14228,323,0,10,1,58,0,0,7,10,42,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14228,'÷+8','Soul Crystal Braclet+8',2,3,0,1,256,0,8,'',500000,500000,14229,324,0,10,1,58,0,0,7,12,42,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14229,'÷+9','Soul Crystal Bracelet+9',2,3,0,1,256,0,8,'',800000,800000,0,0,0,10,1,58,0,0,7,15,42,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14500,'ȫ+0','Ruby Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14501,316,0,10,1,85,0,0,7,1,42,1,78,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14501,'ȫ+1','Ruby Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14502,317,0,10,1,85,0,0,7,2,42,1,78,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14502,'ȫ+2','Ruby Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14503,318,0,10,1,85,0,0,7,3,42,2,78,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14503,'ȫ+3','Ruby Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14504,319,0,10,1,85,0,0,7,4,42,2,78,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14504,'ȫ+4','Ruby Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14505,320,0,10,1,85,0,0,7,5,42,3,78,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14505,'ȫ+5','Ruby Bracelet+5',2,3,0,1,256,0,8,'',64000,64000,14506,321,0,10,1,85,0,0,7,6,42,3,78,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14506,'ȫ+6','Ruby Bracelet+6',2,3,0,1,256,0,8,'',120000,120000,14507,322,0,10,1,85,0,0,7,8,42,4,78,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14507,'ȫ+7','Ruby Bracelet+7',2,3,0,1,256,0,8,'',250000,250000,14508,323,0,10,1,85,0,0,7,10,42,4,78,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14508,'ȫ+8','Ruby Bracelet+8',2,3,0,1,256,0,8,'',500000,500000,14509,324,0,10,1,85,0,0,7,12,42,5,78,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14509,'ȫ+9','Ruby Bracelet+9',2,3,0,1,256,0,8,'',800000,800000,0,0,0,10,1,85,0,0,7,15,42,5,78,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14520,'+0','Garnet Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14521,316,0,10,1,90,0,0,7,1,47,1,79,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14521,'+1','Garnet Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14522,317,0,10,1,90,0,0,7,2,47,1,79,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14522,'+2','Garnet Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14523,318,0,10,1,90,0,0,7,3,47,2,79,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14523,'+3','Garnet Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14524,319,0,10,1,90,0,0,7,4,47,2,79,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14524,'+4','Garnet Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14525,320,0,10,1,90,0,0,7,5,47,3,79,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14525,'+5','Garnet Bracelet+5',2,3,0,1,256,0,8,'',64000,64000,14526,321,0,10,1,90,0,0,7,6,47,3,79,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14526,'+6','Garnet Bracelet+6',2,3,0,1,256,0,8,'',120000,120000,14527,322,0,10,1,90,0,0,7,8,47,4,79,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14527,'+7','Garnet Bracelet+7',2,3,0,1,256,0,8,'',250000,250000,14528,323,0,10,1,90,0,0,7,10,47,4,79,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14528,'+8','Garnet Bracelet+8',2,3,0,1,256,0,8,'',500000,500000,14529,324,0,10,1,90,0,0,7,12,47,5,79,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14529,'+9','Garnet Bracelet+9',2,3,0,1,256,0,8,'',800000,800000,0,0,0,10,1,90,0,0,7,15,47,5,79,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14540,'+0','Emerald Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14541,316,0,10,1,95,0,0,7,1,2,15,80,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14541,'+1','Emerald Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14542,317,0,10,1,95,0,0,7,2,2,20,80,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14542,'+2','Emerald Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14543,318,0,10,1,95,0,0,7,3,2,30,80,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14543,'+3','Emerald Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14544,319,0,10,1,95,0,0,7,4,2,50,80,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14544,'+4','Emerald Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14545,320,0,10,1,95,0,0,7,5,2,75,80,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14545,'+5','Emerald Bracelet+5',2,3,0,1,256,0,8,'',64000,64000,14546,321,0,10,1,95,0,0,7,6,2,105,80,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14546,'+6','Emerald Bracelet+6',2,3,0,1,256,0,8,'',120000,120000,14547,322,0,10,1,95,0,0,7,8,2,165,80,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14547,'+7','Emerald Bracelet+7',2,3,0,1,256,0,8,'',250000,250000,14548,323,0,10,1,95,0,0,7,10,2,240,80,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14548,'+8','Emerald Bracelet+8',2,3,0,1,256,0,8,'',500000,500000,14549,324,0,10,1,95,0,0,7,12,2,350,80,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14549,'+9','Emerald Bracelet+9',2,3,0,1,256,0,8,'',800000,800000,0,0,0,10,1,95,0,0,7,15,2,500,80,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14560,'û+0','Sapphire Bracelet+0',2,3,0,1,0,0,8,'',3000,3000,14561,316,0,10,1,100,0,0,7,1,1,25,81,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14561,'û+1','Sapphire Bracelet+1',2,3,0,1,0,0,8,'',4800,4800,14562,317,0,10,1,100,0,0,7,2,1,40,81,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14562,'û+2','Sapphire Bracelet+2',2,3,0,1,0,0,8,'',8000,8000,14563,318,0,10,1,100,0,0,7,3,1,65,81,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14563,'û+3','Sapphire Bracelet+3',2,3,0,1,0,0,8,'',16000,16000,14564,319,0,10,1,100,0,0,7,4,1,110,81,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14564,'û+4','Sapphire Bracelet+4',2,3,0,1,0,0,8,'',32000,32000,14565,320,0,10,1,100,0,0,7,5,1,180,81,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14565,'û+5','Sapphire Bracelet+5',2,3,0,1,256,0,8,'',64000,64000,14566,321,0,10,1,100,0,0,7,6,1,300,81,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14566,'û+6','Sapphire Bracelet+6',2,3,0,1,256,0,8,'',120000,120000,14567,322,0,10,1,100,0,0,7,8,1,500,81,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14567,'û+7','Sapphire Bracelet+7',2,3,0,1,256,0,8,'',250000,250000,14568,323,0,10,1,100,0,0,7,10,1,800,81,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14568,'û+8','Sapphire Bracelet+8',2,3,0,1,256,0,8,'',500000,500000,14569,324,0,10,1,100,0,0,7,12,1,1200,81,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(14569,'û+9','Sapphire Bracelet+9',2,3,0,1,256,0,8,'',800000,800000,0,0,0,10,1,100,0,0,7,15,1,1800,81,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15000,'׽Ź+0','Leather Shoes+0',2,4,0,1,0,0,4,'',500,500,15001,190,0,15,1,0,0,0,8,2,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15001,'׽Ź+1','Leather Shoes+1',2,4,0,1,0,0,4,'',800,800,15002,191,0,15,1,0,0,0,8,3,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15002,'׽Ź+2','Leather Shoes+2',2,4,0,1,0,0,4,'',1100,1100,15003,192,0,15,1,0,0,0,8,4,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15003,'׽Ź+3','Leather Shoes+3',2,4,0,1,0,0,4,'',1700,1700,15004,193,0,15,1,0,0,0,8,5,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15004,'׽Ź+4','Leather Shoes+4',2,4,0,1,0,0,4,'',2500,2500,15005,194,0,15,1,0,0,0,8,6,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15005,'׽Ź+5','Leather Shoes+5',2,4,0,1,0,0,4,'',4000,4000,15006,195,0,15,1,0,0,0,8,7,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15006,'׽Ź+6','Leather Shoes+6',2,4,0,1,0,0,4,'',6000,6000,15007,196,0,15,1,0,0,0,8,9,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15007,'׽Ź+7','Leather Shoes+7',2,4,0,1,0,0,4,'',9000,9000,15008,197,0,15,1,0,0,0,8,11,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15008,'׽Ź+8','Leather Shoes+8',2,4,0,1,0,0,4,'',13000,13000,15009,198,0,15,1,0,0,0,8,13,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15009,'׽Ź+9','Leather Shoes+9',2,4,0,1,0,0,4,'',20000,20000,0,0,0,15,1,0,0,0,8,15,0,0,0,0,0,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15020,'ǽŹ+0','Bamboo Skin Shoes+0',2,4,0,1,0,0,4,'',500,500,15021,190,0,15,1,9,0,0,8,2,35,1,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15021,'ǽŹ+1','Bamboo Skin Shoes+1',2,4,0,1,0,0,4,'',800,800,15022,191,0,15,1,9,0,0,8,3,35,2,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15022,'ǽŹ+2','Bamboo Skin Shoes+2',2,4,0,1,0,0,4,'',1100,1100,15023,192,0,15,1,9,0,0,8,4,35,3,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15023,'ǽŹ+3','Bamboo Skin Shoes+3',2,4,0,1,0,0,4,'',1700,1700,15024,193,0,15,1,9,0,0,8,5,35,4,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15024,'ǽŹ+4','Bamboo Skin Shoes+4',2,4,0,1,0,0,4,'',2500,2500,15025,194,0,15,1,9,0,0,8,6,35,5,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15025,'ǽŹ+5','Bamboo Skin Shoes+5',2,4,0,1,0,0,4,'',4000,4000,15026,195,0,15,1,9,0,0,8,7,35,6,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15026,'ǽŹ+6','Bamboo Skin Shoes+6',2,4,0,1,0,0,4,'',6000,6000,15027,196,0,15,1,9,0,0,8,9,35,7,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15027,'ǽŹ+7','Bamboo Skin Shoes+7',2,4,0,1,0,0,4,'',9000,9000,15028,197,0,15,1,9,0,0,8,11,35,8,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15028,'ǽŹ+8','Bamboo Skin Shoes+8',2,4,0,1,0,0,4,'',13000,13000,15029,198,0,15,1,9,0,0,8,13,35,9,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15029,'ǽŹ+9','Bamboo Skin Shoes+9',2,4,0,1,0,0,4,'',20000,20000,0,0,0,15,1,9,0,0,8,15,35,10,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15040,'Ź+0','Wooden Shoes+0',2,4,0,1,0,0,4,'',500,500,15041,190,0,15,1,17,0,0,8,2,36,1,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15041,'Ź+1','Wooden Shoes+1',2,4,0,1,0,0,4,'',800,800,15042,191,0,15,1,17,0,0,8,3,36,2,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15042,'Ź+2','Wooden Shoes+2',2,4,0,1,0,0,4,'',1100,1100,15043,192,0,15,1,17,0,0,8,4,36,3,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15043,'Ź+3','Wooden Shoes+3',2,4,0,1,0,0,4,'',1700,1700,15044,193,0,15,1,17,0,0,8,5,36,4,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15044,'Ź+4','Wooden Shoes+4',2,4,0,1,0,0,4,'',2500,2500,15045,194,0,15,1,17,0,0,8,6,36,5,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15045,'Ź+5','Wooden Shoes+5',2,4,0,1,0,0,4,'',4000,4000,15046,195,0,15,1,17,0,0,8,7,36,6,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15046,'Ź+6','Wooden Shoes+6',2,4,0,1,0,0,4,'',6000,6000,15047,196,0,15,1,17,0,0,8,9,36,7,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15047,'Ź+7','Wooden Shoes+7',2,4,0,1,0,0,4,'',9000,9000,15048,197,0,15,1,17,0,0,8,11,36,8,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15048,'Ź+8','Wooden Shoes+8',2,4,0,1,0,0,4,'',13000,13000,15049,198,0,15,1,17,0,0,8,13,36,9,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15049,'Ź+9','Wooden Shoes+9',2,4,0,1,0,0,4,'',20000,20000,0,0,0,15,1,17,0,0,8,15,36,10,0,0,0,2,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15060,'ݻŹ+0','Gold Threaded Shoes+0',2,4,0,1,0,0,4,'',500,500,15061,190,0,15,1,23,0,0,8,2,38,1,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15061,'ݻŹ+1','Gold Threaded Shoes+1',2,4,0,1,0,0,4,'',800,800,15062,191,0,15,1,23,0,0,8,3,38,2,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15062,'ݻŹ+2','Gold Threaded Shoes+2',2,4,0,1,0,0,4,'',1100,1100,15063,192,0,15,1,23,0,0,8,4,38,3,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15063,'ݻŹ+3','Gold Threaded Shoes+3',2,4,0,1,0,0,4,'',1700,1700,15064,193,0,15,1,23,0,0,8,5,38,4,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15064,'ݻŹ+4','Gold Threaded Shoes+4',2,4,0,1,0,0,4,'',2500,2500,15065,194,0,15,1,23,0,0,8,6,38,5,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15065,'ݻŹ+5','Gold Threaded Shoes+5',2,4,0,1,0,0,4,'',4000,4000,15066,195,0,15,1,23,0,0,8,7,38,6,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15066,'ݻŹ+6','Gold Threaded Shoes+6',2,4,0,1,0,0,4,'',6000,6000,15067,196,0,15,1,23,0,0,8,9,38,7,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15067,'ݻŹ+7','Gold Threaded Shoes+7',2,4,0,1,0,0,4,'',9000,9000,15068,197,0,15,1,23,0,0,8,11,38,8,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15068,'ݻŹ+8','Gold Threaded Shoes+8',2,4,0,1,0,0,4,'',13000,13000,15069,198,0,15,1,23,0,0,8,13,38,9,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15069,'ݻŹ+9','Gold Threaded Shoes+9',2,4,0,1,0,0,4,'',20000,20000,0,0,0,15,1,23,0,0,8,15,38,10,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15080,'ȭ+0','Leather Boots+0',2,4,0,1,0,0,4,'',1000,1000,15081,199,0,15,1,29,0,0,8,3,34,2,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15081,'ȭ+1','Leather Boots+1',2,4,0,1,0,0,4,'',1600,1600,15082,200,0,15,1,29,0,0,8,4,34,4,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15082,'ȭ+2','Leather Boots+2',2,4,0,1,0,0,4,'',2500,2500,15083,201,0,15,1,29,0,0,8,5,34,6,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15083,'ȭ+3','Leather Boots+3',2,4,0,1,0,0,4,'',5000,5000,15084,202,0,15,1,29,0,0,8,6,34,8,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15084,'ȭ+4','Leather Boots+4',2,4,0,1,0,0,4,'',10000,10000,15085,203,0,15,1,29,0,0,8,8,34,10,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15085,'ȭ+5','Leather Boots+5',2,4,0,1,0,0,4,'',20000,20000,15086,204,0,15,1,29,0,0,8,10,34,12,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15086,'ȭ+6','Leather Boots+6',2,4,0,1,0,0,4,'',40000,40000,15087,205,0,15,1,29,0,0,8,12,34,14,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15087,'ȭ+7','Leather Boots+7',2,4,0,1,0,0,4,'',80000,80000,15088,206,0,15,1,29,0,0,8,14,34,16,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15088,'ȭ+8','Leather Boots+8',2,4,0,1,0,0,4,'',120000,120000,15089,207,0,15,1,29,0,0,8,17,34,18,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15089,'ȭ+9','Leather Boots+9',2,4,0,1,0,0,4,'',240000,240000,0,0,0,15,1,29,0,0,8,20,34,20,0,0,0,3,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15100,'Ź+0','Golden Shoes+0',2,4,0,1,0,0,4,'',1000,1000,15101,199,0,15,1,34,0,0,8,3,58,20,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15101,'Ź+1','Golden Shoes+1',2,4,0,1,0,0,4,'',1600,1600,15102,200,0,15,1,34,0,0,8,4,58,30,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15102,'Ź+2','Golden Shoes+2',2,4,0,1,0,0,4,'',2500,2500,15103,201,0,15,1,34,0,0,8,5,58,45,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15103,'Ź+3','Golden Shoes+3',2,4,0,1,0,0,4,'',5000,5000,15104,202,0,15,1,34,0,0,8,6,58,70,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15104,'Ź+4','Golden Shoes+4',2,4,0,1,0,0,4,'',10000,10000,15105,203,0,15,1,34,0,0,8,8,58,100,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15105,'Ź+5','Golden Shoes+5',2,4,0,1,0,0,4,'',20000,20000,15106,204,0,15,1,34,0,0,8,10,58,150,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15106,'Ź+6','Golden Shoes+6',2,4,0,1,0,0,4,'',40000,40000,15107,205,0,15,1,34,0,0,8,12,58,230,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15107,'Ź+7','Golden Shoes+7',2,4,0,1,0,0,4,'',80000,80000,15108,206,0,15,1,34,0,0,8,14,58,350,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15108,'Ź+8','Golden Shoes+8',2,4,0,1,0,0,4,'',120000,120000,15109,207,0,15,1,34,0,0,8,17,58,530,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15109,'Ź+9','Golden Shoes+9',2,4,0,1,0,0,4,'',240000,240000,0,0,0,15,1,34,0,0,8,20,58,800,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15120,'ûȭ+0','Bronze Boots+0',2,4,0,1,0,0,4,'',1000,1000,15121,199,0,15,1,39,0,0,8,3,41,1,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15121,'ûȭ+1','Bronze Boots+1',2,4,0,1,0,0,4,'',1600,1600,15122,200,0,15,1,39,0,0,8,4,41,2,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15122,'ûȭ+2','Bronze Boots+2',2,4,0,1,0,0,4,'',2500,2500,15123,201,0,15,1,39,0,0,8,5,41,3,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15123,'ûȭ+3','Bronze Boots+3',2,4,0,1,0,0,4,'',5000,5000,15124,202,0,15,1,39,0,0,8,6,41,4,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15124,'ûȭ+4','Bronze Boots+4',2,4,0,1,0,0,4,'',10000,10000,15125,203,0,15,1,39,0,0,8,8,41,5,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15125,'ûȭ+5','Bronze Boots+5',2,4,0,1,0,0,4,'',20000,20000,15126,204,0,15,1,39,0,0,8,10,41,6,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15126,'ûȭ+6','Bronze Boots+6',2,4,0,1,0,0,4,'',40000,40000,15127,205,0,15,1,39,0,0,8,12,41,7,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15127,'ûȭ+7','Bronze Boots+7',2,4,0,1,0,0,4,'',80000,80000,15128,206,0,15,1,39,0,0,8,14,41,8,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15128,'ûȭ+8','Bronze Boots+8',2,4,0,1,0,0,4,'',120000,120000,15129,207,0,15,1,39,0,0,8,17,41,9,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15129,'ûȭ+9','Bronze Boots+9',2,4,0,1,0,0,4,'',240000,240000,0,0,0,15,1,39,0,0,8,20,41,10,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15140,'Ź+0','Jade Shoes+0',2,4,0,1,0,0,4,'',1000,1000,15141,199,0,15,1,43,0,0,8,3,43,1,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15141,'Ź+1','Jade Shoes+1',2,4,0,1,0,0,4,'',1600,1600,15142,200,0,15,1,43,0,0,8,4,43,1,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15142,'Ź+2','Jade Shoes+2',2,4,0,1,0,0,4,'',2500,2500,15143,201,0,15,1,43,0,0,8,5,43,2,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15143,'Ź+3','Jade Shoes+3',2,4,0,1,0,0,4,'',5000,5000,15144,202,0,15,1,43,0,0,8,6,43,2,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15144,'Ź+4','Jade Shoes+4',2,4,0,1,0,0,4,'',10000,10000,15145,203,0,15,1,43,0,0,8,8,43,3,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15145,'Ź+5','Jade Shoes+5',2,4,0,1,0,0,4,'',20000,20000,15146,204,0,15,1,43,0,0,8,10,43,3,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15146,'Ź+6','Jade Shoes+6',2,4,0,1,0,0,4,'',40000,40000,15147,205,0,15,1,43,0,0,8,12,43,4,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15147,'Ź+7','Jade Shoes+7',2,4,0,1,0,0,4,'',80000,80000,15148,206,0,15,1,43,0,0,8,14,43,4,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15148,'Ź+8','Jade Shoes+8',2,4,0,1,0,0,4,'',120000,120000,15149,207,0,15,1,43,0,0,8,17,43,5,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15149,'Ź+9','Jade Shoes+9',2,4,0,1,0,0,4,'',240000,240000,0,0,0,15,1,43,0,0,8,20,43,5,0,0,0,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15160,'ŽŹ+0','Ecstasy Shoes+0',2,4,0,1,0,0,4,'',4000,4000,15161,208,0,15,1,47,0,0,8,5,9,1,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15161,'ŽŹ+1','Ecstasy Shoes+1',2,4,0,1,0,0,4,'',8000,8000,15162,209,0,15,1,47,0,0,8,6,9,2,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15162,'ŽŹ+2','Ecstasy Shoes+2',2,4,0,1,0,0,4,'',16000,16000,15163,210,0,15,1,47,0,0,8,7,9,3,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15163,'ŽŹ+3','Ecstasy Shoes+3',2,4,0,1,0,0,4,'',32000,32000,15164,211,0,15,1,47,0,0,8,8,9,4,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15164,'ŽŹ+4','Ecstasy Shoes+4',2,4,0,1,0,0,4,'',64000,64000,15165,212,0,15,1,47,0,0,8,9,9,5,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15165,'ŽŹ+5','Ecstasy Shoes+5',2,4,0,1,0,0,4,'',120000,120000,15166,213,0,15,1,47,0,0,8,12,9,6,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15166,'ŽŹ+6','Ecstasy Shoes+6',2,4,0,1,0,0,4,'',250000,250000,15167,214,0,15,1,47,0,0,8,15,9,7,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15167,'ŽŹ+7','Ecstasy Shoes+7',2,4,0,1,0,0,4,'',300000,300000,15168,215,0,15,1,47,0,0,8,18,9,8,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15168,'ŽŹ+8','Ecstasy Shoes+8',2,4,0,1,0,0,4,'',500000,500000,15169,216,0,15,1,47,0,0,8,20,9,9,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15169,'ŽŹ+9','Ecstasy Shoes+9',2,4,0,1,0,0,4,'',700000,700000,15370,530,0,15,1,47,0,0,8,25,9,10,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15180,'ȭ+0','Nimbus Boots+0',2,4,0,1,0,0,4,'',4000,4000,15181,208,0,15,1,51,0,0,8,5,28,1,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15181,'ȭ+1','Nimbus Boots+1',2,4,0,1,0,0,4,'',8000,8000,15182,209,0,15,1,51,0,0,8,6,28,2,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15182,'ȭ+2','Nimbus Boots+2',2,4,0,1,0,0,4,'',16000,16000,15183,210,0,15,1,51,0,0,8,7,28,3,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15183,'ȭ+3','Nimbus Boots+3',2,4,0,1,0,0,4,'',32000,32000,15184,211,0,15,1,51,0,0,8,8,28,4,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15184,'ȭ+4','Nimbus Boots+4',2,4,0,1,0,0,4,'',64000,64000,15185,212,0,15,1,51,0,0,8,9,28,5,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15185,'ȭ+5','Nimbus Boots+5',2,4,0,1,0,0,4,'',120000,120000,15186,213,0,15,1,51,0,0,8,12,28,6,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15186,'ȭ+6','Nimbus Boots+6',2,4,0,1,0,0,4,'',250000,250000,15187,214,0,15,1,51,0,0,8,15,28,7,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15187,'ȭ+7','Nimbus Boots+7',2,4,0,1,0,0,4,'',300000,300000,15188,215,0,15,1,51,0,0,8,18,28,8,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15188,'ȭ+8','Nimbus Boots+8',2,4,0,1,0,0,4,'',500000,500000,15189,216,0,15,1,51,0,0,8,20,28,9,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15189,'ȭ+9','Nimbus Boots+9',2,4,0,1,0,0,4,'',700000,700000,15390,530,0,15,1,51,0,0,8,25,28,10,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15200,'õؽŹ+0','Phoenix Shoes+0',2,4,0,1,0,0,4,'',4000,4000,15201,208,0,15,1,55,0,0,8,5,27,1,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15201,'õؽŹ+1','Phoenix Shoes+1',2,4,0,1,0,0,4,'',8000,8000,15202,209,0,15,1,55,0,0,8,6,27,2,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15202,'õؽŹ+2','Phoenix Shoes+2',2,4,0,1,0,0,4,'',16000,16000,15203,210,0,15,1,55,0,0,8,7,27,3,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15203,'õؽŹ+3','Phoenix Shoes+3',2,4,0,1,0,0,4,'',32000,32000,15204,211,0,15,1,55,0,0,8,8,27,4,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15204,'õؽŹ+4','Phoenix Shoes+4',2,4,0,1,0,0,4,'',64000,64000,15205,212,0,15,1,55,0,0,8,9,27,5,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15205,'õؽŹ+5','Phoenix Shoes+5',2,4,0,1,0,0,4,'',120000,120000,15206,213,0,15,1,55,0,0,8,12,27,6,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15206,'õؽŹ+6','Phoenix Shoes+6',2,4,0,1,0,0,4,'',250000,250000,15207,214,0,15,1,55,0,0,8,15,27,7,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15207,'õؽŹ+7','Phoenix Shoes+7',2,4,0,1,0,0,4,'',300000,300000,15208,215,0,15,1,55,0,0,8,18,27,8,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15208,'õؽŹ+8','Phoenix Shoes+8',2,4,0,1,0,0,4,'',500000,500000,15209,216,0,15,1,55,0,0,8,20,27,9,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15209,'õؽŹ+9','Phoenix Shoes+9',2,4,0,1,0,0,4,'',700000,700000,15410,530,0,15,1,55,0,0,8,25,27,10,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15220,'ȭŹ+0','Fire Bird Shoes+0',2,4,0,1,0,0,4,'',4000,4000,15221,208,0,15,1,59,0,0,8,5,54,1,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15221,'ȭŹ+1','Fire Bird Shoes+1',2,4,0,1,0,0,4,'',8000,8000,15222,209,0,15,1,59,0,0,8,6,54,2,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15222,'ȭŹ+2','Fire Bird Shoes+2',2,4,0,1,0,0,4,'',16000,16000,15223,210,0,15,1,59,0,0,8,7,54,3,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15223,'ȭŹ+3','Fire Bird Shoes+3',2,4,0,1,0,0,4,'',32000,32000,15224,211,0,15,1,59,0,0,8,8,54,4,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15224,'ȭŹ+4','Fire Bird Shoes+4',2,4,0,1,0,0,4,'',64000,64000,15225,212,0,15,1,59,0,0,8,9,54,5,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15225,'ȭŹ+5','Fire Bird Shoes+5',2,4,0,1,0,0,4,'',120000,120000,15226,213,0,15,1,59,0,0,8,12,54,6,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15226,'ȭŹ+6','Fire Bird Shoes+6',2,4,0,1,0,0,4,'',250000,250000,15227,214,0,15,1,59,0,0,8,15,54,7,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15227,'ȭŹ+7','Fire Bird Shoes+7',2,4,0,1,0,0,4,'',300000,300000,15228,215,0,15,1,59,0,0,8,18,54,8,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15228,'ȭŹ+8','Fire Bird Shoes+8',2,4,0,1,0,0,4,'',500000,500000,15229,216,0,15,1,59,0,0,8,20,54,9,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15229,'ȭŹ+9','Fire Bird Shoes+9',2,4,0,1,0,0,4,'',700000,700000,15430,530,0,15,1,59,0,0,8,25,54,10,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15240,'ǽŹ+0','Dragon Skin Shoes+0',2,4,0,1,0,0,4,'',2000,2000,15241,208,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15241,'ǽŹ+1','Dragon Skin Shoes+1',2,4,0,1,0,0,4,'',2500,2500,15242,209,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15242,'ǽŹ+2','Dragon Skin Shoes+2',2,4,0,1,0,0,4,'',4000,4000,15243,210,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15243,'ǽŹ+3','Dragon Skin Shoes+3',2,4,0,1,0,0,4,'',8000,8000,15244,211,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15244,'ǽŹ+4','Dragon Skin Shoes+4',2,4,0,1,0,0,4,'',16000,16000,15245,212,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15245,'ǽŹ+5','Dragon Skin Shoes+5',2,4,0,1,0,0,4,'',32000,32000,15246,213,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15246,'ǽŹ+6','Dragon Skin Shoes+6',2,4,0,1,0,0,4,'',64000,64000,15247,214,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15247,'ǽŹ+7','Dragon Skin Shoes+7',2,4,0,1,0,0,4,'',120000,120000,15248,215,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15248,'ǽŹ+8','Dragon Skin Shoes+8',2,4,0,1,0,0,4,'',250000,250000,15249,216,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15249,'ǽŹ+9','Dragon Skin Shoes+9',2,4,0,1,0,0,4,'',500000,500000,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15370,'ŽŹ+0','Euphoria Shoes +0',2,4,0,1,0,0,4,'',4000,4000,15371,208,0,15,1,65,1,0,8,25,9,11,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15371,'ŽŹ+1','Euphoria Shoes +1',2,4,0,1,0,0,4,'',8000,8000,15372,209,0,15,1,66,1,0,8,25,9,12,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15372,'ŽŹ+2','Euphoria Shoes +2',2,4,0,1,0,0,4,'',16000,16000,15373,210,0,15,1,67,1,0,8,25,9,13,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15373,'ŽŹ+3','Euphoria Shoes +3',2,4,0,1,0,0,4,'',32000,32000,15374,211,0,15,1,68,1,0,8,25,9,14,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15374,'ŽŹ+4','Euphoria Shoes +4',2,4,0,1,256,0,4,'',64000,64000,15375,400,0,15,1,69,1,0,8,25,9,15,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15375,'ŽŹ+5','Euphoria Shoes +5',2,4,0,1,256,0,4,'',120000,120000,15376,401,0,15,1,70,1,0,8,25,9,16,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15376,'ŽŹ+6','Euphoria Shoes +6',2,4,0,1,256,0,4,'',250000,250000,15377,214,0,15,1,71,1,0,8,25,9,17,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15377,'ŽŹ+7','Euphoria Shoes +7',2,4,0,1,256,0,4,'',300000,300000,15378,215,0,15,1,72,1,0,8,25,9,18,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15378,'ŽŹ+8','Euphoria Shoes +8',2,4,0,1,256,0,4,'',500000,500000,15379,216,0,15,1,73,1,0,8,25,9,19,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15379,'ŽŹ+9','Euphoria Shoes +9',2,4,0,1,256,0,4,'',700000,700000,0,0,0,15,1,75,1,0,8,25,9,20,0,0,0,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15390,'ȭ+0','Glory Boots +0',2,4,0,1,0,0,4,'',4000,4000,15391,208,0,15,1,65,1,0,8,25,28,11,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15391,'ȭ+1','Glory Boots +1',2,4,0,1,0,0,4,'',8000,8000,15392,209,0,15,1,66,1,0,8,25,28,12,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15392,'ȭ+2','Glory Boots +2',2,4,0,1,0,0,4,'',16000,16000,15393,210,0,15,1,67,1,0,8,25,28,13,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15393,'ȭ+3','Glory Boots +3',2,4,0,1,0,0,4,'',32000,32000,15394,211,0,15,1,68,1,0,8,25,28,14,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15394,'ȭ+4','Glory Boots +4',2,4,0,1,256,0,4,'',64000,64000,15395,400,0,15,1,69,1,0,8,25,28,15,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15395,'ȭ+5','Glory Boots +5',2,4,0,1,256,0,4,'',120000,120000,15396,401,0,15,1,70,1,0,8,25,28,16,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15396,'ȭ+6','Glory Boots +6',2,4,0,1,256,0,4,'',250000,250000,15397,214,0,15,1,71,1,0,8,25,28,17,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15397,'ȭ+7','Glory Boots +7',2,4,0,1,256,0,4,'',300000,300000,15398,215,0,15,1,72,1,0,8,25,28,18,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15398,'ȭ+8','Glory Boots +8',2,4,0,1,256,0,4,'',500000,500000,15399,216,0,15,1,73,1,0,8,25,28,19,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15399,'ȭ+9','Glory Boots +9',2,4,0,1,256,0,4,'',700000,700000,0,0,0,15,1,75,1,0,8,25,28,20,0,0,0,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15410,'õؽŹ+0','Qilin Shoes +0',2,4,0,1,0,0,4,'',4000,4000,15411,208,0,15,1,65,1,0,8,25,27,11,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15411,'õؽŹ+1','Qilin Shoes +1',2,4,0,1,0,0,4,'',8000,8000,15412,209,0,15,1,66,1,0,8,25,27,12,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15412,'õؽŹ+2','Qilin Shoes +2',2,4,0,1,0,0,4,'',16000,16000,15413,210,0,15,1,67,1,0,8,25,27,13,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15413,'õؽŹ+3','Qilin Shoes +3',2,4,0,1,0,0,4,'',32000,32000,15414,211,0,15,1,68,1,0,8,25,27,14,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15414,'õؽŹ+4','Qilin Shoes +4',2,4,0,1,256,0,4,'',64000,64000,15415,400,0,15,1,69,1,0,8,25,27,15,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15415,'õؽŹ+5','Qilin Shoes +5',2,4,0,1,256,0,4,'',120000,120000,15416,401,0,15,1,70,1,0,8,25,27,16,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15416,'õؽŹ+6','Qilin Shoes +6',2,4,0,1,256,0,4,'',250000,250000,15417,214,0,15,1,71,1,0,8,25,27,17,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15417,'õؽŹ+7','Qilin Shoes +7',2,4,0,1,256,0,4,'',300000,300000,15418,215,0,15,1,72,1,0,8,25,27,18,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15418,'õؽŹ+8','Qilin Shoes +8',2,4,0,1,256,0,4,'',500000,500000,15419,216,0,15,1,73,1,0,8,25,27,19,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15419,'õؽŹ+9','Qilin Shoes +9',2,4,0,1,256,0,4,'',700000,700000,0,0,0,15,1,75,1,0,8,25,27,20,0,0,0,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15430,'ȭŹ+0','Kingfisher Shoes +0',2,4,0,1,0,0,4,'',4000,4000,15431,208,0,15,1,65,1,0,8,25,54,11,0,0,0,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15431,'ȭŹ+1','Kingfisher Shoes +1',2,4,0,1,0,0,4,'',8000,8000,15432,209,0,15,1,66,1,0,8,25,54,12,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15432,'ȭŹ+2','Kingfisher Shoes +2',2,4,0,1,0,0,4,'',16000,16000,15433,210,0,15,1,67,1,0,8,25,54,13,0,0,0,6,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15433,'ȭŹ+3','Kingfisher Shoes +3',2,4,0,1,0,0,4,'',32000,32000,15434,211,0,15,1,68,1,0,8,25,54,14,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15434,'ȭŹ+4','Kingfisher Shoes +4',2,4,0,1,256,0,4,'',64000,64000,15435,400,0,15,1,69,1,0,8,25,54,15,0,0,0,7,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15435,'ȭŹ+5','Kingfisher Shoes +5',2,4,0,1,256,0,4,'',120000,120000,15436,401,0,15,1,70,1,0,8,25,54,16,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15436,'ȭŹ+6','Kingfisher Shoes +6',2,4,0,1,256,0,4,'',250000,250000,15437,214,0,15,1,71,1,0,8,25,54,17,0,0,0,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15437,'ȭŹ+7','Kingfisher Shoes +7',2,4,0,1,256,0,4,'',300000,300000,15438,215,0,15,1,72,1,0,8,25,54,18,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15438,'ȭŹ+8','Kingfisher Shoes +8',2,4,0,1,256,0,4,'',500000,500000,15439,216,0,15,1,73,1,0,8,25,54,19,0,0,0,9,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(15439,'ȭŹ+9','Kingfisher Shoes +9',2,4,0,1,256,0,4,'',700000,700000,0,0,0,15,1,75,1,0,8,25,54,20,0,0,0,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16000,'+0','Wooden Necklace+0',2,5,0,1,0,0,32,'',500,500,16001,244,0,15,1,0,0,0,9,2,35,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16001,'+1','Wooden Necklace+1',2,5,0,1,0,0,32,'',800,800,16002,245,0,15,1,0,0,0,9,4,35,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16002,'+2','Wooden Necklace+2',2,5,0,1,0,0,32,'',1100,1100,16003,246,0,15,1,0,0,0,9,6,35,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16003,'+3','Wooden Necklace+3',2,5,0,1,0,0,32,'',1700,1700,16004,247,0,15,1,0,0,0,9,8,35,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16004,'+4','Wooden Necklace+4',2,5,0,1,0,0,32,'',2500,2500,16005,248,0,15,1,0,0,0,9,10,35,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16005,'+5','Wooden Necklace+5',2,5,0,1,0,0,32,'',4000,4000,16006,249,0,15,1,0,0,0,9,12,35,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16006,'+6','Wooden Necklace+6',2,5,0,1,0,0,32,'',6000,6000,16007,250,0,15,1,0,0,0,9,14,35,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16007,'+7','Wooden Necklace+7',2,5,0,1,0,0,32,'',9000,9000,16008,251,0,15,1,0,0,0,9,16,35,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16008,'+8','Wooden Necklace+8',2,5,0,1,0,0,32,'',13000,13000,16009,252,0,15,1,0,0,0,9,18,35,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16009,'+9','Wooden Necklace+9',2,5,0,1,0,0,32,'',20000,20000,0,0,0,15,1,0,0,0,9,20,35,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16020,'+0','Copper Necklace+0',2,5,0,1,0,0,32,'',500,500,16021,244,0,15,1,8,0,0,9,2,36,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16021,'+1','Copper Necklace+1',2,5,0,1,0,0,32,'',800,800,16022,245,0,15,1,8,0,0,9,4,36,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16022,'+2','Copper Necklace+2',2,5,0,1,0,0,32,'',1100,1100,16023,246,0,15,1,8,0,0,9,6,36,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16023,'+3','Copper Necklace+3',2,5,0,1,0,0,32,'',1700,1700,16024,247,0,15,1,8,0,0,9,8,36,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16024,'+4','Copper Necklace+4',2,5,0,1,0,0,32,'',2500,2500,16025,248,0,15,1,8,0,0,9,10,36,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16025,'+5','Copper Necklace+5',2,5,0,1,0,0,32,'',4000,4000,16026,249,0,15,1,8,0,0,9,12,36,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16026,'+6','Copper Necklace+6',2,5,0,1,0,0,32,'',6000,6000,16027,250,0,15,1,8,0,0,9,14,36,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16027,'+7','Copper Necklace+7',2,5,0,1,0,0,32,'',9000,9000,16028,251,0,15,1,8,0,0,9,16,36,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16028,'+8','Copper Necklace+8',2,5,0,1,0,0,32,'',13000,13000,16029,252,0,15,1,8,0,0,9,18,36,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16029,'+9','Copper Necklace+9',2,5,0,1,0,0,32,'',20000,20000,0,0,0,15,1,8,0,0,9,20,36,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16040,'+0','Silver Necklace+0',2,5,0,1,0,0,32,'',500,500,16041,244,0,15,1,15,0,0,9,2,38,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16041,'+1','Silver Necklace+1',2,5,0,1,0,0,32,'',800,800,16042,245,0,15,1,15,0,0,9,4,38,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16042,'+2','Silver Necklace+2',2,5,0,1,0,0,32,'',1100,1100,16043,246,0,15,1,15,0,0,9,6,38,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16043,'+3','Silver Necklace+3',2,5,0,1,0,0,32,'',1700,1700,16044,247,0,15,1,15,0,0,9,8,38,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16044,'+4','Silver Necklace+4',2,5,0,1,0,0,32,'',2500,2500,16045,248,0,15,1,15,0,0,9,10,38,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16045,'+5','Silver Necklace+5',2,5,0,1,0,0,32,'',4000,4000,16046,249,0,15,1,15,0,0,9,12,38,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16046,'+6','Silver Necklace+6',2,5,0,1,0,0,32,'',6000,6000,16047,250,0,15,1,15,0,0,9,14,38,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16047,'+7','Silver Necklace+7',2,5,0,1,0,0,32,'',9000,9000,16048,251,0,15,1,15,0,0,9,16,38,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16048,'+8','Silver Necklace+8',2,5,0,1,0,0,32,'',13000,13000,16049,252,0,15,1,15,0,0,9,18,38,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16049,'+9','Silver Necklace+9',2,5,0,1,0,0,32,'',20000,20000,0,0,0,15,1,15,0,0,9,20,38,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16060,'ݸ+0','Golden Necklace+0',2,5,0,1,0,0,32,'',500,500,16061,244,0,15,1,22,0,0,9,2,34,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16061,'ݸ+1','Golden Necklace+1',2,5,0,1,0,0,32,'',800,800,16062,245,0,15,1,22,0,0,9,4,34,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16062,'ݸ+2','Golden Necklace+2',2,5,0,1,0,0,32,'',1100,1100,16063,246,0,15,1,22,0,0,9,6,34,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16063,'ݸ+3','Golden Necklace+3',2,5,0,1,0,0,32,'',1700,1700,16064,247,0,15,1,22,0,0,9,8,34,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16064,'ݸ+4','Golden Necklace+4',2,5,0,1,0,0,32,'',2500,2500,16065,248,0,15,1,22,0,0,9,10,34,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16065,'ݸ+5','Golden Necklace+5',2,5,0,1,0,0,32,'',4000,4000,16066,249,0,15,1,22,0,0,9,12,34,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16066,'ݸ+6','Golden Necklace+6',2,5,0,1,0,0,32,'',6000,6000,16067,250,0,15,1,22,0,0,9,14,34,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16067,'ݸ+7','Golden Necklace+7',2,5,0,1,0,0,32,'',9000,9000,16068,251,0,15,1,22,0,0,9,16,34,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16068,'ݸ+8','Golden Necklace+8',2,5,0,1,0,0,32,'',13000,13000,16069,252,0,15,1,22,0,0,9,18,34,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16069,'ݸ+9','Golden Necklace+9',2,5,0,1,0,0,32,'',20000,20000,0,0,0,15,1,22,0,0,9,20,34,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16080,'+0','Jade Necklace+0',2,5,0,1,0,0,32,'',1000,1000,16081,253,0,15,1,28,0,0,9,4,6,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16081,'+1','Jade Necklace+1',2,5,0,1,0,0,32,'',1600,1600,16082,254,0,15,1,28,0,0,9,6,6,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16082,'+2','Jade Necklace+2',2,5,0,1,0,0,32,'',2500,2500,16083,255,0,15,1,28,0,0,9,8,6,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16083,'+3','Jade Necklace+3',2,5,0,1,0,0,32,'',4000,4000,16084,256,0,15,1,28,0,0,9,10,6,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16084,'+4','Jade Necklace+4',2,5,0,1,0,0,32,'',8000,8000,16085,257,0,15,1,28,0,0,9,12,6,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16085,'+5','Jade Necklace+5',2,5,0,1,0,0,32,'',16000,16000,16086,258,0,15,1,28,0,0,9,14,6,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16086,'+6','Jade Necklace+6',2,5,0,1,0,0,32,'',32000,32000,16087,259,0,15,1,28,0,0,9,16,6,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16087,'+7','Jade Necklace+7',2,5,0,1,0,0,32,'',64000,64000,16088,260,0,15,1,28,0,0,9,18,6,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16088,'+8','Jade Necklace+8',2,5,0,1,0,0,32,'',120000,120000,16089,261,0,15,1,28,0,0,9,20,6,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16089,'+9','Jade Necklace+9',2,5,0,1,0,0,32,'',250000,250000,0,0,0,15,1,28,0,0,9,22,6,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16100,'ܸ+0','Ebony Necklace+0',2,5,0,1,0,0,32,'',1000,1000,16101,253,0,15,1,33,0,0,9,4,3,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16101,'ܸ+1','Ebony Necklace+1',2,5,0,1,0,0,32,'',1600,1600,16102,254,0,15,1,33,0,0,9,6,3,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16102,'ܸ+2','Ebony Necklace+2',2,5,0,1,0,0,32,'',2500,2500,16103,255,0,15,1,33,0,0,9,8,3,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16103,'ܸ+3','Ebony Necklace+3',2,5,0,1,0,0,32,'',4000,4000,16104,256,0,15,1,33,0,0,9,10,3,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16104,'ܸ+4','Ebony Necklace+4',2,5,0,1,0,0,32,'',8000,8000,16105,257,0,15,1,33,0,0,9,12,3,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16105,'ܸ+5','Ebony Necklace+5',2,5,0,1,0,0,32,'',16000,16000,16106,258,0,15,1,33,0,0,9,14,3,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16106,'ܸ+6','Ebony Necklace+6',2,5,0,1,0,0,32,'',32000,32000,16107,259,0,15,1,33,0,0,9,16,3,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16107,'ܸ+7','Ebony Necklace+7',2,5,0,1,0,0,32,'',64000,64000,16108,260,0,15,1,33,0,0,9,18,3,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16108,'ܸ+8','Ebony Necklace+8',2,5,0,1,0,0,32,'',120000,120000,16109,261,0,15,1,33,0,0,9,20,3,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16109,'ܸ+9','Ebony Necklace+9',2,5,0,1,0,0,32,'',250000,250000,0,0,0,15,1,33,0,0,9,22,3,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16120,'ָ+0','Pearl Necklace+0',2,5,0,1,0,0,32,'',1000,1000,16121,253,0,15,1,38,0,0,9,4,4,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16121,'ָ+1','Pearl Necklace+1',2,5,0,1,0,0,32,'',1600,1600,16122,254,0,15,1,38,0,0,9,6,4,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16122,'ָ+2','Pearl Necklace+2',2,5,0,1,0,0,32,'',2500,2500,16123,255,0,15,1,38,0,0,9,8,4,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16123,'ָ+3','Pearl Necklace+3',2,5,0,1,0,0,32,'',4000,4000,16124,256,0,15,1,38,0,0,9,10,4,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16124,'ָ+4','Pearl Necklace+4',2,5,0,1,0,0,32,'',8000,8000,16125,257,0,15,1,38,0,0,9,12,4,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16125,'ָ+5','Pearl Necklace+5',2,5,0,1,0,0,32,'',16000,16000,16126,258,0,15,1,38,0,0,9,14,4,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16126,'ָ+6','Pearl Necklace+6',2,5,0,1,0,0,32,'',32000,32000,16127,259,0,15,1,38,0,0,9,16,4,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16127,'ָ+7','Pearl Necklace+7',2,5,0,1,0,0,32,'',64000,64000,16128,260,0,15,1,38,0,0,9,18,4,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16128,'ָ+8','Pearl Necklace+8',2,5,0,1,0,0,32,'',120000,120000,16129,261,0,15,1,38,0,0,9,20,4,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16129,'ָ+9','Pearl Necklace+9',2,5,0,1,0,0,32,'',250000,250000,0,0,0,15,1,38,0,0,9,22,4,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16140,'ݸ+0','White Gold Necklace+0',2,5,0,1,0,0,32,'',1000,1000,16141,253,0,15,1,42,0,0,9,4,5,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16141,'ݸ+1','White Gold Necklace+1',2,5,0,1,0,0,32,'',1600,1600,16142,254,0,15,1,42,0,0,9,6,5,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16142,'ݸ+2','White Gold Necklace+2',2,5,0,1,0,0,32,'',2500,2500,16143,255,0,15,1,42,0,0,9,8,5,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16143,'ݸ+3','White Gold Necklace+3',2,5,0,1,0,0,32,'',4000,4000,16144,256,0,15,1,42,0,0,9,10,5,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16144,'ݸ+4','White Gold Necklace+4',2,5,0,1,0,0,32,'',8000,8000,16145,257,0,15,1,42,0,0,9,12,5,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16145,'ݸ+5','White Gold Necklace+5',2,5,0,1,0,0,32,'',16000,16000,16146,258,0,15,1,42,0,0,9,14,5,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16146,'ݸ+6','White Gold Necklace+6',2,5,0,1,0,0,32,'',32000,32000,16147,259,0,15,1,42,0,0,9,16,5,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16147,'ݸ+7','White Gold Necklace+7',2,5,0,1,0,0,32,'',64000,64000,16148,260,0,15,1,42,0,0,9,18,5,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16148,'ݸ+8','White Gold Necklace+8',2,5,0,1,0,0,32,'',120000,120000,16149,261,0,15,1,42,0,0,9,20,5,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16149,'ݸ+9','White Gold Necklace+9',2,5,0,1,0,0,32,'',250000,250000,0,0,0,15,1,42,0,0,9,22,5,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16160,'+0','Crystal Necklace+0',2,5,0,1,0,0,32,'',2000,2000,16161,262,0,15,1,46,0,0,9,6,11,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16161,'+1','Crystal Necklace+1',2,5,0,1,0,0,32,'',3200,3200,16162,263,0,15,1,46,0,0,9,8,11,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16162,'+2','Crystal Necklace+2',2,5,0,1,0,0,32,'',5000,5000,16163,264,0,15,1,46,0,0,9,10,11,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16163,'+3','Crystal Necklace+3',2,5,0,1,0,0,32,'',8000,8000,16164,265,0,15,1,46,0,0,9,12,11,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16164,'+4','Crystal Necklace+4',2,5,0,1,0,0,32,'',16000,16000,16165,266,0,15,1,46,0,0,9,14,11,19,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16165,'+5','Crystal Necklace+5',2,5,0,1,0,0,32,'',32000,32000,16166,267,0,15,1,46,0,0,9,16,11,24,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16166,'+6','Crystal Necklace+6',2,5,0,1,0,0,32,'',64000,64000,16167,268,0,15,1,46,0,0,9,18,11,30,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16167,'+7','Crystal Necklace+7',2,5,0,1,0,0,32,'',120000,120000,16168,269,0,15,1,46,0,0,9,20,11,36,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16168,'+8','Crystal Necklace+8',2,5,0,1,0,0,32,'',250000,250000,16169,270,0,15,1,46,0,0,9,22,11,45,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16169,'+9','Crystal Necklace+9',2,5,0,1,0,0,32,'',500000,500000,0,0,0,15,1,46,0,0,9,24,11,56,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16180,'ڼ+0','Amethyst Necklace+0',2,5,0,1,0,0,32,'',2000,2000,16181,262,0,15,1,50,0,0,9,6,10,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16181,'ڼ+1','Amethyst Necklace+1',2,5,0,1,0,0,32,'',3200,3200,16182,263,0,15,1,50,0,0,9,8,10,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16182,'ڼ+2','Amethyst Necklace+2',2,5,0,1,0,0,32,'',5000,5000,16183,264,0,15,1,50,0,0,9,10,10,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16183,'ڼ+3','Amethyst Necklace+3',2,5,0,1,0,0,32,'',8000,8000,16184,265,0,15,1,50,0,0,9,12,10,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16184,'ڼ+4','Amethyst Necklace+4',2,5,0,1,0,0,32,'',16000,16000,16185,266,0,15,1,50,0,0,9,14,10,19,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16185,'ڼ+5','Amethyst Necklace+5',2,5,0,1,0,0,32,'',32000,32000,16186,267,0,15,1,50,0,0,9,16,10,24,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16186,'ڼ+6','Amethyst Necklace+6',2,5,0,1,0,0,32,'',64000,64000,16187,268,0,15,1,50,0,0,9,18,10,30,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16187,'ڼ+7','Amethyst Necklace+7',2,5,0,1,0,0,32,'',120000,120000,16188,269,0,15,1,50,0,0,9,20,10,36,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16188,'ڼ+8','Amethyst Necklace+8',2,5,0,1,0,0,32,'',250000,250000,16189,270,0,15,1,50,0,0,9,22,10,45,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16189,'ڼ+9','Amethyst Necklace+9',2,5,0,1,0,0,32,'',500000,500000,0,0,0,15,1,50,0,0,9,24,10,56,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16200,'õ+0','Heaven\'s Tear Necklace+0',2,5,0,1,0,0,32,'',2000,2000,16201,262,0,15,1,54,0,0,9,6,16,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16201,'õ+1','Heaven\'s Tear Necklace+1',2,5,0,1,0,0,32,'',3200,3200,16202,263,0,15,1,54,0,0,9,8,16,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16202,'õ+2','Heaven\'s Tear Necklace+2',2,5,0,1,0,0,32,'',5000,5000,16203,264,0,15,1,54,0,0,9,10,16,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16203,'õ+3','Heaven\'s Tear Necklace+3',2,5,0,1,0,0,32,'',8000,8000,16204,265,0,15,1,54,0,0,9,12,16,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16204,'õ+4','Heaven\'s Tear Necklace+4',2,5,0,1,0,0,32,'',16000,16000,16205,266,0,15,1,54,0,0,9,14,16,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16205,'õ+5','Heaven\'s Tear Necklace+5',2,5,0,1,0,0,32,'',32000,32000,16206,267,0,15,1,54,0,0,9,16,16,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16206,'õ+6','Heaven\'s Tear Necklace+6',2,5,0,1,0,0,32,'',64000,64000,16207,268,0,15,1,54,0,0,9,18,16,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16207,'õ+7','Heaven\'s Tear Necklace+7',2,5,0,1,0,0,32,'',120000,120000,16208,269,0,15,1,54,0,0,9,20,16,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16208,'õ+8','Heaven\'s Tear Necklace+8',2,5,0,1,0,0,32,'',250000,250000,16209,270,0,15,1,54,0,0,9,22,16,13,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16209,'õ+9','Heaven\'s Tear Necklace+9',2,5,0,1,0,0,32,'',500000,500000,0,0,0,15,1,54,0,0,9,24,16,20,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16220,'÷+0','Soul Crystal Necklace+0',2,5,0,1,0,0,32,'',3000,3000,16221,316,0,10,1,60,0,0,9,6,47,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16221,'÷+1','Soul Crystal Necklace+1',2,5,0,1,0,0,32,'',4800,4800,16222,317,0,10,1,60,0,0,9,8,47,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16222,'÷+2','Soul Crystal Necklace+2',2,5,0,1,0,0,32,'',8000,8000,16223,318,0,10,1,60,0,0,9,10,47,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16223,'÷+3','Soul Crystal Necklace+3',2,5,0,1,0,0,32,'',16000,16000,16224,319,0,10,1,60,0,0,9,12,47,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16224,'÷+4','Soul Crystal Necklace+4',2,5,0,1,0,0,32,'',32000,32000,16225,320,0,10,1,60,0,0,9,14,47,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16225,'÷+5','Soul Crystal Necklace+5',2,5,0,1,256,0,32,'',64000,64000,16226,321,0,10,1,60,0,0,9,16,47,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16226,'÷+6','Soul Crystal Necklace+6',2,5,0,1,256,0,32,'',120000,120000,16227,322,0,10,1,60,0,0,9,18,47,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16227,'÷+7','Soul Crystal Necklace+7',2,5,0,1,256,0,32,'',250000,250000,16228,323,0,10,1,60,0,0,9,21,47,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16228,'÷+8','Soul Crystal Necklace+8',2,5,0,1,256,0,32,'',500000,500000,16229,324,0,10,1,60,0,0,9,24,47,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16229,'÷+9','Soul Crystal Necklace+9',2,5,0,1,256,0,32,'',800000,800000,0,0,0,10,1,60,0,0,9,28,47,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16500,'ȫ+0','Ruby Necklace+0',2,5,0,1,0,0,32,'',3000,3000,16501,316,0,10,1,85,0,0,9,6,6,1,59,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16501,'ȫ+1','Ruby Necklace+1',2,5,0,1,0,0,32,'',4800,4800,16502,317,0,10,1,85,0,0,9,8,6,1,59,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16502,'ȫ+2','Ruby Necklace+2',2,5,0,1,0,0,32,'',8000,8000,16503,318,0,10,1,85,0,0,9,10,6,1,59,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16503,'ȫ+3','Ruby Necklace+3',2,5,0,1,0,0,32,'',16000,16000,16504,319,0,10,1,85,0,0,9,12,6,2,59,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16504,'ȫ+4','Ruby Necklace+4',2,5,0,1,0,0,32,'',32000,32000,16505,320,0,10,1,85,0,0,9,14,6,2,59,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16505,'ȫ+5','Ruby Necklace+5',2,5,0,1,256,0,32,'',64000,64000,16506,321,0,10,1,85,0,0,9,16,6,2,59,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16506,'ȫ+6','Ruby Necklace+6',2,5,0,1,256,0,32,'',120000,120000,16507,322,0,10,1,85,0,0,9,18,6,3,59,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16507,'ȫ+7','Ruby Necklace+7',2,5,0,1,256,0,32,'',250000,250000,16508,323,0,10,1,85,0,0,9,21,6,3,59,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16508,'ȫ+8','Ruby Necklace+8',2,5,0,1,256,0,32,'',500000,500000,16509,324,0,10,1,85,0,0,9,24,6,3,59,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16509,'ȫ+9','Ruby Necklace+9',2,5,0,1,256,0,32,'',800000,800000,0,0,0,10,1,85,0,0,9,28,6,4,59,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16520,'+0','Garnet Necklace+0',2,5,0,1,0,0,32,'',3000,3000,16521,316,0,10,1,90,0,0,9,6,3,1,60,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16521,'+1','Garnet Necklace+1',2,5,0,1,0,0,32,'',4800,4800,16522,317,0,10,1,90,0,0,9,8,3,1,60,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16522,'+2','Garnet Necklace+2',2,5,0,1,0,0,32,'',8000,8000,16523,318,0,10,1,90,0,0,9,10,3,1,60,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16523,'+3','Garnet Necklace+3',2,5,0,1,0,0,32,'',16000,16000,16524,319,0,10,1,90,0,0,9,12,3,2,60,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16524,'+4','Garnet Necklace+4',2,5,0,1,0,0,32,'',32000,32000,16525,320,0,10,1,90,0,0,9,14,3,2,60,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16525,'+5','Garnet Necklace+5',2,5,0,1,256,0,32,'',64000,64000,16526,321,0,10,1,90,0,0,9,16,3,2,60,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16526,'+6','Garnet Necklace+6',2,5,0,1,256,0,32,'',120000,120000,16527,322,0,10,1,90,0,0,9,18,3,3,60,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16527,'+7','Garnet Necklace+7',2,5,0,1,256,0,32,'',250000,250000,16528,323,0,10,1,90,0,0,9,21,3,3,60,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16528,'+8','Garnet Necklace+8',2,5,0,1,256,0,32,'',500000,500000,16529,324,0,10,1,90,0,0,9,24,3,3,60,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16529,'+9','Garnet Necklace+9',2,5,0,1,256,0,32,'',800000,800000,0,0,0,10,1,90,0,0,9,28,3,4,60,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16540,'ָ+0','Emerald Necklace+0',2,5,0,1,0,0,32,'',3000,3000,16541,316,0,10,1,95,0,0,9,6,4,1,61,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16541,'ָ+1','Emerald Necklace+1',2,5,0,1,0,0,32,'',4800,4800,16542,317,0,10,1,95,0,0,9,8,4,1,61,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16542,'ָ+2','Emerald Necklace+2',2,5,0,1,0,0,32,'',8000,8000,16543,318,0,10,1,95,0,0,9,10,4,1,61,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16543,'ָ+3','Emerald Necklace+3',2,5,0,1,0,0,32,'',16000,16000,16544,319,0,10,1,95,0,0,9,12,4,2,61,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16544,'ָ+4','Emerald Necklace+4',2,5,0,1,0,0,32,'',32000,32000,16545,320,0,10,1,95,0,0,9,14,4,2,61,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16545,'ָ+5','Emerald Necklace+5',2,5,0,1,256,0,32,'',64000,64000,16546,321,0,10,1,95,0,0,9,16,4,2,61,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16546,'ָ+6','Emerald Necklace+6',2,5,0,1,256,0,32,'',120000,120000,16547,322,0,10,1,95,0,0,9,18,4,3,61,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16547,'ָ+7','Emerald Necklace+7',2,5,0,1,256,0,32,'',250000,250000,16548,323,0,10,1,95,0,0,9,21,4,3,61,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16548,'ָ+8','Emerald Necklace+8',2,5,0,1,256,0,32,'',500000,500000,16549,324,0,10,1,95,0,0,9,24,4,3,61,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16549,'ָ+9','Emerald Necklace+9',2,5,0,1,256,0,32,'',800000,800000,0,0,0,10,1,95,0,0,9,28,4,4,61,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16560,'û+0','Sapphire Necklace+0',2,5,0,1,0,0,32,'',3000,3000,16561,316,0,10,1,100,0,0,9,6,5,1,62,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16561,'û+1','Sapphire Necklace+1',2,5,0,1,0,0,32,'',4800,4800,16562,317,0,10,1,100,0,0,9,8,5,1,62,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16562,'û+2','Sapphire Necklace+2',2,5,0,1,0,0,32,'',8000,8000,16563,318,0,10,1,100,0,0,9,10,5,1,62,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16563,'û+3','Sapphire Necklace+3',2,5,0,1,0,0,32,'',16000,16000,16564,319,0,10,1,100,0,0,9,12,5,2,62,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16564,'û+4','Sapphire Necklace+4',2,5,0,1,0,0,32,'',32000,32000,16565,320,0,10,1,100,0,0,9,14,5,2,62,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16565,'û+5','Sapphire Necklace+5',2,5,0,1,256,0,32,'',64000,64000,16566,321,0,10,1,100,0,0,9,16,5,2,62,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16566,'û+6','Sapphire Necklace+6',2,5,0,1,256,0,32,'',120000,120000,16567,322,0,10,1,100,0,0,9,18,5,3,62,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16567,'û+7','Sapphire Necklace+7',2,5,0,1,256,0,32,'',250000,250000,16568,323,0,10,1,100,0,0,9,21,5,3,62,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16568,'û+8','Sapphire Necklace+8',2,5,0,1,256,0,32,'',500000,500000,16569,324,0,10,1,100,0,0,9,24,5,3,62,7,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(16569,'û+9','Sapphire Necklace+9',2,5,0,1,256,0,32,'',800000,800000,0,0,0,10,1,100,0,0,9,28,5,4,62,10,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17000,'Ͱ+0','Wooden Earrings+0',2,6,0,1,0,0,64,'',500,500,17001,271,0,15,1,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17001,'Ͱ+1','Wooden Earrings+1',2,6,0,1,0,0,64,'',800,800,17002,272,0,15,1,0,0,0,6,2,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17002,'Ͱ+2','Wooden Earrings+2',2,6,0,1,0,0,64,'',1100,1100,17003,273,0,15,1,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17003,'Ͱ+3','Wooden Earrings+3',2,6,0,1,0,0,64,'',1700,1700,17004,274,0,15,1,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17004,'Ͱ+4','Wooden Earrings+4',2,6,0,1,0,0,64,'',2500,2500,17005,275,0,15,1,0,0,0,6,5,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17005,'Ͱ+5','Wooden Earrings+5',2,6,0,1,0,0,64,'',4000,4000,17006,276,0,15,1,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17006,'Ͱ+6','Wooden Earrings+6',2,6,0,1,0,0,64,'',6000,6000,17007,277,0,15,1,0,0,0,6,7,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17007,'Ͱ+7','Wooden Earrings+7',2,6,0,1,0,0,64,'',9000,9000,17008,278,0,15,1,0,0,0,6,8,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17008,'Ͱ+8','Wooden Earrings+8',2,6,0,1,0,0,64,'',13000,13000,17009,279,0,15,1,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17009,'Ͱ+9','Wooden Earrings+9',2,6,0,1,0,0,64,'',20000,20000,0,0,0,15,1,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17020,'Ͱ+0','Copper Earrings+0',2,6,0,1,0,0,64,'',500,500,17021,271,0,15,1,8,0,0,5,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17021,'Ͱ+1','Copper Earrings+1',2,6,0,1,0,0,64,'',800,800,17022,272,0,15,1,8,0,0,5,2,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17022,'Ͱ+2','Copper Earrings+2',2,6,0,1,0,0,64,'',1100,1100,17023,273,0,15,1,8,0,0,5,3,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17023,'Ͱ+3','Copper Earrings+3',2,6,0,1,0,0,64,'',1700,1700,17024,274,0,15,1,8,0,0,5,4,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17024,'Ͱ+4','Copper Earrings+4',2,6,0,1,0,0,64,'',2500,2500,17025,275,0,15,1,8,0,0,5,5,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17025,'Ͱ+5','Copper Earrings+5',2,6,0,1,0,0,64,'',4000,4000,17026,276,0,15,1,8,0,0,5,6,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17026,'Ͱ+6','Copper Earrings+6',2,6,0,1,0,0,64,'',6000,6000,17027,277,0,15,1,8,0,0,5,7,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17027,'Ͱ+7','Copper Earrings+7',2,6,0,1,0,0,64,'',9000,9000,17028,278,0,15,1,8,0,0,5,8,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17028,'Ͱ+8','Copper Earrings+8',2,6,0,1,0,0,64,'',13000,13000,17029,279,0,15,1,8,0,0,5,9,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17029,'Ͱ+9','Copper Earrings+9',2,6,0,1,0,0,64,'',20000,20000,0,0,0,15,1,8,0,0,5,10,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17040,'Ͱ+0','Silver Earrings+0',2,6,0,1,0,0,64,'',500,500,17041,271,0,15,1,15,0,0,3,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17041,'Ͱ+1','Silver Earrings+1',2,6,0,1,0,0,64,'',800,800,17042,272,0,15,1,15,0,0,3,2,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17042,'Ͱ+2','Silver Earrings+2',2,6,0,1,0,0,64,'',1100,1100,17043,273,0,15,1,15,0,0,3,3,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17043,'Ͱ+3','Silver Earrings+3',2,6,0,1,0,0,64,'',1700,1700,17044,274,0,15,1,15,0,0,3,4,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17044,'Ͱ+4','Silver Earrings+4',2,6,0,1,0,0,64,'',2500,2500,17045,275,0,15,1,15,0,0,3,5,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17045,'Ͱ+5','Silver Earrings+5',2,6,0,1,0,0,64,'',4000,4000,17046,276,0,15,1,15,0,0,3,6,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17046,'Ͱ+6','Silver Earrings+6',2,6,0,1,0,0,64,'',6000,6000,17047,277,0,15,1,15,0,0,3,7,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17047,'Ͱ+7','Silver Earrings+7',2,6,0,1,0,0,64,'',9000,9000,17048,278,0,15,1,15,0,0,3,8,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17048,'Ͱ+8','Silver Earrings+8',2,6,0,1,0,0,64,'',13000,13000,17049,279,0,15,1,15,0,0,3,9,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17049,'Ͱ+9','Silver Earrings+9',2,6,0,1,0,0,64,'',20000,20000,0,0,0,15,1,15,0,0,3,10,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17060,'ݱͰ+0','Golden Earrings+0',2,6,0,1,0,0,64,'',500,500,17061,271,0,15,1,22,0,0,4,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17061,'ݱͰ+1','Golden Earrings+1',2,6,0,1,0,0,64,'',800,800,17062,272,0,15,1,22,0,0,4,2,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17062,'ݱͰ+2','Golden Earrings+2',2,6,0,1,0,0,64,'',1100,1100,17063,273,0,15,1,22,0,0,4,3,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17063,'ݱͰ+3','Golden Earrings+3',2,6,0,1,0,0,64,'',1700,1700,17064,274,0,15,1,22,0,0,4,4,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17064,'ݱͰ+4','Golden Earrings+4',2,6,0,1,0,0,64,'',2500,2500,17065,275,0,15,1,22,0,0,4,5,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17065,'ݱͰ+5','Golden Earrings+5',2,6,0,1,0,0,64,'',4000,4000,17066,276,0,15,1,22,0,0,4,6,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17066,'ݱͰ+6','Golden Earrings+6',2,6,0,1,0,0,64,'',6000,6000,17067,277,0,15,1,22,0,0,4,7,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17067,'ݱͰ+7','Golden Earrings+7',2,6,0,1,0,0,64,'',9000,9000,17068,278,0,15,1,22,0,0,4,8,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17068,'ݱͰ+8','Golden Earrings+8',2,6,0,1,0,0,64,'',13000,13000,17069,279,0,15,1,22,0,0,4,9,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17069,'ݱͰ+9','Golden Earrings+9',2,6,0,1,0,0,64,'',20000,20000,0,0,0,15,1,22,0,0,4,10,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17080,'Ͱ+0','Jade Earrings+0',2,6,0,1,0,0,64,'',1000,1000,17081,280,0,15,1,28,0,0,6,3,2,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17081,'Ͱ+1','Jade Earrings+1',2,6,0,1,0,0,64,'',1600,1600,17082,281,0,15,1,28,0,0,6,4,2,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17082,'Ͱ+2','Jade Earrings+2',2,6,0,1,0,0,64,'',2500,2500,17083,282,0,15,1,28,0,0,6,5,2,20,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17083,'Ͱ+3','Jade Earrings+3',2,6,0,1,0,0,64,'',4000,4000,17084,283,0,15,1,28,0,0,6,6,2,35,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17084,'Ͱ+4','Jade Earrings+4',2,6,0,1,0,0,64,'',8000,8000,17085,284,0,15,1,28,0,0,6,7,2,50,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17085,'Ͱ+5','Jade Earrings+5',2,6,0,1,0,0,64,'',16000,16000,17086,285,0,15,1,28,0,0,6,8,2,70,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17086,'Ͱ+6','Jade Earrings+6',2,6,0,1,0,0,64,'',32000,32000,17087,286,0,15,1,28,0,0,6,9,2,110,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17087,'Ͱ+7','Jade Earrings+7',2,6,0,1,0,0,64,'',64000,64000,17088,287,0,15,1,28,0,0,6,10,2,160,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17088,'Ͱ+8','Jade Earrings+8',2,6,0,1,0,0,64,'',120000,120000,17089,288,0,15,1,28,0,0,6,11,2,230,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17089,'Ͱ+9','Jade Earrings+9',2,6,0,1,0,0,64,'',250000,250000,0,0,0,15,1,28,0,0,6,12,2,350,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17100,'ܱͰ+0','Ebony Earrings+0',2,6,0,1,0,0,64,'',1000,1000,17101,280,0,15,1,33,0,0,5,3,1,25,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17101,'ܱͰ+1','Ebony Earrings+1',2,6,0,1,0,0,64,'',1600,1600,17102,281,0,15,1,33,0,0,5,4,1,40,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17102,'ܱͰ+2','Ebony Earrings+2',2,6,0,1,0,0,64,'',2500,2500,17103,282,0,15,1,33,0,0,5,5,1,60,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17103,'ܱͰ+3','Ebony Earrings+3',2,6,0,1,0,0,64,'',4000,4000,17104,283,0,15,1,33,0,0,5,6,1,100,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17104,'ܱͰ+4','Ebony Earrings+4',2,6,0,1,0,0,64,'',8000,8000,17105,284,0,15,1,33,0,0,5,7,1,150,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17105,'ܱͰ+5','Ebony Earrings+5',2,6,0,1,0,0,64,'',16000,16000,17106,285,0,15,1,33,0,0,5,8,1,250,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17106,'ܱͰ+6','Ebony Earrings+6',2,6,0,1,0,0,64,'',32000,32000,17107,286,0,15,1,33,0,0,5,9,1,400,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17107,'ܱͰ+7','Ebony Earrings+7',2,6,0,1,0,0,64,'',64000,64000,17108,287,0,15,1,33,0,0,5,10,1,650,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17108,'ܱͰ+8','Ebony Earrings+8',2,6,0,1,0,0,64,'',120000,120000,17109,288,0,15,1,33,0,0,5,11,1,1000,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17109,'ܱͰ+9','Ebony Earrings+9',2,6,0,1,0,0,64,'',250000,250000,0,0,0,15,1,33,0,0,5,12,1,1650,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17120,'ֱͰ+0','Pearl Earrings+0',2,6,0,1,0,0,64,'',1000,1000,17121,280,0,15,1,38,0,0,3,3,11,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17121,'ֱͰ+1','Pearl Earrings+1',2,6,0,1,0,0,64,'',1600,1600,17122,281,0,15,1,38,0,0,3,4,11,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17122,'ֱͰ+2','Pearl Earrings+2',2,6,0,1,0,0,64,'',2500,2500,17123,282,0,15,1,38,0,0,3,5,11,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17123,'ֱͰ+3','Pearl Earrings+3',2,6,0,1,0,0,64,'',4000,4000,17124,283,0,15,1,38,0,0,3,6,11,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17124,'ֱͰ+4','Pearl Earrings+4',2,6,0,1,0,0,64,'',8000,8000,17125,284,0,15,1,38,0,0,3,7,11,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17125,'ֱͰ+5','Pearl Earrings+5',2,6,0,1,0,0,64,'',16000,16000,17126,285,0,15,1,38,0,0,3,8,11,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17126,'ֱͰ+6','Pearl Earrings+6',2,6,0,1,0,0,64,'',32000,32000,17127,286,0,15,1,38,0,0,3,9,11,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17127,'ֱͰ+7','Pearl Earrings+7',2,6,0,1,0,0,64,'',64000,64000,17128,287,0,15,1,38,0,0,3,10,11,18,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17128,'ֱͰ+8','Pearl Earrings+8',2,6,0,1,0,0,64,'',120000,120000,17129,288,0,15,1,38,0,0,3,11,11,22,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17129,'ֱͰ+9','Pearl Earrings+9',2,6,0,1,0,0,64,'',250000,250000,0,0,0,15,1,38,0,0,3,12,11,28,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17140,'ݱͰ+0','White Gold Earrings+0',2,6,0,1,0,0,64,'',1000,1000,17141,280,0,15,1,42,0,0,4,3,10,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17141,'ݱͰ+1','White Gold Earrings+1',2,6,0,1,0,0,64,'',1600,1600,17142,281,0,15,1,42,0,0,4,4,10,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17142,'ݱͰ+2','White Gold Earrings+2',2,6,0,1,0,0,64,'',2500,2500,17143,282,0,15,1,42,0,0,4,5,10,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17143,'ݱͰ+3','White Gold Earrings+3',2,6,0,1,0,0,64,'',4000,4000,17144,283,0,15,1,42,0,0,4,6,10,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17144,'ݱͰ+4','White Gold Earrings+4',2,6,0,1,0,0,64,'',8000,8000,17145,284,0,15,1,42,0,0,4,7,10,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17145,'ݱͰ+5','White Gold Earrings+5',2,6,0,1,0,0,64,'',16000,16000,17146,285,0,15,1,42,0,0,4,8,10,12,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17146,'ݱͰ+6','White Gold Earrings+6',2,6,0,1,0,0,64,'',32000,32000,17147,286,0,15,1,42,0,0,4,9,10,15,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17147,'ݱͰ+7','White Gold Earrings+7',2,6,0,1,0,0,64,'',64000,64000,17148,287,0,15,1,42,0,0,4,10,10,18,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17148,'ݱͰ+8','White Gold Earrings+8',2,6,0,1,0,0,64,'',120000,120000,17149,288,0,15,1,42,0,0,4,11,10,22,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17149,'ݱͰ+9','White Gold Earrings+9',2,6,0,1,0,0,64,'',250000,250000,0,0,0,15,1,42,0,0,4,12,10,28,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17160,'Ͱ+0','Crystal Earrings+0',2,6,0,1,0,0,64,'',2000,2000,17161,289,0,15,1,46,0,0,6,5,54,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17161,'Ͱ+1','Crystal Earrings+1',2,6,0,1,0,0,64,'',3200,3200,17162,290,0,15,1,46,0,0,6,6,54,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17162,'Ͱ+2','Crystal Earrings+2',2,6,0,1,0,0,64,'',5000,5000,17163,291,0,15,1,46,0,0,6,7,54,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17163,'Ͱ+3','Crystal Earrings+3',2,6,0,1,0,0,64,'',8000,8000,17164,292,0,15,1,46,0,0,6,8,54,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17164,'Ͱ+4','Crystal Earrings+4',2,6,0,1,0,0,64,'',16000,16000,17165,293,0,15,1,46,0,0,6,9,54,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17165,'Ͱ+5','Crystal Earrings+5',2,6,0,1,0,0,64,'',32000,32000,17166,294,0,15,1,46,0,0,6,10,54,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17166,'Ͱ+6','Crystal Earrings+6',2,6,0,1,0,0,64,'',64000,64000,17167,295,0,15,1,46,0,0,6,11,54,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17167,'Ͱ+7','Crystal Earrings+7',2,6,0,1,0,0,64,'',120000,120000,17168,296,0,15,1,46,0,0,6,12,54,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17168,'Ͱ+8','Crystal Earrings+8',2,6,0,1,0,0,64,'',250000,250000,17169,297,0,15,1,46,0,0,6,13,54,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17169,'Ͱ+9','Crystal Earrings+9',2,6,0,1,0,0,64,'',500000,500000,0,0,0,15,1,46,0,0,6,14,54,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17180,'ڼͰ+0','Amethyst Earrings+0',2,6,0,1,0,0,64,'',2000,2000,17181,289,0,15,1,50,0,0,3,5,53,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17181,'ڼͰ+1','Amethyst Earrings+1',2,6,0,1,0,0,64,'',3200,3200,17182,290,0,15,1,50,0,0,3,6,53,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17182,'ڼͰ+2','Amethyst Earrings+2',2,6,0,1,0,0,64,'',5000,5000,17183,291,0,15,1,50,0,0,3,7,53,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17183,'ڼͰ+3','Amethyst Earrings+3',2,6,0,1,0,0,64,'',8000,8000,17184,292,0,15,1,50,0,0,3,8,53,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17184,'ڼͰ+4','Amethyst Earrings+4',2,6,0,1,0,0,64,'',16000,16000,17185,293,0,15,1,50,0,0,3,9,53,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17185,'ڼͰ+5','Amethyst Earrings+5',2,6,0,1,0,0,64,'',32000,32000,17186,294,0,15,1,50,0,0,3,10,53,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17186,'ڼͰ+6','Amethyst Earrings+6',2,6,0,1,0,0,64,'',64000,64000,17187,295,0,15,1,50,0,0,3,11,53,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17187,'ڼͰ+7','Amethyst Earrings+7',2,6,0,1,0,0,64,'',120000,120000,17188,296,0,15,1,50,0,0,3,12,53,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17188,'ڼͰ+8','Amethyst Earrings+8',2,6,0,1,0,0,64,'',250000,250000,17189,297,0,15,1,50,0,0,3,13,53,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17189,'ڼͰ+9','Amethyst Earrings+9',2,6,0,1,0,0,64,'',500000,500000,0,0,0,15,1,50,0,0,3,14,53,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17200,'õͰ+0','Heaven\'s Tear Earrings+0',2,6,0,1,0,0,64,'',2000,2000,17201,289,0,15,1,54,0,0,4,5,15,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17201,'õͰ+1','Heaven\'s Tear Earrings+1',2,6,0,1,0,0,64,'',3200,3200,17202,290,0,15,1,54,0,0,4,6,15,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17202,'õͰ+2','Heaven\'s Tear Earrings+2',2,6,0,1,0,0,64,'',5000,5000,17203,291,0,15,1,54,0,0,4,7,15,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17203,'õͰ+3','Heaven\'s Tear Earrings+3',2,6,0,1,0,0,64,'',8000,8000,17204,292,0,15,1,54,0,0,4,8,15,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17204,'õͰ+4','Heaven\'s Tear Earrings+4',2,6,0,1,0,0,64,'',16000,16000,17205,293,0,15,1,54,0,0,4,9,15,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17205,'õͰ+5','Heaven\'s Tear Earrings+5',2,6,0,1,0,0,64,'',32000,32000,17206,294,0,15,1,54,0,0,4,10,15,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17206,'õͰ+6','Heaven\'s Tear Earrings+6',2,6,0,1,0,0,64,'',64000,64000,17207,295,0,15,1,54,0,0,4,11,15,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17207,'õͰ+7','Heaven\'s Tear Earrings+7',2,6,0,1,0,0,64,'',120000,120000,17208,296,0,15,1,54,0,0,4,12,15,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17208,'õͰ+8','Heaven\'s Tear Earrings+8',2,6,0,1,0,0,64,'',250000,250000,17209,297,0,15,1,54,0,0,4,13,15,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17209,'õͰ+9','Heaven\'s Tear Earrings+9',2,6,0,1,0,0,64,'',500000,500000,0,0,0,15,1,54,0,0,4,14,15,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17220,'÷Ͱ+0','Soul Crystal Earrings+0',2,6,0,1,0,0,64,'',3000,3000,17221,316,0,10,1,62,0,0,5,5,24,1,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17221,'÷Ͱ+1','Soul Crystal Earrings+1',2,6,0,1,0,0,64,'',4800,4800,17222,317,0,10,1,62,0,0,5,6,24,2,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17222,'÷Ͱ+2','Soul Crystal Earrings+2',2,6,0,1,0,0,64,'',8000,8000,17223,318,0,10,1,62,0,0,5,7,24,3,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17223,'÷Ͱ+3','Soul Crystal Earrings+3',2,6,0,1,0,0,64,'',16000,16000,17224,319,0,10,1,62,0,0,5,8,24,4,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17224,'÷Ͱ+4','Soul Crystal Earrings+4',2,6,0,1,0,0,64,'',32000,32000,17225,320,0,10,1,62,0,0,5,9,24,5,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17225,'÷Ͱ+5','Soul Crystal Earrings+5',2,6,0,1,256,0,64,'',64000,64000,17226,321,0,10,1,62,0,0,5,10,24,6,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17226,'÷Ͱ+6','Soul Crystal Earrings+6',2,6,0,1,256,0,64,'',120000,120000,17227,322,0,10,1,62,0,0,5,11,24,7,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17227,'÷Ͱ+7','Soul Crystal Earrings+7',2,6,0,1,256,0,64,'',250000,250000,17228,323,0,10,1,62,0,0,5,12,24,8,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17228,'÷Ͱ+8','Soul Crystal Earrings+8',2,6,0,1,256,0,64,'',500000,500000,17229,324,0,10,1,62,0,0,5,13,24,9,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17229,'÷Ͱ+9','Soul Crystal Earrings+9',2,6,0,1,256,0,64,'',800000,800000,0,0,0,10,1,62,0,0,5,14,24,10,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17500,'ȫͰ+0','Ruby Earrings+0',2,6,0,1,0,0,64,'',3000,3000,17501,316,0,10,1,85,0,0,4,5,2,10,73,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17501,'ȫͰ+1','Ruby Earrings+1',2,6,0,1,0,0,64,'',4800,4800,17502,317,0,10,1,85,0,0,4,6,2,15,73,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17502,'ȫͰ+2','Ruby Earrings+2',2,6,0,1,0,0,64,'',8000,8000,17503,318,0,10,1,85,0,0,4,7,2,20,73,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17503,'ȫͰ+3','Ruby Earrings+3',2,6,0,1,0,0,64,'',16000,16000,17504,319,0,10,1,85,0,0,4,8,2,35,73,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17504,'ȫͰ+4','Ruby Earrings+4',2,6,0,1,0,0,64,'',32000,32000,17505,320,0,10,1,85,0,0,4,9,2,50,73,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17505,'ȫͰ+5','Ruby Earrings+5',2,6,0,1,256,0,64,'',64000,64000,17506,321,0,10,1,85,0,0,4,10,2,70,73,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17506,'ȫͰ+6','Ruby Earrings+6',2,6,0,1,256,0,64,'',120000,120000,17507,322,0,10,1,85,0,0,4,11,2,110,73,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17507,'ȫͰ+7','Ruby Earrings+7',2,6,0,1,256,0,64,'',250000,250000,17508,323,0,10,1,85,0,0,4,12,2,160,73,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17508,'ȫͰ+8','Ruby Earrings+8',2,6,0,1,256,0,64,'',500000,500000,17509,324,0,10,1,85,0,0,4,13,2,230,73,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17509,'ȫͰ+9','Ruby Earrings+9',2,6,0,1,256,0,64,'',800000,800000,0,0,0,10,1,85,0,0,4,14,2,350,73,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17520,'Ͱ+0','Garnet Earrings+0',2,6,0,1,0,0,64,'',3000,3000,17521,316,0,10,1,90,0,0,6,5,1,25,74,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17521,'Ͱ+1','Garnet Earrings+1',2,6,0,1,0,0,64,'',4800,4800,17522,317,0,10,1,90,0,0,6,6,1,40,74,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17522,'Ͱ+2','Garnet Earrings+2',2,6,0,1,0,0,64,'',8000,8000,17523,318,0,10,1,90,0,0,6,7,1,60,74,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17523,'Ͱ+3','Garnet Earrings+3',2,6,0,1,0,0,64,'',16000,16000,17524,319,0,10,1,90,0,0,6,8,1,100,74,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17524,'Ͱ+4','Garnet Earrings+4',2,6,0,1,0,0,64,'',32000,32000,17525,320,0,10,1,90,0,0,6,9,1,150,74,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17525,'Ͱ+5','Garnet Earrings+5',2,6,0,1,256,0,64,'',64000,64000,17526,321,0,10,1,90,0,0,6,10,1,250,74,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17526,'Ͱ+6','Garnet Earrings+6',2,6,0,1,256,0,64,'',120000,120000,17527,322,0,10,1,90,0,0,6,11,1,400,74,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17527,'Ͱ+7','Garnet Earrings+7',2,6,0,1,256,0,64,'',250000,250000,17528,323,0,10,1,90,0,0,6,12,1,650,74,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17528,'Ͱ+8','Garnet Earrings+8',2,6,0,1,256,0,64,'',500000,500000,17529,324,0,10,1,90,0,0,6,13,1,1000,74,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17529,'Ͱ+9','Garnet Earrings+9',2,6,0,1,256,0,64,'',800000,800000,0,0,0,10,1,90,0,0,6,14,1,1650,74,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17540,'ֱͰ+0','Emerald Earrings+0',2,6,0,1,0,0,64,'',3000,3000,17541,316,0,10,1,95,0,0,5,5,11,4,72,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17541,'ֱͰ+1','Emerald Earrings+1',2,6,0,1,0,0,64,'',4800,4800,17542,317,0,10,1,95,0,0,5,6,11,5,72,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17542,'ֱͰ+2','Emerald Earrings+2',2,6,0,1,0,0,64,'',8000,8000,17543,318,0,10,1,95,0,0,5,7,11,6,72,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17543,'ֱͰ+3','Emerald Earrings+3',2,6,0,1,0,0,64,'',16000,16000,17544,319,0,10,1,95,0,0,5,8,11,8,72,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17544,'ֱͰ+4','Emerald Earrings+4',2,6,0,1,0,0,64,'',32000,32000,17545,320,0,10,1,95,0,0,5,9,11,10,72,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17545,'ֱͰ+5','Emerald Earrings+5',2,6,0,1,256,0,64,'',64000,64000,17546,321,0,10,1,95,0,0,5,10,11,12,72,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17546,'ֱͰ+6','Emerald Earrings+6',2,6,0,1,256,0,64,'',120000,120000,17547,322,0,10,1,95,0,0,5,11,11,15,72,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17547,'ֱͰ+7','Emerald Earrings+7',2,6,0,1,256,0,64,'',250000,250000,17548,323,0,10,1,95,0,0,5,12,11,18,72,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17548,'ֱͰ+8','Emerald Earrings+8',2,6,0,1,256,0,64,'',500000,500000,17549,324,0,10,1,95,0,0,5,13,11,22,72,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17549,'ֱͰ+9','Emerald Earrings+9',2,6,0,1,256,0,64,'',800000,800000,0,0,0,10,1,95,0,0,5,14,11,28,72,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17560,'ûͰ+0','Sapphire Earrings+0',2,6,0,1,0,0,64,'',3000,3000,17561,316,0,10,1,100,0,0,3,5,10,4,71,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17561,'ûͰ+1','Sapphire Earrings+1',2,6,0,1,0,0,64,'',4800,4800,17562,317,0,10,1,100,0,0,3,6,10,5,71,1,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17562,'ûͰ+2','Sapphire Earrings+2',2,6,0,1,0,0,64,'',8000,8000,17563,318,0,10,1,100,0,0,3,7,10,6,71,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17563,'ûͰ+3','Sapphire Earrings+3',2,6,0,1,0,0,64,'',16000,16000,17564,319,0,10,1,100,0,0,3,8,10,8,71,2,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17564,'ûͰ+4','Sapphire Earrings+4',2,6,0,1,0,0,64,'',32000,32000,17565,320,0,10,1,100,0,0,3,9,10,10,71,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17565,'ûͰ+5','Sapphire Earrings+5',2,6,0,1,256,0,64,'',64000,64000,17566,321,0,10,1,100,0,0,3,10,10,12,71,3,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17566,'ûͰ+6','Sapphire Earrings+6',2,6,0,1,256,0,64,'',120000,120000,17567,322,0,10,1,100,0,0,3,11,10,15,71,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17567,'ûͰ+7','Sapphire Earrings+7',2,6,0,1,256,0,64,'',250000,250000,17568,323,0,10,1,100,0,0,3,12,10,18,71,4,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17568,'ûͰ+8','Sapphire Earrings+8',2,6,0,1,256,0,64,'',500000,500000,17569,324,0,10,1,100,0,0,3,13,10,22,71,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(17569,'ûͰ+9','Sapphire Earrings+9',2,6,0,1,256,0,64,'',800000,800000,0,0,0,10,1,100,0,0,3,14,10,28,71,5,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18000,'Ȳ+0','Linen Belt +0',34,0,0,1,0,0,64,'',3000,3000,18001,280,0,10,1,50,0,0,1,50,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18001,'Ȳ+1','Linen Belt +1',34,0,0,1,0,0,0,'',4800,4800,18002,281,0,10,1,50,0,0,1,50,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18002,'Ȳ+2','Linen Belt +2',34,0,0,1,0,0,0,'',8000,8000,18003,282,0,10,1,50,0,0,1,60,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18003,'Ȳ+3','Linen Belt +3',34,0,0,1,0,0,0,'',16000,16000,18004,283,0,10,1,50,0,0,1,70,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18004,'Ȳ+4','Linen Belt +4',34,0,0,1,0,0,0,'',32000,32000,18005,284,0,10,1,50,0,0,1,80,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18005,'Ȳ+5','Linen Belt +5',34,0,0,1,0,0,0,'',64000,64000,18006,285,0,10,1,50,0,0,1,90,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18006,'Ȳ+6','Linen Belt +6',34,0,0,1,0,0,0,'',120000,120000,18007,286,0,10,1,50,0,0,1,100,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18007,'Ȳ+7','Linen Belt +7',34,0,0,1,0,0,0,'',250000,250000,18008,287,0,10,1,50,0,0,1,200,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18008,'Ȳ+8','Linen Belt +8',34,0,0,1,0,0,0,'',500000,500000,18009,288,0,10,1,50,0,0,1,300,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18009,'Ȳ+9','Linen Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,50,0,0,1,500,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18010,'+0','Leather Belt +0',34,0,0,1,0,0,0,'',3000,3000,18011,289,0,10,1,70,0,0,2,10,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18011,'+1','Leather Belt +1',34,0,0,1,0,0,0,'',4800,4800,18012,290,0,10,1,70,0,0,2,10,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18012,'+2','Leather Belt +2',34,0,0,1,0,0,0,'',8000,8000,18013,291,0,10,1,70,0,0,2,20,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18013,'+3','Leather Belt +3',34,0,0,1,0,0,0,'',16000,16000,18014,292,0,10,1,70,0,0,2,30,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18014,'+4','Leather Belt +4',34,0,0,1,0,0,0,'',32000,32000,18015,293,0,10,1,70,0,0,2,40,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18015,'+5','Leather Belt +5',34,0,0,1,0,0,0,'',64000,64000,18016,294,0,10,1,70,0,0,2,50,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18016,'+6','Leather Belt +6',34,0,0,1,0,0,0,'',120000,120000,18017,295,0,10,1,70,0,0,2,60,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18017,'+7','Leather Belt +7',34,0,0,1,0,0,0,'',250000,250000,18018,296,0,10,1,70,0,0,2,80,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18018,'+8','Leather Belt +8',34,0,0,1,0,0,0,'',500000,500000,18019,297,0,10,1,70,0,0,2,100,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18019,'+9','Leather Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,70,0,0,2,200,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18020,'+0','Magnificent Belt +0',34,0,0,1,0,0,0,'',3000,3000,18021,316,0,10,1,85,0,0,44,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18021,'+1','Magnificent Belt +1',34,0,0,1,0,0,0,'',4800,4800,18022,317,0,10,1,85,0,0,44,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18022,'+2','Magnificent Belt +2',34,0,0,1,0,0,0,'',8000,8000,18023,318,0,10,1,85,0,0,44,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18023,'+3','Magnificent Belt +3',34,0,0,1,0,0,0,'',16000,16000,18024,319,0,10,1,85,0,0,44,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18024,'+4','Magnificent Belt +4',34,0,0,1,0,0,0,'',32000,32000,18025,320,0,10,1,85,0,0,44,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18025,'+5','Magnificent Belt +5',34,0,0,1,0,0,0,'',64000,64000,18026,321,0,10,1,85,0,0,44,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18026,'+6','Magnificent Belt +6',34,0,0,1,0,0,0,'',120000,120000,18027,322,0,10,1,85,0,0,44,3,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18027,'+7','Magnificent Belt +7',34,0,0,1,0,0,0,'',250000,250000,18028,323,0,10,1,85,0,0,44,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18028,'+8','Magnificent Belt +8',34,0,0,1,0,0,0,'',500000,500000,18029,324,0,10,1,85,0,0,44,4,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18029,'+9','Magnificent Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,85,0,0,44,5,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18030,'Ȳ+0','Belt of Wisdom +0',34,0,0,1,0,0,0,'',3000,3000,18031,316,0,10,1,97,0,0,43,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18031,'Ȳ+1','Belt of Wisdom +1',34,0,0,1,0,0,0,'',4800,4800,18032,317,0,10,1,97,0,0,43,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18032,'Ȳ+2','Belt of Wisdom +2',34,0,0,1,0,0,0,'',8000,8000,18033,318,0,10,1,97,0,0,43,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18033,'Ȳ+3','Belt of Wisdom +3',34,0,0,1,0,0,0,'',16000,16000,18034,319,0,10,1,97,0,0,43,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18034,'Ȳ+4','Belt of Wisdom +4',34,0,0,1,0,0,0,'',32000,32000,18035,320,0,10,1,97,0,0,43,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18035,'Ȳ+5','Belt of Wisdom +5',34,0,0,1,0,0,0,'',64000,64000,18036,321,0,10,1,97,0,0,43,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18036,'Ȳ+6','Belt of Wisdom +6',34,0,0,1,0,0,0,'',120000,120000,18037,322,0,10,1,97,0,0,43,3,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18037,'Ȳ+7','Belt of Wisdom +7',34,0,0,1,0,0,0,'',250000,250000,18038,323,0,10,1,97,0,0,43,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18038,'Ȳ+8','Belt of Wisdom +8',34,0,0,1,0,0,0,'',500000,500000,18039,324,0,10,1,97,0,0,43,4,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18039,'Ȳ+9','Belt of Wisdom +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,97,0,0,43,5,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18040,'Ȳ+0','King\'s Belt +0',34,0,0,1,0,0,0,'',3000,3000,18041,601,0,10,1,103,0,0,78,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18041,'Ȳ+1','King\'s Belt +1',34,0,0,1,0,0,0,'',4800,4800,18042,602,0,10,1,103,0,0,78,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18042,'Ȳ+2','King\'s Belt +2',34,0,0,1,0,0,0,'',8000,8000,18043,603,0,10,1,103,0,0,78,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18043,'Ȳ+3','King\'s Belt +3',34,0,0,1,0,0,0,'',16000,16000,18044,604,0,10,1,103,0,0,78,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18044,'Ȳ+4','King\'s Belt +4',34,0,0,1,0,0,0,'',32000,32000,18045,605,0,10,1,103,0,0,78,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18045,'Ȳ+5','King\'s Belt +5',34,0,0,1,0,0,0,'',64000,64000,18046,606,0,10,1,103,0,0,78,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18046,'Ȳ+6','King\'s Belt +6',34,0,0,1,0,0,0,'',120000,120000,18047,607,0,10,1,103,0,0,78,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18047,'Ȳ+7','King\'s Belt +7',34,0,0,1,0,0,0,'',250000,250000,18048,608,0,10,1,103,0,0,78,3,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18048,'Ȳ+8','King\'s Belt +8',34,0,0,1,0,0,0,'',500000,500000,18049,609,0,10,1,103,0,0,78,4,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18049,'Ȳ+9','King\'s Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,103,0,0,78,5,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18050,'ȫ+0','Shadow Belt +0',34,0,0,1,0,0,0,'',3000,3000,18051,601,0,10,1,103,0,0,79,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18051,'ȫ+1','Shadow Belt +1',34,0,0,1,0,0,0,'',4800,4800,18052,602,0,10,1,103,0,0,79,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18052,'ȫ+2','Shadow Belt +2',34,0,0,1,0,0,0,'',8000,8000,18053,603,0,10,1,103,0,0,79,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18053,'ȫ+3','Shadow Belt +3',34,0,0,1,0,0,0,'',16000,16000,18054,604,0,10,1,103,0,0,79,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18054,'ȫ+4','Shadow Belt +4',34,0,0,1,0,0,0,'',32000,32000,18055,605,0,10,1,103,0,0,79,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18055,'ȫ+5','Shadow Belt +5',34,0,0,1,0,0,0,'',64000,64000,18056,606,0,10,1,103,0,0,79,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18056,'ȫ+6','Shadow Belt +6',34,0,0,1,0,0,0,'',120000,120000,18057,607,0,10,1,103,0,0,79,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18057,'ȫ+7','Shadow Belt +7',34,0,0,1,0,0,0,'',250000,250000,18058,608,0,10,1,103,0,0,79,3,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18058,'ȫ+8','Shadow Belt +8',34,0,0,1,0,0,0,'',500000,500000,18059,609,0,10,1,103,0,0,79,4,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18059,'ȫ+9','Shadow Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,103,0,0,79,5,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18060,'û+0','Rune Belt +0',34,0,0,1,0,0,0,'',3000,3000,18061,601,0,10,1,103,0,0,80,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18061,'û+1','Rune Belt +1',34,0,0,1,0,0,0,'',4800,4800,18062,602,0,10,1,103,0,0,80,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18062,'û+2','Rune Belt +2',34,0,0,1,0,0,0,'',8000,8000,18063,603,0,10,1,103,0,0,80,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18063,'û+3','Rune Belt +3',34,0,0,1,0,0,0,'',16000,16000,18064,604,0,10,1,103,0,0,80,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18064,'û+4','Rune Belt +4',34,0,0,1,0,0,0,'',32000,32000,18065,605,0,10,1,103,0,0,80,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18065,'û+5','Rune Belt +5',34,0,0,1,0,0,0,'',64000,64000,18066,606,0,10,1,103,0,0,80,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18066,'û+6','Rune Belt +6',34,0,0,1,0,0,0,'',120000,120000,18067,607,0,10,1,103,0,0,80,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18067,'û+7','Rune Belt +7',34,0,0,1,0,0,0,'',250000,250000,18068,608,0,10,1,103,0,0,80,3,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18068,'û+8','Rune Belt +8',34,0,0,1,0,0,0,'',500000,500000,18069,609,0,10,1,103,0,0,80,4,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18069,'û+9','Rune Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,103,0,0,80,5,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18070,'ĥ+0','Great Bear Belt +0',34,0,0,1,0,0,0,'',3000,3000,18071,601,0,10,1,103,0,0,81,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18071,'ĥ+1','Great Bear Belt +1',34,0,0,1,0,0,0,'',4800,4800,18072,602,0,10,1,103,0,0,81,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18072,'ĥ+2','Great Bear Belt +2',34,0,0,1,0,0,0,'',8000,8000,18073,603,0,10,1,103,0,0,81,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18073,'ĥ+3','Great Bear Belt +3',34,0,0,1,0,0,0,'',16000,16000,18074,604,0,10,1,103,0,0,81,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18074,'ĥ+4','Great Bear Belt +4',34,0,0,1,0,0,0,'',32000,32000,18075,605,0,10,1,103,0,0,81,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18075,'ĥ+5','Great Bear Belt +5',34,0,0,1,0,0,0,'',64000,64000,18076,606,0,10,1,103,0,0,81,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18076,'ĥ+6','Great Bear Belt +6',34,0,0,1,0,0,0,'',120000,120000,18077,607,0,10,1,103,0,0,81,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18077,'ĥ+7','Great Bear Belt +7',34,0,0,1,0,0,0,'',250000,250000,18078,608,0,10,1,103,0,0,81,3,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18078,'ĥ+8','Great Bear Belt +8',34,0,0,1,0,0,0,'',500000,500000,18079,609,0,10,1,103,0,0,81,4,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18079,'ĥ+9','Great Bear Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,103,0,0,81,5,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18080,'Ȳ+0','Souls Belt +0',34,0,0,1,0,0,0,'',3000,3000,18081,601,0,10,1,100,0,0,63,1,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18081,'Ȳ+1','Souls Belt +1',34,0,0,1,0,0,0,'',4800,4800,18082,602,0,10,1,100,0,0,63,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18082,'Ȳ+2','Souls Belt +2',34,0,0,1,0,0,0,'',8000,8000,18083,603,0,10,1,100,0,0,63,1,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18083,'Ȳ+3','Souls Belt +3',34,0,0,1,0,0,0,'',16000,16000,18084,604,0,10,1,100,0,0,63,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18084,'Ȳ+4','Souls Belt +4',34,0,0,1,0,0,0,'',32000,32000,18085,605,0,10,1,100,0,0,63,2,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18085,'Ȳ+5','Souls Belt +5',34,0,0,1,0,0,0,'',64000,64000,18086,606,0,10,1,100,0,0,63,2,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18086,'Ȳ+6','Souls Belt +6',34,0,0,1,0,0,0,'',120000,120000,18087,607,0,10,1,100,0,0,63,3,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18087,'Ȳ+7','Souls Belt +7',34,0,0,1,0,0,0,'',250000,250000,18088,608,0,10,1,100,0,0,63,3,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18088,'Ȳ+8','Souls Belt +8',34,0,0,1,0,0,0,'',500000,500000,18089,609,0,10,1,100,0,0,63,4,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18089,'Ȳ+9','Souls Belt +9',34,0,0,1,0,0,0,'',800000,800000,0,0,0,10,1,100,0,0,63,5,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(18900,'ȭ','Red Flame Stone',3,29,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(20000,'+0','Devil\'s Horn Armour+0',2,0,0,2,312,1,1,'',120000,120000,20001,601,0,10,1,90,0,0,8,-15,37,4,69,1,0,120,0,13,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(20001,'+1','Devil\'s Horn Armour+1',2,0,0,2,312,1,1,'',120000,130000,20002,602,0,10,1,92,0,0,8,-15,37,5,69,1,0,120,0,13,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(20002,'+2','Devil\'s Horn Armour+2',2,0,0,2,312,1,1,'',120000,145000,20003,603,0,10,1,94,0,0,8,-15,37,6,69,1,0,120,0,13,0,7,-1,-1,-1,-1,-1,-1,0,3,0),(20003,'+3','Devil\'s Horn Armour+3',2,0,0,2,312,1,1,'',120000,165000,20004,604,0,10,1,96,0,0,8,-12,37,7,69,2,0,120,0,13,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(20004,'+4','Devil\'s Horn Armour+4',2,0,0,2,312,1,1,'',120000,190000,20005,605,0,10,1,98,0,0,8,-9,37,9,69,2,0,120,0,13,0,15,-1,-1,-1,-1,-1,-1,30,3,0),(20005,'+5','Devil\'s Horn Armour+5',2,0,0,2,312,1,1,'',120000,220000,20006,606,0,10,1,100,0,0,8,-6,37,12,69,3,0,120,0,13,0,22,-1,-1,-1,-1,-1,-1,40,3,0),(20006,'+6','Devil\'s Horn Armour+6',2,0,0,2,312,1,1,'',120000,265000,20007,607,0,10,1,102,0,0,8,-4,37,15,69,4,0,120,0,13,0,32,-1,-1,-1,-1,-1,-1,50,3,0),(20007,'+7','Devil\'s Horn Armour+7',2,0,0,2,312,1,1,'',120000,325000,20008,608,0,10,1,104,0,0,8,-2,37,18,69,5,0,120,0,13,0,47,-1,-1,-1,-1,-1,-1,65,3,0),(20008,'+8','Devil\'s Horn Armour+8',2,0,0,2,312,1,1,'',120000,405000,20009,609,0,10,1,104,0,0,8,-1,37,21,69,7,0,120,0,13,0,68,-1,-1,-1,-1,-1,-1,80,3,0),(20009,'+9','Devil\'s Horn Armour+9',2,0,0,2,312,1,1,'',120000,515000,0,0,0,10,1,105,0,0,8,0,37,25,69,10,0,120,0,13,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(20250,'+0','Dragon Rider Suit+0',2,0,0,2,308,1,1,'',120000,120000,20251,601,0,10,1,90,0,0,8,-15,37,4,69,1,0,120,0,13,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(20251,'+1','Dragon Rider Suit+1',2,0,0,2,308,1,1,'',120000,130000,20252,602,0,10,1,92,0,0,8,-15,37,5,69,1,0,120,0,13,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(20252,'+2','Dragon Rider Suit+2',2,0,0,2,308,1,1,'',120000,145000,20253,603,0,10,1,94,0,0,8,-15,37,6,69,1,0,120,0,13,0,7,-1,-1,-1,-1,-1,-1,0,3,0),(20253,'+3','Dragon Rider Suit+3',2,0,0,2,308,1,1,'',120000,165000,20254,604,0,10,1,96,0,0,8,-12,37,7,69,2,0,120,0,13,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(20254,'+4','Dragon Rider Suit+4',2,0,0,2,308,1,1,'',120000,190000,20255,605,0,10,1,98,0,0,8,-9,37,9,69,2,0,120,0,13,0,15,-1,-1,-1,-1,-1,-1,30,3,0),(20255,'+5','Dragon Rider Suit+5',2,0,0,2,308,1,1,'',120000,220000,20256,606,0,10,1,100,0,0,8,-6,37,12,69,3,0,120,0,13,0,22,-1,-1,-1,-1,-1,-1,40,3,0),(20256,'+6','Dragon Rider Suit+6',2,0,0,2,308,1,1,'',120000,265000,20257,607,0,10,1,102,0,0,8,-4,37,15,69,4,0,120,0,13,0,32,-1,-1,-1,-1,-1,-1,50,3,0),(20257,'+7','Dragon Rider Suit+7',2,0,0,2,308,1,1,'',120000,325000,20258,608,0,10,1,104,0,0,8,-2,37,18,69,5,0,120,0,13,0,47,-1,-1,-1,-1,-1,-1,65,3,0),(20258,'+8','Dragon Rider Suit+8',2,0,0,2,308,1,1,'',120000,405000,20259,609,0,10,1,104,0,0,8,-1,37,21,69,7,0,120,0,13,0,68,-1,-1,-1,-1,-1,-1,80,3,0),(20259,'+9','Dragon Rider Suit+9',2,0,0,2,308,1,1,'',120000,515000,0,0,0,10,1,105,0,0,8,0,37,25,69,10,0,120,0,13,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(20500,'õ+0','Bone Plated Armour+0',2,0,0,2,300,1,1,'',120000,120000,20501,601,0,10,1,90,0,0,8,-15,37,4,69,1,0,120,0,13,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(20501,'õ+1','Bone Plated Armour+1',2,0,0,2,300,1,1,'',120000,130000,20502,602,0,10,1,92,0,0,8,-15,37,5,69,1,0,120,0,13,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(20502,'õ+2','Bone Plated Armour+2',2,0,0,2,300,1,1,'',120000,145000,20503,603,0,10,1,94,0,0,8,-15,37,6,69,1,0,120,0,13,0,7,-1,-1,-1,-1,-1,-1,0,3,0),(20503,'õ+3','Bone Plated Armour+3',2,0,0,2,300,1,1,'',120000,165000,20504,604,0,10,1,96,0,0,8,-12,37,7,69,2,0,120,0,13,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(20504,'õ+4','Bone Plated Armour+4',2,0,0,2,300,1,1,'',120000,190000,20505,605,0,10,1,98,0,0,8,-9,37,9,69,2,0,120,0,13,0,15,-1,-1,-1,-1,-1,-1,30,3,0),(20505,'õ+5','Bone Plated Armour+5',2,0,0,2,300,1,1,'',120000,220000,20506,606,0,10,1,100,0,0,8,-6,37,12,69,3,0,120,0,13,0,22,-1,-1,-1,-1,-1,-1,40,3,0),(20506,'õ+6','Bone Plated Armour+6',2,0,0,2,300,1,1,'',120000,265000,20507,607,0,10,1,102,0,0,8,-4,37,15,69,4,0,120,0,13,0,32,-1,-1,-1,-1,-1,-1,50,3,0),(20507,'õ+7','Bone Plated Armour+7',2,0,0,2,300,1,1,'',120000,325000,20508,608,0,10,1,104,0,0,8,-2,37,18,69,5,0,120,0,13,0,47,-1,-1,-1,-1,-1,-1,65,3,0),(20508,'õ+8','Bone Plated Armour+8',2,0,0,2,300,1,1,'',120000,405000,20509,609,0,10,1,104,0,0,8,-1,37,21,69,7,0,120,0,13,0,68,-1,-1,-1,-1,-1,-1,80,3,0),(20509,'õ+9','Bone Plated Armour+9',2,0,0,2,300,1,1,'',120000,515000,0,0,0,10,1,105,0,0,8,0,37,25,69,10,0,120,0,13,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(20750,'+0','Golden Clothing+0',2,0,0,2,284,1,1,'',120000,120000,20751,601,0,10,1,90,0,0,8,-15,37,4,69,1,0,120,0,13,0,0,-1,-1,-1,-1,-1,-1,0,3,0),(20751,'+1','Golden Clothing+1',2,0,0,2,284,1,1,'',120000,130000,20752,602,0,10,1,92,0,0,8,-15,37,5,69,1,0,120,0,13,0,5,-1,-1,-1,-1,-1,-1,0,3,0),(20752,'+2','Golden Clothing+2',2,0,0,2,284,1,1,'',120000,145000,20753,603,0,10,1,94,0,0,8,-15,37,6,69,1,0,120,0,13,0,7,-1,-1,-1,-1,-1,-1,0,3,0),(20753,'+3','Golden Clothing+3',2,0,0,2,284,1,1,'',120000,165000,20754,604,0,10,1,96,0,0,8,-12,37,7,69,2,0,120,0,13,0,10,-1,-1,-1,-1,-1,-1,0,3,0),(20754,'+4','Golden Clothing+4',2,0,0,2,284,1,1,'',120000,190000,20755,605,0,10,1,98,0,0,8,-9,37,9,69,2,0,120,0,13,0,15,-1,-1,-1,-1,-1,-1,30,3,0),(20755,'+5','Golden Clothing+5',2,0,0,2,284,1,1,'',120000,220000,20756,606,0,10,1,100,0,0,8,-6,37,12,69,3,0,120,0,13,0,22,-1,-1,-1,-1,-1,-1,40,3,0),(20756,'+6','Golden Clothing+6',2,0,0,2,284,1,1,'',120000,265000,20757,607,0,10,1,102,0,0,8,-4,37,15,69,4,0,120,0,13,0,32,-1,-1,-1,-1,-1,-1,50,3,0),(20757,'+7','Golden Clothing+7',2,0,0,2,284,1,1,'',120000,325000,20758,608,0,10,1,104,0,0,8,-2,37,18,69,5,0,120,0,13,0,47,-1,-1,-1,-1,-1,-1,65,3,0),(20758,'+8','Golden Clothing+8',2,0,0,2,284,1,1,'',120000,405000,20759,609,0,10,1,104,0,0,8,-1,37,21,69,7,0,120,0,13,0,68,-1,-1,-1,-1,-1,-1,80,3,0),(20759,'+9','Golden Clothing+9',2,0,0,2,284,1,1,'',120000,515000,0,0,0,10,1,105,0,0,8,0,37,25,69,10,0,120,0,13,0,100,-1,-1,-1,-1,-1,-1,100,3,0),(22000,'ȯ','Town Scroll',3,1,0,1,106880,2052,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22001,'ȯ','Back to town',3,1,0,1,106880,2052,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22010,'ȯ','Scroll of the Location',3,1,0,1,106880,2052,0,'',600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22011,'ȯ','Scroll of the Location',3,1,0,1,106880,2052,0,'',600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22020,'ġ','Paper',3,1,0,1,106880,4,0,'',300,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22030,'̵','Teleport Scroll',3,1,0,1,0,4,0,'',300,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22040,'','Life Scroll',3,1,0,1,0,4,0,'',100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(22050,'ȯ','Incarnation Scroll',3,1,0,1,0,4,0,'',100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(25040,'ູ ','Blessing Scroll',3,2,0,1,0,0,0,'',5000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(25041,'ö','Magic Stone',3,2,0,1,106880,0,0,'',5000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(25100,'','Spirit Stone Scroll',3,14,0,1,0,0,0,'',10000,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27001,'()','Red Potion(S)',3,0,0,1,0,20,0,'',32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27002,'()','Red Potion(M)',3,0,0,1,0,20,0,'',96,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27003,'()','Red Potion(L)',3,0,0,1,0,20,0,'',160,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27004,'Ķ()','Blue Potion(S)',3,0,0,1,0,20,0,'',96,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27005,'Ķ()','Blue Potion(M)',3,0,0,1,0,20,0,'',288,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27006,'Ķ()','Blue Potion(L)',3,0,0,1,0,20,0,'',480,700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27051,'Թڿ ()','Red Potion (S)',3,0,0,1,205184,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27052,'Թڿ Ķ()','Blue Potion (S)',3,0,0,1,205184,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27053,'Թڿ ()','Green Potion (S)',3,7,0,1,205184,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27054,'Թڿ ()','Purple Potion (S)',3,7,0,1,205184,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27100,' ()','Green Potion(S)',3,7,0,1,0,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27101,' ()','Green Potion(M)',3,7,0,1,0,20,0,'',2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27102,' ()','Green Potion(L)',3,7,0,1,0,20,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,30,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27103,' ()','Purple Potion(S)',3,7,0,1,0,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27104,' ()','Purple Potion(M)',3,7,0,1,0,20,0,'',2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27105,' ()','Purple Potion(L)',3,7,0,1,0,20,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,40,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27110,'()','Green Potion(S)',3,7,0,1,0,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27111,'()','Green Potion(M)',3,7,0,1,0,20,0,'',2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27112,'()','Green Potion(L)',3,7,0,1,0,20,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,30,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27113,'()','Purple Potion(S)',3,7,0,1,0,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27114,'()','Purple Potion(M)',3,7,0,1,0,20,0,'',2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27115,'()','Purple Potion(L)',3,7,0,1,0,20,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,30,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27116,'ȫ()','Pink Potion(S)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27117,'ȫ()','Pink Potion(M)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27118,'ȫ()','Pink Potion(L)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27119,'ϴû()','Sky Blue Potion(S)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27120,'ϴû()','Sky Blue Potion(M)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27121,'ϴû()','Sky Blue Potion(L)',0,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27400,'ô+1','Fishing Pole+1',13,0,0,3,0,16,16,'',5000,5000,27410,0,0,0,1,30,0,0,0,0,0,0,0,0,10,5,10,100,27400,0,-1,-1,-1,-1,-1,-1,0,0,0),(27410,'ô+2','Fishing Pole+2',13,0,0,3,0,16,16,'',10000,10000,27420,0,0,0,1,30,0,0,0,0,0,0,0,0,20,10,20,88,27400,0,-1,-1,-1,-1,-1,-1,0,0,0),(27420,'ô+3','Fishing Pole+3',13,0,0,3,0,16,16,'',15000,15000,27430,0,0,0,1,30,0,0,0,0,0,0,0,0,30,20,40,77,27410,0,-1,-1,-1,-1,-1,-1,0,0,0),(27430,'ô+4','Fishing Pole+4',13,0,0,3,0,16,16,'',20000,20000,27440,0,0,0,1,30,0,0,0,0,0,0,0,0,40,40,80,66,27420,0,-1,-1,-1,-1,-1,-1,0,0,0),(27440,'ô+5','Fishing Pole+5',13,0,0,3,0,16,16,'',25000,25000,27450,0,0,0,1,30,0,0,0,0,0,0,0,0,50,60,120,55,27430,0,-1,-1,-1,-1,-1,-1,0,0,0),(27450,'ô+6','Fishing Pole+6',13,0,0,3,0,0,16,'',30000,30000,27460,0,0,0,1,30,0,0,0,0,0,0,0,0,60,70,140,44,27440,0,-1,-1,-1,-1,-1,-1,0,0,0),(27460,'ô+7','Fishing Pole+7',13,0,0,3,0,0,16,'',35000,35000,27470,0,0,0,1,30,0,0,0,0,0,0,0,0,70,80,160,33,27450,0,-1,-1,-1,-1,-1,-1,0,0,0),(27470,'ô+8','Fishing Pole+8',13,0,0,3,0,0,16,'',40000,40000,27480,0,0,0,1,30,0,0,0,0,0,0,0,0,80,90,180,33,27460,0,-1,-1,-1,-1,-1,-1,0,0,0),(27480,'ô+9','Fishing Pole+9',13,0,0,3,0,0,16,'',45000,45000,27490,0,0,0,1,30,0,0,0,0,0,0,0,0,90,100,200,33,27470,0,-1,-1,-1,-1,-1,-1,0,0,0),(27490,'ô+10','Fishing Pole+10',13,0,0,3,0,0,16,'',50000,50000,27500,0,0,0,1,30,0,0,0,0,0,0,0,0,100,110,220,33,27480,0,-1,-1,-1,-1,-1,-1,0,0,0),(27500,'ô+11','Fishing Pole+11',13,0,0,3,0,0,16,'',55000,55000,27510,0,0,0,1,30,0,0,0,0,0,0,0,0,110,120,240,33,27490,0,-1,-1,-1,-1,-1,-1,0,0,0),(27510,'ô+12','Fishing Pole+12',13,0,0,3,0,0,16,'',60000,60000,27520,0,0,0,1,30,0,0,0,0,0,0,0,0,120,130,260,33,27500,0,-1,-1,-1,-1,-1,-1,0,0,0),(27520,'ô+13','Fishing Pole+13',13,0,0,3,0,0,16,'',65000,65000,27530,0,0,0,1,30,0,0,0,0,0,0,0,0,130,140,280,33,27510,0,-1,-1,-1,-1,-1,-1,0,0,0),(27530,'ô+14','Fishing Pole+14',13,0,0,3,0,0,16,'',70000,70000,27540,0,0,0,1,30,0,0,0,0,0,0,0,0,140,150,300,33,27520,0,-1,-1,-1,-1,-1,-1,0,0,0),(27540,'ô+15','Fishing Pole+15',13,0,0,3,0,0,16,'',75000,75000,27550,0,0,0,1,30,0,0,0,0,0,0,0,0,150,160,320,33,27530,0,-1,-1,-1,-1,-1,-1,0,0,0),(27550,'ô+16','Fishing Pole+16',13,0,0,3,0,0,16,'',80000,80000,27560,0,0,0,1,30,0,0,0,0,0,0,0,0,160,170,340,33,27540,0,-1,-1,-1,-1,-1,-1,0,0,0),(27560,'ô+17','Fishing Pole+17',13,0,0,3,0,0,16,'',85000,85000,27570,0,0,0,1,30,0,0,0,0,0,0,0,0,170,180,360,33,27550,0,-1,-1,-1,-1,-1,-1,0,0,0),(27570,'ô+18','Fishing Pole+18',13,0,0,3,0,0,16,'',90000,90000,27580,0,0,0,1,30,0,0,0,0,0,0,0,0,180,190,380,33,27560,0,-1,-1,-1,-1,-1,-1,0,0,0),(27580,'ô+19','Fishing Pole+19',13,0,0,3,0,0,16,'',95000,95000,27590,0,0,0,1,30,0,0,0,0,0,0,0,0,190,200,400,33,27570,0,-1,-1,-1,-1,-1,-1,0,0,0),(27590,'ô+20','Fishing Pole+20',13,0,0,3,0,0,16,'',100000,100000,0,0,0,0,1,30,0,0,0,0,0,0,0,0,200,210,420,33,27580,0,-1,-1,-1,-1,-1,-1,0,0,0),(27600,'ں','Bonfire',15,0,0,1,0,0,0,'',20000,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27610,'ȯ','Fishing Marble',3,10,0,1,0,0,0,'',2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27620,'','Fishing Book',0,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27799,'','Fishbones',14,0,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27800,'','Paste',3,6,0,1,0,20,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27801,'','Worm',3,6,0,1,0,20,0,'',40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27802,'Ƕ','Minnow',3,6,0,1,0,20,0,'',150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27803,'ؾ','Zander',12,0,0,1,0,0,0,'',280,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27804,'','Mandarin Fish',12,0,0,1,0,0,0,'',340,340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27805,'ôؾ','Large Zander',12,0,0,1,0,0,0,'',340,340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27806,'׾','Carp',12,0,0,1,0,0,0,'',340,340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27807,'','Salmon',12,0,0,1,0,0,0,'',340,340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27808,'','Grass Carp',12,0,0,1,0,0,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27809,'۾','Brook Trout',12,0,0,1,0,0,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27810,'ι','Eel',12,0,0,1,0,0,0,'',700,700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27811,'۾','Rainbow Trout',12,0,0,1,0,0,0,'',800,800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27812,'۾','River Trout',12,0,0,1,0,0,0,'',800,800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27813,'','Rudd',12,0,0,1,0,0,0,'',900,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27814,'ġ','Perch',12,0,0,1,0,0,0,'',900,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27815,'ġ','Tenchi',12,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27816,'ޱ','Catfish',12,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27817,'̲ٶ','Loach',12,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27818,'','Lotus Fish',12,0,0,1,0,0,0,'',12000,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27819,'','Sweetfish',12,0,0,1,0,0,0,'',15000,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27820,'','Smelt',12,0,0,1,0,0,0,'',17000,17000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27821,'','Shiri',12,0,0,1,0,0,0,'',18000,18000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27822,'׾','Mirror Carp',12,0,0,1,0,0,0,'',19000,19000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27823,'Ȳݺؾ','Goldfish',12,0,0,1,0,0,0,'',20000,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27833,'ؾ','Dead Zander',12,1,0,1,0,4,0,'',140,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27834,'','Dead Mandarin Fish',12,1,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27835,'ôؾ','Dead Large Zander',12,1,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27836,'׾','Dead Carp',12,1,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27837,'','Dead Salmon',12,1,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27838,'','Dead Grass Carp',12,1,0,1,0,4,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27839,'۾','Dead Brook Trout',12,1,0,1,0,4,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27840,'ι','Dead Eel',12,1,0,1,0,4,0,'',350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27841,'۾','Dead Rainbow Trout',12,1,0,1,0,4,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27842,'۾','Dead River Trout',12,1,0,1,0,4,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27843,'','Dead Rudd',12,1,0,1,0,4,0,'',450,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27844,'ġ','Dead Perch',12,1,0,1,0,4,0,'',450,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27845,'ġ','Dead Tenchi',12,1,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27846,'ޱ','Dead Catfish',12,1,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27847,'̲ٶ','Dead Loach',12,1,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27848,'','Dead Lotus Fish',12,1,0,1,0,4,0,'',6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27849,'','Dead Sweet Fish',12,1,0,1,0,4,0,'',7500,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27850,'','Dead Smelt',12,1,0,1,0,4,0,'',8500,8500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27851,'','Dead Shiri',12,1,0,1,0,4,0,'',9000,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27852,'׾','Dead Mirror Carp',12,1,0,1,0,4,0,'',9500,9500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27853,'Ȳݺؾ','Dead Goldfish',12,1,0,1,0,4,0,'',10000,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27863,'ؾ','Grilled Zander',3,0,0,1,0,4,0,'',140,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27864,'','Grilled Mandarin Fish',3,0,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27865,'ôؾ','Grilled Large Zander',3,0,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27866,'׾','Grilled Carp',3,7,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27867,'','Grilled Salmon',3,0,0,1,0,4,0,'',170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27868,'','Grilled Grass Carp',3,7,0,1,0,4,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,600,20,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27869,'۾','Grilled Brook Trout',3,0,0,1,0,4,0,'',200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27870,'ι','Grilled Eel',3,7,0,1,0,4,0,'',350,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27871,'۾','Grilled Rainbow Trout',3,0,0,1,0,4,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27872,'۾','Grilled River Trout',3,11,0,1,0,4,0,'',400,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27873,'','Grilled Rudd',3,7,0,1,0,4,0,'',450,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,600,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27874,'ġ','Grilled Perch',3,12,0,1,0,4,0,'',450,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27875,'ġ','Grilled Tenchi',3,11,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27876,'ޱ','Grilled Catfish',3,11,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27877,'̲ٶ','Grilled Loach',3,13,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27878,'','Grilled Lotus Fish',3,11,0,1,0,4,0,'',6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27879,'','Grilled Sweetfish',6,0,0,1,0,4,0,'',7500,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27880,'','Grilled Smelt',6,0,0,1,0,4,0,'',8500,8500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27881,'','Grilled Shiri',6,0,0,1,0,4,0,'',9000,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27882,'׾','Grilled Mirror Carp',6,0,0,1,0,4,0,'',9500,9500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27883,'Ȳݺؾ','Grilled Goldfish',6,0,0,1,0,4,0,'',10000,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27987,'','Clam',3,10,0,1,0,0,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27988,'','Treasure Map',6,0,0,1,0,0,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27989,'','Compass for Metin Stones',3,10,0,1,106880,0,0,'',3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27990,'','Piece of Stone',14,1,0,1,0,4,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27991,'','Water Stone',14,2,0,1,0,0,0,'',10000,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27992,'','White Pearl',14,5,0,1,0,0,0,'',12000,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27993,'û','Blue Pearl',14,4,0,1,0,0,0,'',12000,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27994,'','Blood-Red Pearl',14,3,0,1,0,0,0,'',24000,24000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27995,'','Empty Bottle',6,0,0,1,0,4,0,'',250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27996,'','Poison Bottle',3,10,0,1,0,4,0,'',250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27997,'ȥ','Vitality Marble',3,11,0,1,44,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27998,'ݼָӴ','Alchemy Pouch',11,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(27999,'ָӴ','Spirit Stone Pouch',3,9,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28000,'ȭ+0','Stone of Massacre+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,25,100,0,0,0,0,0,0,0,0,0,1,-1,-1,-1,-1,-1,-1,0,0,0),(28004,'ں+0','Stone of Paranoia+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,25,70,0,0,0,0,0,0,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(28008,'dz+0','Stone of Trauma+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,25,50,0,0,0,0,0,0,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(28012,'+0','Stone of Stupidity+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,25,30,0,0,0,0,0,0,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(28030,'+0','Stone of Penetration+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,16,1,0,0,0,0,0,0,0,0,0,17,-1,-1,-1,-1,-1,-1,0,0,0),(28031,'+0','Stone of Deathblow+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,15,1,0,0,0,0,0,0,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(28032,'+0','Stone of Cooldown+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,9,5,0,0,0,0,0,0,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(28033,'+0','Stone against Warriors+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,59,5,0,0,0,0,0,0,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(28034,'ȸ+0','Stone against Ninjas+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,60,5,0,0,0,0,0,0,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(28035,'+0','Stone against Suras+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,61,5,0,0,0,0,0,0,0,0,0,22,-1,-1,-1,-1,-1,-1,0,0,0),(28036,'ֿ+0','Stone against Shamans+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,62,5,0,0,0,0,0,0,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(28037,'+0','Stone of Monsters+0',10,0,0,1,0,0,16,'',2500,2500,0,0,0,0,0,0,0,0,63,1,0,0,0,0,0,0,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(28038,'Ÿ+0','Stone of Evasion+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,27,1,0,0,0,0,0,0,0,0,0,25,-1,-1,-1,-1,-1,-1,0,0,0),(28039,'渶+0','Stone of Ducking+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,28,1,0,0,0,0,0,0,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(28040,'ϸ+0','Stone of Magic+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,2,30,0,0,0,0,0,0,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(28041,'뿵+0','Stone of Vitality+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,1,50,0,0,0,0,0,0,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(28042,'ɿ+0','Stone of Defence+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,54,2,0,0,0,0,0,0,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(28043,'쿵+0','Stone of Haste+0',10,0,0,1,0,0,1,'',2500,2500,0,0,0,0,0,0,0,0,8,5,0,0,0,0,0,0,0,0,0,30,-1,-1,-1,-1,-1,-1,0,0,0),(28100,'ȭ+1','Stone of Massacre+0',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,74,100,0,0,0,0,0,0,0,0,0,1,-1,-1,-1,-1,-1,-1,0,0,0),(28104,'ں+1','Stone of Paranoia+0',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,73,100,0,0,0,0,0,0,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(28108,'dz+1','Stone of Trauma+0',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,74,50,0,0,0,0,0,0,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(28112,'+1','Stone of Stupidity+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,73,50,0,0,0,0,0,0,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(28130,'+1','Stone of Penetration+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,16,2,0,0,0,0,0,0,0,0,0,17,-1,-1,-1,-1,-1,-1,0,0,0),(28131,'+1','Stone of Deathblow+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,15,2,0,0,0,0,0,0,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(28132,'+1','Stone of Cooldown+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(28133,'+1','Stone against Warriors+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,59,8,0,0,0,0,0,0,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(28134,'ȸ+1','Stone against Ninjas+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,60,8,0,0,0,0,0,0,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(28135,'+1','Stone against Suras+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,61,8,0,0,0,0,0,0,0,0,0,22,-1,-1,-1,-1,-1,-1,0,0,0),(28136,'ֿ+1','Stone against Shamans+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,62,8,0,0,0,0,0,0,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(28137,'+1','Stone of Monsters+1',10,0,0,1,0,0,16,'',5000,5000,0,0,0,0,0,0,0,0,63,2,0,0,0,0,0,0,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(28138,'Ÿ+1','Stone of Evasion+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,27,2,0,0,0,0,0,0,0,0,0,25,-1,-1,-1,-1,-1,-1,0,0,0),(28139,'渶+1','Stone of Ducking+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,28,2,0,0,0,0,0,0,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(28140,'ϸ+1','Stone of Magic+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,2,60,0,0,0,0,0,0,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(28141,'뿵+1','Stone of Vitality+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,1,100,0,0,0,0,0,0,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(28142,'ɿ+1','Stone of Defence+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,54,4,0,0,0,0,0,0,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(28143,'쿵+1','Stone of Haste+1',10,0,0,1,0,0,1,'',5000,5000,0,0,0,0,0,0,0,0,8,10,0,0,0,0,0,0,0,0,0,30,-1,-1,-1,-1,-1,-1,0,0,0),(28200,'ȭ+2','Stone of Massacre+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,37,100,0,0,0,0,0,0,0,0,0,1,-1,-1,-1,-1,-1,-1,0,0,0),(28204,'ں+2','Stone of Paranoia+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(28208,'dz+2','Stone of Trauma+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,37,50,0,0,0,0,0,0,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(28212,'+2','Stone of Stupidity+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,37,30,0,0,0,0,0,0,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(28230,'+2','Stone of Penetration+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,16,3,0,0,0,0,0,0,0,0,0,17,-1,-1,-1,-1,-1,-1,0,0,0),(28231,'+2','Stone of Deathblow+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,15,3,0,0,0,0,0,0,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(28232,'+2','Stone of Cooldown+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,9,12,0,0,0,0,0,0,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(28233,'+2','Stone against Warriors+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,59,12,0,0,0,0,0,0,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(28234,'ȸ+2','Stone against Ninjas+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,60,12,0,0,0,0,0,0,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(28235,'+2','Stone against Suras+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,61,12,0,0,0,0,0,0,0,0,0,22,-1,-1,-1,-1,-1,-1,0,0,0),(28236,'ֿ+2','Stone against Shamans+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,62,12,0,0,0,0,0,0,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(28237,'+2','Stone of Monsters+2',10,0,0,1,0,0,16,'',10000,10000,0,0,0,0,0,0,0,0,63,3,0,0,0,0,0,0,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(28238,'Ÿ+2','Stone of Evasion+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,27,3,0,0,0,0,0,0,0,0,0,25,-1,-1,-1,-1,-1,-1,0,0,0),(28239,'渶+2','Stone of Ducking+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,28,3,0,0,0,0,0,0,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(28240,'ϸ+2','Stone of Magic+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,2,90,0,0,0,0,0,0,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(28241,'뿵+2','Stone of Vitality+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,1,150,0,0,0,0,0,0,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(28242,'ɿ+2','Stone of Defence+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,54,6,0,0,0,0,0,0,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(28243,'쿵+2','Stone of Haste+2',10,0,0,1,0,0,1,'',10000,10000,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,30,-1,-1,-1,-1,-1,-1,0,0,0),(28300,'ȭ+3','Stone of Massacre+0',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,29,100,0,0,0,0,0,0,0,0,0,1,-1,-1,-1,-1,-1,-1,0,0,0),(28304,'ں+3','Stone of Paranoia+0',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,29,70,0,0,0,0,0,0,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(28308,'dz+3','Stone of Trauma+0',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,29,50,0,0,0,0,0,0,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(28312,'+3','Stone of Stupidity+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,29,30,0,0,0,0,0,0,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(28330,'+3','Stone of Penetration+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,16,5,0,0,0,0,0,0,0,0,0,17,-1,-1,-1,-1,-1,-1,0,0,0),(28331,'+3','Stone of Deathblow+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,15,5,0,0,0,0,0,0,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(28332,'+3','Stone of Cooldown+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(28333,'+3','Stone against Warriors+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,59,17,0,0,0,0,0,0,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(28334,'ȸ+3','Stone against Ninjas+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,60,17,0,0,0,0,0,0,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(28335,'+3','Stone against Suras+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,61,17,0,0,0,0,0,0,0,0,0,22,-1,-1,-1,-1,-1,-1,0,0,0),(28336,'ֿ+3','Stone against Shamans+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,62,17,0,0,0,0,0,0,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(28337,'+3','Stone of Monsters+3',10,0,0,1,0,0,16,'',20000,20000,0,0,0,0,0,0,0,0,63,5,0,0,0,0,0,0,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(28338,'Ÿ+3','Stone of Evasion+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,27,5,0,0,0,0,0,0,0,0,0,25,-1,-1,-1,-1,-1,-1,0,0,0),(28339,'渶+3','Stone of Ducking+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,28,5,0,0,0,0,0,0,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(28340,'ϸ+3','Stone of Magic+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,2,120,0,0,0,0,0,0,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(28341,'뿵+3','Stone of Vitality+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,1,200,0,0,0,0,0,0,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(28342,'ɿ+3','Stone of Defence+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,54,10,0,0,0,0,0,0,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(28343,'쿵+3','Stone of Haste+3',10,0,0,1,0,0,1,'',20000,20000,0,0,0,0,0,0,0,0,8,20,0,0,0,0,0,0,0,0,0,30,-1,-1,-1,-1,-1,-1,0,0,0),(28400,'ȭ+4','Stone of Massacre+0',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,-1,-1,-1,-1,-1,0,0,0),(28404,'ں+4','Stone of Paranoia+0',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,-1,-1,-1,-1,-1,-1,0,0,0),(28408,'dz+4','Stone of Trauma+0',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,-1,-1,-1,-1,-1,-1,0,0,0),(28412,'+4','Stone of Stupitdity+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,-1,-1,-1,-1,-1,-1,0,0,0),(28430,'+4','Stone of Penetration+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,16,8,0,0,0,0,0,0,0,0,0,17,-1,-1,-1,-1,-1,-1,0,0,0),(28431,'+4','Stone of Deathblow+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,15,8,0,0,0,0,0,0,0,0,0,18,-1,-1,-1,-1,-1,-1,0,0,0),(28432,'+4','Stone of Cooldown+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,9,25,0,0,0,0,0,0,0,0,0,19,-1,-1,-1,-1,-1,-1,0,0,0),(28433,'+4','Stone against Warriors+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,59,25,0,0,0,0,0,0,0,0,0,20,-1,-1,-1,-1,-1,-1,0,0,0),(28434,'ȸ+4','Stone against Ninjas+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,60,25,0,0,0,0,0,0,0,0,0,21,-1,-1,-1,-1,-1,-1,0,0,0),(28435,'+4','Stone against Suras+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,61,25,0,0,0,0,0,0,0,0,0,22,-1,-1,-1,-1,-1,-1,0,0,0),(28436,'ֿ+4','Stone against Shamans+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,62,25,0,0,0,0,0,0,0,0,0,23,-1,-1,-1,-1,-1,-1,0,0,0),(28437,'+4','Stone of Monsters+4',10,0,0,1,0,0,16,'',40000,40000,0,0,0,0,0,0,0,0,63,8,0,0,0,0,0,0,0,0,0,24,-1,-1,-1,-1,-1,-1,0,0,0),(28438,'Ÿ+4','Stone of Evasion+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,27,8,0,0,0,0,0,0,0,0,0,25,-1,-1,-1,-1,-1,-1,0,0,0),(28439,'渶+4','Stone of Ducking+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,28,8,0,0,0,0,0,0,0,0,0,26,-1,-1,-1,-1,-1,-1,0,0,0),(28440,'ϸ+4','Stone of Magic+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,2,150,0,0,0,0,0,0,0,0,0,27,-1,-1,-1,-1,-1,-1,0,0,0),(28441,'뿵+4','Stone of Vitality+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,1,300,0,0,0,0,0,0,0,0,0,28,-1,-1,-1,-1,-1,-1,0,0,0),(28442,'ɿ+4','Stone of Defence+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,54,15,0,0,0,0,0,0,0,0,0,29,-1,-1,-1,-1,-1,-1,0,0,0),(28443,'쿵+4','Stone of Haste+4',10,0,0,1,0,0,1,'',40000,40000,0,0,0,0,0,0,0,0,8,30,0,0,0,0,0,0,0,0,0,30,-1,-1,-1,-1,-1,-1,0,0,0),(28500,'ȭ+5','Stone of Massacre+0',10,0,0,1,0,0,1,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28504,'ں+5','Stone of Paranoia+0',10,0,0,1,0,0,17,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28508,'dz+5','Stone of Trauma+5',10,0,0,1,0,0,17,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28512,'+5','Stone of Stupidity+5',10,0,0,1,0,0,17,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28530,'+5','Stone of Penetration+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28531,'+5','Stone of Deathblow+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28532,'+5','Stone of Cooldown+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28533,'+5','Stone against Warriors+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28534,'ȸ+5','Stone against Ninjas+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28535,'+5','Stone against Suras+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28536,'ֿ+5','Stone against Shamans+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28537,'+5','Stone of Monsters+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28538,'Ÿ+5','Stone of Evasion+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28539,'渶+5','Stone of Ducking+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28540,'ϸ+5','Stone of Magic+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28541,'뿵+5','Stone of Vitality+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28542,'ɿ+5','Stone of Defence+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28543,'쿵+5','Stone of Haste+5',0,0,0,1,0,0,0,'',80000,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28600,'+6','Stone of Penetration+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28601,'+6','Stone of Deathblow+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28602,'+6','Stone of Cooldown+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28603,'+6','Stone against Warriors+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28604,'ȸ+6','Stone against Ninjas+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28605,'+6','Stone against Suras+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28606,'ֿ+6','Stone against Shamans+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28607,'+6','Stone of Monsters+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28608,'Ÿ+6','Stone of Evasion+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28609,'渶+6','Stone of Ducking+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28610,'ϸ+6','Stone of Magic+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28611,'뿵+6','Stone of Vitality+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28612,'ɿ+6','Stone of Defence+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28613,'쿵+6','Stone of Haste+6',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28630,'+6','Aqua Stone Penetration+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28631,'+6','Aqua Stone Deathblow+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28632,'+6','Aqua Stone Cooldown+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28633,'+6','Aqua Stone Warriors+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28634,'ȸ+6','Aqua Stone Ninjas+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28635,'+6','Aqua Stone Suras+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28636,'ֿ+6','Aqua Stone Shamans+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28637,'+6','Aqua Stone Monsters+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28638,'Ÿ+6','Aqua Stone Evasion+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28639,'渶+6','Aqua Stone Ducking+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28640,'ϸ+6','Aqua Stone Magic+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28641,'뿵+6','Aqua Stone Vitality+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28642,'ɿ+6','Aqua Stone Defence+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28643,'쿵+6','Aqua Stone Haste+5',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28700,'+7','Stone of Penetration+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28701,'+7','Stone of Deathblow+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28702,'+7','Stone of Cooldown+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28703,'+7','Stone against Warriors+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28704,'ȸ+7','Stone against Ninjas+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28705,'+7','Stone against Suras+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28706,'ֿ+7','Stone against Shamans+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28707,'+7','Stone of Monsters+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28708,'Ÿ+7','Stone of Evasion+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28709,'渶+7','Stone of Ducking+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28710,'ϸ+7','Stone of Magic+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28711,'뿵+7','Stone of Vitality+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28712,'ɿ+7','Stone of Defence+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28713,'쿵+7','Stone of Haste+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28730,'+7','Aqua Stone Penetration+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28731,'+7','Aqua Stone Deathblow+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28732,'+7','Aqua Stone Cooldown+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28733,'+7','Aqua Stone Warriors+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28734,'ȸ+7','Aqua Stone Ninjas+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28735,'+7','Aqua Stone Suras+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28736,'ֿ+7','Aqua Stone Shamans+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28737,'+7','Aqua Stone Monsters+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28738,'Ÿ+7','Aqua Stone Evasion+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28739,'渶+7','Aqua Stone Ducking+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28740,'ϸ+7','Aqua Stone Magic+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28741,'뿵+7','Aqua Stone Vitality+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28742,'ɿ+7','Aqua Stone Defence+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28743,'쿵+7','Aqua Stone Haste+7',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28800,'+8','Stone of Penetration+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28801,'+8','Stone of Deathblow+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28802,'+8','Stone of Cooldown+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28803,'+8','Stone against Warriors+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28804,'ȸ+8','Stone against Ninjas+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28805,'+8','Stone against Suras+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28806,'ֿ+8','Stone against Shamans+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28807,'+8','Stone of Monsters+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28808,'Ÿ+8','Stone of Evasion+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28809,'渶+8','Stone of Ducking+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28810,'ϸ+8','Stone of Magic+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28811,'뿵+8','Stone of Vitality+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28812,'ɿ+8','Stone of Defence+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28813,'쿵+8','Stone of Haste+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28830,'+8','Aqua Stone Penetration+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28831,'+8','Aqua Stone Deathblow+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28832,'+8','Aqua Stone Cooldown+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28833,'+8','Aqua Stone Warriors+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28834,'ȸ+8','Aqua Stone Ninjas+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28835,'+8','Aqua Stone Suras+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28836,'ֿ+8','Aqua Stone Shamans+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28837,'+8','Aqua Stone Monsters+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28838,'Ÿ+8','Aqua Stone Evasion+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28839,'渶+8','Aqua Stone Ducking+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28840,'ϸ+8','Aqua Stone Magic+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28841,'뿵+8','Aqua Stone Vitality+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28842,'ɿ+8','Aqua Stone Defence+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28843,'쿵+8','Aqua Stone Haste+8',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28900,'+9','Stone of Penetration+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28901,'+9','Stone of Deathblow+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28902,'+9','Stone of Cooldown+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28903,'+9','Stone against Warriors+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28904,'ȸ+9','Stone against Ninjas+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28905,'+9','Stone against Suras+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28906,'ֿ+9','Stone against Shamans+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28907,'+9','Stone of Monsters+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28908,'Ÿ+9','Stone of Evasion+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28909,'渶+9','Stone of Ducking+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28910,'ϸ+9','Stone of Magic+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28911,'뿵+9','Stone of Vitality+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28912,'ɿ+9','Stone of Defence+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28913,'쿵+9','Stone of Haste+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28930,'+9','Aqua Stone Penetration+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28931,'+9','Aqua Stone Deathblow+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28932,'+9','Aqua Stone Cooldown+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28933,'+9','Aqua Stone Warriors+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28934,'ȸ+9','Aqua Stone Ninjas+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28935,'+9','Aqua Stone Suras+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28936,'ֿ+9','Aqua Stone Shamans+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28937,'+9','Aqua Stone Monsters+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28938,'Ÿ+9','Aqua Stone Evasion+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28939,'渶+9','Aqua Stone Ducking+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28940,'ϸ+9','Aqua Stone Magic+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28941,'뿵+9','Aqua Stone Vitality+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28942,'ɿ+9','Aqua Stone Defence+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28943,'쿵+9','Aqua Stone Haste+9',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(28960,'μ ','Piece of Broken Stone',10,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29001,'','Scallop',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29002,'û','Blue Scallop',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29003,'Ȳ','Yellow Scallop',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29004,'ȫ','Red Scallop',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29005,'찡','Green Scallop',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29006,'Ȳּ','Yellow Tartar',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29007,'ûּ','Blue Tartar',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29008,'ûż','Blue Holy Water',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29009,'Ȳż','Yellow Holy Water',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29010,'ȫż','Red Holy Water',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29011,'ż','Green Holy Water',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29012,'ûż','Dark Blue Hand of God',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29013,'Ȳż','Dark Yellow Hand of God',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29014,'ȫż','Magenta Hand of God',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29015,'ż','Dark Green Hand of God',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(29101,'+0','Pickaxe+0',24,0,0,2,0,16,16,'',80000,80000,29102,0,0,0,1,30,0,0,0,0,0,0,0,0,10,1,6000,100,29101,0,-1,-1,-1,-1,-1,-1,0,0,0),(29102,'+1','Pickaxe+1',24,0,0,2,0,16,16,'',85000,85000,29103,0,0,0,1,30,0,0,0,0,0,0,0,0,20,1,12000,88,29101,0,-1,-1,-1,-1,-1,-1,0,0,0),(29103,'+2','Pickaxe+2',24,0,0,2,0,16,16,'',90000,90000,29104,0,0,0,1,30,0,0,0,0,0,0,0,0,30,1,24000,77,29102,0,-1,-1,-1,-1,-1,-1,0,0,0),(29104,'+3','Pickaxe+3',24,0,0,2,0,16,16,'',95000,95000,29105,0,0,0,1,30,0,0,0,0,0,0,0,0,40,1,48000,66,29103,0,-1,-1,-1,-1,-1,-1,0,0,0),(29105,'+4','Pickaxe+4',24,0,0,2,0,16,16,'',100000,100000,29106,0,0,0,1,30,0,0,0,0,0,0,0,0,50,1,96000,55,29104,0,-1,-1,-1,-1,-1,-1,0,0,0),(29106,'+5','Pickaxe+5',24,0,0,2,0,0,16,'',105000,105000,29107,0,0,0,1,30,0,0,0,0,0,0,0,0,60,1,192000,44,29105,0,-1,-1,-1,-1,-1,-1,0,0,0),(29107,'+6','Pickaxe+6',24,0,0,2,0,0,16,'',110000,110000,29108,0,0,0,1,30,0,0,0,0,0,0,0,0,70,1,384000,33,29106,0,-1,-1,-1,-1,-1,-1,0,0,0),(29108,'+7','Pickaxe+7',24,0,0,2,0,0,16,'',115000,115000,29109,0,0,0,1,30,0,0,0,0,0,0,0,0,80,1,768000,33,29107,0,-1,-1,-1,-1,-1,-1,0,0,0),(29109,'+8','Pickaxe+8',24,0,0,2,0,0,16,'',120000,120000,29110,0,0,0,1,30,0,0,0,0,0,0,0,0,90,1,1536000,33,29108,0,-1,-1,-1,-1,-1,-1,0,0,0),(29110,'+9','Pickaxe+9',24,0,0,2,0,0,16,'',125000,125000,29110,0,0,0,1,30,0,0,0,0,0,0,0,0,90,0,0,33,29109,0,-1,-1,-1,-1,-1,-1,0,0,0),(30000,'','Barley',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30001,'','Letter',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30002,'뺺','Fried Sausage',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30003,'','Pig Nose',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30004,' ݴ','Wild Boar Tooth',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30005,' ','Piece of Broken Armour',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30006,' ݴ','Orc Tooth',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30007,' ','Orc Amulet',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30008,'бԹ','Esoteric Primer',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30009,' ','Unknown Medicine',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30010,' ','Bear Gall',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30011,'Ÿ','Ball',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30012,'','Wine Bottle',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30013,'','Liquor Jug',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30014,' ','Yeti Fur',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30015,' ǰ','Demon\'s Keepsake',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30016,' ','Demon\'s Gem',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30017,'','Ornamental Hairpin',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30018,' ','Red Hairband',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30019,'Ÿ ','Flaming Mane',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30020,'ƾ','Peach Seed',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30021,' ','Piece of Gem',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30022,' ','Snake Tail',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30023,'ȣ','White Tiger Hide',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30024,'','Horsetail',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30025,'Ź ָӴ','Spider\'s Poison Sack',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30026,' â','Wolf Intestine',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30027,'','Wolf Fur',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30028,'','Wolf Claw',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30029,' ','Wolf Liver',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30030,'콼 ܰ','Rusty Blade',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30031,'븮','Ornament',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30032,' ','Black Uniform',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30033,' ׸','Broken Porcelain',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30034,' ','White Hairband',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30035,'ȭǰ','Face Cream',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30036,'ȭ','Mystic Herb',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30037,'ȣ̹','Tiger Claw',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30038,'ȣ̰','Tiger Hide',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30039,'','Piece of Fabric',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30040,'Ǯ','Leaf',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30041,'ǥâ','Shiriken',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30042,' ̻','Tiger Fang',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30043,'ᳪ ','Bean',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30044,'','Clay',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30045,' ħ','Scorpion Needle',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30046,' ','Scorpion Tail',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30047,' ','Curse Book',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30048,'','Piece of Ice',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30049,'Թ ','Ice Killer Whale Horn',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30050,'','Ice Marble',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30051,' ','Unknown Talisman',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30052,'','Flag',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30053,'߹ٴ','Bear Foot Skin',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30054,'ȥ','Wedding Ring',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30055,' Թ','Scorpion Claw',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30056,'Ź','Spider Web',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30057,'Ź ','Spider Eyes',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30058,'Ź̾','Spider Egg Sack',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30059,'Ź̴ٸ','Spider Legs',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30060,'ٴ','Frog Tongue',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30061,'ٸ','Frog\'s Legs',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30062,'׸','Medicine Bowl',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30063,'Ǻξ','Skin Medicine',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30064,'ȭ ۿ ','Sharp Stone',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30065,'','Bell',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30066,'û','Hot Pepper',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30067,'찡','Snakeskin',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30068,'κνũ','Tofu Steak',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30069,'+','Wolf Claw+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30070,'+','Wolf Fur+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30071,' +','Bear Gall+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30072,'߹ٴ+','Bear Foot Skin+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30073,' +','White Hairband+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30074,' +','Black Uniform+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30075,'ǥâ+','Shiriken+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30076,' +','Orc Amulet+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30077,' ݴ+','Orc Tooth+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30078,'бԹ+','Esoteric Primer+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30079,' +','Unknown Talisman+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30080,' +','Curse Book+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30081,' +','Scorpion Tail+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30082,' +','Snake Tail+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30083,' +','Unknown Medicine+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30084,' +','Unknown Talisman+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30085,'+','Piece of Fabric+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30086,' ǰ+','Demon\'s Keepsake+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30087,' +','Demon\'s Gem+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30088,'+','Piece of Ice+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30089,' +','Yeti Fur+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30090,'+','Ice Marble+',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30091,' ǥ','Warrior\'s Symbol',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30092,' ǰ','Savage\'s Booty',5,0,0,1,0,4,0,'',300,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30093,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30094,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30095,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30096,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30097,'۸ָӴ','Lucky Wallet',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30098,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30099,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30100,'ָӴ','Lucky Pouch',23,0,0,1,33152,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30101,'Ƹ ȥ','Ariyoung\'s Wedding Ring',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30102,' ݵ','Golden Axe',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30103,' Ȳݾݴ','Golden Orc Tooth',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30104,'縷 Ź','Desert Spider Web',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30105,' ','Scorpion Tail',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30106,' Ӵ ','Medicine for Yu-Rang',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30107,' ۰','Orc Fang',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30108,'ڱ','Ceramic Enamel',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30109,'縷 Ź','Desert Spider Web',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30110,'ľȼ ','Letter from Huahn-So',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30111,' ','Stinger Scorpion Tail',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30112,'','Eel',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30113,'б ','Esoteric Scripture',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30114,'','Plague',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30115,' ġ','Plague Cure',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30116,' ޴ٸ','Frog\'s Legs',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30117,' ','Letter',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30118,' ','Demon\'s Jewellery Box',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30119,'','Bell',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30120,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30121,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30122,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30123,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30124,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30125,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30126,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30127,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30128,'','Piece of a Map',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30129,'ɼ','Order of the Rider',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30130,'','Empty Bottle',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30131,' ','Letter from Blacksmith',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30132,' å','Uriel\'s Book',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30133,'ȭ ɽ','Flower Shoes',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30134,' ','Uriel\'s Package',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30135,'Ƹ ','Letter from Ariyoung',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30136,'Ȳݰ','Lavishly Decorated Bow',5,0,0,2,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30137,' ','Monkey blood',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30138,'','Desert sand',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30139,' ݴ','Orc Molar',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30140,'','Thread',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30141,'','Piece of Jewellery',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30142,'','Letter',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30143,'','Medicinal Herbs',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30144,'ȣǰ','Tiger Liver',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30145,'߼ ','Balso\'s Medicine',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30146,'','Chunk of Ice',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30147,'б','Temple Doctrine',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30148,'б','Temple Scarf',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30149,'','Ice Cream with Syrup',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30150,'ϱ','Diary Page',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30151,' ε巯','Wolf Pelt',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30152,'ġ','Medicine',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30153,'','Flowers',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30154,'б','Secret Temple Book',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30155,'̸ ҴƮ','Mirine\'s Pendant',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30156,'б','Secret Temple Book',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30157,'ȭ','Arrowhead',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30158,'','Rice Cake',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30159,'','Clothes',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30160,'','Notice',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30161,' ǥâ','Husband\'s Spear',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30162,' Ź̴','Eye of a Spider',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30163,'ȯDZ Ź','Cotten Wool',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30164,' Ͽ','Translation of Cursebook',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30165,'͸','Zelkova Branch',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30166,' ǥ','Tugyi\'s Tablet',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30167,'͸','Red Ghost Tree Branch',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30168,'п ǥ','Leaders\' Notes',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30169,'Ʈ','Bloodred Flower',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30170,'Ʈ','Orange-Coloured Flower',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30171,'Ʈ','Fragrant Yellow Flower',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30172,'Ʈ','Noble Bunch of Flowers',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30173,'Ʈ','Mu-Rang Fur',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30174,'Ʈ','Bear Paw',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30175,'Ʈ','Diamond-core Whale Spear',5,0,0,3,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30176,'Ʈ','Shimmering Tiger Fur',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30177,'Ʈ','Musk Oil',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30178,'Ʈ','Glyph Stone',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30179,'Ʈ','Twisted Key',5,0,0,1,256,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30180,'Ʈ','Dragon God Amulet',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30181,'Ʈ','Page',18,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30182,'Ʈ','Legendary Diary',18,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30183,'Ʈ','Sombre Wooden Mask',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30184,'Ʈ','Bewitched Ashes',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30185,'Ʈ','Black Ice',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30186,'Ʈ','Fossilised Tear',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30187,'Ʈ','Drop of Blood',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30188,'Ʈ','Obsidian',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30189,'Ʈ','Baljit-Elvedin\'s Tears',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30190,'Ʈ','Blood Stone',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30191,'Ʈ','Blood Stone',5,0,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30192,'','Plant Sap',5,0,0,1,0,4,0,'',300,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30193,' ','Finger Bones',5,0,0,1,0,4,0,'',300,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30194,' ','Orc Club',5,0,0,1,0,4,0,'',300,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30195,'ѿŭ','Quartz Sand',5,0,0,1,0,4,0,'',300,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30196,' ','Demon\'s Ashes',5,0,0,1,0,4,0,'',300,24000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30197,' ','Magic Seeds',5,0,0,1,0,4,0,'',300,24000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30198,'','Water Crystal',5,0,0,1,0,4,0,'',300,24000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30199,'Ǫ','Blue Crystal',5,0,0,1,0,4,0,'',300,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30201,' ','Vengeance Ring',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30202,'ٳ ','Tanaka\'s Ear',0,0,0,1,0,0,128,'',0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30203,'','Crystal',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30204,'','Piece of Crystal',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30205,'','Manufacturing Material',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30210,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30211,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30212,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30213,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30214,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30215,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30216,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30217,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30218,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30219,'','Piece of Gemstone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30220,'Ϳȥ','Jinunggyi\'s Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30221,'Ź̿ȥ','Temple Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30222,'Ϳȥ','Sagyi\'s Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30223,'ȥ','Aurtumryu\'s Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30224,'͸ȥ','Gyimok\'s Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30225,'Ϳȥ','Tugyi\'s Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30226,'͸ȥ','Forest Spirit Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30227,'пտȥ','Leaders\' Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30228,'濵ȥ','Beran-Setaou Soul Stone',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30251,'ȫõǺ','Malevolence Jewel',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30252,'õǺ','Wisdom Jewel',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30253,'ûõǺ','Loyalty Jewel',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30254,'õ','NoNAme',5,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30265,'ǥ (A)','Medal Piece (1)',5,0,0,1,237568,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30266,'ǥ (B)','Medal Piece (2)',5,0,0,1,237568,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30267,'ǥ (C)','Medal Piece (3)',5,0,0,1,237568,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30268,'ǥ (D)','Medal Piece (4)',5,0,0,1,237568,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30269,'ǥ (E)','Medal Piece (5)',5,0,0,1,237568,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30270,' ȥ','Dragon Stone Shard',18,0,0,1,0,4,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30300,'˼¿Ȼ','Unknown Old Chest',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30301,'Ÿ','Sa-Gui Tower Map',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30302,'Ÿ','Zin-Sa-Gui Tower Map',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30303,'ο','Bong-In Key',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30304,'ο','Zin-Bong-In Key',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30311,'ݽð','Soul Crystal Key',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30312,'ü','Grimace Totem',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30315,'','NoNAme',6,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30316,'󰨻','NoNAme',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30317,'','NoNAme',6,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30318,'ȭ','NoNAme',6,0,0,1,65920,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30319,'ǥ','Shrunken Head',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30320,'ǥ','Shrunken Head',18,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30321,'ҷ ȣ','Halloween Pumpkin',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,100,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30322,'ҷ ','Magic Wand',18,0,0,1,73856,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30323,'ҷ ȣڸӸ ȯ','Jack O\'Lantern Mask Card',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30324,'ֽű','Arachnids Key',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30325,'ֽű','Arachnids Key',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30326,'հŹ ','Spider Queen\'s Poison',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30327,'ȯ Ǹ','Arachnids Whistle',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,7,300,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30329,'Ϲ','Golden Cog Wheel',18,0,0,1,0,0,0,'',0,0,0,0,0,0,7,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30330,'ü','Maat Stone',18,0,0,1,0,0,0,'',0,0,0,0,0,0,7,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30500,' Įڷ ','Ruby Engraving Knife',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30501,'ݺ Įڷ Ӹ','Gold Clasp',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30502,' ','Ruby Decoration',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30503,'ڻ Įڷ ','Amethyst Engraving Knife',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30504,' Įڷ Ӹ','Silver Clasp',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30505,' ','Emerald Decoration',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30506,'Ǫ Įڷ ','Sapphire Engraving Knife',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30507,'û Įڷ Ӹ','Bronze Clasp',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30508,'Ǫ ','Sapphire Decoration',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30509,'Ǫ ','Blue Dragon Steel',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30510,' ߰ ','Grand Epaulette',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30511,' ','Red Fabric',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30512,' ','Red Dragon Steel',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30513,'ȭ ߰ ','Noble Epaulette',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30514,'ڻ ','Violet Fabric',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30515,'ڻ ','Purple Dragon Steel',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30516,'dz ߰','Antique Epaulette',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30517,' ','Golden Fabric',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30518,' ݻ','Gold Yarn',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30519,' ݰ','Golden Hook',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30520,'ȭ ݼ ','Gold Buckle',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30521,' ݹ','Ring Element',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30522,' ݻ罽','Chain Link',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30523,' ','Jewellery Element',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30524,'ȭ','Flame Stone',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30525,'','Ice Flame Stone',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30526,'ݰ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30527,'','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30528,'','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30529,'','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30530,'û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30531,'','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30532,'','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30533,'ڻ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30534,' ݹ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30535,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30536,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30537,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30538,' û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30539,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30540,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30541,' ڻ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30542,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30543,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30544,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30545,' û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30546,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30547,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30548,' Ȳ ׶','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30549,' ׶','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30550,' û ׶','Blue Belt',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30551,' ׶','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30552,' ڻ ׶','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30553,' ׶','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30554,' Ȳ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30555,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30556,' û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30557,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30558,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30559,' ڻ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30560,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30561,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30562,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30563,' û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30564,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30565,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30566,' ڻ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30567,' 罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30568,' 罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30569,' û罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30570,' 罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30571,' 罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30572,' ڻ罽','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30573,'ȭ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30574,'ȭ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30575,'ȭ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30576,'ȭ û ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30577,'ȭ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30578,'ȭ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30579,'ȭ ڻ ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30580,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30581,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30582,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30583,' û','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30584,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30585,' ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(30586,' ڻ','NoNAme',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31001,' Ź','Copy of the Inscription',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31002,' ','Old Document',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31003,'ص','Antidote',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31004,'ż ','Hallowed Tree Gum',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31005,'Ǫ ','Blue Crystal Essence',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31006,' ','Red Hell Quartz',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31007,'ȭ ','Volcanic Earth',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31008,' ','Heaven\'s Teardrop',18,0,0,1,106624,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31009,' ','Gnoll Letter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31010,' ','Red Thief Letter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31011,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31012,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31013,'ܾ ','Slip of Paper',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31014,'ȯ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31015,'ſ ','Captain Hooks\' Letter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31016,' ','Lee Chung\'s Letter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31017,'õų ','Sealed Letter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31018,' ','Carapax Script',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31019,' 񰡷','Carapax Powder',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31020,' ','Rock Flower Root',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31021,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31022,' ','Oin Scale',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31023,'īο ȭ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31024,' ','Manticore Leather',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31025,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31026,' ','Crustacean Armour',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31027,' ','Fine Sand',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31028,'','Clay Brick',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31029,'ܾ ','Inner Light',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31030,' ','Inner Light',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31031,'õ','Millennium Essence',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31032,' ž','Leviathan Pearls',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31033,' ','Chief\'s Cape',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31034,' ','Giants\' Totem',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31035,' ','Black Stone',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31036,' Ȳ ߺ','Black Gold',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31037,' Ȳ ٷ','Leather Bag',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31038,' ָӴ','Holy Ground',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31039,' ָӴ','Coin Bag',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31040,' ŵ','Golden Medal',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31041,'','Fossil Earth',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31042,'īο ۻ','Triton Spear',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31043,' ','Lemures Tablet',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31044,' ߰','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31045,' ߰','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31046,' Թ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31047,' ϴ 丮','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31048,' ȭָӴ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31049,'ٷ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31050,' ٷ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31051,'ö','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31052,'ȥ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31053,' йġ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31054,' а','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31055,'̸ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31056,'ܾ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31057,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31058,' ߱','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31059,' ȥ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31060,'','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31061,'͸ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31062,' ö','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31063,'ָԹ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31064,'Ҽ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31065,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31066,'','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31067,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31068,'','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31069,'͸ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31070,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31071,'˼ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31072,'','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31073,'ź ȯ','Gold Hunter\'s Band',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31074,'ʸ ','Riveted Necklace',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31075,'ʸ ','Barb Necklace',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31076,'¾','Sun Herbs',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31077,'ʼ','Foundation Stone Powder',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31078,'ȭ ','Pure Lumen',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31079,'ȯ ','Letter to Yak-Hwan',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31080,'ȭ ','Flame King Blood',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31081,'Ź ü','Black Matter',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31082,'߰ſ ','Magma Ring',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31083,' ָӴ','Ring of Samael',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31084,'','Nimbus Tincture',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31085,'߼','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31086,'а','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31087,'ȭ Ҳ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31088,'ȭ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31089,' ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31090,' Ѹ ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31091,' ȭ ','Flame King Blood',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(31092,'ʳñ Ǻ','NoNAme',5,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(35000,'','Medicinal Herbs+',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(35001,'ȣǰ','Tiger Liver+',5,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38001,'VIP-Feature','VIP-Feature',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38002,'Tombola_ticket_today','Tombola_ticket_today',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38003,'Tombola_ticket_tomorrow','Tombola_ticket_tomorrow',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38004,'Tombola_reroll','Tombola_reroll',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38005,'TombolaPP_spin','TombolaPP_spin',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38006,'Momo-Reroll','Momo-Reroll',0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38010,'MoMo-Yang','Yang Package',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38050,'TigerMysteryBox','Power Chest',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38051,'TigerRewardBox','Royal Tiger Crystal',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38052,' ','The Chest of Kings',23,0,0,1,33024,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38053,' ','Eternal Winter Chest',23,0,0,1,33024,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38054,' ','Desert Storm Chest',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38055,'X_Mas_Pet_Box','Whelp Box',23,0,0,1,33024,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38056,' ','Holiday Chest',18,0,0,1,33024,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38057,' ','Chest of the North',18,0,0,1,33024,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38100,' ','Power Snack (7 days)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38101,' ','Power Snack (15 days)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38102,' ','Power Snack (30 days)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38200,'Ʊȯ','Rufus Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(38201,'Ʊȯ','Rufus Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,2592000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39001,'ö','Magic Stone',3,2,0,1,98688,0,0,'',5000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39002,'ǹ','Experience Ring',16,0,0,1,98688,256,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39003,'ȭ','Peach Flower Wine',3,11,0,1,98688,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39004,'ູ ','Blessing Marble',3,22,0,1,98688,8192,0,'',30000000,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39005,'ö','Magic Copper Ore',6,0,0,1,98688,8192,0,'',25000000,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39006,' ','Bravery Cape',3,10,0,1,98688,132,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,20,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39007,'߰ ','Blacksmith Handbook',3,2,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39008,'־ȼ','Exorcism Scroll',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39009,'ųʱȭ','Skill Reset Document',18,0,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39010,'','Potion of Attack+10',3,8,0,1,98688,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,7,10,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39011,' ȯ','Blessing of Life',3,11,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39012,' ȯ','Blessing of Magic',3,11,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,-1,-1,-1,-1,-1,-1,0,0,0),(39013,' ȯ','Blessing of the Dragon',3,11,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,0,-1,-1,-1,-1,-1,-1,0,0,0),(39014,' ູ','Scroll of War',3,2,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39015,'߰','Stone of the Blacksmith',3,10,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39016,'ö','Magic Iron Ore',6,0,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39017,' ','Dragon God Life',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,69,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39018,' ','Dragon God Attack',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39019,' ','Dragon God Intelligence',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,70,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39020,' ','Dragon God Defence',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39021,' ','Dragon God Support',3,10,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39022,' ູ','Dragon Scroll',3,2,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39023,'Ȥ ','Researcher\'s Elixir',18,0,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39024,'ũƼ ','Critical Strike',3,8,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,15,20,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39025,' ','Piercing Strike',3,8,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,16,20,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39026,'̼','Potion of Speed',3,7,0,1,65920,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1800,60,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39027,'ô','Stone Handbook',3,17,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39028,'','Enchant Item',3,18,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39029,'簡','Reinforce Item',3,19,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39030,' ','Concentrated Reading',3,8,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39031,'ӿ','Potion of Haste',3,8,0,1,65920,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,9,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39032,'õ','Fruit of Life',3,10,0,1,98688,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39033,'Ż','Scroll of Correction',3,10,0,1,98688,286720,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39034,'','Horse Sugar',6,0,0,1,98688,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39035,'ݰ','Glass of Insight',6,0,0,1,65920,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39036,'ٶ Ź','Wind Shoes',16,0,0,1,98688,8192,128,'',0,0,0,0,0,0,0,0,0,0,8,30,0,0,0,0,1800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39037,'ȭ ູ()','Sun Elixir (S)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39038,'ȭ ູ()','Sun Elixir (M)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39039,'ȭ ູ()','Sun Elixir (L)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39040,' ູ()','Moon Elixir (S)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39041,' ູ()','Moon Elixir (M)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39042,' ູ()','Moon Elixir (L)',3,10,0,1,98688,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(39043,'ȯ','Scroll of the Location',3,1,0,1,98688,2052,0,'',600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40001,' ݹ','Unknown Gold Ring',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40002,' ','Levi\'s Ring',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40003,'丣 ','Thor\'s Ring',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40004,'ũ ','Eek\'s Ring',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40005,'Ҹ ','Sounding Bell',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40006,'ij ۼ','Savage Delivery Receipt',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(40007,'ij ','Letter from Savage Boss',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41001,'䳢','Rabbit Costume (brown)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41002,'ٴϰ','Bunny Costume (brown)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41003,'縷 ','Desert Warrior (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40032,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41004,'縷 ','Desert Warrior (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40032,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41005,'̺','Olym. Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41006,'̺','Olym. Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41007,'̺','GER Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41008,'̺','GER Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41009,'̺','TUR Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41010,'̺','TUR Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41011,'̺','BRA Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41012,'̺','BRA Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41013,'౸','Olym. Football Outfit(M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41014,'౸','Olym. Football Outfit(F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41015,'౸','GER Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41016,'౸','GER Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41017,'౸','TUR Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41018,'౸','TUR Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41019,'౸','BRA Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41020,'౸','BRA Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41021,'','Olym. Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41022,'','Olym. Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41023,'','GER Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41024,'','GER Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41025,'','TUR Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40043,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41026,'','TUR Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40043,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41027,'','BRA Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40044,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41028,'','BRA Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40044,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41029,'縷 ','Desert Warrior (M,Bonus)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40032,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41030,'縷 ','Desert Warrior (F,Bonus)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40032,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41031,'̺','Olym. Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41032,'̺','Olym. Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41033,'̺','GER Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41034,'̺','GER Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41035,'̺','TUR Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41036,'̺','TUR Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41037,'̺','BRA Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41038,'̺','BRA Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41039,'౸','Olym. Football Outfit(M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41040,'౸','Olym. Football Outfit(F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41041,'౸','GER Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41042,'౸','GER Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41043,'౸','TUR Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41044,'౸','TUR Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41045,'౸','BRA Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41046,'౸','BRA Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41047,'','Olym. Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41048,'','Olym. Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41049,'','GER Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41050,'','GER Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41051,'','TUR Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40043,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41052,'','TUR Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40043,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41053,'','BRA Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40044,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41054,'','BRA Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40044,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41055,'̺','FRA Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41056,'̺','FRA Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41057,'̺','ITA Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41058,'̺','ITA Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41059,'̺','POL Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41060,'̺','POL Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41061,'̺','ROU Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41062,'̺','ROU Fencing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41063,'̺','ESP Fencing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41064,'̺','ESP Fencing Oufit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41065,'౸','FRA Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41066,'౸','FRA Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41067,'౸','ITA Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41068,'౸','ITA Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41069,'౸','POL Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41070,'౸','POL Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41071,'౸','ROU Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41072,'౸','ROU Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41073,'౸','ESP Football Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41074,'౸','ESP Football Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41075,'','FRA Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41076,'','FRA Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41077,'','ITA Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41078,'','ITA Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41079,'','POL Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41080,'','POL Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41081,'','ROU Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41082,'','ROU Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41083,'','ESP Boxing Outfit (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41084,'','ESP Boxing Outfit (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41085,'̺','FRA Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41086,'̺','FRA Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41087,'̺','ITA Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41088,'̺','ITA Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41089,'̺','POL Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41090,'̺','POL Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41091,'̺','ROU Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41092,'̺','ROU Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41093,'̺','ESP Fencing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41094,'̺','ESP Fencing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41095,'౸','FRA Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41096,'౸','FRA Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41097,'౸','ITA Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41098,'౸','ITA Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41099,'౸','POL Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41100,'౸','POL Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41101,'౸','ROU Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41102,'౸','ROU Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41103,'౸','ESP Football Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41104,'౸','ESP Football Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41105,'','FRA Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41106,'','FRA Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41107,'','ITA Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41108,'','ITA Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41109,'','POL Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41110,'','POL Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41111,'','ROU Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41112,'','ROU Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41113,'','ESP Boxing Outfit (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41114,'','ESP Boxing Outfit (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41117,'̺','Musketeer Costume',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40061,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41118,'̺','Maid Uniform',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40061,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41119,'','Salsa Suit',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40062,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41120,'','Salsa Dress',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40062,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41121,'ǻ','Gentleman\'s Suit',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40063,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41122,'ǻ','Cocktail Dress',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40063,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41125,'ҷǻ','Pumpkin Tuxedo',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40065,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41126,'ҷǻ','Pumpkin Dress',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40065,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41129,'̺','Musketeer Costume +',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40061,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41130,'̺','Maid Uniform +',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40061,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41131,'','Salsa Suit +',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40062,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41132,'','Salsa Dress +',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40062,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41133,'ǻ','Gentleman\'s Suit +',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40063,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41134,'ǻ','Cocktail Dress +',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40063,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41135,'ҷǻ','Pumpkin Tuxedo (Bonus)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40065,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41136,'ҷǻ','Pumpkin Dress (Bonus)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40065,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41137,'ũ()','Christmas Costume (red)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40066,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41138,'ũ()','Christmas Dress (red)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40066,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41139,'ũ()','Christmas Costume(green)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40067,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41140,'ũ()','Christmas Dress (green)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40067,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41141,'ũ()','Christmas Costume(black)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40068,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41142,'ũ()','Christmas Dress (black)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40068,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41143,'ũǻ','Reindeer Costume (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40069,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41144,'ũǻ','Reindeer Costume (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40069,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41145,'ũ()','Christmas Costume+ (red)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40066,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41146,'ũ()','Christmas Dress+ (red)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40066,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41147,'ũ()','Christmas Costume+(grn.)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40067,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41148,'ũ()','Christmas Dress+ (green)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40067,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41149,'ũ()','Christmas Costume+(blk.)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40068,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41150,'ũ()','Christmas Dress+ (black)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40068,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41151,'ũǻ','Reindeer Costume+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40069,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41152,'ũǻ','Reindeer Costume+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40069,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41153,'౸_1','AC Miryang (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40070,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41154,'౸_1','AC Miryang (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40070,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41155,'౸_2','AFC Yayang (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40071,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41156,'౸_2','AFC Yayang (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40071,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41157,'౸_3','RSC Snakefield (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40072,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41158,'౸_3','RSC Snakefield (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40072,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41159,'౸_4','Yongan FC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40073,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41160,'౸_4','Yongan FC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40073,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41161,'౸_5','FC Bakra (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40074,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41162,'౸_5','FC Bakra (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40074,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41163,'౸_6','FC Bokjung (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40075,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41164,'౸_6','FC Bokjung (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40075,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41165,'౸_7','FC Bavaria Hwang (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40076,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41166,'౸_7','FC Bavaria Hwang (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40076,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41167,'౸_8','Borussia Chunjo (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40077,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41168,'౸_8','Borussia Chunjo (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40077,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41169,'౸_9','SC Doyyum (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40078,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41170,'౸_9','SC Doyyum (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40078,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41171,'౸_10','Hasun Dong FC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40079,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41172,'౸_10','Hasun Dong FC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40079,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41173,'౸_11','CFR Dragon Fire 07 (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40080,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41174,'౸_11','CFR Dragon Fire 07 (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40080,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41175,'౸_12','Daeyami FC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40081,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41176,'౸_12','Daeyami FC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40081,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41177,'౸_13','GNK Kuahlo Dong (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40082,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41178,'౸_13','GNK Kuahlo Dong (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40082,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41179,'౸_14','1927 Imha (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40083,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41180,'౸_14','1927 Imha (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40083,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41181,'౸_15','FC Ice Land (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40084,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41182,'౸_15','FC Ice Land (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40084,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41183,'౸_16','FC Gumsan (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40085,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41184,'౸_16','FC Gumsan (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40085,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41185,'౸_17','Galawaryong (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40086,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41186,'౸_17','Galawaryong (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40086,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41187,'౸_18','Juventus Yongbi (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40087,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41188,'౸_18','Juventus Yongbi (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40087,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41189,'౸_19','OSC Lungsam (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40088,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41190,'౸_19','OSC Lungsam (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40088,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41191,'౸_20','Doyyumhwan CF (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40089,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41192,'౸_20','Doyyumhwan CF (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40089,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41193,'౸_21','Nephrite City FC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40090,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41194,'౸_21','Nephrite City FC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40090,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41195,'౸_22','Shinsoo United (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40091,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41196,'౸_22','Shinsoo United (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40091,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41197,'౸_23','Dragon Valley SC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41198,'౸_23','Dragon Valley SC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41199,'౸_24','Thunder Mountains FC (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40093,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41200,'౸_24','Thunder Mountains FC (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40093,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41201,'౸_25','Pyungmoo Saint Hwang (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40094,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41202,'౸_25','Pyungmoo Saint Hwang (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40094,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41203,'౸_26','Real Sohan (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40095,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41204,'౸_26','Real Sohan (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40095,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41205,'౸_27','FC Jinno 04 (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40096,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41206,'౸_27','FC Jinno 04 (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40096,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41207,'౸_28','FC Sangsun Dong (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40097,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41208,'౸_28','FC Sangsun Dong (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40097,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41209,'౸_29','SL Jungsun Dong (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41210,'౸_29','SL Jungsun Dong (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41211,'౸_30','Spartak Jungrang (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40099,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41212,'౸_30','Spartak Jungrang (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40099,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41213,'౸_31','Fireland CF (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41214,'౸_31','Fireland CF (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41215,'౸_32','FC St. Seungryong (M)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40101,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41216,'౸_32','FC St. Seungryong (F)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,40101,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41217,'౸_1','AC Miryang+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40070,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41218,'౸_1','AC Miryang+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40070,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41219,'౸_2','AFC Yayang+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40071,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41220,'౸_2','AFC Yayang+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40071,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41221,'౸_3','RSC Snakefield+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40072,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41222,'౸_3','RSC Snakefield+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40072,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41223,'౸_4','Yongan FC+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40073,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41224,'౸_4','Yongan FC+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40073,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41225,'౸_5','FC Bakra+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40074,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41226,'౸_5','FC Bakra+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40074,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41227,'౸_6','FC Bokjung+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40075,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41228,'౸_6','FC Bokjung+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40075,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41229,'౸_7','FC Bavaria Hwang+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40076,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41230,'౸_7','FC Bavaria Hwang+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40076,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41231,'౸_8','Borussia Chunjo+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40077,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41232,'౸_8','Borussia Chunjo+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40077,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41233,'౸_9','SC Doyyum+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40078,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41234,'౸_9','SC Doyyum+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40078,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41235,'౸_10','Hasun Dong FC+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40079,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41236,'౸_10','Hasun Dong FC+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40079,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41237,'౸_11','CFR Dragon Fire 07+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40080,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41238,'౸_11','CFR Dragon Fire 07+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40080,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41239,'౸_12','Daeyami FC+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40081,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41240,'౸_12','Daeyami FC+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40081,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41241,'౸_13','GNK Kuahlo Dong+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40082,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41242,'౸_13','GNK Kuahlo Dong+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40082,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41243,'౸_14','1927 Imha+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40083,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41244,'౸_14','1927 Imha+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40083,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41245,'౸_15','FC Ice Land+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40084,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41246,'౸_15','FC Ice Land+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40084,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41247,'౸_16','FC Gumsan+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40085,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41248,'౸_16','FC Gumsan+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40085,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41249,'౸_17','Galawaryong+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40086,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41250,'౸_17','Galawaryong+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40086,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41251,'౸_18','Juventus Yongbi+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40087,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41252,'౸_18','Juventus Yongbi+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40087,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41253,'౸_19','OSC Lungsam+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40088,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41254,'౸_19','OSC Lungsam+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40088,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41255,'౸_20','Doyyumhwan CF+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40089,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41256,'౸_20','Doyyumhwan CF+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40089,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41257,'౸_21','Nephrite City FC+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40090,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41258,'౸_21','Nephrite City FC+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40090,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41259,'౸_22','Shinsoo United+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40091,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41260,'౸_22','Shinsoo United+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40091,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41261,'౸_23','Dragon Valley SC+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41262,'౸_23','Dragon Valley SC+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40092,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41263,'౸_24','Thunder Mountains FC+ (M',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40093,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41264,'౸_24','Thunder Mountains FC+ (F',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40093,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41265,'౸_25','Pyungmoo Saint Hwang+ (M',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40094,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41266,'౸_25','Pyungmoo Saint Hwang+ (F',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40094,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41267,'౸_26','Real Sohan+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40095,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41268,'౸_26','Real Sohan+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40095,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41269,'౸_27','FC Jinno 04+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40096,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41270,'౸_27','FC Jinno 04+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40096,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41271,'౸_28','FC Sangsun Dong+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40097,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41272,'౸_28','FC Sangsun Dong+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40097,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41273,'౸_29','SL Jungsun Dong+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41274,'౸_29','SL Jungsun Dong+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41275,'౸_30','Spartak Jungrang+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40099,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41276,'౸_30','Spartak Jungrang+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40099,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41277,'౸_31','Fireland CF+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41278,'౸_31','Fireland CF+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41279,'౸_32','FC St. Seungryong+ (M)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40101,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41280,'౸_32','FC St. Seungryong+ (F)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,40101,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41291,'䳢','Rabbit Costume (black)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40106,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41292,'䳢','Rabbit Costume (blue)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40107,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41293,'䳢','Rabbit Costume (green)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40108,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41294,'䳢','Rabbit Costume (pink)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40109,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41295,'ٴϰ','Bunny Costume (black)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40106,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41296,'ٴϰ','Bunny Costume (blue)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40107,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41297,'ٴϰ','Bunny Costume (green)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40108,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41298,'ٴϰ','Bunny Costume (pink)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40109,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41299,'䳢','Rabbit Costume+ (black)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40106,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41300,'䳢','Rabbit Costume+ (blue)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40107,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41301,'䳢','Rabbit Costume+ (green)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40108,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41302,'䳢','Rabbit Costume+ (pink)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40109,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41303,'ٴϰ','Bunny Costume+ (black)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40106,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41304,'ٴϰ','Bunny Costume+ (blue)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40107,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41305,'ٴϰ','Bunny Costume+ (green)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40108,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41306,'ٴϰ','Bunny Costume+ (pink)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40109,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41307,'簩','Cobra Outfit (m)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40110,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41308,'簩','Cobra Outfit (f)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40111,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41309,'簩','Cobra Outfit+ (m)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40110,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41310,'簩','Cobra Outfit+ (f)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40111,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41311,'縷 ','Desert Warrior (M, blk)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40112,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41312,'縷 ','Desert Warrior (F, blk)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40113,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41313,'縷 ','Desert Warrior+ (M, blk)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40112,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41314,'縷 ','Desert Warrior+ (F, blk)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40113,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41315,'Ȳ','Azrael\'s Armour (m)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40114,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41316,'Ȳ','Azrael\'s Armour (f)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40115,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41317,'Ȳ','Azrael\'s Armour+ (m)',28,0,0,2,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40114,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41318,'Ȳ','Azrael\'s Armour+ (f)',28,0,0,2,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40115,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41319,'簩','簩',28,0,0,2,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,40111,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41320,'ȣڸӸ徾ǻ','Pumpkin Jack Suit (m)',28,0,0,2,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40116,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41321,'ȣڸӸ徾ǻ','Pumpkin Jack Dress (f)',28,0,0,2,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,5,0,0,40117,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41322,'ȣڸӸ徾ǻ','Pumpkin Jack Suit+ (m)',28,0,0,2,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40116,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(41323,'ȣڸӸ徾ǻ','Pumpkin Jack Dress+ (f)',28,0,0,2,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,5,0,0,40117,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45001,'䳢 Ӹ','Bunny Ears (brown)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45002,'䳢Ż','Rabbit Ears (brown)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45003,'͹','Headdress (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45004,'͹','Headdress (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45005,'','LotoShosi (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45006,'','Fencing Hairstyle (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45007,'౸','Mohican (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45008,'౸','Football Hair GER (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45009,'','Dreadlocks (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45010,'','Boxing Hair GER (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45011,'͹','Headdress (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45012,'͹','Headdress (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45013,'','LotoShosi (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45014,'','Fencing Hairstyle (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45015,'౸','Mohican (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45016,'౸','Football Hair GER (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45017,'','Dreadlocks (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45018,'','Boxing Hair GER (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45019,'','Boxing Hair TUR (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45020,'','Boxing Hair BRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45021,'','Olympic Boxing Hair (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45022,'','Boxing Hair FRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45023,'','Boxing Hair ITA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45024,'','Boxing Hair POL (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45025,'','Boxing Hair ROU (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45026,'','Boxing Hair ESP (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45027,'౸','Football Hair TUR (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45028,'౸','Football Hair BRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45029,'౸','Olym. Football Hair (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45030,'౸','Football Hair FRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45031,'౸','Football Hair ITA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45032,'౸','Football Hair POL (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5019,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45033,'౸','Football Hair ROU (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5020,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45034,'౸','Football Hair ESP (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5021,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45035,'','Boxing Hair TUR (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45036,'','Boxing Hair BRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45037,'','Olym. Boxing Hair (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45038,'','Boxing Hair FRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45039,'','Boxing Hair ITA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45040,'','Boxing Hair POL (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45041,'','Boxing Hair ROU (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45042,'','Boxing Hair ESP (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45043,'౸','Football Hair TUR (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45044,'౸','Football Hair BRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45045,'౸','Olym. Football Hair (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45046,'౸','Football Hair FRA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45047,'౸','Football Hair ITA (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45048,'౸','Football Hair POL (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5019,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45049,'౸','Football Hair ROU (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5020,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45050,'౸','Football Hair ESP (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5021,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45053,'̺','Musketeer Hairstyle',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5023,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45054,'̺','Maid Bonnet',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5023,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45055,'','Mini Mohawk',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5024,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45056,'','Salsa Bun',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5024,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45057,'ǻ','Bogart Fedora',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5025,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45058,'ǻ','Flower Hairstyle',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5025,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45061,'ȣڸӸ','Pumpkin Mask',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45062,'ȣڸӸ','Pumpkin Mask',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45065,'̺','Musketeer Hairstyle +',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5023,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45066,'̺','Maid Bonnet +',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5023,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45067,'','Mini Mohawk +',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5024,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45068,'','Salsa Bun +',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5024,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45069,'ǻ','Bogart Fedora +',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5025,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45070,'ǻ','Flower Hairstyle +',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5025,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45073,'ȣڸӸ','Pumpkin Mask (Bonus)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45074,'ȣڸӸ','Pumpkin Mask (Bonus)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45075,'ũ()','Christmas Hat (red)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5028,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45076,'ũ()','Christmas Hat (green)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5029,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45077,'ũ()','Christmas Hat (black)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45078,'ũӸ','Elf Hat',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45079,'ũӸ','Reindeer Head (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45080,'ũӸ','Reindeer Head (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45081,'ũ()','Christmas Hat+ (red)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5028,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45082,'ũ()','Christmas Hat+ (green)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5029,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45083,'ũ()','Christmas Hat+ (black)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45084,'ũӸ','Elf Hat+',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45085,'ũӸ','Reindeer Head+ (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45086,'ũӸ','Reindeer Head+ (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5031,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45087,'౸1','Bandana (white)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45088,'౸1','Bandana (white)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45089,'౸2','Bandana (black)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45090,'౸2','Bandana (black)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45091,'౸3','Bandana (yellow)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45092,'౸3','Bandana (yellow)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45093,'౸4','Bandana (orange)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45094,'౸4','Bandana (orange)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45095,'౸5','Bandana (blue)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45096,'౸5','Bandana (blue)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45097,'౸1','Bandana+ (white)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5033,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45098,'౸1','Bandana+ (white)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5034,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45099,'౸2','Bandana+ (black)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5035,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45100,'౸2','Bandana+ (black)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5036,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45101,'౸3','Bandana+ (yellow)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5037,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45102,'౸3','Bandana+ (yellow)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5038,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45103,'౸4','Bandana+ (orange)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5039,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45104,'౸4','Bandana+ (orange)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5040,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45105,'౸5','Bandana+ (blue)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5041,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45106,'౸5','Bandana+ (blue)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5042,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45119,'䳢Ż','Rabbit Ears (black)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45120,'䳢Ż','Rabbit Ears (blue)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45121,'䳢Ż','Rabbit Ears (green)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45122,'䳢Ż','Rabbit Ears (pink)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45123,'䳢 Ӹ','Bunny Ears (black)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45124,'䳢 Ӹ','Bunny Ears (blue)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45125,'䳢 Ӹ','Bunny Ears (green)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45126,'䳢 Ӹ','Bunny Ears (pink)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45127,'䳢Ż','Rabbit Ears+ (black)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45128,'䳢Ż','Rabbit Ears+ (blue)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45129,'䳢Ż','Rabbit Ears+ (green)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45130,'䳢Ż','Rabbit Ears+ (pink)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45131,'䳢 Ӹ','Bunny Ears+ (black)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5045,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45132,'䳢 Ӹ','Bunny Ears+ (blue)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5046,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45133,'䳢 Ӹ','Bunny Ears+ (green)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45134,'䳢 Ӹ','Bunny Ears+ (pink)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5048,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45135,'','Cobra Hairstyle (m)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45136,'','Cobra Hairstyle (f)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45137,'','Cobra Hairstyle+ (m)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45138,'','Cobra Hairstyle+ (f)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5050,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45139,'ٱ','Tengu Mask',28,1,0,1,32896,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45140,'ġȰ','Venetian Mask',28,1,0,1,32896,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45141,'ۿ','Kifwebe Mask',28,1,0,1,32896,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45142,'簡','Maya Mask',28,1,0,1,32896,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45143,'ٱ','Tengu Mask+',28,1,0,1,106880,0,0,'',0,0,0,0,0,100,7,86400,0,0,9,20,63,30,0,0,0,0,0,5052,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45144,'ġȰ','Venetian Mask+',28,1,0,1,106880,0,0,'',0,0,0,0,0,100,7,86400,0,0,7,20,69,10,0,0,0,0,0,5054,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45145,'ۿ','Kifwebe Mask+',28,1,0,1,106880,0,0,'',0,0,0,0,0,100,7,86400,0,0,43,50,70,10,0,0,0,0,0,5051,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45146,'簡','Maya Mask+',28,1,0,1,106880,0,0,'',0,0,0,0,0,100,7,86400,0,0,69,10,70,10,0,0,0,0,0,5053,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45147,' ͹','Black Turban (M)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45148,' ͹','Black Turban (F)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45149,' ͹','Black Turban+ (M)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5055,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45150,' ͹','Black Turban+ (F)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5056,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45151,'Ȳ','Azrael\'s Helmet (m)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45152,'Ȳ','Azrael\'s Helmet (f)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45153,'Ȳ','Azrael\'s Helmet+ (m)',28,1,0,1,106881,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5057,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45154,'Ȳ','Azrael\'s Helmet+ (f)',28,1,0,1,106882,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5058,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45155,'','',28,1,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5049,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45156,'ȣڸӸ','Pumpkin Jack Head (m)',28,1,0,1,106881,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45157,'ȣڸӸ','Pumpkin Jack Head (f)',28,1,0,1,106882,0,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,5060,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45158,'ȣڸӸ','Pumpkin Jack Head+ (m)',28,1,0,1,32897,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5059,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(45159,'ȣڸӸ','Pumpkin Jack Head+ (f)',28,1,0,1,32898,0,0,'',0,0,0,0,0,100,7,86400,0,0,0,0,0,0,0,0,0,0,0,5060,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50001,' ','Lucky Book',8,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50002,'ݹ','Gold Ring',6,0,0,1,128,0,0,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50003,'ųʱȭ','Skill Reset Document',6,0,0,1,106880,0,0,'',30000,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50004,'̺Ʈ밨','Event Detector',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50005,'бȯ','Horse Riding Ticket',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50006,'庸','Gold Treasure Chest',20,0,0,1,0,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50007,'庸','Silver Treasure Chest',20,0,0,1,0,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50008,'ݿ','Gold Key',21,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50009,'','Silver Key',21,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50010,'縻','Stocking',6,0,0,1,204928,4,0,'',0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50011,'','Moonlight Treasure Chest',3,10,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50012,'庸+','Gold Treasure Chest+',20,0,0,1,0,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50013,'庸+','Silver Treasure Chest+',20,0,0,1,0,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50014,'ݿ+','Gold Key+',21,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50015,'+','Silver Key+',21,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50016,'','Bean Paste',6,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50020,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50017,'','Sugar Paste',6,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50021,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50018,'Ͽ','Fruit Paste',6,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50022,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50019,'','Sweet Rice',6,0,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50020,'Һ','Bean Cake',3,10,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50021,'Һ','Sugar Cake',3,10,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50022,'ϿҺ','Fruit Cake',3,10,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50023,'ָӴ','Money Pouch',3,10,0,1,0,0,0,'',0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50024,'','Rose',3,10,0,1,0,0,0,'',300000,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50025,'ݸ','Chocolate',3,10,0,1,0,0,0,'',300000,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50026,'ٷ','Coins',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50027,'ȯ','Lottery Ticket',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50028,'24k ݹ','24k Gold Ring',6,0,0,1,128,0,0,'',0,250000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50029,'18k ݹ','18k Gold Ring',6,0,0,1,128,0,0,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50030,'14k ݹ','14k Gold Ring',6,0,0,1,128,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50031,'','Rose',3,10,0,1,0,0,0,'',300000,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50032,'','Candy',3,10,0,1,0,0,0,'',300000,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50033,'˼»','Mysterious Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50034,' ','Puzzle Box',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50035,'̳ ','Gift (yellow)',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50036,'̳ ','Gift (violet)',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50037,'','Hexagonal Treasure Chest',23,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50038,' ûǥ','Bronze Certificate',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50039,' ǥ','Silver Certificate',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50040,' ǥ','Golden Certificate',23,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50041,'','Gift Parcel',23,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50042,' ǥ','Golden Medal of Heros',23,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50050,'','Horse Medal',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50051,'¸','Horse Picture',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50052,'ظ','Armed Horse Book',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50053,'ؼ','Military Horse Book',18,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50054,'','Hay',6,0,0,1,0,4,0,'',8000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50055,'','Carrot',6,0,0,1,0,4,0,'',10000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50056,'ȫ','Red Ginseng',6,0,0,1,0,4,0,'',12000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50057,'ϼ ','Herb of Easy Monkeys',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50058,'߼ ','Herb of Normal Monkeys',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50059,'󼱵 ','Herb of Hard Monkeys',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50060,'¸ü','Horse Riding Manual',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50061,'¸ȯü','Horse Taming Manual',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50062,'¸ü','Riding Manual',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50067,'ȭ ','Scroll of Evolution',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50068,' ','Scroll of Mutation',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50070,'ǻ','Chief Orc\'s Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50071,'бǻ','Esoteric Leader\'s Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50072,'ȯѹбǻ','Ghost Leader\'s Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50073,'հŹǻ','Queen Spider Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50074,'հŹǻ','Giant Spider Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50075,'Űäǻ','Giant Plague Carrier Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50076,'Ŵ縷źǻ','Desert Tortoise Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50077,'ȣǻ','Nine Tails\' Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50078,'ǻ','Yellow Tiger\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50079,'ȭǻ','Flame King\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50080,'ȭǻ','Red Dragon\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50081,'Ϳǻ','Demon King\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50082,'ǻ','Grim Reaper\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50083,'¸','Horse Riding Ticket',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50084,'ü','Key Stone',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50085,'','Seed',3,11,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50086,'','Moon Cake',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,500,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50087,'','Mung Bean Rice Cake',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50088,'μ','Mugwort Rice Cake',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50089,'ü','Key Stone',16,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50090,'ȣǻ','Box of Fox nine o\' Tails',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50091,'ؾʹ','Goldfish Sushi',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50092,'׾ʹ','Carp Sushi',3,11,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50093,'ʹ','Salmon Sushi',3,7,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,30,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50094,'ޱʹ','Catfish Sushi',3,7,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,30,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50095,'ҷȣ','Pumpkin',23,0,0,1,0,0,0,'',25000,125000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50096,'౸','Football',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50100,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50101,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50102,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50103,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50104,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50105,'','Fire Crackers',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50106,'ũ','Christmas Fire Cracker',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50107,'߱','Chinese Fire Cracker',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50108,'','Fireworks Top',3,10,0,1,0,4,0,'',10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50109,' ܻ','Red Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50110,'ȫ ܻ','Pomp Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50111,' ܻ','Yellow Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50112,'λ ܻ','Lightgreen Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50113,'ʷϻ ܻ','Green Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50114,'Ķ ܻ','Blue Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50115,' ܻ','Crimson Ebony Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50116,'ⱳȯ','Weapon Exchange Token',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50117,'','Jewellery Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50118,'밢','NoNAme',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50119,'','NoNAme',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50120,'μ ','Iron Casket',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50121,'μ ','Iron Box',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50122,'μ Ͱ ','Iron Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50123,'̽ũ','NoNAme',3,7,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1800,60,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50124,' ','Rotten Wooden Box',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50125,' ','Mysterious Chest',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50126,' ','Mysterious Chest',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50127,' ','Mysterious Emerald Box',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50128,' ','Mysterious Sapphire Box',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50129,' ','Mysterious Amethyst Box',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50130,' ','Olympic Chest',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50131,' ','Mysterious Citrine Box',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50132,' ','Mysterious Ruby Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50133,' ','Mysterious Emerald Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50134,' ','Mysterious Sapphire Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50135,' ','Mysterious Amethyst Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50136,' ','Mysterious Topaz Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50137,' ','Mysterious Citrine Box',18,0,0,1,32768,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50150,' ','Ruby Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50151,' ','Emerald Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50152,' ','Sapphire Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50153,' ','Amethyst Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50154,' ','Topaz Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50155,' ','Citrine Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50156,' ','Diamond Key',23,0,0,1,74112,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50160,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50161,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50162,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50163,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50164,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50165,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50166,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50167,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50168,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50169,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50170,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50171,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50172,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50173,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50174,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50175,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50176,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50177,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50178,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50179,'Ȱް','Easter Egg',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50180,'ٱ','Empty Basket',18,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50181,'ްٱ','Basket with Easter Eggs',18,0,0,1,384,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50182,' ','Blessing Chest',23,0,0,1,74112,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50183,'','Sweets',3,10,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,10,5,10,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50184,'ȯ ȯ (7)','NoNAme',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50185,'ȯ ȯ (30)','NoNAme',0,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50186,'Ʊʹǻ','Azrael\'s Chest',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50187,' ڰ ','Apprentice Chest I',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50188,' ڰ ','Apprentice Chest II',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50189,' ڰ ','Apprentice Chest III',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50190,' ڰ ','Expert Chest I',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50191,' ڰ ','Expert Chest II',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50192,' ڰ ','Expert Chest III',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50193,' ڰ ','Master Chest I',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50194,' ڰ ','Master Chest II',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50195,' ڰ ','Master Chest III',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50196,' ڰ ','Grand Master Chest',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50197,' ','NoNAme',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50198,' ','NoNAme',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50199,' ','NoNAme',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50200,'','Bundle',3,10,0,1,0,4,0,'',500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50201,'','Bouquet',1,5,0,1,2,1,16,'',100000,100000,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50202,'','Bouquet',1,5,0,1,2,1,16,'',100000,100000,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50212,' ڰ ','Apprentice Chest I',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50213,' ڰ ','Apprentice Chest I',23,0,0,1,237952,0,0,'',0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50215,'ҷ ','Halloween Chest',23,0,0,1,73856,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50216,' ָӴ','Mulled Wine',3,10,0,1,237952,4,0,'',0,0,0,0,0,0,7,72000,0,0,0,0,0,0,0,0,1800,10,5,10,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50249,'伱','Chest of Triumph',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50252,'ȥ','Cor Draconis',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50253,'ֺ ݹڻ','NoNAme',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50254,' ','Chest of Darkness',23,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50255,'ȥ','Cor Draconis (Rough)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50256,'ȭѿȥ','Cor Draconis (Cut)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50257,'ѿȥ','Cor Draconis (Rare)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50258,'ǿȥ','Cor Draconis (Antique)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50259,'ǿȥ','Cor Draconis (Legendary)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50260,'ȥ','Cor Draconis (Rough)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50300,' ü','Skill Book',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50301,'ں','Sun Zi Art of War',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50302,'ں','Wu zi Art of War',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50303,'','WeiLiao Zi Art of War',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,40,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50304,'ȿż','Combo Mastery',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50305,'DZ','Combo Master Book',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50306,'','Art of Combo',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50307,'ӹ༭(ʱ)','Mission Book (Easy)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50308,'ӹ༭(߱)','Mission Book (Normal)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50309,'ӹ༭()','Mission Book (Hard)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50310,'ӹ༭(Ư)','Mission Book (Expert)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50311,'ż ','Shinsoo Linguistics',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50312,'õ ','Chunjo Linguistics',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50313,' ','Jinno Linguistics',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50314,'а','Polymorph Book',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,80,15,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50315,'а','Advanced Polymorph Book',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,40,25,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50316,'⹮а','Master Polymorph Book',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,40,20,35,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50317,'ӹ༭(׽Ʈ)','Mission Book (Test)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50318,'ӹ༭(ʱ)','Mission Book (Easy)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50319,'ӹ༭(߱)','Mission Book (Normal)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50320,'ӹ༭()','Mission Book (Hard)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50321,'ӹ༭(Ư)','Mission Book (Expert)',18,0,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50322,'а','Transformation Role',19,0,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50401,'↓ ü','Three-Way Cut Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50402,'ȹdz ü','Sword Spin Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50403,'ȥ ü','Berserk Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50404,'˰ ü','Aura of the Sword Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50405,'źȯ ü','Dash Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50416,' ü','Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50417,'ݻŸ ü','Bash Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50418,' ü','Pounding Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50419,'õ ü','Strong Body Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50420,'dz ü','Sword Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50431,'Ͻ ü','Ambush Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50432,'ýź ü','Fast Attack Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50433,' ü','Rolling Dagger Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50434,' ü','Disguise Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50435,' ü','Poisonous Cloud Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50446,' ü','Repetitive Shot Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50447,'ݼ ü','Arrow Shower Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50448,'ȭ ü','Fire Arrow Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50449,' ü','Feather Walk Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50450,' ü','Poison Arrow Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50461,' ü','Finger Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50462,' ü','Dragon Swirl Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50463,'Ͱ ü','Enchanted Blade Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50464,' ü','Fear Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50465,'ָ ü','Enchanted Armour Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50466,'Ĺ ü','Dispel Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50476,' ü','Dark Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50477,'ȭ ü','Flame Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50478,' ü','Flame Spirit Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50479,'żȣ ü','Dark Protection Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50480,'Ӹ ü','Spirit Strike Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50481,'ȯ ü','Dark Orb Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50491,'ĺ ü','Flying Talisman Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50492,'Ļ ü','Shooting Dragon Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50493,'з ü','Dragon\'s Roar Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50494,'ȣ ü','Blessing Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50495,'ݻ ü','Reflect Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50496,'õ ü','Dragon\'s Aid Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50506,' ü','Lightning Throw Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50507,' ü','Summon Lightning Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50508,'ڰ ü','Lightning Claw Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50509,' ü','Cure Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50510,' ü','Swiftness Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50511,'¼ ü','Attack Manual',17,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50512,'ä','Rainbow Stone',18,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50513,'ȥ','Soul Stone',18,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50600,'ä ü','Mining Guide',3,10,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50601,'̾Ƹ','Diamond Stone',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50602,'ȣڿ','Amber Stone',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50603,'ȭ','Fossil Trunk',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50604,'','Copper Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50605,'','Silver Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50606,'ݿ','Gold Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50607,'','Jade Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50608,'ܸ','Ebony Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50609,'','Piece of Pearl',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50610,'ݿ','White Gold Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50611,'','Crystal Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50612,'ڼ','Amethyst Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50613,'õ','Heaven\'s Tear Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50614,'÷','Soul Crystal Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50615,'ȫ','Ruby Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50616,'','Garnet Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50617,'ֿ','Emerald Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50618,'û','Sapphire Ore',6,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50621,'̾Ƹ','Diamond',3,20,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50622,'ȣ','Amber',6,0,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50623,'ȭ','Fossil Wood',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50624,'','Copper',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50625,'','Silver',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50626,'','Gold',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50627,'','Jade',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50628,'','Ebony',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50629,'','Pearl',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50630,'','White Gold',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50631,'','Crystal',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50632,'ڼ','Amethyst',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50633,'õ','Heaven\'s Tear',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50634,'÷','Soul Crystal',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50635,'ȫ','Ruby',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50636,'','Garnet',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50637,'ּ','Emerald',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50638,'û','Sapphire',3,21,0,1,0,0,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50701,'Ʋ','Peach Blossom',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50702,'','Bellflower',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50703,'','Kaki Blossom',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50704,'ÿ','Gango Root',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50705,'â','Lilac',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50706,'','Tue Fungus',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50707,'','Alpine Rose',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50708,'ͳ','Mulberry',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50709,'ε鷹','Dandelion',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50710,'ȫȭ','Thistle',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50711,'','Date',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50712,'','Sam-Zi Plant',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50721,'뺹Ʋ','Peach Blossom',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50722,'뵵','Bellflower',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50723,'밨','Kaki Blossom',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50724,'밡ÿ','Gango Root',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50725,'뼮â','Lilac',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50726,'뿵','Tue Fungus',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50727,'븸','Alpine Rose',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50728,'ͳ','Mulberry',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50729,'ε鷹','Dandelion',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50730,'ȫȭ','Thistle',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50731,'','Date',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50732,'','Sam-Zi Plant',5,0,0,1,0,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50801,'Ʋɾ','Peach Blossom Juice',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,16,0,0,0,0,0,0,0,0,8,180,15,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50802,'','Bellflower Juice',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,20,0,0,0,0,0,0,0,0,5,180,5,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50803,'ɼ','Kaki Blossom Juice',3,11,0,1,0,20,0,'',1000,50,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50804,'ÿǼ','Gango Root Juice',3,11,0,1,0,20,0,'',1000,50,0,0,0,0,1,28,0,0,0,0,0,0,0,0,50,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50805,'â','Lilac Juice',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50806,'','Tue Fungal Resin',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50807,'ʾ','Alpine Rose Juice',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50808,'ͳ','Mulberry Juice',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50809,'ε鷹','Dandelion Juice',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50810,'ȫȭ','Thistle Juice',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50811,'߾','Date Extract',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50812,'ʾ','Juice of Sam-Zi Plant',3,0,0,1,0,20,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50813,'Ȱɾ','Sim Water',3,8,0,1,0,20,0,'',1000,50,0,0,0,0,1,32,0,0,0,0,0,0,0,0,510,16,10,180,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50814,'ǵ','Dok Water',3,8,0,1,0,20,0,'',1000,50,0,0,0,0,1,36,0,0,0,0,0,0,0,0,510,15,10,180,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50815,'ȯ','Bo Water',3,11,0,1,0,20,0,'',1000,50,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,100,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50816,'','Young Water',3,11,0,1,0,20,0,'',1000,50,0,0,0,0,1,44,0,0,0,0,0,0,0,0,100,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50817,'Ȱɾ','Zin Water',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,46,0,0,0,0,0,0,0,0,53,180,50,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50818,'ǵ','SamBo Water',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,48,0,0,0,0,0,0,0,0,54,180,70,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50819,'ȯ','Mong Water',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,50,0,0,0,0,0,0,0,0,37,180,10,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50820,'','Hwal Water',3,7,0,1,0,20,0,'',1000,50,0,0,0,0,1,52,0,0,0,0,0,0,0,0,7,180,3,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50821,'','Red Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50822,'ȫ','Pink Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50823,'Ȳ','Yellow Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50824,'','Green Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50825,'û','Blue Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50826,'','White Dew',27,0,0,1,0,20,0,'',1000,50,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50901,'ິ','Empty Bottle',0,0,0,1,0,4,0,'',15000,15000,0,0,0,0,1,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50902,'Թ','Recipe for Beginners',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,80,15,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50903,'Ȱ뼭','Recipe',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,40,25,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50904,'Ȱ뼭','Expert\'s Recipe',3,10,0,1,0,0,0,'',0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,20,35,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50905,'Ȱɾ ','Recipe for Sim Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50801,50701,1,50702,2,0,-1,-1,-1,-1,-1,-1,0,0,0),(50906,'ǵ ','Recipe for Dok Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50907,'ȯ ','Recipe for Bo Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50908,' ','Recipe for Young Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50909,'ǵ ','Recipe for Zin Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(50910,'Ȱɾ ','Recipe for Hwal Water',3,23,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51001,'Ȱ','Energy Fragment',0,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51002,'ȯ','Energy Crystal',27,0,0,1,0,4,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51501,'ȥ','Cor Draconis (Rough)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51502,'ȥ','Cor Draconis (Rough)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51503,'ȭѿȥ','Cor Draconis (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51504,'ѿȥ','Cor Draconis (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51505,'ǿȥ','Cor Draconis (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51506,'ǿȥ','Cor Draconis (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51507,'ȭѿȥ','Cor Draconis (Cut)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51508,'ѿȥ','Cor Draconis (Rare)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51509,'ǿȥ','Cor Draconis (Antique)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51510,'ǿȥ','Cor Draconis (Legendary)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51511,'ȥ','Cor Diamas',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51512,'ȭȥ','Cor Rubinum',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51513,'dzȥ','Cor Jadeit',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51514,'öȥ','Cor Saphirum',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51515,'ȥ','Cor Granatum',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51516,'ȥ','Cor Atrum',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51517,'ȥ(ȭ)','Cor Diamas (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51518,'ȭȥ(ȭ)','Cor Rubinum (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51519,'dzȥ(ȭ)','Cor Jadeit (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51520,'öȥ(ȭ)','Cor Saphirum (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51521,'ȥ(ȭ)','Cor Granatum (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51522,'ȥ(ȭ)','Cor Atrum (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51523,'ȥ(ͱ)','Cor Diamas (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51524,'ȭȥ(ͱ)','Cor Rubinum (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51525,'dzȥ(ͱ)','Cor Jadeit (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51526,'öȥ(ͱ)','Cor Saphirum (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51527,'ȥ(ͱ)','Cor Granatum (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51528,'ȥ(ͱ)','Cor Atrum (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51529,'ȥ()','Cor Diamas (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51530,'ȭȥ()','Cor Rubinum (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51531,'dzȥ()','Cor Jadeit (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51532,'öȥ()','Cor Saphirum (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51533,'ȥ()','Cor Granatum (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51534,'ȥ()','Cor Atrum (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51535,'ȥ()','Cor Diamas (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51536,'ȭȥ()','Cor Rubinum (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51537,'dzȥ()','Cor Jadeit (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51538,'öȥ()','Cor Saphirum (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51539,'ȥ()','Cor Granatum (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51540,'ȥ()','Cor Atrum (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51541,'ȥ(ȭ )','Cor Draconis (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51542,'ȥ(ȭ ','Cor Diamas (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51543,'ȭȥ(ȭ ','Cor Rubinum (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51544,'dzȥ(ȭ ','Cor Jadeit (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51545,'öȥ(ȭ ','Cor Saphirum (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51546,'ȥ(ȭ ','Cor Granatum (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51547,'ȥ(ȭ ','Cor Atrum (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51548,'ȥ(ü)','Cor Draconis (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51549,'ȥ(ȭ )','Cor Draconis (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51550,'ȥ(ȭ ','Cor Diamas (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51551,'ȭȥ(ȭ ','Cor Rubinum (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51552,'dzȥ(ȭ ','Cor Jadeit (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51553,'öȥ(ȭ ','Cor Saphirum (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51554,'ȥ(ȭ ','Cor Granatum (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51555,'ȥ(ȭ ','Cor Atrum (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51556,'ȥ(ȭ ','Cor Diamas (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51557,'ȭȥ(ȭ ','Cor Rubinum (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51558,'dzȥ(ȭ ','Cor Jadeit (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51559,'öȥ(ȭ ','Cor Saphirum (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51560,'ȥ(ȭ ','Cor Granatum (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51561,'ȥ(ȭ ','Cor Atrum (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51562,'ȥ(Ϳ )','Cor Draconis (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51563,'ȥ(Ϳ ','Cor Diamas (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51564,'ȭȥ(Ϳ ','Cor Rubinum (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51565,'dzȥ(Ϳ ','Cor Jadeit (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51566,'öȥ(Ϳ ','Cor Saphirum (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51567,'ȥ(Ϳ ','Cor Granatum (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51568,'ȥ(Ϳ ','Cor Atrum (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51569,'ȥ(Ϳ )','Cor Draconis (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51570,'ȥ(Ϳ ','Cor Diamas (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51571,'ȭȥ(Ϳ ','Cor Rubinum (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51572,'dzȥ(Ϳ ','Cor Jadeit (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51573,'öȥ(Ϳ ','Cor Saphirum (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51574,'ȥ(Ϳ ','Cor Granatum (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51575,'ȥ(Ϳ ','Cor Atrum (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51576,' ȥ(Ϲݿ','Cor Draconis+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51577,' ȥ(Ϲ','Cor Diamas+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51578,' ȭȥ(Ϲ','Cor Rubinum+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51579,' dzȥ(Ϲ','Cor Jadeit+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51580,' öȥ(Ϲ','Cor Saphirum+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51581,' ȥ(Ϲ','Cor Granatum+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51582,' ȥ(Ϲ','Cor Atrum+ (Normal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51583,' ȥ(Ϲݿ','Cor Draconis+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51584,' ȥ(Ϲ','Cor Diamas+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51585,' ȭȥ(Ϲ','Cor Rubinum+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51586,' dzȥ(Ϲ','Cor Jadeit+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51587,' öȥ(Ϲ','Cor Saphirum+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51588,' ȥ(Ϲ','Cor Granatum+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51589,' ȥ(Ϲ','Cor Atrum+ (Noble)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51590,' ȥ(Ϲݿ','Cor Draconis+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51591,' ȥ(Ϲ','Cor Diamas+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51592,' ȭȥ(Ϲ','Cor Rubinum+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51593,' dzȥ(Ϲ','Cor Jadeit+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51594,' öȥ(Ϲ','Cor Saphirum+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51595,' ȥ(Ϲ','Cor Granatum+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51596,' ȥ(Ϲ','Cor Atrum+ (Precious)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51597,' ȥ(Ϲݿ','Cor Draconis+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51598,' ȥ(Ϲ','Cor Diamas+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51599,' ȭȥ(Ϲ','Cor Rubinum+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51600,' dzȥ(Ϲ','Cor Jadeit+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51601,' öȥ(Ϲ','Cor Saphirum+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51602,' ȥ(Ϲ','Cor Granatum+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51603,' ȥ(Ϲ','Cor Atrum+ (Flawless)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51604,' ȥ(ȭ','Cor Draconis+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51605,' ȥ(ȭ','Cor Diamas+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51606,' ȭȥ(ȭ','Cor Rubinum+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51607,' dzȥ(ȭ','Cor Jadeit+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51608,' öȥ(ȭ','Cor Saphirum+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51609,' ȥ(ȭ','Cor Granatum+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51610,' ȥ(ȭ','Cor Atrum+ (Glowing)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51611,' ȥ(ȭ','Cor Draconis+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51612,' ȥ(ȭ','Cor Diamas+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51613,' ȭȥ(ȭ','Cor Rubinum+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51614,' dzȥ(ȭ','Cor Jadeit+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51615,' öȥ(ȭ','Cor Saphirum+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51616,' ȥ(ȭ','Cor Granatum+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51617,' ȥ(ȭ','Cor Atrum+ (Eternal)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51618,' ȥ(ȭ','Cor Draconis+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51619,' ȥ(ȭ','Cor Diamas+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51620,' ȭȥ(ȭ','Cor Rubinum+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51621,' dzȥ(ȭ','Cor Jadeit+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51622,' öȥ(ȭ','Cor Saphirum+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51623,' ȥ(ȭ','Cor Granatum+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51624,' ȥ(ȭ','Cor Atrum+ (Mystical)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51625,' ȥ(Ϳ','Cor Draconis+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51626,' ȥ(','Cor Diamas+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51627,' ȭȥ(','Cor Rubinum+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51628,' dzȥ(','Cor Jadeit+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51629,' öȥ(','Cor Saphirum+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51630,' ȥ(','Cor Granatum+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51631,' ȥ(','Cor Atrum+ (Epic)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51632,' ȥ(Ϳ','Cor Draconis+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51633,' ȥ(','Cor Diamas+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51634,' ȭȥ(','Cor Rubinum+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51635,' dzȥ(','Cor Jadeit+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51636,' öȥ(','Cor Saphirum+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51637,' ȥ(','Cor Granatum+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51638,' ȥ(','Cor Atrum+ (Divine)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51639,'(ȭ)','Dragon Chest',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51640,' (ȭ','Dragon Chest+',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51641,' Ʈ (ȭ','Dragon Chest+ (Coloured)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51642,' Ʈ(ȭ)','Dragon Chest (Coloured)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51643,'(ͱ)','Noble Dragon Chest',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51644,' (ͱ','Noble Dragon Chest+',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51645,' Ʈ (','N. Dragon Cht+(Coloured)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(51646,' Ʈ(ͱ)','N. Dragon Cht (Coloured)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52001,'ȯ ','Young Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52002,'ȯ ','Young Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52003,'ȯ ','Young Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52004,'ȯ ','Young Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52005,'ȯ ','Young Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52006,'ȯ ','Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52007,'ȯ ','Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52008,'ȯ ','Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52009,'ȯ ','Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52010,'ȯ ','Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52011,'ȯ ','Valiant Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52012,'ȯ ','Valiant Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52013,'ȯ ','Valiant Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52014,'ȯ ','Valiant Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52015,'ȯ ','Valiant Wild Boar (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52016,'ȯ ','Young Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52017,'ȯ ','Young Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52018,'ȯ ','Young Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52019,'ȯ ','Young Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52020,'ȯ ','Young Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52021,'ȯ ','Wild Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52022,'ȯ ','Wild Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52023,'ȯ ','Wild Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52024,'ȯ ','Wild Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52025,'ȯ ','Wild Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52026,'ȯ ','Valiant Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52027,'ȯ ','Valiant Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52028,'ȯ ','Valiant Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52029,'ȯ ','Valiant Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52030,'ȯ ','Valiant Wolf (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52031,'ȯ ','Young Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52032,'ȯ ','Young Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52033,'ȯ ','Young Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52034,'ȯ ','Young Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52035,'ȯ ','Young Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52036,'ȯ ','Wild Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52037,'ȯ ','Wild Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52038,'ȯ ','Wild Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52039,'ȯ ','Wild Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52040,'ȯ ','Wild Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52041,'ȯ ','Valiant Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52042,'ȯ ','Valiant Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52043,'ȯ ','Valiant Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52044,'ȯ ','Valiant Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52045,'ȯ ','Valiant Lion (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52046,'ȯ ','Young Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52047,'ȯ ','Young Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52048,'ȯ ','Young Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52049,'ȯ ','Young Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52050,'ȯ ','Young Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52051,'ȯ ','Wild Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52052,'ȯ ','Wild Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52053,'ȯ ','Wild Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52054,'ȯ ','Wild Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52055,'ȯ ','Wild Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52056,'ȯ ','Valiant Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52057,'ȯ ','Valiant Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52058,'ȯ ','Valiant Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52059,'ȯ ','Valiant Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52060,'ȯ ','Valiant Tiger (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52061,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52062,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52063,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52064,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52065,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52066,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52067,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52068,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52069,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52070,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52071,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52072,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52073,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52074,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52075,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52076,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52077,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52078,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52079,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52080,'ʱ ȯ ','Young Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52081,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52082,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52083,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52084,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52085,'߱ ȯ ','Wild Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52086,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52087,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52088,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52089,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52090,' ȯ ','Valiant Reindeer (Seal)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52091,'ʱ ȯ ','Young Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52092,'ʱ ȯ ','Young Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52093,'ʱ ȯ ','Young Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52094,'ʱ ȯ ','Young Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52095,'ʱ ȯ ','Young Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52096,'߱ ȯ ','Wild Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52097,'߱ ȯ ','Wild Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52098,'߱ ȯ ','Wild Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52099,'߱ ȯ ','Wild Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52100,'߱ ȯ ','Wild Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52101,' ȯ ','Brave Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52102,' ȯ ','Brave Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52103,' ȯ ','Brave Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52104,' ȯ ','Brave Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52105,' ȯ ','Brave Dragor Seal',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(52701,' ȯ','Lion Certificate',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52031,52032,52033,52034,52035,0,-1,-1,-1,-1,-1,-1,0,0,0),(52702,'ȣ ȯ','Tiger Certificate',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52046,52047,52048,52049,52050,0,-1,-1,-1,-1,-1,-1,0,0,0),(52703,' ȯ','Wild Boar Certificate',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52001,52002,52003,52004,52005,0,-1,-1,-1,-1,-1,-1,0,0,0),(52704,' ȯ','Wolf Certificate',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52016,52017,52018,52019,52020,0,-1,-1,-1,-1,-1,-1,0,0,0),(52705,' ȯ','Reindeer Certificate (m)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52061,52062,52063,52064,52065,0,-1,-1,-1,-1,-1,-1,0,0,0),(52706,'ϼ ȯ','Reindeer Certificate (f)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52076,52077,52078,52079,52080,0,-1,-1,-1,-1,-1,-1,0,0,0),(52707,' ȯ','Dragor Certificate',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52091,52092,52093,52094,52095,0,-1,-1,-1,-1,-1,-1,0,0,0),(53001,'һȯ','Fire Phoenix Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53002,'Ʊϼȯ','Young Reindeer Seal',18,0,0,1,237952,8192,0,'',0,0,0,0,0,0,7,1728000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53003,'һȯ','Ice Phoenix Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53005,'Ȳ κ','Baby Azrael',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53006,'Ȳ κ (Ư)','Baby Azrael (gold)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53007,'ũ Ʊϼȯ','Bambi Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53008,'Ʊ ȯ','Knuud Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53009,'Ʊ ȯ','Bao Bao Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53010,'Ʊڼȯ','Leonidas Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53011,'Ʊȣȯ','Khan Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53012,'Ʊȯ','Porky Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53013,'Ʊȯ','Rufus Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53014,'ȯ','Mini-Executor Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53015,'ȯ(Ư)','Mini-Executor Seal(gold)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53016,'ҷȯ','Boney Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,86,15,1,1500,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53017,'쿰һȯ','Jade Phoenix Seal',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,7,10368000,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53501,'찢 ','NoNAme',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53502,'찢 ','Young Reindeer Chest',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53503,'찢 ','Ice Phoenix Cage',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53504,'찢 ','NoNAme',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53505,'찢 ','NoNAme',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53506,'찢 ','NoNAme',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53507,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53508,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53509,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53510,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53511,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53512,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53513,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53514,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53515,'찢 ','찢 ',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53516,'찢 ','Bone Chest',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(53517,'찢 ','Jade Cage',23,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(60001,'','Gall',6,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(60002,'âõ','Note from Storage Guard',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(60003,'ǥ','Heroic Symbol',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(69000,'ݻŸ','Bash Secret',0,0,0,1,56,0,128,'',0,0,0,0,0,0,0,0,0,0,51,159383553,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69010,'','Chi Secret',0,0,0,1,56,0,128,'',0,0,0,0,0,0,0,0,0,0,51,125829123,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69020,'','Ghost Strike Secret',0,0,0,1,56,0,128,'',0,0,0,0,0,0,0,0,0,0,51,192937985,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69030,'ġȯ','Attack Strike Secret',0,0,0,1,56,0,128,'',0,0,0,0,0,0,0,0,0,0,51,293601285,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69040,'Ͻ','Ambush Secret',0,0,0,1,52,0,128,'',0,0,0,0,0,0,0,0,0,0,51,662700033,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69050,'ú','Arrow Secret',0,0,0,1,52,0,128,'',0,0,0,0,0,0,0,0,0,0,51,645922817,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69060,'','Feather Walk Secret',0,0,0,1,52,0,128,'',0,0,0,0,0,0,0,0,0,0,51,713031682,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69070,'ýź','Fast Attack Secret',0,0,0,1,52,0,128,'',0,0,0,0,0,0,0,0,0,0,51,629145601,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69080,'ɺ','Dark Strike Secret',0,0,0,1,44,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1149239297,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69090,'ĺ','Dragon Swirl Secret',0,0,0,1,44,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1400897537,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69100,'ǰġȯ','Heaven and Earth Secret',0,0,0,1,44,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1132462081,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69110,'Ͱ˺','Enchanted Blade Secret',0,0,0,1,44,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1216348165,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69120,'ĺκ','Flying Talisman Secret',0,0,0,1,28,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1635778561,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69130,'κ','Cure Secret',0,0,0,1,28,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1652555777,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69140,'õ','Dragon\'s Help Secret',0,0,0,1,28,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1753219082,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(69150,'ȣź','Blessing Secret',0,0,0,1,28,0,128,'',0,0,0,0,0,0,0,0,0,0,51,1669332996,0,0,0,0,0,0,0,0,0,300,-1,-1,-1,-1,-1,-1,0,0,0),(70001,'','Goddess\' Doll',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70002,'Ǽ','Third Hand',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70003,'','Book of the Leader',16,0,0,1,106880,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70004,'ٸ ','Medal of Diligence',16,0,0,1,106880,256,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70005,'ǹ','Experience Ring',16,0,0,1,106880,256,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70006,'','Language Ring',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70007,'̵','Warp Ring',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70008,'','White Flag',3,10,0,1,0,132,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70009,'','Treasure Chest',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70010,'â̿','Storage Ticket',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70011,'޻¹','Upgrade Bottle',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70012,'Ǵ','Goddess Tear',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70013,'Ŵ ','Giant Goddess Tear',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70014,' ܾ','Blood Pill',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70015,'','Cheap Brush',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70016,'ε ','Indian Armband',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70017,'ε ','Precious Armband',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70018,'Ȳ Ͱ','Phoenix Earrings',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70019,' ','Millionaire\'s Necklace',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70020,'ȭ','Peach Flower Wine',3,11,0,1,106880,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70021,' ǥ','Angel\'s Blessing',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70022,' ','Bera\'s Heart',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70023,' ','Wise Man\'s Cane',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70024,'ູ ','Blessing Marble',3,22,0,1,106880,8192,0,'',30000000,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70025,' ','Dignity Ring',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70026,' հſ','Vanishing Mirror',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70027,' ޸','Blacksmith\'s Memo',3,2,0,1,33024,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70028,' ','Wise Man\'s Memo',3,2,0,1,33024,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70029,' ','Red Quill',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70030,' ܾ Ȱ','Red Monocle',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70031,'޼','Fencing Pamphlet',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70032,'հ ','Two-handed Sword Manual',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70033,'Ѽհ ','One-handed Sword Manual',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70034,'ܰ ','Dagger Handbook',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70035,'ö','Magic Copper Ore',6,0,0,1,74112,8196,0,'',25000000,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70036,' ޸','Student\'s Memo',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70037,' ','Book of Forgetfulness',22,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70038,' ','Bravery Cape',3,10,0,1,106880,132,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,20,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70039,'߰ ','Blacksmith Handbook',3,2,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70040,' ҽ','Orc Stubbornness',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70041,'ö ָ','Fist of Disciple',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70042,'Ǹ ','Devil\'s Splinter',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70043,' 尩','Thief\'s Glove',16,0,0,1,106880,256,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70044,' ','Dark Lord\'s Horn',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70045,' ̻','Dark Lord\'s Fang',0,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70046,' ','Dragon God\'s Grail',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70047,'(ߺ)','Language Ring(Sample)',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70048,' ','Fugitive\'s Cape',16,0,0,1,0,0,128,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70049,' ','Lucy\'s Ring',16,0,0,1,0,0,128,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70050,' ǥ','Sage King\'s Symbol',16,0,0,1,0,0,128,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70051,' 尩','Sage King\'s Glove',16,0,0,1,0,0,128,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70052,'','Charm of Karma1',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70053,'','Charm of Karma2',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70054,'翹','Charm of Karma3',16,0,0,1,0,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70056,'ȭ+','Pomegranate Juice+',3,11,0,1,33152,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70057,' ','Bravery Cape',3,10,0,1,0,132,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,50,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70058,'̵ ','Teleportation Ring',18,0,0,1,41344,8192,0,'',0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,50,1800,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70101,'õ ','Book of Providence',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70102,'','Zen Bean',3,10,0,1,0,0,0,'',0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70103,'Ұ','Sutra',6,0,0,1,0,0,0,'',0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70104,'а','Polymorph Marble',19,0,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70105,'а','Polymorph Marble',19,0,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70106,'а','Polymorph Marble',19,0,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70107,'а','Polymorph Marble',19,0,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70201,'Ż','Bleach',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70202,'()','White Hair Dye',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70203,'(ݻ)','Blonde Hair Dye',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70204,'()','Red Hair Dye',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70205,'()','Brown Hair Dye',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70206,'()','Black Hair Dye',3,10,0,1,0,0,0,'',0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70207,'Ż ','Bleach',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70208,' ','Brown Dye',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70251,'','Red Herb',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70252,'Ķ','Blue Herb',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70253,'׸','Green Herb',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70254,'','Purple Herb',3,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70301,'Ŀø','Engagement Ring',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(70302,'ȥ','Wedding Ring',3,10,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71001,'־ȼ','Exorcism Scroll',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71002,'','Status Reset Document',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71003,'ųʱȭ','Skill Reset Document',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71004,' ȣ','Medal of the Dragon',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71005,'','Language Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604800,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71006,'','Language Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71007,'','Language Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71008,'','Fishing Book',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259200,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71009,'âȮ','Storage Chest',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71010,'3 ','Third Hand',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71011,' ','Emotion Mask',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71012,'','Book of the Leader',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71013,'','Firework',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71014,'','Potion of Attack+10',3,8,0,1,106880,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,7,10,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71015,' ','Experience Ring',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,66,50,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71016,' 尩','Thief\'s Gloves',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,67,50,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71017,' ȭ','Lucky Medal',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,68,50,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71018,' ȯ','Blessing of Life',3,11,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71019,' ȯ','Blessing of Magic',3,11,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,-1,-1,-1,-1,-1,-1,0,0,0),(71020,' ȯ','Blessing of the Dragon',3,11,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,0,-1,-1,-1,-1,-1,-1,0,0,0),(71021,' ູ','Scroll of War',3,2,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71022,'ɸ','Return of Intelligence',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71023,'ü¸','Return of Vitality',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71024,'ٷ¸','Return of Strength',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71025,'߰','Stone of the Blacksmith',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71026,'ö','Magic Iron Ore',6,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71027,' ','Dragon God Life',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,69,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71028,' ','Dragon God Attack',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71029,' ','Dragon God Intelligence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,70,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71030,' ','Dragon God Defence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71031,' ','Dragon God Support',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71032,' ູ','Dragon Scroll',3,2,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71033,' ','Emotion Mask',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71034,'+','Potion of Attack +15',3,8,0,1,74112,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,7,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71035,'Ȥ ','Researcher\'s Elixir',18,0,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71036,'ȯ','Scroll - Chief Orc',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71037,'бּȯ','Scroll - Leader',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71038,'հŹ̼ȯ','Scroll - Queen Spider',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71039,'Ŵ縷źϼȯ','Scroll - Tortoise',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71040,'ȭռȯ','Scroll - Flame King',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71041,'ȣȯ','Scroll - Nine Tails',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71042,'Ϳռȯ','Scroll - Demon King',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71043,'ͼȯ','Scroll - Tiger Ghost',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71044,'ũƼ ','Critical Strike',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,15,20,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71045,' ','Piercing Strike',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,16,20,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71047,' ȸ','Spirit Stone Tincture',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71048,'ȯ','Modification Charm',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71049,'ܺ','Silk Bundle',16,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71050,'̼','Potion of Speed',3,7,0,1,74112,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1800,60,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71054,' ¶','Tincture of Kingdoms',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71055,' ü','Tincture of the Name',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71056,'û ','Tincture of Heaven',16,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71057,'ȭ񱤸Ƽȯ','Stone of Fossil Trunk O.',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71058,'Ƽȯ','Stone of Copper Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71059,'Ƽȯ','Stone of Silver Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71060,'ݸƼȯ','Stone of Gold Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71061,'Ƽȯ','Stone of Jade Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71062,'ܼƼȯ','Stone of Ebony Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71063,'ȯ','Stone of Clams',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71064,'ݸƼȯ','Stone of White Gold Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71065,'Ƽȯ','Stone of Crystal Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71066,'ڼƼȯ','Stone of Amethyst Lode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71067,'õ籤Ƽȯ','Stone of Heaven\'s Ode',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71068,' ','Feather of Lovers',3,10,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71069,'ȭ Ͱ','Earrings of Harmony',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71070,' ','Love Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71071,' Ͱ','Earrings of Love',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71072,'ȭ ','Harmony Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71073,' ','Necklace of Love',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71074,'ȭ ','Necklace of Harmony',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71075,'()','Hair Dye (White)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71076,'(ݻ)','Hair Dye (Blonde)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71077,'()','Hari Dye (Red)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71078,'()','Hair Dye (Brown)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71079,'()','Hair Dye (Black)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71080,'ʱ ƾȯ','Metin Stone(L)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71081,'߱ ƾȯ','Metin Stone(N)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71082,' ƾȯ','Metin Stone(H)',23,0,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71083,'ô','Stone Handbook',3,17,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71084,'','Enchant Item',3,18,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71085,'簡','Reinforce Item',3,19,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71086,'Ʈ(20~29)','Level Up Quest(20~29)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71087,'Ʈ(30~39)','Level Up Quest(30~39)',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71088,'ӹ༭(ʱ)','Mission Book (Easy)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71089,'ӹ༭(߱)','Mission Book (Normal)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71090,'ӹ༭()','Mission Book (Hard)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71091,'Ǻ','Tincture of Trade',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71092,'а','Polymorph Book',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71093,'а','Polymorph Marble',19,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71094,' ','Concentrated Reading',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71095,'','Passage Ticket',5,0,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71096,'','Passage Tablet',16,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592000,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71099,'屳ü','Ring of Successor',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71100,'ʱȭ','Scroll of Lore Change',18,0,0,1,33152,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71101,'ӿ','Potion of Haste',3,8,0,1,74112,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,9,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71102,'ӿ+','NoNAme',3,8,0,1,33152,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,9,30,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71103,'üʱȭ','Redistribution (VIT)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71104,'ʱȭ','Redistribution (INT)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71105,'ٷʱȭ','Redistribution (STR)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71106,'øʱȭ','Redistribution (DEX)',18,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71107,'õ','Fruit of Life',3,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,8,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71108,'ȭ+','Pomegranate Juice',3,11,0,1,33152,20,0,'',1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71109,'Ż','Scroll of Correction',3,10,0,1,106880,286720,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71110,'','Horse Sugar',6,0,0,1,106880,4,0,'',1000,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71113,'ݰ','Glass of Insight',6,0,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71114,'̿','Wild Boar Seal (yellow)',18,0,0,1,33024,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71115,'̿','Wild Boar Seal (blue)',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71116,'߽̿','Wolf Seal (yellow)',18,0,0,1,33024,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71117,'߽̿','Wolf Seal (blue)',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71118,'̿','Tiger Seal (yellow)',18,0,0,1,33024,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71119,'̿','Tiger Seal (blue)',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71120,'ڿ̿','Lion Seal (yellow)',18,0,0,1,33024,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71121,'ڿ̿','Lion Seal (blue)',18,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71122,'','NoNAme',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71123,'','Dragon Scales',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71124,'̿','White Lion',16,2,0,1,74112,9216,128,'',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71125,'̿','Wild Battle Boar Seal',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71126,'߽̿','Fight Wolf Seal',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71127,'̿','Storm Tiger Seal',16,2,0,1,74112,9216,128,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71128,'̿','Battle Lion Seal',16,2,0,1,74112,9216,128,'',0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71129,'','Dragon Claw',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71130,'','Passage Ticket',5,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71131,'渶ȯ','NoNAme',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71132,'渶ȯ','NoNAme',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71133,'渶ȯ','NoNAme',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71134,'渶ȯ','NoNAme',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86400,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71135,'ʽ´ ','Crescent Moon Ring',16,0,0,1,106880,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71136,'ҷ ','Lolly',16,0,0,1,106624,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71137,'ûȯ','Royal Tiger Seal (blue)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71138,'ȯ','Royal Tiger Seal (red)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71139,'Ȳȯ','Royal Tiger Seal (gold)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71140,'ȯ','Royal Tiger Seal (green)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71141,'ȯ','Royal Tiger Seal (grey)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71142,'ȯ','Royal Tiger Seal (white)',16,2,0,1,33024,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71143,'ູ ','Ring of Joy',16,0,0,1,106880,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71144,'ũ ','Christmas Chest',18,0,0,1,237952,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71145,' ҴƮ','Amulet of Eternal Love',16,0,0,1,106880,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71146,' (ũ)','Cupid\'s Chest (pink)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71147,' ()','Cupid\'s Chest (blue)',18,0,0,1,106880,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71148,'ټ ','Ring of Will Power',16,0,0,1,106624,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71149,' ','Ring of Deadly Power',16,0,0,1,106624,0,128,'',0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71150,' ް','Magic Egg',18,0,0,1,237952,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71151,'','Green Magic',3,18,0,1,33152,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71152,'簡','Green Strength',3,19,0,1,33152,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71153,' ','Potion of Wisdom',3,8,0,1,204928,20,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,66,100,3600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71154,' ','NoNAme',3,8,0,1,204928,20,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,66,80,10800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71155,' ','NoNAme',3,8,0,1,204928,20,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,66,100,10800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71156,' ','NoNAme',3,8,0,1,204928,20,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,66,150,10800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71157,' ','NoNAme',27,0,0,1,0,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71158,' ǥ','Hero\'s Medal',16,0,0,1,237696,0,128,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71159,'伱','Milon\'s Chest',23,0,0,1,237953,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71160,'伱','Athena\'s Chest',23,0,0,1,237954,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71161,'ҷ渶ȯ','Equus Porphyreus',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71164,'ũϼȯ','Comet Seal',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71165,' ȯ','Polar Predator Seal',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71166,'Ҵ ȯ','Armoured Panda Seal',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71171,'ܼȯ','Unicorn Seal',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71172,'ܼȯ','Nightmare Seal',16,2,0,1,106880,9216,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72001,' ','Experience Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72002,' ','Experience Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72003,' ','Experience Ring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72004,' 尩','Thief\'s Gloves',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72005,' 尩','Thief\'s Gloves',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72006,' 尩','Thief\'s Gloves',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72007,'ܺ','Silk Bundle',16,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72008,'ܺ','Silk Bundle',16,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72009,'ܺ','Silk Bundle',16,10,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72010,' ','Lovebird Feather',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72011,' ','Lovebird Feather',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72012,' ','Lovebird Feather',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72013,'','Fishing Book',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72014,'','Fishing Book',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72015,'','Fishing Book',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72016,'3 ','Third Hand',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72017,'3 ','Third Hand',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72018,'3 ','Third Hand',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72019,'âȮ','Storage Chest',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72020,'âȮ','Storage Chest',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72021,'âȮ','Storage Chest',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10800,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72022,' ȭ','Lucky Gold Coin',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72023,' ȭ','Lucky Gold Coin',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72024,' ȭ','Lucky Gold Coin',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72025,' ','Critical Strike',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,16,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72026,' ','Critical Strike',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,16,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72027,' ','Critical Strike',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,16,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72028,' ','Emotion Mask',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72029,' ','Emotion Mask',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72030,' ','Emotion Mask',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,1,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72031,' ','Dragon God Attack',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72032,' ','Dragon God Attack',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72033,' ','Dragon God Attack',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72034,' ','Dragon God Defence',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72035,' ','Dragon God Defence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72036,' ','Dragon God Defence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72037,' ','Dragon God Life',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,69,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72038,' ','Dragon God Life',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,69,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72039,' ','Dragon God Life',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,69,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72040,' ','Dragon God Intelligence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,70,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72041,' ','Dragon God Intelligence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,70,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72042,' ','Dragon God Intelligence',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,70,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72043,'','Book of the Leader',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72044,'','Book of the Leader',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72045,'','Book of the Leader',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72046,'ũƼ ','Critical Chance',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,15,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72047,'ũƼ ','Criticial Chance',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,15,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72048,'ũƼ ','Critical Chance',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,15,10,600,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72049,' ','Ring of Experience',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72050,' ','Ring of Experience',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72301,'ູ ','Blessing Scroll',3,2,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72302,'','NoNAme',16,0,0,1,256,8192,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72303,'ǹ','NoNAme',16,0,0,1,256,8448,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72304,'ູ ','NoNAme',3,22,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72305,' հſ','NoNAme',3,13,0,1,106880,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72306,' ޸','NoNAme',3,2,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72307,' ','NoNAme',3,2,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72308,'ö','Magic Copper Ore',6,0,0,1,106880,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72309,'߰ ','NoNAme',3,2,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72310,'־ȼ','NoNAme',3,8,0,1,74112,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72311,' ȯ','NoNAme',3,11,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,100,0,-1,-1,-1,-1,-1,-1,0,0,0),(72312,' ','NoNAme',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,64,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72313,' ','NoNAme',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,65,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72314,' ູ','NoNAme',3,2,0,1,106880,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72501,' (PC)','Experience Ring (iCafe)',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,510,75,30,72000,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72502,' 尩(PC)','Thief\'s Glove (iCafe)',3,8,0,1,106880,8196,0,'',0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,510,76,50,72000,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72701,'ٶ Ź','Wind Shoes',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,8,30,0,0,0,0,1800,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72702,'ٶ Ź+','Wind Shoes+ (tradeable)',16,0,0,1,0,8192,128,'',0,0,0,0,0,0,0,0,0,0,8,60,0,0,0,0,3000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72703,'ȣ Ͱ','Tiger Bone Earring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,53,200,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72704,'밢 Ͱ','Dragon Bone Earring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,54,200,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72705,'ȣ ','Tiger Bone Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,71,15,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72706,'밢 ','Dragon Bone Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,73,15,0,0,0,0,120,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72709,'ȣ Ͱ','Tiger Bone Earring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,53,200,0,0,0,0,1200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72710,'밢 Ͱ','Dragon Bone Earring',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,54,300,0,0,0,0,1200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72711,'ȣ ','Tiger Bone Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,71,30,0,0,0,0,1200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72712,'밢 ','Dragon Bone Bracelet',16,0,0,1,106880,8192,128,'',0,0,0,0,0,0,0,0,0,0,73,30,0,0,0,0,1200,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72723,'ȭ ູ()','Sun Elixir (S)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72724,'ȭ ູ()','Sun Elixir (M)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72725,'ȭ ູ()','Sun Elixir (L)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72726,'ȭ ູ()','Sun Elixir (E)',3,10,0,1,0,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72727,' ູ()','Moon Elixir (S)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72728,' ູ()','Moon Elixir (M)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72729,' ູ()','Moon Elixir (L)',3,10,0,1,106880,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(72730,' ູ()','Moon Elixir (E)',3,10,0,1,0,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73001,' ()','Trendy Hairstyle (Red)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73002,' ()','Trendy Hairstyle (Light)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,1002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73003,' (ϴû)','Trendy Hairstyle (Blue)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,1003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73004,' ()','Trendy Hairstyle (Brown)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,1004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73005,'Ʈ()','Bandanna',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73006,'Ʈ(üũ)','Bandanna',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,1006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73007,'Ʈ(Ķ)','Bandanna',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,1007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73008,'Ʈ(ʷϹ)','Bandanna',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,1008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73009,' Ӹ()','Long Hair (Black)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,1009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73010,' Ӹ()','Long Hair (Red)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73011,' Ӹ()','Long Hair (Brown)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73012,' Ӹ(ϻ)','Long Hair (Green)',28,1,0,1,56,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73251,' ()','Ponytail (Brown)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,2001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73252,' (ʷϻ)','Ponytail (Green)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,2002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73253,' (û)','Ponytail (Blue)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,2003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73254,' (̺)','Ponytail (Light)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,2004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73255,'̵ ()','Shoulder Length (Red)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,2005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73256,'̵ ()','Shoulder Length (Brown)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,2006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73257,'̵ ()','Shoulder Length (Light)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,2007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73258,'̵ ()','Shoulder Length (Purple)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,2008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73259,'()','Short Hair (Red)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73260,'(ϴû)','Short Hair (Blue)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,2010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73261,'()','Short Hair (Black)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73262,'()','Short Hair (Blonde)',28,1,0,1,52,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,2012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73501,'Ƽ()','Sporty Haircut (Light)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,3001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73502,'Ƽ()','Sporty Haircut (Brown)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,3002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73503,'Ƽ()','Sporty Haircut (Blonde)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,3003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73504,'Ƽ(ʷϻ)','Sporty Haircut (Green)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,3004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73505,'ī()','Charisma Hair (White)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,3005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73506,'ī()','Charisma Hair (Red)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,3006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73507,'ī()','Charisma Hair (Black)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,3007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73508,'ī()','Charisma Hair (Purple)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,3008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73509,'õ ù()','Long Plait (White)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,3009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73510,'õ ù(ϴû)','Long Plait (Blue)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,3010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73511,'õ ù()','Long Plait (Black)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,3011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73512,'õ ù()','Long Plait (Brown)',28,1,0,1,44,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,3012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73751,'()','Elegant Hairstyle(Brown)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,4001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73752,'()','Elegant Hairstyle(black)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,4002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73753,'(ϴû)','Elegant Hairstyle (Blue)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,4003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73754,'()','Elegant Hairstyle(Light)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,4004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73755,'̷մܹ()','Med. Length Hair (Brown)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,4005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73756,'̷մܹ()','Med. Length Hair (Black)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,4006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73757,'̷մܹ()','Med.Length Hair (Blonde)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,4007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73758,'̷մܹ()','Med.Length Hair (Purple)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,25,0,0,0,0,0,0,0,0,0,0,0,4008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73759,'̷()','Old Hairstyle (Brown)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,4009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73760,'̷()','Old Hairstyle (Light)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,4010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73761,'̷()','Old Hairstyle (Purple)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,4011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(73762,'̷()','Old Hairstyle (Red)',28,1,0,1,28,8192,0,'',0,0,0,0,0,0,1,35,0,0,0,0,0,0,0,0,0,0,0,4012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74001,' ()','Trendy Hairstyle (Red)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74002,' ()','Trendy Hairstyle (Light)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74003,' (ϴû)','Trendy Hairstyle (Blue)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74004,' ()','Trendy Hairstyle (Brown)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74005,'Ʈ()','Headband (Red)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74006,'Ʈ(üũ)','Headband (Brown plaid)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74007,'Ʈ(Ķ)','Headband (Blue)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74008,'Ʈ(ʷϹ)','Headband (Green plaid)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74009,' Ӹ()','Long Hair (Black)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74010,' Ӹ()','Long Hair (Red)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74011,' Ӹ()','Long Hair (Brown)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74012,' Ӹ(ϻ)','Long Hair (Green)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74013,' ','Warrior Afro (Male)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,1013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74014,' ','Warrior Afro (Male)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,1013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74015,'','Warrior Samurai Helm (M)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,1014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74016,'','Warrior Samurai Helm (M)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,1014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74017,' ','Warrior Fez (M)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74018,'ηdz ΰ','Warrior Keffiyeh (M)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74019,'͹','Warrior Turban (M)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74020,'ҷ ȣڸӸ','Jack O\' Warrior (m)',28,1,0,1,57,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74251,' ()','Ponytail (Brown)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74252,' (ʷϻ)','Ponytail (Green)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74253,' (û)','Ponytail (Blue)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74254,' (̺)','Ponytail (Light)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74255,'̵ ()','Shoulder Length (Red)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74256,'̵ ()','Shoulder Length (Brown)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74257,'̵ ()','Shoulder Length (Light)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74258,'̵ ()','Shoulder Length (Purple)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74259,'()','Short Hair (Red)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74260,'(ϴû)','Short Hair (Blue)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74261,'()','Short Hair (Black)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74262,'()','Short Hair (Blonde)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74263,' ','Ninja Afro (Female)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,2013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74264,' ','Ninja Afro (Female)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,2013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74265,'','Ninja Flower Hat (F)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,2014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74266,'','Ninja Flower Hat (F)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,2014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74267,'縷 ī','Ninja Headscarf (F)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74268,'縷 ΰǼƮ','Ninja Desert Scarf (F)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74269,'͹','Ninja Turban (F)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74270,'ҷ ȣڸӸ','Jack O\' Ninja (f)',28,1,0,1,54,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,2018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74501,'Ƽ()','Sporty Hairstyle (White)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74502,'Ƽ()','Sporty Hairstyle (Brown)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74503,'Ƽ()','Sporty Hairstyle(Blonde)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74504,'Ƽ(ʷϻ)','Sporty Hairstyle (Green)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74505,'ī()','Charisma Hair (White)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74506,'ī()','Charisma Hair (Red)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74507,'ī()','Charisma Hair (Black)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74508,'ī()','Charisma Hair (Purple)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74509,'õ ù()','Long Plait (White)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74510,'õ ù(ϴû)','Long Plait (Blue)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74511,'õ ù()','Long Plait (Black)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74512,'õ ù()','Long Plait (Brown)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74513,' ','Sura Afro (Male)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,3013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74514,' ','Sura Afro (Male)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,3013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74515,'','Sura Samurai Helmet (M)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,3014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74516,'','Sura Samurai Helmet (M)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,3014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74517,' ','Sura Fez (M)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74518,'ηdz ΰ','Sura Keffiyeh (M)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74519,'͹','Sura Turban (M)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74520,'ҷ ȣڸӸ','Jack O\' Sura (m)',28,1,0,1,45,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,3018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74751,'()','Elegant Hairstyle(Brown)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74752,'()','Elegant Hairstyle(Black)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74753,'(ϴû)','Elegant Hairstyle (Blue)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74754,'()','Elegant Hairstyle(Light)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74755,'̷մܹ()','Med.Length Hair (Brown)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74756,'̷մܹ()','Med. Length Hair (Black)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74757,'̷մܹ()','Med.Length Hair (Blonde)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74758,'̷մܹ()','Med.Length Hair (Purple)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74759,'̷()','Old Hairstyle (Brown)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74760,'̷()','Old Hairstyle (Blonde)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74761,'̷()','Old Hairstyle (Purple)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74762,'̷()','Old Hairstyle (Red)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74763,' ','Shaman Afro (Female)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,4013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74764,' ','Shaman Afro (Female)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,4013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74765,'','Shaman Flower Hat (F)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,4014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74766,'','Shaman Flower Hat (F)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,4014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74767,'縷 ī','Shaman Headscarf (F)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74768,'縷 ΰǼƮ','Shaman Desert Scarf (F)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74769,'͹','Shaman Turban (F)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(74770,'ҷ ȣڸӸ','Jack O\' Shaman (f)',28,1,0,1,30,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,4018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75001,'Ϳ θӸ()','Trendy Hairstyle (Red)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75002,'Ϳ θӸ(ȫ)','Trendy Hairstyle (Light)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75003,'Ϳ θӸ(û)','Trendy Hairstyle (Blue)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75004,'Ϳ θӸ()','Trendy Hairstyle (Brown)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75005,' ()','Headband (Brown)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75006,' (̺)','Headband (Blonde)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75007,' (û)','Headband (Blue)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75008,' ()','Headband (Green)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75009,'ʸ Ӹ(','Long Hair (Black)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,1009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75010,'ʸ Ӹ(ȫ','Long Hair (Red)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,1010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75011,'ʸ Ӹ(','Long Hair (Brown)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,1011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75012,'ʸ Ӹ()','Long Hair (Green)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,1012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75013,' ','Warrior Afro (Female)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,1013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75014,' ','Warrior Afro (Female)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,1013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75015,'','Warrior Flower Hat (F)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,1014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75016,'','Warrior Flower Hat (F)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,1014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75017,'縷 ī','Warrior Headscarf (F)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75018,'縷 ΰǼƮ','Warrior Desert Scarf (F)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75019,'͹','Warrior Turban (F)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,1017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75020,'ҷ ȣڸӸ','Jack O\' Warrior (f)',28,1,0,1,58,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75201,' Ӹ()','Ponytail (Brown)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75202,' Ӹ(ʷϻ)','Ponytail (Green)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75203,' Ӹ(û)','Ponytail (Blue)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75204,' Ӹ(̺)','Ponytail (Light)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75205,'ΰ()','Shoulder Length (Red)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75206,'ΰ(ϻ)','Shoulder Length (Brown)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75207,'ΰ(Ȳ)','Shoulder Length (Light)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75208,'ΰ()','Shoulder Length (Purple)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75209,'()','Short Hair (Red)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,2009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75210,'(ûϻ)','Short Hair (Blue)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,2010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75211,'()','Short Hair (Black)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,2011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75212,'()','Short Hair (Blonde)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,2012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75213,' ','Ninja Afro (Male)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,2013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75214,' ','Ninja Afro (Male)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,2013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75215,'','Ninja Samurai Helmet (M)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,2014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75216,'','Ninja Samurai Helmet (M)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,2014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75217,' ','Ninja Fez (M)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75218,'ηdz ΰ','Ninja Keffiyeh (M)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75219,'͹','Ninja Turban (M)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,2017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75220,'ҷ ȣڸӸ','Jack O\' Ninja (m)',28,1,0,1,53,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,2018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75401,'̽ Ӹ(ȸ)','Sporty Hairstyle (Light)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75402,'̽ Ӹ()','Sporty Hairstyle (Brown)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75403,'̽ Ӹ()','Sporty Hairstyle(Blonde)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75404,'̽ Ӹ()','Sporty Hairstyle (Green)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75405,'Ÿƽ ƮƮ(','Charisma Style (White)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75406,'Ÿƽ ƮƮ(','Charisma Style (Red)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75407,'Ÿƽ ƮƮ(','Charisma Style (Black)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75408,'Ÿƽ ƮƮ(','Charisma Style (Purple)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75409,'񿣳 Ӹ()','Long Plait (White)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,3009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75410,'񿣳 Ӹ()','Long Plait (Blue)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,3010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75411,'񿣳 Ӹ()','Long Plait (Black)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,3011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75412,'񿣳 Ӹ()','Long Plait (Brown)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,3012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75413,' ','Sura Afro (Female)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,3013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75414,' ','Sura Afro (Female)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,3013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75415,'','Sura Flower Hat (F)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,3014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75416,'','Sura Flower Hat (F)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,3014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75417,'縷 ī','Sura Headscarf (F)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75418,'縷 ΰǼƮ','Sura Desert Scarf (F)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75419,'͹','Sura Turban (F)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,3017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75420,'ҷ ȣڸӸ','Jack O\' Sura (f)',28,1,0,1,46,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,3018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75601,'ù 긴(Ȳ)','Smart Hairstyle (Brown)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4001,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75602,'ù 긴(û)','Smart Hairstyle (Black)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4002,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75603,'ù 긴(û)','Smart Hairstyle (Blue)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4003,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75604,'ù 긴(ȸ)','Smart Hairstyle (Light)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4004,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75605,' ƮƮ()','Med. Length Hair (Brown)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4005,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75606,' ƮƮ(û)','Med. Length Hair (Black)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4006,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75607,' ƮƮ()','Med.Length Hair (Blonde)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4007,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75608,' ƮƮ()','Med.Length Hair (Purple)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4008,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75609,' Ÿ()','Old Hairstyle (Brown)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,59,10,0,0,0,0,0,0,0,4009,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75610,' Ÿ(ȸ)','Old Hairstyle (Light)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,60,10,0,0,0,0,0,0,0,4010,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75611,' Ÿ()','Old Hairstyle (Purple)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,61,10,0,0,0,0,0,0,0,4011,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75612,' Ÿ()','Old Hairstyle (Red)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,2592000,0,0,62,10,0,0,0,0,0,0,0,4012,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75613,' ','Shaman Afro (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,4013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75614,' ','Shaman Afro (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,4013,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75615,'','Shaman Samurai Helm (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,69,1,0,0,0,0,0,0,0,4014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75616,'','Shaman Samurai Helm (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,70,1,0,0,0,0,0,0,0,4014,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75617,' ','Shaman Fez (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4015,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75618,'ηdz ΰ','Shaman Keffiyeh (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4016,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75619,'͹','Shaman Turban (M)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,63,10,0,0,0,0,0,0,0,4017,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(75620,'ҷ ȣڸӸ','Jack O\' Shaman (m)',28,1,0,1,29,8192,0,'',0,0,0,0,0,0,8,604800,0,0,0,0,0,0,0,0,0,0,0,4018,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76000,'ȭ()','Peach Flower Wine',3,11,0,1,204928,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76001,'()','Status Reset Document',18,0,0,1,237696,8192,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76002,' ǥ()','Shrunken Head',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76003,'ӿ()','Potion of Haste',3,8,0,1,204928,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,9,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76004,' ູ()','Moon Elixir (S)',3,10,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76005,' ູ()()','Moon Elixir (M)',3,10,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76006,' ()','Compass for Metin Stones',3,10,0,1,237696,128,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76007,' ()','Bravery Cape',3,10,0,1,204928,132,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,20,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76008,' ȣ()','Medal of the Dragon',3,8,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,536870911,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76009,' ູ()','Dragon Scroll',3,2,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76010,'()','Blood Stone',18,0,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76011,'()','Book of the Leader',16,0,0,1,237696,0,128,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76012,'̼()','Potion of Speed',3,7,0,1,204928,20,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1800,60,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76013,'簡()','Reinforce Item (b)',3,19,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76014,'()','Enchant Item (b)',3,18,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76015,'ູ ()','Blessing Marble',3,22,0,1,204928,24576,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76016,'ູ ()','Blessing Scroll',3,2,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76017,'()','Potion of Attack +10',3,8,0,1,204928,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,7,15,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76018,'+()','Potion of Attack +15',3,8,0,1,204928,8212,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,7,20,1800,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76019,'()','Passage Ticket',18,0,0,1,204928,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76020,'Ȥ ()','Researcher\'s Elixir',18,0,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76021,'ȭ ູ()','Sun Elixir (S)',3,10,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76022,'ȭ ູ()()','Sun Elixir (M)',3,10,0,1,204928,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76023,'()','Green Magic',3,18,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(76024,'簡()','Green Strength',3,19,0,1,237696,8196,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80001,'ָӴ','Money Pouch',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80002,'','Blank Paper',6,0,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80003,' (5)','Silver Bar (50,000 Yang)',6,0,0,1,128,0,0,'',50500,250000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80004,' (10)','Silver Bar(100,000 Yang)',6,0,0,1,128,0,0,'',101000,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80005,'ݱ (50)','Gold Bar (500,000 Yang)',6,0,0,1,128,0,0,'',505000,2500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80006,'ݱ (100)','Gold Bar (1Million Yang)',6,0,0,1,128,0,0,'',1010000,5000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80007,'ݱ (200)','Gold Bar (2Million Yang)',6,0,0,1,128,0,0,'',2020000,10000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80008,' ','Lump of Gold',6,0,0,1,128,0,0,'',0,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80014,'ȯ','DR Voucher (100)',18,0,0,1,384,8192,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,100,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80015,'ȯ','DR Voucher (500)',18,0,0,1,384,8192,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,500,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80016,'ȯ','DR Voucher (1000)',18,0,0,1,384,8192,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(80017,'ȯ(Bonus)','DR Voucher (50)',18,0,0,1,0,8192,0,'',0,0,0,0,0,0,7,86400,0,0,0,0,0,0,0,0,50,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90001,'','Empty Water Bottle',3,15,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90002,'','Water Bottle',14,6,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90003,'','Crystal',14,7,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90004,'','Gem',14,8,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90005,'','Water Stone',14,9,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90006,'','Spirit Stone',14,10,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90007,'','Mineral',14,11,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90010,'ʼ','Foundation Stone',14,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90011,'볪','Trunk',14,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90012,'','Plywood',14,0,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(90013,'ư̹','NoNAme',3,2,0,1,0,0,0,'',5000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100000,'','Time Elixir (S)',3,27,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100001,'','Time Elixir (M)',3,27,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100002,'','Time Elixir (L)',3,28,0,1,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100100,'ȥ','Dragon Tongs',31,0,0,1,256,0,0,'',100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100200,'','Tongs of Time',31,1,0,1,256,0,0,'',1000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100300,'Ϲ ȭ','Green Dragon Bean',5,5,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100400,'ູ ȭ','Blue Dragon Bean',5,6,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(100500,' ȭ','Pink Dragon Bean',5,7,0,1,0,4,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(110000,'ϱ Ϲ 漮','Rough Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(110100,'ϱ Ϲ 漮','Rough Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(110200,'߱ Ϲ 漮','Rough Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(110300,' Ϲ 漮','Rough Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(110400,'ְ Ϲ 漮','Rough Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(111000,'ϱ ȭ 漮','Cut Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(111100,'ϱ ȭ 漮','Cut Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(111200,'߱ ȭ 漮','Cut Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(111300,' ȭ 漮','Cut Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(111400,'ְ ȭ 漮','Cut Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(112000,'ϱ 漮','Rare Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(112100,'ϱ 漮','Rare Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(112200,'߱ 漮','Rare Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(112300,' 漮','Rare Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(112400,'ְ 漮','Rare Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(113000,'ϱ 漮','Antique Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(113100,'ϱ 漮','Antique Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(113200,'߱ 漮','Antique Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(113300,' 漮','Antique Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(113400,'ְ 漮','Antique Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(114000,'ϱ 漮','Legendary Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(114100,'ϱ 漮','Legendary Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(114200,'߱ 漮','Legendary Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(114300,' 漮','Legendary Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(114400,'ְ 漮','Legendary Dragon Diamond',29,0,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(120000,'ϱ Ϲ ȭ漮','Rough Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(120100,'ϱ Ϲ ȭ漮','Rough Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(120200,'߱ Ϲ ȭ漮','Rough Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(120300,' Ϲ ȭ漮','Rough Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(120400,'ְ Ϲ ȭ漮','Rough Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(121000,'ϱ ȭ ȭ漮','Cut Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(121100,'ϱ ȭ ȭ漮','Cut Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(121200,'߱ ȭ ȭ漮','Cut Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(121300,' ȭ ȭ漮','Cut Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(121400,'ְ ȭ ȭ漮','Cut Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(122000,'ϱ ȭ漮','Rare Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(122100,'ϱ ȭ漮','Rare Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(122200,'߱ ȭ漮','Rare Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(122300,' ȭ漮','Rare Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(122400,'ְ ȭ漮','Rare Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(123000,'ϱ ȭ漮','Antique Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(123100,'ϱ ȭ漮','Antique Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(123200,'߱ ȭ漮','Antique Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(123300,' ȭ漮','Antique Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(123400,'ְ ȭ漮','Antique Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(124000,'ϱ ȭ漮','Legendary Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(124100,'ϱ ȭ漮','Legendary Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(124200,'߱ ȭ漮','Legendary Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(124300,' ȭ漮','Legendary Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(124400,'ְ ȭ漮','Legendary Dragon Ruby',29,1,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(130000,'ϱ Ϲ dz漮','Rough Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(130100,'ϱ Ϲ dz漮','Rough Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(130200,'߱ Ϲ dz漮','Rough Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(130300,' Ϲ dz漮','Rough Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(130400,'ְ Ϲ dz漮','Rough Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(131000,'ϱ ȭ dz漮','Cut Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(131100,'ϱ ȭ dz漮','Cut Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(131200,'߱ ȭ dz漮','Cut Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(131300,' ȭ dz漮','Cut Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(131400,'ְ ȭ dz漮','Cut Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(132000,'ϱ dz漮','Rare Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(132100,'ϱ dz漮','Rare Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(132200,'߱ dz漮','Rare Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(132300,' dz漮','Rare Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(132400,'ְ dz漮','Rare Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(133000,'ϱ dz漮','Antique Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(133100,'ϱ dz漮','Antique Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(133200,'߱ dz漮','Antique Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(133300,' dz漮','Antique Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(133400,'ְ dz漮','Antique Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(134000,'ϱ dz漮','Legendary Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(134100,'ϱ dz漮','Legendary Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(134200,'߱ dz漮','Legendary Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(134300,' dz漮','Legendary Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(134400,'ְ dz漮','Legendary Dragon Jade',29,2,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(140000,'ϱ Ϲ ö漮','Rough Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(140100,'ϱ Ϲ ö漮','Rough Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(140200,'߱ Ϲ ö漮','Rough Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(140300,' Ϲ ö漮','Rough Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(140400,'ְ Ϲ ö漮','Rough Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(141000,'ϱ ȭ ö漮','Cut Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(141100,'ϱ ȭ ö漮','Cut Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(141200,'߱ ȭ ö漮','Cut Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(141300,' ȭ ö漮','Cut Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(141400,'ְ ȭ ö漮','Cut Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(142000,'ϱ ö漮','Rare Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(142100,'ϱ ö漮','Rare Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(142200,'߱ ö漮','Rare Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(142300,' ö漮','Rare Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(142400,'ְ ö漮','Rare Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(143000,'ϱ ö漮','Antique Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(143100,'ϱ ö漮','Antique Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(143200,'߱ ö漮','Antique Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(143300,' ö漮','Antique Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(143400,'ְ ö漮','Antique Dragon Sapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(144000,'ϱ ö漮','Legendary DragonSapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(144100,'ϱ ö漮','Legendary DragonSapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(144200,'߱ ö漮','Legendary DragonSapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(144300,' ö漮','Legendary DragonSapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(144400,'ְ ö漮','Legendary DragonSapphire',29,3,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(150000,'ϱ Ϲ 漮','Rough Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(150100,'ϱ Ϲ 漮','Rough Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(150200,'߱ Ϲ 漮','Rough Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(150300,' Ϲ 漮','Rough Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(150400,'ְ Ϲ 漮','Rough Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(151000,'ϱ ȭ 漮','Cut Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(151100,'ϱ ȭ 漮','Cut Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(151200,'߱ ȭ 漮','Cut Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(151300,' ȭ 漮','Cut Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(151400,'ְ ȭ 漮','Cut Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(152000,'ϱ 漮','Rare Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(152100,'ϱ 漮','Rare Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(152200,'߱ 漮','Rare Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(152300,' 漮','Rare Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(152400,'ְ 漮','Rare Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(153000,'ϱ 漮','Antique Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(153100,'ϱ 漮','Antique Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(153200,'߱ 漮','Antique Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(153300,' 漮','Antique Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(153400,'ְ 漮','Antique Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(154000,'ϱ 漮','Legendary Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(154100,'ϱ 漮','Legendary Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(154200,'߱ 漮','Legendary Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(154300,' 漮','Legendary Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(154400,'ְ 漮','Legendary Dragon Garnet',29,4,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(160000,'ϱ Ϲ 漮','Rough Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(160100,'ϱ Ϲ 漮','Rough Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(160200,'߱ Ϲ 漮','Rough Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(160300,' Ϲ 漮','Rough Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(160400,'ְ Ϲ 漮','Rough Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(161000,'ϱ ȭ 漮','Cut Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(161100,'ϱ ȭ 漮','Cut Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(161200,'߱ ȭ 漮','Cut Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(161300,' ȭ 漮','Cut Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(161400,'ְ ȭ 漮','Cut Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(162000,'ϱ 漮','Rare Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(162100,'ϱ 漮','Rare Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(162200,'߱ 漮','Rare Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(162300,' 漮','Rare Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(162400,'ְ 漮','Rare Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,28800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(163000,'ϱ 漮','Antique Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(163100,'ϱ 漮','Antique Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(163200,'߱ 漮','Antique Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(163300,' 漮','Antique Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(163400,'ְ 漮','Antique Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(164000,'ϱ 漮','Legendary Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(164100,'ϱ 漮','Legendary Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(164200,'߱ 漮','Legendary Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(164300,' 漮','Legendary Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(164400,'ְ 漮','Legendary Dragon Onyx',29,5,0,1,131328,0,0,'',0,0,0,0,0,0,9,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71052,'ء','Bless Item',3,10,0,1,0,24580,0,'',1500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0),(71051,'ء簡','Bewitch Item',3,10,0,1,0,24580,0,'',1000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,0,0,0); /*!40000 ALTER TABLE `item_proto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `land` -- DROP TABLE IF EXISTS `land`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `land` ( `id` int(11) NOT NULL AUTO_INCREMENT, `map_index` int(11) NOT NULL DEFAULT 0, `x` int(11) NOT NULL DEFAULT 0, `y` int(11) NOT NULL DEFAULT 0, `width` int(11) NOT NULL DEFAULT 0, `height` int(11) NOT NULL DEFAULT 0, `guild_id` int(10) unsigned NOT NULL DEFAULT 0, `guild_level_limit` tinyint(4) NOT NULL DEFAULT 0, `price` int(10) unsigned NOT NULL DEFAULT 0, `enable` enum('YES','NO') NOT NULL DEFAULT 'NO', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=347 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `land` -- LOCK TABLES `land` WRITE; /*!40000 ALTER TABLE `land` DISABLE KEYS */; INSERT INTO `land` VALUES (1,1,20200,10000,3000,3000,0,10,65000000,'YES'),(2,1,23500,13600,3000,3000,0,10,65000000,'YES'),(3,1,27600,10900,3000,3000,0,10,65000000,'YES'),(4,1,55600,9600,3000,3000,0,10,65000000,'YES'),(5,1,57100,3800,3000,3000,0,10,65000000,'YES'),(6,1,60900,5200,3000,3000,0,10,65000000,'YES'),(7,1,66100,7900,3000,3000,0,10,65000000,'YES'),(8,1,81400,16800,3000,3000,0,10,65000000,'YES'),(9,1,90700,20400,3000,3000,0,10,50000000,'YES'),(10,1,94300,23700,3000,3000,0,10,50000000,'YES'),(11,1,10800,108500,3000,3000,0,10,40000000,'YES'),(12,1,5900,108500,3000,3000,0,10,40000000,'YES'),(13,1,7700,104300,3000,3000,0,10,40000000,'YES'),(14,1,23400,46200,3000,3000,0,10,70000000,'YES'),(15,1,17200,44400,3000,3000,0,10,70000000,'YES'),(16,1,20000,40100,3000,3000,0,10,70000000,'YES'),(17,1,25800,36900,3000,3000,0,10,70000000,'YES'),(18,1,16900,35800,3000,3000,0,10,70000000,'YES'),(101,21,29400,11400,3000,3000,0,10,50000000,'YES'),(102,21,33600,12700,3000,3000,0,10,50000000,'YES'),(103,21,36300,16300,3000,3000,0,10,50000000,'YES'),(104,21,55900,17200,3000,3000,0,10,50000000,'YES'),(105,21,72800,8500,3000,3000,0,10,65000000,'YES'),(106,21,76300,5400,3000,3000,0,10,65000000,'YES'),(107,21,77600,10200,3000,3000,0,10,65000000,'YES'),(108,21,84200,47200,3000,3000,0,10,70000000,'YES'),(109,21,87800,61000,3000,3000,0,10,70000000,'YES'),(110,21,32100,113800,3000,3000,0,10,45000000,'YES'),(111,21,28800,117200,3000,3000,0,10,45000000,'YES'),(112,21,24400,118700,3000,3000,0,10,45000000,'YES'),(113,21,22600,114400,3000,3000,0,10,45000000,'YES'),(114,21,34800,92300,3000,3000,0,10,70000000,'YES'),(115,21,37500,89000,3000,3000,0,10,70000000,'YES'),(116,21,35100,73600,3000,3000,0,10,70000000,'YES'),(117,21,35400,69200,3000,3000,0,10,70000000,'YES'),(118,21,35400,55600,3000,3000,0,10,70000000,'YES'),(201,41,66100,9400,3000,3000,0,10,45000000,'YES'),(202,41,70300,7900,3000,3000,0,10,45000000,'YES'),(203,41,73600,11500,3000,3000,0,10,45000000,'YES'),(204,41,70900,15100,3000,3000,0,10,45000000,'YES'),(205,41,71800,61900,3000,3000,0,10,65000000,'YES'),(206,41,77000,64100,3000,3000,0,10,65000000,'YES'),(207,41,60700,66800,3000,3000,1,10,65000000,'YES'),(208,41,74500,68200,3000,3000,0,10,65000000,'YES'),(209,41,67900,110800,3000,3000,0,10,40000000,'YES'),(210,41,67900,115700,3000,3000,0,10,40000000,'YES'),(211,41,62800,114800,3000,3000,0,10,40000000,'YES'),(212,41,16600,95300,3000,3000,0,10,65000000,'YES'),(213,41,5400,94100,3000,3000,0,10,50000000,'YES'),(214,41,18600,89300,3000,3000,0,10,65000000,'YES'),(215,41,4600,89800,3000,3000,0,10,50000000,'YES'),(216,41,11200,36000,3000,3000,0,10,70000000,'YES'),(217,41,8200,31800,3000,3000,0,10,70000000,'YES'),(218,41,12000,29200,3000,3000,0,10,70000000,'YES'),(75,4,9600,13100,3000,3000,0,10,70000000,'YES'),(76,4,16100,15600,3000,3000,0,10,70000000,'YES'),(77,4,9100,19500,3000,3000,0,10,70000000,'YES'),(78,4,14900,19500,3000,3000,0,10,70000000,'YES'),(79,4,27700,19500,3000,3000,0,10,65000000,'YES'),(80,4,23600,23000,3000,3000,0,10,65000000,'YES'),(81,4,31800,24200,3000,3000,0,10,65000000,'YES'),(82,4,27900,27300,3000,3000,0,10,65000000,'YES'),(83,4,35500,35400,3000,3000,0,10,40000000,'YES'),(84,4,32800,39300,3000,3000,0,10,40000000,'YES'),(85,4,39700,39600,3000,3000,0,10,40000000,'YES'),(86,4,36100,42700,3000,3000,0,10,40000000,'YES'),(87,4,24400,39000,3000,3000,0,10,50000000,'YES'),(88,4,19900,41600,3000,3000,0,10,50000000,'YES'),(89,4,14400,41700,3000,3000,0,10,50000000,'YES'),(90,4,10200,39100,3000,3000,0,10,50000000,'YES'),(91,4,7700,34600,3000,3000,0,10,50000000,'YES'),(92,4,8400,29500,3000,3000,0,10,50000000,'YES'),(175,24,7100,5200,3000,3000,0,10,40000000,'YES'),(176,24,12800,4800,3000,3000,0,10,40000000,'YES'),(177,24,9700,9900,3000,3000,0,10,40000000,'YES'),(178,24,14500,13300,3000,3000,0,10,40000000,'YES'),(179,24,36900,26000,3000,3000,0,10,50000000,'YES'),(180,24,38600,29800,3000,3000,0,10,50000000,'YES'),(181,24,36500,33900,3000,3000,0,10,50000000,'YES'),(182,24,33600,38600,3000,3000,0,10,50000000,'YES'),(183,24,30900,33500,3000,3000,0,10,50000000,'YES'),(184,24,25700,33500,3000,3000,0,10,70000000,'YES'),(185,24,25600,37800,3000,3000,0,10,70000000,'YES'),(186,24,20900,37800,3000,3000,0,10,70000000,'YES'),(187,24,20900,33700,3000,3000,0,10,70000000,'YES'),(188,24,14200,33700,3000,3000,0,10,65000000,'YES'),(189,24,10000,37100,3000,3000,0,10,65000000,'YES'),(190,24,5800,34800,3000,3000,0,10,65000000,'YES'),(191,24,8800,29800,3000,3000,0,10,65000000,'YES'),(192,24,10500,26100,3000,3000,0,10,65000000,'YES'),(275,44,5400,7700,3000,3000,0,10,40000000,'YES'),(276,44,9700,7300,3000,3000,0,10,40000000,'YES'),(277,44,5500,11500,3000,3000,0,10,40000000,'YES'),(278,44,5100,15500,3000,3000,0,10,40000000,'YES'),(279,44,8900,17900,3000,3000,0,10,40000000,'YES'),(280,44,22200,15600,3000,3000,0,10,50000000,'YES'),(281,44,43000,3700,3000,3000,0,10,70000000,'YES'),(282,44,38900,27200,3000,3000,0,10,50000000,'YES'),(283,44,30200,29900,3000,3000,0,10,50000000,'YES'),(284,44,40000,34500,3000,3000,0,10,50000000,'YES'),(285,44,32800,37000,3000,3000,0,10,50000000,'YES'),(286,44,40600,39300,3000,3000,0,10,50000000,'YES'),(287,44,35600,40600,3000,3000,0,10,50000000,'YES'),(288,44,18500,33600,3000,3000,0,10,70000000,'YES'),(289,44,17300,38500,3000,3000,0,10,70000000,'YES'),(290,44,13500,39400,3000,3000,0,10,70000000,'YES'),(291,44,9100,38700,3000,3000,0,10,65000000,'YES'),(292,44,5000,36300,3000,3000,0,10,65000000,'YES'),(293,6,25700,9100,3000,3000,0,10,65000000,'YES'),(294,6,31000,9400,3000,3000,0,10,65000000,'YES'),(295,6,36900,9500,3000,3000,0,10,65000000,'YES'),(296,6,35300,14300,3000,3000,0,10,65000000,'YES'),(297,6,35700,24600,3000,3000,0,10,65000000,'YES'),(298,6,38500,31800,3000,3000,0,10,65000000,'YES'),(299,6,32600,31200,3000,3000,0,10,65000000,'YES'),(300,6,28500,36500,3000,3000,0,10,65000000,'YES'),(301,6,15500,38000,3000,3000,0,10,65000000,'YES'),(302,6,15000,31800,3000,3000,0,10,65000000,'YES'),(303,6,10200,36700,3000,3000,0,10,65000000,'YES'),(304,6,9200,27500,3000,3000,0,10,65000000,'YES'),(305,6,11200,19200,3000,3000,0,10,65000000,'YES'),(306,6,8500,14700,3000,3000,0,10,65000000,'YES'),(307,6,10700,10000,3000,3000,0,10,65000000,'YES'),(308,6,15200,10100,3000,3000,0,10,65000000,'YES'),(309,6,18300,14700,3000,3000,0,10,65000000,'YES'),(310,26,25700,9100,3000,3000,0,10,65000000,'YES'),(311,26,31000,9400,3000,3000,0,10,65000000,'YES'),(312,26,36900,9500,3000,3000,0,10,65000000,'YES'),(313,26,35300,14300,3000,3000,0,10,65000000,'YES'),(314,26,35700,24600,3000,3000,0,10,65000000,'YES'),(315,26,38500,31800,3000,3000,0,10,65000000,'YES'),(316,26,32600,31200,3000,3000,0,10,65000000,'YES'),(317,26,28500,36500,3000,3000,0,10,65000000,'YES'),(318,26,15500,38000,3000,3000,0,10,65000000,'YES'),(319,26,15000,31800,3000,3000,0,10,65000000,'YES'),(320,26,10200,36700,3000,3000,0,10,65000000,'YES'),(321,26,9200,27500,3000,3000,0,10,65000000,'YES'),(322,26,11200,19200,3000,3000,0,10,65000000,'YES'),(323,26,8500,14700,3000,3000,0,10,65000000,'YES'),(324,26,10700,10000,3000,3000,0,10,65000000,'YES'),(325,26,15200,10100,3000,3000,0,10,65000000,'YES'),(326,26,18300,14700,3000,3000,0,10,65000000,'YES'),(327,46,25700,9100,3000,3000,0,10,65000000,'YES'),(328,46,31000,9400,3000,3000,0,10,65000000,'YES'),(329,46,36900,9500,3000,3000,0,10,65000000,'YES'),(330,46,35300,14300,3000,3000,0,10,65000000,'YES'),(331,46,35700,24600,3000,3000,0,10,65000000,'YES'),(332,46,38500,31800,3000,3000,0,10,65000000,'YES'),(333,46,32600,31200,3000,3000,0,10,65000000,'YES'),(334,46,28500,36500,3000,3000,0,10,65000000,'YES'),(335,46,15500,38000,3000,3000,0,10,65000000,'YES'),(336,46,15000,31800,3000,3000,0,10,65000000,'YES'),(337,46,10200,36700,3000,3000,0,10,65000000,'YES'),(338,46,9200,27500,3000,3000,0,10,65000000,'YES'),(339,46,11200,19200,3000,3000,0,10,65000000,'YES'),(340,46,8500,14700,3000,3000,0,10,65000000,'YES'),(341,46,10700,10000,3000,3000,0,10,65000000,'YES'),(342,46,15200,10100,3000,3000,0,10,65000000,'YES'),(343,46,18300,14700,3000,3000,0,10,65000000,'YES'),(344,6,35500,38500,3000,3000,0,10,65000000,'YES'),(345,26,35500,38500,3000,3000,0,10,65000000,'YES'),(346,46,35500,38500,3000,3000,0,10,65000000,'YES'); /*!40000 ALTER TABLE `land` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lotto_list` -- DROP TABLE IF EXISTS `lotto_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lotto_list` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `server` varchar(20) DEFAULT NULL, `pid` int(10) unsigned DEFAULT NULL, `time` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lotto_list` -- LOCK TABLES `lotto_list` WRITE; /*!40000 ALTER TABLE `lotto_list` DISABLE KEYS */; /*!40000 ALTER TABLE `lotto_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `marriage` -- DROP TABLE IF EXISTS `marriage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `marriage` ( `is_married` tinyint(4) NOT NULL DEFAULT 0, `pid1` int(10) unsigned NOT NULL DEFAULT 0, `pid2` int(10) unsigned NOT NULL DEFAULT 0, `love_point` int(11) unsigned DEFAULT NULL, `time` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`pid1`,`pid2`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `marriage` -- LOCK TABLES `marriage` WRITE; /*!40000 ALTER TABLE `marriage` DISABLE KEYS */; /*!40000 ALTER TABLE `marriage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messenger_list` -- DROP TABLE IF EXISTS `messenger_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `messenger_list` ( `account` varchar(16) NOT NULL DEFAULT '', `companion` varchar(16) NOT NULL DEFAULT '', PRIMARY KEY (`account`,`companion`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `messenger_list` -- LOCK TABLES `messenger_list` WRITE; /*!40000 ALTER TABLE `messenger_list` DISABLE KEYS */; INSERT INTO `messenger_list` VALUES ('Test','[SA]Admin'),('[SA]Admin','Test'); /*!40000 ALTER TABLE `messenger_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mob_proto` -- DROP TABLE IF EXISTS `mob_proto`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mob_proto` ( `vnum` int(11) NOT NULL DEFAULT 0, `name` varchar(24) NOT NULL DEFAULT 'Noname', `locale_name` varbinary(24) NOT NULL DEFAULT 'Noname ', `rank` tinyint(2) NOT NULL DEFAULT 0, `type` tinyint(2) NOT NULL DEFAULT 0, `battle_type` tinyint(1) NOT NULL DEFAULT 0, `level` smallint(3) NOT NULL DEFAULT 1, `size` enum('SMALL','MEDIUM','BIG') DEFAULT 'SMALL', `ai_flag` set('AGGR','NOMOVE','COWARD','NOATTSHINSU','NOATTCHUNJO','NOATTJINNO','ATTMOB','BERSERK','STONESKIN','GODSPEED','DEATHBLOW','REVIVE') DEFAULT NULL, `mount_capacity` tinyint(2) NOT NULL DEFAULT 0, `setRaceFlag` set('ANIMAL','UNDEAD','DEVIL','HUMAN','ORC','MILGYO','INSECT','FIRE','ICE','DESERT','TREE','ATT_ELEC','ATT_FIRE','ATT_ICE','ATT_WIND','ATT_EARTH','ATT_DARK') NOT NULL DEFAULT '', `setImmuneFlag` set('STUN','SLOW','FALL','CURSE','POISON','TERROR') NOT NULL DEFAULT '', `empire` tinyint(4) NOT NULL DEFAULT 0, `folder` varchar(100) NOT NULL DEFAULT '', `on_click` tinyint(4) NOT NULL DEFAULT 0, `st` smallint(5) unsigned NOT NULL DEFAULT 0, `dx` smallint(5) unsigned NOT NULL DEFAULT 0, `ht` smallint(5) unsigned NOT NULL DEFAULT 0, `iq` smallint(5) unsigned NOT NULL DEFAULT 0, `damage_min` smallint(5) unsigned NOT NULL DEFAULT 0, `damage_max` smallint(5) unsigned NOT NULL DEFAULT 0, `max_hp` int(10) unsigned NOT NULL DEFAULT 0, `regen_cycle` tinyint(3) unsigned NOT NULL DEFAULT 0, `regen_percent` tinyint(3) unsigned NOT NULL DEFAULT 0, `gold_min` int(11) NOT NULL DEFAULT 0, `gold_max` int(11) NOT NULL DEFAULT 0, `exp` int(10) unsigned NOT NULL DEFAULT 0, `def` smallint(5) unsigned NOT NULL DEFAULT 0, `attack_speed` smallint(6) unsigned NOT NULL DEFAULT 100, `move_speed` smallint(6) unsigned NOT NULL DEFAULT 100, `aggressive_hp_pct` tinyint(3) unsigned NOT NULL DEFAULT 0, `aggressive_sight` smallint(10) unsigned NOT NULL DEFAULT 0, `attack_range` smallint(5) unsigned NOT NULL DEFAULT 0, `drop_item` int(10) unsigned NOT NULL DEFAULT 0, `resurrection_vnum` int(10) unsigned NOT NULL DEFAULT 0, `enchant_curse` tinyint(4) unsigned NOT NULL DEFAULT 0, `enchant_slow` tinyint(4) unsigned NOT NULL DEFAULT 0, `enchant_poison` tinyint(4) unsigned NOT NULL DEFAULT 0, `enchant_stun` tinyint(3) unsigned NOT NULL DEFAULT 0, `enchant_critical` tinyint(3) unsigned NOT NULL DEFAULT 0, `enchant_penetrate` tinyint(3) unsigned NOT NULL DEFAULT 0, `resist_sword` tinyint(4) NOT NULL DEFAULT 0, `resist_twohand` tinyint(4) NOT NULL DEFAULT 0, `resist_dagger` tinyint(4) NOT NULL DEFAULT 0, `resist_bell` tinyint(4) NOT NULL DEFAULT 0, `resist_fan` tinyint(4) NOT NULL DEFAULT 0, `resist_bow` tinyint(4) NOT NULL DEFAULT 0, `resist_fire` tinyint(4) NOT NULL DEFAULT 0, `resist_elect` tinyint(4) NOT NULL DEFAULT 0, `resist_magic` tinyint(4) NOT NULL DEFAULT 0, `resist_wind` tinyint(4) NOT NULL DEFAULT 0, `resist_poison` tinyint(4) NOT NULL DEFAULT 0, `dam_multiply` float DEFAULT NULL, `summon` int(11) DEFAULT NULL, `drain_sp` int(11) DEFAULT NULL, `mob_color` int(10) unsigned DEFAULT NULL, `polymorph_item` int(10) unsigned NOT NULL DEFAULT 0, `skill_level0` tinyint(3) unsigned DEFAULT NULL, `skill_vnum0` int(10) unsigned DEFAULT NULL, `skill_level1` tinyint(3) unsigned DEFAULT NULL, `skill_vnum1` int(10) unsigned DEFAULT NULL, `skill_level2` tinyint(3) unsigned DEFAULT NULL, `skill_vnum2` int(10) unsigned DEFAULT NULL, `skill_level3` tinyint(3) unsigned DEFAULT NULL, `skill_vnum3` int(10) unsigned DEFAULT NULL, `skill_level4` tinyint(3) unsigned DEFAULT NULL, `skill_vnum4` int(10) unsigned DEFAULT NULL, `sp_berserk` tinyint(4) NOT NULL DEFAULT 0, `sp_stoneskin` tinyint(4) NOT NULL DEFAULT 0, `sp_godspeed` tinyint(4) NOT NULL DEFAULT 0, `sp_deathblow` tinyint(4) NOT NULL DEFAULT 0, `sp_revive` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mob_proto` -- LOCK TABLES `mob_proto` WRITE; /*!40000 ALTER TABLE `mob_proto` DISABLE KEYS */; INSERT INTO `mob_proto` VALUES (101,'??','Wild Dog',0,0,0,1,'','',0,'ANIMAL','',0,'stray_dog',0,3,6,5,2,20,24,126,6,7,18,27,15,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(102,'??','Wolf',0,0,0,3,'','',0,'ANIMAL','',0,'wolf',0,4,9,7,2,23,28,162,6,7,23,34,39,6,100,100,25,2000,175,30028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(103,'????','Alpha Wolf',0,0,0,4,'','',0,'ANIMAL','',0,'wolf',0,8,5,10,3,25,30,182,6,7,25,38,51,7,100,130,25,2000,175,30069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(104,'????','Blue Wolf',0,0,0,6,'','',0,'ANIMAL','',0,'wolf',0,9,12,6,3,25,38,225,6,7,30,45,75,9,100,100,25,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(105,'?? ????','Alpha Blue Wolf',0,0,0,9,'','',0,'ANIMAL','',0,'wolf',0,14,8,16,4,33,41,297,6,7,37,56,111,13,80,100,25,2000,175,30027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(106,'????','Grey Wolf',0,0,0,13,'','',0,'ANIMAL','',0,'wolf',0,21,21,10,5,40,49,412,6,7,47,70,159,17,100,100,25,2000,175,30070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(107,'?? ????','Alpha Grey Wolf',1,0,0,16,'','',0,'ANIMAL','',0,'wolf',0,23,24,12,6,45,55,614,6,12,80,120,234,20,80,130,25,2000,175,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(108,'???','Wild Boar',0,0,0,7,'','',0,'ANIMAL','',0,'wild_boar',0,14,7,10,3,30,37,248,6,7,32,49,87,11,80,100,30,2000,175,30004,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(109,'?? ???','Red Wild Boar',1,0,0,10,'','',0,'ANIMAL','',0,'wild_boar',0,22,9,13,4,35,43,389,3,7,56,84,148,14,80,100,30,2000,175,30003,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(110,'?','Bear',0,0,4,12,'','',0,'ANIMAL','',0,'bear',0,20,10,20,5,39,47,381,6,7,44,67,147,16,100,70,40,2000,175,30010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(111,'???','Grizzly Bear',1,0,5,15,'','',0,'ANIMAL','',0,'bear',0,14,17,34,6,44,53,572,6,7,76,114,220,19,100,100,40,2000,175,30071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(112,'???','Black Bear',0,0,4,19,'','',0,'ANIMAL','',0,'bear',0,36,14,21,7,50,62,624,6,7,61,92,385,24,100,100,40,2000,175,30053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(113,'??','Brown Bear',1,0,4,21,'','',0,'ANIMAL','',0,'bear',0,35,15,23,8,54,66,845,6,12,100,150,510,26,100,100,40,2000,175,30072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(114,'???','Tiger',0,0,4,18,'','',0,'ANIMAL','',0,'tiger',0,18,20,27,7,49,60,585,6,12,59,88,365,22,100,100,50,2000,175,30038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(115,'??','White Tiger',1,0,4,24,'','AGGR',0,'ANIMAL','',0,'tiger',0,25,17,45,9,59,72,1007,10,22,112,168,582,29,100,130,50,2000,175,30023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(131,'???? ??','Cursed Wolf',2,0,0,8,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,16,16,31,8,32,39,435,6,7,60,91,198,12,100,120,100,2000,175,30028,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(132,'???? ????','Cursed Alpha Wolf',3,0,0,9,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,23,24,31,8,33,41,743,6,7,80,121,444,13,100,120,100,2000,175,30069,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(133,'???? ????','Cursed Blue Wolf',2,0,0,11,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,16,16,32,8,37,45,564,6,7,77,116,270,15,100,120,100,2000,175,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(134,'???? ?? ????','Cursed Alpha Blue Wolf',3,0,0,14,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,24,33,32,8,42,51,1110,6,7,116,175,684,18,100,120,100,2000,175,30027,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(135,'???? ????','Cursed Grey Wolf',2,0,0,18,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,17,25,25,8,49,60,936,6,7,116,175,438,22,100,120,100,2000,175,30070,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(136,'???? ?? ????','Cursed Alpha Grey Wolf',3,0,0,21,'','AGGR',0,'ANIMAL','CURSE',0,'wolf',0,33,17,17,8,42,78,1761,6,12,167,250,1020,26,100,120,100,2000,175,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(137,'???? ???','Cursed Wild Boar',2,0,0,12,'','AGGR',0,'ANIMAL','CURSE',0,'wild_boar',0,35,17,26,9,30,56,610,6,7,83,124,294,16,100,120,100,2000,175,30004,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(138,'???? ?? ???','Cursed Red Wild Boar',3,0,0,15,'','AGGR',0,'ANIMAL','CURSE',0,'wild_boar',0,35,18,26,9,44,53,1192,6,7,124,186,732,19,100,120,100,2000,175,30003,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(139,'???? ?','Cursed Bear',2,0,0,17,'','AGGR',0,'ANIMAL','CURSE',0,'bear',0,36,18,27,9,37,68,875,6,7,111,166,414,21,100,120,100,2000,175,30010,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(140,'???? ???','Cursed Grizzly Bear',3,0,5,20,'','AGGR',0,'ANIMAL','CURSE',0,'bear',0,36,19,27,9,52,64,1659,6,7,160,240,972,25,100,120,100,2000,175,30071,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(141,'???? ???','Cursed Black Bear',2,0,5,24,'','AGGR',0,'ANIMAL','CURSE',0,'bear',0,37,19,28,9,46,85,1342,6,7,150,225,582,29,100,120,100,2000,175,30053,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(142,'???? ??','Cursed Brown Bear',3,0,5,26,'','AGGR',0,'ANIMAL','CURSE',0,'bear',0,37,19,28,9,62,76,2342,4,12,203,304,1260,31,100,120,100,2000,175,30072,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(143,'???? ???','Cursed Tiger',2,0,4,24,'','AGGR',0,'ANIMAL','CURSE',0,'tiger',0,28,38,19,9,52,79,1342,6,12,150,225,582,29,100,120,100,2000,175,30038,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(144,'???? ??','Cursed White Tiger',3,0,4,29,'','AGGR',0,'ANIMAL','CURSE',0,'tiger',0,39,30,20,10,53,98,2685,9,22,224,337,1404,34,100,120,100,2000,175,30023,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764159,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(151,'?? ???? ??','Cung-Mok',3,0,0,9,'','',0,'ANIMAL','',0,'wolf',0,14,8,16,4,33,41,450,6,5,50,100,100,15,80,100,25,2000,175,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(152,'?? ???? ??','Mu-Rang',3,0,0,16,'','',0,'ANIMAL','',0,'wolf',0,23,24,12,6,45,55,800,8,10,100,150,200,25,80,130,25,2000,175,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(153,'?? ??? ??','Jug-Hyul',3,0,0,10,'','',0,'ANIMAL','',0,'wild_boar',0,22,9,13,4,35,43,600,6,5,60,140,120,15,80,100,30,2000,175,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(154,'?? ??','Young-Ji',3,0,4,21,'','',0,'ANIMAL','',0,'bear',0,35,15,23,8,54,66,1000,8,10,150,200,220,26,100,100,40,2000,175,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(155,'?? ??','Li-An',3,0,4,24,'','AGGR',0,'ANIMAL','',0,'tiger',0,25,17,45,9,59,72,1200,15,20,150,220,250,29,100,130,50,2000,175,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(171,'??? ??','Hungry Stray Dog',0,0,0,1,'','',0,'ANIMAL','',0,'stray_dog',0,3,6,5,2,24,29,101,6,7,18,27,11,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(172,'??? ??','Hungry Wolf',0,0,0,3,'','',0,'ANIMAL','',0,'wolf',0,4,9,7,2,28,34,129,6,7,23,34,27,6,100,100,25,2000,175,30028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(173,'??? ????','Hungry Alpha Wolf',0,0,0,4,'','',0,'ANIMAL','',0,'wolf',0,8,5,10,3,30,36,145,6,7,25,38,36,7,100,130,25,2000,175,30069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(174,'??? ????','Hungry Blue Wolf',0,0,0,6,'','',0,'ANIMAL','',0,'wolf',0,9,12,6,3,30,46,180,6,7,30,45,53,9,100,100,25,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(175,'??? ?? ????','Hungry Alpha Blue Wolf',0,0,0,9,'','',0,'ANIMAL','',0,'wolf',0,14,8,16,4,40,49,238,6,7,37,56,78,13,80,100,25,2000,175,30027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(176,'??? ????','Hungry Grey Wolf',0,0,0,13,'','',0,'ANIMAL','',0,'wolf',0,21,21,10,5,48,59,329,6,7,47,70,111,17,100,100,25,2000,175,30070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(177,'??? ?? ????','Hungry Alpha Grey Wolf',1,0,0,16,'','',0,'ANIMAL','',0,'wolf',0,23,24,12,6,54,66,491,6,12,80,120,164,20,80,130,25,2000,175,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,6,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(178,'??? ???','Hungry Wild Boar',0,0,0,7,'','',0,'ANIMAL','',0,'wild_boar',0,14,7,10,3,36,44,198,6,7,32,49,61,11,80,100,30,2000,175,30004,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,7,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(179,'??? ?? ???','Hungry Red Boar',1,0,0,10,'','',0,'ANIMAL','',0,'wild_boar',0,22,9,13,4,42,52,311,3,7,56,84,103,14,80,100,30,2000,175,30003,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,8,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(180,'??? ?','Hungry Bear',0,0,4,12,'','',0,'ANIMAL','',0,'bear',0,20,10,20,5,47,56,305,6,7,44,67,103,16,100,70,40,2000,175,30010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(181,'??? ???','Hungry Grizzly',1,0,5,15,'','',0,'ANIMAL','',0,'bear',0,14,17,34,6,53,64,458,6,7,76,114,154,19,100,100,40,2000,175,30071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(182,'??? ???','Hungry Black Bear',0,0,4,19,'','',0,'ANIMAL','',0,'bear',0,36,14,21,7,60,74,499,6,7,61,92,270,24,100,100,40,2000,175,30053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(183,'??? ??','Hungry Brown Bear',1,0,4,21,'','',0,'ANIMAL','',0,'bear',0,35,15,23,8,65,79,676,6,12,100,150,357,26,100,100,40,2000,175,30072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(184,'??? ???','Hungry Tiger',0,0,4,18,'','',0,'ANIMAL','',0,'tiger',0,18,20,27,7,59,72,468,6,12,59,88,256,22,100,100,50,2000,175,30038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(185,'??? ??','Hungry White Tiger',1,0,4,24,'','AGGR',0,'ANIMAL','',0,'tiger',0,25,17,45,9,71,86,805,10,22,112,168,407,29,100,130,50,2000,175,30023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(191,'???','Lykos',3,0,0,30,'','',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'mountain_dog_god',0,39,20,30,10,52,96,2940,4,12,232,348,2420,35,100,140,100,2000,175,0,0,0,0,0,3,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(192,'??','Scrofa',3,0,0,31,'','',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'wild_boar_god',0,30,20,41,10,68,84,3069,14,17,239,358,2500,37,100,140,100,2000,175,0,0,0,0,0,3,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(193,'??','Bera',3,0,5,33,'','',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'bear',0,32,22,43,11,72,88,3385,19,22,253,380,2660,39,100,140,100,2000,175,0,0,0,0,0,3,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(194,'??','Tigris',3,0,4,35,'','',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'tiger',0,23,45,34,11,67,100,3616,24,27,268,402,2820,41,100,140,100,2000,175,0,0,0,0,0,3,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0),(301,'????','White Oath Soldier',0,0,2,18,'','',0,'HUMAN','SLOW',0,'bksoldier',0,27,20,13,7,49,60,613,6,5,64,97,365,22,100,120,35,2000,175,30034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(302,'????','White Oath Archer',0,0,2,20,'','',0,'HUMAN','SLOW',0,'bkarcher',0,22,29,15,7,46,70,506,6,7,128,192,405,25,60,130,35,2000,650,30031,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(303,'???? ??','White Oath General',1,0,2,25,'','',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,47,88,1115,8,12,127,190,848,30,100,120,35,2000,175,30011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(304,'???? ??','White Oath Commander',1,0,2,25,'','AGGR',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,61,74,1115,8,12,127,190,848,30,100,120,35,2000,175,30073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(331,'???? ??','White Oath Soldier',1,0,0,18,'','AGGR',0,'HUMAN','SLOW',0,'bksoldier',0,27,20,13,7,56,69,1450,12,7,300,450,558,22,110,120,35,2000,150,30034,0,0,0,0,0,10,10,0,-5,0,0,0,0,0,0,0,30,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(332,'???? ??','White Oath Archer',1,0,1,20,'','AGGR',0,'HUMAN','SLOW',0,'bkarcher',0,22,29,15,7,53,80,1622,12,7,324,486,606,25,70,130,35,2000,650,30031,0,0,0,0,0,10,10,0,-5,0,0,0,0,0,0,0,30,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(333,'???? ??','White Oath General',2,0,0,25,'','AGGR',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,53,99,3207,10,7,384,576,1452,30,110,120,35,2000,150,30011,0,0,0,0,0,10,10,0,-5,0,0,0,0,0,0,0,30,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(334,'???? ??','White Oath Commander',2,0,0,25,'','AGGR',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,53,99,3207,10,7,384,576,1452,30,110,120,35,2000,150,30073,0,0,0,0,0,10,10,0,-5,0,0,0,0,0,0,0,30,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(351,'??? ????','Craven White Oath Sold.',1,0,2,18,'','',0,'HUMAN','SLOW',0,'bksoldier',0,27,20,13,7,59,72,490,6,5,64,97,256,22,100,120,35,2000,175,30034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(352,'??? ????','Craven White Oath Archer',1,0,2,20,'','',0,'HUMAN','SLOW',0,'bkarcher',0,22,29,15,7,55,84,404,6,7,128,192,284,25,60,130,35,2000,650,30031,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(353,'??? ???? ??','Craven White Oath Gen.',2,0,2,25,'','',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,56,106,892,8,12,127,190,594,30,100,120,35,2000,175,30011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(354,'??? ???? ??','Craven Wh. Oath Com.',2,0,2,25,'','',0,'HUMAN','SLOW',0,'bkknight',0,35,26,18,9,73,89,892,8,12,127,190,594,30,100,120,35,2000,175,30073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(391,'??','Mi-Jung',3,0,2,23,'','',0,'HUMAN','SLOW',0,'bksecond',0,32,16,24,8,44,82,2076,9,17,199,298,2604,28,100,150,100,2000,175,30018,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(392,'??','Eun-Jung',3,0,2,26,'','',0,'HUMAN','SLOW',0,'bkthird',0,36,18,27,9,48,89,2453,14,22,223,334,2940,31,100,150,100,2000,175,30017,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(393,'??','Se-Rang',3,0,2,28,'','',0,'HUMAN','SLOW',0,'bkfourth',0,38,19,29,10,51,94,2692,19,27,239,358,3164,33,100,150,100,2000,175,30035,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(394,'??','Jin-Hee',3,0,2,31,'','',0,'HUMAN','SLOW',0,'bkboss',0,42,21,31,10,55,101,3069,19,32,262,393,3500,37,100,150,100,2000,175,30073,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(395,'??? ??','Dispirited Mi-Jung',3,0,2,23,'','',0,'HUMAN','SLOW',0,'bksecond',0,32,16,24,8,71,86,392,9,17,199,298,1823,28,100,150,100,2000,175,30018,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(396,'??? ??','Dispirited Eun-Jung',3,0,2,26,'','',0,'HUMAN','SLOW',0,'bkthird',0,36,18,27,9,66,101,324,14,22,223,334,2058,31,100,150,100,2000,175,30017,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(397,'??? ??','Dispirited Se-Rang',3,0,2,28,'','',0,'HUMAN','SLOW',0,'bkfourth',0,38,19,29,10,68,127,714,19,27,239,358,2215,33,100,150,100,2000,175,30035,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(398,'??? ??','Dispirited Jin-Hee',3,0,2,31,'','',0,'HUMAN','SLOW',0,'bkboss',0,42,21,31,10,88,107,714,19,32,262,393,2450,37,100,150,100,2000,175,30073,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(401,'????','Black Wind Soldier',0,0,0,26,'','',0,'HUMAN','',0,'thief1',0,36,18,27,9,62,75,981,6,5,78,117,735,31,100,110,50,2000,175,30032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(402,'?????','Black Wind Maniac',0,0,0,27,'','',0,'HUMAN','',0,'thief2',0,37,19,28,9,70,100,1027,8,10,80,121,763,32,80,150,50,2000,175,30074,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(403,'????','Black Wind Archer',0,0,1,29,'','',0,'HUMAN','',0,'thief3',0,30,39,10,10,67,82,818,6,7,171,256,819,34,60,150,50,2000,850,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(404,'???? ??','Black Wind Jak-To',1,0,4,30,'','',0,'HUMAN','',0,'thiefboss1',0,30,20,45,10,65,110,1411,8,12,136,204,1016,35,100,100,50,2000,175,30021,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(405,'???? ??','Black Wind To-Su',1,0,0,33,'','',0,'HUMAN','',0,'thiefboss2',0,33,22,33,11,57,105,1625,6,7,148,222,1117,39,120,150,50,2000,175,30005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(406,'???? ??','Black Wind Gu-Ryung',1,0,0,35,'','',0,'HUMAN','',0,'thiefboss3',0,35,23,42,12,59,110,1736,8,12,156,234,1184,41,100,100,50,2000,175,30030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(431,'???? ??','Black Storm Soldier',2,0,0,31,'','',0,'HUMAN','SLOW',0,'thief1',0,37,25,49,12,55,101,1571,12,9,528,792,750,37,110,100,100,2000,150,0,0,0,0,0,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(432,'????? ??','Black Storm Maniac',2,0,0,33,'','',0,'HUMAN','SLOW',0,'thief2',0,37,49,25,12,73,89,1733,12,9,560,840,798,39,110,150,100,2000,150,0,0,0,0,5,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(433,'???? ??','Black Storm Archer',2,0,1,35,'','',0,'HUMAN','SLOW',0,'thief3',0,38,25,50,13,59,110,1852,12,9,592,888,846,41,70,120,100,2000,850,0,0,0,0,5,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(434,'???? ??','Black Storm Joh-Hwan',3,0,0,36,'','',0,'HUMAN','SLOW',0,'thiefboss1',0,38,50,25,13,78,95,3010,8,9,608,912,1740,42,110,120,100,2000,150,0,0,0,0,5,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(435,'???? ??','Black Storm Kyuk-Jang',3,0,0,38,'','',0,'HUMAN','SLOW',0,'thiefboss2',0,26,39,51,13,63,117,3249,8,9,640,960,1836,44,110,120,100,2000,150,0,0,0,0,0,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(436,'???? ??','Black Storm Pho-Hwan',3,0,0,40,'','',0,'HUMAN','SLOW',0,'thiefboss3',0,51,26,39,13,66,122,3500,8,9,672,1008,1932,46,110,120,100,2000,150,0,0,0,0,5,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(451,'??? ????','Evil Bl. Storm Soldier',0,0,0,26,'','',0,'HUMAN','',0,'thief1',0,36,18,27,9,74,90,785,6,5,78,117,515,31,100,110,50,2000,175,30032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(452,'??? ?????','Evil Bl. Storm Maniac',0,0,0,27,'','',0,'HUMAN','',0,'thief2',0,37,19,28,9,84,120,822,8,10,80,121,534,32,80,150,50,2000,175,30074,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(453,'??? ????','Evil Bl. Storm Archer',0,0,1,29,'','',0,'HUMAN','',0,'thief3',0,30,39,10,10,80,98,655,6,7,171,256,573,34,60,150,50,2000,850,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(454,'??? ???? ??','Evil Bl. Storm Joh-Hwan',1,0,4,30,'','',0,'HUMAN','',0,'thiefboss1',0,30,20,45,10,78,132,1129,8,12,136,204,711,35,100,100,50,2000,175,30021,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(455,'??? ???? ??','Evil Bl. Storm Kyuk-Jang',1,0,0,33,'','',0,'HUMAN','',0,'thiefboss2',0,33,22,33,11,68,126,1300,6,7,148,222,782,39,120,150,50,2000,175,30005,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(456,'??? ???? ??','Evil Bl. Storm Pho-Hwa',1,0,0,35,'','',0,'HUMAN','',0,'thiefboss3',0,35,23,42,12,71,132,1389,8,12,156,234,829,41,100,100,50,2000,175,30030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(491,'??','Mahon',3,0,5,32,'','',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'maenghwan',0,42,21,32,11,75,110,3201,9,22,246,369,3612,38,100,130,100,2000,175,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(492,'??','Bo',3,0,0,37,'','',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'bou',0,48,24,36,12,62,115,3911,14,17,282,423,4172,43,100,130,100,2000,175,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(493,'??','Goo-Pae',3,0,4,39,'','',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'gupae',0,51,25,38,13,65,120,4219,4,12,296,445,4396,45,100,130,100,2000,175,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(494,'??','Chuong',3,0,0,45,'','',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'chuhen',0,57,43,29,14,72,133,5220,19,27,340,510,5068,52,100,150,100,2000,300,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0),(501,'?????','Savage Infantryman',0,0,0,29,'','',0,'HUMAN','STUN',0,'barbarian_infantry',0,20,39,30,10,67,82,1404,6,5,102,153,819,36,108,150,50,2000,175,30033,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(502,'?????','Savage Minion',0,0,0,32,'','',0,'HUMAN','STUN',0,'barbarian_soldier',0,32,21,42,11,71,87,1625,8,12,111,166,903,40,108,110,50,2000,175,30041,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(503,'?????','Savage Archer',1,0,1,35,'','',0,'HUMAN','STUN',0,'barbarian_bow',0,23,46,17,12,68,102,1262,6,7,312,468,1184,43,60,120,50,2000,850,30052,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(504,'?????','Savage General',2,0,0,36,'','',0,'HUMAN','STUN',0,'barbarian_knight',0,47,24,35,12,78,95,2240,8,17,260,391,2030,44,108,130,50,2000,175,30092,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(531,'????? ??','Bestial Soldier',2,0,0,35,'','AGGR',0,'HUMAN','STUN',0,'barbarian_infantry',0,41,55,28,14,76,93,1852,12,7,592,888,513,41,110,100,100,2000,150,30075,0,0,0,0,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(532,'????? ??','Bestial Maniac',2,0,0,37,'','AGGR',0,'HUMAN','STUN',0,'barbarian_soldier',0,42,56,28,14,71,106,2002,12,7,624,936,542,43,110,100,100,2000,150,0,0,0,5,0,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(533,'????? ??','Bestial Archer',3,0,1,40,'','AGGR',0,'HUMAN','STUN',0,'barbarian_bow',0,43,57,15,14,75,113,3500,8,7,672,1008,1172,46,70,100,100,2000,850,30075,0,0,0,0,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(534,'?????? ??','Bestial Specialist',3,0,0,42,'','AGGR',0,'HUMAN','STUN',0,'barbarian_knight',0,59,29,44,15,68,126,3762,8,7,704,1056,1230,49,110,100,100,2000,150,0,0,0,0,0,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(551,'??? ?????','Strong Savage Infantry',0,0,0,29,'','',0,'HUMAN','STUN',0,'barbarian_infantry',0,20,39,30,10,80,98,1123,6,5,102,153,819,36,108,150,50,2000,175,30033,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(552,'??? ?????','Strong Savage Minion',0,0,0,32,'','',0,'HUMAN','STUN',0,'barbarian_soldier',0,20,21,42,11,85,104,1300,8,12,111,166,903,40,108,110,50,2000,175,30041,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(553,'??? ?????','Strong Savage Archer',1,0,1,35,'','',0,'HUMAN','STUN',0,'barbarian_bow',0,32,46,17,12,82,122,1010,6,7,312,468,1184,43,60,120,50,2000,850,30052,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(554,'??? ?????','Strong Savage General',2,0,0,36,'','',0,'HUMAN','STUN',0,'barbarian_knight',0,23,24,35,12,94,114,1792,8,17,260,391,2030,44,108,130,50,2000,175,30092,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(591,'?????','Bestial Captain',4,0,0,42,'','AGGR',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'barbarian_boss',0,40,27,54,13,68,126,18810,29,32,520,780,20280,49,100,100,100,2000,175,30075,0,0,0,0,0,50,15,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(595,'????? ??','Bestial Geum-Chul',2,0,1,42,'','AGGR',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'barbarian_bow',0,40,27,54,13,68,126,4703,30,30,520,780,6422,49,100,100,100,2000,175,30075,0,0,0,0,0,50,15,0,0,0,0,0,0,0,0,0,0,0,2,0,0,13421823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(601,'???? ???','Orc',0,0,0,26,'','',0,'ORC','',0,'orc_soldier',0,42,28,56,14,91,111,2268,6,2,720,1080,1038,50,110,100,35,2000,150,0,0,0,0,0,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,13421823,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(602,'??? ??? ???','Orc Scout',1,0,0,29,'','',0,'ORC','',0,'orc_scouter',0,43,29,57,14,92,113,2348,6,2,736,1104,1062,51,110,100,35,2000,150,0,0,0,0,0,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,13421823,70105,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(603,'??? ?? ???','Orc Fighter',1,0,0,31,'','',0,'ORC','',0,'orc_knight',0,44,29,59,14,94,115,2429,6,2,752,1128,1086,52,110,100,35,2000,150,0,0,0,0,0,5,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,13421823,70105,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(604,'??? ?? ???','Orc Sorcerer',2,0,2,33,'','',0,'ORC','',0,'orc_magician',0,45,60,30,15,96,117,2514,6,2,768,1152,1110,53,110,100,35,2000,150,0,0,0,0,0,0,15,15,0,-5,0,0,0,0,0,0,0,0,0,2,0,0,13421823,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(631,'????','Elite Orc',0,0,0,34,'','',0,'ORC','',0,'orc_soldier',0,32,21,42,11,44,66,1390,6,5,97,146,959,40,120,150,100,2000,175,30007,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(632,'??? ???','Elite Orc Scout',1,0,0,36,'','',0,'ORC','',0,'orc_scouter',0,28,22,45,11,80,120,1806,8,10,160,240,1218,42,100,150,100,2000,175,30076,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(633,'??? ??','Elite Orc Fighter',1,0,0,39,'','',0,'ORC','',0,'orc_knight',0,25,48,43,12,80,97,2025,6,7,172,258,1319,45,100,100,100,2000,175,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(634,'??? ??','Elite Orc Sorcerer',2,0,2,40,'','',0,'ORC','',0,'orc_magician',0,37,25,50,12,81,99,2800,8,12,240,360,2254,46,100,100,100,2000,175,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(635,'??? ??','Elite Orc General',2,0,0,44,'','',0,'ORC','',0,'orc_general',0,40,53,27,13,86,106,3228,8,12,262,393,2478,51,100,100,100,2000,175,30076,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(636,'???','Black Orc',3,0,0,46,'','',0,'ORC','',0,'orc_black',0,20,28,75,14,54,99,5401,9,17,347,520,5180,53,100,100,100,2000,175,30006,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(637,'?? ???','Black Orc Giant',3,0,0,49,'','',0,'ORC','',0,'orc_bigblack',0,45,30,60,15,75,138,5959,8,12,368,553,5516,56,100,100,100,2000,175,30077,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(651,'??? ????','Bold Big Orc',0,0,0,34,'','',0,'ORC','',0,'orc_soldier',0,32,21,42,11,53,79,1112,6,5,97,146,671,40,120,150,100,2000,175,30007,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(652,'??? ??? ???','Bold Big Orc Scout',1,0,0,36,'','',0,'ORC','',0,'orc_scouter',0,28,22,45,11,96,144,1445,8,10,160,240,853,42,100,150,100,2000,175,30076,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(653,'??? ??? ??','Bold Big Orc Fighter',1,0,0,39,'','',0,'ORC','',0,'orc_knight',0,25,48,43,12,96,116,1620,6,7,172,258,923,45,100,100,100,2000,175,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(654,'??? ??? ??','Bold Big Orc Sorcerer',2,0,2,40,'','',0,'ORC','',0,'orc_magician',0,37,25,50,12,97,119,2240,8,12,240,360,1578,46,100,100,100,2000,175,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0),(655,'??? ??? ??','Bold Big Orc General',2,0,0,44,'','',0,'ORC','',0,'orc_general',0,40,53,27,13,103,127,2582,8,12,262,393,1735,51,100,100,100,2000,175,30076,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(656,'??? ???','Bold Black Orc',3,0,0,46,'','',0,'ORC','',0,'orc_black',0,20,28,75,14,65,119,4321,9,17,347,520,3626,53,100,100,100,2000,175,30006,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(657,'??? ?? ???','Bold Black Giant Orc',3,0,0,49,'','',0,'ORC','',0,'orc_bigblack',0,45,30,60,15,90,166,4767,8,12,368,553,3861,56,100,100,100,2000,175,30077,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(691,'?? ??','Chief Orc',4,0,0,50,'','AGGR',0,'ORC','STUN,SLOW,CURSE,TERROR',0,'orc_lord',0,48,32,63,16,79,146,24618,19,22,616,924,20422,57,100,100,100,2000,175,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,30,256,0,0,0,0,0,0,0,0,35,0,0,0,0),(692,'??? ??','Chief Elite Orc',4,0,0,50,'','AGGR',0,'ORC','STUN,SLOW,CURSE,TERROR',0,'orc_lord',0,48,32,63,16,79,146,24618,20,20,616,924,7558,57,100,100,100,2000,175,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,256,0,0,0,0,0,0,0,0,35,0,0,0,0),(693,'?????','Reborn Chief Ork',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC','STUN,SLOW,CURSE,TERROR',0,'orc_lord',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,35,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(701,'?????','Dark Fanatic',0,0,0,35,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_religionist',0,46,35,23,12,76,93,1447,8,7,109,164,987,41,100,120,70,2000,175,30008,0,0,0,0,0,0,1,0,0,1,0,0,-10,0,0,0,0,0,1,0,0,13434828,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(702,'?????','Dark Arahan',1,0,0,38,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan1',0,50,37,25,12,72,108,1950,8,7,184,277,1102,44,100,120,70,2000,175,30078,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.4,0,0,13434828,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(703,'??????','Esoteric Arahan Fighter',1,0,0,41,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan2',0,53,40,27,13,100,115,2178,8,7,197,296,1188,47,100,100,70,2000,175,0,0,0,0,0,0,5,1,0,0,1,0,0,-10,0,0,0,0,0,1.4,0,0,13434828,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(704,'?????','Chief Esoteric Arahan',2,0,5,44,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan_general',0,50,42,30,14,81,121,3228,12,12,288,432,1770,51,100,120,70,2000,175,30051,0,0,0,0,0,0,1,0,1,0,0,0,-10,0,0,0,0,0,1.8,0,0,13434828,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(705,'?????','Esoteric Executioner',1,0,4,48,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_executor',0,61,31,46,15,76,141,2769,8,7,228,343,1158,55,100,120,70,2000,175,30079,0,0,0,0,0,0,1,0,-5,0,1,1,0,0,0,0,0,0,1.4,0,0,13434828,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(706,'?????','Dark Tormentor',3,0,0,49,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_monster1',0,62,47,31,16,99,121,5959,8,12,349,524,3940,56,100,100,70,2000,175,30047,0,0,0,0,0,0,1,0,-15,0,0,0,1,0,0,1,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(707,'?????','Dark Summoner',3,0,2,51,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_monster2',0,65,48,32,16,103,125,6353,8,12,364,546,4100,58,100,100,70,2000,175,30078,0,0,0,0,0,0,1,-5,0,-5,0,0,1,0,0,1,0,0,2,0,0,13434828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(731,'??????','Proud Dark Fanatic',0,0,0,52,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_religionist',0,67,50,34,17,106,130,2621,8,7,154,231,1045,59,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,0,1,0,0,-10,0,0,0,0,0,1,0,0,16764159,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(732,'??????','Proud Dark Arahan',1,0,0,53,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan1',0,68,50,34,17,107,144,3245,8,7,250,375,1278,60,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,1,0,0,0,0,0,0,0,0,0,1.4,0,0,16764159,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(733,'???????','Proud Dark Fighter',1,0,0,54,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan2',0,69,52,35,17,109,134,3345,8,7,255,382,1302,62,100,120,100,2000,175,30079,0,0,0,0,0,5,5,0,0,1,0,0,-10,0,0,0,0,0,1.4,0,0,16764159,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(734,'??????','Proud Dark Colonel',2,0,5,54,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan_general',0,69,52,35,17,110,146,4460,12,12,349,524,2170,62,100,120,100,2000,175,30079,0,0,0,0,0,5,5,0,1,0,0,0,-10,0,0,0,0,0,1.8,0,0,16764159,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(735,'??????','Proud Dark Rifleman',1,0,4,55,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_executor',0,71,53,35,18,112,161,3448,8,7,259,388,1326,63,100,120,100,2000,175,30080,0,0,0,0,0,5,5,0,-5,0,1,1,0,0,0,0,0,0,1.4,0,0,16764159,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(736,'??????','Elite Esoteric Tormentor',3,0,0,56,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_monster1',0,72,54,36,18,113,138,7400,8,12,397,596,4500,64,100,120,100,2000,175,30080,0,0,0,0,0,5,5,0,-15,0,0,0,1,0,0,1,0,0,2,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(737,'??????','Elite Esoteric Summoner',3,0,2,57,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_monster2',0,73,55,37,18,115,140,7620,8,12,404,607,4580,65,100,120,100,2000,175,0,0,0,0,0,0,5,5,-5,0,-5,0,0,1,0,0,1,0,0,2,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(751,'??? ?????','High Fanatic',0,0,0,35,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_religionist',0,46,35,23,12,91,112,1157,8,7,109,164,691,41,100,120,70,2000,175,30008,0,0,0,0,0,0,1,0,0,1,0,0,-10,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(752,'??? ?????','High Arahan',1,0,0,38,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan1',0,50,37,25,12,86,130,1560,8,7,184,277,771,44,100,120,70,2000,175,30078,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(753,'??? ??????','High Arahan Fighter',1,0,0,41,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan2',0,53,40,27,13,120,138,1742,8,7,197,296,832,47,100,100,70,2000,175,0,0,0,0,0,0,5,1,0,0,1,0,0,-10,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(754,'??? ?????','High Elite Arahan',2,0,5,44,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_nahan_general',0,50,42,30,14,97,145,2582,12,12,288,432,1239,51,100,120,70,2000,175,30051,0,0,0,0,0,0,1,0,1,0,0,0,-10,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(755,'??? ?????','High Deathsman',1,0,4,48,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_executor',0,61,31,46,15,91,169,2215,8,7,228,343,811,55,100,120,70,2000,175,30079,0,0,0,0,0,0,1,0,-5,0,1,1,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(756,'??? ?????','High Tormentor',3,0,0,49,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_monster1',0,62,47,31,16,119,145,4767,8,12,349,524,2758,56,100,100,70,2000,175,30047,0,0,0,0,0,0,1,0,-15,0,0,0,1,0,0,1,0,0,2,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(757,'??? ?????','High Evocator',3,0,2,51,'','',0,'MILGYO,ATT_WIND','',0,'milgyo_monster2',0,65,48,32,16,124,150,5082,8,12,364,546,2870,58,100,100,70,2000,175,30078,0,0,0,0,0,0,1,-5,0,-5,0,0,1,0,0,1,0,0,2,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(771,'??? ??????','Bestial Fanatic',0,0,0,52,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_religionist',0,67,50,34,17,106,130,2621,8,7,154,231,732,59,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,0,1,0,0,-10,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(772,'??? ??????','Bestial Arahan',1,0,0,53,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan1',0,68,50,34,17,107,144,3245,8,7,250,375,895,60,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,1,0,0,0,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(773,'??? ???????','Bestial Arahan Fighter',1,0,0,54,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan2',0,69,52,35,17,109,134,3345,8,7,255,382,911,62,100,120,100,2000,175,30079,0,0,0,0,0,5,5,0,0,1,0,0,-10,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(774,'??? ??????','Bestial Chief Arahan',2,0,5,54,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_nahan_general',0,69,52,35,17,110,146,4460,12,12,349,524,1519,62,100,120,100,2000,175,30079,0,0,0,0,0,5,5,0,1,0,0,0,-10,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(775,'??? ??????','Bestial Deathsman',1,0,4,55,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_executor',0,71,53,35,18,112,161,3448,8,7,259,388,928,63,100,120,100,2000,175,30080,0,0,0,0,0,5,5,0,-5,0,1,1,0,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(776,'??? ??????','Bestial Tormentor',3,0,0,56,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_monster1',0,72,54,36,18,113,138,7400,8,12,397,596,3150,64,100,120,100,2000,175,30080,0,0,0,0,0,5,5,0,-15,0,0,0,1,0,0,1,0,0,2,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(777,'??? ??????','Bestial Evocator',3,0,2,57,'','',0,'MILGYO,ATT_WIND','TERROR',0,'milgyo_monster2',0,73,55,37,18,115,140,7620,8,12,404,607,3206,65,100,120,100,2000,175,0,0,0,0,0,0,5,5,-5,0,-5,0,0,1,0,0,1,0,0,2,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(791,'????','Dark Leader',4,0,0,54,'','AGGR',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,54,34,51,17,83,154,101360,19,22,664,996,17360,62,150,170,100,2000,175,0,792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,2,0,0,0,0,20,257,20,258,0,0,0,0,0,0,0,0,0,0,0),(792,'??? ????','Dark-Ghost Leader',5,0,0,62,'','AGGR',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,77,38,57,19,93,173,319600,19,27,760,1140,149400,70,100,120,100,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,2,0,0,16756141,0,35,257,35,258,0,0,0,0,0,0,0,0,0,0,0),(793,'?????','Elite Dark Leader',4,0,1,54,'','AGGR',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,69,52,35,17,83,154,101360,20,20,664,996,8680,62,160,200,100,2000,650,0,0,0,0,0,0,10,5,40,35,40,40,40,40,0,0,60,0,0,0,736,0,0,0,35,257,35,258,0,0,0,0,0,0,0,0,0,0,0),(794,'??? ?????','Elite Dark-Ghost Leader',5,0,1,62,'','AGGR',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,77,38,57,19,93,173,319600,20,25,760,1140,74700,70,110,200,100,2000,650,0,0,0,0,0,0,10,5,40,35,40,40,40,40,0,0,60,0,0,0,737,0,16756141,0,40,257,40,258,0,0,0,0,0,0,0,0,0,0,0),(795,'?????','Elite Fighter',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,35,257,35,258,0,0,0,0,0,0,20,20,0,30,40),(796,'??? ?????','Elite Esoteric Fighter',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'MILGYO,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,16756141,0,40,257,40,258,0,0,0,0,0,0,20,20,0,30,40),(901,'??','Dead Body Ghost',1,0,0,49,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_kid',0,62,31,46,15,93,113,2860,8,5,212,318,946,56,100,100,90,2000,175,0,0,1,1,1,1,0,5,0,0,0,0,0,-20,0,0,0,0,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(902,'?????','Plagued Dog',1,0,0,51,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_dog',0,65,32,48,16,95,117,3049,8,7,220,330,984,58,100,100,100,2000,175,30009,0,1,1,1,1,0,10,0,0,1,0,0,0,0,0,0,0,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(903,'?????','Plagued Man',1,0,0,53,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_infector',0,67,34,50,17,97,119,3245,8,7,228,342,1022,60,100,100,100,2000,175,30083,0,1,1,1,1,0,5,0,0,0,0,0,-15,0,0,0,0,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(904,'?????','Plagued Swordman',2,0,0,55,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_sword',0,69,35,52,17,100,123,4597,9,12,324,486,1768,63,100,100,100,2000,175,30039,0,1,1,1,1,0,5,0,0,0,0,0,-20,0,0,0,0,10,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(905,'??????','Plagued Spearman',2,0,0,58,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_spear',0,71,35,53,18,105,127,5021,8,7,340,511,1864,66,100,100,100,2000,175,30085,0,1,1,1,1,0,10,-5,0,-15,0,0,0,0,0,0,0,10,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(906,'??????','Plagued Archer',2,0,1,58,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_bow',0,72,36,26,18,96,144,3652,9,12,681,1022,2330,66,80,100,100,2000,850,0,0,1,1,1,1,0,10,-5,-15,0,0,0,2,0,0,0,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(907,'??????','Plagued Leader',3,0,0,59,'','',0,'UNDEAD','CURSE',0,'misterious_diseased_boss',0,72,52,36,18,90,158,8077,8,12,396,594,3792,67,100,100,100,2000,175,0,0,1,1,1,1,0,10,-5,0,-5,-5,-5,-10,0,0,0,0,10,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(931,'??? ??','Angry Dead Body Ghost',1,0,0,49,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_kid',0,62,31,46,15,112,136,2288,8,5,212,318,662,56,100,100,90,2000,175,0,0,1,1,1,1,0,5,0,0,0,0,0,-20,0,0,0,0,10,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(932,'??? ?????','Angry Plagued Dog',1,0,0,51,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_dog',0,65,32,48,16,114,140,2439,8,7,220,330,689,58,100,100,100,2000,175,30009,0,1,1,1,1,0,10,0,0,1,0,0,0,0,0,0,0,10,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(933,'??? ?????','Angry Plagued Man',1,0,0,53,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_infector',0,67,34,50,17,116,143,2596,8,7,228,342,716,60,100,100,100,2000,175,30083,0,1,1,1,1,0,5,0,0,0,0,0,-15,0,0,0,0,10,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(934,'??? ?????','Angry Plagued Fighter',2,0,0,55,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_sword',0,69,35,52,17,120,148,3678,9,12,324,486,1238,63,100,100,100,2000,175,30039,0,1,1,1,1,0,5,0,0,0,0,0,-20,0,0,0,0,10,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(935,'??? ??????','Angry Plagued Spearman',2,0,0,58,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_spear',0,71,35,53,18,126,152,4017,8,7,340,511,1305,66,100,100,100,2000,175,30085,0,1,1,1,1,0,10,-5,0,-15,0,0,0,0,0,0,0,10,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(936,'??? ??????','Angry Plagued Archer',2,0,1,58,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_bow',0,72,36,26,18,115,173,2921,9,12,681,1022,1631,66,80,100,100,2000,850,0,0,1,1,1,1,0,10,-5,-15,0,0,0,2,0,0,0,0,10,1.8,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(937,'??? ??????','Angry Plagued Leader',3,0,0,59,'','AGGR',0,'UNDEAD','CURSE',0,'misterious_diseased_boss',0,72,52,36,18,108,190,6461,8,12,396,594,2654,67,100,100,100,2000,175,0,0,1,1,1,1,0,10,-5,0,-5,-5,-5,-10,0,0,0,0,10,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(991,'?????','Plagued Egg',3,0,0,59,'','AGGR,NOMOVE',0,'UNDEAD','STUN,SLOW,CURSE,TERROR',0,'misterious_diseased_egg',0,74,37,55,18,115,141,32307,14,22,724,1086,18960,67,100,100,100,2000,175,0,992,30,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10,2,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(992,'???????','Plague Carrier',3,0,0,60,'','AGGR,NOMOVE',0,'UNDEAD','STUN,SLOW,CURSE,TERROR',0,'misterious_diseased_host',0,75,37,56,19,117,143,33242,19,27,736,1104,19280,68,100,100,100,2000,175,0,0,30,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(993,'???????','Giant Plague Carrier',5,0,0,61,'','AGGR,NOMOVE',0,'UNDEAD','STUN,SLOW,CURSE,TERROR',0,'misterious_diseased_bosshost',0,75,38,57,19,118,144,341880,24,27,748,1122,147000,69,100,100,100,2000,175,0,0,50,50,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10,2.4,991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1001,'???','Demon Soldier',1,0,0,57,'','',0,'UNDEAD,ATT_DARK','',0,'skeleton_soldier_scythe',0,39,75,56,19,83,101,2025,4,12,244,366,961,45,100,100,99,2000,175,30015,0,3,0,0,0,0,1,0,0,0,0,0,-20,0,0,0,0,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1002,'????','Demon Archer',1,0,1,58,'','',0,'UNDEAD,ATT_DARK','',0,'skeleton_soldier_bow',0,44,37,74,19,91,111,1761,5,7,496,744,1083,51,100,100,99,2000,850,30087,0,3,0,0,0,0,1,-5,-20,0,0,0,20,0,0,5,0,10,1.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1003,'????','Demon Spearman',1,0,0,59,'','',0,'UNDEAD,ATT_DARK','',0,'skeleton_soldier_spear',0,64,75,38,19,77,142,2860,5,7,252,378,1182,56,100,100,99,2000,175,30016,0,3,0,0,0,0,1,0,0,-25,0,0,0,0,0,0,0,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1004,'?????','Demon Shaman',2,0,2,60,'','',0,'UNDEAD,ATT_DARK','',0,'skeleton_magician',0,66,57,38,19,80,148,4066,9,12,352,528,1640,58,100,200,99,2000,850,30086,0,3,0,0,0,0,1,-10,-10,-10,-10,-10,-10,0,0,0,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1031,'???','Vile Demon Soldier',2,0,0,67,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_soldier_scythe',0,70,93,34,21,132,161,6438,9,12,391,586,2152,76,100,100,100,2000,175,0,1061,5,0,0,0,0,1,0,0,0,0,0,-20,0,0,0,0,10,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1032,'????','Vile Demon Archer',2,0,1,69,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_soldier_bow',0,59,104,20,22,120,180,4933,9,12,402,603,2770,78,100,100,100,2000,850,0,1062,5,0,0,0,0,1,-5,-15,0,0,0,20,0,0,0,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1033,'????','Vile Demon Spearman',2,0,0,70,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_soldier_spear',0,72,80,44,22,137,167,6959,9,12,408,612,2248,79,100,100,100,2000,175,0,1063,10,0,0,0,0,1,0,0,-20,0,0,0,0,0,0,0,10,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1034,'?????','Vile Demon Shaman',2,0,2,71,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_magician',0,45,90,53,26,108,200,7133,9,12,413,620,2280,80,100,100,100,2000,850,0,1064,10,0,0,0,0,1,-5,-10,-5,-15,-5,20,0,0,10,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1035,'??? ??','Ghost of Grudge',2,0,0,72,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'spite_ghost',0,46,91,68,23,109,203,7309,9,12,419,628,2312,81,100,100,100,2000,175,0,1065,15,0,0,0,10,1,0,0,0,0,0,-10,0,0,0,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1036,'??? ??','Ghost of Chaos',2,0,2,73,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'chaos_ghost',0,55,92,69,23,110,205,7484,9,12,424,637,2344,82,100,100,100,2000,850,0,1066,15,0,0,0,0,1,-10,-5,-15,-5,-10,25,0,0,15,0,10,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1037,'???','Vile Demon Leader',3,0,0,71,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_general',0,81,45,73,22,108,200,11146,4,12,527,790,4560,80,100,100,100,2000,175,0,1067,20,5,0,0,0,1,0,0,5,5,0,-15,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1038,'???','Skull Sword Master',3,0,0,72,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_bigboss',0,99,36,54,23,109,203,11421,4,12,534,801,4624,81,100,100,100,2000,175,0,1068,20,5,0,0,0,1,0,5,0,0,5,-15,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1039,'???','Flying Skull',3,0,2,73,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'skeleton_wizard',0,69,92,46,23,142,174,11693,4,12,541,812,4688,82,100,100,100,2000,850,0,1069,20,5,0,0,0,1,-15,-10,-5,-10,-15,25,0,0,20,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1040,'???','Immortal Ghost',3,0,0,74,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'immotal_ghost',0,49,93,61,23,144,176,11968,4,12,548,823,4752,83,100,100,100,2000,175,0,1070,20,5,0,0,0,1,10,5,10,10,10,-10,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1041,'????','Demonic Beast',3,0,2,75,'','AGGR',0,'UNDEAD,ATT_DARK','CURSE',0,'recycle_monster',0,37,71,100,24,145,178,12240,4,12,556,834,4816,84,100,100,100,2000,850,0,1071,20,5,0,0,0,1,-10,-15,-10,-15,-10,30,0,0,25,0,10,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20),(1061,'??? ???','Brutal Demon Soldier',2,0,0,67,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_soldier_scythe',0,64,85,43,21,132,161,6438,9,12,391,586,2152,76,100,100,100,2000,175,0,0,5,0,0,0,0,1,0,0,0,0,0,-20,0,0,0,0,10,1.8,0,0,14522777,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1062,'??? ????','Brutal Demon Archer',2,0,1,69,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_soldier_bow',0,66,87,22,22,120,180,4933,9,12,402,603,2770,78,100,100,100,2000,850,0,0,5,0,0,0,0,1,-5,-15,0,0,0,20,0,0,0,0,10,1.8,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1063,'??? ????','Brutal Demonspearman',2,0,0,70,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_soldier_spear',0,66,89,44,22,137,167,6959,9,12,408,612,2248,79,100,100,100,2000,175,0,0,10,0,0,0,0,1,0,0,-20,0,0,0,0,0,0,0,10,1.8,0,0,14522777,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1064,'??? ?????','Brutal Demon Shaman',2,0,2,71,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_magician',0,45,90,67,22,108,200,7133,9,12,413,620,2280,80,100,100,100,2000,850,0,0,10,0,0,0,0,1,-5,-10,-5,-15,-5,20,0,0,10,0,10,1.8,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1065,'??? ??? ??','Brutal Ghost of Grudge',2,0,0,72,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'spite_ghost',0,46,91,68,23,109,203,7309,9,12,419,628,2312,81,100,100,100,2000,175,0,0,15,0,0,0,0,1,0,0,0,0,0,-10,0,0,0,0,10,1.8,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1066,'??? ??? ??','Brutal Ghost of Chaos',2,0,2,73,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'chaos_ghost',0,46,92,69,23,110,205,7484,9,12,424,637,2344,82,100,100,100,2000,850,0,0,15,0,0,0,0,1,-10,-5,-15,-5,-10,25,0,0,15,0,10,1.8,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1067,'??? ???','Brutal Demon Leader',3,0,0,71,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_general',0,90,45,67,22,108,200,11146,4,12,527,790,4560,80,100,100,100,2000,175,0,0,20,5,0,0,0,1,0,0,5,5,0,-15,0,0,0,0,10,2,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1068,'??? ???','Ghost Sword Master',3,0,0,72,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_bigboss',0,91,46,68,23,109,203,11421,4,12,534,801,4624,81,100,100,100,2000,175,0,0,20,5,0,0,0,1,0,5,0,0,5,-15,0,0,0,0,10,2,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1069,'??? ???','Brutal Flying Skull',3,0,2,73,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'skeleton_wizard',0,69,92,46,23,142,174,11693,4,12,541,812,4688,82,100,100,100,2000,850,0,0,20,5,0,0,0,1,-15,-10,-5,-10,-15,25,0,0,20,0,10,2,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1070,'??? ???','Immortal Ghost',3,0,0,74,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'immotal_ghost',0,70,93,47,23,144,176,11968,4,12,548,823,4752,83,100,100,100,2000,175,0,0,20,5,0,0,0,1,10,5,10,10,10,-10,0,0,0,0,10,2,0,0,14522777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1071,'??? ????','Demonic Beast',3,0,2,75,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE',0,'recycle_monster',0,47,71,95,24,145,178,12240,4,12,556,834,4816,84,100,100,100,2000,850,0,0,20,5,0,0,0,1,-10,-15,-10,-15,-10,30,0,0,25,0,10,2,0,0,14522777,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1091,'???','Demon King',4,0,0,75,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,93,70,47,23,112,208,24481,14,22,916,1374,12040,84,100,100,100,2000,175,0,0,30,10,0,0,0,1,0,0,0,-20,-20,30,0,0,30,0,10,2,1039,10,0,0,25,256,0,0,0,0,0,0,0,0,0,0,0,0,0),(1092,'????','Proud Demon King',4,0,0,75,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,93,70,47,23,112,208,48961,9,12,916,1374,24080,84,100,100,100,2000,175,0,0,30,10,0,0,0,1,0,0,0,-20,-20,30,0,0,30,0,10,2,0,0,16756141,0,25,256,0,0,0,0,0,0,0,0,0,0,0,0,0),(1093,'??','Death Reaper',5,0,0,78,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_god',0,97,73,49,24,116,215,522500,9,12,952,1428,187800,87,100,100,100,2000,175,0,0,50,10,0,0,0,1,0,0,0,-20,-20,50,0,0,60,0,10,2.4,0,0,0,0,10,259,40,260,0,0,0,0,0,0,0,0,0,0,0),(1094,'????','Elite Vile Demon King',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,16756141,0,30,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(1095,'??','Blue Death',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_god',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,10,259,40,260,0,0,0,0,0,0,20,20,0,30,40),(1096,'????','????',4,0,0,75,'','AGGR',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,93,70,47,23,112,208,48961,9,12,916,1374,24080,84,100,100,100,2000,175,0,0,30,10,0,0,0,1,0,0,0,-20,-20,30,0,0,30,0,10,2,0,0,16756141,0,25,256,0,0,0,0,0,0,0,0,0,0,0,0,0),(1101,'??','Enchanted Ice',1,0,2,62,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,60,80,40,20,96,178,4602,3,7,250,375,1315,70,80,100,100,2000,850,30048,0,0,10,0,0,0,2,0,-5,0,5,5,-5,0,0,0,0,1,1.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1102,'??????','Ice Killer Whale',1,0,0,63,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,61,81,40,20,125,153,4730,3,7,254,381,1336,71,90,100,100,2000,175,30049,0,0,10,0,0,0,2,-5,0,-5,5,5,0,0,0,0,0,1,1.54,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1103,'??','Ice Bug',1,0,0,64,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,61,81,41,20,98,183,4861,3,7,263,394,1357,72,100,100,100,2000,175,30088,0,0,15,0,0,0,2,5,-10,0,0,0,10,0,0,0,0,1,1.54,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1104,'??','Ice Lion',2,0,0,64,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,62,82,41,20,98,183,6482,6,12,362,543,2262,72,100,100,100,2000,175,30014,0,0,15,0,0,0,2,0,-5,5,0,0,-5,0,0,0,0,1,1.98,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1105,'??','Frosty Ice Man',2,0,0,65,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,83,41,62,21,128,157,6660,6,12,368,552,2297,73,80,100,100,2000,175,30089,0,0,20,0,0,0,2,10,-15,-5,0,0,5,0,0,0,0,1,1.98,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1106,'???','Yeti',2,0,0,66,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,84,63,42,21,101,188,6839,3,7,373,560,2332,75,70,100,100,2000,175,30090,0,0,20,0,0,0,2,5,-5,0,0,0,-10,0,0,0,0,1,1.98,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1107,'????','Ice Golem',3,0,0,66,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,99,97,42,21,101,188,10686,3,12,476,714,4664,75,60,100,100,2000,175,30050,0,0,20,0,0,0,2,-5,-10,-5,0,0,20,0,0,0,0,1,2.2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1131,'????','Underworld Ice Splinters',1,0,2,81,'','AGGR',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,78,104,52,20,198,278,8285,7,10,522,783,5260,70,75,100,100,2000,650,30048,0,0,10,0,0,0,2,15,10,15,15,15,30,-30,0,0,0,1,2.0384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1132,'????????','Underwrld IceKillerWhale',1,0,0,81,'','AGGR',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,79,105,52,20,156,195,8514,7,10,529,796,5344,71,110,100,100,2000,150,30049,0,0,10,0,0,0,2,15,10,15,15,15,0,-30,0,0,0,1,2.0384,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1133,'????','Underworld Ice Bug',1,0,0,82,'','AGGR',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,79,105,53,20,176,233,8751,6,10,587,880,5428,72,110,100,100,2000,150,30088,0,0,15,0,0,0,2,15,10,15,15,15,0,-30,0,0,0,1,2.0384,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1134,'????','Underworld Ice Lion',2,0,0,83,'','AGGR',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,81,107,53,20,176,205,13167,6,15,875,1314,9048,72,110,100,100,2000,150,30014,0,0,15,0,0,0,2,15,10,15,15,15,0,-30,0,0,0,1,2.016,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1135,'????','Underworld Ice Man',2,0,0,83,'','AGGR',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,108,53,81,21,140,253,11990,12,10,889,1334,9188,73,90,100,100,2000,150,30089,0,0,20,0,0,0,2,15,10,15,15,15,0,-30,0,0,0,1,2.016,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1136,'?????','Underworld Yeti',2,0,0,84,'','AGGR',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,109,82,55,21,175,216,12311,6,10,902,1352,9328,75,80,100,100,2000,150,30090,0,0,20,0,0,0,2,15,10,15,15,15,0,-30,0,0,0,1,2.016,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1137,'??????','Underworld Ice Golem',3,0,0,85,'','AGGR',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,129,126,55,21,192,276,25646,6,10,1148,1723,18656,75,70,100,100,2000,150,30050,0,0,20,0,0,0,2,40,35,40,40,40,0,-30,0,0,0,1,2.24,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1151,'??','Ice Devil',1,0,2,52,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,60,80,40,20,96,178,5523,7,5,1000,2000,2000,60,90,100,100,2000,850,30048,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1152,'??????','Icehorn Killer Whale',1,0,0,53,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,61,81,40,20,125,153,5676,7,5,1000,2000,2000,61,100,100,100,2000,150,30049,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1153,'??','Ice Bug',1,0,0,54,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,61,81,41,20,98,183,5834,7,5,1000,2000,2000,62,110,100,100,2000,150,30088,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1154,'??','Seol-Gu',2,0,0,54,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,62,82,41,20,98,183,7778,12,10,1000,2000,2000,62,110,100,100,2000,150,30014,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1155,'??','Ice Man',2,0,0,55,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,83,41,62,21,128,157,7993,12,10,1000,2000,2000,63,90,100,100,2000,150,30089,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1156,'???','Ice Giant',2,0,0,56,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,84,63,42,21,101,188,8207,7,5,1000,2000,2000,65,80,100,100,2000,150,30090,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1157,'????','Ice Golem',3,0,0,56,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,99,97,42,21,101,188,12823,7,10,1000,2000,2000,65,70,100,100,2000,150,30050,0,0,20,0,0,0,2,40,40,40,40,40,0,-30,0,0,0,1,2.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1171,'??? ??','Mean Enchanted Ice',1,0,2,62,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,60,80,40,20,115,214,3682,3,7,250,375,920,70,80,100,100,2000,850,30048,0,0,10,0,0,0,2,0,-5,0,5,5,-5,0,0,0,0,1,1.54,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1172,'??? ??????','Mean Ice Killer Whale',1,0,0,63,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,61,81,40,20,150,184,3784,3,7,254,381,935,71,90,100,100,2000,175,30049,0,0,10,0,0,0,2,-5,0,-5,5,5,0,0,0,0,0,1,1.54,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1173,'??? ??','Mean Ice Bug',1,0,0,64,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,61,81,41,20,118,220,3889,3,7,263,394,950,72,100,100,100,2000,175,30088,0,0,15,0,0,0,2,5,-10,0,0,0,10,0,0,0,0,1,1.54,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1174,'??? ??','Mean Ice Lion',2,0,0,64,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,62,82,41,20,118,220,5186,6,12,362,543,1583,72,100,100,100,2000,175,30014,0,0,15,0,0,0,2,0,-5,5,0,0,-5,0,0,0,0,1,1.98,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1175,'??? ??','Mean Ice Man',2,0,0,65,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,83,41,62,21,154,188,5328,6,12,368,552,1608,73,80,100,100,2000,175,30089,0,0,20,0,0,0,2,10,-15,-5,0,0,5,0,0,0,0,1,1.98,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1176,'??? ???','Mean Yeti',2,0,0,66,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,84,63,42,21,121,226,5471,3,7,373,560,1632,75,70,100,100,2000,175,30090,0,0,20,0,0,0,2,5,-5,0,0,0,-10,0,0,0,0,1,1.98,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1177,'??? ????','Mean Ice Golem',3,0,0,66,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,99,97,42,21,121,226,8549,3,12,476,714,3265,75,60,100,100,2000,175,30050,0,0,20,0,0,0,2,-5,-10,-5,0,0,20,0,0,0,0,1,2.2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1191,'???','Ice Witch',4,0,0,74,'','AGGR,DEATHBLOW',0,'ICE,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'ice_snow_witch',0,65,43,86,22,164,253,130482,8,22,428000,642000,22480,79,100,120,100,2000,1000,0,0,0,50,0,0,0,2,40,40,30,30,30,40,-20,0,90,0,100,2.2,1107,30,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,30,0),(1192,'???','Mighty Ice Witch',4,0,2,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW',0,'ICE,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'ice_snow_witch',0,97,73,49,24,174,293,352410,6,16,856000,1284000,324800,86,130,160,100,2000,1000,0,0,0,50,0,0,0,2,60,60,40,40,40,60,-20,0,40,0,100,3.6,1137,30,6750207,0,0,0,0,0,0,0,0,0,0,0,40,30,0,15,0),(1301,'???','Tree Frog Soldier',1,0,0,57,'','',0,'ATT_WIND','',0,'greenfrog_soldier',0,80,60,40,18,89,166,3990,3,7,268,402,1099,65,100,110,100,2000,175,30060,0,0,0,0,0,5,5,0,-5,0,0,0,-10,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1302,'???','Tree Frog Leader',3,0,0,59,'','',0,'ATT_WIND','',0,'greenfrog_general',0,75,58,40,19,92,170,8811,7,12,484,727,3792,67,100,100,100,2000,175,30061,0,0,0,0,0,10,5,0,0,10,0,0,-15,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1303,'???????','Leflet Bogeyman',1,0,0,58,'','',0,'ATT_WIND','',0,'goblin_leafhead',0,96,60,50,19,116,142,4108,3,7,272,409,1118,66,70,100,100,2000,175,30040,0,0,0,0,0,0,5,-5,-10,-5,0,0,20,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1304,'????','Yellow Tiger Ghost',4,0,0,75,'','AGGR',0,'ATT_WIND','',0,'yellow_tigerman',0,99,80,56,24,113,210,178040,7,12,1007,1510,24080,84,90,100,100,2000,175,0,0,0,0,0,0,10,5,15,10,15,15,15,10,0,0,0,0,0,2,1305,0,0,0,40,258,0,0,0,0,0,0,0,0,0,0,0,0,0),(1305,'?????','Bullfrog General',3,0,0,61,'','',0,'ATT_WIND','',0,'sugu_general',0,93,52,35,19,94,175,9324,3,12,500,750,3920,69,70,100,100,2000,175,0,0,0,0,0,0,0,5,0,10,-5,0,0,-20,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1306,'?????','Elite Yellow Tiger Ghost',4,0,0,75,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,99,80,56,24,113,210,178040,15,10,36640,54960,24080,84,100,100,0,2000,150,0,0,0,0,0,0,10,10,40,35,40,40,40,40,0,0,60,0,0,1.8,1305,0,0,0,40,258,0,0,0,0,0,0,0,0,0,0,0,0,0),(1307,'?????','Elite Yellow Tiger Ghost',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(1308,'.....','Elite Yellow Tiger Ghost',4,0,0,40,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,48,32,63,16,79,146,143232,10,10,36640,54960,24080,57,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,0,0,0,40,258,0,0,0,0,0,0,0,0,0,0,0,0,0),(1309,'.....','Elite Yellow Tiger Ghost',4,0,0,65,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,77,38,57,19,93,173,255680,10,10,36640,54960,24080,84,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,0,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(1310,'.....','NoNAme',4,0,0,95,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,122,91,61,30,150,208,284864,10,10,36640,54960,24080,90,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(1331,'??? ???','Big Tree Frog Soldier',1,0,0,57,'','',0,'ATT_WIND','',0,'greenfrog_soldier',0,80,60,40,18,107,199,3192,3,7,268,402,769,65,100,110,100,2000,175,30060,0,0,0,0,0,5,5,0,-5,0,0,0,-10,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1332,'??? ???','Big Tree Frog Leader',3,0,0,59,'','',0,'ATT_WIND','',0,'greenfrog_general',0,75,58,40,19,110,204,7049,7,12,484,727,2654,67,100,100,100,2000,175,30061,0,0,0,0,0,10,5,0,0,10,0,0,-15,0,0,0,0,0,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1333,'??? ???????','Big Bogeyman',1,0,0,58,'','',0,'ATT_WIND','',0,'goblin_leafhead',0,96,60,50,19,139,170,3287,3,7,272,409,783,66,70,100,100,2000,175,30040,0,0,0,0,0,0,5,-5,-10,-5,0,0,20,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1334,'??? ????','Big Yellow Tiger Ghost',4,0,0,75,'','AGGR',0,'ATT_ELEC','',0,'yellow_tigerman',0,99,80,56,24,136,252,142432,7,12,1007,1510,16856,84,90,100,100,2000,175,0,0,0,0,0,0,10,5,15,10,15,15,15,10,0,0,0,0,0,2,1305,0,16764108,0,40,258,0,0,0,0,0,0,0,0,0,0,0,0,0),(1335,'??? ?????','Evil Bullfrog General',3,0,0,61,'','',0,'ATT_WIND','',0,'sugu_general',0,93,52,35,19,113,210,7459,3,12,500,750,2744,69,70,100,100,2000,175,0,0,0,0,0,0,0,5,0,10,-5,0,0,-20,0,0,0,0,0,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1401,'???','Destroyer',1,0,0,66,'','',0,'ATT_ELEC','POISON',0,'mutant_1',0,84,42,63,21,137,167,72346,6,10,700,1050,4301,81,155,130,100,2000,250,0,0,0,0,0,0,15,20,-5,-15,-5,5,5,5,0,0,15,0,0,3.08,0,5,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1402,'?????','Axe Fighter',2,0,0,73,'','AGGR',0,'ATT_ELEC','SLOW,CURSE',0,'mutant_2',0,91,46,66,23,116,216,108134,10,7,1062,1593,8022,83,155,130,100,2000,250,0,0,0,0,0,0,15,20,10,0,10,15,15,0,0,0,20,0,0,3.96,0,10,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1403,'?????','Thousand Fighter',3,0,0,77,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'mutant_3',0,94,55,65,10,122,226,178080,14,10,1426,2139,17304,90,155,130,100,2000,250,0,0,0,0,0,0,15,20,10,10,10,20,20,0,0,0,25,0,0,4.4,0,15,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1501,'??','Stone Golem',1,0,0,69,'','',0,'ATT_EARTH','',0,'golem_1',0,84,42,63,21,142,174,73997,6,5,730,1095,4654,78,135,110,100,2000,300,0,0,0,0,0,0,15,20,15,10,15,15,15,20,0,0,15,0,0,3.08,0,5,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1502,'???','Stone Golem',1,0,0,72,'','AGGR',0,'ATT_EARTH','',0,'golem_2',0,85,43,64,21,115,213,79738,6,5,1048,1572,4855,83,135,110,100,2000,300,0,0,0,0,0,0,15,20,15,10,15,15,15,20,0,0,20,0,0,3.08,0,5,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1503,'?????','Giant Rock Golem',2,0,0,76,'','AGGR',0,'ATT_EARTH','',0,'golem_3',0,92,42,65,10,120,224,111053,10,5,1408,2112,8540,87,135,110,100,2000,300,0,0,0,0,0,0,15,20,15,10,15,15,15,20,0,0,25,0,0,3.96,0,10,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1601,'????','Ogre Warrior',0,0,0,68,'','',0,'ATT_ELEC','POISON',0,'nersluck_1',0,85,43,65,22,140,172,63024,6,10,720,1080,3745,79,145,120,100,2000,300,0,0,0,0,0,0,15,20,-5,-15,-5,5,5,5,0,0,15,0,0,2.2,0,5,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1602,'?????','Ogre Butcher',2,0,0,70,'','AGGR',0,'ATT_ELEC','SLOW,CURSE',0,'nersluck_2',0,85,43,65,22,112,208,101222,10,7,1020,1530,7868,85,145,120,100,2000,300,0,0,0,0,0,0,15,20,10,0,10,15,15,0,0,0,20,0,0,3.96,0,10,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1603,'?????','Ogre Berserk',2,0,0,75,'','AGGR',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'nersluck_3',0,85,43,65,22,119,221,111053,10,10,1390,2085,8232,88,145,120,100,2000,300,0,0,0,0,0,0,15,20,10,10,10,15,15,-5,0,0,25,0,0,3.96,0,15,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1901,'???','Nine Tails',4,0,0,72,'','AGGR',0,'ATT_ICE','',0,'fox_ninetail',0,91,68,46,23,109,203,166120,24,32,880,1320,23120,81,100,100,100,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1107,0,0,0,25,258,40,259,0,0,0,0,0,0,0,0,0,0,0),(1902,'????','Elite Nine Tails',4,0,0,72,'','AGGR',0,'ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,91,68,46,23,109,203,178040,15,10,35200,52800,23120,81,110,100,0,2000,150,0,0,0,0,0,0,10,10,40,35,40,40,40,40,0,0,60,0,0,1.8,1107,0,0,0,35,258,40,259,0,0,0,0,0,0,0,0,0,0,0),(1903,'????','Elite Nine Tails',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,35,258,40,259,0,0,0,0,0,0,20,20,0,30,40),(1904,'....','Elite Nine Tails',4,0,0,40,'','AGGR',0,'ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,48,32,63,16,79,146,143232,10,10,36640,54960,24080,57,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(1905,'....','Elite Nine Tails',4,0,0,65,'','AGGR',0,'ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,77,38,57,19,93,173,255680,10,10,36640,54960,24080,84,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(1906,'....','Elite Nine Tails',4,0,0,95,'','AGGR',0,'ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,122,91,61,30,150,208,284864,10,10,36640,54960,24080,90,100,100,0,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,0,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(2001,'????','Baby Spider',0,0,0,43,'','',0,'INSECT','',0,'spider_young',0,28,41,55,14,89,109,1949,4,12,122,183,1211,50,100,100,50,2000,175,30057,0,0,0,0,0,0,1,1,-5,1,0,0,-10,0,0,0,0,5,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2002,'???','Poison Spider',0,0,0,45,'','',0,'INSECT','',0,'spider_poison',0,47,57,29,14,82,123,2088,3,7,127,190,1267,52,90,100,50,2000,175,30056,0,0,0,3,0,0,1,0,0,1,0,0,-10,0,0,0,0,5,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2003,'?????','Red Poison Spider',1,0,0,48,'','',0,'INSECT','',0,'spider_redpoison',0,54,60,15,15,86,129,2769,9,17,201,302,1621,55,110,100,50,2000,175,30025,0,0,0,3,1,0,1,-5,1,-5,0,0,-5,0,0,0,0,5,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2004,'????','Claw Spider',1,0,0,50,'','',0,'INSECT','',0,'spider_nipper',0,56,31,56,16,100,122,2954,3,7,208,313,1688,57,90,100,50,2000,175,30058,0,0,0,0,0,0,1,10,0,1,0,1,-5,0,0,0,0,5,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2005,'????','Soldier Spider',1,0,0,52,'','',0,'INSECT','',0,'spider_soldier',0,71,33,39,16,104,127,3146,3,7,216,325,1756,59,80,120,50,2000,175,30059,0,0,0,0,0,0,1,0,10,0,1,0,-15,0,0,0,0,5,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2031,'?????','Baby Poison Spider',2,0,0,50,'','',0,'INSECT','',0,'spider_young',0,49,65,33,16,96,117,3457,9,12,304,457,2220,53,100,120,100,2000,175,0,0,0,0,5,0,5,0,0,0,2,0,0,-10,0,0,0,0,10,1.8,0,0,13421823,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2032,'????','Deadly Poison Spider',2,0,0,52,'','',0,'INSECT','',0,'spider_poison',0,68,34,51,17,88,132,3692,9,12,316,474,2316,55,100,120,100,2000,175,0,0,0,0,5,0,5,0,0,1,0,0,0,-5,0,0,0,0,10,1.8,0,0,13421823,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2033,'??????','Red Angry Poison Spider',3,0,0,54,'','',0,'INSECT','',0,'spider_redpoison',0,53,35,70,18,91,137,6155,4,12,392,588,4824,57,100,120,100,2000,175,0,0,0,0,5,1,5,0,1,0,2,0,0,-10,0,0,0,0,10,2,0,0,13421823,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2034,'?????','Claw Poison Spider',3,0,0,56,'','',0,'INSECT','',0,'spider_nipper',0,72,36,54,18,106,130,6553,9,17,406,609,5016,59,100,120,100,2000,175,0,0,0,0,3,0,5,0,0,1,0,0,0,-5,0,0,0,0,10,2,0,0,13421823,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2035,'?????','Soldier Poison Spider',3,0,0,58,'','',0,'INSECT','',0,'spider_soldier',0,56,75,37,19,109,134,6969,4,12,420,630,5208,62,100,120,100,2000,175,0,0,0,0,3,0,5,0,2,0,1,0,0,-5,0,0,0,0,10,2,0,0,13421823,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2036,'??????','Proud Soldier Spider',3,0,0,58,'','AGGR',0,'INSECT','',0,'spider_soldier',0,56,75,37,19,109,134,6969,19,27,420,630,5208,62,100,120,100,2000,175,0,0,0,0,3,0,5,0,1,2,1,0,0,-20,0,0,0,0,10,2,0,0,13421823,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2051,'??? ????','Mean Baby Poison Spider',0,0,0,43,'','',0,'INSECT','',0,'spider_young',0,28,41,55,14,107,131,1559,4,12,122,183,848,50,100,100,50,2000,175,30057,0,0,0,0,0,0,1,1,-5,1,0,0,-10,0,0,0,0,5,1,0,0,13421823,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2052,'??? ???','Mean Dead. Poison Spider',0,0,0,45,'','',0,'INSECT','',0,'spider_poison',0,47,57,29,14,98,148,1670,3,7,127,190,887,52,90,100,50,2000,175,30056,0,0,0,3,0,0,1,0,0,1,0,0,-10,0,0,0,0,5,1,0,0,13421823,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2053,'??? ?????','Mean Red Poison Spider',1,0,0,48,'','',0,'INSECT','',0,'spider_redpoison',0,54,60,15,15,103,155,2215,9,17,201,302,1135,55,110,100,50,2000,175,30025,0,0,0,3,1,0,1,-5,1,-5,0,0,-5,0,0,0,0,5,1.4,0,0,13421823,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2054,'??? ????','Mean Claw Poison Spider',1,0,0,50,'','',0,'INSECT','',0,'spider_nipper',0,56,31,56,16,120,146,2363,3,7,208,313,1182,57,90,100,50,2000,175,30058,0,0,0,0,0,0,1,10,0,1,0,1,-5,0,0,0,0,5,1.4,0,0,13421823,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2055,'??? ????','Mean Sold. Poison Spider',1,0,0,52,'','',0,'INSECT','',0,'spider_soldier',0,71,33,39,16,125,152,2516,3,7,216,325,1229,59,80,120,50,2000,175,30059,0,0,0,0,0,0,1,0,10,0,1,0,-15,0,0,0,0,5,1.4,0,0,13421823,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2061,'?????','Small Poison Spider',0,0,0,60,'','',0,'INSECT','',0,'spider_young',0,77,58,39,20,144,176,3771,12,10,533,798,4440,80,110,120,100,2000,150,0,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.89,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2062,'????','Deadly Poison Spider',1,0,0,62,'','',0,'INSECT','',0,'spider_poison',0,80,60,40,20,132,198,4028,7,10,552,828,4632,83,110,120,100,2000,150,0,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.89,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2063,'??????','Red Deadly Poison Spider',2,0,0,64,'','',0,'INSECT','',0,'spider_redpoison',0,82,62,41,21,137,206,6714,12,15,698,1047,9648,86,110,120,100,2000,150,0,0,0,0,5,1,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2064,'?????','Claw Poison Spider',2,0,0,66,'','',0,'INSECT','',0,'spider_nipper',0,84,63,42,21,159,195,7149,7,10,723,1085,10032,89,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2065,'?????','Soldier Poison Spider',3,0,0,68,'','',0,'INSECT','',0,'spider_soldier',0,87,65,43,22,164,201,7602,20,25,747,1121,10416,93,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2071,'»ç³ª¿î »õ³¢µ¶°Å¹Ì','Best. Baby Poison Spider',2,0,0,60,'','',0,'INSECT','',0,'spider_young',0,77,57,38,19,117,217,9063,10,10,384,576,4771,84,110,120,100,2000,150,0,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.9,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2072,'»ç³ª¿î ¸Íµ¶°Å¹Ì','Best. Deadly Pois. Spide',2,0,0,62,'','',0,'INSECT','',0,'spider_poison',0,79,59,39,19,120,223,9585,10,10,393,590,4929,86,110,120,100,2000,150,0,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.9,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2073,'»ç³ª¿î ºÓÀº¸Íµ¶°Å¹Ì','Best. Red Poison Spider',3,0,0,64,'','',0,'INSECT','',0,'spider_redpoison',0,82,61,41,20,128,239,13504,5,10,537,806,9829,108,110,120,100,2000,150,0,0,0,0,5,1,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2074,'»ç³ª¿î Áý°Ôµ¶°Å¹Ì','Best. Claw Poison Spider',3,0,0,66,'','',0,'INSECT','',0,'spider_nipper',0,84,63,42,21,132,245,14248,10,15,550,825,10135,112,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2075,'»ç³ª¿î º´Á¤µ¶°Å¹Ì','Best. Sold. Pois. Spider',3,0,0,68,'','',0,'INSECT','',0,'spider_soldier',0,86,65,43,21,146,271,15020,5,10,563,844,10441,115,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2076,'»ç³ª¿î Áøº´Á¤µ¶°Å¹Ì','Best. Strg. Poison Spide',3,0,0,68,'','AGGR',0,'INSECT','',0,'spider_soldier',0,86,65,43,21,156,290,15020,20,25,563,844,10441,115,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2091,'¿©¿Õ°Å¹Ì','Queen Spider',4,0,2,60,'','AGGR',0,'INSECT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'spider_queen',0,77,58,39,17,117,160,193408,10,10,29440,44160,19280,68,110,100,100,2000,150,0,0,0,0,25,0,20,20,40,35,40,40,40,40,0,0,60,0,10,2.24,2035,5,0,0,35,261,0,0,0,0,0,0,0,0,5,10,0,0,0),(2092,'´ë¿Õ°Å¹Ì','Spider Baroness',5,0,0,75,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'INSECT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'spider_king',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,25,10,30,30,40,35,40,40,40,40,0,0,60,0,10,2.4,2076,5,0,0,40,261,0,0,0,0,0,0,0,0,5,10,0,0,0),(2093,'Áø¿©¿Õ°Å¹Ì','Dark Queen Spider',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'INSECT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'spider_queen',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,0,0,40,261,0,0,0,0,0,0,0,0,20,20,0,30,40),(2094,'Áø¿©¿Õ°Å¹Ì','Spider Baron',5,0,0,72,'','AGGR',0,'INSECT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'spider_queen',0,95,71,48,24,102,190,1277520,20,20,51740,77610,208800,73,110,100,100,2000,150,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2076,10,0,0,40,261,0,0,0,0,0,0,0,0,20,20,0,30,40),(2095,'°Å¹ÌÀÇ ¾Ë','Spider Egg',5,0,0,70,'','NOMOVE',0,'INSECT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'spider_egg',0,67,45,89,22,0,0,193408,30,20,0,0,5000,150,0,0,100,2000,350,0,0,0,0,0,0,0,0,70,70,70,70,70,70,70,70,70,70,70,1,2071,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(2101,'????','Desert Fox',1,0,0,19,'','',0,'DESERT','',0,'fennec_fox',0,18,24,12,6,45,55,784,5,7,92,138,554,24,100,200,0,2000,175,0,0,0,0,0,0,0,5,0,0,0,0,0,100,100,100,100,100,10,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2102,'????','Deserts Flying Eye',1,0,0,37,'','',0,'DESERT','',0,'evil_eye',0,52,24,36,12,62,115,1877,5,7,168,253,1252,43,100,100,100,2000,175,0,0,0,0,0,3,0,5,1,0,1,0,1,-10,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2103,'????','King Scorpion',1,0,0,39,'','',0,'DESERT','',0,'giant_scorpion',0,41,51,30,13,65,120,2025,5,7,176,265,1319,45,100,80,100,2000,175,30046,0,0,0,0,0,0,5,0,1,0,1,0,-15,0,0,0,0,0,1.4,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2104,'????','Young Scorpion Man',2,0,0,44,'','',0,'DESERT','POISON',0,'scorpionman_sword',0,50,28,37,14,91,111,3228,12,12,254,381,2478,51,110,120,100,2000,175,30045,0,0,0,5,0,0,5,1,1,2,1,1,-10,0,0,0,0,0,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2105,'????','Scorpion Archer',2,0,1,47,'','',0,'DESERT','POISON',0,'scorpionman_bow',0,59,30,22,15,95,116,2598,8,7,558,837,2646,54,60,70,100,2000,850,30055,0,0,0,5,0,5,5,0,0,-10,0,0,2,0,0,10,0,0,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2106,'??????','Snake Swordsman',2,0,0,48,'','',0,'DESERT','POISON',0,'snakeman_sword',0,79,27,36,15,87,130,3692,12,12,276,414,2702,55,110,110,100,2000,175,30022,0,0,0,5,0,0,5,1,1,1,0,0,-15,0,0,0,0,0,1.8,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2107,'??????','Snake Archer',2,0,1,51,'','',0,'DESERT','POISON',0,'snakeman_bow',0,64,28,24,16,90,136,2957,8,7,603,904,2870,58,60,110,100,2000,850,30067,0,0,0,5,0,0,5,-5,-10,-5,0,0,2,0,0,10,0,0,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2108,'??????','Desert Outlaw',3,0,0,54,'','',0,'DESERT','',0,'outlaw',0,61,68,44,17,95,143,6969,4,12,404,607,6076,62,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,10,0,0,0,-20,0,0,0,0,0,2,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2131,'????','Bestial Scorpion Man',0,0,0,60,'','',0,'INSECT','',0,'scorpionman_sword',0,77,58,39,20,144,176,3771,12,10,533,798,4956,80,110,120,100,2000,150,30045,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.89,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2132,'????','Scorpion Archer',1,0,1,62,'','',0,'INSECT','',0,'scorpionman_bow',0,80,60,40,20,132,198,4028,7,10,552,828,5292,83,110,120,100,2000,850,30055,0,0,0,5,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,1.89,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2133,'??????','Snake Swordman',2,0,0,64,'','',0,'INSECT','',0,'snakeman_sword',0,82,62,41,21,137,206,6714,12,15,698,1047,5404,86,110,120,100,2000,150,30022,0,0,0,5,1,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2134,'??????','Snake Archer',2,0,1,66,'','',0,'INSECT','',0,'snakeman_bow',0,84,63,42,21,159,195,7149,7,10,723,1085,5740,89,110,120,100,2000,850,30067,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2135,'??????','Desert Outlaw',3,0,0,68,'','',0,'INSECT','',0,'outlaw',0,87,65,43,22,164,201,7602,20,25,747,1121,12152,93,110,120,100,2000,150,0,0,0,0,3,0,5,0,0,-5,0,0,0,0,-20,-20,0,0,10,2.1,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0),(2151,'??? ????','Strong Desert Fox',1,0,0,19,'','',0,'DESERT','',0,'fennec_fox',0,18,24,12,6,54,66,627,5,7,92,138,388,24,100,200,0,2000,175,0,0,0,0,0,0,0,5,0,0,0,0,0,100,100,100,100,100,10,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2152,'??? ????','Strong Dervish',1,0,0,37,'','',0,'DESERT','',0,'evil_eye',0,52,24,36,12,74,138,1502,5,7,168,253,876,43,100,100,100,2000,175,0,0,0,0,0,3,0,5,1,0,1,0,1,-10,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2153,'??? ????','Strong Scorpion King',1,0,0,39,'','',0,'DESERT','',0,'giant_scorpion',0,41,51,30,13,78,144,1620,5,7,176,265,923,45,100,80,100,2000,175,30046,0,0,0,0,0,0,5,0,1,0,1,0,-15,0,0,0,0,0,1.4,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2154,'??? ????','Strong Scorpion Man',2,0,0,44,'','',0,'DESERT','POISON',0,'scorpionman_sword',0,50,28,37,14,109,133,2582,12,12,254,381,1735,51,110,120,100,2000,175,30045,0,0,0,5,0,0,5,1,1,2,1,1,-10,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2155,'??? ????','Strong Scorpion Archer',1,0,1,47,'','',0,'DESERT','POISON',0,'scorpionman_bow',0,59,30,22,15,114,139,2079,8,7,558,837,1852,54,60,70,100,2000,850,30055,0,0,0,5,0,5,5,0,0,-10,0,0,2,0,0,10,0,0,1.8,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2156,'??? ??????','Strong Snake Swordman',2,0,0,48,'','',0,'DESERT','POISON',0,'snakeman_sword',0,79,27,36,15,104,156,2954,12,12,276,414,1891,55,110,110,100,2000,175,30022,0,0,0,5,0,0,5,1,1,1,0,0,-15,0,0,0,0,0,1.8,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2157,'??? ??????','Strong Snake Archer',2,0,1,51,'','',0,'DESERT','POISON',0,'snakeman_bow',0,64,28,24,16,108,163,2365,8,7,603,904,2009,58,60,110,100,2000,850,30067,0,0,0,5,0,0,5,-5,-10,-5,0,0,2,0,0,10,0,0,1.8,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2158,'??? ??????','Strong Desert Outlaw',3,0,0,54,'','',0,'DESERT','',0,'outlaw',0,61,68,44,17,114,172,5575,4,12,404,607,4253,62,100,120,100,2000,175,0,0,0,0,0,0,5,5,0,10,0,0,0,-20,0,0,0,0,0,2,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2191,'??????','Giant Tortoise',4,0,0,67,'','AGGR',0,'DESERT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'giant_desert_turtle',0,64,43,85,21,102,190,146320,9,12,820,1230,21520,76,100,100,100,2000,300,0,0,0,0,0,0,0,0,100,0,100,100,100,100,20,20,20,20,10,2,0,20,0,0,40,256,30,256,0,0,0,0,0,0,0,10,0,0,0),(2192,'???????','Dark Giant Tortoise',5,0,0,97,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DESERT,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'giant_desert_turtle',0,122,91,61,30,150,278,2568600,30,20,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,2.28,2414,10,16764879,0,40,256,30,256,0,0,0,0,0,0,20,20,0,30,40),(2201,'?????','Fighting Tiger Minion',1,0,0,69,'','',0,'FIRE,ATT_FIRE','',0,'fire_tiger',0,84,42,63,21,130,159,5550,3,7,283,424,997,78,100,130,100,2000,175,30042,0,0,0,0,0,15,20,15,10,20,15,15,-10,0,0,0,0,0,1.68,0,0,0,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2202,'??','Flame Ghost',1,0,2,69,'','',0,'FIRE,ATT_FIRE','',0,'fire_ghost',0,85,43,64,21,132,161,5550,3,7,292,438,997,78,100,130,100,2000,850,0,0,0,0,0,0,15,20,0,-5,5,-10,-10,20,0,0,20,0,0,1.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2203,'???','Fighting Tiger',2,0,0,70,'','',0,'FIRE,ATT_FIRE','',0,'fire_tiger_boss',0,85,43,65,22,119,178,7592,7,12,395,592,1686,79,100,130,100,2000,175,30019,0,0,0,0,0,15,20,20,15,25,0,0,-25,0,0,0,0,0,2.16,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2204,'???','Flame',2,0,4,71,'','',0,'FIRE,ATT_FIRE','CURSE',0,'fire_man',0,86,43,65,22,105,195,7782,7,12,413,620,1710,80,100,130,100,2000,175,0,0,0,0,0,0,15,20,-5,-10,0,5,5,-20,0,0,0,0,0,2.16,0,0,0,70106,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(2205,'????','Flame Warrior',3,0,4,72,'','',0,'FIRE,ATT_FIRE','SLOW,CURSE',0,'fire_knight',0,89,44,66,22,106,198,12459,3,12,517,776,3468,81,100,130,100,2000,175,30091,0,0,0,0,0,15,20,0,0,5,0,0,-25,0,0,10,0,0,2.4,0,0,0,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(2206,'???','Flame King',4,0,0,73,'','',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'fire_king',0,91,46,66,23,109,203,51024,7,12,892,1338,17580,82,100,130,100,2000,175,0,0,0,0,0,50,15,20,0,10,0,10,0,-20,0,0,10,0,0,2.4,0,0,0,0,40,256,0,0,0,0,0,0,0,0,20,0,0,0,0),(2207,'????','Dark Flame King',4,0,0,73,'','AGGR',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'fire_king',0,91,46,66,23,110,205,356080,25,20,68700,103050,240800,82,110,130,100,2000,150,0,0,0,0,0,50,15,20,40,35,40,40,40,40,0,0,60,0,0,2.28,2205,0,0,0,40,256,0,0,0,0,0,0,0,0,20,0,0,0,0),(2231,'??? ?????','Strong Fight Tiger Slave',1,0,0,69,'','',0,'FIRE,ATT_FIRE','',0,'fire_tiger',0,84,42,63,21,156,191,4440,3,7,283,424,698,78,100,130,100,2000,175,30042,0,0,0,0,0,15,20,15,10,20,15,15,-10,0,0,0,0,0,1.68,0,0,16764108,70105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2232,'??? ??','Strong Flame Ghost',1,0,2,69,'','',0,'FIRE,ATT_FIRE','',0,'fire_ghost',0,85,43,64,21,158,193,4440,3,7,292,438,698,78,100,130,100,2000,850,0,0,0,0,0,0,15,20,0,-5,5,-10,-10,20,0,0,20,0,0,1.68,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2233,'??? ???','Strong Fighting Tiger',2,0,0,70,'','',0,'FIRE,ATT_FIRE','',0,'fire_tiger_boss',0,85,43,65,22,143,214,6073,7,12,395,592,1180,79,100,130,100,2000,175,30019,0,0,0,0,0,15,20,20,15,25,0,0,-25,0,0,0,0,0,2.16,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2234,'??? ???','Strong Flame Ghost',2,0,4,71,'','',0,'FIRE,ATT_FIRE','CURSE',0,'fire_man',0,86,43,65,22,126,234,6225,7,12,413,620,1197,80,100,130,100,2000,175,0,0,0,0,0,0,15,20,-5,-10,0,5,5,-20,0,0,0,0,0,2.16,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(2235,'??? ????','Strong Flame Warrior',3,0,4,72,'','',0,'FIRE,ATT_FIRE','SLOW,CURSE',0,'fire_knight',0,89,44,66,22,127,238,9967,3,12,517,776,2428,81,100,130,100,2000,175,30091,0,0,0,0,0,15,20,0,0,5,0,0,-25,0,0,10,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(2291,'??','Red Dragon',5,0,0,75,'','AGGR',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'fire_dragon',0,99,69,65,23,110,205,489610,24,22,916,1374,135450,84,100,130,100,2000,1000,0,0,0,0,0,0,15,20,30,30,30,30,30,50,100,50,50,50,20,2.64,2205,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0),(2301,'??','Ghost Tree',0,0,1,65,'','AGGR,NOMOVE',0,'ATT_EARTH','',0,'ent_trent',0,75,57,50,10,115,172,2261,3,5,344,516,768,67,100,100,100,2000,650,0,0,0,3,0,0,5,5,0,-5,0,-10,-10,50,0,0,30,0,0,1.12,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2302,'????','Ghost Stump',0,0,0,67,'','',0,'ATT_EARTH','',0,'ent_guru',0,92,42,65,10,134,164,3939,3,5,358,537,803,72,120,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-10,0,5,5,5,0,0,15,0,0,1.12,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2303,'??','Dryad',1,0,1,69,'','',0,'ATT_EARTH','',0,'ent_hu',0,86,55,65,10,127,190,3548,5,5,616,924,1031,76,100,100,100,2000,650,0,0,0,0,10,0,0,0,10,15,5,-10,-10,10,0,0,10,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2304,'????','Ghost Willow',1,0,0,70,'','',0,'ATT_EARTH','SLOW,CURSE',0,'ent_red',0,89,49,77,10,114,211,5206,5,10,632,948,1058,79,115,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-10,-5,5,5,5,0,0,15,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2305,'???','Evil Tree',2,0,0,71,'','AGGR',0,'ATT_EARTH','SLOW,CURSE',0,'ent_black',0,94,75,75,10,118,219,7214,7,5,905,1358,1833,83,115,100,100,2000,150,0,0,0,0,3,0,5,10,10,5,10,15,15,0,0,0,20,0,0,1.6,0,15,0,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2306,'????','Giant Ghost Tree',4,0,0,84,'','AGGR',0,'ATT_EARTH','',0,'ent_huge',0,99,84,70,10,118,219,353840,12,10,38560,57840,27236,86,100,130,100,2000,300,0,0,0,0,0,3,15,20,10,15,10,15,15,-5,0,0,60,0,0,3,2304,35,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(2307,'????','Ghost Tree Lord',5,0,0,86,'','AGGR',0,'ATT_EARTH','',0,'ent_elder',0,121,76,65,10,120,224,452900,30,20,73200,109800,250800,90,100,130,100,2000,300,0,0,0,5,5,10,15,20,10,15,10,20,20,0,0,0,50,0,0,4.8,2305,40,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0),(2311,'???','Red Ghost Tree',1,0,1,74,'','AGGR,NOMOVE',0,'ATT_EARTH','',0,'ent_trent',0,75,57,50,10,128,193,3596,3,5,624,936,1069,67,100,130,100,2000,900,0,0,0,3,0,0,15,20,0,-5,0,-10,-10,50,0,0,50,0,0,1.44,0,15,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2312,'?????','Red Ghost Stump',2,0,0,76,'','',0,'ATT_EARTH','',0,'ent_guru',0,92,42,65,10,148,181,7032,3,5,640,960,1830,72,120,130,100,2000,150,0,0,0,0,0,0,15,20,-5,-10,0,5,5,5,0,0,25,0,0,1.6,0,15,16764879,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2313,'???','Red Dryad',2,0,1,77,'','',0,'ATT_EARTH','',0,'ent_hu',0,86,55,65,10,133,200,5699,5,5,894,1341,1854,76,100,170,100,2000,650,0,0,0,0,10,0,5,15,10,15,5,-10,-10,10,0,0,30,0,0,1.6,0,20,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2314,'?????','Red Ghost Willow',3,0,0,80,'','AGGR',0,'ATT_EARTH','SLOW,CURSE',0,'ent_red',0,89,49,77,10,120,224,11558,5,10,928,1392,3852,79,115,150,100,2000,150,0,0,0,0,0,0,15,20,-5,-10,-5,5,5,5,0,0,35,0,0,1.92,0,25,16764879,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2315,'????','Red Evil Tree',3,0,0,82,'','AGGR',0,'ATT_EARTH','SLOW,CURSE',0,'ent_black',0,94,75,75,10,123,229,11843,7,5,1212,1819,3948,83,115,150,100,2000,150,0,0,0,0,3,0,15,20,10,5,10,15,15,0,0,0,40,0,0,1.92,0,25,16764879,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2401,'????','Setaou Fighter',0,0,0,87,'','AGGR,BERSERK',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_footman',0,107,53,80,26,167,201,12635,3,14,660,990,7050,67,110,130,110,2000,50,0,0,0,3,0,0,5,5,0,0,0,10,10,10,0,0,30,0,0,2.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0),(2402,'????','Setaou Hunter',0,0,1,89,'','AGGR,GODSPEED',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_bowman',0,82,110,55,27,191,222,10283,5,14,674,1011,7212,72,105,150,100,2000,650,0,0,0,0,0,0,5,5,20,20,0,0,0,-30,0,0,10,0,0,2.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0),(2403,'????','Setaou Mystic',1,0,1,89,'','AGGR,REVIVE',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_magician',0,82,55,110,27,151,235,16784,5,14,1092,1638,8658,76,100,150,100,2000,700,0,0,0,0,10,10,0,0,10,10,25,-5,-5,30,0,0,-30,0,0,3,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30),(2404,'????','Setaou Leader',1,0,0,90,'','AGGR,STONESKIN',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_officer',0,111,83,55,28,172,235,22272,7,20,1104,1656,8754,79,110,130,100,2000,50,0,0,0,0,0,0,5,5,10,10,5,-5,-5,10,0,0,15,0,0,4,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(2411,'?????','Setaou Soldier',1,0,0,91,'','AGGR,BERSERK',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_footman',0,112,84,56,28,154,239,17000,3,14,1100,1550,19474,78,115,130,100,2000,50,0,0,0,5,0,0,6,3,10,0,15,30,25,15,0,0,30,0,0,2.5,0,15,16764879,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0),(2412,'?????','Setaou Archer',2,0,1,93,'','AGGR,GODSPEED',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_bowman',0,86,114,57,29,188,239,15390,3,14,1055,1582,19920,82,110,150,100,2000,700,0,0,0,0,3,3,6,6,30,25,10,0,10,5,0,0,20,0,0,2.6,0,15,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0),(2413,'?????','Setaou Magistrate',2,0,1,95,'','AGGR,REVIVE',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_magician',0,88,58,117,29,205,256,21724,4,14,1746,2620,20354,88,110,150,100,2000,700,0,0,0,10,0,10,2,2,30,40,5,30,25,0,0,0,40,0,0,3.3,0,30,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50),(2414,'?????','Setaou Commander',3,0,0,97,'','AGGR,STONESKIN',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_officer',0,119,89,60,30,222,273,41400,5,20,1782,2673,41580,95,105,130,100,2000,50,0,0,0,5,0,5,8,8,30,20,20,10,5,20,0,0,-10,0,0,3.8,0,20,16764879,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0),(2431,'????','????',0,0,0,80,'','AGGR,BERSERK',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_footman',0,107,53,80,26,133,247,7090,3,7,660,990,26208,67,110,130,110,2000,50,0,0,0,3,0,0,5,5,0,-10,0,-10,-10,50,0,0,30,0,0,2.3,0,5,16764108,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0),(2432,'????','????',0,0,1,82,'','AGGR,GODSPEED',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_bowman',0,82,110,55,27,136,252,5522,5,7,674,1011,26334,72,105,150,100,2000,650,0,0,0,0,0,0,5,5,-5,-15,0,5,5,5,0,0,15,0,0,2.6,0,5,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0),(2433,'????','????',1,0,1,82,'','AGGR,REVIVE',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_magician',0,82,55,110,27,136,252,14784,5,7,1092,1638,33396,76,105,150,100,2000,650,0,0,0,0,10,10,0,0,10,10,5,-10,-10,10,0,0,10,0,0,3.3,0,10,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30),(2434,'????','????',1,0,0,83,'','AGGR,STONESKIN',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_officer',0,111,83,55,28,137,255,20272,7,10,1104,1656,33468,79,115,130,100,2000,50,0,0,0,0,0,0,5,5,-5,-15,-5,5,5,5,0,0,15,0,0,4.3,0,15,16764108,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(2451,'?????','?????',1,0,0,84,'','AGGR,BERSERK',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_footman',0,112,84,56,28,139,257,16923,5,7,688,1033,10908,67,135,130,100,2000,50,0,0,0,3,0,0,15,20,0,-10,0,-10,-10,50,0,0,50,0,0,3.5,0,15,13421823,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0),(2452,'?????','?????',2,0,1,86,'','AGGR,GODSPEED',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_bowman',0,86,114,57,29,141,263,22608,5,7,703,1054,11154,72,130,150,100,2000,700,0,0,0,0,0,0,15,20,-5,-15,0,5,5,5,0,0,25,0,0,4,0,15,13421823,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0),(2453,'?????','?????',2,0,1,88,'','AGGR,REVIVE',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_magician',0,88,58,117,29,144,268,23634,7,7,1164,1746,11394,76,130,150,100,2000,700,0,0,0,0,10,10,5,15,10,10,5,-10,-10,10,0,0,30,0,0,4,0,20,13421823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30),(2454,'?????','?????',3,0,0,90,'','AGGR,STONESKIN',0,'DEVIL,ATT_ELEC','SLOW,CURSE,TERROR',0,'ch_officer',0,119,89,60,30,147,273,39540,7,10,1188,1782,23286,79,140,130,100,2000,50,0,0,0,0,0,0,15,20,-5,-15,-5,5,5,5,0,0,35,0,0,6,0,25,13421823,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0),(2491,'????','Captain Yonghan',3,0,0,93,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'ch_general',0,119,89,60,30,144,268,320000,2,9,41500,67250,44700,92,140,130,100,2000,100,0,2492,0,0,0,5,15,15,45,45,35,30,30,45,0,0,20,0,0,4,2404,35,0,0,40,256,40,257,0,0,0,0,0,0,20,0,0,15,30),(2492,'?????','General Yonghan',4,0,0,95,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'ch_general',0,119,89,60,30,147,268,900000,17,30,148500,222750,456600,92,140,130,100,2000,100,0,0,0,5,5,15,10,10,45,45,40,35,35,50,0,0,20,0,0,4.6,2414,40,0,0,40,256,40,257,0,0,0,0,0,0,20,0,0,20,30),(2493,'??','Beran-Setaou',5,0,0,97,'','AGGR,BERSERK,STONESKIN',0,'ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'ch_water_dragon',0,122,91,61,30,150,278,5000000,35,5,23400000,35100000,3564000,739,150,180,100,2000,350,0,0,0,0,0,0,15,20,0,0,0,0,0,0,100,50,0,50,0,2.2,2404,100,0,0,40,256,40,257,0,0,0,0,0,0,20,20,0,30,0),(2494,'????','Captain Huashin',3,0,0,88,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'ch_general',0,119,89,60,30,144,268,300000,4,14,31200,46800,44700,92,140,130,100,2000,100,0,2495,0,0,0,5,10,20,45,45,35,30,30,45,0,0,20,0,0,4,2404,35,0,0,40,256,40,257,0,0,0,0,0,0,20,0,0,15,30),(2495,'?????','General Huashin',4,0,0,90,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'ch_general',0,119,89,60,30,144,273,600000,8,16,118800,178200,456600,92,140,130,100,2000,100,0,0,0,5,5,15,10,10,45,45,40,35,35,50,0,0,20,0,0,4.2,2414,40,0,0,40,256,40,257,0,0,0,0,0,0,20,0,0,20,30),(2501,'??','Jellyfish of Hell',0,0,0,79,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_kid',0,117,88,58,29,240,295,6206,5,7,478,717,739,93,110,100,90,2000,150,0,0,1,1,1,1,0,5,0,-5,0,0,0,0,0,0,0,0,10,1.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2502,'???','Hell Hound',1,0,0,80,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_dog',0,118,59,89,30,243,297,7582,5,7,1176,1764,896,94,110,100,100,2000,150,0,0,1,1,1,1,0,10,0,-5,0,0,0,0,0,0,0,0,10,1.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2503,'??? ?????','Zombie',1,0,0,81,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_infector',0,89,60,120,30,245,300,7718,5,7,1188,1782,906,95,110,100,100,2000,150,0,0,1,1,1,1,0,5,0,-5,0,0,0,0,0,0,0,0,10,1.3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2504,'??? ?????','Hell Officer',2,0,0,82,'','AGGR,BERSERK',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_sword',0,90,120,60,30,248,302,10475,5,7,2214,3321,1526,96,110,100,100,2000,150,0,0,1,1,1,1,0,5,0,-5,0,0,0,0,0,0,0,0,10,1.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2505,'??? ???? ???','Hell Guard',2,0,0,83,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_spear',0,61,122,93,32,250,305,10660,5,7,2236,3355,1542,97,110,100,100,2000,150,0,0,1,1,1,1,0,10,0,-5,0,0,0,0,0,0,0,0,10,1.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2506,'??? ???? ???','Double-head Hell Archer',3,0,1,84,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_bow',0,93,123,62,33,224,336,16947,5,7,3608,5412,3116,98,90,100,100,2000,850,30193,0,1,1,1,1,0,10,0,-5,0,0,0,0,0,0,0,0,10,1.5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0),(2507,'??? ???? ???','Infernal Claw',3,0,1,85,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE',0,'zombie_diseased_boss',0,123,98,90,30,198,367,17242,5,7,3644,5466,3148,99,110,100,100,2000,150,30193,0,1,1,1,1,0,10,0,-5,0,0,0,0,0,0,0,0,10,1.8,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0),(2508,'????','Hell Warrior',0,0,0,79,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_scythe',0,58,117,88,29,240,295,6206,5,7,478,717,739,93,115,130,100,2000,150,0,2541,5,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,20),(2509,'??? ???','Hell Archer',1,0,0,80,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_bow',0,89,119,59,30,215,325,7582,5,7,1176,1764,896,94,120,130,100,2000,850,0,2542,5,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,20),(2510,'??? ???','Hell Spearman',1,0,0,81,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_spear',0,120,90,60,31,245,300,7718,5,7,1188,1782,906,95,120,130,100,2000,150,0,2543,10,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.3,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,20),(2511,'??? ????','Hell Priest',2,0,1,82,'','AGGR,BERSERK',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_magician',0,61,121,91,32,192,358,10475,5,7,2214,3321,1526,96,130,130,100,2000,850,0,2544,10,0,0,0,0,0,-10,-25,5,-20,-20,20,0,0,25,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,20),(2512,'??? ???','Hell Major',2,0,0,83,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_bigboss',0,122,92,62,33,195,361,10660,5,7,2236,3355,1542,97,130,130,100,2000,150,0,2545,15,0,0,0,10,0,-5,-5,10,10,10,20,0,0,30,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20),(2513,'??? ????','Hell Slaughterer',3,0,1,84,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_ghost',0,63,93,123,34,196,365,16947,5,7,3608,5412,3116,98,130,130,100,2000,300,0,2546,15,0,0,0,0,0,-5,-25,0,0,0,20,0,0,35,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20),(2514,'??? ????','Hell General',3,0,0,86,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_general',0,124,100,80,30,200,371,17537,5,7,3680,5520,3180,100,130,130,100,2000,150,0,2547,20,5,0,0,0,0,0,-5,-25,0,0,20,0,0,40,0,10,1.8,0,10,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,20),(2541,'????? ????','Evil Hell Warrior',0,0,0,79,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_scythe',0,58,117,88,29,240,295,6206,5,7,478,717,739,93,115,130,100,2000,150,0,0,5,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,20),(2542,'????? ??? ???','Evil Hell Archer',1,0,0,80,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_bow',0,89,119,59,30,215,325,7582,5,7,1176,1764,896,94,120,130,100,2000,850,0,0,5,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,20),(2543,'????? ??? ???','Evil Hell Spearman',1,0,0,81,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_soldier_spear',0,120,90,60,31,245,300,7718,5,7,1188,1782,906,95,120,130,100,2000,150,30196,0,10,0,0,0,0,0,0,-5,0,0,0,20,0,0,0,0,10,1.3,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,20),(2544,'????? ??? ????','Evil Hell Priest',2,0,1,82,'','AGGR,BERSERK',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_magician',0,61,121,91,32,192,358,10475,5,7,2214,3321,1526,96,130,130,100,2000,850,0,0,10,0,0,0,0,0,-10,-25,5,-20,-20,20,0,0,25,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,20),(2545,'????? ??? ???','Evil Hell Major',2,0,0,83,'','AGGR,GODSPEED',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_bigboss',0,122,92,62,33,195,361,10660,5,7,2236,3355,1542,97,130,130,100,2000,150,30196,0,15,0,0,0,10,0,-5,-5,10,10,10,20,0,0,30,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,20),(2546,'????? ??? ????','Evil Hell Slaughterer',3,0,1,84,'','AGGR,REVIVE',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_ghost',0,63,93,123,34,196,365,16947,5,7,3608,5412,3116,98,130,130,100,2000,300,0,0,15,0,0,0,0,0,-5,-25,0,0,0,20,0,0,35,0,10,1.5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20),(2547,'????? ??? ????','Evil Hell General',3,0,0,86,'','AGGR,STONESKIN',0,'UNDEAD,ATT_DARK','CURSE,TERROR',0,'zombie_general',0,124,100,80,30,200,371,17537,5,7,3680,5520,3180,100,135,130,100,2000,150,30196,0,20,5,0,0,0,0,0,-5,-25,0,0,20,0,0,40,0,10,1.8,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,20),(2591,'??????','Tartaros',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,205,382,73770,10,10,17120,25680,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2.5,2513,20,0,0,25,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2592,'??????','Hell Bastard',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,205,382,73770,10,10,17120,25680,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2.5,2513,20,0,0,25,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2593,'??????','Hell Bastard',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,205,382,73770,10,10,17120,25680,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2.5,2513,20,0,0,25,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2594,'??????','Hell Bastard',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,205,382,73770,10,10,17120,25680,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2.5,2513,20,0,0,25,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2595,'??????','Erebos',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,200,371,43770,10,10,0,0,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2,2513,20,0,0,20,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2596,'??????','Azrael\'s Spawn',4,0,0,89,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_king',0,140,115,130,80,200,371,43770,10,10,0,0,32720,103,110,150,100,2000,150,0,0,30,10,0,0,15,10,40,35,40,40,40,40,0,0,60,0,10,2,2513,20,0,0,20,256,0,0,0,0,0,0,0,0,5,5,5,5,0),(2597,'???? ???','Charon',5,0,0,91,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_god',0,150,120,150,90,209,388,114345,20,20,30520,45780,333600,105,110,150,100,2000,250,0,0,50,10,0,0,20,15,40,35,40,40,40,40,0,0,60,0,10,3,2595,30,0,0,20,257,25,258,0,0,0,0,0,0,10,10,10,10,0),(2598,'?????? ???','Azrael',5,0,0,91,'','AGGR,BERSERK,DEATHBLOW,REVIVE',0,'UNDEAD,ATT_DARK','STUN,SLOW,CURSE,TERROR',0,'zombie_bigboss2',0,150,120,150,90,209,388,924600,20,10,30520,45780,333600,105,110,150,100,2000,450,0,0,50,10,0,0,25,20,40,35,40,40,40,40,0,0,60,0,10,3,2596,30,0,0,10,257,20,259,0,0,0,0,0,0,15,15,15,15,0),(3001,'³¶Àκ´','Gnoll Warrior',0,0,0,95,'','AGGR,GODSPEED',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'gnoll_soldier',0,119,89,59,29,180,220,7084,3,2,184,276,1257,95,110,110,100,2000,100,0,0,0,0,0,0,0,10,20,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3002,'³¶Àαûç','Gnoll Archer',1,0,0,96,'','AGGR,REVIVE',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'gnoll_bow',0,120,90,60,30,182,222,14388,3,2,371,556,3049,115,110,110,100,2000,850,0,0,0,0,5,0,0,12,3,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3003,'³¶ÀÎôÈĺ´','Gnoll Defender',1,0,1,97,'','AGGR,STONESKIN',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'gnoll_soldier2',0,91,121,60,30,183,224,14605,5,5,374,561,3080,116,110,110,100,2000,100,0,0,0,0,3,0,3,15,3,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3004,'³¶Àδë¹ý»ç','Gnoll Magician',2,0,0,98,'','AGGR,BERSERK',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'gnoll_magic',0,122,92,61,30,164,247,37064,5,7,566,849,9336,137,110,110,100,2000,850,0,0,0,0,0,10,10,16,3,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3005,'³¶Àλó±ÞÀ屺','Gnoll General',3,0,0,99,'','AGGR,GODSPEED',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'gnoll_general',0,93,124,62,31,166,249,75218,5,10,761,1142,22533,168,110,110,100,2000,100,0,0,0,0,5,0,5,15,5,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3090,'³¶ÀÎÁ· ºÎÁ·Àå','Gnoll Lord',4,0,0,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'gnoll_boss',0,128,96,64,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,20,35,40,40,40,40,0,0,0,0,0,2.4,3004,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3091,'³¶ÀÎÁ·Àå','Supreme Gnoll Guard',5,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'gnoll_boss2',0,131,65,131,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,20,35,40,40,40,40,0,0,0,0,0,2.88,3005,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3101,'¿Ü¾ÈÅõ±Íº´','One-eyed Slugger',0,0,0,98,'','AGGR,GODSPEED',0,'ORC,ATT_ELEC','SLOW,CURSE,TERROR',0,'cyclops_soldier',0,122,92,61,30,185,226,7412,3,2,188,283,1296,98,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3102,'¿Ü¾ÈÅõ±ÍôÈĺ´','Cyclops Soldier',1,0,0,99,'','AGGR,REVIVE',0,'ORC,ATT_ELEC','SLOW,CURSE,TERROR',0,'cyclops_soldier2',0,124,93,62,31,187,228,15043,3,2,380,571,3143,118,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3103,'¿Ü¾ÈÅõ±Í¹ý»ç','Cyclops Magician',1,0,1,100,'','AGGR,STONESKIN',0,'ORC,ATT_ELEC','SLOW,CURSE,TERROR',0,'cyclops_magic',0,62,93,125,31,189,231,15263,5,5,384,576,3175,120,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3104,'¿Ü¾ÈÅõ±ÍÀ屺','Cyclops Executioner',2,0,0,101,'','AGGR,BERSERK',0,'ORC,ATT_ELEC','SLOW,CURSE,TERROR',0,'cyclops_officer',0,63,126,63,31,169,254,38703,5,7,580,871,9622,141,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3105,'¿Ü¾ÈÅõ±Í»ó±ÞÀ屺','General Outis',3,0,0,102,'','AGGR,GODSPEED',0,'ORC,ATT_ELEC','SLOW,CURSE,TERROR',0,'cyclops_general',0,127,63,127,31,171,256,78507,5,10,780,1171,23214,173,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3190,'¿Ü¾ÈÅõ±ÍÁ· ºÎÁ·Àå','Arges',4,0,0,104,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'cyclops_boss',0,130,65,130,32,152,282,322784,10,10,992,1488,114077,208,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3104,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3191,'¿Ü¾ÈÅõ±ÍÁ·Àå','Polyphemos',5,0,0,106,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'cyclops_boss2',0,132,66,132,33,154,287,994620,30,15,1814,2721,418645,254,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3105,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3201,'¹üÀͺ´','Manticore Warrior',0,0,0,96,'','AGGR,GODSPEED',0,'ANIMAL,ATT_WIND','SLOW,CURSE,TERROR',0,'manticore_soldier',0,120,90,60,30,182,222,7194,3,2,185,278,1270,96,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3202,'¹üÀÍôÈĺ´','Manticore Soldier',1,0,0,97,'','AGGR,REVIVE',0,'ANIMAL,ATT_WIND','SLOW,CURSE,TERROR',0,'manticore_soldier2',0,121,91,60,30,183,224,14605,3,2,374,561,3080,116,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3203,'¹üÀ͹ý»ç','Manticore Magus',1,0,1,98,'','AGGR,STONESKIN',0,'ANIMAL,ATT_WIND','SLOW,CURSE,TERROR',0,'manticore_magic',0,92,122,61,30,185,226,14825,5,5,377,566,3111,117,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3204,'¹üÀÍÀ屺','Manticore Executioner',2,0,0,99,'','AGGR,BERSERK',0,'ANIMAL,ATT_WIND','SLOW,CURSE,TERROR',0,'manticore_officer',0,124,62,124,31,166,249,37609,5,7,571,856,9432,138,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3205,'¹üÀÍ»ó±ÞÀ屺','General Cor',3,0,0,101,'','AGGR,GODSPEED',0,'ANIMAL,ATT_WIND','SLOW,CURSE,TERROR',0,'manticore_general',0,126,94,63,31,169,254,77407,5,10,774,1161,22987,171,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3290,'¹üÀÍÁ· ºÎÁ·Àå','Rakshasa',4,0,0,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'manticore_boss',0,96,128,64,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3204,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3291,'¹üÀÍÁ·Àå','Martyaxwar',5,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'manticore_boss2',0,131,65,131,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3205,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3301,'¸Á·®º´','Lemures Warrior',0,0,0,97,'','AGGR,GODSPEED',0,'DEVIL,ATT_WIND','SLOW,CURSE,TERROR',0,'lemures_soldier',0,121,91,60,30,183,224,7302,3,2,187,280,1283,97,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3302,'¸Á·®Ã´Èĺ´','Lemures Soldier',1,0,0,98,'','AGGR,REVIVE',0,'DEVIL,ATT_WIND','SLOW,CURSE,TERROR',0,'lemures_soldier2',0,122,92,61,30,185,226,14825,3,2,377,566,3111,117,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3303,'¸Á·®¹ý»ç','Lemures Magician',1,0,1,99,'','AGGR,STONESKIN',0,'DEVIL,ATT_WIND','SLOW,CURSE,TERROR',0,'lemures_magic',0,93,124,62,31,187,228,15043,5,5,380,571,3143,118,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3304,'¸Á·®À屺','Lemures Executioner',2,0,0,100,'','AGGR,BERSERK',0,'DEVIL,ATT_WIND','SLOW,CURSE,TERROR',0,'lemures_officer',0,125,62,125,31,168,252,38159,5,7,576,864,9527,140,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3305,'¸Á·®»ó±ÞÀ屺','Lemures General',3,0,0,101,'','AGGR,GODSPEED',0,'DEVIL,ATT_WIND','SLOW,CURSE,TERROR',0,'lemures_general',0,126,63,126,31,169,254,77407,5,10,774,1161,22987,171,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3390,'¸Á·®Á· ºÎÁ·Àå','Lemures Prince',4,0,0,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_WIND','STUN,SLOW,CURSE,TERROR',0,'lemures_boss',0,128,64,128,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3304,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3391,'¸Á·®Á·Àå','Lemures Bodyguard',5,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'lemures_boss2',0,131,65,131,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3305,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3401,'¾îÀκ´','Tritonic Moray',0,0,0,96,'','AGGR,GODSPEED',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'triton_soldier',0,120,60,120,30,182,222,7194,3,2,185,278,1270,96,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3402,'¾îÀÎôÈĺ´','Shark Soldier',1,0,0,97,'','AGGR,REVIVE',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'triton_soldier2',0,121,60,121,30,183,224,14605,3,2,374,561,3080,116,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3403,'¾îÀιý»ç','Tritonic Magician',1,0,1,98,'','AGGR,STONESKIN',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'triton_magic',0,61,92,122,30,185,226,14825,5,5,377,566,3111,117,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3404,'¾îÀÎÀ屺','Tritonic Hunter',2,0,0,99,'','AGGR,BERSERK',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'triton_officer',0,124,93,62,31,166,249,37609,5,7,571,856,9432,138,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3405,'¾îÀλó±ÞÀ屺','Tritonic Slasher',3,0,0,101,'','AGGR,GODSPEED',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'triton_general',0,126,94,63,31,169,254,77407,5,10,774,1161,22987,171,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3490,'¾îÀÎÁ· ºÎÁ·Àå','General Kappa',4,0,0,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'triton_boss',0,128,96,64,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3404,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3491,'¾îÀÎÁ·Àå','Triton',5,0,1,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'triton_boss2',0,98,131,65,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3405,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3501,'ºÓÀºµµÀû´Ü¿ø','Red Thief Amazon',0,0,1,95,'','AGGR,GODSPEED',0,'HUMAN,ATT_EARTH','SLOW,CURSE,TERROR',0,'redthief_bow',0,89,119,59,29,180,220,7084,3,2,184,276,1257,95,110,110,100,2000,850,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3502,'ºÓÀºµµÀû´Ü»ó±Þ´Ü¿ø','Red Thief Assassin',1,0,0,96,'','AGGR,REVIVE',0,'HUMAN,ATT_EARTH','SLOW,CURSE,TERROR',0,'redthief_soldier2',0,120,90,60,30,182,222,14388,3,2,371,556,3049,115,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3503,'ºÓÀºµµÀû´Ü¹ý»ç','Red Thief Magician',1,0,1,97,'','AGGR,STONESKIN',0,'HUMAN,ATT_EARTH','SLOW,CURSE,TERROR',0,'redthief_magic',0,91,121,60,30,183,224,14605,5,5,374,561,3080,116,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3504,'ºÓÀºµµÀû´ÜÀå¼ö','Red Thief Executioner',2,0,0,98,'','AGGR,BERSERK',0,'HUMAN,ATT_EARTH','SLOW,CURSE,TERROR',0,'redthief_officer',0,122,92,61,30,164,247,37064,5,7,566,849,9336,137,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3505,'ºÓÀºµµÀû´Ü»ó±ÞÀ屺','Black General',3,0,0,99,'','AGGR,GODSPEED',0,'HUMAN,ATT_EARTH','SLOW,CURSE,TERROR',0,'redthief_general',0,124,93,62,31,166,249,75218,5,10,761,1142,22533,168,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3551,'ÁøºÓÀºµµÀû´Ü¿ø','Brutal Red Thief Amazon',0,0,1,97,'','AGGR,GODSPEED',0,'HUMAN,ATT_ELEC','SLOW,CURSE,TERROR',0,'redthief2_bow',0,91,121,60,30,183,224,7302,3,2,187,280,1283,97,110,110,100,2000,850,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,20,256,0,0,0,0,0,0,0,0,10,0,0,0,0),(3552,'ÁøºÓÀºµµÀû´Ü»ó±Þ´Ü¿ø','Brut. Red Thief Assassin',1,0,0,98,'','AGGR,REVIVE',0,'HUMAN,ATT_ELEC','SLOW,CURSE,TERROR',0,'redthief2_soldier2',0,122,92,61,30,185,226,14825,3,2,377,566,3111,117,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,20,257,25,258,0,0,0,0,0,0,0,10,0,0,0),(3553,'ÁøºÓÀºµµÀû´Ü¹ý»ç','Brut. Red Thief Magician',1,0,1,99,'','AGGR,STONESKIN',0,'HUMAN,ATT_ELEC','SLOW,CURSE,TERROR',0,'redthief2_magic',0,93,124,62,31,187,228,15043,5,5,380,571,3143,118,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3554,'ÁøºÓÀºµµÀû´ÜÀå¼ö','Brut.RedThiefExecutioner',2,0,0,100,'','AGGR,BERSERK',0,'HUMAN,ATT_ELEC','SLOW,CURSE,TERROR',0,'redthief2_officer',0,125,93,62,31,168,252,38159,5,7,576,864,9527,140,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3555,'ÁøºÓÀºµµÀû´Ü»ó±ÞÀ屺','White General',3,0,0,101,'','AGGR,GODSPEED',0,'HUMAN,ATT_ELEC','SLOW,CURSE,TERROR',0,'redthief2_general',0,126,94,63,31,169,254,77407,5,10,774,1161,22987,171,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3590,'ºÓÀºµµÀû´ÜºÎ´ÜÀå','Bone Face',4,0,1,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'HUMAN,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'redthief_boss',0,128,64,128,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3504,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(3591,'ºÓÀºµµÀû´Ü´ÜÀå','Red Chief',5,0,1,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'HUMAN,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'redthief_boss2',0,131,65,131,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3505,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3595,'ÁøºÓÀºµµÀû´ÜºÎ´ÜÀå','Brutal Bone Face',4,0,1,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'HUMAN,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'redthief2_boss',0,131,65,131,32,153,285,327140,10,10,1000,1500,115172,210,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3554,25,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3596,'ÁøºÓÀºµµÀû´Ü´ÜÀå','Brutal Red Chief',5,0,1,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'HUMAN,ATT_ELEC','STUN,SLOW,CURSE,TERROR',0,'redthief2_boss2',0,133,66,133,33,156,290,1007688,30,15,1828,2743,422585,256,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3555,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3601,'°©°¢Ãæ','Crab Warrior',0,0,0,96,'','AGGR,GODSPEED',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'crustacean_soldier',0,120,90,60,30,182,222,7194,3,2,185,278,1270,96,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3602,'°©°¢ÅõÃæ','Scorpion Marksman',1,0,1,97,'','AGGR,REVIVE',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'crustacean_bow',0,121,91,60,30,183,224,14605,3,2,374,561,3080,116,110,110,100,2000,850,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3603,'°©°¢±¸Ãæ','Shrimp Soldier',1,0,0,98,'','AGGR,STONESKIN',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'crustacean_soldier2',0,122,92,61,30,185,226,14825,5,5,377,566,3111,117,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3604,'°©°¢¹æÃæ','Diabolical Hermit',2,0,0,99,'','AGGR,BERSERK',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'crustacean_officer',0,93,124,62,31,166,249,37609,5,7,571,856,9432,138,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3605,'°©°¢½ÅÃæ','Armoured Crab',3,0,0,101,'','AGGR,GODSPEED',0,'DEVIL,ATT_ICE','SLOW,CURSE,TERROR',0,'crustacean_general',0,126,63,126,31,169,254,77407,5,10,774,1161,22987,171,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3690,'°Å´ë°©°¢Åõ½ÅÃæ','General Lobster',4,0,0,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'crustacean_boss',0,96,128,64,32,150,280,318384,10,10,984,1476,112984,206,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3604,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3691,'´ë¿ÕÅõ±ÍÃæ','King Crab',5,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'crustacean_boss2',0,65,131,65,32,153,285,981420,30,15,1800,2700,414705,252,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3605,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3701,'°ÅÀκ´','Gigantic Biter',0,0,0,100,'','AGGR,GODSPEED',0,'ORC,ATT_EARTH','SLOW,CURSE,TERROR',0,'giant_soldier',0,125,62,125,31,189,231,7631,3,2,192,288,1323,100,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3702,'°ÅÀÎôÈĺ´','Gigantic Slaughterer',1,0,0,101,'','AGGR,REVIVE',0,'ORC,ATT_EARTH','SLOW,CURSE,TERROR',0,'giant_soldier2',0,126,63,126,31,190,233,15481,3,2,387,580,3207,121,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3703,'°ÅÀιý»ç','Gigantic Magus',1,0,1,103,'','AGGR,STONESKIN',0,'ORC,ATT_EARTH','SLOW,CURSE,TERROR',0,'giant_magic',0,64,128,64,32,194,237,15919,5,5,393,590,3270,123,110,110,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3704,'°ÅÀÎÀ屺','Twiant',2,0,0,104,'','AGGR,BERSERK',0,'ORC,ATT_EARTH','SLOW,CURSE,TERROR',0,'giant_officer',0,130,65,130,32,174,261,40348,5,7,595,892,9907,145,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3705,'°ÅÀλó±ÞÀ屺','Captain Hooks',3,0,0,105,'','AGGR,GODSPEED',0,'ORC,ATT_EARTH','SLOW,CURSE,TERROR',0,'giant_general',0,131,65,131,32,175,263,81785,5,10,800,1200,23895,178,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3790,'°ÅÀÎÁ· ºÎÁ·Àå','Gargoyle',4,0,0,106,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'giant_boss',0,99,132,66,33,154,287,331540,10,10,1008,1512,116266,212,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3704,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3791,'°ÅÀÎÁ·Àå','King Wubba',5,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'giant_boss2',0,133,66,133,33,156,290,1007688,30,15,1828,2743,422585,256,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3705,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3801,'ÀúÀκ´','Hangork',0,0,0,99,'','AGGR,GODSPEED',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'ogre_soldier',0,62,93,124,31,187,228,7521,3,2,190,285,1310,99,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(3802,'ÀúÀαûç','Archie Ogre',1,0,1,100,'','AGGR,REVIVE',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'ogre_bow',0,62,125,62,31,189,231,15263,3,2,384,576,3175,120,110,110,100,2000,850,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(3803,'ÀúÀÎôÈĺ´','Brawl Ogre',1,0,0,101,'','AGGR,STONESKIN',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'ogre_officer',0,63,94,126,31,190,233,15481,5,5,387,580,3207,121,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3804,'ÀúÀιý»ç','Ogre Magus',2,0,1,102,'','AGGR,BERSERK',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'ogre_magic',0,95,127,63,31,171,256,39253,5,7,585,878,9717,142,110,110,100,2000,850,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3805,'ÀúÀλó±ÞÀ屺','General Ogg',3,0,0,103,'','AGGR,GODSPEED',0,'ANIMAL,ATT_EARTH','SLOW,CURSE,TERROR',0,'ogre_general',0,128,64,128,32,172,258,79596,5,10,787,1180,23441,175,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3890,'ÀúÀÎÁ· ºÎÁ·Àå','Captain Shruk',4,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'ogre_boss',0,131,65,131,32,153,285,327140,10,10,1000,1500,115172,210,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,3804,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3891,'ÀúÀÎÁ·Àå','The Great Ogre',5,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL,ATT_EARTH','STUN,SLOW,CURSE,TERROR',0,'ogre_boss2',0,133,66,133,33,156,290,1007688,30,15,1828,2743,422585,256,110,110,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,3805,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3901,'±Í¸ñ º¸½º','Willowman',5,0,1,110,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'ent_boss1',0,137,68,137,34,160,297,1047156,30,15,1872,2808,394915,264,100,100,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3902,'±Í¸ñ º¸½º','Eoten',5,0,1,110,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'ent_boss2',0,137,68,137,34,160,297,1047156,30,15,1872,2808,394915,264,100,100,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3903,'±Í¸ñ º¸½º','Skouman',5,0,1,110,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'ent_boss3',0,137,68,137,34,160,297,1047156,30,15,1872,2808,394915,264,100,100,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3904,'Áö¹«½Å¿Õ','Captain Hooks',2,0,0,101,'','AGGR,BERSERK',0,'ORC','SLOW,CURSE,TERROR',0,'cyclops_officer',0,63,126,63,31,169,254,38703,5,7,580,871,8748,141,100,100,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.4,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3905,'õ¹«½Å³à','Mu-Shu',5,0,0,110,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'ent_boss3',0,137,68,137,34,160,297,1047156,30,15,1872,2808,394915,264,100,100,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3906,'ÁøÃµ¹«½Å³à','Yah-Ki',5,0,0,110,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'ent_boss2',0,137,68,137,34,160,297,1047156,30,15,1872,2808,394915,264,100,100,100,2000,100,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(3907,'Èæ»ç´ë¹ý»ç','Moghu',1,0,1,99,'','AGGR,STONESKIN',0,'HUMAN','SLOW,CURSE,TERROR',0,'redthief2_magic',0,93,124,62,31,187,228,15043,5,5,380,571,2858,118,100,100,100,2000,850,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.2,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(3908,'Èæ»ç´ëÀå¼ö','Carnifex',2,0,0,100,'','AGGR,BERSERK',0,'HUMAN','SLOW,CURSE,TERROR',0,'redthief2_officer',0,125,93,62,31,168,252,38159,5,7,576,864,8661,140,100,100,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.4,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(3909,'Èæ»ç´ë »ó±ÞÀ屺','General Albus',3,0,0,101,'','AGGR,GODSPEED',0,'HUMAN','SLOW,CURSE,TERROR',0,'redthief2_general',0,126,94,63,31,169,254,77407,5,10,774,1161,20898,171,100,100,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,1.7,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(3910,'Èæ»ç´ÜÀå','Skeletos',4,0,1,103,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'HUMAN','STUN,SLOW,CURSE,TERROR',0,'redthief_boss',0,128,64,128,32,150,280,318384,10,10,984,1476,102713,206,100,100,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2,3908,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(3911,'±æ ÀÒÀº °Å´ë±Í¸ñ','Aku-Boku',4,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'ent_huge',0,131,65,131,32,153,285,327140,10,10,1000,1500,104702,210,100,100,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2,0,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3912,'¿Ü·Î¿î °Å´ë±Í¸ñ','Arboretum',4,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'ent_huge',0,131,65,131,32,153,285,327140,10,10,1000,1500,104702,210,100,100,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2,0,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(3913,'È¥¶õÇÑ °Å´ë±Í¸ñ','Sycomore',4,0,0,105,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'ent_huge',0,131,65,131,32,153,285,327140,10,10,1000,1500,104702,210,100,100,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2,0,20,0,0,20,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(5001,'?? ???','Pirate Tanaka',4,0,0,1,'','COWARD',0,'HUMAN','',0,'japanese_pirate',0,1,60,90,1,0,0,30000,0,0,50000,50000,1,120,110,130,100,2000,150,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5002,'??','Hae-Tae',4,0,0,60,'','AGGR',0,'FIRE','',0,'fire_tiger_boss',0,85,43,65,22,121,147,60144,12,10,736,1104,19280,79,110,130,100,2000,300,0,0,0,0,0,0,5,5,0,-5,0,0,0,0,90,0,0,0,0,1.68,0,0,0,0,30,258,20,259,0,0,0,0,0,0,0,0,0,0,0),(5003,'???','Monkey',0,0,0,1,'','',0,'ANIMAL','',0,'monkey',0,1,1,1,1,1,1,1,0,0,1,1,1,1,110,130,100,2000,150,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5004,'?? ???','Pirate Tanaka',0,0,0,80,'','COWARD',0,'HUMAN','',0,'japanese_pirate',0,1,1,1,1,0,0,1000,0,0,0,0,1,1,110,130,100,2000,150,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5101,'??? ??','Weak Ape Soldier',0,0,0,22,'','AGGR',0,'ANIMAL','',0,'monkey',0,32,24,16,8,56,68,851,3,5,68,103,356,51,100,170,100,2000,150,0,0,0,0,0,0,0,1,0,0,0,0,0,-10,0,0,0,0,0,1.2,0,0,16764879,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5102,'??? ????','Weak Ape Thrower',1,0,1,25,'','AGGR',0,'ANIMAL','',0,'monkey',0,35,26,18,9,61,74,1219,7,5,116,174,485,54,100,150,100,2000,850,0,0,0,1,0,1,1,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,16749973,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5103,'??? ????','Weak Ape Fighter',2,0,0,27,'','AGGR',0,'ANIMAL','',0,'monkey',0,38,28,19,9,57,86,1805,12,10,167,250,872,57,100,170,100,2000,150,0,0,0,2,0,0,0,1,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,13391189,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5104,'??? ???','Weak Ape General',3,0,0,29,'','AGGR',0,'ANIMAL','',0,'monkey',0,40,30,20,10,53,98,3098,7,10,224,337,1872,58,100,150,100,2000,150,0,0,0,0,0,2,1,1,5,-10,0,-10,-10,-10,0,0,0,0,0,2.4,0,0,10044484,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5111,'??? ??','Apesoldier',0,0,0,35,'','AGGR',0,'ANIMAL','',0,'monkey',0,47,35,24,12,78,95,1605,3,5,100,150,564,66,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,1.2,0,0,13619199,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5112,'??? ????','Apethrower',1,0,1,37,'','AGGR',0,'ANIMAL','',0,'monkey',0,50,37,25,12,81,99,2088,7,5,164,246,715,68,100,150,100,2000,850,0,0,0,3,0,3,0,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,9803263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5113,'??? ????','Apefighter',2,0,0,39,'','AGGR',0,'ANIMAL','',0,'monkey',0,52,39,26,13,85,104,3008,12,10,234,351,1256,69,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,10066380,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5114,'??? ???','Apegeneral',3,0,0,40,'','AGGR',0,'ANIMAL','',0,'monkey',0,53,40,27,13,86,106,4883,7,10,304,456,2576,70,100,150,100,2000,150,0,0,0,3,0,0,1,3,5,-10,0,-10,-10,-10,0,0,0,0,0,2.4,0,0,8947967,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5115,'??? ????','Stone Ape',3,0,0,41,'','AGGR',0,'ANIMAL','',0,'monkey',0,55,41,27,14,87,108,5258,7,10,318,477,2640,72,100,160,100,2000,150,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,2.4,0,0,13619199,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5116,'??? ?????','Ape Leader',3,0,0,42,'','AGGR',0,'ANIMAL','',0,'monkey',0,56,42,28,14,100,122,10515,7,10,318,477,9900,72,100,160,100,2000,150,0,0,0,3,0,3,3,3,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.88,5114,0,13619199,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5121,'??? ??','Strong Ape Soldier',0,0,0,45,'','AGGR',0,'ANIMAL','',0,'monkey',0,59,44,30,15,95,116,2340,3,5,124,186,724,74,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,1,0,0,0,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5122,'??? ????','Strong Ape Thrower',1,0,1,47,'','AGGR',0,'ANIMAL','',0,'monkey',0,62,46,31,15,87,131,3007,7,5,204,306,907,76,100,150,100,2000,850,0,0,0,3,0,3,0,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,11184810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5123,'??? ????','Strong Ape Fighter',2,0,0,49,'','AGGR',0,'ANIMAL','',0,'monkey',0,64,48,32,16,79,147,4286,12,10,290,435,1576,78,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,8947848,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5124,'??? ???','Strong Ape General',3,0,0,52,'','AGGR',0,'ANIMAL','',0,'monkey',0,68,51,34,17,107,131,7380,7,10,390,585,3344,79,100,150,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,2.4,0,0,6710886,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5125,'??? ????','Strong Stone Ape',3,0,0,53,'','AGGR',0,'ANIMAL','',0,'monkey',0,69,52,34,17,108,132,7618,7,10,397,596,3360,81,100,150,100,2000,150,0,0,0,1,0,0,3,3,-5,-15,0,0,0,20,0,0,0,0,0,2.4,0,0,16764879,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5126,'??? ????','Strong Gold Ape',3,0,0,54,'','AGGR',0,'ANIMAL','',0,'monkey',0,70,53,35,17,109,133,7858,7,10,404,607,3440,82,100,160,100,2000,150,0,0,0,0,0,1,3,3,0,0,-20,0,0,0,0,0,0,0,0,2.4,0,0,16764879,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5127,'??? ?????','Strong Leader Ape',3,0,0,54,'','AGGR',0,'ANIMAL','',0,'monkey',0,70,53,35,17,119,146,15715,7,10,404,607,12900,82,100,170,100,2000,150,0,0,0,3,0,3,0,3,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.88,5124,0,16764879,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5131,'??? ??? ??','Clever small Apesoldier',0,0,0,22,'','AGGR',0,'ANIMAL','',0,'monkey',0,32,24,16,8,67,82,681,3,5,68,103,249,51,100,170,100,2000,150,0,0,0,0,0,0,0,1,0,0,0,0,0,-10,0,0,0,0,0,1.2,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5132,'??? ??? ????','Clever small Apethrower',1,0,1,25,'','AGGR',0,'ANIMAL','',0,'monkey',0,35,26,18,9,73,89,975,7,5,116,174,339,54,100,150,100,2000,850,0,0,0,1,0,1,1,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5133,'??? ??? ????','Clever small Apefighter',2,0,0,27,'','AGGR',0,'ANIMAL','',0,'monkey',0,38,28,19,9,68,103,1444,12,10,167,250,610,57,100,170,100,2000,150,0,0,0,2,0,0,0,1,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5134,'??? ??? ???','Clever small Apegeneral',3,0,0,29,'','AGGR',0,'ANIMAL','',0,'monkey',0,40,30,20,10,63,117,2478,7,10,224,337,1310,58,100,150,100,2000,150,0,0,0,0,0,2,1,1,5,-10,0,-10,-10,-10,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5141,'??? ??? ??','Clever Apesoldier',0,0,0,35,'','AGGR',0,'ANIMAL','',0,'monkey',0,47,35,24,12,93,114,1284,3,5,100,150,395,66,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,1.2,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5142,'??? ??? ????','Clever Apethrower',1,0,1,37,'','AGGR',0,'ANIMAL','',0,'monkey',0,50,37,25,12,98,119,1670,7,5,164,246,501,68,100,150,100,2000,850,0,0,0,3,0,3,0,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5143,'??? ??? ????','Clever Apefighter',2,0,0,39,'','AGGR',0,'ANIMAL','',0,'monkey',0,52,39,26,13,102,124,2406,12,10,234,351,879,69,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5144,'??? ??? ???','Clever Apegeneral',3,0,0,40,'','AGGR',0,'ANIMAL','',0,'monkey',0,53,40,27,13,104,127,3906,7,10,304,456,1803,70,100,150,100,2000,150,0,0,0,3,0,0,1,3,5,-10,0,-10,-10,-10,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5145,'??? ??? ????','Clever Stoneape',3,0,0,41,'','AGGR',0,'ANIMAL','',0,'monkey',0,55,41,27,14,104,130,4206,7,10,318,477,1848,72,100,160,100,2000,150,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5146,'??? ??? ?????','Clever Apeleader',3,0,0,42,'','AGGR',0,'ANIMAL','',0,'monkey',0,56,42,28,14,120,146,8412,7,10,318,477,6930,72,100,160,100,2000,150,0,0,0,3,0,3,3,3,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.88,5114,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5151,'??? ??? ??','Evil strong Apesoldier',0,0,0,45,'','AGGR',0,'ANIMAL','',0,'monkey',0,59,44,30,15,114,139,1872,3,5,124,186,507,74,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,1,0,0,16764108,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5152,'??? ??? ????','Evil strong Apethrower',1,0,1,47,'','AGGR',0,'ANIMAL','',0,'monkey',0,62,46,31,15,105,157,2406,7,5,204,306,635,76,100,150,100,2000,850,0,0,0,3,0,3,0,0,-5,-20,0,0,0,20,0,0,-30,0,0,1.68,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5153,'??? ??? ????','Evil strong Apefighter',2,0,0,49,'','AGGR',0,'ANIMAL','',0,'monkey',0,64,48,32,16,95,176,3429,12,10,290,435,1103,78,100,170,100,2000,150,0,0,0,0,0,0,0,3,0,0,-25,0,0,0,0,0,0,0,0,2.16,0,0,16764108,70106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5154,'??? ??? ???','Evil strong Apegeneral',3,0,0,52,'','AGGR',0,'ANIMAL','',0,'monkey',0,68,51,34,17,128,157,5904,7,10,390,585,2341,79,100,150,100,2000,150,0,0,0,0,0,0,0,3,0,0,0,0,0,-20,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5155,'??? ??? ????','Evil strong Stoneape',3,0,0,53,'','AGGR',0,'ANIMAL','',0,'monkey',0,69,52,34,17,130,158,6094,7,10,397,596,2352,81,100,150,100,2000,150,0,0,0,1,0,0,3,3,-5,-15,0,0,0,20,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5156,'??? ??? ????','Evil strong Goldape',3,0,0,54,'','AGGR',0,'ANIMAL','',0,'monkey',0,70,53,35,17,131,160,6286,7,10,404,607,2408,82,100,160,100,2000,150,0,0,0,0,0,1,3,3,0,0,-20,0,0,0,0,0,0,0,0,2.4,0,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5157,'??? ??? ?????','Evil strong Apeleader',3,0,0,54,'','AGGR',0,'ANIMAL','',0,'monkey',0,70,53,35,17,143,175,12572,7,10,404,607,9030,82,100,170,100,2000,150,0,0,0,3,0,3,0,3,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.88,5124,0,16764108,70107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5161,'????','Rock Ape',4,0,0,30,'','AGGR',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'stone_monkey',0,41,31,21,10,69,85,12960,10,10,11280,16920,19360,59,100,180,100,2000,150,0,0,0,3,0,0,0,3,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.4,5104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5162,'????','Walking Ape',4,0,0,43,'','AGGR',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'gold_monkey',0,57,43,28,14,115,152,21800,10,10,22876,34314,27680,70,100,180,100,2000,150,0,0,0,0,0,3,0,5,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.4,5115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5163,'????','Ape Lord',4,0,0,55,'','AGGR',0,'ANIMAL','STUN,SLOW,CURSE,TERROR',0,'god_monkey',0,71,53,36,18,125,167,32410,10,10,37180,55770,35360,84,100,180,100,2000,150,0,0,0,3,0,3,5,5,-5,-10,-5,-15,-5,20,0,0,0,0,0,2.4,5126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6001,'È­Á¤','Ember Flame Ghost',0,0,2,97,'','AGGR,GODSPEED',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'fire_ghost',0,125,62,125,31,289,331,11446,3,2,192,288,1323,100,110,110,100,2000,850,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(6002,'¿°Á¤','Ember Flame Tiger',0,0,0,99,'','AGGR,REVIVE',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'fire_tiger_boss',0,126,63,126,31,290,333,23221,3,2,387,580,3207,121,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(6003,'±Ø¿­Á¤','Ember Flame',1,0,0,100,'','AGGR,STONESKIN',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'fire_man',0,64,128,64,32,294,337,23878,5,5,393,590,3270,123,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(6004,'Ç÷È­Á¤','Ember Flame Warrior',1,0,0,100,'','AGGR,GODSPEED',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'fire_knight',0,125,62,125,31,289,331,11446,3,2,192,288,1323,100,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(6005,'È­¸¶','Ember Flame King',2,0,0,103,'','AGGR,REVIVE',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'fire_king',0,126,63,126,31,290,333,23221,3,2,387,580,3207,121,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(6006,'¿°¸¶','Ember Flame Golem',2,0,0,103,'','AGGR,STONESKIN',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'firegolem_soldier',0,64,128,64,32,294,337,23878,5,5,393,590,3270,123,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(6007,'È­±«','Ember Flame Beard',2,0,0,105,'','AGGR,BERSERK',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'firegolem_magician',0,130,65,130,32,274,361,60522,5,7,595,892,9907,145,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(6008,'¿°±«','Ember Flame General',3,0,0,105,'','AGGR,GODSPEED',0,'FIRE,ATT_FIRE','SLOW,CURSE,TERROR',0,'firegolem_general',0,131,65,131,32,275,363,122677,5,10,800,1200,23895,178,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(6009,'ÃÊ¿­±«','Ember Flame Chieftain',3,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'firegolem_boss',0,99,132,66,33,254,387,497310,10,10,1008,1512,116266,212,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,6008,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(6051,'ÁøÃÊ¿­±«','Ignitor',3,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'firegolem_boss',0,99,132,66,33,254,387,497310,10,10,1008,1512,116266,212,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,6008,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(6091,'¾ß¸¶Ãµ','Razador',4,0,0,108,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'FIRE,ATT_FIRE','STUN,SLOW,CURSE,TERROR',0,'yamachun_boss',0,133,66,133,33,256,390,1511532,30,15,1828,2743,422585,256,110,110,100,2000,300,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,6008,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(6101,'ºùÁ¤','Frost Crystal',0,0,2,97,'','AGGR,GODSPEED',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'ice_snow_monster',0,62,93,124,31,187,228,7521,3,2,190,285,1310,99,110,110,100,2000,850,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(6102,'³ÃÁ¤','Frost Bug',0,0,0,99,'','AGGR,REVIVE',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'ice_snow_insect',0,62,125,62,31,189,231,15263,3,2,384,576,3175,120,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(6103,'±ØºùÁ¤','Frost Man',1,0,0,100,'','AGGR,STONESKIN',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'ice_snow_man',0,63,94,126,31,190,233,15481,5,5,387,580,3207,121,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(6104,'ÇѺùÁ¤','Frost Yeti',1,0,0,100,'','AGGR,GODSPEED',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'ice_snow_giant_man',0,62,93,124,31,187,228,7521,3,2,190,285,1310,99,110,110,100,2000,100,0,0,0,0,0,0,0,10,0,-5,0,0,0,20,0,0,0,0,0,1.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0),(6105,'ºù¸¶','Frost Golem',2,0,0,103,'','AGGR,REVIVE',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'ice_snow_golem',0,62,125,62,31,189,231,15263,3,2,384,576,3175,120,110,110,100,2000,100,0,0,0,0,5,0,0,12,-10,-25,5,-20,-20,20,0,0,0,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0),(6106,'³Ã¸¶','Frost Troll',2,0,0,103,'','AGGR,STONESKIN',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'icegolem_soldier',0,63,94,126,31,190,233,15481,5,5,387,580,3207,121,110,110,100,2000,100,0,0,0,0,3,0,3,15,-5,-5,10,10,10,20,0,0,0,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0),(6107,'ºù±«','Frost Beard',2,0,0,105,'','AGGR,BERSERK',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'icegolem_magician',0,95,127,63,31,171,256,39253,5,7,585,878,9717,142,110,110,100,2000,100,0,0,0,0,0,10,10,16,-5,-25,0,0,0,20,0,0,0,0,0,1.68,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0),(6108,'³Ã±«','Frost General',3,0,0,105,'','AGGR,GODSPEED',0,'ICE,ATT_ICE','SLOW,CURSE,TERROR',0,'icegolem_general',0,128,64,128,32,172,258,79596,5,10,787,1180,23441,175,110,110,100,2000,100,0,0,0,0,5,0,5,15,0,-5,-25,0,0,20,0,0,0,0,0,2.04,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10),(6109,'Ãʳñ«','Frost Lord',3,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ICE,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'icegolem_boss',0,131,65,131,32,153,285,327140,10,10,1000,1500,115172,210,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(6151,'ÁøÃʳñ«','Szel',4,0,0,107,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ICE,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'icegolem_boss',0,131,65,131,32,153,285,327140,10,10,1000,1500,115172,210,110,110,100,2000,100,0,0,0,0,0,0,3,15,40,35,40,40,40,40,0,0,0,0,0,2.4,6108,20,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,30,40),(6191,'ÇѸ¶ÀÇ','Nemere',4,0,0,108,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ICE,ATT_ICE','STUN,SLOW,CURSE,TERROR',0,'hanma',0,133,66,133,33,156,290,1007688,30,15,1828,2743,422585,256,110,110,100,2000,300,0,0,0,0,5,5,10,15,40,35,40,40,40,40,0,0,0,0,0,2.88,6108,25,0,0,20,257,25,258,0,0,0,0,0,0,20,20,0,30,40),(7001,'??? ??','Apesoldier',1,0,2,52,'','AGGR',0,'ANIMAL','',0,'monkey',0,60,80,40,20,95,116,3370,3,5,1000,2000,2000,69,90,100,100,2000,850,0,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7002,'??? ????','Aperider',1,0,0,53,'','AGGR,NOMOVE',0,'ANIMAL','',0,'monkey',0,61,81,40,20,87,131,4330,7,5,1000,2000,2000,75,100,100,100,2000,150,0,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7003,'??? ????','Gimu Apesoldier',1,0,0,54,'','AGGR',0,'ANIMAL','',0,'monkey',0,61,81,41,20,79,147,6172,12,10,1000,2000,2000,78,110,100,100,2000,150,0,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7004,'??? ???','Ape Commander',2,0,0,54,'','AGGR',0,'ANIMAL','STUN,SLOW',0,'monkey',0,62,82,41,20,107,131,10627,7,10,1000,2000,2000,69,110,100,100,2000,150,0,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7005,'??? ????','Stone Ape',2,0,0,55,'','AGGR',0,'ANIMAL','STUN,SLOW',0,'monkey',0,83,41,62,21,108,132,10969,7,10,1000,2000,2000,75,90,100,100,2000,150,0,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7006,'??? ????','Gold Ape',2,0,0,56,'','AGGR',0,'ANIMAL','STUN,SLOW',0,'monkey',0,84,63,42,21,109,133,11315,7,10,1000,2000,2000,78,80,100,100,2000,150,0,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7007,'??? ?????','Ape General',3,0,0,56,'','AGGR',0,'ANIMAL','STUN,SLOW',0,'monkey',0,99,97,42,21,119,146,22630,15,15,1000,2000,2000,69,70,100,100,2000,150,0,0,0,20,0,0,0,2,40,40,40,40,40,0,-30,0,0,0,1,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7008,'????','Tu-Gui Worker',1,0,0,52,'','AGGR',0,'','',0,'nersluck_1',0,85,43,65,22,112,208,37814,10,7,1000,2000,2000,75,110,110,100,2000,150,0,0,0,0,0,0,5,5,15,15,15,15,15,0,0,0,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7009,'?????','Tu-Gui Soldier Tester',3,0,0,53,'','AGGR',0,'','',0,'nersluck_2',0,85,43,65,22,140,172,60733,6,10,1000,2000,2000,69,110,100,100,2000,150,0,0,0,0,0,0,10,5,15,15,15,15,15,0,0,0,0,0,0,2.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7010,'?????','Tu-Gui White Commander',1,0,0,54,'','AGGR',0,'','',0,'nersluck_3',0,85,43,65,22,112,208,66632,10,7,1000,2000,2000,75,80,100,100,2000,150,0,0,0,0,0,0,0,5,15,15,15,15,15,0,0,0,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7012,'????','Bi-Ma-Gui-An',1,0,0,52,'','AGGR,NOMOVE',0,'DESERT','',0,'evil_eye',0,60,80,40,20,95,116,2457,3,5,1000,2000,2000,78,110,100,100,2000,150,0,0,0,0,0,3,0,5,15,15,15,15,15,50,10,20,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7013,'????','Scorpion King',1,0,0,53,'','AGGR',0,'DESERT','',0,'giant_scorpion',0,61,81,40,20,87,131,2651,3,5,1000,2000,2000,69,110,80,100,2000,150,0,0,0,0,0,0,0,5,15,15,15,15,15,50,10,20,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7014,'????','Smart Scorpion Man',2,0,0,54,'','AGGR',0,'DESERT','POISON',0,'scorpionman_sword',0,61,81,41,20,79,147,4226,12,10,1000,2000,2000,75,120,120,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,50,10,20,0,0,0,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7015,'????','Scorpion Archer',1,0,1,54,'','AGGR',0,'DESERT','POISON',0,'scorpionman_bow',0,62,82,41,20,107,131,2455,7,5,1000,2000,2000,78,70,70,100,2000,850,0,0,0,0,5,0,5,5,15,15,15,15,15,5,10,20,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7016,'??????','Snake Swordfighter',2,0,0,55,'','AGGR',0,'DESERT','POISON',0,'snakeman_sword',0,83,41,62,21,108,132,4834,12,10,1000,2000,2000,69,120,110,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,10,10,20,0,0,0,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7017,'??????','Snake Archer',2,0,1,56,'','AGGR',0,'DESERT','POISON',0,'snakeman_bow',0,84,63,42,21,109,133,3726,7,5,1000,2000,2000,75,70,110,100,2000,850,0,0,0,0,5,0,0,5,15,15,15,15,15,5,10,20,0,0,0,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7018,'??????','Desert Outlaw',3,0,0,56,'','AGGR',0,'DESERT','',0,'outlaw',0,99,97,42,21,119,146,9122,7,10,1000,2000,2000,78,110,120,100,2000,150,0,0,0,0,0,0,5,5,15,15,15,15,15,0,10,20,0,0,0,2.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7019,'?????','Tu-Ji Soldier',1,0,0,59,'','AGGR',0,'','',0,'fire_tiger',0,85,43,65,22,130,159,6660,6,10,1000,2000,2000,69,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,50,90,0,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7020,'??','Hwa-ryung',1,0,2,59,'','AGGR,NOMOVE',0,'','',0,'fire_ghost',0,85,43,65,22,132,161,6660,10,7,1000,2000,2000,75,110,130,100,2000,850,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,1.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7021,'???','Tu-Ji Bum',2,0,0,60,'','AGGR',0,'','',0,'fire_tiger_boss',0,85,43,65,22,119,178,9110,10,10,1000,2000,2000,78,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,10,90,0,0,0,0,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7022,'???','Cham-Ma',2,0,4,61,'','AGGR',0,'','CURSE',0,'fire_man',0,85,43,65,22,105,195,9338,6,10,1000,2000,2000,69,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,1.7,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(7023,'????','Teawha-Mu',3,0,4,62,'','AGGR',0,'','SLOW,CURSE',0,'fire_knight',0,85,43,65,22,106,198,14951,10,7,1000,2000,2000,75,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,0,90,0,0,0,0,2.2,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(7024,'???','Juk-gui',1,0,1,64,'','AGGR,NOMOVE',0,'','',0,'ent_trent',0,75,57,50,10,128,193,2158,10,10,1000,2000,2000,78,110,130,100,2000,900,0,0,0,3,0,0,15,20,15,15,15,15,15,50,0,0,50,0,0,1.2,0,15,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7025,'?????','Dung-Juk',2,0,0,66,'','AGGR',0,'','',0,'ent_guru',0,92,42,65,10,148,181,4219,6,10,1000,2000,2000,69,130,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,0,0,25,0,0,1.7,0,15,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7026,'???','Juk-Mok',2,0,1,67,'','AGGR',0,'','',0,'ent_hu',0,86,55,65,10,133,200,3419,6,10,1000,2000,2000,69,110,170,100,2000,650,0,0,0,0,10,0,5,15,15,15,15,15,15,10,0,0,30,0,0,1.7,0,20,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7027,'?????','Hwaryu Juk',3,0,0,70,'','AGGR',0,'','SLOW,CURSE',0,'ent_red',0,89,49,77,10,120,224,6935,10,7,1000,2000,2000,75,125,150,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,0,0,35,0,0,2.2,0,25,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7028,'????','Black Juk-Guimok',3,0,0,72,'','AGGR',0,'','SLOW,CURSE',0,'ent_black',0,94,75,75,10,123,229,7106,10,10,1000,2000,2000,78,125,150,100,2000,150,0,0,0,0,3,0,15,20,15,15,15,15,15,0,0,0,40,0,0,2.2,0,25,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7029,'..','Ice Devil',1,0,2,35,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,35,23,42,12,59,110,1389,5,7,156,234,1184,41,90,100,100,2000,850,30048,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7030,'......','Icehorn Killer Whale',1,0,0,31,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,37,25,49,12,55,101,1571,10,9,528,792,1750,37,100,100,100,2000,150,30049,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7031,'..','Ice Bug',1,0,0,33,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,37,49,25,12,73,89,1733,10,9,560,840,1862,39,110,100,100,2000,150,30088,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7032,'..','Seol-Gu',2,0,0,35,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,38,25,50,13,59,110,1852,10,9,592,888,1974,41,110,100,100,2000,150,30014,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7033,'..','Ice Man',2,0,0,36,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,38,50,25,13,78,95,3010,5,9,608,912,4060,42,90,100,100,2000,150,30089,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7034,'...','Ice Giant',2,0,0,38,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,26,39,51,13,63,117,3249,5,9,640,960,4284,44,80,100,100,2000,150,30090,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7035,'....','Ice Golem',3,0,0,40,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,51,26,39,13,66,122,3500,5,9,672,1008,4508,46,70,100,100,2000,150,30050,0,0,20,0,0,0,2,40,40,40,40,40,0,-30,0,0,0,1,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7036,'..','Ice Devil',1,0,2,52,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,67,50,34,17,106,130,1906,7,2,168,253,1045,59,90,100,100,2000,850,30048,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7037,'......','NoNAme',1,0,0,53,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,68,50,34,17,107,144,2360,7,2,273,410,1278,60,100,100,100,2000,150,30049,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7038,'..','Ice Bug',1,0,0,54,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,69,52,35,17,109,134,2433,7,2,278,417,1302,62,110,100,100,2000,150,30088,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7039,'..','Seol-Gu',2,0,0,54,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,69,52,35,17,110,146,3244,12,7,382,573,2170,62,110,100,100,2000,150,30014,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7040,'..','Ice Man',2,0,0,55,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,71,53,35,18,112,161,2508,7,2,283,424,1326,63,90,100,100,2000,150,30089,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7041,'...','Ice Giant',2,0,0,56,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,72,54,36,18,113,138,5382,7,7,482,723,4500,64,80,100,100,2000,150,30090,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7042,'....','Ice Golem',3,0,0,57,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,73,55,37,18,115,140,5542,7,7,490,735,4580,65,70,100,100,2000,150,30050,0,0,20,0,0,0,2,40,40,40,40,40,0,-30,0,0,0,1,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7043,'..','Ice Devil',1,0,2,81,'','',0,'ICE,ATT_ICE','',0,'ice_snow_monster',0,78,104,52,20,173,320,5523,7,5,522,783,2689,70,90,100,100,2000,850,30048,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7044,'......','NoNAme',1,0,0,81,'','',0,'ICE,ATT_ICE','',0,'ice_snow_whale',0,79,105,52,20,225,275,5676,7,5,529,796,2732,71,100,100,100,2000,150,30049,0,0,10,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7045,'..','NoNAme',1,0,0,82,'','',0,'ICE,ATT_ICE','',0,'ice_snow_insect',0,79,105,53,20,176,329,5834,7,5,587,880,2776,72,110,100,100,2000,150,30088,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7046,'..','Seol-Gu',2,0,0,83,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_dog',0,81,107,53,20,176,329,7778,12,10,875,1314,4626,72,110,100,100,2000,150,30014,0,0,15,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7047,'..','Ice Man',2,0,0,83,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_man',0,108,53,81,21,230,283,7993,12,10,889,1334,4698,73,90,100,100,2000,150,30089,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7048,'...','Ice Giant',2,0,0,84,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_giant_man',0,109,82,55,21,182,338,8207,7,5,902,1352,4770,75,80,100,100,2000,150,30090,0,0,20,0,0,0,2,15,15,15,15,15,0,-30,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7049,'....','Ice Golem',3,0,0,85,'','',0,'ICE,ATT_ICE','STUN,SLOW',0,'ice_snow_golem',0,129,126,55,21,182,338,12823,7,10,1148,1723,9540,75,70,100,100,2000,150,30050,0,0,20,0,0,0,2,40,40,40,40,40,0,-30,0,0,0,1,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7050,'....','Deserts Flying Eye',1,0,0,35,'','AGGR,NOMOVE',0,'DESERT','',0,'evil_eye',0,35,23,42,12,59,110,1389,5,7,156,234,1184,41,110,100,100,2000,150,0,0,0,0,0,3,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7051,'....','King Scorpion',1,0,0,31,'','AGGR',0,'DESERT','',0,'giant_scorpion',0,37,25,49,12,55,101,1571,10,9,528,792,1750,37,110,80,100,2000,150,0,0,0,0,0,0,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7052,'....','Young Scorpion Man',2,0,0,33,'','AGGR',0,'DESERT','POISON',0,'scorpionman_sword',0,37,49,25,12,73,89,1733,10,9,560,840,1862,39,120,120,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,50,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7053,'....','Scorpion Archer',1,0,1,35,'','AGGR',0,'DESERT','POISON',0,'scorpionman_bow',0,38,25,50,13,59,110,1852,10,9,592,888,1974,41,70,70,100,2000,850,0,0,0,0,5,0,5,5,15,15,15,15,15,5,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7054,'......','Snake Swordsman',2,0,0,36,'','AGGR',0,'DESERT','POISON',0,'snakeman_sword',0,38,50,25,13,78,95,3010,5,9,608,912,4060,42,120,110,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,10,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7055,'......','Snake Archer',2,0,1,38,'','AGGR',0,'DESERT','POISON',0,'snakeman_bow',0,26,39,51,13,63,117,3249,5,9,640,960,4284,44,70,110,100,2000,850,0,0,0,0,5,0,0,5,15,15,15,15,15,5,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7056,'......','Desert Outlaw',3,0,0,40,'','AGGR',0,'DESERT','',0,'outlaw',0,51,26,39,13,66,122,3500,5,9,672,1008,4508,46,110,120,100,2000,150,0,0,0,0,0,0,5,5,15,15,15,15,15,0,10,20,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7057,'....','Deserts Flying Eye',1,0,0,52,'','AGGR,NOMOVE',0,'DESERT','',0,'evil_eye',0,67,50,34,17,106,130,1906,7,2,168,253,1045,59,110,100,100,2000,150,0,0,0,0,0,3,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7058,'....','King Scorpion',1,0,0,53,'','AGGR',0,'DESERT','',0,'giant_scorpion',0,68,50,34,17,107,144,2360,7,2,273,410,1278,60,110,80,100,2000,150,0,0,0,0,0,0,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7059,'....','Young Scorpion Man',2,0,0,54,'','AGGR',0,'DESERT','POISON',0,'scorpionman_sword',0,69,52,35,17,109,134,2433,7,2,278,417,1302,62,120,120,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,50,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7060,'....','Scorpion Archer',1,0,1,54,'','AGGR',0,'DESERT','POISON',0,'scorpionman_bow',0,69,52,35,17,110,146,3244,12,7,382,573,2170,62,70,70,100,2000,850,0,0,0,0,5,0,5,5,15,15,15,15,15,5,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7061,'......','Snake Swordsman',2,0,0,55,'','AGGR',0,'DESERT','POISON',0,'snakeman_sword',0,71,53,35,18,112,161,2508,7,2,283,424,1326,63,120,110,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,10,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7062,'......','NoNAme',2,0,1,56,'','AGGR',0,'DESERT','POISON',0,'snakeman_bow',0,72,54,36,18,113,138,5382,7,7,482,723,4500,64,70,110,100,2000,850,0,0,0,0,5,0,0,5,15,15,15,15,15,5,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7063,'......','Desert Outlaw',3,0,0,57,'','AGGR',0,'DESERT','',0,'outlaw',0,73,55,37,18,115,140,5542,7,7,490,735,4580,65,110,120,100,2000,150,0,0,0,0,0,0,5,5,15,15,15,15,15,0,10,20,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7064,'....','Deserts Flying Eye',1,0,0,81,'','AGGR,NOMOVE',0,'DESERT','',0,'evil_eye',0,78,104,52,20,173,320,5523,7,5,522,783,2689,70,110,100,100,2000,150,0,0,0,0,0,3,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7065,'....','King Scorpion',1,0,0,81,'','AGGR',0,'DESERT','',0,'giant_scorpion',0,79,105,52,20,225,275,5676,7,5,529,796,2732,71,110,80,100,2000,150,0,0,0,0,0,0,0,5,15,15,15,15,15,50,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7066,'....','Young Scorpion Man',2,0,0,82,'','AGGR',0,'DESERT','POISON',0,'scorpionman_sword',0,79,105,53,20,176,329,5834,7,5,587,880,2776,72,120,120,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,50,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7067,'....','Scorpion Archer',1,0,1,83,'','AGGR',0,'DESERT','POISON',0,'scorpionman_bow',0,81,107,53,20,176,329,7778,12,10,875,1314,4626,72,70,70,100,2000,850,0,0,0,0,5,0,5,5,15,15,15,15,15,5,10,20,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7068,'......','Snake Swordsman',2,0,0,83,'','AGGR',0,'DESERT','POISON',0,'snakeman_sword',0,108,53,81,21,230,283,7993,12,10,889,1334,4698,73,120,110,100,2000,150,0,0,0,0,5,0,0,5,15,15,15,15,15,10,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7069,'......','Snake Archer',2,0,1,84,'','AGGR',0,'DESERT','POISON',0,'snakeman_bow',0,109,82,55,21,182,338,8207,7,5,902,1352,4770,75,70,110,100,2000,850,0,0,0,0,5,0,0,5,15,15,15,15,15,5,10,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7070,'......','Desert Outlaw',3,0,0,85,'','AGGR',0,'DESERT','',0,'outlaw',0,129,126,55,21,182,338,12823,7,10,1148,1723,9540,75,110,120,100,2000,150,0,0,0,0,0,0,5,5,15,15,15,15,15,0,10,20,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7071,'.....','Fighting Tiger Minion',1,0,0,33,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger',0,37,49,25,12,73,89,1733,10,9,560,840,1862,39,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,50,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7072,'..','Flame Spirit',1,0,2,35,'','AGGR,NOMOVE',0,'FIRE,ATT_FIRE','',0,'fire_ghost',0,38,25,50,13,59,110,1852,10,9,592,888,1974,41,110,130,100,2000,850,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7073,'...','Fighting Tigers',2,0,0,36,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger_boss',0,38,50,25,13,78,95,3010,5,9,608,912,4060,42,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,10,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7074,'...','Flame',2,0,4,38,'','AGGR',0,'FIRE,ATT_FIRE','CURSE',0,'fire_man',0,26,39,51,13,63,117,3249,5,9,640,960,4284,44,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(7075,'....','Flame Warrior',3,0,4,40,'','AGGR',0,'FIRE,ATT_FIRE','SLOW,CURSE',0,'fire_knight',0,51,26,39,13,66,122,3500,5,9,672,1008,4508,46,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,0,90,0,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(7076,'.....','Fighting Tiger Minion',1,0,0,54,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger',0,69,52,35,17,109,134,2433,7,2,278,417,1302,62,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,50,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7077,'..','Flame Spirit',1,0,2,54,'','AGGR,NOMOVE',0,'FIRE,ATT_FIRE','',0,'fire_ghost',0,69,52,35,17,110,146,3244,12,7,382,573,2170,62,110,130,100,2000,850,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7078,'...','Fighting Tigers',2,0,0,55,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger_boss',0,71,53,35,18,112,161,2508,7,2,283,424,1326,63,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,10,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7079,'...','Flame',2,0,4,56,'','AGGR',0,'FIRE,ATT_FIRE','CURSE',0,'fire_man',0,72,54,36,18,113,138,5382,7,7,482,723,4500,64,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(7080,'....','Flame Warrior',3,0,4,57,'','AGGR',0,'FIRE,ATT_FIRE','SLOW,CURSE',0,'fire_knight',0,73,55,37,18,115,140,5542,7,7,490,735,4580,65,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,0,90,0,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(7081,'.....','Fighting Tiger Minion',1,0,0,82,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger',0,79,105,53,20,176,329,5834,7,5,587,880,2776,72,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,50,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7082,'..','Flame Spirit',1,0,2,83,'','AGGR,NOMOVE',0,'FIRE,ATT_FIRE','',0,'fire_ghost',0,81,107,53,20,176,329,7778,12,10,875,1314,4626,72,110,130,100,2000,850,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7083,'...','Fighting Tigers',2,0,0,83,'','AGGR',0,'FIRE,ATT_FIRE','',0,'fire_tiger_boss',0,108,53,81,21,230,283,7993,12,10,889,1334,4698,73,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,10,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7084,'...','Flame',2,0,4,84,'','AGGR',0,'FIRE,ATT_FIRE','CURSE',0,'fire_man',0,109,82,55,21,182,338,8207,7,5,902,1352,4770,75,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,5,90,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0),(7085,'....','Flame Warrior',3,0,4,85,'','AGGR',0,'FIRE,ATT_FIRE','SLOW,CURSE',0,'fire_knight',0,129,126,55,21,182,338,12823,7,10,1148,1723,9540,75,110,130,100,2000,150,0,0,0,0,0,0,15,20,15,15,15,15,15,0,90,0,0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0),(7086,'....','Ghost Stump',0,0,0,35,'','',0,'ATT_EARTH','',0,'ent_guru',0,38,25,50,13,59,110,1852,10,9,592,888,1974,41,130,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,0,5,5,5,0,0,15,0,0,1.12,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7087,'..','Dryad',1,0,1,36,'','',0,'ATT_EARTH','',0,'ent_hu',0,38,50,25,13,78,95,3010,5,9,608,912,4060,42,110,100,100,2000,650,0,0,0,0,10,0,0,0,10,10,5,-10,-10,10,0,0,10,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7088,'....','Ghost Willow',1,0,0,38,'','',0,'ATT_EARTH','',0,'ent_red',0,26,39,51,13,63,117,3249,5,9,640,960,4284,44,125,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,-5,5,5,5,0,0,15,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7089,'...','Evil Tree',2,0,0,40,'','AGGR',0,'ATT_EARTH','SLOW,CURSE',0,'ent_black',0,51,26,39,13,66,122,3500,5,9,672,1008,4508,46,125,100,100,2000,150,0,0,0,0,3,0,5,10,10,0,10,15,15,0,0,0,20,0,0,1.6,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7090,'....','Ghost Stump',0,0,0,54,'','',0,'ATT_EARTH','',0,'ent_guru',0,69,52,35,17,110,146,3244,12,7,382,573,2170,62,130,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,0,5,5,5,0,0,15,0,0,1.12,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7091,'..','Dryad',1,0,1,55,'','',0,'ATT_EARTH','',0,'ent_hu',0,71,53,35,18,112,161,2508,7,2,283,424,1326,63,110,100,100,2000,650,0,0,0,0,10,0,0,0,10,10,5,-10,-10,10,0,0,10,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7092,'....','Ghost Willow',1,0,0,56,'','',0,'ATT_EARTH','',0,'ent_red',0,72,54,36,18,113,138,5382,7,7,482,723,4500,64,125,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,-5,5,5,5,0,0,15,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7093,'...','Evil Tree',2,0,0,57,'','AGGR',0,'ATT_EARTH','SLOW,CURSE',0,'ent_black',0,73,55,37,18,115,140,5542,7,7,490,735,4580,65,125,100,100,2000,150,0,0,0,0,3,0,5,10,10,0,10,15,15,0,0,0,20,0,0,1.6,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7094,'....','Ghost Stump',0,0,0,83,'','',0,'ATT_EARTH','',0,'ent_guru',0,81,107,53,20,176,329,7778,12,10,875,1314,4626,72,130,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,0,5,5,5,0,0,15,0,0,1.12,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7095,'..','Dryad',1,0,1,83,'','',0,'ATT_EARTH','',0,'ent_hu',0,108,53,81,21,230,283,7993,12,10,889,1334,4698,73,110,100,100,2000,650,0,0,0,0,10,0,0,0,10,10,5,-10,-10,10,0,0,10,0,0,1.44,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7096,'....','Ghost Willow',1,0,0,84,'','',0,'ATT_EARTH','',0,'ent_red',0,109,82,55,21,182,338,8207,7,5,902,1352,4770,75,125,100,100,2000,150,0,0,0,0,0,0,5,5,-5,-15,-5,5,5,5,0,0,15,0,0,1.44,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8001,'???','Metin of Sorrow',5,2,3,5,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,6,0,0,0,14550,5,1,76,114,1,8,104,109,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8002,'???','Metin of Combat',5,2,3,10,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,12,0,0,0,23250,5,1,136,204,3,14,110,114,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8003,'???','Metin of Battle',5,2,3,15,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,18,0,0,0,34050,5,1,196,294,5,19,115,121,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8004,'???','Metin of Greed',5,2,3,20,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,24,0,0,0,47400,5,1,256,384,8,25,122,126,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8005,'???','Metin of Black',5,2,3,25,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,30,0,0,0,63450,5,1,316,474,12,30,305,310,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8006,'???','Metin of Darkness',5,2,3,30,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,36,0,0,0,80250,5,1,376,564,15,35,401,411,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8007,'???','Metin of Jealousy',5,2,3,35,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,42,0,0,0,98700,5,1,436,654,18,41,501,507,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8008,'???','Metin of Soul',5,2,3,40,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,48,0,0,0,119700,5,1,496,744,21,46,601,614,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8009,'???','Metin of Shadow',5,2,3,45,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,54,0,0,0,142350,5,1,556,834,24,52,1301,1310,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8010,'???','Metin of Toughness',5,2,3,50,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,60,0,0,0,167850,5,1,616,924,27,57,901,913,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8011,'???','Metin of Devil',5,2,3,55,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,66,0,0,0,195900,5,1,676,1014,30,63,714,726,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8012,'???','Metin of Fall',5,2,3,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,72,0,0,0,226650,5,1,736,1104,33,68,2101,2109,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8013,'???','Metin of Death',5,2,3,65,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,78,0,0,0,260250,5,1,796,1194,36,73,1101,1113,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8014,'???','Metin of Murder',5,2,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,91,0,0,0,296550,5,1,856,1284,39,79,2201,2207,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8015,'???','Metin of Toughness',5,2,3,50,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,60,0,0,0,167850,5,1,616,924,27,57,901,913,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8016,'???','Metin of Devil',5,2,3,55,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,66,0,0,0,195900,5,1,676,1014,30,63,714,726,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8017,'???','Metin of Fall',5,2,3,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,72,0,0,0,226650,5,1,736,1104,33,68,2101,2109,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8018,'???','Metin of Death',5,2,3,65,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,78,0,0,0,260250,5,1,796,1194,36,73,1101,1113,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8019,'???','Metin of Murder',5,2,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,91,0,0,0,296550,5,1,856,1284,39,79,2201,2207,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8020,'???','Shinsoo Rock',5,2,3,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,50,0,0,0,2965500,5,1,966,1404,39,79,101,101,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8021,'???','Jinno Rock',5,2,3,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,50,0,0,0,2965500,5,1,966,1404,39,79,101,101,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8022,'???','Chunjo Rock',5,2,3,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,50,0,0,0,2965500,5,1,966,1404,39,79,101,101,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8023,'???','Emperor Rock',5,2,3,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,50,0,0,0,2965500,5,1,966,1404,39,79,101,101,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8024,'???','Metin Pung-Ma',5,2,3,75,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,66,0,0,0,469000,5,1,976,1464,42,63,2301,2309,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8025,'???','Metin Ma-An',5,2,3,80,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,72,0,0,0,584000,5,1,1036,1554,45,68,2308,2313,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8026,'???','Metin Tu-Young',5,2,3,85,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,78,0,0,0,727000,5,1,1096,1644,48,73,2320,2326,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8027,'???','Metin Jeon-Un',5,2,3,90,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,91,0,0,0,905000,5,1,1196,1744,51,79,2327,2333,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8031,'????','Metin of the Mountain',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8032,'????','Metin of Vengeance',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8033,'????','Metin of Solitude',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8034,'????','Metin of Arrogance',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8035,'???','Metin of Redemption',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8036,'?????','Metin of Treason',5,2,0,80,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8037,'?????','Metin of Resentment',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8038,'??????','Metin of Retribution',5,2,0,85,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8039,'??????','Metin of Pride',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8040,'??????','Metin of Malevolence',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,70,0,0,0,250000,5,2,1000,2000,50,80,0,0,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8041,'?????','Easter Metin',5,2,0,10,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,23250,5,1,272,612,30,57,9611,9615,0,2000,150,50160,0,0,0,0,0,0,0,32,32,8,11,11,17,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8042,'?????','Easter Metin',5,2,0,20,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,47400,5,1,512,1152,80,111,9621,9625,0,2000,150,50162,0,0,0,0,0,0,0,20,25,14,4,4,29,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8043,'?????','Easter Metin',5,2,0,30,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,80250,5,1,752,1692,150,181,9631,9635,0,2000,150,50164,0,0,0,0,0,0,0,11,31,19,10,10,38,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8044,'?????','Easter Metin',5,2,0,40,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,119700,5,1,992,2232,210,221,9641,9645,0,2000,150,50166,0,0,0,0,0,0,0,15,26,16,4,4,33,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8045,'?????','Easter Metin',5,2,0,50,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,167850,5,1,1232,2772,270,282,9651,9655,0,2000,150,50168,0,0,0,0,0,0,0,14,25,18,6,6,36,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8046,'?????','Easter Metin',5,2,0,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,226650,5,1,1472,3312,330,363,9661,9665,0,2000,150,50170,0,0,0,0,0,0,0,8,24,16,5,5,33,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8047,'?????','Easter Metin',5,2,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,296550,5,1,1712,3852,390,444,9671,9675,0,2000,150,50172,0,0,0,0,0,0,0,8,22,16,5,5,33,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8048,'?????','Easter Metin',5,2,0,80,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,584000,5,1,2072,4662,450,502,9681,9685,0,2000,150,50174,0,0,0,0,0,0,0,27,27,20,4,4,40,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8049,'?????','Easter Metin',5,2,0,90,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,905000,5,1,2392,5382,510,700,9691,9695,0,2000,150,50176,0,0,0,0,0,0,0,13,14,15,3,3,30,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8050,'?????','Easter Metin',5,2,0,95,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,145000,5,1,2824,6354,690,730,9693,9697,0,2000,150,50178,0,0,0,0,0,0,0,13,13,14,3,3,29,0,0,0,0,100,0,0,0,16764879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8051,'È¥¸¶¼®','Metin of Gloom',5,2,0,95,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,95,0,0,0,905000,5,1,2072,4662,51,95,3001,3007,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8052,'±Í¸¶¼®','Metin of Ember',5,2,0,95,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,95,0,0,0,905000,5,1,2072,4662,51,95,3051,3057,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8053,'Æø¸¶¼®','Metin of Vanity',5,2,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,100,0,0,0,1200000,5,1,2392,5382,51,100,3041,3047,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8054,'¿ë¸¶¼®','Metin of Wrath',5,2,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,100,0,0,0,1200000,5,1,2392,5382,51,100,3011,3017,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8055,'Áö¸¶¼®','Metin of Calamity',5,2,0,105,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,105,0,0,0,1500000,5,1,2824,6354,51,105,3081,3087,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8056,'¸Á¸¶¼®','Metin of Malice',5,2,0,105,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,105,0,0,0,1500000,5,1,2824,6354,51,105,3031,3037,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8057,'È­¸¶¼®','Purgatory Fire Metin',5,2,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,100,0,0,0,1200000,5,1,2392,5382,51,100,6005,6010,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8101,'???','Metin of Sorrow',5,2,3,5,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,193,5,1,0,0,42,8,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8102,'???','Metin of Combat',5,2,3,10,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,309,5,1,0,0,82,14,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8103,'???','Metin of Battle',5,2,3,15,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,454,5,1,0,0,122,19,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8104,'???','Metin of Greed',5,2,3,20,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,632,5,1,0,0,162,25,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8105,'???','Metin of Black',5,2,3,25,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,845,5,1,0,0,202,30,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8106,'???','Metin of Darkness',5,2,3,30,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,1069,5,1,0,0,242,35,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8107,'???','Metin of Jealousy',5,2,3,35,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,1315,5,1,0,0,282,41,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8108,'???','Metin of Soul',5,2,3,40,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,1591,5,1,0,0,322,46,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8109,'???','Metin of Shadow',5,2,3,45,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,1898,5,1,0,0,362,52,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8110,'???','Metin of Toughness',5,2,3,50,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,2238,5,1,0,0,402,57,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8111,'???','Metin of Devil',5,2,3,55,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,2612,5,1,0,0,442,63,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8112,'???','Metin of Fall',5,2,3,60,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3022,5,1,0,0,482,68,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8113,'???','Metin of Death',5,2,3,65,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3469,5,1,0,0,522,73,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8114,'???','Metin of Murder',5,2,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,5,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8501,'??','Wild Dog',0,0,0,35,'','',0,'ANIMAL','',0,'stray_dog',0,59,44,30,15,95,116,1472,3,5,124,186,1200,74,100,170,100,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8502,'???','Wild Boar',0,0,0,30,'','',0,'ANIMAL','',0,'wild_boar',0,47,35,24,12,78,95,1184,3,5,100,150,1100,66,100,170,100,2000,150,30004,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8503,'?','Bear',0,0,0,25,'','',0,'ANIMAL','',0,'bear',0,40,30,20,10,53,98,994,3,5,224,337,900,58,100,150,100,2000,150,30010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,70104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8504,'??','White Tiger',0,0,0,5,'','',0,'ANIMAL','',0,'tiger',0,9,12,6,3,25,38,235,3,5,30,45,500,9,100,100,25,2000,150,30023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8505,'?? ???','Black Giant Orc',0,0,0,10,'','',0,'ORC','',0,'orc_bigblack',0,22,9,13,4,35,43,408,3,5,56,84,400,14,80,100,30,2000,150,30077,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0),(8506,'???','Tree Frog Leader',0,0,0,12,'','',0,'','',0,'greenfrog_general',0,20,10,20,5,39,47,399,3,5,44,67,400,16,100,70,40,2000,150,30061,0,0,0,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8507,'??????','Desert Outlaw',0,0,0,15,'','',0,'DESERT','',0,'outlaw',0,14,17,34,6,44,53,599,3,5,76,114,200,19,100,100,40,2000,150,0,0,0,0,0,0,5,5,0,0,0,0,0,0,10,20,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8508,'?????','Esoteric Tormentor',0,0,0,20,'','',0,'MILGYO','',0,'milgyo_monster1',0,36,19,27,9,52,64,887,3,5,160,240,500,25,100,120,100,2000,150,30080,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,10,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8509,'?????','Esoteric Summoner',0,0,0,25,'','',0,'MILGYO','',0,'milgyo_monster2',0,42,28,56,14,91,111,450,3,5,119,178,300,50,100,100,35,2000,150,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,10,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8510,'????','Flame Warrior',0,0,0,21,'','',0,'','',0,'fire_knight',0,37,19,28,9,46,85,321,3,5,150,225,300,29,100,120,100,2000,150,0,0,0,0,0,0,5,5,0,0,0,0,0,0,10,20,0,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8511,'????','Ice Golem',0,0,0,11,'','',0,'','',0,'ice_snow_golem',0,16,16,32,8,37,45,591,3,5,77,116,300,15,100,120,100,2000,150,30080,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,10,0,0,0.95,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8600,'?????','?????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC','STUN,SLOW,CURSE,TERROR',0,'orc_lord',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,35,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(8601,'?????','?????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'ORC','STUN,SLOW,CURSE,TERROR',0,'orc_lord',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,35,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(8602,'?????','?????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'MILGYO','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,35,257,35,258,0,0,0,0,0,0,20,20,0,30,40),(8603,'?????','?????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'MILGYO','STUN,SLOW,CURSE,TERROR',0,'milgyo_founder',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,35,257,35,258,0,0,0,0,0,0,20,20,0,30,40),(8604,'????','????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,16756141,0,30,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(8605,'????','????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DEVIL','STUN,SLOW,CURSE,TERROR',0,'skeleton_king',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,16756141,0,30,256,0,0,0,0,0,0,0,0,20,20,0,30,40),(8606,'??','??',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD','STUN,SLOW,CURSE,TERROR',0,'skeleton_god',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,10,259,40,260,0,0,0,0,0,0,20,20,0,30,40),(8607,'??','??',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'UNDEAD','STUN,SLOW,CURSE,TERROR',0,'skeleton_god',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,10,259,40,260,0,0,0,0,0,0,20,20,0,30,40),(8608,'???','???',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,35,258,40,259,0,0,0,0,0,0,20,20,0,30,40),(8609,'???','???',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'','STUN,SLOW,CURSE,TERROR',0,'fox_ninetail',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,35,258,40,259,0,0,0,0,0,0,20,20,0,30,40),(8610,'?????','?????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(8611,'?????','?????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'','STUN,SLOW,CURSE,TERROR',0,'yellow_tigerman',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,40,258,0,0,0,0,0,0,0,0,20,20,0,30,40),(8612,'????','????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'INSECT','STUN,SLOW,CURSE,TERROR',0,'spider_queen',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,0,0,40,261,0,0,0,0,0,0,0,0,20,20,0,30,40),(8613,'????','????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'INSECT','STUN,SLOW,CURSE,TERROR',0,'spider_queen',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,0,0,40,261,0,0,0,0,0,0,0,0,20,20,0,30,40),(8614,'??????','??????',4,0,0,73,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DESERT','STUN,SLOW,CURSE,TERROR',0,'giant_desert_turtle',0,122,91,61,30,150,278,700000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,0.5,1039,10,16764879,0,40,256,30,256,0,0,0,0,0,0,20,20,0,30,40),(8615,'??????','??????',5,0,0,86,'','AGGR,BERSERK,STONESKIN,DEATHBLOW,REVIVE',0,'DESERT','STUN,SLOW,CURSE,TERROR',0,'giant_desert_turtle',0,122,91,61,30,150,278,1000000,30,5,23400,35100,356400,90,150,160,100,2000,350,0,0,0,0,0,0,15,20,30,25,30,30,30,50,100,50,50,50,20,1,1137,10,16764879,0,40,256,30,256,0,0,0,0,0,0,20,20,0,30,40),(9001,'???? ??','Weapon Shop Dealer',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9002,'????? ??','Armour Shop Dealer',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9003,'???? ??','General Store Saleswoman',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9004,'????? ??','Event Helper',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9005,'???? ????','Storekeeper',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9006,'??','Old Lady',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9007,'???? ??','Weapon Shop Dealer',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9008,'????? ??','Armour Shop Dealer',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9009,'??','Fisherman',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',1,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9010,'?????? ??','General Store',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9011,'????? ??','Wedding Planner',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9012,'??????','Teleporter',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10001,'??? 4002 8995','Yayang_Area 4002 8995',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10002,'???? 4503 9050','Yongan_Area 4503 9050',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10003,'??? 1118 2161','Bokjung_Area 1118 2161',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10004,'???? 876 2131','Joan_Area 876 2131',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10005,'??? 9064 2214','Bakra_Area 9064 2214',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10006,'???? 9372 2188','Pyungmoo_Area 9372 2188',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10007,'???? 4188 9560','Yongan_Area 4188 9560',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10008,'??? 3179 8332','Yayang_Area 3179 8332',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10009,'???? 897 1127','Joan_Area 897 1127',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10010,'??? 1759 2210','Bokjung_Area 1759 2210',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10011,'???? 9343 3143','Pyungmoo_Area 9343 3143',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10012,'??? 8348 2926','Bakra_Area 8348 2926',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10013,'???? 5536 1441','Hwang_Temple 5536 1441',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10014,'??? 3326 7468','Seungryong 3326 7468',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10015,'???? 3467 6329','Yongbi_Desert 3467 6329',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10016,'???? 600 4960','Kuahlo_Dong 600 4960',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10017,'???? 5906 1102','Hwang_Temple 5906 1102',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10018,'???? 2165 7270','Gumsan_Tower 2165 7270',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10019,'??? 3211 9009','Yayang_Area 3211 9009',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10020,'??? 1356 43','Jungrang 1356 43',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10021,'??? 1168 2920','Bokjung_Area 1168 2920',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10022,'??? 2219 93','Waryong 2219 93',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10023,'??? 9098 2948','Bakra_Area 9098 2948',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10024,'??? 2718 130','Imha 2718 130',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10025,'??? 4993 2984','Mount_Sohan 4993 2984',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10026,'??? 2887 57','Lungsam 2887 57',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10027,'??? 2866 437','Lungsam 2866 437',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10028,'???? 11199 708','Red_Forest 11199 708',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10029,'???? 10590 7262','Snakefield 10590 7262',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10030,'???? 3519 6223','Yongbi_Desert 3519 6223',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10031,'???? 10594 7525','Snakefield 10590 7262',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10032,'??? 8283 7635','Land_of_Giants 8283 7635',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10033,'????1? 10594 7525','Zin-Grotto 10594 7525',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10034,'????2? 10594 7525','2_Zin-Grotto 10594 7525',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10035,'???? 917 5253','Deon-Zeon 917 5253',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10036,'?????? 7041 4642','2_Deon-Zeon 7041 4642',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10037,'??? 3809 8233','??? 3809 8233',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10038,'??? 9752 1330','??? 9752 1330',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10039,'??? 1917 2900','??? 1917 2900',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10040,'??? 9239 1836','??? 9239 1836',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10041,'??? 8316 2154','??? 8316 2154',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10042,'??? 9772 1850','??? 9772 1850',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10043,'??? 3819 2969','??? 3819 2969',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10044,'??? 10189 1484','??? 10189 1484',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10045,'??? 3819 2969','??? 3819 2969',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10046,'??? 9774 1501','??? 9774 1501',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10047,'??? 2699 6752','??? 2699 6752',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10048,'??? 9679 1994','??? 9679 1994',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10049,'??? 2699 6752','??? 2699 6752',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10050,'??? 9256 2012','??? 9256 2012',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10051,'???? 3478 6189','???? 3478 6189',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10052,'??? 9780 1995','??? 9780 1995',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10053,'???? 3478 6189','???? 3478 6189',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10054,'??? 10190 2002','??? 10190 2002',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10055,'???? 6011 6874','???? 6011 6874',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10056,'??? 4368 2158','??? 4368 2158',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10057,'??? 3355 7558','??? 3355 7558',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10058,'???? 5943 1337','???? 5943 1337',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10059,'???1 0 10496','???1 0 10496',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10060,'????1 1536 10496','????1 1536 10496',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10061,'????1 4608 10496','????1 4608 10496',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10062,'???1 6144 10496','???1 6144 10496',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10063,'??? 3031 266','??? 3031 266',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10064,'???? 11133 534','???? 11133 534',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10065,'???? 7754 10553','???? 7754 10553',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10066,'????? 9915 11195','????? 9915 11195',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10067,'??? 7752 4477','MonkeyDungeon 7752 4477',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10068,'??? 4062 8756','Yayang_Area 4062 8756',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10069,'??? 8520 4477','MonkeyDungeon 8520 4477',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10070,'??? 1611 2130','Bokjung_Area 1611 2130',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10071,'??? 9288 4477','MonkeyDungeon 9288 4477',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10072,'??? 8727 2100','Bakra_Area 8727 2100',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10073,'???? 3061 6202','Yongbi_Desert 3061 6202',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10074,'??? 1352 6532','MonkeyDungeon 1352 6532',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10075,'???? 2879 5407','Yongbi_Desert 2879 5407',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10076,'??? 1352 7300','MonkeyDungeon 1352 7300',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10077,'????1? 9 12078','????1? 9 12078',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10078,'??? 2842 8106','??? 2842 8106',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10079,'????1? 1459 13236','????1? 1459 13236',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10080,'????2? 2413 12755','????2? 2413 12755',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10081,'????1? 99 13618','????1? 99 13618',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10082,'???? 5028 9998','???? 5028 9998',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10083,'????1? 1360 14972','????1? 1360 14972',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10084,'????2? 2414 14289','????2? 2414 14289',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10085,'????1? 99 15154','????1? 99 15154',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10086,'???? 616 1148','???? 616 1148',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10087,'????1? 1360 16508','????1? 1360 16508',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10088,'????2? 2414 15825','????2? 2414 15825',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10089,'????1? 99 16690','????1? 99 16690',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10090,'???? 9609 3188','???? 9609 3188',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10091,'????1? 1360 18044','????1? 1360 18044',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10092,'????2? 2414 17361','????2? 2414 17361',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10093,'????? 1731 12205','Dragon_Gate 1731 12205',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10094,'????? 1733 13743','Dragon_Gate 1733 13743',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10095,'????? 1728 15277','Dragon_Gate 1728 15277',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10096,'????? 1724 16824','Dragon_Gate 1724 16824',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10097,'°Å¹Ìµ¿±¼2Ãþ 7040 5235','Ź̵2 7040 5235',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10098,'°Å¹Ìµ¿±¼3Ãþ 984 5711','Ź̵3 984 5711',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10099,'¿ëµÎ°÷ 11043 17885','Cape 11043 17885',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10100,'¿ëµÎ°÷ 10963 16744','Cape 10963 16744',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10101,'Èæ»ç¸¸ 10869 16558','Nephrite 10869 16558',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10102,'¿ëµÎ°÷ 11664 16779','Cape 11664 16779',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10103,'³ú¼º»ê 11345 16546','Thunder 11345 16546',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10104,'³ú¼º»ê 11921 16550','Thunder 11921 16550',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10105,'È¿¹«¸² 12263 16811','Gautama 12263 16811',0,3,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10501,'. 345 361','. 345 361',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10502,'. 106 547','. 106 547',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10503,'. 75 368','. 75 368',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10504,'. 89 746','. 89 746',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10505,'. 520 352','. 520 352',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10506,'. 541 45','. 541 45',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10507,'. 211 109','. 211 109',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10508,'. 615 49','. 615 49',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10509,'. 284 705','. 284 705',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10510,'. 145 310','. 145 310',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10511,'. 553 285','. 553 285',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10512,'. 487 274','. 487 274',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10513,'. 626 291','. 626 291',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10514,'. 285 569','. 285 569',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10515,'. 80 303','. 80 303',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10516,'. 315 238','. 315 238',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10517,'. 416 272','. 416 272',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10518,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10519,'. 215 495','. 215 495',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10520,'. 523 415','. 523 415',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10521,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10522,'. 518 480','. 518 480',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10523,'. 583 379','. 583 379',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10524,'. 459 558','. 459 558',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10601,'. 345 361','. 345 361',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10602,'. 520 352','. 520 352',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10603,'. 487 274','. 487 274',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10604,'. 75 368','. 75 368',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10605,'. 211 109','. 211 109',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10606,'. 215 495','. 215 495',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10607,'. 315 238','. 315 238',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10608,'. 520 352','. 520 352',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10609,'. 284 705','. 284 705',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10610,'. 145 310','. 145 310',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10611,'. 416 272','. 416 272',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10612,'. 80 303','. 80 303',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10613,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10614,'. 106 547','. 106 547',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10615,'. 523 415','. 523 415',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10616,'. 541 45','. 541 45',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10617,'. 72 121','. 72 121',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10618,'. 518 480','. 518 480',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10619,'. 89 746','. 89 746',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10620,'. 285 569','. 285 569',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10621,'. 615 49','. 615 49',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10622,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10623,'. 583 379','. 583 379',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10624,'. 459 558','. 459 558',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10625,'. 609 553','. 609 553',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10626,'. 594 338','. 594 338',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10701,'. 75 368','. 75 368',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10702,'. 541 45','. 541 45',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10703,'. 615 49','. 615 49',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10704,'. 284 705','. 284 705',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10705,'. 520 352','. 520 352',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10706,'. 553 285','. 553 285',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10707,'. 145 310','. 145 310',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10708,'. 345 361','. 345 361',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10709,'. 523 415','. 523 415',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10710,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10711,'. 626 291','. 626 291',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10712,'. 487 274','. 487 274',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10713,'. 72 498','. 72 498',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10714,'. 106 547','. 106 547',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10715,'. 518 480','. 518 480',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10716,'. 285 569','. 285 569',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10717,'. 80 303','. 80 303',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10718,'. 211 109','. 211 109',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10719,'. 416 272','. 416 272',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10720,'. 215 495','. 215 495',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10721,'. 315 238','. 315 238',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10722,'. 89 746','. 89 746',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10723,'. 583 379','. 583 379',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10724,'. 459 558','. 459 558',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10725,'. 609 553','. 609 553',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10726,'. 594 338','. 594 338',5,9,0,1,'','NOMOVE',0,'','',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10801,'. 70 581','. 70 581',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10802,'. 69 664','. 69 664',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10803,'. 132 660','. 132 660',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10804,'. 184 566','. 184 566',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10805,'. 285 567','. 285 567',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10806,'. 272 636','. 272 636',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10807,'. 191 667','. 191 667',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10808,'. 345 563','. 345 563',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10809,'. 400 570','. 400 570',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10810,'. 68 806','. 68 806',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10811,'. 140 811','. 140 811',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10812,'. 189 722','. 189 722',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10813,'. 274 722','. 274 722',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10814,'. 233 780','.233 780',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10815,'. 318 780','. 318 780',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10816,'. 273 833','. 273 833',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10817,'. 359 717','.356 717',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10818,'. 410 712','.412 712',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10819,'. 372 776','. 372 776',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10820,'. 354 840','. 354 840',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10821,'. 366 817','. 366 817',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10822,'. 420 841','. 420 841',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10823,'. 94 846','. 94 846',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10824,'. 63 864','. 63 864',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10825,'. 131 866','. 131 866',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10826,'. 59 920','. 59 920',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10827,'. 91 940','. 91 940',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10828,'. 135 919','. 135 919',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10829,'. 194 870','. 194 870',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10830,'. 243 862','. 243 862',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10831,'. 312 861','. 312 861',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10832,'. 373 893','. 373 893',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10833,'. 406 880','. 406 880',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10834,'. 422 935','. 422 935',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10835,'. 500 807','. 500 807',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11000,'???','Guardian',2,1,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11001,'???','Battle Bailiff',2,1,1,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11002,'???','Guardian',2,1,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11003,'???','Battle Bailiff',2,1,1,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11004,'???','Guardian',2,1,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11005,'???','Battle Bailiff',2,1,1,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11100,'???','Guardian',2,0,0,50,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,47,35,24,12,110,139,5000,3,5,1000,3000,2000,70,110,170,100,2000,150,1,0,0,0,0,0,3,0,-3,-3,-5,-10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11101,'???','Battle Bailiff',2,0,1,50,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,50,37,25,12,168,196,4000,5,10,1000,3000,2000,70,110,150,100,2000,600,1,0,0,0,0,0,0,5,5,5,3,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11102,'???','Guardian',2,0,0,50,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,52,39,26,13,110,139,5000,3,5,1000,3000,2000,70,110,170,100,2000,150,1,0,0,0,0,0,3,0,-3,-3,-5,-10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11103,'???','Battle Bailiff',2,0,1,50,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,53,40,27,13,168,196,4000,5,10,1000,3000,2000,70,110,150,100,2000,600,1,0,0,0,0,0,0,5,5,5,3,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11104,'???','Guardian',2,0,0,50,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,55,41,27,14,110,139,5000,3,5,1000,3000,2000,70,110,160,100,2000,150,1,0,0,0,0,0,3,0,-3,-3,-5,-10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11105,'???','Battle Bailiff',2,0,1,50,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,52,39,26,13,168,196,4000,5,10,1000,3000,2000,70,100,100,100,2000,600,1,0,0,0,0,0,0,5,5,5,3,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11106,'???','???',2,0,0,70,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,47,35,24,12,184,231,13000,3,5,1500,3500,2000,90,110,170,100,2000,150,3,0,0,0,1,1,3,0,-5,-5,-8,-12,-12,8,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11107,'???','???',2,0,1,70,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,50,37,25,12,280,327,8000,5,10,1500,3500,2000,90,110,150,100,2000,600,3,0,0,0,1,0,3,5,5,5,3,0,0,-10,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11108,'???','???',2,0,0,70,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,52,39,26,13,184,231,13000,3,5,1500,3500,2000,90,110,170,100,2000,150,3,0,0,0,1,1,3,0,-5,-5,-8,-12,-12,8,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11109,'???','???',2,0,1,70,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,53,40,27,13,280,327,8000,5,10,1500,3500,2000,90,110,150,100,2000,600,3,0,0,0,1,0,3,5,5,5,3,0,0,-10,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11110,'???','???',2,0,0,70,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,55,41,27,14,184,231,13000,3,5,1500,3500,2000,90,110,160,100,2000,150,3,0,0,0,1,1,3,0,-5,-5,-8,-12,-12,8,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11111,'???','???',2,0,1,70,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,52,39,26,13,280,327,8000,5,10,1500,3500,2000,90,100,100,100,2000,600,3,0,0,0,1,0,3,5,5,5,3,0,0,-10,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11112,'???','???',2,0,0,90,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,263,331,30000,3,5,2000,4000,2000,120,110,170,100,2000,150,5,0,0,1,0,3,5,0,-10,-10,-15,-20,-20,10,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11113,'???','???',2,0,1,90,'','AGGR,NOATTSHINSU',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,400,468,20000,5,10,2000,4000,2000,120,110,150,100,2000,600,5,0,0,1,0,0,5,5,5,5,5,0,0,-15,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11114,'???','???',2,0,0,90,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,263,331,30000,3,5,2000,4000,2000,120,110,170,100,2000,150,5,0,0,1,0,3,5,0,-10,-10,-15,-20,-20,10,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11115,'???','???',2,0,1,90,'','AGGR,NOATTJINNO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,400,468,20000,5,10,2000,4000,2000,120,110,150,100,2000,600,5,0,0,1,0,0,5,5,5,5,5,0,0,-15,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11116,'???','???',2,0,0,90,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,263,331,30000,3,5,2000,4000,2000,120,110,160,100,2000,150,5,0,0,1,0,3,5,0,-10,-10,-15,-20,-20,10,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11117,'???','???',2,0,1,90,'','AGGR,NOATTCHUNJO',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,99,99,99,30,400,468,20000,5,10,2000,4000,2000,120,100,100,100,2000,600,5,0,0,1,0,0,5,5,5,5,5,0,0,-15,0,0,0,0,0,0,0,0,16764108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11505,'?????','Gold Frog',2,0,1,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,500000,3,1,0,0,802,109,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11506,'??','??',2,0,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,6000000,10,1,10000,20000,100000,100,101,101,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11507,'??','??',2,0,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,3000000,10,3,10000,20000,100000,100,101,101,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11508,'??','??',2,0,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,6000000,20,1,10000,20000,100000,150,101,101,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11509,'??','??',2,0,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,3000000,20,3,10000,20000,100000,150,101,101,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11510,'??','??',2,0,0,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,90,0,0,0,3000000,20,1,10000,20000,100000,150,101,101,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12000,'???','Campfire',0,1,3,100,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,6938,3,1,0,0,802,109,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13000,'???','Wooden Gate',5,4,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13001,'??','Stone Gate',5,4,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14000,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14001,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14002,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14003,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14004,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14005,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14006,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14007,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14008,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14009,'???','Workshop',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14010,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14011,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14012,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14013,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14014,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14015,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14016,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14017,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14018,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14019,'??','Altar',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14020,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14021,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14022,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14023,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14024,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14025,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14026,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14027,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14028,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14029,'???','Headquarters',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14030,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14031,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14032,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14033,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14034,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14035,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14036,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14037,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14038,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14039,'???','Training Camp',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14040,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14041,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14042,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14043,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14044,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14045,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14046,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14047,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14048,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14049,'???','Furnace',5,5,3,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',0,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20001,'????','Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20002,'???','Aranyo',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20003,'??','Ah-Yu',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20004,'??','Beggar',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'beggar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20005,'???','Yonah',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20006,'???','Mirine',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20007,'???','Storekeeper',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20008,'??','Octavio',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20009,'??','Old Man',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20010,'???','Peddler',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'peddler',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20011,'???','Uriel',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20012,'??','Yu-Rang',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20013,'??','Fisherman',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20014,'???','Taurean',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20015,'??? ??','Deokbae',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20016,'????','Blacksmith',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20017,'??','Yu-Hwan',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20018,'??','Baek-Go',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20019,'??','Yang-Shin',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20020,'??? ??','Traitor Balso',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20021,'???','Ariyoung',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20022,'???','Huahn-So',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20023,'???','Soon',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20024,'???','Harang',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20025,'.','.',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20026,'???','Ji-Ryu',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20027,'???','Gillian',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20028,'?????','Mirine Brother',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20029,'???','Pony',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20030,'?','Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20031,'?????','Santa Claus',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20032,'????? ??','Christmas Tree',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20033,'????? ??','Christmas Tree',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20034,'????? ??','Christmas Tree',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20035,'??','Flag',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',1,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20036,'??','Flag',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',2,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20037,'??','Flag',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',3,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20038,'..','..',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20039,'.','.',5,9,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20040,'????','Land Agent',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,2000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20041,'??? ??','Shabby Pedestrian',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'beggar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20042,'??? ???','Peddler',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'peddler',1,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20043,'.','.',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20044,'?? ???? ??','Weaponsmith, Stanley',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20045,'??? ???? ??','Armoursmith, Stanton',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20046,'???? ???? ??','Acc. Designer, Starbuck',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20047,'???????','Vein Of Diamond Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20048,'????','Vein Of Amber Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20049,'?????','Vein Of Fossil Trunk Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20050,'????','Vein Of Copper Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20051,'??','Vein Of Silver Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20052,'??','Vein Of Gold Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20053,'???','Vein Of Jade Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20054,'????','Vein Of Ebony Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20055,'?????','Pile Of Clams',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20056,'???','Vein Of White Gold Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20057,'????','Vein Of Crystal Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20058,'?????','Vein Of Amethyst Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20059,'????','Heaven\'s Tear Vein',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20060,'????? ???? ??','Diamond Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20061,'?? ???? ??','Amber Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20062,'??? ???? ??','Fossil Wood Alch.',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20063,'?? ???? ??','Copper Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20064,'? ???? ??','Silver Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20065,'? ???? ???','Gold Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20066,'?? ???? ??','Jade Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20067,'?? ???? ???','Ebony Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20068,'?? ???? ??','Pearl Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20069,'?? ???? ??','White Gold Alch.',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20070,'?? ???? ??','Crystal Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20071,'??? ???? ??','Amethyst Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20072,'?? ???? ??','Heaven\'s Tear Alch.',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20073,'???','Ancient Seal',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20074,'??? ?? ????','Demon Tower Weaponsmith',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20075,'??? ??? ????','Demon Tower Armorsmith',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20076,'??? ???? ????','Demon Tower Jeweler',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20077,'???? ??? ??','Altar Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20078,'???? ??? ??','Altar Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20079,'???? ??? ??','Altar Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20080,'??? ??? ??','Training Leader',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20081,'?? ???','Stolen Gangway Seal',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20082,'???','Master',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20083,'????? ????','Jegal-Tunseok',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20084,'???? ???','Biologist Chaegirab',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20085,'???? ???','Jimjunja',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20086,'???','Handu-Up',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20087,'???','Wonda-Rim',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20088,'??? ??','Chuk-Sal',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20089,'?? ???','Pung-Ho',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20090,'??? ??','Heuk-Young',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20091,'?? ??','Seon-Pyeong',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20092,'??? ??','Hwa-Hee',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20093,'??? ??','Koe-Pung',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20094,'?? ??','Hong-Hae',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20095,'??? ??','Seon-Hae',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20096,'??? ???','??? ???',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20097,'????','Castle Gate',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20098,'????','Castle Gate',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20099,'????','Castle Gate',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20101,'??','White Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20102,'??','Brown Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20103,'??','Black Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20104,'??','White Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20105,'??','Brown Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20106,'??','Black Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20107,'??','White Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse2',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20108,'??','Brown Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse2',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20109,'??','Black Horse',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'horse2',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20110,'boar','Wild Boar',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'boar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20111,'dog_god','Wolf',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'dog_god',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20112,'fire_tiger','Tiger',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20113,'lion','Lion',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20114,'white lion','white lion',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20115,'boar2','Wild Battle Boar',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20116,'dog_god2','Fight Wolf',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20117,'fire_tiger2','Storm Tiger',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20118,'lion2','Battle Lion',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20119,'blackpony','NoNAme',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20120,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20121,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20122,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20123,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20124,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20125,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20126,'???????','Santa Claus',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20201,'??????','??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'boar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20202,'??????','??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'dog_god',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20203,'?????','?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20204,'???????','???????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20205,'?????? ??????','?????? ??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'boar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20206,'?????? ??????','?????? ??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'dog_god',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20207,'?????? ?????','?????? ?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20208,'?????? ???????','?????? ???????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20209,'?????? ??????','?????? ??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'boar',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20210,'?????? ??????','?????? ??????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'dog_god',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20211,'?????? ?????','?????? ?????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20212,'?????? ???????','?????? ???????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20213,'?????????','?????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20214,'?????? ?????????','?????? ?????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20215,'?????? ?????????','?????? ?????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20216,'????????','????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20217,'?????? ????????','?????? ????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20218,'?????? ????????','?????? ????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20219,'blackpony','blackpony',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pony',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20220,'Å©¸®½º¸¶½º ¼ø·Ï','ũ ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20221,'Àü°©¹é¿õ','',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20222,'Àü°©ÆÒ´õ','Ҵ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20223,'Àü°©¼®·æÀÚ','',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20224,'³­ÆøÇÑ Àü°©¼®·æÀÚ',' ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20225,'¿ë¸ÍÇÑ Àü°©¼®·æÀÚ',' ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20226,'ÈæÀ¯´ÏÄÜ','',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20227,'¹éÀ¯´ÏÄÜ','',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20300,'??? ?? ??','Body-Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20301,'??? ?? ??','Mental-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20302,'??? ?? ??','Blade-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20303,'??? ?? ??','Archery Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20304,'??? ?? ???','Weaponry Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20305,'??? ?? ??','Black Magic Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20306,'??? ?? ??','Dragon Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20307,'??? ?? ??','Healing Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20320,'??? ?? ??','Body-Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20321,'??? ?? ??','Mental-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20322,'??? ?? ??','Blade-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20323,'??? ?? ??','Archery Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20324,'??? ?? ??','Weaponry Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20325,'??? ?? ??','Black Magic Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20326,'??? ?? ???','Dragon Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20327,'??? ?? ??','Healing Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20340,'??? ?? ??','Body-Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20341,'??? ?? ???','Mental-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20342,'??? ?? ???','Blade-Fight Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20343,'??? ?? ???','Archery Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20344,'??? ?? ???','Weaponry Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20345,'??? ?? ???','Black Magic Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20346,'??? ?? ??','Dragon Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20347,'??? ?? ??','Healing Force Teacher',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20348,'??? ???','Demon Tower Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20349,'??? ???','Stable Boy',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20350,'?? ???','Dungeon Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20351,'?? ???','Hall Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20352,'??? ????','Hasun Stone Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20353,'??? ????','Seul Rong Stone Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20354,'???? ???','City Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20355,'???? ???','Captain',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20356,'??? ?? ???','Ginseng Collector',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20357,'?????','Weol Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20358,'???? ?','Nameless Flowers',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20359,'????????','Old Box with Papers',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20360,'?????','Wha Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20361,'?????','Su Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20362,'?????','Mok Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20363,'?????','Gum Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20364,'????','Nakajima',5,1,0,70,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20365,'?????','To Memorial',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20366,'?????','Sa-Soe',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20367,'?????? ??????','Catacomb Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20368,'?????? ?????','Peddler',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'peddler',1,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20369,'ÀÌÃæ','Lee Chung',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'leechung',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20370,'¾²·¯Á® ÀÖ´Â ¹ÐÁ¤','Poisoned Soldier',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'spy1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20371,'°í´ëÀÇ ºñ¼®','Old Gravestone',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20372,'½Å³à±¹ÀÇ ºñ¼®','Worn Stone Tablet',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20373,'¿ëµÎ°ù °æºñº´','Bodyguard',5,1,0,70,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20374,'°æºñº´','Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20375,'¸ñÃ¥','Wooden Barricade',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20376,'ä±â¿õ','Kim Rim',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20377,'¾Ç·ÉµµÀå ¾àȯ','Yak-Hwan',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20378,'°æºñ´ëÀå ¾Ç¹«¸£','Admiral Angmur',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20379,'¾Ç¹«¸£ ºÎÇÏ','Injured Soldier',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20380,'ÇÐÀÚ','Yon-I-Walker',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20381,'ÃÌÀå','Confucius',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20382,'µ¹¹«´õ±â','Rock Flower',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20383,'ÀåÀÎ ¸··ÚÇÑ','Jae-Seon Kim',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20384,'Å©¸®½º¸¶½º Æ®¸®','Christmas Tree',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20385,'Àû·æ¼ººñ','Am-heh Gorge',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20386,'Àû·æºÀÀκñ','Isfet Stele',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20387,'Àû·æ´ë°Ç','Destiny Lock',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20388,'Àû·æ°á°è¹®','Dragon Gate',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20389,'¾ß¸¶Ãµ¼®','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20390,'Àû·æºÀÀμ®','Taramor Gravestone',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20391,'µ¹¹«´õ±â','Sun Herb',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20392,'¾ó¾îºÙÀº ºÎÇÏ','Dead Soldier',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20393,'¾àȯ ºÎÇÏ','Wounded Soldier',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20394,'Àû·æ¼º °æºñº´','Fireland Guard',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20395,'¹é·æÁö¼º °æºñº´','Ice Land Guardian',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30000,'????','????',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30001,'????','????',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30101,'??????????','Kud Statue',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'zombie_key_stone',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30102,'?????????','Basalt Obelisk',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'zombie_god_stone',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30103,'?????','Tortoise Rock',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'zombie_security_stone',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30104,'????','Rune Stake',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'zombie_security_stone',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30111,'?????','1st Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,600000,10,1,1000,2000,3200,100,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30112,'?????','2nd Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,300000,10,3,1000,2000,3200,100,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30113,'?????','3rd Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,600000,20,1,1000,2000,3200,150,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30114,'?????','4th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,300000,20,3,1000,2000,3200,150,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30115,'?????','5th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,300000,20,1,1000,2000,3200,150,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30116,'?????','6th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,600000,10,1,1000,2000,3200,100,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30117,'?????','7th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,300000,10,3,1000,2000,3200,100,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30118,'?????','8th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,600000,20,1,1000,2000,3200,150,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30119,'?????','9th Gate of Perdition',2,4,3,85,'','NOMOVE',0,'','',0,'zombie_ghost_door',0,0,0,90,0,0,0,300000,20,3,1000,2000,3200,150,100,0,0,2000,150,0,0,0,0,0,0,0,0,-30,-30,-30,-30,-30,-30,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30120,'??????¡Æ??','Herb Bag',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30121,'??????','Ghost of a Sura',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30122,'??????','Ghost of a Warrior',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30123,'???????????','Dark Shrine',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30124,'???????1','Sura-Skeleton 1',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30125,'???????2','Sura-Skeleton 2',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30126,'???????3','Sura-Skeleton 3',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30127,'???????4','Sura-Skeleton 4',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30128,'???????5','Sura-Skeleton 5',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30129,'???????','Easter Bunny',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30130,'ÁöÁßÀýÁöºñ','Gravestone',5,1,0,1,'','NOMOVE',0,'','SLOW,CURSE',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30301,'÷Á¤±¤¸Æ','Vein of Soul Crystal Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30302,'È«¿Á±¤¸Æ','Vein of Ruby Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30303,'¼®·ù¼®±¤¸Æ','Vein of Garnet Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30304,'³ìÁÖ¼®±¤¸Æ','Vein of Emerald Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30305,'û¿Á±¤¸Æ','Vein of Sapphire Ore',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33001,'?????? ???','?????? ???',5,1,0,70,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,3954,3,1,0,0,562,79,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33002,'?????? ????','Historian',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33003,'????? ?','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33004,'????? ?','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33005,'????? ?','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33006,'????? ?','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33007,'????? ?','NoNAme',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33008,'????? ??','Jack Pumpkin',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34001,'phoenix1','phoenix1',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'phoenix1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34002,'??? ???','??? ???',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'reindeer_young',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34003,'?????????','?????????',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'phoenix1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34004,'ÆÄȲ','Ȳ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pwahuang1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34005,'¾Æ±â Àü°©¿ø','Porky',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pig_young1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34006,'¾Æ±â Àü°©¶û','Rufus',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'dog_young1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34007,'¾Æ±â Àü°©È£','Khan',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'tiger_young1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34008,'¾Æ±â Àü°©»çÀÚ','Leonidas',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'lion_young1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34009,'ÆÄȲ','Ȳ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'pwahuang1',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34010,'Å©¸®½º¸¶½º¾Æ±â ¼ø·Ï','Bambi',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34011,'¾Æ±â ¹é°õ','Ʊ ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34012,'¾Æ±â ÆÒ´õ','Ʊ Ҵ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34013,'ºÓÀºµµÀû´Ü¾Ö±âÀå¼ö','ֱܾ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34014,'ºÓÀºµµÀû´ÜȲ±Ý¾Ö±âÀå¼ö','Ȳݾֱ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34015,'ÇÒ·ÎÀ©»À°­¾ÆÁö','ҷ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34016,'³ì¿°ºÒ»çÁ¶','쿰һ',5,1,0,1,'','',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,10,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33013,'?? ???? ??','Sapphire Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,20,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33011,'?? ???? ??','Garnet Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,20,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33010,'?? ???? ??','Rubin Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,20,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33012,'?? ???? ??','Smaragd Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,20,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33009,'ÇÇÀÇ Á¦´Ü','Soul Crystal Alchemist',5,1,0,1,'','NOMOVE',0,'','STUN,SLOW,CURSE,TERROR',0,'',2,0,0,0,0,0,0,120,3,1,0,0,20,4,100,100,0,2000,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `mob_proto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `monarch` -- DROP TABLE IF EXISTS `monarch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `monarch` ( `empire` int(10) unsigned NOT NULL DEFAULT 0, `pid` int(10) unsigned DEFAULT NULL, `windate` datetime DEFAULT NULL, `money` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`empire`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `monarch` -- LOCK TABLES `monarch` WRITE; /*!40000 ALTER TABLE `monarch` DISABLE KEYS */; /*!40000 ALTER TABLE `monarch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `monarch_candidacy` -- DROP TABLE IF EXISTS `monarch_candidacy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `monarch_candidacy` ( `pid` int(10) unsigned NOT NULL DEFAULT 0, `date` datetime DEFAULT '0000-00-00 00:00:00', `name` varchar(16) DEFAULT NULL, `windate` datetime DEFAULT NULL, PRIMARY KEY (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_chinese_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `monarch_candidacy` -- LOCK TABLES `monarch_candidacy` WRITE; /*!40000 ALTER TABLE `monarch_candidacy` DISABLE KEYS */; /*!40000 ALTER TABLE `monarch_candidacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `monarch_election` -- DROP TABLE IF EXISTS `monarch_election`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `monarch_election` ( `pid` int(10) unsigned NOT NULL DEFAULT 0, `selectedpid` int(10) unsigned DEFAULT 0, `electiondata` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `monarch_election` -- LOCK TABLES `monarch_election` WRITE; /*!40000 ALTER TABLE `monarch_election` DISABLE KEYS */; /*!40000 ALTER TABLE `monarch_election` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `myshop_pricelist` -- DROP TABLE IF EXISTS `myshop_pricelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `myshop_pricelist` ( `owner_id` int(11) unsigned NOT NULL DEFAULT 0, `item_vnum` int(11) unsigned NOT NULL DEFAULT 0, `price` int(10) unsigned NOT NULL DEFAULT 0, UNIQUE KEY `list_id` (`owner_id`,`item_vnum`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `myshop_pricelist` -- LOCK TABLES `myshop_pricelist` WRITE; /*!40000 ALTER TABLE `myshop_pricelist` DISABLE KEYS */; /*!40000 ALTER TABLE `myshop_pricelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `object` -- DROP TABLE IF EXISTS `object`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `object` ( `id` int(11) NOT NULL AUTO_INCREMENT, `land_id` int(11) NOT NULL DEFAULT 0, `vnum` int(10) unsigned NOT NULL DEFAULT 0, `map_index` int(11) NOT NULL DEFAULT 0, `x` int(11) NOT NULL DEFAULT 0, `y` int(11) NOT NULL DEFAULT 0, `x_rot` float NOT NULL DEFAULT 0, `y_rot` float NOT NULL DEFAULT 0, `z_rot` float NOT NULL DEFAULT 0, `life` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `object` -- LOCK TABLES `object` WRITE; /*!40000 ALTER TABLE `object` DISABLE KEYS */; INSERT INTO `object` VALUES (1,207,14100,41,984651,272853,0,0,268,0),(2,207,14013,41,984679,272159,0,0,265,0),(3,207,14063,41,984571,273437,0,0,268,0),(4,207,26992,41,984665,274081,0,0,268,0); /*!40000 ALTER TABLE `object` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `object_proto` -- DROP TABLE IF EXISTS `object_proto`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `object_proto` ( `vnum` int(10) unsigned NOT NULL DEFAULT 0, `name` varchar(32) NOT NULL DEFAULT '', `price` int(10) unsigned NOT NULL DEFAULT 0, `materials` varchar(64) NOT NULL DEFAULT '', `upgrade_vnum` int(10) unsigned NOT NULL DEFAULT 0, `upgrade_limit_time` int(10) unsigned NOT NULL DEFAULT 0, `life` int(11) NOT NULL DEFAULT 0, `reg_1` int(11) NOT NULL DEFAULT 0, `reg_2` int(11) NOT NULL DEFAULT 0, `reg_3` int(11) NOT NULL DEFAULT 0, `reg_4` int(11) NOT NULL DEFAULT 0, `npc` int(10) unsigned NOT NULL DEFAULT 0, `group_vnum` int(10) unsigned NOT NULL DEFAULT 0, `dependent_group` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `object_proto` -- LOCK TABLES `object_proto` WRITE; /*!40000 ALTER TABLE `object_proto` DISABLE KEYS */; INSERT INTO `object_proto` VALUES (14013,'?? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-213,-213,213,213,20044,2,1),(14014,'??? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-213,-213,213,213,20045,2,1),(14015,'???? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-213,-213,213,213,20046,2,1),(14043,'????? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20060,3,1),(14045,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20062,3,1),(14046,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20063,3,1),(14047,'? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20064,3,1),(14048,'? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20065,3,1),(14049,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20066,3,1),(14050,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20067,3,1),(14051,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20068,3,1),(14052,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20069,3,1),(14053,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20070,3,1),(14054,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20071,3,1),(14055,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,20072,3,1),(14061,'?? ??',25000000,'90010,25/90011,25/90012,25',0,0,0,-112,-298,114,225,20077,4,1),(14062,'?? ??',500000000,'90010,50/90011,50/90012,50',0,0,0,-112,-298,114,225,20078,4,4),(14063,'?? ??',750000000,'90010,75/90011,75/90012,75',0,0,0,-112,-298,114,225,20079,4,4),(14100,'?(1)',20000000,'90010,20/90011,30/90012,25',0,0,0,-279,-347,294,325,0,1,0),(14110,'?(2)',20000000,'90010,20/90011,30/90012,25',0,0,0,-279,-347,294,325,0,1,0),(14120,'?(3)',20000000,'90010,20/90011,30/90012,25',0,0,0,-279,-347,294,325,0,1,0),(14141,'Wooden Wall 1',800000,'90010,5/90011,15/90012,15',0,0,0,-2,-40,174,40,0,0,0),(14142,'Wooden Wall 2',500000,'90010,5/90011,15/90012,15',0,0,0,-36,-36,36,36,0,0,0),(14143,'Wooden Wall 3',800000,'90010,5/90011,15/90012,15',0,0,0,-195,-52,2,52,0,0,0),(14144,'Wooden Gate',500000,'90010,5/90011,20/90012,20',0,0,0,-1,-96,348,96,0,0,0),(14200,'?? ??',3000000,'90011,5/90012,5',0,0,0,-23,-5,21,20,0,0,1),(14300,'?1',300000,'90010,5',0,0,0,-58,-59,58,59,0,0,0),(14301,'?2',300000,'90010,5',0,0,0,-59,-66,59,66,0,0,0),(14302,'?3',300000,'90010,7',0,0,0,-67,-51,67,51,0,0,0),(14303,'?4',300000,'90010,7',0,0,0,-52,-59,52,59,0,0,0),(14304,'?5',300000,'90010,7',0,0,0,-86,-73,86,73,0,0,0),(14305,'?6',300000,'90010,8',0,0,0,-96,-101,96,101,0,0,0),(14306,'?7',300000,'90010,8',0,0,0,-92,-92,92,92,0,0,0),(14307,'?8',300000,'90010,8',0,0,0,-33,-28,33,28,0,0,0),(14308,'?9',300000,'90010,9',0,0,0,-33,-27,33,27,0,0,0),(14309,'?10',300000,'90010,9',0,0,0,-91,-62,91,62,0,0,0),(14400,'??1',2000000,'90011,5',0,0,0,0,0,0,0,0,0,0),(14401,'??2',2000000,'90011,5',0,0,0,0,0,0,0,0,0,0),(14402,'??3',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14403,'??4',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14404,'??5',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14405,'??6',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14406,'??7',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14407,'??8',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14408,'??9',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(26992,'asd5',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,33009,3,1),(26993,'asd4',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,33010,3,1),(26994,'asd3',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,33011,3,1),(26995,'asd2',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,33012,3,1),(26996,'asd1',20000000,'90010,15/90011,20/90012,25',0,0,0,-90,-100,90,100,33013,3,1); /*!40000 ALTER TABLE `object_proto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `object_proto_original` -- DROP TABLE IF EXISTS `object_proto_original`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `object_proto_original` ( `vnum` int(10) unsigned NOT NULL DEFAULT 0, `name` varchar(32) NOT NULL DEFAULT '', `price` int(10) unsigned NOT NULL DEFAULT 0, `materials` varchar(64) NOT NULL DEFAULT '', `upgrade_vnum` int(10) unsigned NOT NULL DEFAULT 0, `upgrade_limit_time` int(10) unsigned NOT NULL DEFAULT 0, `life` int(11) NOT NULL DEFAULT 0, `reg_1` int(11) NOT NULL DEFAULT 0, `reg_2` int(11) NOT NULL DEFAULT 0, `reg_3` int(11) NOT NULL DEFAULT 0, `reg_4` int(11) NOT NULL DEFAULT 0, `npc` int(10) unsigned NOT NULL DEFAULT 0, `group_vnum` int(10) unsigned NOT NULL DEFAULT 0, `dependent_group` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `object_proto_original` -- LOCK TABLES `object_proto_original` WRITE; /*!40000 ALTER TABLE `object_proto_original` DISABLE KEYS */; INSERT INTO `object_proto_original` VALUES (14013,'?? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-425,-425,425,425,20044,2,1),(14014,'??? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-425,-425,425,425,20045,2,1),(14015,'???? ???',20000000,'90010,20/90011,30/90012,20',0,0,0,-425,-425,425,425,20046,2,1),(14043,'????? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20060,3,1),(14045,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20062,3,1),(14046,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20063,3,1),(14047,'? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20064,3,1),(14048,'? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20065,3,1),(14049,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20066,3,1),(14050,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20067,3,1),(14051,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20068,3,1),(14052,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20069,3,1),(14053,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20070,3,1),(14054,'??? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20071,3,1),(14055,'?? ???',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,20072,3,1),(14061,'?? ??',25000000,'90010,25/90011,25/90012,25',0,0,0,-223,-595,227,450,20077,4,1),(14062,'?? ??',500000000,'90010,50/90011,50/90012,50',0,0,0,-223,-595,227,450,20078,4,4),(14063,'?? ??',750000000,'90010,75/90011,75/90012,75',0,0,0,-223,-595,227,450,20079,4,4),(14100,'?(1)',20000000,'90010,20/90011,30/90012,25',0,0,0,-558,-694,587,649,0,1,0),(14110,'?(2)',20000000,'90010,20/90011,30/90012,25',0,0,0,-558,-694,587,649,0,1,0),(14120,'?(3)',20000000,'90010,20/90011,30/90012,25',0,0,0,-558,-694,587,649,0,1,0),(14141,'Wooden Wall 1',800000,'90010,5/90011,15/90012,15',0,0,0,-3,-79,348,79,0,0,0),(14142,'Wooden Wall 2',500000,'90010,5/90011,15/90012,15',0,0,0,-72,-71,72,71,0,0,0),(14143,'Wooden Wall 3',800000,'90010,5/90011,15/90012,15',0,0,0,-390,-104,4,104,0,0,0),(14144,'Wooden Gate',500000,'90010,5/90011,20/90012,20',0,0,0,-2,-192,695,192,0,0,0),(14200,'?? ??',3000000,'90011,5/90012,5',0,0,0,-45,-9,42,40,0,0,1),(14300,'?1',300000,'90010,5',0,0,0,-116,-118,116,118,0,0,0),(14301,'?2',300000,'90010,5',0,0,0,-118,-132,118,132,0,0,0),(14302,'?3',300000,'90010,7',0,0,0,-133,-102,133,102,0,0,0),(14303,'?4',300000,'90010,7',0,0,0,-104,-117,104,117,0,0,0),(14304,'?5',300000,'90010,7',0,0,0,-171,-145,171,145,0,0,0),(14305,'?6',300000,'90010,8',0,0,0,-192,-201,192,201,0,0,0),(14306,'?7',300000,'90010,8',0,0,0,-183,-184,183,184,0,0,0),(14307,'?8',300000,'90010,8',0,0,0,-66,-56,66,56,0,0,0),(14308,'?9',300000,'90010,9',0,0,0,-65,-53,65,53,0,0,0),(14309,'?10',300000,'90010,9',0,0,0,-182,-123,182,123,0,0,0),(14400,'??1',2000000,'90011,5',0,0,0,0,0,0,0,0,0,0),(14401,'??2',2000000,'90011,5',0,0,0,0,0,0,0,0,0,0),(14402,'??3',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14403,'??4',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14404,'??5',2000000,'90011,7',0,0,0,0,0,0,0,0,0,0),(14405,'??6',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14406,'??7',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14407,'??8',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(14408,'??9',2000000,'90011,9',0,0,0,0,0,0,0,0,0,0),(26992,'asd5',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,33009,3,1),(26993,'asd4',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,33010,3,1),(26994,'asd3',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,33011,3,1),(26995,'asd2',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,33012,3,1),(26996,'asd1',20000000,'90010,15/90011,20/90012,25',0,0,0,-179,-199,179,199,33013,3,1); /*!40000 ALTER TABLE `object_proto_original` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pcbang_ip` -- DROP TABLE IF EXISTS `pcbang_ip`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `pcbang_ip` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pcbang_id` int(11) NOT NULL DEFAULT 0, `ip` varchar(15) NOT NULL DEFAULT '000.000.000.000', PRIMARY KEY (`id`), UNIQUE KEY `ip` (`ip`) USING BTREE, KEY `pcbang_id` (`pcbang_id`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pcbang_ip` -- LOCK TABLES `pcbang_ip` WRITE; /*!40000 ALTER TABLE `pcbang_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `pcbang_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `player` -- DROP TABLE IF EXISTS `player`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `player` ( `id` int(11) NOT NULL AUTO_INCREMENT, `account_id` int(11) NOT NULL DEFAULT 0, `name` varchar(24) NOT NULL DEFAULT 'NONAME', `job` tinyint(2) unsigned NOT NULL DEFAULT 0, `voice` tinyint(1) unsigned NOT NULL DEFAULT 0, `dir` tinyint(2) NOT NULL DEFAULT 0, `x` int(11) NOT NULL DEFAULT 0, `y` int(11) NOT NULL DEFAULT 0, `z` int(11) NOT NULL DEFAULT 0, `map_index` int(11) NOT NULL DEFAULT 0, `exit_x` int(11) NOT NULL DEFAULT 0, `exit_y` int(11) NOT NULL DEFAULT 0, `exit_map_index` int(11) NOT NULL DEFAULT 0, `hp` smallint(4) NOT NULL DEFAULT 0, `mp` smallint(4) NOT NULL DEFAULT 0, `stamina` smallint(6) NOT NULL DEFAULT 0, `random_hp` smallint(5) unsigned NOT NULL DEFAULT 0, `random_sp` smallint(5) unsigned NOT NULL DEFAULT 0, `playtime` int(11) NOT NULL DEFAULT 0, `level` tinyint(2) unsigned NOT NULL DEFAULT 1, `level_step` tinyint(1) NOT NULL DEFAULT 0, `st` smallint(3) NOT NULL DEFAULT 0, `ht` smallint(3) NOT NULL DEFAULT 0, `dx` smallint(3) NOT NULL DEFAULT 0, `iq` smallint(3) NOT NULL DEFAULT 0, `exp` int(11) NOT NULL DEFAULT 0, `gold` int(11) NOT NULL DEFAULT 0, `stat_point` smallint(3) NOT NULL DEFAULT 0, `skill_point` smallint(3) NOT NULL DEFAULT 0, `quickslot` tinyblob DEFAULT NULL, `ip` varchar(15) DEFAULT '0.0.0.0', `part_main` int(11) NOT NULL DEFAULT 0, `part_base` int(11) NOT NULL DEFAULT 0, `part_hair` int(11) NOT NULL DEFAULT 0, `skill_group` tinyint(4) NOT NULL DEFAULT 0, `skill_level` blob DEFAULT NULL, `alignment` int(11) NOT NULL DEFAULT 0, `last_play` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `change_name` tinyint(1) NOT NULL DEFAULT 0, `mobile` varchar(24) DEFAULT NULL, `sub_skill_point` smallint(3) NOT NULL DEFAULT 0, `stat_reset_count` tinyint(4) NOT NULL DEFAULT 0, `horse_hp` smallint(4) NOT NULL DEFAULT 0, `horse_stamina` smallint(4) NOT NULL DEFAULT 0, `horse_level` tinyint(2) unsigned NOT NULL DEFAULT 0, `horse_hp_droptime` int(10) unsigned NOT NULL DEFAULT 0, `horse_riding` tinyint(1) NOT NULL DEFAULT 0, `horse_skill_point` smallint(3) NOT NULL DEFAULT 0, `bank_value` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `account_id_idx` (`account_id`) USING BTREE, KEY `name_idx` (`name`) USING BTREE ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `player` -- LOCK TABLES `player` WRITE; /*!40000 ALTER TABLE `player` DISABLE KEYS */; INSERT INTO `player` VALUES (1,1,'[SA]Admin',0,0,0,959344,269619,0,41,959344,269619,41,15178,760,1330,500,0,2179,105,0,90,90,90,15,0,1352360737,0,104,'\0\0\n   \r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','192.168.0.117',12019,0,0,2,'\0\0\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(G\ra(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(\0\0\0\0\0\0\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',190888,'2021-11-21 20:18:15',0,NULL,46,0,0,120,21,1635966330,0,0,0),(2,2,'Test',7,0,0,964548,276496,0,41,964548,276496,41,5117,2399,820,4257,2079,144,100,0,3,4,3,6,0,12099120,267,0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','192.168.0.117',0,0,0,0,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',610,'2021-08-01 22:15:11',0,NULL,91,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `player` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `player_deleted` -- DROP TABLE IF EXISTS `player_deleted`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `player_deleted` ( `id` int(11) NOT NULL AUTO_INCREMENT, `account_id` int(11) NOT NULL DEFAULT 0, `name` varchar(24) NOT NULL DEFAULT 'NONAME', `job` tinyint(2) unsigned NOT NULL DEFAULT 0, `voice` tinyint(1) unsigned NOT NULL DEFAULT 0, `dir` tinyint(2) NOT NULL DEFAULT 0, `x` int(11) NOT NULL DEFAULT 0, `y` int(11) NOT NULL DEFAULT 0, `z` int(11) NOT NULL DEFAULT 0, `map_index` int(11) NOT NULL DEFAULT 0, `exit_x` int(11) NOT NULL DEFAULT 0, `exit_y` int(11) NOT NULL DEFAULT 0, `exit_map_index` int(11) NOT NULL DEFAULT 0, `hp` smallint(4) NOT NULL DEFAULT 0, `mp` smallint(4) NOT NULL DEFAULT 0, `stamina` smallint(6) NOT NULL DEFAULT 0, `random_hp` smallint(5) unsigned NOT NULL DEFAULT 0, `random_sp` smallint(5) unsigned NOT NULL DEFAULT 0, `playtime` int(11) NOT NULL DEFAULT 0, `level` tinyint(2) unsigned NOT NULL DEFAULT 1, `level_step` tinyint(1) NOT NULL DEFAULT 0, `st` smallint(3) NOT NULL DEFAULT 0, `ht` smallint(3) NOT NULL DEFAULT 0, `dx` smallint(3) NOT NULL DEFAULT 0, `iq` smallint(3) NOT NULL DEFAULT 0, `exp` int(11) NOT NULL DEFAULT 0, `gold` int(11) NOT NULL DEFAULT 0, `stat_point` smallint(3) NOT NULL DEFAULT 0, `skill_point` smallint(3) NOT NULL DEFAULT 0, `quickslot` tinyblob DEFAULT NULL, `ip` varchar(15) DEFAULT '0.0.0.0', `part_main` mediumint(6) NOT NULL DEFAULT 0, `part_base` tinyint(4) NOT NULL DEFAULT 0, `part_hair` mediumint(4) NOT NULL DEFAULT 0, `skill_group` tinyint(4) NOT NULL DEFAULT 0, `skill_level` blob DEFAULT NULL, `alignment` int(11) NOT NULL DEFAULT 0, `last_play` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `change_name` tinyint(1) NOT NULL DEFAULT 0, `mobile` varchar(32) DEFAULT NULL, `sub_skill_point` smallint(3) NOT NULL DEFAULT 0, `stat_reset_count` tinyint(4) NOT NULL DEFAULT 0, `horse_hp` smallint(4) NOT NULL DEFAULT 0, `horse_stamina` smallint(4) NOT NULL DEFAULT 0, `horse_level` tinyint(2) unsigned NOT NULL DEFAULT 0, `horse_hp_droptime` int(10) unsigned NOT NULL DEFAULT 0, `horse_riding` tinyint(1) NOT NULL DEFAULT 0, `horse_skill_point` smallint(3) NOT NULL DEFAULT 0, `bank_value` int(11) DEFAULT 0, PRIMARY KEY (`id`), KEY `account_id_idx` (`account_id`) USING BTREE, KEY `name_idx` (`name`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `player_deleted` -- LOCK TABLES `player_deleted` WRITE; /*!40000 ALTER TABLE `player_deleted` DISABLE KEYS */; /*!40000 ALTER TABLE `player_deleted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `player_index` -- DROP TABLE IF EXISTS `player_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `player_index` ( `id` int(11) NOT NULL DEFAULT 0, `pid1` int(11) NOT NULL DEFAULT 0, `pid2` int(11) NOT NULL DEFAULT 0, `pid3` int(11) NOT NULL DEFAULT 0, `pid4` int(11) NOT NULL DEFAULT 0, `empire` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `pid1_key` (`pid1`) USING BTREE, KEY `pid2_key` (`pid2`) USING BTREE, KEY `pid3_key` (`pid3`) USING BTREE, KEY `pid4_key` (`pid4`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `player_index` -- LOCK TABLES `player_index` WRITE; /*!40000 ALTER TABLE `player_index` DISABLE KEYS */; INSERT INTO `player_index` VALUES (1,1,0,0,0,3),(2,2,0,0,0,3); /*!40000 ALTER TABLE `player_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quest` -- DROP TABLE IF EXISTS `quest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quest` ( `dwPID` int(10) unsigned NOT NULL DEFAULT 0, `szName` varchar(32) NOT NULL DEFAULT '', `szState` varchar(64) NOT NULL DEFAULT '', `lValue` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`dwPID`,`szName`,`szState`), KEY `pid_idx` (`dwPID`) USING BTREE, KEY `name_idx` (`szName`) USING BTREE, KEY `state_idx` (`szState`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quest` -- LOCK TABLES `quest` WRITE; /*!40000 ALTER TABLE `quest` DISABLE KEYS */; INSERT INTO `quest` VALUES (0,'oxevent_status','',0),(1,'check_trans_ticket','__status',526282696),(1,'event_mystery_box','__status',-163855020),(1,'find_senior_soldier','Ziel_Beding',16),(1,'find_senior_soldier','__NEXT_TIME__',1626464064),(1,'give_basic_weapon','basic_weapon',1),(1,'harvest_festival','__status',695801987),(1,'main_quest_lv1','__status',-1147521841),(1,'patrol_townaround','__status',-906855452),(1,'collect_quest_lv30','__status',695801987),(1,'dragon_lair_weekly','__status',1929663828),(1,'heavens_cave_escape','__status',295196323),(1,'heavens_cave_keyquest','heavens_cave_keyquest_CooldownTime',86400),(1,'main_quest_lv90','__status',1390588616),(1,'new_quest_lv22','__status',695801987),(1,'new_quest_lv26','__status',-880201385),(1,'new_quest_lv28','__status',695801987),(1,'new_quest_lv29','__status',-603704530),(1,'new_quest_lv29','dropProb',80),(1,'new_quest_lv29','hayFromHarang',1),(1,'new_quest_lv29','hayFromStablemaster',1),(1,'new_quest_lv29','hayFromTaurean',1),(1,'new_quest_lv29','hayIndex',6),(1,'new_quest_lv29','yonahspatience',2),(1,'new_quest_lv42','__status',695801987),(1,'new_quest_lv43','__status',695801987),(1,'new_quest_lv43','collect_count_1',1),(1,'new_quest_lv52','__status',574123079),(1,'new_quest_lv52','ghostsleft',4),(1,'new_quest_lv54','__status',-2033559367),(1,'new_quest_lv75','__status',-1227866427),(1,'new_quest_lv75','suraskel0',1),(1,'new_quest_lv75','suraskel1',1),(1,'new_quest_lv75','suraskel2',1),(1,'new_quest_lv75','suraskel3',1),(1,'new_quest_lv75','suraskel4',1),(1,'new_quest_lv80','__status',-1153682316),(1,'new_quest_lv80','gotreward',1),(1,'new_quest_lv80','notenchanted',1),(1,'new_quest_lv80','spawnsleft',10),(1,'new_quest_premium_lv4','__status',-752091884),(1,'new_quest_premium_lv4','amountXp',1000),(1,'new_quest_premium_lv4','amountYang',500),(1,'new_quest_premium_lv4','drop1',50705),(1,'new_quest_premium_lv4','drop2',30177),(1,'new_quest_premium_lv4','dropProb1',40),(1,'new_quest_premium_lv4','mob1',104),(1,'new_quest_premium_lv4','neededAmountDrop1',2),(1,'new_quest_premium_lv4','neededAmountDrop2',1),(1,'training_grandmaster_skill','skill16',1),(1,'alter_of_power','build_level',20),(0,'xmas_boom','',2),(0,'ox_map_login_counter','',2),(1,'oxevent_manager','ox_end_cooldown_time',1636197933),(2,'check_trans_ticket','__status',526282696),(1,'fortune_telling','time',1626493288),(1,'fortune_telling','idx',4),(1,'training_grandmaster_skill','next_time',1628289515),(1,'dragon_soul','__status',-252263835),(0,'ds_drop','',10),(2,'collect_quest_lv30','__status',695801987),(2,'dragon_lair_weekly','__status',1929663828),(2,'give_basic_weapon','basic_weapon',1),(2,'harvest_festival','__status',695801987),(2,'heavens_cave_escape','__status',295196323),(2,'heavens_cave_keyquest','heavens_cave_keyquest_CooldownTime',3600),(2,'main_quest_lv90','__status',1390588616),(2,'new_quest_lv22','__status',695801987),(2,'new_quest_lv26','__status',-880201385),(2,'new_quest_lv28','__status',695801987),(2,'new_quest_lv29','__status',-603704530),(2,'new_quest_lv29','dropProb',80),(2,'new_quest_lv29','hayFromHarang',1),(2,'new_quest_lv29','hayFromStablemaster',1),(2,'new_quest_lv29','hayFromTaurean',1),(2,'new_quest_lv29','hayIndex',6),(2,'new_quest_lv29','yonahspatience',2),(2,'new_quest_lv42','__status',695801987),(2,'new_quest_lv43','__status',695801987),(2,'new_quest_lv43','collect_count_1',1),(2,'new_quest_lv52','__status',246050424),(2,'new_quest_lv52','ghostsleft',4),(2,'new_quest_lv54','__status',695801987),(2,'new_quest_lv75','__status',-1227866427),(2,'new_quest_lv75','suraskel0',1),(2,'new_quest_lv75','suraskel1',1),(2,'new_quest_lv75','suraskel2',1),(2,'new_quest_lv75','suraskel3',1),(2,'new_quest_lv75','suraskel4',1),(2,'new_quest_lv80','__status',-1227866427),(2,'new_quest_lv80','gotreward',1),(2,'new_quest_lv80','notenchanted',1),(2,'new_quest_lv80','spawnsleft',10),(2,'new_quest_premium_lv4','__status',695801987),(2,'pre_event_heavens_cave','__status',-2054313232),(2,'skill_group','__status',1349952704),(2,'spider_dungeon_2floor','__status',1290640410),(2,'spider_dungeon_3floor_boss','__status',-1393546546),(0,'spider_lair_ongoing_1','',1),(0,'spider_lair_start_time_1','',1626496540),(0,'spider_lair_end_time_1','',1626497740),(0,'spider_lair_leader_1','',1),(1,'spider_dungeon_3floor_boss','retry_limit_time',1626500320),(1,'is_yang','next_time',1626502355),(1,'pre_event_heavens_cave','__status',-2054313232),(1,'new_christmas_2012_sock','open_item_storage_count',1),(1,'stash','__status',-1800287157),(1,'stash','open_count',3),(1,'stash','open_item_storage_count',3),(0,'event_map_choice','',0),(0,'event_map_level_min','',0),(0,'event_map_level_max','',0),(0,'event_map_player_max','',0),(0,'event_map_empire','',0),(0,'event_map_login_counter','',0),(0,'event_map_active','',0),(0,'threeway_war_choice','',4),(0,'threeway_war_level_min','',85),(0,'threeway_war_level_max','',105),(0,'threeway_war_sungzi_idx','',0),(0,'threeway_war_pass_idx','',1),(0,'threeway_war','',0),(0,'threeway_war_dead_count','',25),(0,'threeway_war_kill_count','',250),(0,'threeway_war_boss_count','',5),(0,'threeway_war_open_gate1','',1),(0,'threeway_war_open_gate2','',1),(0,'threeway_war_open_gate3','',1),(0,'dragon_lair_time','',1626638337),(0,'dragon_lair_password','',12345),(1,'spider_dungeon_3floor_boss','__status',-1393546546),(1,'dragon_lair_access','time',1626638337),(0,'dragon_lair_alive','',0),(1,'spider_dungeon_2floor','__status',1290640410),(1,'heavens_cave_keyquest','heavens_cave_keyquest_BloodStone',30190),(1,'heavens_cave_keyquest','heavens_cave_keyquest_FrozenTear',30186),(1,'heavens_cave_keyquest','heavens_cave_keyquest_NeededGlassAmount',4),(1,'heavens_cave_keyquest','heavens_cave_keyquest_NeededTearsAmount',7),(1,'heavens_cave_keyquest','heavens_cave_keyquest_RedForestRndNum',1),(1,'heavens_cave_keyquest','heavens_cave_keyquest_TearBottle',30189),(1,'heavens_cave_keyquest','heavens_cave_keyquest_VolcanicGlass',30188),(1,'heavens_cave_keyquest','reachedspot',1),(1,'heavens_cave_keyquest','__status',-2138973444),(1,'deviltower_zone','9_done',1),(1,'flame_dungeon','exit_time',1626680018),(1,'questscroll5','__status',-1212866787),(2,'devilcatacomb_zone','level',4),(1,'charge_cash_by_voucher','total_cash',1650),(2,'flame_dungeon','exit_time',1626680018),(1,'devilcatacomb_zone','last_exit_time',1626681625),(1,'questscroll5','mission_index',51),(2,'devilcatacomb_zone','last_exit_time',1626680943),(1,'devilcatacomb_zone','done',1),(1,'event_halloween_hair','first_notice',1),(2,'heavens_cave_keyquest','__status',865973175),(2,'oxevent_manager','ox_end_cooldown_time',1627855853),(0,'ox_map_level_min','',15),(0,'ox_map_level_max','',39),(0,'ox_map_player_max','',1),(2,'levelup','buttonstate',1),(2,'levelup','current',50),(2,'levelup','remain',40),(2,'levelup','select',1),(2,'subquest_21','__status',695801987),(2,'subquest_41','__status',695801987),(2,'subquest_47','__status',695801987),(1,'heavens_cave_keyquest','heavens_cave_keyquest_BloodDrop',30187); /*!40000 ALTER TABLE `quest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `refine_proto` -- DROP TABLE IF EXISTS `refine_proto`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `refine_proto` ( `id` int(11) NOT NULL AUTO_INCREMENT, `vnum0` int(10) unsigned NOT NULL DEFAULT 0, `count0` smallint(6) NOT NULL DEFAULT 0, `vnum1` int(10) unsigned NOT NULL DEFAULT 0, `count1` smallint(6) NOT NULL DEFAULT 0, `vnum2` int(10) unsigned NOT NULL DEFAULT 0, `count2` smallint(6) NOT NULL DEFAULT 0, `vnum3` int(10) unsigned NOT NULL DEFAULT 0, `count3` smallint(6) NOT NULL DEFAULT 0, `vnum4` int(10) unsigned NOT NULL DEFAULT 0, `count4` smallint(6) NOT NULL DEFAULT 0, `cost` int(11) NOT NULL DEFAULT 0, `src_vnum` int(10) unsigned NOT NULL DEFAULT 0, `result_vnum` int(10) unsigned NOT NULL DEFAULT 0, `prob` smallint(6) NOT NULL DEFAULT 100, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=760 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `refine_proto` -- LOCK TABLES `refine_proto` WRITE; /*!40000 ALTER TABLE `refine_proto` DISABLE KEYS */; INSERT INTO `refine_proto` VALUES (1,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(2,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(3,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(4,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(5,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(6,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(7,30053,1,0,0,0,0,0,0,0,0,30000,0,0,50),(8,30073,2,0,0,0,0,0,0,0,0,45000,0,0,40),(9,30033,2,0,0,0,0,0,0,0,0,75000,0,0,30),(10,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(11,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(12,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(13,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(14,30030,2,0,0,0,0,0,0,0,0,13000,0,0,70),(15,30075,2,0,0,0,0,0,0,0,0,20000,0,0,60),(16,30056,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(17,30022,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(18,30067,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(19,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(20,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(21,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(22,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(23,30079,1,0,0,0,0,0,0,0,0,20000,0,0,50),(24,30015,1,0,0,0,0,0,0,0,0,30000,0,0,40),(25,30016,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(26,30089,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(27,30091,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(28,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(29,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(30,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(31,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(32,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(33,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(34,30034,2,0,0,0,0,0,0,0,0,30000,0,0,50),(35,30011,2,0,0,0,0,0,0,0,0,45000,0,0,40),(36,30035,2,0,0,0,0,0,0,0,0,75000,0,0,30),(37,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(38,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(39,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(40,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(41,30052,2,0,0,0,0,0,0,0,0,13000,0,0,70),(42,30046,2,0,0,0,0,0,0,0,0,20000,0,0,60),(43,30045,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(44,30025,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(45,30058,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(46,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(47,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(48,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(49,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(50,30083,2,0,0,0,0,0,0,0,0,20000,0,0,50),(51,30060,2,0,0,0,0,0,0,0,0,30000,0,0,40),(52,30061,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(53,30088,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(54,30019,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(55,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(56,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(57,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(58,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(59,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(60,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(61,30070,2,0,0,0,0,0,0,0,0,30000,0,0,50),(62,30072,2,0,0,0,0,0,0,0,0,45000,0,0,40),(63,30017,2,0,0,0,0,0,0,0,0,75000,0,0,30),(64,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(65,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(66,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(67,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(68,30041,1,0,0,0,0,0,0,0,0,13000,0,0,70),(69,30008,2,0,0,0,0,0,0,0,0,20000,0,0,60),(70,30057,1,27799,1,0,0,0,0,0,0,40000,0,0,50),(71,30081,1,27987,1,0,0,0,0,0,0,70000,0,0,40),(72,30077,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(73,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(74,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(75,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(76,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(77,30009,2,0,0,0,0,0,0,0,0,20000,0,0,50),(78,30039,2,0,0,0,0,0,0,0,0,30000,0,0,40),(79,30040,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(80,30048,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(81,30090,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(82,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(83,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(84,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(85,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(86,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(87,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(88,30031,1,0,0,0,0,0,0,0,0,30000,0,0,50),(89,30032,2,0,0,0,0,0,0,0,0,45000,0,0,40),(90,30033,2,0,0,0,0,0,0,0,0,75000,0,0,30),(91,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(92,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(93,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(94,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(95,30008,2,0,0,0,0,0,0,0,0,13000,0,0,70),(96,30075,2,0,0,0,0,0,0,0,0,20000,0,0,60),(97,30006,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(98,30022,1,27987,1,0,0,0,0,0,0,70000,0,0,40),(99,30067,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(100,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(101,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(102,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(103,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(104,30079,1,0,0,0,0,0,0,0,0,20000,0,0,50),(105,30015,1,0,0,0,0,0,0,0,0,30000,0,0,40),(106,30086,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(107,30050,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(108,30091,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(109,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(110,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(111,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(112,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(113,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(114,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(115,30071,2,0,0,0,0,0,0,0,0,30000,0,0,50),(116,30018,2,0,0,0,0,0,0,0,0,45000,0,0,40),(117,30017,2,0,0,0,0,0,0,0,0,75000,0,0,30),(118,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(119,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(120,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(121,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(122,30005,2,0,0,0,0,0,0,0,0,13000,0,0,70),(123,30076,2,0,0,0,0,0,0,0,0,20000,0,0,60),(124,30051,1,27799,1,0,0,0,0,0,0,40000,0,0,50),(125,30081,1,27987,1,0,0,0,0,0,0,70000,0,0,40),(126,30047,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(127,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(128,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(129,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(130,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(131,30009,1,0,0,0,0,0,0,0,0,20000,0,0,50),(132,30080,1,0,0,0,0,0,0,0,0,30000,0,0,40),(133,30040,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(134,30049,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(135,30090,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(136,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(137,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(138,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(139,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(140,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(141,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(142,30038,1,0,0,0,0,0,0,0,0,30000,0,0,50),(143,30023,2,0,0,0,0,0,0,0,0,45000,0,0,40),(144,30074,2,0,0,0,0,0,0,0,0,75000,0,0,30),(145,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(146,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(147,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(148,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(149,30007,2,0,0,0,0,0,0,0,0,13000,0,0,70),(150,30078,2,0,0,0,0,0,0,0,0,20000,0,0,60),(151,30045,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(152,30055,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(153,30047,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(154,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(155,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(156,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(157,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(158,30059,2,0,0,0,0,0,0,0,0,20000,0,0,50),(159,30080,2,0,0,0,0,0,0,0,0,30000,0,0,40),(160,30085,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(161,30014,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(162,30042,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(163,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(164,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(165,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(166,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(167,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(168,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(169,30010,2,0,0,0,0,0,0,0,0,30000,0,0,50),(170,30031,1,0,0,0,0,0,0,0,0,45000,0,0,40),(171,30032,2,0,0,0,0,0,0,0,0,75000,0,0,30),(172,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(173,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(174,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(175,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(176,30021,2,0,0,0,0,0,0,0,0,13000,0,0,70),(177,30008,2,0,0,0,0,0,0,0,0,20000,0,0,60),(178,30057,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(179,30006,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(180,30022,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(181,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(182,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(183,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(184,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(185,30082,2,0,0,0,0,0,0,0,0,20000,0,0,50),(186,30079,2,0,0,0,0,0,0,0,0,30000,0,0,40),(187,30087,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(188,30086,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(189,30050,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(190,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(191,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(192,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(193,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(194,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(195,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(196,30038,2,0,0,0,0,0,0,0,0,30000,0,0,50),(197,30011,2,0,0,0,0,0,0,0,0,45000,0,0,40),(198,30074,1,0,0,0,0,0,0,0,0,75000,0,0,30),(199,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(200,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(201,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(202,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(203,30007,2,0,0,0,0,0,0,0,0,13000,0,0,70),(204,30046,2,0,0,0,0,0,0,0,0,20000,0,0,60),(205,30045,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(206,30055,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(207,30058,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(208,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(209,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(210,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(211,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(212,30059,2,0,0,0,0,0,0,0,0,20000,0,0,50),(213,30060,2,0,0,0,0,0,0,0,0,30000,0,0,40),(214,30061,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(215,30014,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(216,30042,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(217,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(218,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(219,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(220,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(221,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(222,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(223,30071,2,0,0,0,0,0,0,0,0,30000,0,0,50),(224,30023,1,0,0,0,0,0,0,0,0,45000,0,0,40),(225,30074,2,0,0,0,0,0,0,0,0,75000,0,0,30),(226,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(227,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(228,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(229,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(230,30005,1,0,0,0,0,0,0,0,0,13000,0,0,70),(231,30078,1,0,0,0,0,0,0,0,0,20000,0,0,60),(232,30051,1,27799,1,0,0,0,0,0,0,40000,0,0,50),(233,30055,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(234,30047,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(235,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(236,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(237,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(238,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(239,30059,2,0,0,0,0,0,0,0,0,20000,0,0,50),(240,30080,2,0,0,0,0,0,0,0,0,30000,0,0,40),(241,30085,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(242,30049,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(243,30042,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(244,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(245,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(246,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(247,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(248,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(249,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(250,30070,2,0,0,0,0,0,0,0,0,30000,0,0,50),(251,30018,2,0,0,0,0,0,0,0,0,45000,0,0,40),(252,30017,2,0,0,0,0,0,0,0,0,75000,0,0,30),(253,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(254,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(255,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(256,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(257,30041,2,0,0,0,0,0,0,0,0,13000,0,0,70),(258,30076,2,0,0,0,0,0,0,0,0,20000,0,0,60),(259,30051,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(260,30081,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(261,30077,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(262,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(263,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(264,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(265,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(266,30009,2,0,0,0,0,0,0,0,0,20000,0,0,50),(267,30039,2,0,0,0,0,0,0,0,0,30000,0,0,40),(268,30040,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(269,30048,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(270,30090,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(271,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(272,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(273,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(274,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(275,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(276,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(277,30010,1,0,0,0,0,0,0,0,0,30000,0,0,50),(278,30072,2,0,0,0,0,0,0,0,0,45000,0,0,40),(279,30032,1,0,0,0,0,0,0,0,0,75000,0,0,30),(280,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(281,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(282,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(283,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(284,30021,1,0,0,0,0,0,0,0,0,13000,0,0,70),(285,30008,1,0,0,0,0,0,0,0,0,20000,0,0,60),(286,30057,1,27799,1,0,0,0,0,0,0,40000,0,0,50),(287,30006,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(288,30077,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(289,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(290,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(291,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(292,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(293,30082,2,0,0,0,0,0,0,0,0,20000,0,0,50),(294,30039,2,0,0,0,0,0,0,0,0,30000,0,0,40),(295,30087,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(296,30086,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(297,30050,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(298,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(299,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(300,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(301,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(302,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(303,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(304,30053,1,0,0,0,0,0,0,0,0,30000,0,0,50),(305,30073,1,0,0,0,0,0,0,0,0,45000,0,0,40),(306,30035,2,0,0,0,0,0,0,0,0,75000,0,0,30),(307,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(308,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(309,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(310,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(311,30030,2,0,0,0,0,0,0,0,0,13000,0,0,70),(312,30075,2,0,0,0,0,0,0,0,0,20000,0,0,60),(313,30056,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(314,30025,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(315,30067,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(316,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(317,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(318,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(319,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(320,30083,2,0,0,0,0,0,0,0,0,20000,0,0,50),(321,30015,2,0,0,0,0,0,0,0,0,30000,0,0,40),(322,30016,2,27992,1,0,0,0,0,0,0,45000,0,0,30),(323,30089,2,27993,1,0,0,0,0,0,0,90000,0,0,20),(324,30019,2,27994,1,0,0,0,0,0,0,150000,0,0,10),(325,0,0,0,0,0,0,0,0,0,0,600,0,0,90),(326,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(327,0,0,0,0,0,0,0,0,0,0,2500,0,0,90),(328,0,0,0,0,0,0,0,0,0,0,5000,0,0,90),(329,0,0,0,0,0,0,0,0,0,0,10000,0,0,80),(330,0,0,0,0,0,0,0,0,0,0,20000,0,0,60),(331,30034,2,0,0,0,0,0,0,0,0,30000,0,0,50),(332,30073,2,0,0,0,0,0,0,0,0,45000,0,0,40),(333,30035,2,0,0,0,0,0,0,0,0,75000,0,0,30),(334,0,0,0,0,0,0,0,0,0,0,1000,0,0,90),(335,0,0,0,0,0,0,0,0,0,0,2000,0,0,90),(336,0,0,0,0,0,0,0,0,0,0,4000,0,0,90),(337,0,0,0,0,0,0,0,0,0,0,8000,0,0,80),(338,30052,2,0,0,0,0,0,0,0,0,13000,0,0,70),(339,30046,2,0,0,0,0,0,0,0,0,20000,0,0,60),(340,30056,2,27799,1,0,0,0,0,0,0,40000,0,0,50),(341,30025,2,27987,1,0,0,0,0,0,0,70000,0,0,40),(342,30058,2,27987,1,0,0,0,0,0,0,120000,0,0,30),(343,0,0,0,0,0,0,0,0,0,0,1200,0,0,90),(344,0,0,0,0,0,0,0,0,0,0,2500,0,0,80),(345,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(346,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(347,30083,2,0,0,0,0,0,0,0,0,20000,0,0,50),(348,30060,2,0,0,0,0,0,0,0,0,30000,0,0,40),(349,30061,2,30193,2,0,0,0,0,0,0,45000,0,0,30),(350,30088,2,30193,4,0,0,0,0,0,0,90000,0,0,20),(351,30019,2,30193,6,0,0,0,0,0,0,150000,0,0,10),(352,0,0,0,0,0,0,0,0,0,0,3000,0,0,90),(353,0,0,0,0,0,0,0,0,0,0,6000,0,0,90),(354,0,0,0,0,0,0,0,0,0,0,12000,0,0,90),(355,0,0,0,0,0,0,0,0,0,0,25000,0,0,80),(356,0,0,0,0,0,0,0,0,0,0,40000,0,0,70),(357,0,0,0,0,0,0,0,0,0,0,60000,0,0,60),(358,0,0,0,0,0,0,0,0,0,0,90000,0,0,50),(359,0,0,0,0,0,0,0,0,0,0,120000,0,0,40),(360,0,0,0,0,0,0,0,0,0,0,150000,0,0,30),(400,30192,2,0,0,0,0,0,0,0,0,20000,0,0,50),(401,30194,2,0,0,0,0,0,0,0,0,30000,0,0,40),(402,0,0,0,0,0,0,0,0,0,0,5000,0,0,70),(403,0,0,0,0,0,0,0,0,0,0,10000,0,0,60),(404,30083,2,0,0,0,0,0,0,0,0,20000,0,0,50),(405,30060,2,0,0,0,0,0,0,0,0,30000,0,0,40),(406,30061,2,30193,2,0,0,0,0,0,0,45000,0,0,30),(407,30088,2,30193,4,0,0,0,0,0,0,90000,0,0,20),(408,30019,2,30193,6,0,0,0,0,0,0,150000,0,0,10),(501,25040,2,70031,1,0,0,0,0,0,0,100000,0,0,100),(502,0,0,0,0,0,0,0,0,0,0,120000,0,0,90),(503,0,0,0,0,0,0,0,0,0,0,140000,0,0,90),(504,0,0,0,0,0,0,0,0,0,0,170000,0,0,80),(505,0,0,0,0,0,0,0,0,0,0,200000,0,0,70),(506,0,0,0,0,0,0,0,0,0,0,240000,0,0,60),(507,30050,2,0,0,0,0,0,0,0,0,290000,0,0,50),(508,30083,2,27992,1,0,0,0,0,0,0,340000,0,0,40),(509,30040,2,27993,1,0,0,0,0,0,0,410000,0,0,30),(510,30089,2,27994,1,0,0,0,0,0,0,500000,0,0,30),(531,0,0,0,0,0,0,0,0,0,0,7500,0,0,90),(532,0,0,0,0,0,0,0,0,0,0,15000,0,0,80),(533,0,0,0,0,0,0,0,0,0,0,25000,0,0,70),(534,30196,2,0,0,0,0,0,0,0,0,40000,0,0,60),(535,30090,3,0,0,0,0,0,0,0,0,65000,0,0,50),(536,30195,2,0,0,0,0,0,0,0,0,90000,0,0,40),(537,30197,4,27992,1,0,0,0,0,0,0,120000,0,0,30),(538,30198,2,27993,1,0,0,0,0,0,0,150000,0,0,20),(539,30199,2,27994,1,0,0,0,0,0,0,200000,0,0,10),(701,0,0,0,0,0,0,0,0,0,0,500000,0,0,40),(702,0,0,0,0,0,0,0,0,0,0,2000000,0,0,25),(703,0,0,0,0,0,0,0,0,0,0,0,0,0,100),(751,0,0,0,0,0,0,0,0,0,0,100000,0,0,40),(752,0,0,0,0,0,0,0,0,0,0,500000,0,0,50),(753,0,0,0,0,0,0,0,0,0,0,2000000,0,0,30),(758,71123,2,71129,3,0,0,0,0,0,0,125000,0,0,100),(759,71123,3,71129,4,0,0,0,0,0,0,200000,0,0,100),(530,71129,3,71123,3,0,0,0,0,0,0,200000,0,0,100),(610,25040,2,70031,3,51001,200,0,0,0,0,50000000,0,0,100),(601,51001,10,70031,3,0,0,0,0,0,0,10000000,0,0,80),(602,51001,15,70031,3,0,0,0,0,0,0,12000000,0,0,75),(603,51001,20,70031,3,0,0,0,0,0,0,14000000,0,0,75),(604,51001,30,70031,3,0,0,0,0,0,0,16000000,0,0,75),(605,51001,45,70031,3,0,0,0,0,0,0,18000000,0,0,70),(606,51001,65,70031,3,0,0,0,0,0,0,20000000,0,0,65),(607,51001,95,70031,3,0,0,0,0,0,0,22000000,0,0,60),(608,51001,145,70031,3,0,0,0,0,0,0,24000000,0,0,60),(609,51001,200,70031,3,0,0,0,0,0,0,26000000,0,0,60); /*!40000 ALTER TABLE `refine_proto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `safebox` -- DROP TABLE IF EXISTS `safebox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `safebox` ( `account_id` int(10) unsigned NOT NULL DEFAULT 0, `size` tinyint(3) unsigned NOT NULL DEFAULT 0, `password` varchar(6) NOT NULL DEFAULT '', `gold` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `safebox` -- LOCK TABLES `safebox` WRITE; /*!40000 ALTER TABLE `safebox` DISABLE KEYS */; INSERT INTO `safebox` VALUES (1,1,'',0); /*!40000 ALTER TABLE `safebox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shop` -- DROP TABLE IF EXISTS `shop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `shop` ( `vnum` int(11) NOT NULL DEFAULT 0, `name` varchar(32) NOT NULL DEFAULT 'Noname', `npc_vnum` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `shop` -- LOCK TABLES `shop` WRITE; /*!40000 ALTER TABLE `shop` DISABLE KEYS */; INSERT INTO `shop` VALUES (1,'Weapon Shop Dealer',9001),(2,'Fisherman',9009),(3,'General Store Saleswoman',9003),(4,'Armour Shop Dealer',9002),(5,'Weapon Shop Dealer 2',9007),(6,'Armour Shop Dealer 2',9008),(7,'gold_bar_shop',9005),(8,'firework_shop',9004),(9,'Peddler',20042),(10,'pick_shop',20015),(11,'Stable Boy',20349),(1001,'all_sword',0),(1002,'all_dualhand_sword',0),(1003,'all_bow',0),(1004,'all_twohand_sword',0),(1005,'all_bell',0),(1006,'all_fan',0),(1007,'all_warrior_armour',0),(1008,'all_assassin_armour',0),(1009,'all_sura_armour',0),(1010,'all_shaman_armour',0),(1011,'all_warrior_helmet',0),(1012,'all_assassin_helmet',0),(1013,'all_sura_helmet',0),(1014,'all_shaman_helmet',0),(1015,'all_shield',0),(1016,'all_bracelet',0),(1017,'all_shoe',0),(1018,'all_necklace',0),(1019,'all_ring',0),(13,'Alchemist',20001); /*!40000 ALTER TABLE `shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shop_item` -- DROP TABLE IF EXISTS `shop_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `shop_item` ( `shop_vnum` int(11) NOT NULL DEFAULT 0, `item_vnum` int(11) NOT NULL DEFAULT 0, `count` tinyint(4) unsigned NOT NULL DEFAULT 1, UNIQUE KEY `vnum_unique` (`shop_vnum`,`item_vnum`,`count`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `shop_item` -- LOCK TABLES `shop_item` WRITE; /*!40000 ALTER TABLE `shop_item` DISABLE KEYS */; INSERT INTO `shop_item` VALUES (1,20,1),(1,40,1),(1,60,1),(1,80,1),(1,1040,1),(1,2010,1),(1,2030,1),(1,2050,1),(1,2070,1),(1,3010,1),(1,3030,1),(1,3050,1),(1,3070,1),(1,4000,1),(1,4010,1),(1,4020,1),(1,5010,1),(1,5030,1),(1,7010,1),(1,7030,1),(1,7050,1),(1,8000,100),(1,8000,200),(2,27400,1),(2,27600,1),(2,27610,1),(2,27800,5),(2,27800,50),(2,27801,5),(2,27801,50),(3,14000,1),(3,15000,1),(3,16000,1),(3,17000,1),(3,27001,5),(3,27001,20),(3,27001,200),(3,27002,5),(3,27002,20),(3,27002,200),(3,27003,5),(3,27003,20),(3,27003,200),(3,27004,5),(3,27004,20),(3,27004,200),(3,27005,5),(3,27005,20),(3,27005,200),(3,27006,5),(3,27006,20),(3,27006,200),(3,50200,1),(3,50901,10),(4,11200,1),(4,11220,1),(4,11230,1),(4,11400,1),(4,11420,1),(4,11430,1),(4,11600,1),(4,11620,1),(4,11630,1),(4,11800,1),(4,11820,1),(4,11830,1),(4,12200,1),(4,12340,1),(4,12480,1),(4,12620,1),(4,13000,1),(5,3100,1),(5,5020,1),(5,5030,1),(5,5040,1),(5,5050,1),(5,5070,1),(5,5080,1),(5,7020,1),(5,7050,1),(5,7060,1),(5,7090,1),(5,7100,1),(6,14000,1),(6,14020,1),(6,14040,1),(6,14060,1),(6,14080,1),(6,14140,1),(6,15000,1),(6,15020,1),(6,15040,1),(6,15060,1),(6,15080,1),(6,15160,1),(6,16000,1),(6,16020,1),(6,16040,1),(6,16060,1),(6,16080,1),(6,16180,1),(6,17000,1),(6,17020,1),(6,17040,1),(6,17060,1),(6,17080,1),(6,17180,1),(7,80003,1),(7,80004,1),(7,80005,1),(7,80006,1),(7,80007,1),(8,50100,100),(8,50101,100),(8,50102,100),(8,50103,100),(8,50104,100),(8,50105,100),(9,11901,1),(9,11903,1),(9,50201,1),(10,29101,1),(11,50054,1),(11,50055,1),(11,50056,1),(13,100100,1),(13,100200,1),(1001,10,1),(1001,20,1),(1001,30,1),(1001,40,1),(1001,50,1),(1001,60,1),(1001,70,1),(1001,80,1),(1001,90,1),(1001,100,1),(1001,110,1),(1001,120,1),(1001,130,1),(1002,1000,1),(1002,1010,1),(1002,1020,1),(1002,1030,1),(1002,1040,1),(1002,1050,1),(1002,1060,1),(1002,1070,1),(1002,1080,1),(1002,1090,1),(1002,4000,1),(1002,4010,1),(1002,4020,1),(1003,2000,1),(1003,2010,1),(1003,2020,1),(1003,2030,1),(1003,2040,1),(1003,2050,1),(1003,2060,1),(1003,2070,1),(1003,2080,1),(1003,2090,1),(1003,2100,1),(1003,2110,1),(1003,2120,1),(1003,8000,50),(1003,8000,200),(1004,3000,1),(1004,3010,1),(1004,3020,1),(1004,3030,1),(1004,3040,1),(1004,3050,1),(1004,3060,1),(1004,3070,1),(1004,3080,1),(1004,3090,1),(1004,3100,1),(1004,3110,1),(1004,3120,1),(1005,5000,1),(1005,5010,1),(1005,5020,1),(1005,5030,1),(1005,5040,1),(1005,5050,1),(1005,5060,1),(1005,5070,1),(1005,5080,1),(1006,7000,1),(1006,7010,1),(1006,7020,1),(1006,7030,1),(1006,7040,1),(1006,7050,1),(1006,7060,1),(1006,7070,1),(1006,7080,1),(1006,7090,1),(1006,7100,1),(1006,7110,1),(1006,7120,1),(1007,11200,1),(1007,11210,1),(1007,11220,1),(1007,11230,1),(1007,11240,1),(1007,11250,1),(1007,11260,1),(1008,11400,1),(1008,11410,1),(1008,11420,1),(1008,11430,1),(1008,11440,1),(1008,11450,1),(1008,11460,1),(1009,11600,1),(1009,11610,1),(1009,11620,1),(1009,11630,1),(1009,11640,1),(1009,11650,1),(1009,11660,1),(1010,11800,1),(1010,11810,1),(1010,11820,1),(1010,11830,1),(1010,11840,1),(1010,11850,1),(1010,11860,1),(1011,12200,1),(1011,12220,1),(1011,12240,1),(1012,12340,1),(1012,12360,1),(1012,12380,1),(1013,12480,1),(1013,12500,1),(1013,12520,1),(1014,12620,1),(1014,12640,1),(1014,12660,1),(1015,13000,1),(1015,13040,1),(1016,14000,1),(1016,14020,1),(1016,14040,1),(1016,14060,1),(1016,14080,1),(1016,14100,1),(1016,14120,1),(1016,14140,1),(1016,14160,1),(1016,14180,1),(1016,14200,1),(1017,15000,1),(1017,15020,1),(1017,15040,1),(1017,15060,1),(1017,15080,1),(1017,15100,1),(1017,15120,1),(1017,15140,1),(1017,15160,1),(1017,15180,1),(1017,15200,1),(1017,15220,1),(1018,16000,1),(1018,16020,1),(1018,16040,1),(1018,16060,1),(1018,16080,1),(1018,16100,1),(1018,16120,1),(1018,16140,1),(1018,16160,1),(1018,16180,1),(1018,16200,1),(1019,17000,1),(1019,17020,1),(1019,17040,1),(1019,17060,1),(1019,17080,1),(1019,17100,1),(1019,17120,1),(1019,17140,1),(1019,17160,1),(1019,17180,1),(1019,17200,1); /*!40000 ALTER TABLE `shop_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skill_proto` -- DROP TABLE IF EXISTS `skill_proto`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `skill_proto` ( `dwVnum` int(11) NOT NULL DEFAULT 0, `szName` varchar(32) NOT NULL DEFAULT '', `bType` tinyint(4) NOT NULL DEFAULT 0, `bLevelStep` tinyint(4) NOT NULL DEFAULT 0, `bMaxLevel` tinyint(4) NOT NULL DEFAULT 0, `bLevelLimit` tinyint(3) unsigned NOT NULL DEFAULT 0, `szPointOn` varchar(100) NOT NULL DEFAULT '0', `szPointPoly` varchar(100) NOT NULL DEFAULT '', `szSPCostPoly` varchar(100) NOT NULL DEFAULT '', `szDurationPoly` varchar(100) NOT NULL DEFAULT '', `szDurationSPCostPoly` varchar(100) NOT NULL DEFAULT '', `szCooldownPoly` varchar(100) NOT NULL DEFAULT '', `szMasterBonusPoly` varchar(100) NOT NULL DEFAULT '', `szAttackGradePoly` varchar(100) NOT NULL DEFAULT '', `setFlag` set('ATTACK','USE_MELEE_DAMAGE','COMPUTE_ATTGRADE','SELFONLY','USE_MAGIC_DAMAGE','USE_HP_AS_COST','COMPUTE_MAGIC_DAMAGE','SPLASH','GIVE_PENALTY','USE_ARROW_DAMAGE','PENETRATE','IGNORE_TARGET_RATING','ATTACK_SLOW','ATTACK_STUN','HP_ABSORB','SP_ABSORB','ATTACK_FIRE_CONT','REMOVE_BAD_AFFECT','REMOVE_GOOD_AFFECT','CRUSH','ATTACK_POISON','TOGGLE','DISABLE_BY_POINT_UP','CRUSH_LONG') DEFAULT NULL, `setAffectFlag` enum('YMIR','INVISIBILITY','SPAWN','POISON','SLOW','STUN','DUNGEON_READY','FORCE_VISIBLE','BUILDING_CONSTRUCTION_SMALL','BUILDING_CONSTRUCTION_LARGE','BUILDING_UPGRADE','MOV_SPEED_POTION','ATT_SPEED_POTION','FISH_MIDE','JEONGWIHON','GEOMGYEONG','CHEONGEUN','GYEONGGONG','EUNHYUNG','GWIGUM','TERROR','JUMAGAP','HOSIN','BOHO','KWAESOK','MANASHIELD','MUYEONG','REVIVE_INVISIBLE','FIRE','GICHEON','JEUNGRYEOK') NOT NULL DEFAULT 'YMIR', `szPointOn2` varchar(100) NOT NULL DEFAULT 'NONE', `szPointPoly2` varchar(100) NOT NULL DEFAULT '', `szDurationPoly2` varchar(100) NOT NULL DEFAULT '', `setAffectFlag2` enum('YMIR','INVISIBILITY','SPAWN','POISON','SLOW','STUN','DUNGEON_READY','FORCE_VISIBLE','BUILDING_CONSTRUCTION_SMALL','BUILDING_CONSTRUCTION_LARGE','BUILDING_UPGRADE','MOV_SPEED_POTION','ATT_SPEED_POTION','FISH_MIDE','JEONGWIHON','GEOMGYEONG','CHEONGEUN','GYEONGGONG','EUNHYUNG','GWIGUM','TERROR','JUMAGAP','HOSIN','BOHO','KWAESOK','MANASHIELD') NOT NULL DEFAULT 'YMIR', `szPointOn3` varchar(100) NOT NULL DEFAULT 'NONE', `szPointPoly3` varchar(100) NOT NULL DEFAULT '', `szDurationPoly3` varchar(100) NOT NULL DEFAULT '', `szGrandMasterAddSPCostPoly` varchar(100) NOT NULL DEFAULT '', `prerequisiteSkillVnum` int(11) NOT NULL DEFAULT 0, `prerequisiteSkillLevel` int(11) NOT NULL DEFAULT 0, `eSkillType` enum('NORMAL','MELEE','RANGE','MAGIC') NOT NULL DEFAULT 'NORMAL', `iMaxHit` tinyint(4) NOT NULL DEFAULT 0, `szSplashAroundDamageAdjustPoly` varchar(100) NOT NULL DEFAULT '1', `dwTargetRange` int(11) NOT NULL DEFAULT 1000, `dwSplashRange` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`dwVnum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `skill_proto` -- LOCK TABLES `skill_proto` WRITE; /*!40000 ALTER TABLE `skill_proto` DISABLE KEYS */; INSERT INTO `skill_proto` VALUES (1,'»ï¿¬Âü',1,1,1,0,'HP','-( 1.1*atk + (0.5*atk + 1.5 * str)*k)','40+100*k','','','12','-( 1.1*atk + (0.5*atk + 1.5 * str)*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','40+100*k',0,0,'MELEE',5,'1',0,0),(2,'ÆÈ¹æÇ³¿ì',1,1,1,0,'HP','-(3*atk + (0.8*atk + str*5 + dex*3 +con)*k)','50+130*k','','','15','-(3*atk + (0.8*atk + str*5 + dex*3 +con)*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','50+130*k',0,0,'MELEE',12,'1',0,200),(3,'Àü±ÍÈ¥',1,1,1,0,'ATT_SPEED','50*k','50+140*k','60+90*k','','63+10*k','50*k','','SELFONLY','JEONGWIHON','MOV_SPEED','20*k','60+90*k','','','','','50+140*k',0,0,'NORMAL',1,'1',0,0),(4,'°Ë°æ',1,1,1,0,'ATT_GRADE','(100 + str + lv * 3)*k','100+200*k','30+50*k','','30+10*k','(100 + str + lv * 3)*k','','SELFONLY','GEOMGYEONG','NONE','','','','','','','100+200*k',0,0,'NORMAL',1,'1',0,0),(5,'źȯ°Ý',1,1,1,0,'HP','-(2*atk + (atk + dex*3 + str*7 + con)*k)','60+120*k','','','12','-(2*atk + (atk + dex*3 + str*7 + con)*k)','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH','','MOV_SPEED','150','3','','','','','60+120*k',0,0,'MELEE',4,'1',0,200),(16,'±â°øÂü',1,1,1,0,'HP','-(2.3*atk + (4*atk + str*4 + con)*k)','60+120*k','','','15','-(2.3*atk + (4*atk + str*4 + con)*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','60+120*k',0,0,'MELEE',4,'1',0,100),(17,'°Ý»êŸ¿ì',1,1,1,0,'HP','-(2.3*atk + (3*atk + str*4 + con*3)*k)','60+150*k','','','15','-(2.3*atk + (3*atk + str*4 + con*3)*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','60+150*k',0,0,'MELEE',8,'1',0,200),(18,'´ëÁø°¢',1,1,1,0,'HP','-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)','50+140*k','','','25','-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)','','ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN','','NONE','100+k*1000/6','2','','','','','50+140*k',0,0,'MELEE',10,'1',0,400),(19,'õ±ÙÃß',1,1,1,0,'DEF_GRADE','(200 + str*0.2 + con*0.5 ) *k','80+220*k','60+90*k','','63+10*k','(200 + str*0.2 + con*0.5 ) *k','','SELFONLY','CHEONGEUN','MOV_SPEED','-(1+9*k)','60+90*k','','','','','80+220*k',0,0,'NORMAL',1,'1',0,0),(20,'°Ëdz',1,1,1,0,'HP','-(2*atk + (atk + dex*3 + str*5 + con)*k)','40+120*k','','','20','-(2*atk + (atk + dex*3 + str*5 + con)*k)','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH','','NONE','','','','','','','40+120*k',0,0,'MELEE',10,'0.5',1200,200),(31,'¾Ï½À',2,1,1,0,'HP','-(atk + (1.2 * atk + number(500, 700) + dex*4+ str*4 )*k)','40+160*k','','','15','-(atk + (1.2 * atk + number(500, 700) + dex*4+ str*4 )*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','40+160*k',0,0,'MELEE',6,'0.8',0,0),(32,'±Ã½Åź¿µ',2,1,1,0,'HP','-(atk + (1.6* atk + number(200,300) + dex*7 + str*7)*k)','40+160*k','','','20','-(atk + (1.6* atk + number(200,300) + dex*7 + str*7)*k)','','ATTACK,USE_MELEE_DAMAGE','','NONE','','','','','','','40+160*k',0,0,'MELEE',6,'0.8',800,0),(33,'Â÷·û»ì',2,1,1,0,'HP','-(2*atk + (0.5*atk + dex*9 + str*7)*k)','50+140*k','','','25','-(2*atk + (0.5*atk + dex*9 + str*7)*k)','','ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON','','NONE','40*k','','','','','','50+140*k',0,0,'MELEE',12,'0.8',0,0),(34,'ÀºÇü¹ý',2,1,1,0,'NONE','','30+60*k','15+30*k','','60','','','SELFONLY','EUNHYUNG','NONE','','','','','','','30+60*k',0,0,'NORMAL',1,'1',0,0),(35,'»ê°øºÐ',2,1,1,0,'HP','-(lv*2+(atk + str*3 + dex*18)*k)','40+130*k','','','25','-(lv*2+(atk + str*3 + dex*18)*k)','','ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON','','NONE','60*k','5+25*k','','','','','40+130*k',0,0,'MAGIC',0,'0.5',800,200),(46,'¿¬»ç',2,1,1,0,'HP','-(atk + 0.3*atk*floor(2+k*6)+ (0.8*atk+dex*8*ar) *k)','40+130*k','','','15','-(atk + 0.2*atk*floor(2+k*6)+ (0.8*atk+dex*8*ar) *k)','','ATTACK,USE_ARROW_DAMAGE','','NONE','','','','','','','40+130*k',0,0,'RANGE',1,'1',2500,0),(47,'°ü°Ý¼ú',2,1,1,0,'HP','-(atk + (1.9*atk + dex*2+ str*2)*k)','30+130*k','','','12','-(atk + (1.7*atk + dex*2+ str*2)*k)','','ATTACK,USE_ARROW_DAMAGE','','NONE','','','','','','','30+130*k',0,0,'RANGE',8,'1',2500,0),(48,'È­Á¶ÆÄ',2,1,1,0,'HP','-(1.5*atk + (2.8*atk + number(100, 300))*k)','50+130*k','','','25','-(1.5*atk + (2.6*atk + number(100, 300))*k)','','ATTACK,SPLASH,USE_ARROW_DAMAGE','','NONE','','','','','','','50+130*k',0,0,'RANGE',12,'0.6',2500,300),(49,'°æ°ø¼ú',2,1,1,0,'MOV_SPEED','60*k','30+40*k','15+30*k','','30+30*k','60*k','','SELFONLY','GYEONGGONG','NONE','','','','','','','30+40*k',0,0,'NORMAL',1,'1',0,0),(50,'µ¶±â±Ã',2,1,1,0,'HP','-(atk + (1.5*atk + number(100, 200)+dex*6+str*2)*k)','40+160*k','','','25','-(atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k)','','ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON','','NONE','80*k','15+30*k','','','','','40+160*k',0,0,'RANGE',12,'0.5',2500,300),(61,'¼â·ÉÁö',3,1,1,0,'HP','-(atk + 2*lv + iq*2 + ( 2*atk + str*4 + iq*14) * k)','30+140*k','','','10','-(atk + 2*lv + iq*2 + ( 2*atk + str*4 + iq*14) * k)','','ATTACK,USE_MELEE_DAMAGE,PENETRATE','','NONE','1+k*9','','','','','','30+140*k',0,0,'MELEE',4,'1',0,0),(62,'¿ë±ÇÆÄ',3,1,1,0,'HP','-(1.1 * atk + 2*lv + iq*2+(1.5*atk + str + iq*12) * k)','50+150*k','','','15','-(1.1 * atk + 2*lv + iq*2+(1.5*atk + str + iq*12) * k)','','ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING','','NONE','1+k*9','','','','','','50+150*k',0,0,'MELEE',12,'1',0,500),(63,'±Í°Ë',3,1,1,0,'ATT_GRADE','(3 * iq + 2 * lv)*k','20+240*k','50+100*k','2+23*k','0','(3 * iq + 2 * lv)*k','','SELFONLY,TOGGLE','GWIGUM','HIT_HP_RECOVER','10*k','50+80*k','','','','','20+240*k',0,0,'NORMAL',1,'1',0,0),(64,'°øÆ÷',3,1,1,0,'DODGE','1 + 29 * k','60+120*k','60+100*k','','100','1 + 29 * k','','SELFONLY','TERROR','NONE','','','','','','','60+120*k',0,0,'NORMAL',1,'1',0,0),(65,'ÁÖ¸¶°©',3,1,1,0,'DEF_GRADE','(iq+30)*k','70+170*k','30+120*k','','33+140*k','(iq+30)*k','','SELFONLY','JUMAGAP','REFLECT_MELEE','(iq/4+10)*k','30+120*k','','','','','70+170*k',0,0,'NORMAL',1,'1',0,0),(66,'ÆÄ¹ý¼ú',3,1,1,0,'HP','-(40 +5*lv + 2*iq+(10*iq + 7*mwep + number(50,100) )*ar*k)','30+120*k','','','12','-(40 +5*lv + 2*iq+(10*iq + 7*mwep + number(50,100) )*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT','','NONE','10+40*k','7+23*k','','','','','30+120*k',0,0,'NORMAL',5,'0.6',1800,200),(76,'¸¶·É',3,1,1,0,'HP','-(40 +5*lv + 2*iq +(13*iq + 6*mwep + number(50,100) )*ar*k)','30+140*k','','','7','-(40 +5*lv + 2*iq +(13*iq + 6*mwep + number(50,100) )*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH','','NONE','','','','','','','30+140*k',0,0,'MAGIC',5,'0.6',1500,200),(77,'È­¿°Æø',3,1,1,0,'HP','-(5*lv + 2*iq+(10*iq + 6*mwep + str*4 + con*2 + number(180,200) )*k)','60+140*k','','','12','-(5*lv + 2*iq+(10*iq + 6*mwep + str*4 + con*2 + number(180,200) )*k)','','ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH','','NONE','','','','','','','60+140*k',0,0,'MAGIC',15,'0.8',0,500),(78,'¹«¿µÁø',3,1,1,0,'HP','-(30+ 2*lv + 2*iq+(7*iq + 6*mwep + number(200,500))*ar*k)','20+30*k','40+30*k','5+40*k','43+30*k','-(30+ 2*lv + 2*iq+(7*iq + 6*mwep + number(200,500))*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE','','NONE','','','','','','','20+30*k',0,0,'MAGIC',1,'1',800,0),(79,'Èæ½Å¼öÈ£',3,1,1,0,'DEF_GRADE','(0.5*iq+15)*k','20+30*k','60+120*k','5+10*k','63+10*k','(0.5*iq+15)*k','','SELFONLY,TOGGLE','MANASHIELD','MANASHIELD','100-((iq*0.84)*k)','60+10*k','','','','','20+30*k',0,0,'MAGIC',1,'0.8',0,0),(80,'Åõ¼Ó¸¶·É',3,1,1,0,'HP','-(40 + 2* lv + 2*iq +(2 * con + 2 * dex + 13*iq + 6*mwep + number(180, 200))*ar*k)','40+120*k','','','12','-(40 + 2* lv + 2*iq +(2 * con + 2 * dex + 13*iq + 6*mwep + number(180, 200))*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW','','NONE','333+300*k','10+10*k','','','','','40+120*k',0,0,'MAGIC',9,'0.8',1200,400),(81,'¸¶È¯°Ý',3,1,1,0,'HP','-(120 + 6*lv + (5 * con + 5 * dex + 29*iq + 9*mwep)*ar*k)','80+220*k','','','24','-(120 + 6*lv + (5 * con + 5 * dex + 29*iq + 9*mwep)*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH','','NONE','','','','','','','80+220*k',0,0,'MAGIC',9,'0.4',1500,200),(91,'ºñÆÄºÎ',4,1,1,0,'HP','-(70 + 4*lv + (20*iq+5*mwep+50)*ar*k)','30+160*k','','','7','-(70 + 4*lv + (20*iq+5*mwep+50)*ar*k)','','ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH','','NONE','','','','','','','30+160*k',0,0,'MAGIC',5,'0.5',1800,201),(92,'¿ëÆÄ»ê',4,1,1,0,'HP','-(60 + 5*lv + (18*iq + 6*mwep + 120)*ar*k)','50+160*k','','','8','-(60 + 5*lv + (18*iq + 6*mwep + 120)*ar*k)','','ATTACK,ATTACK_FIRE_CONT','','NONE','lv+5*iq *k','iq*0.2*k','','','','','50+160*k',0,0,'MAGIC',10,'0.8',0,0),(93,'ÆÐ·æÆø',4,1,1,0,'HP','-(80 + 6*lv + (20*iq+14*mwep+120)*ar*k)','50+160*k','','','20','-(80 + 6*lv + (20*iq+14*mwep+120)*ar*k)','','ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT','','NONE','lv+5*iq *k','iq*0.2*k','','','','','50+160*k',0,0,'MAGIC',15,'0.8',0,500),(94,'È£½Å',4,1,1,0,'RESIST_NORMAL','(iq*0.3+5)*(2*k+0.5)/(k+1.5)','40+160*k','60+200*k','','10','(iq*0.3+5)*(2*k+0.5)/(k+1.5)','','','HOSIN','NONE','','','','','','','40+160*k',0,0,'NORMAL',1,'1',800,0),(95,'¹Ý»ç',4,1,1,0,'REFLECT_MELEE','5+(iq*0.3 + 5)*k','40+160*k','60+200*k','','10','5+(iq*0.3 + 5)*k','','','BOHO','NONE','','','','','','','40+160*k',0,0,'NORMAL',1,'1',1000,0),(96,'±âõ´ë°ø',4,1,1,0,'CRITICAL','(iq*0.3+5)*(2*k+0.5)/(k+1.5)','40+160*k','60+100*k','','10','(iq*0.3+5)*(2*k+0.5)/(k+1.5)','','','GICHEON','NONE','','','','','','','40+160*k',0,0,'NORMAL',1,'1',1000,0),(106,'³úÀü·É',4,1,1,0,'HP','-(60 + 4*lv + (7*iq+8*mwep+number(iq*5,iq*15))*ar*k)','30+150*k','','','7','-(60 + 4*lv + (7*iq+8*mwep+number(iq*5,iq*15))*ar*k)','','ATTACK,SPLASH','','NONE','','','','','','','30+150*k',0,0,'MAGIC',5,'0.6',1800,200),(107,'º­¶ô',4,1,1,0,'HP','-(40 + 4*lv + (13*iq+7*mwep+number(iq*5,iq*16))*ar*k)','50+150*k','','','15','-(40 + 4*lv + (13*iq+7*mwep+number(iq*5,iq*16))*ar*k)','','ATTACK,SPLASH,ATTACK_STUN','','NONE','50+1000*k/6','5','','','','','50+150*k',0,0,'MAGIC',15,'0.8',1500,400),(108,'Æø·Ú°Ý',4,1,1,0,'HP','-(50 + 5*lv + (6*iq+6*mwep+number(1,800))*ar*k) * (1-chain*0.13)','40+180*k','','','10','-(50 + 5*lv + (6*iq+6*mwep+number(1,800))*ar*k) * (1-chain*0.13)','','ATTACK','','NONE','','','','','','','40+180*k',0,0,'MAGIC',7,'0.8',2500,0),(109,'Á¤¾÷ÀÎ',4,1,1,0,'HP','200+7*lv+(30*iq+6*mwep+600)*k','40+200*k','','','10','200+7*lv+(30*iq+6*mwep+600)*k','','REMOVE_BAD_AFFECT','','NONE','20+80*k','0','','','','','40+200*k',0,0,'NORMAL',1,'1',1000,0),(110,'Äè¼Ó',4,1,1,0,'MOV_SPEED','5 + 35*k','60+120*k','60+100*k','','10','5 + 35*k','','','KWAESOK','CASTING_SPEED','3+33*k','60+100*k','','','','','60+120*k',0,0,'NORMAL',1,'1',1000,0),(111,'Áõ·Â¼ú',4,1,1,0,'ATT_GRADE','10+(iq*0.4 +20)*k','60+120*k','60+100*k','','10','10+(iq*0.4 +30)*k','','','JEUNGRYEOK','NONE','','','','','','','60+120*k',0,0,'NORMAL',1,'1',1000,0),(121,'Åë¼Ö·Â',0,1,40,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(122,'¿¬°è±â',0,1,2,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(124,'䱤¼ú',0,1,40,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(125,'º¯½Å',0,1,40,0,'NONE','','','10+1000*k','','','','','DISABLE_BY_POINT_UP','YMIR','NONE','','','YMIR','','','','',0,0,'NORMAL',0,'1',1000,0),(126,'½Å¼ö¾î',0,1,20,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(127,'õÁ¶¾î',0,1,20,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(128,'Áø³ë¾î',0,1,20,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(129,'µÐ°©¼ú',0,1,40,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','NONE','','','',0,0,'NORMAL',0,'1',0,0),(130,'½Â¸¶',0,1,1,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(131,'¸»¼Òȯ',0,1,10,0,'NONE','','','','','','','','DISABLE_BY_POINT_UP','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(137,'³­¹«',5,1,1,50,'HP','-(atk+(2*atk*k))','60+80*k','','','5-(4*k)','','','ATTACK,USE_MELEE_DAMAGE,CRUSH','','NONE','','','','','','','',0,0,'MELEE',10,'1',300,0),(138,'µ¹°Ý',5,1,1,52,'HP','-(2.4*(200+1.5*lv)+(3*200*k))','60+120*k','','','15','','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG','','MOV_SPEED','50','5','','','','','',0,0,'MELEE',6,'1',400,100),(139,'Å»Ãâ',5,1,1,55,'HP','-(2*(200+1.5*lv)+(3*200*k))','60+160*k','','','20','','','ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH','','NONE','','','','','','','',0,0,'MELEE',12,'1',400,250),(140,'³­¹«(Ȱ)',5,1,1,50,'HP','-(atk+(2*atk*k))','60+80*k','','','10','','','ATTACK,USE_ARROW_DAMAGE,CRUSH','','NONE','','','','','','','',0,0,'',5,'1',2500,0),(151,'¿ë¾È',0,1,7,0,'NONE','','','','','','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(152,'¿ë½ÅÀÇÇÇ',0,1,7,0,'MAX_HP','maxhp*0.2*k','150+150*k','300','','600','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(153,'¿ë½ÅÀÇÃູ',0,1,7,0,'MAX_SP','maxsp*0.2*k','150+150*k','300','','600','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(154,'¼ºÈÖ°©',0,1,7,0,'DEF_GRADE','odef*0.1*k','150+150*k','180','','480','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(155,'°¡¼ÓÈ­',0,1,7,0,'MOV_SPEED','15*k','150+150*k','180','','480','','','','','ATT_SPEED','15*k','180','','','','','',0,0,'NORMAL',0,'1',0,0),(156,'¿ë½ÅÀǺгë',0,1,7,0,'CRITICAL','50*k','150+150*k','180','','480','','','SELFONLY','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(157,'ÁÖ¹®¼ú',0,1,7,0,'CASTING_SPEED','50*k','150+150*k','180','','480','','','SELFONLY','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(158,'±æµåÀ̵¿',0,1,3,0,'NONE','','','','','','','','SELFONLY','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(159,'°ø°£Àǹ®',0,1,5,0,'NONE','','','','','','','','SELFONLY','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(160,'°¡¼ÓÈ­',0,1,5,0,'NONE','3*k','80-12*k','300','','','','','SELFONLY','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(161,'°ø°£Àǹ®',0,1,2,0,'NONE','','50','','','','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(162,'°ø°£À̵¿',0,1,2,0,'NONE','','20','','','','','','','','NONE','','','','','','','',0,0,'NORMAL',0,'1',0,0),(256,'CRUSH200½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','4','','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH','','NONE','','','','','','','',0,0,'MELEE',0,'1',0,300),(257,'ÀϹݹüÀ§350½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','6','','','ATTACK,USE_MELEE_DAMAGE,SPLASH','','NONE','','','','','','','',0,0,'MELEE',0,'1',0,525),(258,'CRUSH300½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','8','','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH','','NONE','','','','','','','',0,0,'MELEE',0,'1',0,450),(259,'ÀϹݹüÀ§200½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','10','','','ATTACK,USE_MELEE_DAMAGE,SPLASH','','NONE','','','','','','','',0,0,'MELEE',0,'1',0,300),(260,'CURSH400½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','12','','','ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH','','NONE','','','','','','','',0,0,'MELEE',0,'1',0,600),(261,'µ¶250½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','10','','','ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON','','NONE','80','','','','','','',0,0,'MELEE',0,'1',0,375),(262,'SLOW300½ºÅ³',0,1,1,0,'HP','-5*k*atk','','','','14','','','ATTACK,USE_MELEE_DAMAGE,SPLASH','','MOV_SPEED','-20','10','','','','','',0,0,'MELEE',0,'1',0,450); /*!40000 ALTER TABLE `skill_proto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_pool` -- DROP TABLE IF EXISTS `sms_pool`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_pool` ( `id` int(11) NOT NULL AUTO_INCREMENT, `server` int(11) NOT NULL DEFAULT 0, `sender` varchar(32) DEFAULT NULL, `receiver` varchar(100) NOT NULL DEFAULT '', `mobile` varchar(32) DEFAULT NULL, `sent` enum('N','Y') NOT NULL DEFAULT 'N', `msg` varchar(80) DEFAULT NULL, PRIMARY KEY (`id`), KEY `sent_idx` (`sent`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms_pool` -- LOCK TABLES `sms_pool` WRITE; /*!40000 ALTER TABLE `sms_pool` DISABLE KEYS */; /*!40000 ALTER TABLE `sms_pool` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `string` -- DROP TABLE IF EXISTS `string`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `string` ( `name` varchar(64) NOT NULL DEFAULT '', `text` text DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `string` -- LOCK TABLES `string` WRITE; /*!40000 ALTER TABLE `string` DISABLE KEYS */; /*!40000 ALTER TABLE `string` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-03-31 23:49:49